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

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

<https://eurobis.org/id/occurrence/8264__2034_7548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7548'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.95537'^^xsd:double;
  dwc:latitude '49.77148'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.95537 49.77148, -1.95537 49.77148, -1.95537 49.77148, -1.95537 49.77148, -1.95537 49.77148))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7548'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.81525 -1.95527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.81525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.95527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7549'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.95527'^^xsd:double;
  dwc:latitude '49.81525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.95527 49.81525, -1.95527 49.81525, -1.95527 49.81525, -1.95527 49.81525, -1.95527 49.81525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7549'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.70762 -1.95122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.70762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.95122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7546'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.95122'^^xsd:double;
  dwc:latitude '49.70762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.95122 49.70762, -1.95122 49.70762, -1.95122 49.70762, -1.95122 49.70762, -1.95122 49.70762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7546'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.67292 -1.94689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.67292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.94689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7544'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.94689'^^xsd:double;
  dwc:latitude '49.67292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.94689 49.67292, -1.94689 49.67292, -1.94689 49.67292, -1.94689 49.67292, -1.94689 49.67292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7544'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.6958 -1.94323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.6958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.94323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7545'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.94323'^^xsd:double;
  dwc:latitude '49.6958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.94323 49.6958, -1.94323 49.6958, -1.94323 49.6958, -1.94323 49.6958, -1.94323 49.6958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7545'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.7558 -1.93267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.7558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.93267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7547'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.93267'^^xsd:double;
  dwc:latitude '49.7558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.93267 49.7558, -1.93267 49.7558, -1.93267 49.7558, -1.93267 49.7558, -1.93267 49.7558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7547'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.66442 -1.92463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.66442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.92463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7543'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.78333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.92463'^^xsd:double;
  dwc:latitude '49.66442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.92463 49.66442, -1.92463 49.66442, -1.92463 49.66442, -1.92463 49.66442, -1.92463 49.66442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7543'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.84984 -1.92259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.84984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.92259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7550'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.92259'^^xsd:double;
  dwc:latitude '49.84984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.92259 49.84984, -1.92259 49.84984, -1.92259 49.84984, -1.92259 49.84984, -1.92259 49.84984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7550'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.4622 -1.91308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.4622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.91308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7537'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.91308'^^xsd:double;
  dwc:latitude '49.4622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.91308 49.4622, -1.91308 49.4622, -1.91308 49.4622, -1.91308 49.4622, -1.91308 49.4622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7537'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.46772 -1.90192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.46772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.90192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7538'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.90192'^^xsd:double;
  dwc:latitude '49.46772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.90192 49.46772, -1.90192 49.46772, -1.90192 49.46772, -1.90192 49.46772, -1.90192 49.46772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7538'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.64297 -1.90169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.64297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.90169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7542'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.90169'^^xsd:double;
  dwc:latitude '49.64297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.90169 49.64297, -1.90169 49.64297, -1.90169 49.64297, -1.90169 49.64297, -1.90169 49.64297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7542'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.47408 -1.89507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.47408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.89507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7539'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.89507'^^xsd:double;
  dwc:latitude '49.47408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.89507 49.47408, -1.89507 49.47408, -1.89507 49.47408, -1.89507 49.47408, -1.89507 49.47408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7539'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.48348 -1.89139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.48348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.89139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7540'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.89139'^^xsd:double;
  dwc:latitude '49.48348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.89139 49.48348, -1.89139 49.48348, -1.89139 49.48348, -1.89139 49.48348, -1.89139 49.48348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7540'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.60533 -1.87724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.60533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.87724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7541'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.87724'^^xsd:double;
  dwc:latitude '49.60533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.87724 49.60533, -1.87724 49.60533, -1.87724 49.60533, -1.87724 49.60533, -1.87724 49.60533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7541'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.87925 -1.86955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.87925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.86955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7551'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.86955'^^xsd:double;
  dwc:latitude '49.87925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.86955 49.87925, -1.86955 49.87925, -1.86955 49.87925, -1.86955 49.87925, -1.86955 49.87925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7551'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.22139 -1.83999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.22139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.83999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7562'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.83999'^^xsd:double;
  dwc:latitude '50.22139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.83999 50.22139, -1.83999 50.22139, -1.83999 50.22139, -1.83999 50.22139, -1.83999 50.22139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7562'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.33468 -1.80087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.33468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.80087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7536'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.80087'^^xsd:double;
  dwc:latitude '49.33468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.80087 49.33468, -1.80087 49.33468, -1.80087 49.33468, -1.80087 49.33468, -1.80087 49.33468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7536'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.18038 -1.79953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.18038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.79953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7561'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.79953'^^xsd:double;
  dwc:latitude '50.18038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.79953 50.18038, -1.79953 50.18038, -1.79953 50.18038, -1.79953 50.18038, -1.79953 50.18038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7561'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.29187 -1.79841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.29187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.79841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7563'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.79841'^^xsd:double;
  dwc:latitude '50.29187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.79841 50.29187, -1.79841 50.29187, -1.79841 50.29187, -1.79841 50.29187, -1.79841 50.29187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7563'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.91591 -1.7799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.91591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7552'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.7799'^^xsd:double;
  dwc:latitude '49.91591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.7799 49.91591, -1.7799 49.91591, -1.7799 49.91591, -1.7799 49.91591, -1.7799 49.91591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7552'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.15827 -1.76584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.15827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.76584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7560'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.76584'^^xsd:double;
  dwc:latitude '50.15827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.76584 50.15827, -1.76584 50.15827, -1.76584 50.15827, -1.76584 50.15827, -1.76584 50.15827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7560'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72303 -1.75694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.75694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8356'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.75694'^^xsd:double;
  dwc:latitude '48.72303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.75694 48.72303, -1.75694 48.72303, -1.75694 48.72303, -1.75694 48.72303, -1.75694 48.72303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8356'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71135 -1.74669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.74669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8357'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.74669'^^xsd:double;
  dwc:latitude '48.71135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.74669 48.71135, -1.74669 48.71135, -1.74669 48.71135, -1.74669 48.71135, -1.74669 48.71135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8357'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75339 -1.7398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9934'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.7398'^^xsd:double;
  dwc:latitude '48.75339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.7398 48.75339, -1.7398 48.75339, -1.7398 48.75339, -1.7398 48.75339, -1.7398 48.75339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9934'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7741 -1.73707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.73707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9933'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.73707'^^xsd:double;
  dwc:latitude '48.7741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.73707 48.7741, -1.73707 48.7741, -1.73707 48.7741, -1.73707 48.7741, -1.73707 48.7741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9933'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.93354 -1.73663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.93354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.73663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7553'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.73663'^^xsd:double;
  dwc:latitude '49.93354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.73663 49.93354, -1.73663 49.93354, -1.73663 49.93354, -1.73663 49.93354, -1.73663 49.93354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7553'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63966 -1.73652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.73652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8300'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.73652'^^xsd:double;
  dwc:latitude '48.63966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.73652 48.63966, -1.73652 48.63966, -1.73652 48.63966, -1.73652 48.63966, -1.73652 48.63966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8300'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65209 -1.73512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.73512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8299'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.73512'^^xsd:double;
  dwc:latitude '48.65209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.73512 48.65209, -1.73512 48.65209, -1.73512 48.65209, -1.73512 48.65209, -1.73512 48.65209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8299'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6236 -1.73337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.73337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8301'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.73337'^^xsd:double;
  dwc:latitude '48.6236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.73337 48.6236, -1.73337 48.6236, -1.73337 48.6236, -1.73337 48.6236, -1.73337 48.6236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8301'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73377 -1.73102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.73102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8355'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.73102'^^xsd:double;
  dwc:latitude '48.73377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.73102 48.73377, -1.73102 48.73377, -1.73102 48.73377, -1.73102 48.73377, -1.73102 48.73377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8355'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67491 -1.72529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.72529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8298'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.72529'^^xsd:double;
  dwc:latitude '48.67491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.72529 48.67491, -1.72529 48.67491, -1.72529 48.67491, -1.72529 48.67491, -1.72529 48.67491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8298'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70608 -1.71873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.71873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8358'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.71873'^^xsd:double;
  dwc:latitude '48.70608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.71873 48.70608, -1.71873 48.70608, -1.71873 48.70608, -1.71873 48.70608, -1.71873 48.70608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8358'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74691 -1.71811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.71811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9935'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.71811'^^xsd:double;
  dwc:latitude '48.74691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.71811 48.74691, -1.71811 48.74691, -1.71811 48.74691, -1.71811 48.74691, -1.71811 48.74691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9935'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66957 -1.71701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.71701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8289'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.71701'^^xsd:double;
  dwc:latitude '48.66957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.71701 48.66957, -1.71701 48.66957, -1.71701 48.66957, -1.71701 48.66957, -1.71701 48.66957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8289'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72612 -1.71659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.71659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8354'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.71659'^^xsd:double;
  dwc:latitude '48.72612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.71659 48.72612, -1.71659 48.72612, -1.71659 48.72612, -1.71659 48.72612, -1.71659 48.72612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8354'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63174 -1.71545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.71545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8302'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.71545'^^xsd:double;
  dwc:latitude '48.63174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.71545 48.63174, -1.71545 48.63174, -1.71545 48.63174, -1.71545 48.63174, -1.71545 48.63174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8302'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68666 -1.71451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.71451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8287'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.71451'^^xsd:double;
  dwc:latitude '48.68666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.71451 48.68666, -1.71451 48.68666, -1.71451 48.68666, -1.71451 48.68666, -1.71451 48.68666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8287'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67665 -1.71384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.71384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8288'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.71384'^^xsd:double;
  dwc:latitude '48.67665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.71384 48.67665, -1.71384 48.67665, -1.71384 48.67665, -1.71384 48.67665, -1.71384 48.67665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8288'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68794 -1.712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8297'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.712'^^xsd:double;
  dwc:latitude '48.68794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.712 48.68794, -1.712 48.68794, -1.712 48.68794, -1.712 48.68794, -1.712 48.68794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8297'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64046 -1.71183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.71183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8303'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.71183'^^xsd:double;
  dwc:latitude '48.64046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.71183 48.64046, -1.71183 48.64046, -1.71183 48.64046, -1.71183 48.64046, -1.71183 48.64046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8303'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.31243 -1.7058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.31243"^^xsd:decimal ;
  dwc:decimalLongitude "-1.7058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7535'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.7058'^^xsd:double;
  dwc:latitude '49.31243'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.7058 49.31243, -1.7058 49.31243, -1.7058 49.31243, -1.7058 49.31243, -1.7058 49.31243))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7535'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75045 -1.70502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.70502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9951'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.70502'^^xsd:double;
  dwc:latitude '48.75045'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.70502 48.75045, -1.70502 48.75045, -1.70502 48.75045, -1.70502 48.75045, -1.70502 48.75045))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9951'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71178 -1.70147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.70147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8248'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.70147'^^xsd:double;
  dwc:latitude '48.71178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.70147 48.71178, -1.70147 48.71178, -1.70147 48.71178, -1.70147 48.71178, -1.70147 48.71178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8248'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67389 -1.70082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.70082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8290'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.70082'^^xsd:double;
  dwc:latitude '48.67389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.70082 48.67389, -1.70082 48.67389, -1.70082 48.67389, -1.70082 48.67389, -1.70082 48.67389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8290'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76893 -1.70053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.70053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9932'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.70053'^^xsd:double;
  dwc:latitude '48.76893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.70053 48.76893, -1.70053 48.76893, -1.70053 48.76893, -1.70053 48.76893, -1.70053 48.76893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9932'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76894 -1.69998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8610'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.69998'^^xsd:double;
  dwc:latitude '48.76894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69998 48.76894, -1.69998 48.76894, -1.69998 48.76894, -1.69998 48.76894, -1.69998 48.76894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8610'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76477 -1.69571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9950'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.69571'^^xsd:double;
  dwc:latitude '48.76477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69571 48.76477, -1.69571 48.76477, -1.69571 48.76477, -1.69571 48.76477, -1.69571 48.76477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9950'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70292 -1.69535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8247'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.69535'^^xsd:double;
  dwc:latitude '48.70292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69535 48.70292, -1.69535 48.70292, -1.69535 48.70292, -1.69535 48.70292, -1.69535 48.70292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8247'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71722 -1.69375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8353'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.69375'^^xsd:double;
  dwc:latitude '48.71722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69375 48.71722, -1.69375 48.71722, -1.69375 48.71722, -1.69375 48.71722, -1.69375 48.71722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8353'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64222 -1.69366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13160'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.69366'^^xsd:double;
  dwc:latitude '48.64222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69366 48.64222, -1.69366 48.64222, -1.69366 48.64222, -1.69366 48.64222, -1.69366 48.64222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13160'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67402 -1.69366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12410'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.69366'^^xsd:double;
  dwc:latitude '48.67402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69366 48.67402, -1.69366 48.67402, -1.69366 48.67402, -1.69366 48.67402, -1.69366 48.67402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12410'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64582 -1.69315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13098'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.69315'^^xsd:double;
  dwc:latitude '48.64582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69315 48.64582, -1.69315 48.64582, -1.69315 48.64582, -1.69315 48.64582, -1.69315 48.64582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13098'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69043 -1.69171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8379'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.69171'^^xsd:double;
  dwc:latitude '48.69043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69171 48.69043, -1.69171 48.69043, -1.69171 48.69043, -1.69171 48.69043, -1.69171 48.69043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8379'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75376 -1.69119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9952'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.69119'^^xsd:double;
  dwc:latitude '48.75376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69119 48.75376, -1.69119 48.75376, -1.69119 48.75376, -1.69119 48.75376, -1.69119 48.75376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9952'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75073 -1.69105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9953'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.69105'^^xsd:double;
  dwc:latitude '48.75073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69105 48.75073, -1.69105 48.75073, -1.69105 48.75073, -1.69105 48.75073, -1.69105 48.75073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9953'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64317 -1.69032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.69032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13515'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.69032'^^xsd:double;
  dwc:latitude '48.64317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.69032 48.64317, -1.69032 48.64317, -1.69032 48.64317, -1.69032 48.64317, -1.69032 48.64317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13515'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64434 -1.6897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13514'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6897'^^xsd:double;
  dwc:latitude '48.64434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6897 48.64434, -1.6897 48.64434, -1.6897 48.64434, -1.6897 48.64434, -1.6897 48.64434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13514'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.697 -1.6897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8359'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6897'^^xsd:double;
  dwc:latitude '48.697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6897 48.697, -1.6897 48.697, -1.6897 48.697, -1.6897 48.697, -1.6897 48.697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8359'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63452 -1.68957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63452"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9576'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68957'^^xsd:double;
  dwc:latitude '48.63452'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68957 48.63452, -1.68957 48.63452, -1.68957 48.63452, -1.68957 48.63452, -1.68957 48.63452))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9576'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64372 -1.68946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13097'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68946'^^xsd:double;
  dwc:latitude '48.64372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68946 48.64372, -1.68946 48.64372, -1.68946 48.64372, -1.68946 48.64372, -1.68946 48.64372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13097'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64228 -1.68924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13539'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68924'^^xsd:double;
  dwc:latitude '48.64228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68924 48.64228, -1.68924 48.64228, -1.68924 48.64228, -1.68924 48.64228, -1.68924 48.64228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13539'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67923 -1.68923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12411'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.41666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68923'^^xsd:double;
  dwc:latitude '48.67923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68923 48.67923, -1.68923 48.67923, -1.68923 48.67923, -1.68923 48.67923, -1.68923 48.67923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12411'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64236 -1.68921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13099'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68921'^^xsd:double;
  dwc:latitude '48.64236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68921 48.64236, -1.68921 48.64236, -1.68921 48.64236, -1.68921 48.64236, -1.68921 48.64236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13099'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67345 -1.68903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8286'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68903'^^xsd:double;
  dwc:latitude '48.67345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68903 48.67345, -1.68903 48.67345, -1.68903 48.67345, -1.68903 48.67345, -1.68903 48.67345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8286'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64179 -1.68873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13538'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68873'^^xsd:double;
  dwc:latitude '48.64179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68873 48.64179, -1.68873 48.64179, -1.68873 48.64179, -1.68873 48.64179, -1.68873 48.64179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13538'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6479 -1.68869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9578'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68869'^^xsd:double;
  dwc:latitude '48.6479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68869 48.6479, -1.68869 48.6479, -1.68869 48.6479, -1.68869 48.6479, -1.68869 48.6479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9578'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64221 -1.68865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13540'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68865'^^xsd:double;
  dwc:latitude '48.64221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68865 48.64221, -1.68865 48.64221, -1.68865 48.64221, -1.68865 48.64221, -1.68865 48.64221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13540'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66431 -1.68847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7999'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68847'^^xsd:double;
  dwc:latitude '48.66431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68847 48.66431, -1.68847 48.66431, -1.68847 48.66431, -1.68847 48.66431, -1.68847 48.66431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7999'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64297 -1.68845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13163'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68845'^^xsd:double;
  dwc:latitude '48.64297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68845 48.64297, -1.68845 48.64297, -1.68845 48.64297, -1.68845 48.64297, -1.68845 48.64297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13163'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6434 -1.68831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13162'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68831'^^xsd:double;
  dwc:latitude '48.6434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68831 48.6434, -1.68831 48.6434, -1.68831 48.6434, -1.68831 48.6434, -1.68831 48.6434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13162'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63882 -1.6881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13537'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6881'^^xsd:double;
  dwc:latitude '48.63882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6881 48.63882, -1.6881 48.63882, -1.6881 48.63882, -1.6881 48.63882, -1.6881 48.63882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13537'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64131 -1.68787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13573'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68787'^^xsd:double;
  dwc:latitude '48.64131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68787 48.64131, -1.68787 48.64131, -1.68787 48.64131, -1.68787 48.64131, -1.68787 48.64131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13573'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64179 -1.68787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13161'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68787'^^xsd:double;
  dwc:latitude '48.64179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68787 48.64179, -1.68787 48.64179, -1.68787 48.64179, -1.68787 48.64179, -1.68787 48.64179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13161'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63666 -1.68763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13221'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68763'^^xsd:double;
  dwc:latitude '48.63666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68763 48.63666, -1.68763 48.63666, -1.68763 48.63666, -1.68763 48.63666, -1.68763 48.63666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13221'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6374 -1.68754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6374"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9574'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68754'^^xsd:double;
  dwc:latitude '48.6374'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68754 48.6374, -1.68754 48.6374, -1.68754 48.6374, -1.68754 48.6374, -1.68754 48.6374))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9574'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64484 -1.68695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64484"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13096'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68695'^^xsd:double;
  dwc:latitude '48.64484'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68695 48.64484, -1.68695 48.64484, -1.68695 48.64484, -1.68695 48.64484, -1.68695 48.64484))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13096'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72132 -1.68694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72132"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8249'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68694'^^xsd:double;
  dwc:latitude '48.72132'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68694 48.72132, -1.68694 48.72132, -1.68694 48.72132, -1.68694 48.72132, -1.68694 48.72132))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8249'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63933 -1.68631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13190'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68631'^^xsd:double;
  dwc:latitude '48.63933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68631 48.63933, -1.68631 48.63933, -1.68631 48.63933, -1.68631 48.63933, -1.68631 48.63933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13190'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63702 -1.68618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13224'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68618'^^xsd:double;
  dwc:latitude '48.63702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68618 48.63702, -1.68618 48.63702, -1.68618 48.63702, -1.68618 48.63702, -1.68618 48.63702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13224'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64069 -1.68609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13572'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68609'^^xsd:double;
  dwc:latitude '48.64069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68609 48.64069, -1.68609 48.64069, -1.68609 48.64069, -1.68609 48.64069, -1.68609 48.64069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13572'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64202 -1.68585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64202"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13574'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68585'^^xsd:double;
  dwc:latitude '48.64202'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68585 48.64202, -1.68585 48.64202, -1.68585 48.64202, -1.68585 48.64202, -1.68585 48.64202))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13574'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64077 -1.68576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13192'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68576'^^xsd:double;
  dwc:latitude '48.64077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68576 48.64077, -1.68576 48.64077, -1.68576 48.64077, -1.68576 48.64077, -1.68576 48.64077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13192'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63811 -1.68567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13394'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68567'^^xsd:double;
  dwc:latitude '48.63811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68567 48.63811, -1.68567 48.63811, -1.68567 48.63811, -1.68567 48.63811, -1.68567 48.63811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13394'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6406 -1.68564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6406"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13541'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68564'^^xsd:double;
  dwc:latitude '48.6406'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68564 48.6406, -1.68564 48.6406, -1.68564 48.6406, -1.68564 48.6406, -1.68564 48.6406))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13541'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63813 -1.68558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13189'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68558'^^xsd:double;
  dwc:latitude '48.63813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68558 48.63813, -1.68558 48.63813, -1.68558 48.63813, -1.68558 48.63813, -1.68558 48.63813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13189'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65565 -1.68551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9579'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68551'^^xsd:double;
  dwc:latitude '48.65565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68551 48.65565, -1.68551 48.65565, -1.68551 48.65565, -1.68551 48.65565, -1.68551 48.65565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9579'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63773 -1.68506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13222'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68506'^^xsd:double;
  dwc:latitude '48.63773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68506 48.63773, -1.68506 48.63773, -1.68506 48.63773, -1.68506 48.63773, -1.68506 48.63773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13222'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64529 -1.68502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9577'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68502'^^xsd:double;
  dwc:latitude '48.64529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68502 48.64529, -1.68502 48.64529, -1.68502 48.64529, -1.68502 48.64529, -1.68502 48.64529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9577'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63652 -1.68488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63652"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13223'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68488'^^xsd:double;
  dwc:latitude '48.63652'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68488 48.63652, -1.68488 48.63652, -1.68488 48.63652, -1.68488 48.63652, -1.68488 48.63652))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13223'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64142 -1.68472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13191'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68472'^^xsd:double;
  dwc:latitude '48.64142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68472 48.64142, -1.68472 48.64142, -1.68472 48.64142, -1.68472 48.64142, -1.68472 48.64142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13191'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64358 -1.68456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13513'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68456'^^xsd:double;
  dwc:latitude '48.64358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68456 48.64358, -1.68456 48.64358, -1.68456 48.64358, -1.68456 48.64358, -1.68456 48.64358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13513'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64486 -1.68429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64486"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13100'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68429'^^xsd:double;
  dwc:latitude '48.64486'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68429 48.64486, -1.68429 48.64486, -1.68429 48.64486, -1.68429 48.64486, -1.68429 48.64486))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13100'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63851 -1.6836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63851"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13193'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6836'^^xsd:double;
  dwc:latitude '48.63851'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6836 48.63851, -1.6836 48.63851, -1.6836 48.63851, -1.6836 48.63851, -1.6836 48.63851))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13193'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64096 -1.68316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13536'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68316'^^xsd:double;
  dwc:latitude '48.64096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68316 48.64096, -1.68316 48.64096, -1.68316 48.64096, -1.68316 48.64096, -1.68316 48.64096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13536'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64859 -1.68199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10528'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68199'^^xsd:double;
  dwc:latitude '48.64859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68199 48.64859, -1.68199 48.64859, -1.68199 48.64859, -1.68199 48.64859, -1.68199 48.64859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10528'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73416 -1.68184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7647'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68184'^^xsd:double;
  dwc:latitude '48.73416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68184 48.73416, -1.68184 48.73416, -1.68184 48.73416, -1.68184 48.73416, -1.68184 48.73416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7647'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65169 -1.68171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8307'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68171'^^xsd:double;
  dwc:latitude '48.65169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68171 48.65169, -1.68171 48.65169, -1.68171 48.65169, -1.68171 48.65169, -1.68171 48.65169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8307'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64074 -1.68168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13188'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68168'^^xsd:double;
  dwc:latitude '48.64074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68168 48.64074, -1.68168 48.64074, -1.68168 48.64074, -1.68168 48.64074, -1.68168 48.64074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13188'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64772 -1.68161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8306'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68161'^^xsd:double;
  dwc:latitude '48.64772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68161 48.64772, -1.68161 48.64772, -1.68161 48.64772, -1.68161 48.64772, -1.68161 48.64772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8306'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65021 -1.68143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13095'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68143'^^xsd:double;
  dwc:latitude '48.65021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68143 48.65021, -1.68143 48.65021, -1.68143 48.65021, -1.68143 48.65021, -1.68143 48.65021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13095'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64391 -1.68135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64391"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13159'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68135'^^xsd:double;
  dwc:latitude '48.64391'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68135 48.64391, -1.68135 48.64391, -1.68135 48.64391, -1.68135 48.64391, -1.68135 48.64391))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13159'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65397 -1.6812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13516'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6812'^^xsd:double;
  dwc:latitude '48.65397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6812 48.65397, -1.6812 48.65397, -1.6812 48.65397, -1.6812 48.65397, -1.6812 48.65397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13516'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63339 -1.68118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9575'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68118'^^xsd:double;
  dwc:latitude '48.63339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68118 48.63339, -1.68118 48.63339, -1.68118 48.63339, -1.68118 48.63339, -1.68118 48.63339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9575'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64194 -1.68118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13164'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68118'^^xsd:double;
  dwc:latitude '48.64194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68118 48.64194, -1.68118 48.64194, -1.68118 48.64194, -1.68118 48.64194, -1.68118 48.64194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13164'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63744 -1.68106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13225'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68106'^^xsd:double;
  dwc:latitude '48.63744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68106 48.63744, -1.68106 48.63744, -1.68106 48.63744, -1.68106 48.63744, -1.68106 48.63744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13225'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72542 -1.68046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7648'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68046'^^xsd:double;
  dwc:latitude '48.72542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68046 48.72542, -1.68046 48.72542, -1.68046 48.72542, -1.68046 48.72542, -1.68046 48.72542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7648'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76379 -1.68044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9931'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68044'^^xsd:double;
  dwc:latitude '48.76379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68044 48.76379, -1.68044 48.76379, -1.68044 48.76379, -1.68044 48.76379, -1.68044 48.76379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9931'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64479 -1.68027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13395'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68027'^^xsd:double;
  dwc:latitude '48.64479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68027 48.64479, -1.68027 48.64479, -1.68027 48.64479, -1.68027 48.64479, -1.68027 48.64479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13395'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75581 -1.68)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.68"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8867'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.68'^^xsd:double;
  dwc:latitude '48.75581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.68 48.75581, -1.68 48.75581, -1.68 48.75581, -1.68 48.75581, -1.68 48.75581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8867'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64176 -1.67997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13220'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67997'^^xsd:double;
  dwc:latitude '48.64176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67997 48.64176, -1.67997 48.64176, -1.67997 48.64176, -1.67997 48.64176, -1.67997 48.64176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13220'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66785 -1.67992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8291'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67992'^^xsd:double;
  dwc:latitude '48.66785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67992 48.66785, -1.67992 48.66785, -1.67992 48.66785, -1.67992 48.66785, -1.67992 48.66785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8291'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.10527 -1.67986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.10527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7559'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67986'^^xsd:double;
  dwc:latitude '50.10527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67986 50.10527, -1.67986 50.10527, -1.67986 50.10527, -1.67986 50.10527, -1.67986 50.10527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7559'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67167 -1.67966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67167"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9582'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67966'^^xsd:double;
  dwc:latitude '48.67167'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67966 48.67167, -1.67966 48.67167, -1.67966 48.67167, -1.67966 48.67167, -1.67966 48.67167))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9582'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63759 -1.67947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10952'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67947'^^xsd:double;
  dwc:latitude '48.63759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67947 48.63759, -1.67947 48.63759, -1.67947 48.63759, -1.67947 48.63759, -1.67947 48.63759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10952'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66083 -1.67898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9580'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67898'^^xsd:double;
  dwc:latitude '48.66083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67898 48.66083, -1.67898 48.66083, -1.67898 48.66083, -1.67898 48.66083, -1.67898 48.66083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9580'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63564 -1.67895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9573'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67895'^^xsd:double;
  dwc:latitude '48.63564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67895 48.63564, -1.67895 48.63564, -1.67895 48.63564, -1.67895 48.63564, -1.67895 48.63564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9573'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6403 -1.67883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8304'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67883'^^xsd:double;
  dwc:latitude '48.6403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67883 48.6403, -1.67883 48.6403, -1.67883 48.6403, -1.67883 48.6403, -1.67883 48.6403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8304'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64917 -1.67847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13396'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67847'^^xsd:double;
  dwc:latitude '48.64917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67847 48.64917, -1.67847 48.64917, -1.67847 48.64917, -1.67847 48.64917, -1.67847 48.64917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13396'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64125 -1.67717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13542'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67717'^^xsd:double;
  dwc:latitude '48.64125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67717 48.64125, -1.67717 48.64125, -1.67717 48.64125, -1.67717 48.64125, -1.67717 48.64125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13542'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76679 -1.67683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9930'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67683'^^xsd:double;
  dwc:latitude '48.76679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67683 48.76679, -1.67683 48.76679, -1.67683 48.76679, -1.67683 48.76679, -1.67683 48.76679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9930'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64094 -1.67606)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67606"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13329'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67606'^^xsd:double;
  dwc:latitude '48.64094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67606 48.64094, -1.67606 48.64094, -1.67606 48.64094, -1.67606 48.64094, -1.67606 48.64094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13329'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66012 -1.67576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11163'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67576'^^xsd:double;
  dwc:latitude '48.66012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67576 48.66012, -1.67576 48.66012, -1.67576 48.66012, -1.67576 48.66012, -1.67576 48.66012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11163'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64155 -1.67541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13512'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67541'^^xsd:double;
  dwc:latitude '48.64155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67541 48.64155, -1.67541 48.64155, -1.67541 48.64155, -1.67541 48.64155, -1.67541 48.64155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13512'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64517 -1.67537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11794'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67537'^^xsd:double;
  dwc:latitude '48.64517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67537 48.64517, -1.67537 48.64517, -1.67537 48.64517, -1.67537 48.64517, -1.67537 48.64517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11794'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64433 -1.67535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13328'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67535'^^xsd:double;
  dwc:latitude '48.64433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67535 48.64433, -1.67535 48.64433, -1.67535 48.64433, -1.67535 48.64433, -1.67535 48.64433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13328'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64405 -1.67532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11795'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67532'^^xsd:double;
  dwc:latitude '48.64405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67532 48.64405, -1.67532 48.64405, -1.67532 48.64405, -1.67532 48.64405, -1.67532 48.64405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11795'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63969 -1.67527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11098'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67527'^^xsd:double;
  dwc:latitude '48.63969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67527 48.63969, -1.67527 48.63969, -1.67527 48.63969, -1.67527 48.63969, -1.67527 48.63969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11098'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65805 -1.67526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10527'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67526'^^xsd:double;
  dwc:latitude '48.65805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67526 48.65805, -1.67526 48.65805, -1.67526 48.65805, -1.67526 48.65805, -1.67526 48.65805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10527'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70085 -1.67518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8246'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67518'^^xsd:double;
  dwc:latitude '48.70085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67518 48.70085, -1.67518 48.70085, -1.67518 48.70085, -1.67518 48.70085, -1.67518 48.70085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8246'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67333 -1.67515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8992'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67515'^^xsd:double;
  dwc:latitude '48.67333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67515 48.67333, -1.67515 48.67333, -1.67515 48.67333, -1.67515 48.67333, -1.67515 48.67333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8992'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66799 -1.67513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12409'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67513'^^xsd:double;
  dwc:latitude '48.66799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67513 48.66799, -1.67513 48.66799, -1.67513 48.66799, -1.67513 48.66799, -1.67513 48.66799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12409'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64407 -1.67506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64407"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11835'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67506'^^xsd:double;
  dwc:latitude '48.64407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67506 48.64407, -1.67506 48.64407, -1.67506 48.64407, -1.67506 48.64407, -1.67506 48.64407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11835'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63875 -1.67502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11867'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67502'^^xsd:double;
  dwc:latitude '48.63875'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67502 48.63875, -1.67502 48.63875, -1.67502 48.63875, -1.67502 48.63875, -1.67502 48.63875))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11867'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64151 -1.67501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64151"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10529'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67501'^^xsd:double;
  dwc:latitude '48.64151'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67501 48.64151, -1.67501 48.64151, -1.67501 48.64151, -1.67501 48.64151, -1.67501 48.64151))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10529'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66217 -1.67483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12980'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67483'^^xsd:double;
  dwc:latitude '48.66217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67483 48.66217, -1.67483 48.66217, -1.67483 48.66217, -1.67483 48.66217, -1.67483 48.66217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12980'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64772 -1.67475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11852'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67475'^^xsd:double;
  dwc:latitude '48.64772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67475 48.64772, -1.67475 48.64772, -1.67475 48.64772, -1.67475 48.64772, -1.67475 48.64772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11852'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64615 -1.67455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12478'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67455'^^xsd:double;
  dwc:latitude '48.64615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67455 48.64615, -1.67455 48.64615, -1.67455 48.64615, -1.67455 48.64615, -1.67455 48.64615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12478'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64353 -1.67448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11796'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67448'^^xsd:double;
  dwc:latitude '48.64353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67448 48.64353, -1.67448 48.64353, -1.67448 48.64353, -1.67448 48.64353, -1.67448 48.64353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11796'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68603 -1.67444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9583'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67444'^^xsd:double;
  dwc:latitude '48.68603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67444 48.68603, -1.67444 48.68603, -1.67444 48.68603, -1.67444 48.68603, -1.67444 48.68603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9583'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65046 -1.67422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11928'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67422'^^xsd:double;
  dwc:latitude '48.65046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67422 48.65046, -1.67422 48.65046, -1.67422 48.65046, -1.67422 48.65046, -1.67422 48.65046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11928'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64364 -1.67415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64364"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13238'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67415'^^xsd:double;
  dwc:latitude '48.64364'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67415 48.64364, -1.67415 48.64364, -1.67415 48.64364, -1.67415 48.64364, -1.67415 48.64364))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13238'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63862 -1.67414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13665'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67414'^^xsd:double;
  dwc:latitude '48.63862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67414 48.63862, -1.67414 48.63862, -1.67414 48.63862, -1.67414 48.63862, -1.67414 48.63862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13665'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64764 -1.674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11851'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.674'^^xsd:double;
  dwc:latitude '48.64764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.674 48.64764, -1.674 48.64764, -1.674 48.64764, -1.674 48.64764, -1.674 48.64764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11851'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6431 -1.67395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10953'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67395'^^xsd:double;
  dwc:latitude '48.6431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67395 48.6431, -1.67395 48.6431, -1.67395 48.6431, -1.67395 48.6431, -1.67395 48.6431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10953'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64348 -1.67395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11925'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67395'^^xsd:double;
  dwc:latitude '48.64348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67395 48.64348, -1.67395 48.64348, -1.67395 48.64348, -1.67395 48.64348, -1.67395 48.64348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11925'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64637 -1.67395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11853'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67395'^^xsd:double;
  dwc:latitude '48.64637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67395 48.64637, -1.67395 48.64637, -1.67395 48.64637, -1.67395 48.64637, -1.67395 48.64637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11853'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65423 -1.67374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13397'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.41666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67374'^^xsd:double;
  dwc:latitude '48.65423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67374 48.65423, -1.67374 48.65423, -1.67374 48.65423, -1.67374 48.65423, -1.67374 48.65423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13397'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64709 -1.67367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13344'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67367'^^xsd:double;
  dwc:latitude '48.64709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67367 48.64709, -1.67367 48.64709, -1.67367 48.64709, -1.67367 48.64709, -1.67367 48.64709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13344'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63664 -1.67346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11840'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67346'^^xsd:double;
  dwc:latitude '48.63664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67346 48.63664, -1.67346 48.63664, -1.67346 48.63664, -1.67346 48.63664, -1.67346 48.63664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11840'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6756 -1.6734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12979'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6734'^^xsd:double;
  dwc:latitude '48.6756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6734 48.6756, -1.6734 48.6756, -1.6734 48.6756, -1.6734 48.6756, -1.6734 48.6756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12979'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6412 -1.67335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13619'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67335'^^xsd:double;
  dwc:latitude '48.6412'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67335 48.6412, -1.67335 48.6412, -1.67335 48.6412, -1.67335 48.6412, -1.67335 48.6412))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13619'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64914 -1.67332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13517'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67332'^^xsd:double;
  dwc:latitude '48.64914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67332 48.64914, -1.67332 48.64914, -1.67332 48.64914, -1.67332 48.64914, -1.67332 48.64914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13517'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6553 -1.6733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6553"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11121'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6733'^^xsd:double;
  dwc:latitude '48.6553'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6733 48.6553, -1.6733 48.6553, -1.6733 48.6553, -1.6733 48.6553, -1.6733 48.6553))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11121'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64965 -1.67326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13094'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67326'^^xsd:double;
  dwc:latitude '48.64965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67326 48.64965, -1.67326 48.64965, -1.67326 48.64965, -1.67326 48.64965, -1.67326 48.64965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13094'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64884 -1.67322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12422'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67322'^^xsd:double;
  dwc:latitude '48.64884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67322 48.64884, -1.67322 48.64884, -1.67322 48.64884, -1.67322 48.64884, -1.67322 48.64884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12422'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72709 -1.67317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10144'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67317'^^xsd:double;
  dwc:latitude '48.72709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67317 48.72709, -1.67317 48.72709, -1.67317 48.72709, -1.67317 48.72709, -1.67317 48.72709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10144'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65009 -1.67313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11838'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67313'^^xsd:double;
  dwc:latitude '48.65009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67313 48.65009, -1.67313 48.65009, -1.67313 48.65009, -1.67313 48.65009, -1.67313 48.65009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11838'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63422 -1.67305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9572'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67305'^^xsd:double;
  dwc:latitude '48.63422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67305 48.63422, -1.67305 48.63422, -1.67305 48.63422, -1.67305 48.63422, -1.67305 48.63422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9572'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6497 -1.67305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8305'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67305'^^xsd:double;
  dwc:latitude '48.6497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67305 48.6497, -1.67305 48.6497, -1.67305 48.6497, -1.67305 48.6497, -1.67305 48.6497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8305'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64732 -1.67293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11926'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67293'^^xsd:double;
  dwc:latitude '48.64732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67293 48.64732, -1.67293 48.64732, -1.67293 48.64732, -1.67293 48.64732, -1.67293 48.64732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11926'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65152 -1.67291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65152"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11641'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67291'^^xsd:double;
  dwc:latitude '48.65152'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67291 48.65152, -1.67291 48.65152, -1.67291 48.65152, -1.67291 48.65152, -1.67291 48.65152))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11641'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68898 -1.6728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8378'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6728'^^xsd:double;
  dwc:latitude '48.68898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6728 48.68898, -1.6728 48.68898, -1.6728 48.68898, -1.6728 48.68898, -1.6728 48.68898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8378'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64514 -1.67278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64514"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11924'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67278'^^xsd:double;
  dwc:latitude '48.64514'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67278 48.64514, -1.67278 48.64514, -1.67278 48.64514, -1.67278 48.64514, -1.67278 48.64514))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11924'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64708 -1.67278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13375'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67278'^^xsd:double;
  dwc:latitude '48.64708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67278 48.64708, -1.67278 48.64708, -1.67278 48.64708, -1.67278 48.64708, -1.67278 48.64708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13375'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64952 -1.67274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11927'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67274'^^xsd:double;
  dwc:latitude '48.64952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67274 48.64952, -1.67274 48.64952, -1.67274 48.64952, -1.67274 48.64952, -1.67274 48.64952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11927'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64144 -1.67266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13165'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67266'^^xsd:double;
  dwc:latitude '48.64144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67266 48.64144, -1.67266 48.64144, -1.67266 48.64144, -1.67266 48.64144, -1.67266 48.64144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13165'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74223 -1.67265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10143'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67265'^^xsd:double;
  dwc:latitude '48.74223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67265 48.74223, -1.67265 48.74223, -1.67265 48.74223, -1.67265 48.74223, -1.67265 48.74223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10143'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6425 -1.67262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13313'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67262'^^xsd:double;
  dwc:latitude '48.6425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67262 48.6425, -1.67262 48.6425, -1.67262 48.6425, -1.67262 48.6425, -1.67262 48.6425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13313'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64526 -1.67256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11834'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67256'^^xsd:double;
  dwc:latitude '48.64526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67256 48.64526, -1.67256 48.64526, -1.67256 48.64526, -1.67256 48.64526, -1.67256 48.64526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11834'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6772 -1.67253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12250'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67253'^^xsd:double;
  dwc:latitude '48.6772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67253 48.6772, -1.67253 48.6772, -1.67253 48.6772, -1.67253 48.6772, -1.67253 48.6772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12250'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64198 -1.67249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13620'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67249'^^xsd:double;
  dwc:latitude '48.64198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67249 48.64198, -1.67249 48.64198, -1.67249 48.64198, -1.67249 48.64198, -1.67249 48.64198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13620'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64169 -1.67246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12433'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67246'^^xsd:double;
  dwc:latitude '48.64169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67246 48.64169, -1.67246 48.64169, -1.67246 48.64169, -1.67246 48.64169, -1.67246 48.64169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12433'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64576 -1.67244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11836'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67244'^^xsd:double;
  dwc:latitude '48.64576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67244 48.64576, -1.67244 48.64576, -1.67244 48.64576, -1.67244 48.64576, -1.67244 48.64576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11836'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65371 -1.67243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11122'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67243'^^xsd:double;
  dwc:latitude '48.65371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67243 48.65371, -1.67243 48.65371, -1.67243 48.65371, -1.67243 48.65371, -1.67243 48.65371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11122'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64675 -1.67242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11656'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67242'^^xsd:double;
  dwc:latitude '48.64675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67242 48.64675, -1.67242 48.64675, -1.67242 48.64675, -1.67242 48.64675, -1.67242 48.64675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11656'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64182 -1.67237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12421'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67237'^^xsd:double;
  dwc:latitude '48.64182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67237 48.64182, -1.67237 48.64182, -1.67237 48.64182, -1.67237 48.64182, -1.67237 48.64182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12421'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64192 -1.67232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13136'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67232'^^xsd:double;
  dwc:latitude '48.64192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67232 48.64192, -1.67232 48.64192, -1.67232 48.64192, -1.67232 48.64192, -1.67232 48.64192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13136'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67259 -1.67222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67259"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8803'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67222'^^xsd:double;
  dwc:latitude '48.67259'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67222 48.67259, -1.67222 48.67259, -1.67222 48.67259, -1.67222 48.67259, -1.67222 48.67259))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8803'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62433 -1.67217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.62433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10957'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67217'^^xsd:double;
  dwc:latitude '48.62433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67217 48.62433, -1.67217 48.62433, -1.67217 48.62433, -1.67217 48.62433, -1.67217 48.62433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10957'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64606 -1.67215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11854'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67215'^^xsd:double;
  dwc:latitude '48.64606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67215 48.64606, -1.67215 48.64606, -1.67215 48.64606, -1.67215 48.64606, -1.67215 48.64606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11854'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64175 -1.67205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13101'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67205'^^xsd:double;
  dwc:latitude '48.64175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67205 48.64175, -1.67205 48.64175, -1.67205 48.64175, -1.67205 48.64175, -1.67205 48.64175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13101'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64171 -1.67196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64171"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10700'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67196'^^xsd:double;
  dwc:latitude '48.64171'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67196 48.64171, -1.67196 48.64171, -1.67196 48.64171, -1.67196 48.64171, -1.67196 48.64171))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10700'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64098 -1.67184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13288'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67184'^^xsd:double;
  dwc:latitude '48.64098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67184 48.64098, -1.67184 48.64098, -1.67184 48.64098, -1.67184 48.64098, -1.67184 48.64098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13288'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69275 -1.6718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_2810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2810'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6718'^^xsd:double;
  dwc:latitude '48.69275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6718 48.69275, -1.6718 48.69275, -1.6718 48.69275, -1.6718 48.69275, -1.6718 48.69275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2810'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6276 -1.67175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7076'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67175'^^xsd:double;
  dwc:latitude '48.6276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67175 48.6276, -1.67175 48.6276, -1.67175 48.6276, -1.67175 48.6276, -1.67175 48.6276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7076'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6972 -1.67175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8380'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67175'^^xsd:double;
  dwc:latitude '48.6972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67175 48.6972, -1.67175 48.6972, -1.67175 48.6972, -1.67175 48.6972, -1.67175 48.6972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8380'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63876 -1.67166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11655'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67166'^^xsd:double;
  dwc:latitude '48.63876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67166 48.63876, -1.67166 48.63876, -1.67166 48.63876, -1.67166 48.63876, -1.67166 48.63876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11655'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64954 -1.67164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64954"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13571'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67164'^^xsd:double;
  dwc:latitude '48.64954'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67164 48.64954, -1.67164 48.64954, -1.67164 48.64954, -1.67164 48.64954, -1.67164 48.64954))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13571'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64107 -1.67163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13323'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67163'^^xsd:double;
  dwc:latitude '48.64107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67163 48.64107, -1.67163 48.64107, -1.67163 48.64107, -1.67163 48.64107, -1.67163 48.64107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13323'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67707 -1.67161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12412'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67161'^^xsd:double;
  dwc:latitude '48.67707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67161 48.67707, -1.67161 48.67707, -1.67161 48.67707, -1.67161 48.67707, -1.67161 48.67707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12412'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63912 -1.67157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10651'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67157'^^xsd:double;
  dwc:latitude '48.63912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67157 48.63912, -1.67157 48.63912, -1.67157 48.63912, -1.67157 48.63912, -1.67157 48.63912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10651'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64066 -1.67154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13305'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67154'^^xsd:double;
  dwc:latitude '48.64066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67154 48.64066, -1.67154 48.64066, -1.67154 48.64066, -1.67154 48.64066, -1.67154 48.64066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13305'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64012 -1.67143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10951'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67143'^^xsd:double;
  dwc:latitude '48.64012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67143 48.64012, -1.67143 48.64012, -1.67143 48.64012, -1.67143 48.64012, -1.67143 48.64012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10951'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64052 -1.67137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13343'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67137'^^xsd:double;
  dwc:latitude '48.64052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67137 48.64052, -1.67137 48.64052, -1.67137 48.64052, -1.67137 48.64052, -1.67137 48.64052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13343'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64064 -1.67136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13310'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67136'^^xsd:double;
  dwc:latitude '48.64064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67136 48.64064, -1.67136 48.64064, -1.67136 48.64064, -1.67136 48.64064, -1.67136 48.64064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13310'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65074 -1.67135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13535'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67135'^^xsd:double;
  dwc:latitude '48.65074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67135 48.65074, -1.67135 48.65074, -1.67135 48.65074, -1.67135 48.65074, -1.67135 48.65074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13535'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64167 -1.67134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64167"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13621'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67134'^^xsd:double;
  dwc:latitude '48.64167'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67134 48.64167, -1.67134 48.64167, -1.67134 48.64167, -1.67134 48.64167, -1.67134 48.64167))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13621'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64043 -1.67117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13330'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67117'^^xsd:double;
  dwc:latitude '48.64043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67117 48.64043, -1.67117 48.64043, -1.67117 48.64043, -1.67117 48.64043, -1.67117 48.64043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13330'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64137 -1.67115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13269'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67115'^^xsd:double;
  dwc:latitude '48.64137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67115 48.64137, -1.67115 48.64137, -1.67115 48.64137, -1.67115 48.64137, -1.67115 48.64137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13269'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6435 -1.67115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11793'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67115'^^xsd:double;
  dwc:latitude '48.6435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67115 48.6435, -1.67115 48.6435, -1.67115 48.6435, -1.67115 48.6435, -1.67115 48.6435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11793'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64182 -1.67112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13254'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67112'^^xsd:double;
  dwc:latitude '48.64182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67112 48.64182, -1.67112 48.64182, -1.67112 48.64182, -1.67112 48.64182, -1.67112 48.64182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13254'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64054 -1.67111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13311'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67111'^^xsd:double;
  dwc:latitude '48.64054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67111 48.64054, -1.67111 48.64054, -1.67111 48.64054, -1.67111 48.64054, -1.67111 48.64054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13311'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64018 -1.6711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13327'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6711'^^xsd:double;
  dwc:latitude '48.64018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6711 48.64018, -1.6711 48.64018, -1.6711 48.64018, -1.6711 48.64018, -1.6711 48.64018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13327'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64044 -1.6711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13511'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6711'^^xsd:double;
  dwc:latitude '48.64044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6711 48.64044, -1.6711 48.64044, -1.6711 48.64044, -1.6711 48.64044, -1.6711 48.64044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13511'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6411 -1.6711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13653'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6711'^^xsd:double;
  dwc:latitude '48.6411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6711 48.6411, -1.6711 48.6411, -1.6711 48.6411, -1.6711 48.6411, -1.6711 48.6411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13653'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64048 -1.67109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13575'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67109'^^xsd:double;
  dwc:latitude '48.64048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67109 48.64048, -1.67109 48.64048, -1.67109 48.64048, -1.67109 48.64048, -1.67109 48.64048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13575'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63986 -1.67108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13648'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67108'^^xsd:double;
  dwc:latitude '48.63986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67108 48.63986, -1.67108 48.63986, -1.67108 48.63986, -1.67108 48.63986, -1.67108 48.63986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13648'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64075 -1.67107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13285'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67107'^^xsd:double;
  dwc:latitude '48.64075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67107 48.64075, -1.67107 48.64075, -1.67107 48.64075, -1.67107 48.64075, -1.67107 48.64075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13285'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64084 -1.67107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13251'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67107'^^xsd:double;
  dwc:latitude '48.64084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67107 48.64084, -1.67107 48.64084, -1.67107 48.64084, -1.67107 48.64084, -1.67107 48.64084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13251'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64006 -1.67105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13268'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67105'^^xsd:double;
  dwc:latitude '48.64006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67105 48.64006, -1.67105 48.64006, -1.67105 48.64006, -1.67105 48.64006, -1.67105 48.64006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13268'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6474 -1.67105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11868'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67105'^^xsd:double;
  dwc:latitude '48.6474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67105 48.6474, -1.67105 48.6474, -1.67105 48.6474, -1.67105 48.6474, -1.67105 48.6474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11868'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70159 -1.67105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8868'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67105'^^xsd:double;
  dwc:latitude '48.70159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67105 48.70159, -1.67105 48.70159, -1.67105 48.70159, -1.67105 48.70159, -1.67105 48.70159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8868'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64096 -1.67103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11728'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67103'^^xsd:double;
  dwc:latitude '48.64096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67103 48.64096, -1.67103 48.64096, -1.67103 48.64096, -1.67103 48.64096, -1.67103 48.64096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11728'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63603 -1.67102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9571'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67102'^^xsd:double;
  dwc:latitude '48.63603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67102 48.63603, -1.67102 48.63603, -1.67102 48.63603, -1.67102 48.63603, -1.67102 48.63603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9571'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63971 -1.67102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13250'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67102'^^xsd:double;
  dwc:latitude '48.63971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67102 48.63971, -1.67102 48.63971, -1.67102 48.63971, -1.67102 48.63971, -1.67102 48.63971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13250'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64083 -1.67101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13282'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67101'^^xsd:double;
  dwc:latitude '48.64083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67101 48.64083, -1.67101 48.64083, -1.67101 48.64083, -1.67101 48.64083, -1.67101 48.64083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13282'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64167 -1.67099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64167"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12477'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67099'^^xsd:double;
  dwc:latitude '48.64167'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67099 48.64167, -1.67099 48.64167, -1.67099 48.64167, -1.67099 48.64167, -1.67099 48.64167))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12477'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64186 -1.67097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13374'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67097'^^xsd:double;
  dwc:latitude '48.64186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67097 48.64186, -1.67097 48.64186, -1.67097 48.64186, -1.67097 48.64186, -1.67097 48.64186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13374'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65462 -1.67093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12438'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67093'^^xsd:double;
  dwc:latitude '48.65462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67093 48.65462, -1.67093 48.65462, -1.67093 48.65462, -1.67093 48.65462, -1.67093 48.65462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12438'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6416 -1.67092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11187'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67092'^^xsd:double;
  dwc:latitude '48.6416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67092 48.6416, -1.67092 48.6416, -1.67092 48.6416, -1.67092 48.6416, -1.67092 48.6416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11187'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64123 -1.67091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64123"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13326'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67091'^^xsd:double;
  dwc:latitude '48.64123'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67091 48.64123, -1.67091 48.64123, -1.67091 48.64123, -1.67091 48.64123, -1.67091 48.64123))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13326'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64105 -1.6709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13389'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6709'^^xsd:double;
  dwc:latitude '48.64105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6709 48.64105, -1.6709 48.64105, -1.6709 48.64105, -1.6709 48.64105, -1.6709 48.64105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13389'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64372 -1.6709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10919'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6709'^^xsd:double;
  dwc:latitude '48.64372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6709 48.64372, -1.6709 48.64372, -1.6709 48.64372, -1.6709 48.64372, -1.6709 48.64372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10919'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64106 -1.67087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64106"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13102'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67087'^^xsd:double;
  dwc:latitude '48.64106'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67087 48.64106, -1.67087 48.64106, -1.67087 48.64106, -1.67087 48.64106, -1.67087 48.64106))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13102'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63975 -1.67085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63975"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13249'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67085'^^xsd:double;
  dwc:latitude '48.63975'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67085 48.63975, -1.67085 48.63975, -1.67085 48.63975, -1.67085 48.63975, -1.67085 48.63975))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13249'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64123 -1.67083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64123"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13138'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67083'^^xsd:double;
  dwc:latitude '48.64123'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67083 48.64123, -1.67083 48.64123, -1.67083 48.64123, -1.67083 48.64123, -1.67083 48.64123))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13138'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64102 -1.67082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13306'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67082'^^xsd:double;
  dwc:latitude '48.64102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67082 48.64102, -1.67082 48.64102, -1.67082 48.64102, -1.67082 48.64102, -1.67082 48.64102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13306'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64169 -1.67082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13103'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67082'^^xsd:double;
  dwc:latitude '48.64169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67082 48.64169, -1.67082 48.64169, -1.67082 48.64169, -1.67082 48.64169, -1.67082 48.64169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13103'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64749 -1.67082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13187'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67082'^^xsd:double;
  dwc:latitude '48.64749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67082 48.64749, -1.67082 48.64749, -1.67082 48.64749, -1.67082 48.64749, -1.67082 48.64749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13187'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65515 -1.67082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65515"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11929'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67082'^^xsd:double;
  dwc:latitude '48.65515'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67082 48.65515, -1.67082 48.65515, -1.67082 48.65515, -1.67082 48.65515, -1.67082 48.65515))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11929'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63451 -1.67081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10918'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67081'^^xsd:double;
  dwc:latitude '48.63451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67081 48.63451, -1.67081 48.63451, -1.67081 48.63451, -1.67081 48.63451, -1.67081 48.63451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10918'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64131 -1.67081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13373'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67081'^^xsd:double;
  dwc:latitude '48.64131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67081 48.64131, -1.67081 48.64131, -1.67081 48.64131, -1.67081 48.64131, -1.67081 48.64131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13373'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64106 -1.6708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64106"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13255'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6708'^^xsd:double;
  dwc:latitude '48.64106'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6708 48.64106, -1.6708 48.64106, -1.6708 48.64106, -1.6708 48.64106, -1.6708 48.64106))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13255'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64114 -1.67078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13650'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67078'^^xsd:double;
  dwc:latitude '48.64114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67078 48.64114, -1.67078 48.64114, -1.67078 48.64114, -1.67078 48.64114, -1.67078 48.64114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13650'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64164 -1.67078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64164"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13392'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67078'^^xsd:double;
  dwc:latitude '48.64164'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67078 48.64164, -1.67078 48.64164, -1.67078 48.64164, -1.67078 48.64164, -1.67078 48.64164))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13392'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64125 -1.67076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13623'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67076'^^xsd:double;
  dwc:latitude '48.64125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67076 48.64125, -1.67076 48.64125, -1.67076 48.64125, -1.67076 48.64125, -1.67076 48.64125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13623'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64121 -1.67075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13194'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67075'^^xsd:double;
  dwc:latitude '48.64121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67075 48.64121, -1.67075 48.64121, -1.67075 48.64121, -1.67075 48.64121, -1.67075 48.64121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13194'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64151 -1.67075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64151"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13651'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67075'^^xsd:double;
  dwc:latitude '48.64151'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67075 48.64151, -1.67075 48.64151, -1.67075 48.64151, -1.67075 48.64151, -1.67075 48.64151))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13651'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64139 -1.67073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13252'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67073'^^xsd:double;
  dwc:latitude '48.64139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67073 48.64139, -1.67073 48.64139, -1.67073 48.64139, -1.67073 48.64139, -1.67073 48.64139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13252'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64225 -1.67073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13647'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67073'^^xsd:double;
  dwc:latitude '48.64225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67073 48.64225, -1.67073 48.64225, -1.67073 48.64225, -1.67073 48.64225, -1.67073 48.64225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13647'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64115 -1.67069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13652'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67069'^^xsd:double;
  dwc:latitude '48.64115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67069 48.64115, -1.67069 48.64115, -1.67069 48.64115, -1.67069 48.64115, -1.67069 48.64115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13652'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64172 -1.67069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13390'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67069'^^xsd:double;
  dwc:latitude '48.64172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67069 48.64172, -1.67069 48.64172, -1.67069 48.64172, -1.67069 48.64172, -1.67069 48.64172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13390'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64152 -1.67068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64152"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13576'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67068'^^xsd:double;
  dwc:latitude '48.64152'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67068 48.64152, -1.67068 48.64152, -1.67068 48.64152, -1.67068 48.64152, -1.67068 48.64152))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13576'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64172 -1.67068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13391'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67068'^^xsd:double;
  dwc:latitude '48.64172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67068 48.64172, -1.67068 48.64172, -1.67068 48.64172, -1.67068 48.64172, -1.67068 48.64172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13391'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64139 -1.67066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13286'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67066'^^xsd:double;
  dwc:latitude '48.64139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67066 48.64139, -1.67066 48.64139, -1.67066 48.64139, -1.67066 48.64139, -1.67066 48.64139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13286'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64134 -1.67065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13654'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67065'^^xsd:double;
  dwc:latitude '48.64134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67065 48.64134, -1.67065 48.64134, -1.67065 48.64134, -1.67065 48.64134, -1.67065 48.64134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13654'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64201 -1.67065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13518'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67065'^^xsd:double;
  dwc:latitude '48.64201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67065 48.64201, -1.67065 48.64201, -1.67065 48.64201, -1.67065 48.64201, -1.67065 48.64201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13518'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64124 -1.67064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13270'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67064'^^xsd:double;
  dwc:latitude '48.64124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67064 48.64124, -1.67064 48.64124, -1.67064 48.64124, -1.67064 48.64124, -1.67064 48.64124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13270'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67409 -1.67064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12993'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67064'^^xsd:double;
  dwc:latitude '48.67409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67064 48.67409, -1.67064 48.67409, -1.67064 48.67409, -1.67064 48.67409, -1.67064 48.67409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12993'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64116 -1.67062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13393'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67062'^^xsd:double;
  dwc:latitude '48.64116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67062 48.64116, -1.67062 48.64116, -1.67062 48.64116, -1.67062 48.64116, -1.67062 48.64116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13393'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64144 -1.67062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13543'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67062'^^xsd:double;
  dwc:latitude '48.64144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67062 48.64144, -1.67062 48.64144, -1.67062 48.64144, -1.67062 48.64144, -1.67062 48.64144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13543'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64719 -1.67062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13218'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67062'^^xsd:double;
  dwc:latitude '48.64719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67062 48.64719, -1.67062 48.64719, -1.67062 48.64719, -1.67062 48.64719, -1.67062 48.64719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13218'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64155 -1.67061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13342'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67061'^^xsd:double;
  dwc:latitude '48.64155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67061 48.64155, -1.67061 48.64155, -1.67061 48.64155, -1.67061 48.64155, -1.67061 48.64155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13342'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64125 -1.6706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13283'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6706'^^xsd:double;
  dwc:latitude '48.64125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6706 48.64125, -1.6706 48.64125, -1.6706 48.64125, -1.6706 48.64125, -1.6706 48.64125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13283'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64146 -1.67059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13622'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67059'^^xsd:double;
  dwc:latitude '48.64146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67059 48.64146, -1.67059 48.64146, -1.67059 48.64146, -1.67059 48.64146, -1.67059 48.64146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13622'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64167 -1.67059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64167"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13137'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67059'^^xsd:double;
  dwc:latitude '48.64167'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67059 48.64167, -1.67059 48.64167, -1.67059 48.64167, -1.67059 48.64167, -1.67059 48.64167))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13137'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6423 -1.67058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13340'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67058'^^xsd:double;
  dwc:latitude '48.6423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67058 48.6423, -1.67058 48.6423, -1.67058 48.6423, -1.67058 48.6423, -1.67058 48.6423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13340'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64148 -1.67057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64148"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13325'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67057'^^xsd:double;
  dwc:latitude '48.64148'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67057 48.64148, -1.67057 48.64148, -1.67057 48.64148, -1.67057 48.64148, -1.67057 48.64148))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13325'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64158 -1.67057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13617'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67057'^^xsd:double;
  dwc:latitude '48.64158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67057 48.64158, -1.67057 48.64158, -1.67057 48.64158, -1.67057 48.64158, -1.67057 48.64158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13617'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64146 -1.67055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13219'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67055'^^xsd:double;
  dwc:latitude '48.64146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67055 48.64146, -1.67055 48.64146, -1.67055 48.64146, -1.67055 48.64146, -1.67055 48.64146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13219'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64192 -1.67055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13508'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67055'^^xsd:double;
  dwc:latitude '48.64192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67055 48.64192, -1.67055 48.64192, -1.67055 48.64192, -1.67055 48.64192, -1.67055 48.64192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13508'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64129 -1.67054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13236'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67054'^^xsd:double;
  dwc:latitude '48.64129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67054 48.64129, -1.67054 48.64129, -1.67054 48.64129, -1.67054 48.64129, -1.67054 48.64129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13236'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64137 -1.67051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13662'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67051'^^xsd:double;
  dwc:latitude '48.64137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67051 48.64137, -1.67051 48.64137, -1.67051 48.64137, -1.67051 48.64137, -1.67051 48.64137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13662'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6415 -1.67051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13166'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67051'^^xsd:double;
  dwc:latitude '48.6415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67051 48.6415, -1.67051 48.6415, -1.67051 48.6415, -1.67051 48.6415, -1.67051 48.6415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13166'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64144 -1.67049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13510'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67049'^^xsd:double;
  dwc:latitude '48.64144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67049 48.64144, -1.67049 48.64144, -1.67049 48.64144, -1.67049 48.64144, -1.67049 48.64144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13510'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64156 -1.67046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13618'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67046'^^xsd:double;
  dwc:latitude '48.64156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67046 48.64156, -1.67046 48.64156, -1.67046 48.64156, -1.67046 48.64156, -1.67046 48.64156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13618'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64136 -1.67043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64136"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13649'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67043'^^xsd:double;
  dwc:latitude '48.64136'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67043 48.64136, -1.67043 48.64136, -1.67043 48.64136, -1.67043 48.64136, -1.67043 48.64136))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13649'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64144 -1.67042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13195'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67042'^^xsd:double;
  dwc:latitude '48.64144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67042 48.64144, -1.67042 48.64144, -1.67042 48.64144, -1.67042 48.64144, -1.67042 48.64144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13195'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64129 -1.67041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13253'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67041'^^xsd:double;
  dwc:latitude '48.64129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67041 48.64129, -1.67041 48.64129, -1.67041 48.64129, -1.67041 48.64129, -1.67041 48.64129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13253'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64402 -1.67041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13509'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67041'^^xsd:double;
  dwc:latitude '48.64402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67041 48.64402, -1.67041 48.64402, -1.67041 48.64402, -1.67041 48.64402, -1.67041 48.64402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13509'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6536 -1.67041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12423'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67041'^^xsd:double;
  dwc:latitude '48.6536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67041 48.6536, -1.67041 48.6536, -1.67041 48.6536, -1.67041 48.6536, -1.67041 48.6536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12423'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6415 -1.6704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13616'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6704'^^xsd:double;
  dwc:latitude '48.6415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6704 48.6415, -1.6704 48.6415, -1.6704 48.6415, -1.6704 48.6415, -1.6704 48.6415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13616'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64111 -1.67039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64111"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12472'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67039'^^xsd:double;
  dwc:latitude '48.64111'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67039 48.64111, -1.67039 48.64111, -1.67039 48.64111, -1.67039 48.64111, -1.67039 48.64111))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12472'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64129 -1.67039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13235'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67039'^^xsd:double;
  dwc:latitude '48.64129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67039 48.64129, -1.67039 48.64129, -1.67039 48.64129, -1.67039 48.64129, -1.67039 48.64129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13235'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64237 -1.67037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13341'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67037'^^xsd:double;
  dwc:latitude '48.64237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67037 48.64237, -1.67037 48.64237, -1.67037 48.64237, -1.67037 48.64237, -1.67037 48.64237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13341'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65037 -1.67037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11188'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67037'^^xsd:double;
  dwc:latitude '48.65037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67037 48.65037, -1.67037 48.65037, -1.67037 48.65037, -1.67037 48.65037, -1.67037 48.65037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11188'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64108 -1.67035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13324'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67035'^^xsd:double;
  dwc:latitude '48.64108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67035 48.64108, -1.67035 48.64108, -1.67035 48.64108, -1.67035 48.64108, -1.67035 48.64108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13324'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64175 -1.67035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13544'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67035'^^xsd:double;
  dwc:latitude '48.64175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67035 48.64175, -1.67035 48.64175, -1.67035 48.64175, -1.67035 48.64175, -1.67035 48.64175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13544'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64128 -1.67032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13237'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67032'^^xsd:double;
  dwc:latitude '48.64128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67032 48.64128, -1.67032 48.64128, -1.67032 48.64128, -1.67032 48.64128, -1.67032 48.64128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13237'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64027 -1.67031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13287'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67031'^^xsd:double;
  dwc:latitude '48.64027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67031 48.64027, -1.67031 48.64027, -1.67031 48.64027, -1.67031 48.64027, -1.67031 48.64027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13287'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64772 -1.67027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12434'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67027'^^xsd:double;
  dwc:latitude '48.64772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67027 48.64772, -1.67027 48.64772, -1.67027 48.64772, -1.67027 48.64772, -1.67027 48.64772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12434'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64179 -1.67026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13312'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67026'^^xsd:double;
  dwc:latitude '48.64179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67026 48.64179, -1.67026 48.64179, -1.67026 48.64179, -1.67026 48.64179, -1.67026 48.64179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13312'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65997 -1.67024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8308'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67024'^^xsd:double;
  dwc:latitude '48.65997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67024 48.65997, -1.67024 48.65997, -1.67024 48.65997, -1.67024 48.65997, -1.67024 48.65997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8308'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64183 -1.6702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64183"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13372'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6702'^^xsd:double;
  dwc:latitude '48.64183'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6702 48.64183, -1.6702 48.64183, -1.6702 48.64183, -1.6702 48.64183, -1.6702 48.64183))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13372'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64208 -1.67001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64208"^^xsd:decimal ;
  dwc:decimalLongitude "-1.67001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13661'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.67001'^^xsd:double;
  dwc:latitude '48.64208'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.67001 48.64208, -1.67001 48.64208, -1.67001 48.64208, -1.67001 48.64208, -1.67001 48.64208))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13661'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64245 -1.66995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13338'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66995'^^xsd:double;
  dwc:latitude '48.64245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66995 48.64245, -1.66995 48.64245, -1.66995 48.64245, -1.66995 48.64245, -1.66995 48.64245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13338'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65119 -1.66995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65119"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11727'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66995'^^xsd:double;
  dwc:latitude '48.65119'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66995 48.65119, -1.66995 48.65119, -1.66995 48.65119, -1.66995 48.65119, -1.66995 48.65119))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11727'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64222 -1.66994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13663'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66994'^^xsd:double;
  dwc:latitude '48.64222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66994 48.64222, -1.66994 48.64222, -1.66994 48.64222, -1.66994 48.64222, -1.66994 48.64222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13663'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64434 -1.66988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12430'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66988'^^xsd:double;
  dwc:latitude '48.64434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66988 48.64434, -1.66988 48.64434, -1.66988 48.64434, -1.66988 48.64434, -1.66988 48.64434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12430'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64132 -1.66986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64132"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13314'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66986'^^xsd:double;
  dwc:latitude '48.64132'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66986 48.64132, -1.66986 48.64132, -1.66986 48.64132, -1.66986 48.64132, -1.66986 48.64132))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13314'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64282 -1.66959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11729'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66959'^^xsd:double;
  dwc:latitude '48.64282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66959 48.64282, -1.66959 48.64282, -1.66959 48.64282, -1.66959 48.64282, -1.66959 48.64282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11729'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63166 -1.66958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63166"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10986'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66958'^^xsd:double;
  dwc:latitude '48.63166'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66958 48.63166, -1.66958 48.63166, -1.66958 48.63166, -1.66958 48.63166, -1.66958 48.63166))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10986'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66436 -1.66939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12483'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66939'^^xsd:double;
  dwc:latitude '48.66436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66939 48.66436, -1.66939 48.66436, -1.66939 48.66436, -1.66939 48.66436, -1.66939 48.66436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12483'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64176 -1.66937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13196'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66937'^^xsd:double;
  dwc:latitude '48.64176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66937 48.64176, -1.66937 48.64176, -1.66937 48.64176, -1.66937 48.64176, -1.66937 48.64176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13196'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64277 -1.66937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13284'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66937'^^xsd:double;
  dwc:latitude '48.64277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66937 48.64277, -1.66937 48.64277, -1.66937 48.64277, -1.66937 48.64277, -1.66937 48.64277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13284'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64956 -1.66932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11850'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66932'^^xsd:double;
  dwc:latitude '48.64956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66932 48.64956, -1.66932 48.64956, -1.66932 48.64956, -1.66932 48.64956, -1.66932 48.64956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11850'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64212 -1.66922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64212"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13271'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66922'^^xsd:double;
  dwc:latitude '48.64212'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66922 48.64212, -1.66922 48.64212, -1.66922 48.64212, -1.66922 48.64212, -1.66922 48.64212))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13271'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65177 -1.66919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11099'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66919'^^xsd:double;
  dwc:latitude '48.65177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66919 48.65177, -1.66919 48.65177, -1.66919 48.65177, -1.66919 48.65177, -1.66919 48.65177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11099'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6721 -1.66916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11029'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66916'^^xsd:double;
  dwc:latitude '48.6721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66916 48.6721, -1.66916 48.6721, -1.66916 48.6721, -1.66916 48.6721, -1.66916 48.6721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11029'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64288 -1.66914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13664'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66914'^^xsd:double;
  dwc:latitude '48.64288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66914 48.64288, -1.66914 48.64288, -1.66914 48.64288, -1.66914 48.64288, -1.66914 48.64288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13664'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65612 -1.66914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11162'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66914'^^xsd:double;
  dwc:latitude '48.65612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66914 48.65612, -1.66914 48.65612, -1.66914 48.65612, -1.66914 48.65612, -1.66914 48.65612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11162'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64724 -1.66895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12429'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66895'^^xsd:double;
  dwc:latitude '48.64724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66895 48.64724, -1.66895 48.64724, -1.66895 48.64724, -1.66895 48.64724, -1.66895 48.64724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12429'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64138 -1.66887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64138"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12435'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66887'^^xsd:double;
  dwc:latitude '48.64138'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66887 48.64138, -1.66887 48.64138, -1.66887 48.64138, -1.66887 48.64138, -1.66887 48.64138))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12435'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65866 -1.66877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13428'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66877'^^xsd:double;
  dwc:latitude '48.65866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66877 48.65866, -1.66877 48.65866, -1.66877 48.65866, -1.66877 48.65866, -1.66877 48.65866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13428'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65028 -1.66873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11869'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66873'^^xsd:double;
  dwc:latitude '48.65028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66873 48.65028, -1.66873 48.65028, -1.66873 48.65028, -1.66873 48.65028, -1.66873 48.65028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11869'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65404 -1.66861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11640'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66861'^^xsd:double;
  dwc:latitude '48.65404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66861 48.65404, -1.66861 48.65404, -1.66861 48.65404, -1.66861 48.65404, -1.66861 48.65404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11640'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64587 -1.66855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10720'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66855'^^xsd:double;
  dwc:latitude '48.64587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66855 48.64587, -1.66855 48.64587, -1.66855 48.64587, -1.66855 48.64587, -1.66855 48.64587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10720'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64072 -1.66853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12520'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66853'^^xsd:double;
  dwc:latitude '48.64072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66853 48.64072, -1.66853 48.64072, -1.66853 48.64072, -1.66853 48.64072, -1.66853 48.64072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12520'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64021 -1.66851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12432'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66851'^^xsd:double;
  dwc:latitude '48.64021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66851 48.64021, -1.66851 48.64021, -1.66851 48.64021, -1.66851 48.64021, -1.66851 48.64021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12432'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75178 -1.66843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8866'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66843'^^xsd:double;
  dwc:latitude '48.75178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66843 48.75178, -1.66843 48.75178, -1.66843 48.75178, -1.66843 48.75178, -1.66843 48.75178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8866'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64611 -1.66842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11866'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66842'^^xsd:double;
  dwc:latitude '48.64611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66842 48.64611, -1.66842 48.64611, -1.66842 48.64611, -1.66842 48.64611, -1.66842 48.64611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11866'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69453 -1.66831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8360'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66831'^^xsd:double;
  dwc:latitude '48.69453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66831 48.69453, -1.66831 48.69453, -1.66831 48.69453, -1.66831 48.69453, -1.66831 48.69453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8360'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64979 -1.6683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13239'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6683'^^xsd:double;
  dwc:latitude '48.64979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6683 48.64979, -1.6683 48.64979, -1.6683 48.64979, -1.6683 48.64979, -1.6683 48.64979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13239'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64606 -1.66825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10950'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66825'^^xsd:double;
  dwc:latitude '48.64606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66825 48.64606, -1.66825 48.64606, -1.66825 48.64606, -1.66825 48.64606, -1.66825 48.64606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10950'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63765 -1.66824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12476'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66824'^^xsd:double;
  dwc:latitude '48.63765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66824 48.63765, -1.66824 48.63765, -1.66824 48.63765, -1.66824 48.63765, -1.66824 48.63765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12476'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64557 -1.66821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11958'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66821'^^xsd:double;
  dwc:latitude '48.64557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66821 48.64557, -1.66821 48.64557, -1.66821 48.64557, -1.66821 48.64557, -1.66821 48.64557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11958'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6421 -1.66816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13281'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66816'^^xsd:double;
  dwc:latitude '48.6421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66816 48.6421, -1.66816 48.6421, -1.66816 48.6421, -1.66816 48.6421, -1.66816 48.6421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13281'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65653 -1.66814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11123'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66814'^^xsd:double;
  dwc:latitude '48.65653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66814 48.65653, -1.66814 48.65653, -1.66814 48.65653, -1.66814 48.65653, -1.66814 48.65653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11123'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65204 -1.66808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13158'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66808'^^xsd:double;
  dwc:latitude '48.65204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66808 48.65204, -1.66808 48.65204, -1.66808 48.65204, -1.66808 48.65204, -1.66808 48.65204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13158'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70467 -1.66808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70467"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8352'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66808'^^xsd:double;
  dwc:latitude '48.70467'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66808 48.70467, -1.66808 48.70467, -1.66808 48.70467, -1.66808 48.70467, -1.66808 48.70467))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8352'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67912 -1.66801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12440'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66801'^^xsd:double;
  dwc:latitude '48.67912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66801 48.67912, -1.66801 48.67912, -1.66801 48.67912, -1.66801 48.67912, -1.66801 48.67912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12440'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64897 -1.66794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11837'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66794'^^xsd:double;
  dwc:latitude '48.64897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66794 48.64897, -1.66794 48.64897, -1.66794 48.64897, -1.66794 48.64897, -1.66794 48.64897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11837'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6472 -1.66786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12981'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66786'^^xsd:double;
  dwc:latitude '48.6472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66786 48.6472, -1.66786 48.6472, -1.66786 48.6472, -1.66786 48.6472, -1.66786 48.6472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12981'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65815 -1.66786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11120'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66786'^^xsd:double;
  dwc:latitude '48.65815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66786 48.65815, -1.66786 48.65815, -1.66786 48.65815, -1.66786 48.65815, -1.66786 48.65815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11120'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64968 -1.66785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10699'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66785'^^xsd:double;
  dwc:latitude '48.64968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66785 48.64968, -1.66785 48.64968, -1.66785 48.64968, -1.66785 48.64968, -1.66785 48.64968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10699'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65021 -1.66781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11824'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66781'^^xsd:double;
  dwc:latitude '48.65021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66781 48.65021, -1.66781 48.65021, -1.66781 48.65021, -1.66781 48.65021, -1.66781 48.65021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11824'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64048 -1.66779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12436'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66779'^^xsd:double;
  dwc:latitude '48.64048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66779 48.64048, -1.66779 48.64048, -1.66779 48.64048, -1.66779 48.64048, -1.66779 48.64048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12436'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67898 -1.66777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12099'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66777'^^xsd:double;
  dwc:latitude '48.67898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66777 48.67898, -1.66777 48.67898, -1.66777 48.67898, -1.66777 48.67898, -1.66777 48.67898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12099'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6753 -1.66766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12561'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66766'^^xsd:double;
  dwc:latitude '48.6753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66766 48.6753, -1.66766 48.6753, -1.66766 48.6753, -1.66766 48.6753, -1.66766 48.6753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12561'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64143 -1.66765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12475'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66765'^^xsd:double;
  dwc:latitude '48.64143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66765 48.64143, -1.66765 48.64143, -1.66765 48.64143, -1.66765 48.64143, -1.66765 48.64143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12475'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.778 -1.66762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9929'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66762'^^xsd:double;
  dwc:latitude '48.778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66762 48.778, -1.66762 48.778, -1.66762 48.778, -1.66762 48.778, -1.66762 48.778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9929'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64551 -1.66758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10652'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66758'^^xsd:double;
  dwc:latitude '48.64551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66758 48.64551, -1.66758 48.64551, -1.66758 48.64551, -1.66758 48.64551, -1.66758 48.64551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10652'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65381 -1.66758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65381"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10719'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66758'^^xsd:double;
  dwc:latitude '48.65381'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66758 48.65381, -1.66758 48.65381, -1.66758 48.65381, -1.66758 48.65381, -1.66758 48.65381))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10719'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65839 -1.66756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12424'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66756'^^xsd:double;
  dwc:latitude '48.65839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66756 48.65839, -1.66756 48.65839, -1.66756 48.65839, -1.66756 48.65839, -1.66756 48.65839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12424'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64758 -1.66755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11839'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66755'^^xsd:double;
  dwc:latitude '48.64758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66755 48.64758, -1.66755 48.64758, -1.66755 48.64758, -1.66755 48.64758, -1.66755 48.64758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11839'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64957 -1.66754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11833'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66754'^^xsd:double;
  dwc:latitude '48.64957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66754 48.64957, -1.66754 48.64957, -1.66754 48.64957, -1.66754 48.64957, -1.66754 48.64957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11833'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6565 -1.66754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11028'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66754'^^xsd:double;
  dwc:latitude '48.6565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66754 48.6565, -1.66754 48.6565, -1.66754 48.6565, -1.66754 48.6565, -1.66754 48.6565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11028'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64935 -1.66737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64935"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11764'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66737'^^xsd:double;
  dwc:latitude '48.64935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66737 48.64935, -1.66737 48.64935, -1.66737 48.64935, -1.66737 48.64935, -1.66737 48.64935))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11764'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64971 -1.66733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11959'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66733'^^xsd:double;
  dwc:latitude '48.64971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66733 48.64971, -1.66733 48.64971, -1.66733 48.64971, -1.66733 48.64971, -1.66733 48.64971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11959'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68576 -1.66723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8064'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66723'^^xsd:double;
  dwc:latitude '48.68576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66723 48.68576, -1.66723 48.68576, -1.66723 48.68576, -1.66723 48.68576, -1.66723 48.68576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8064'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67451 -1.6672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11367'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6672'^^xsd:double;
  dwc:latitude '48.67451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6672 48.67451, -1.6672 48.67451, -1.6672 48.67451, -1.6672 48.67451, -1.6672 48.67451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11367'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64382 -1.66718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64382"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11956'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66718'^^xsd:double;
  dwc:latitude '48.64382'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66718 48.64382, -1.66718 48.64382, -1.66718 48.64382, -1.66718 48.64382, -1.66718 48.64382))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11956'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62937 -1.66713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.62937"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11819'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66713'^^xsd:double;
  dwc:latitude '48.62937'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66713 48.62937, -1.66713 48.62937, -1.66713 48.62937, -1.66713 48.62937, -1.66713 48.62937))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11819'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67909 -1.66705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67909"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12992'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66705'^^xsd:double;
  dwc:latitude '48.67909'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66705 48.67909, -1.66705 48.67909, -1.66705 48.67909, -1.66705 48.67909, -1.66705 48.67909))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12992'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64454 -1.66704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10701'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66704'^^xsd:double;
  dwc:latitude '48.64454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66704 48.64454, -1.66704 48.64454, -1.66704 48.64454, -1.66704 48.64454, -1.66704 48.64454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10701'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67966 -1.66699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10870'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66699'^^xsd:double;
  dwc:latitude '48.67966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66699 48.67966, -1.66699 48.67966, -1.66699 48.67966, -1.66699 48.67966, -1.66699 48.67966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10870'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64815 -1.66687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13289'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66687'^^xsd:double;
  dwc:latitude '48.64815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66687 48.64815, -1.66687 48.64815, -1.66687 48.64815, -1.66687 48.64815, -1.66687 48.64815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13289'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6496 -1.66682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10949'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66682'^^xsd:double;
  dwc:latitude '48.6496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66682 48.6496, -1.66682 48.6496, -1.66682 48.6496, -1.66682 48.6496, -1.66682 48.6496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10949'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67436 -1.66677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11366'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66677'^^xsd:double;
  dwc:latitude '48.67436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66677 48.67436, -1.66677 48.67436, -1.66677 48.67436, -1.66677 48.67436, -1.66677 48.67436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11366'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64333 -1.66676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12474'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66676'^^xsd:double;
  dwc:latitude '48.64333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66676 48.64333, -1.66676 48.64333, -1.66676 48.64333, -1.66676 48.64333, -1.66676 48.64333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12474'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69144 -1.6667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_2811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2811'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6667'^^xsd:double;
  dwc:latitude '48.69144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6667 48.69144, -1.6667 48.69144, -1.6667 48.69144, -1.6667 48.69144, -1.6667 48.69144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2811'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64825 -1.66668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13577'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66668'^^xsd:double;
  dwc:latitude '48.64825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66668 48.64825, -1.66668 48.64825, -1.66668 48.64825, -1.66668 48.64825, -1.66668 48.64825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13577'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64397 -1.66654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11186'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66654'^^xsd:double;
  dwc:latitude '48.64397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66654 48.64397, -1.66654 48.64397, -1.66654 48.64397, -1.66654 48.64397, -1.66654 48.64397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11186'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64223 -1.66651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10917'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66651'^^xsd:double;
  dwc:latitude '48.64223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66651 48.64223, -1.66651 48.64223, -1.66651 48.64223, -1.66651 48.64223, -1.66651 48.64223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10917'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64101 -1.66646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13256'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66646'^^xsd:double;
  dwc:latitude '48.64101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66646 48.64101, -1.66646 48.64101, -1.66646 48.64101, -1.66646 48.64101, -1.66646 48.64101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13256'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63669 -1.66639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12437'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66639'^^xsd:double;
  dwc:latitude '48.63669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66639 48.63669, -1.66639 48.63669, -1.66639 48.63669, -1.66639 48.63669, -1.66639 48.63669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12437'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66203 -1.66637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11189'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66637'^^xsd:double;
  dwc:latitude '48.66203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66637 48.66203, -1.66637 48.66203, -1.66637 48.66203, -1.66637 48.66203, -1.66637 48.66203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11189'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6457 -1.66629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6457"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12473'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66629'^^xsd:double;
  dwc:latitude '48.6457'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66629 48.6457, -1.66629 48.6457, -1.66629 48.6457, -1.66629 48.6457, -1.66629 48.6457))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12473'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64595 -1.66626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10985'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66626'^^xsd:double;
  dwc:latitude '48.64595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66626 48.64595, -1.66626 48.64595, -1.66626 48.64595, -1.66626 48.64595, -1.66626 48.64595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10985'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64539 -1.66625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12420'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66625'^^xsd:double;
  dwc:latitude '48.64539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66625 48.64539, -1.66625 48.64539, -1.66625 48.64539, -1.66625 48.64539, -1.66625 48.64539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12420'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65178 -1.66625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11002'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66625'^^xsd:double;
  dwc:latitude '48.65178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66625 48.65178, -1.66625 48.65178, -1.66625 48.65178, -1.66625 48.65178, -1.66625 48.65178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11002'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65224 -1.66615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11823'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66615'^^xsd:double;
  dwc:latitude '48.65224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66615 48.65224, -1.66615 48.65224, -1.66615 48.65224, -1.66615 48.65224, -1.66615 48.65224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11823'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63903 -1.6661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13272'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6661'^^xsd:double;
  dwc:latitude '48.63903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6661 48.63903, -1.6661 48.63903, -1.6661 48.63903, -1.6661 48.63903, -1.6661 48.63903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13272'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65473 -1.6661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65473"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10942'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6661'^^xsd:double;
  dwc:latitude '48.65473'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6661 48.65473, -1.6661 48.65473, -1.6661 48.65473, -1.6661 48.65473, -1.6661 48.65473))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10942'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65622 -1.66599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11912'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66599'^^xsd:double;
  dwc:latitude '48.65622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66599 48.65622, -1.66599 48.65622, -1.66599 48.65622, -1.66599 48.65622, -1.66599 48.65622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11912'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66126 -1.66589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10803'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66589'^^xsd:double;
  dwc:latitude '48.66126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66589 48.66126, -1.66589 48.66126, -1.66589 48.66126, -1.66589 48.66126, -1.66589 48.66126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10803'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64497 -1.66588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13280'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66588'^^xsd:double;
  dwc:latitude '48.64497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66588 48.64497, -1.66588 48.64497, -1.66588 48.64497, -1.66588 48.64497, -1.66588 48.64497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13280'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70003 -1.66588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10162'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66588'^^xsd:double;
  dwc:latitude '48.70003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66588 48.70003, -1.66588 48.70003, -1.66588 48.70003, -1.66588 48.70003, -1.66588 48.70003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10162'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66362 -1.66587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13429'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66587'^^xsd:double;
  dwc:latitude '48.66362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66587 48.66362, -1.66587 48.66362, -1.66587 48.66362, -1.66587 48.66362, -1.66587 48.66362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13429'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66951 -1.66584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66951"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9581'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66584'^^xsd:double;
  dwc:latitude '48.66951'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66584 48.66951, -1.66584 48.66951, -1.66584 48.66951, -1.66584 48.66951, -1.66584 48.66951))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9581'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64956 -1.66579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11154'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66579'^^xsd:double;
  dwc:latitude '48.64956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66579 48.64956, -1.66579 48.64956, -1.66579 48.64956, -1.66579 48.64956, -1.66579 48.64956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11154'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65374 -1.66567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65374"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11102'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66567'^^xsd:double;
  dwc:latitude '48.65374'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66567 48.65374, -1.66567 48.65374, -1.66567 48.65374, -1.66567 48.65374, -1.66567 48.65374))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11102'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64082 -1.66558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13234'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66558'^^xsd:double;
  dwc:latitude '48.64082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66558 48.64082, -1.66558 48.64082, -1.66558 48.64082, -1.66558 48.64082, -1.66558 48.64082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13234'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65768 -1.66557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13135'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66557'^^xsd:double;
  dwc:latitude '48.65768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66557 48.65768, -1.66557 48.65768, -1.66557 48.65768, -1.66557 48.65768, -1.66557 48.65768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13135'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64367 -1.6655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11792'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6655'^^xsd:double;
  dwc:latitude '48.64367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6655 48.64367, -1.6655 48.64367, -1.6655 48.64367, -1.6655 48.64367, -1.6655 48.64367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11792'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65864 -1.66549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13398'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66549'^^xsd:double;
  dwc:latitude '48.65864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66549 48.65864, -1.66549 48.65864, -1.66549 48.65864, -1.66549 48.65864, -1.66549 48.65864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13398'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65565 -1.66542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11034'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66542'^^xsd:double;
  dwc:latitude '48.65565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66542 48.65565, -1.66542 48.65565, -1.66542 48.65565, -1.66542 48.65565, -1.66542 48.65565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11034'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68436 -1.66517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_2808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2808'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66517'^^xsd:double;
  dwc:latitude '48.68436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66517 48.68436, -1.66517 48.68436, -1.66517 48.68436, -1.66517 48.68436, -1.66517 48.68436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2808'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65711 -1.66512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11001'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66512'^^xsd:double;
  dwc:latitude '48.65711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66512 48.65711, -1.66512 48.65711, -1.66512 48.65711, -1.66512 48.65711, -1.66512 48.65711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11001'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68776 -1.66511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8804'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66511'^^xsd:double;
  dwc:latitude '48.68776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66511 48.68776, -1.66511 48.68776, -1.66511 48.68776, -1.66511 48.68776, -1.66511 48.68776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8804'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64146 -1.66507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13655'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66507'^^xsd:double;
  dwc:latitude '48.64146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66507 48.64146, -1.66507 48.64146, -1.66507 48.64146, -1.66507 48.64146, -1.66507 48.64146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13655'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6808 -1.66505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12317'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66505'^^xsd:double;
  dwc:latitude '48.6808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66505 48.6808, -1.66505 48.6808, -1.66505 48.6808, -1.66505 48.6808, -1.66505 48.6808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12317'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66183 -1.66501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66183"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10526'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66501'^^xsd:double;
  dwc:latitude '48.66183'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66501 48.66183, -1.66501 48.66183, -1.66501 48.66183, -1.66501 48.66183, -1.66501 48.66183))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10526'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73343 -1.66498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8813'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66498'^^xsd:double;
  dwc:latitude '48.73343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66498 48.73343, -1.66498 48.73343, -1.66498 48.73343, -1.66498 48.73343, -1.66498 48.73343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8813'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67019 -1.66496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67019"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12100'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66496'^^xsd:double;
  dwc:latitude '48.67019'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66496 48.67019, -1.66496 48.67019, -1.66496 48.67019, -1.66496 48.67019, -1.66496 48.67019))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12100'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67854 -1.66483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8375'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66483'^^xsd:double;
  dwc:latitude '48.67854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66483 48.67854, -1.66483 48.67854, -1.66483 48.67854, -1.66483 48.67854, -1.66483 48.67854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8375'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66186 -1.6648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11979'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6648'^^xsd:double;
  dwc:latitude '48.66186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6648 48.66186, -1.6648 48.66186, -1.6648 48.66186, -1.6648 48.66186, -1.6648 48.66186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11979'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65796 -1.66477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11033'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66477'^^xsd:double;
  dwc:latitude '48.65796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66477 48.65796, -1.66477 48.65796, -1.66477 48.65796, -1.66477 48.65796, -1.66477 48.65796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11033'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6421 -1.66472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13339'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66472'^^xsd:double;
  dwc:latitude '48.6421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66472 48.6421, -1.66472 48.6421, -1.66472 48.6421, -1.66472 48.6421, -1.66472 48.6421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13339'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65429 -1.66471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65429"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11126'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66471'^^xsd:double;
  dwc:latitude '48.65429'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66471 48.65429, -1.66471 48.65429, -1.66471 48.65429, -1.66471 48.65429, -1.66471 48.65429))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11126'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65887 -1.66469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13427'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.41666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66469'^^xsd:double;
  dwc:latitude '48.65887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66469 48.65887, -1.66469 48.65887, -1.66469 48.65887, -1.66469 48.65887, -1.66469 48.65887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13427'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65884 -1.66468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11930'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66468'^^xsd:double;
  dwc:latitude '48.65884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66468 48.65884, -1.66468 48.65884, -1.66468 48.65884, -1.66468 48.65884, -1.66468 48.65884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11930'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66636 -1.66467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12249'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66467'^^xsd:double;
  dwc:latitude '48.66636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66467 48.66636, -1.66467 48.66636, -1.66467 48.66636, -1.66467 48.66636, -1.66467 48.66636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12249'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69482 -1.66464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8454'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66464'^^xsd:double;
  dwc:latitude '48.69482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66464 48.69482, -1.66464 48.69482, -1.66464 48.69482, -1.66464 48.69482, -1.66464 48.69482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8454'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65228 -1.66462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11849'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66462'^^xsd:double;
  dwc:latitude '48.65228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66462 48.65228, -1.66462 48.65228, -1.66462 48.65228, -1.66462 48.65228, -1.66462 48.65228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11849'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71091 -1.66457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10145'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66457'^^xsd:double;
  dwc:latitude '48.71091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66457 48.71091, -1.66457 48.71091, -1.66457 48.71091, -1.66457 48.71091, -1.66457 48.71091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10145'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67052 -1.66452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10525'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66452'^^xsd:double;
  dwc:latitude '48.67052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66452 48.67052, -1.66452 48.67052, -1.66452 48.67052, -1.66452 48.67052, -1.66452 48.67052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10525'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65278 -1.66451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10944'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66451'^^xsd:double;
  dwc:latitude '48.65278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66451 48.65278, -1.66451 48.65278, -1.66451 48.65278, -1.66451 48.65278, -1.66451 48.65278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10944'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64608 -1.66443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12431'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66443'^^xsd:double;
  dwc:latitude '48.64608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66443 48.64608, -1.66443 48.64608, -1.66443 48.64608, -1.66443 48.64608, -1.66443 48.64608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12431'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66597 -1.66443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66597"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11980'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66443'^^xsd:double;
  dwc:latitude '48.66597'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66443 48.66597, -1.66443 48.66597, -1.66443 48.66597, -1.66443 48.66597, -1.66443 48.66597))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11980'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67467 -1.6644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67467"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8990'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6644'^^xsd:double;
  dwc:latitude '48.67467'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6644 48.67467, -1.6644 48.67467, -1.6644 48.67467, -1.6644 48.67467, -1.6644 48.67467))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8990'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66206 -1.66436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66206"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12994'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66436'^^xsd:double;
  dwc:latitude '48.66206'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66436 48.66206, -1.66436 48.66206, -1.66436 48.66206, -1.66436 48.66206, -1.66436 48.66206))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12994'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68885 -1.66434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12441'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66434'^^xsd:double;
  dwc:latitude '48.68885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66434 48.68885, -1.66434 48.68885, -1.66434 48.68885, -1.66434 48.68885, -1.66434 48.68885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12441'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65574 -1.66433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11298'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66433'^^xsd:double;
  dwc:latitude '48.65574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66433 48.65574, -1.66433 48.65574, -1.66433 48.65574, -1.66433 48.65574, -1.66433 48.65574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11298'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65454 -1.66429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11822'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66429'^^xsd:double;
  dwc:latitude '48.65454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66429 48.65454, -1.66429 48.65454, -1.66429 48.65454, -1.66429 48.65454, -1.66429 48.65454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11822'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6994 -1.66426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7879'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66426'^^xsd:double;
  dwc:latitude '48.6994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66426 48.6994, -1.66426 48.6994, -1.66426 48.6994, -1.66426 48.6994, -1.66426 48.6994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7879'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67855 -1.66423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8294'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66423'^^xsd:double;
  dwc:latitude '48.67855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66423 48.67855, -1.66423 48.67855, -1.66423 48.67855, -1.66423 48.67855, -1.66423 48.67855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8294'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65346 -1.66419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10943'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66419'^^xsd:double;
  dwc:latitude '48.65346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66419 48.65346, -1.66419 48.65346, -1.66419 48.65346, -1.66419 48.65346, -1.66419 48.65346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10943'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64902 -1.66414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11103'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66414'^^xsd:double;
  dwc:latitude '48.64902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66414 48.64902, -1.66414 48.64902, -1.66414 48.64902, -1.66414 48.64902, -1.66414 48.64902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11103'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65561 -1.66409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11671'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66409'^^xsd:double;
  dwc:latitude '48.65561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66409 48.65561, -1.66409 48.65561, -1.66409 48.65561, -1.66409 48.65561, -1.66409 48.65561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11671'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68882 -1.66402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11365'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66402'^^xsd:double;
  dwc:latitude '48.68882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66402 48.68882, -1.66402 48.68882, -1.66402 48.68882, -1.66402 48.68882, -1.66402 48.68882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11365'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65388 -1.66397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65388"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11308'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66397'^^xsd:double;
  dwc:latitude '48.65388'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66397 48.65388, -1.66397 48.65388, -1.66397 48.65388, -1.66397 48.65388, -1.66397 48.65388))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11308'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74181 -1.66397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8814'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66397'^^xsd:double;
  dwc:latitude '48.74181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66397 48.74181, -1.66397 48.74181, -1.66397 48.74181, -1.66397 48.74181, -1.66397 48.74181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8814'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68832 -1.66391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_2809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2809'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66391'^^xsd:double;
  dwc:latitude '48.68832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66391 48.68832, -1.66391 48.68832, -1.66391 48.68832, -1.66391 48.68832, -1.66391 48.68832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2809'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66741 -1.66381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13063'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66381'^^xsd:double;
  dwc:latitude '48.66741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66381 48.66741, -1.66381 48.66741, -1.66381 48.66741, -1.66381 48.66741, -1.66381 48.66741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13063'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68577 -1.66368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8377'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66368'^^xsd:double;
  dwc:latitude '48.68577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66368 48.68577, -1.66368 48.68577, -1.66368 48.68577, -1.66368 48.68577, -1.66368 48.68577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8377'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63083 -1.66365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10987'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66365'^^xsd:double;
  dwc:latitude '48.63083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66365 48.63083, -1.66365 48.63083, -1.66365 48.63083, -1.66365 48.63083, -1.66365 48.63083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10987'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65535 -1.66361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11124'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.91666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66361'^^xsd:double;
  dwc:latitude '48.65535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66361 48.65535, -1.66361 48.65535, -1.66361 48.65535, -1.66361 48.65535, -1.66361 48.65535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11124'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68631 -1.66361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10773'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66361'^^xsd:double;
  dwc:latitude '48.68631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66361 48.68631, -1.66361 48.68631, -1.66361 48.68631, -1.66361 48.68631, -1.66361 48.68631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10773'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64742 -1.6636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11855'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6636'^^xsd:double;
  dwc:latitude '48.64742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6636 48.64742, -1.6636 48.64742, -1.6636 48.64742, -1.6636 48.64742, -1.6636 48.64742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11855'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68507 -1.6636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8376'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6636'^^xsd:double;
  dwc:latitude '48.68507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6636 48.68507, -1.6636 48.68507, -1.6636 48.68507, -1.6636 48.68507, -1.6636 48.68507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8376'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68757 -1.66359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68757"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10798'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66359'^^xsd:double;
  dwc:latitude '48.68757'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66359 48.68757, -1.66359 48.68757, -1.66359 48.68757, -1.66359 48.68757, -1.66359 48.68757))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10798'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65167 -1.66358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65167"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10920'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66358'^^xsd:double;
  dwc:latitude '48.65167'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66358 48.65167, -1.66358 48.65167, -1.66358 48.65167, -1.66358 48.65167, -1.66358 48.65167))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10920'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6475 -1.66356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10966'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66356'^^xsd:double;
  dwc:latitude '48.6475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66356 48.6475, -1.66356 48.6475, -1.66356 48.6475, -1.66356 48.6475, -1.66356 48.6475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10966'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64183 -1.66347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64183"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13331'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66347'^^xsd:double;
  dwc:latitude '48.64183'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66347 48.64183, -1.66347 48.64183, -1.66347 48.64183, -1.66347 48.64183, -1.66347 48.64183))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13331'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66311 -1.66344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66311"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12439'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66344'^^xsd:double;
  dwc:latitude '48.66311'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66344 48.66311, -1.66344 48.66311, -1.66344 48.66311, -1.66344 48.66311, -1.66344 48.66311))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12439'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68378 -1.66343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12414'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66343'^^xsd:double;
  dwc:latitude '48.68378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66343 48.68378, -1.66343 48.68378, -1.66343 48.68378, -1.66343 48.68378, -1.66343 48.68378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12414'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65341 -1.6634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10844'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6634'^^xsd:double;
  dwc:latitude '48.65341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6634 48.65341, -1.6634 48.65341, -1.6634 48.65341, -1.6634 48.65341, -1.6634 48.65341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10844'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66554 -1.66333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13430'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66333'^^xsd:double;
  dwc:latitude '48.66554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66333 48.66554, -1.66333 48.66554, -1.66333 48.66554, -1.66333 48.66554, -1.66333 48.66554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13430'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65583 -1.66324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10941'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66324'^^xsd:double;
  dwc:latitude '48.65583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66324 48.65583, -1.66324 48.65583, -1.66324 48.65583, -1.66324 48.65583, -1.66324 48.65583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10941'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62572 -1.66323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.62572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10958'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66323'^^xsd:double;
  dwc:latitude '48.62572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66323 48.62572, -1.66323 48.62572, -1.66323 48.62572, -1.66323 48.62572, -1.66323 48.62572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10958'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67279 -1.66323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12413'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66323'^^xsd:double;
  dwc:latitude '48.67279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66323 48.67279, -1.66323 48.67279, -1.66323 48.67279, -1.66323 48.67279, -1.66323 48.67279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12413'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6399 -1.66322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13666'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66322'^^xsd:double;
  dwc:latitude '48.6399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66322 48.6399, -1.66322 48.6399, -1.66322 48.6399, -1.66322 48.6399, -1.66322 48.6399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13666'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68055 -1.66322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12562'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66322'^^xsd:double;
  dwc:latitude '48.68055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66322 48.68055, -1.66322 48.68055, -1.66322 48.68055, -1.66322 48.68055, -1.66322 48.68055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12562'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74916 -1.66322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8815'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66322'^^xsd:double;
  dwc:latitude '48.74916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66322 48.74916, -1.66322 48.74916, -1.66322 48.74916, -1.66322 48.74916, -1.66322 48.74916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8815'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75264 -1.66319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9954'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66319'^^xsd:double;
  dwc:latitude '48.75264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66319 48.75264, -1.66319 48.75264, -1.66319 48.75264, -1.66319 48.75264, -1.66319 48.75264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9954'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64211 -1.66318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13315'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66318'^^xsd:double;
  dwc:latitude '48.64211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66318 48.64211, -1.66318 48.64211, -1.66318 48.64211, -1.66318 48.64211, -1.66318 48.64211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13315'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6527 -1.66317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11159'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66317'^^xsd:double;
  dwc:latitude '48.6527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66317 48.6527, -1.66317 48.6527, -1.66317 48.6527, -1.66317 48.6527, -1.66317 48.6527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11159'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65419 -1.66305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13157'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66305'^^xsd:double;
  dwc:latitude '48.65419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66305 48.65419, -1.66305 48.65419, -1.66305 48.65419, -1.66305 48.65419, -1.66305 48.65419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13157'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64014 -1.66302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13104'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66302'^^xsd:double;
  dwc:latitude '48.64014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66302 48.64014, -1.66302 48.64014, -1.66302 48.64014, -1.66302 48.64014, -1.66302 48.64014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13104'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64725 -1.66298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13322'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66298'^^xsd:double;
  dwc:latitude '48.64725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66298 48.64725, -1.66298 48.64725, -1.66298 48.64725, -1.66298 48.64725, -1.66298 48.64725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13322'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65222 -1.66293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10695'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66293'^^xsd:double;
  dwc:latitude '48.65222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66293 48.65222, -1.66293 48.65222, -1.66293 48.65222, -1.66293 48.65222, -1.66293 48.65222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10695'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65478 -1.66286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12849'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66286'^^xsd:double;
  dwc:latitude '48.65478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66286 48.65478, -1.66286 48.65478, -1.66286 48.65478, -1.66286 48.65478, -1.66286 48.65478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12849'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64845 -1.66284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11865'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66284'^^xsd:double;
  dwc:latitude '48.64845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66284 48.64845, -1.66284 48.64845, -1.66284 48.64845, -1.66284 48.64845, -1.66284 48.64845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11865'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66748 -1.66274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12789'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66274'^^xsd:double;
  dwc:latitude '48.66748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66274 48.66748, -1.66274 48.66748, -1.66274 48.66748, -1.66274 48.66748, -1.66274 48.66748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12789'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66884 -1.66272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13134'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66272'^^xsd:double;
  dwc:latitude '48.66884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66272 48.66884, -1.66272 48.66884, -1.66272 48.66884, -1.66272 48.66884, -1.66272 48.66884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13134'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66742 -1.66269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12757'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66269'^^xsd:double;
  dwc:latitude '48.66742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66269 48.66742, -1.66269 48.66742, -1.66269 48.66742, -1.66269 48.66742, -1.66269 48.66742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12757'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65739 -1.66263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12408'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66263'^^xsd:double;
  dwc:latitude '48.65739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66263 48.65739, -1.66263 48.65739, -1.66263 48.65739, -1.66263 48.65739, -1.66263 48.65739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12408'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65393 -1.66262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13186'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66262'^^xsd:double;
  dwc:latitude '48.65393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66262 48.65393, -1.66262 48.65393, -1.66262 48.65393, -1.66262 48.65393, -1.66262 48.65393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13186'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66355 -1.66257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11948'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66257'^^xsd:double;
  dwc:latitude '48.66355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66257 48.66355, -1.66257 48.66355, -1.66257 48.66355, -1.66257 48.66355, -1.66257 48.66355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11948'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6893 -1.66256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11539'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66256'^^xsd:double;
  dwc:latitude '48.6893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66256 48.6893, -1.66256 48.6893, -1.66256 48.6893, -1.66256 48.6893, -1.66256 48.6893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11539'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67199 -1.66253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13038'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66253'^^xsd:double;
  dwc:latitude '48.67199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66253 48.67199, -1.66253 48.67199, -1.66253 48.67199, -1.66253 48.67199, -1.66253 48.67199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13038'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65387 -1.6625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10697'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6625'^^xsd:double;
  dwc:latitude '48.65387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6625 48.65387, -1.6625 48.65387, -1.6625 48.65387, -1.6625 48.65387, -1.6625 48.65387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10697'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64709 -1.66249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12202'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66249'^^xsd:double;
  dwc:latitude '48.64709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66249 48.64709, -1.66249 48.64709, -1.66249 48.64709, -1.66249 48.64709, -1.66249 48.64709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12202'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65215 -1.66249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10948'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66249'^^xsd:double;
  dwc:latitude '48.65215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66249 48.65215, -1.66249 48.65215, -1.66249 48.65215, -1.66249 48.65215, -1.66249 48.65215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10948'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65528 -1.66245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11673'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66245'^^xsd:double;
  dwc:latitude '48.65528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66245 48.65528, -1.66245 48.65528, -1.66245 48.65528, -1.66245 48.65528, -1.66245 48.65528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11673'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65807 -1.66242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11642'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66242'^^xsd:double;
  dwc:latitude '48.65807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66242 48.65807, -1.66242 48.65807, -1.66242 48.65807, -1.66242 48.65807, -1.66242 48.65807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11642'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68054 -1.66241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10772'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66241'^^xsd:double;
  dwc:latitude '48.68054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66241 48.68054, -1.66241 48.68054, -1.66241 48.68054, -1.66241 48.68054, -1.66241 48.68054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10772'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64693 -1.66238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10967'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66238'^^xsd:double;
  dwc:latitude '48.64693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66238 48.64693, -1.66238 48.64693, -1.66238 48.64693, -1.66238 48.64693, -1.66238 48.64693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10967'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65005 -1.66234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11296'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66234'^^xsd:double;
  dwc:latitude '48.65005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66234 48.65005, -1.66234 48.65005, -1.66234 48.65005, -1.66234 48.65005, -1.66234 48.65005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11296'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68149 -1.66228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12075'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66228'^^xsd:double;
  dwc:latitude '48.68149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66228 48.68149, -1.66228 48.68149, -1.66228 48.68149, -1.66228 48.68149, -1.66228 48.68149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12075'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66302 -1.66227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11961'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66227'^^xsd:double;
  dwc:latitude '48.66302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66227 48.66302, -1.66227 48.66302, -1.66227 48.66302, -1.66227 48.66302, -1.66227 48.66302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11961'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68796 -1.66227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10865'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66227'^^xsd:double;
  dwc:latitude '48.68796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66227 48.68796, -1.66227 48.68796, -1.66227 48.68796, -1.66227 48.68796, -1.66227 48.68796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10865'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68524 -1.66225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10797'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66225'^^xsd:double;
  dwc:latitude '48.68524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66225 48.68524, -1.66225 48.68524, -1.66225 48.68524, -1.66225 48.68524, -1.66225 48.68524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10797'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65423 -1.66223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11035'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66223'^^xsd:double;
  dwc:latitude '48.65423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66223 48.65423, -1.66223 48.65423, -1.66223 48.65423, -1.66223 48.65423, -1.66223 48.65423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11035'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64521 -1.66213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10650'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66213'^^xsd:double;
  dwc:latitude '48.64521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66213 48.64521, -1.66213 48.64521, -1.66213 48.64521, -1.66213 48.64521, -1.66213 48.64521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10650'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69555 -1.66209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8435'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66209'^^xsd:double;
  dwc:latitude '48.69555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66209 48.69555, -1.66209 48.69555, -1.66209 48.69555, -1.66209 48.69555, -1.66209 48.69555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8435'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66502 -1.66198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11962'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66198'^^xsd:double;
  dwc:latitude '48.66502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66198 48.66502, -1.66198 48.66502, -1.66198 48.66502, -1.66198 48.66502, -1.66198 48.66502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11962'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64413 -1.66194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11923'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66194'^^xsd:double;
  dwc:latitude '48.64413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66194 48.64413, -1.66194 48.64413, -1.66194 48.64413, -1.66194 48.64413, -1.66194 48.64413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11923'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67538 -1.66194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12484'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66194'^^xsd:double;
  dwc:latitude '48.67538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66194 48.67538, -1.66194 48.67538, -1.66194 48.67538, -1.66194 48.67538, -1.66194 48.67538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12484'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65332 -1.66193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65332"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11821'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66193'^^xsd:double;
  dwc:latitude '48.65332'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66193 48.65332, -1.66193 48.65332, -1.66193 48.65332, -1.66193 48.65332, -1.66193 48.65332))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11821'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65435 -1.66193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11125'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66193'^^xsd:double;
  dwc:latitude '48.65435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66193 48.65435, -1.66193 48.65435, -1.66193 48.65435, -1.66193 48.65435, -1.66193 48.65435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11125'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64685 -1.66192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10954'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66192'^^xsd:double;
  dwc:latitude '48.64685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66192 48.64685, -1.66192 48.64685, -1.66192 48.64685, -1.66192 48.64685, -1.66192 48.64685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10954'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72392 -1.66188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66188"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8250'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66188'^^xsd:double;
  dwc:latitude '48.72392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66188 48.72392, -1.66188 48.72392, -1.66188 48.72392, -1.66188 48.72392, -1.66188 48.72392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8250'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68189 -1.66183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12565'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66183'^^xsd:double;
  dwc:latitude '48.68189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66183 48.68189, -1.66183 48.68189, -1.66183 48.68189, -1.66183 48.68189, -1.66183 48.68189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12565'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67369 -1.66181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13133'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66181'^^xsd:double;
  dwc:latitude '48.67369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66181 48.67369, -1.66181 48.67369, -1.66181 48.67369, -1.66181 48.67369, -1.66181 48.67369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13133'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74358 -1.66176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9936'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66176'^^xsd:double;
  dwc:latitude '48.74358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66176 48.74358, -1.66176 48.74358, -1.66176 48.74358, -1.66176 48.74358, -1.66176 48.74358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9936'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68296 -1.6617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68296"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10869'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6617'^^xsd:double;
  dwc:latitude '48.68296'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6617 48.68296, -1.6617 48.68296, -1.6617 48.68296, -1.6617 48.68296, -1.6617 48.68296))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10869'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65194 -1.66168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11127'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66168'^^xsd:double;
  dwc:latitude '48.65194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66168 48.65194, -1.66168 48.65194, -1.66168 48.65194, -1.66168 48.65194, -1.66168 48.65194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11127'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66401 -1.66168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11949'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66168'^^xsd:double;
  dwc:latitude '48.66401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66168 48.66401, -1.66168 48.66401, -1.66168 48.66401, -1.66168 48.66401, -1.66168 48.66401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11949'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70254 -1.66161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8245'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66161'^^xsd:double;
  dwc:latitude '48.70254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66161 48.70254, -1.66161 48.70254, -1.66161 48.70254, -1.66161 48.70254, -1.66161 48.70254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8245'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67384 -1.66158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67384"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12819'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66158'^^xsd:double;
  dwc:latitude '48.67384'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66158 48.67384, -1.66158 48.67384, -1.66158 48.67384, -1.66158 48.67384, -1.66158 48.67384))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12819'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66461 -1.66149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66461"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12850'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66149'^^xsd:double;
  dwc:latitude '48.66461'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66149 48.66461, -1.66149 48.66461, -1.66149 48.66461, -1.66149 48.66461, -1.66149 48.66461))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12850'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66286 -1.66148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11950'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66148'^^xsd:double;
  dwc:latitude '48.66286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66148 48.66286, -1.66148 48.66286, -1.66148 48.66286, -1.66148 48.66286, -1.66148 48.66286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11950'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64703 -1.66143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12969'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66143'^^xsd:double;
  dwc:latitude '48.64703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66143 48.64703, -1.66143 48.64703, -1.66143 48.64703, -1.66143 48.64703, -1.66143 48.64703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12969'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66614 -1.66142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12817'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66142'^^xsd:double;
  dwc:latitude '48.66614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66142 48.66614, -1.66142 48.66614, -1.66142 48.66614, -1.66142 48.66614, -1.66142 48.66614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12817'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6568 -1.6614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11101'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6614'^^xsd:double;
  dwc:latitude '48.6568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6614 48.6568, -1.6614 48.6568, -1.6614 48.6568, -1.6614 48.6568, -1.6614 48.6568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11101'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66906 -1.6614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12787'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6614'^^xsd:double;
  dwc:latitude '48.66906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6614 48.66906, -1.6614 48.66906, -1.6614 48.66906, -1.6614 48.66906, -1.6614 48.66906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12787'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69086 -1.66136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8109'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66136'^^xsd:double;
  dwc:latitude '48.69086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66136 48.69086, -1.66136 48.69086, -1.66136 48.69086, -1.66136 48.69086, -1.66136 48.69086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8109'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6533 -1.66134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10696'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66134'^^xsd:double;
  dwc:latitude '48.6533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66134 48.6533, -1.66134 48.6533, -1.66134 48.6533, -1.66134 48.6533, -1.66134 48.6533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10696'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64673 -1.66133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11802'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66133'^^xsd:double;
  dwc:latitude '48.64673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66133 48.64673, -1.66133 48.64673, -1.66133 48.64673, -1.66133 48.64673, -1.66133 48.64673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11802'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65219 -1.66131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65219"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13672'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.93333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66131'^^xsd:double;
  dwc:latitude '48.65219'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66131 48.65219, -1.66131 48.65219, -1.66131 48.65219, -1.66131 48.65219, -1.66131 48.65219))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13672'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63342 -1.66121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10956'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66121'^^xsd:double;
  dwc:latitude '48.63342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66121 48.63342, -1.66121 48.63342, -1.66121 48.63342, -1.66121 48.63342, -1.66121 48.63342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10956'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67346 -1.66121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13064'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66121'^^xsd:double;
  dwc:latitude '48.67346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66121 48.67346, -1.66121 48.67346, -1.66121 48.67346, -1.66121 48.67346, -1.66121 48.67346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13064'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65533 -1.6612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12482'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6612'^^xsd:double;
  dwc:latitude '48.65533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6612 48.65533, -1.6612 48.65533, -1.6612 48.65533, -1.6612 48.65533, -1.6612 48.65533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12482'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68692 -1.66118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12564'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66118'^^xsd:double;
  dwc:latitude '48.68692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66118 48.68692, -1.66118 48.68692, -1.66118 48.68692, -1.66118 48.68692, -1.66118 48.68692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12564'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6443 -1.66113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13615'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66113'^^xsd:double;
  dwc:latitude '48.6443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66113 48.6443, -1.66113 48.6443, -1.66113 48.6443, -1.66113 48.6443, -1.66113 48.6443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13615'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68479 -1.66105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11386'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66105'^^xsd:double;
  dwc:latitude '48.68479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66105 48.68479, -1.66105 48.68479, -1.66105 48.68479, -1.66105 48.68479, -1.66105 48.68479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11386'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.685 -1.66091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11362'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66091'^^xsd:double;
  dwc:latitude '48.685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66091 48.685, -1.66091 48.685, -1.66091 48.685, -1.66091 48.685, -1.66091 48.685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11362'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67355 -1.6609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13132'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6609'^^xsd:double;
  dwc:latitude '48.67355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6609 48.67355, -1.6609 48.67355, -1.6609 48.67355, -1.6609 48.67355, -1.6609 48.67355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13132'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74222 -1.66078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8865'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66078'^^xsd:double;
  dwc:latitude '48.74222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66078 48.74222, -1.66078 48.74222, -1.66078 48.74222, -1.66078 48.74222, -1.66078 48.74222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8865'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66915 -1.66072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11963'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66072'^^xsd:double;
  dwc:latitude '48.66915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66072 48.66915, -1.66072 48.66915, -1.66072 48.66915, -1.66072 48.66915, -1.66072 48.66915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11963'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64538 -1.66071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11825'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66071'^^xsd:double;
  dwc:latitude '48.64538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66071 48.64538, -1.66071 48.64538, -1.66071 48.64538, -1.66071 48.64538, -1.66071 48.64538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11825'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6476 -1.66071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12499'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66071'^^xsd:double;
  dwc:latitude '48.6476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66071 48.6476, -1.66071 48.6476, -1.66071 48.6476, -1.66071 48.6476, -1.66071 48.6476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12499'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66046 -1.66069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13377'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66069'^^xsd:double;
  dwc:latitude '48.66046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66069 48.66046, -1.66069 48.66046, -1.66069 48.66046, -1.66069 48.66046, -1.66069 48.66046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13377'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6828 -1.66069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10121'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66069'^^xsd:double;
  dwc:latitude '48.6828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66069 48.6828, -1.66069 48.6828, -1.66069 48.6828, -1.66069 48.6828, -1.66069 48.6828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10121'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68337 -1.66069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68337"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8565'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66069'^^xsd:double;
  dwc:latitude '48.68337'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66069 48.68337, -1.66069 48.68337, -1.66069 48.68337, -1.66069 48.68337, -1.66069 48.68337))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8565'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67177 -1.66064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10880'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66064'^^xsd:double;
  dwc:latitude '48.67177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66064 48.67177, -1.66064 48.67177, -1.66064 48.67177, -1.66064 48.67177, -1.66064 48.67177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10880'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76603 -1.66063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9949'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66063'^^xsd:double;
  dwc:latitude '48.76603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66063 48.76603, -1.66063 48.76603, -1.66063 48.76603, -1.66063 48.76603, -1.66063 48.76603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9949'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66046 -1.66061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10563'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66061'^^xsd:double;
  dwc:latitude '48.66046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66061 48.66046, -1.66061 48.66046, -1.66061 48.66046, -1.66061 48.66046, -1.66061 48.66046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10563'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6538 -1.66059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10698'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66059'^^xsd:double;
  dwc:latitude '48.6538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66059 48.6538, -1.66059 48.6538, -1.66059 48.6538, -1.66059 48.6538, -1.66059 48.6538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10698'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6281 -1.66058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10988'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66058'^^xsd:double;
  dwc:latitude '48.6281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66058 48.6281, -1.66058 48.6281, -1.66058 48.6281, -1.66058 48.6281, -1.66058 48.6281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10988'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65257 -1.66057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12926'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66057'^^xsd:double;
  dwc:latitude '48.65257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66057 48.65257, -1.66057 48.65257, -1.66057 48.65257, -1.66057 48.65257, -1.66057 48.65257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12926'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66177 -1.66056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13062'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66056'^^xsd:double;
  dwc:latitude '48.66177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66056 48.66177, -1.66056 48.66177, -1.66056 48.66177, -1.66056 48.66177, -1.66056 48.66177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13062'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65441 -1.66042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13093'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.91666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66042'^^xsd:double;
  dwc:latitude '48.65441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66042 48.65441, -1.66042 48.65441, -1.66042 48.65441, -1.66042 48.65441, -1.66042 48.65441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13093'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65562 -1.66041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11153'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66041'^^xsd:double;
  dwc:latitude '48.65562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66041 48.65562, -1.66041 48.65562, -1.66041 48.65562, -1.66041 48.65562, -1.66041 48.65562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11153'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67985 -1.66041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67985"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10799'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66041'^^xsd:double;
  dwc:latitude '48.67985'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66041 48.67985, -1.66041 48.67985, -1.66041 48.67985, -1.66041 48.67985, -1.66041 48.67985))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10799'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69444 -1.66039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69444"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8805'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66039'^^xsd:double;
  dwc:latitude '48.69444'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66039 48.69444, -1.66039 48.69444, -1.66039 48.69444, -1.66039 48.69444, -1.66039 48.69444))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8805'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63649 -1.66035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63649"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7077'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66035'^^xsd:double;
  dwc:latitude '48.63649'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66035 48.63649, -1.66035 48.63649, -1.66035 48.63649, -1.66035 48.63649, -1.66035 48.63649))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7077'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66965 -1.66035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12756'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66035'^^xsd:double;
  dwc:latitude '48.66965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66035 48.66965, -1.66035 48.66965, -1.66035 48.66965, -1.66035 48.66965, -1.66035 48.66965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12756'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68586 -1.66034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8293'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66034'^^xsd:double;
  dwc:latitude '48.68586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66034 48.68586, -1.66034 48.68586, -1.66034 48.68586, -1.66034 48.68586, -1.66034 48.68586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8293'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64501 -1.6603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11957'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6603'^^xsd:double;
  dwc:latitude '48.64501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6603 48.64501, -1.6603 48.64501, -1.6603 48.64501, -1.6603 48.64501, -1.6603 48.64501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11957'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66563 -1.6602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12755'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6602'^^xsd:double;
  dwc:latitude '48.66563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6602 48.66563, -1.6602 48.66563, -1.6602 48.66563, -1.6602 48.66563, -1.6602 48.66563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12755'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67872 -1.6602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11573'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6602'^^xsd:double;
  dwc:latitude '48.67872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6602 48.67872, -1.6602 48.67872, -1.6602 48.67872, -1.6602 48.67872, -1.6602 48.67872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11573'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65317 -1.66018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.66018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11672'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.66018'^^xsd:double;
  dwc:latitude '48.65317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.66018 48.65317, -1.66018 48.65317, -1.66018 48.65317, -1.66018 48.65317, -1.66018 48.65317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11672'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69857 -1.65992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8351'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65992'^^xsd:double;
  dwc:latitude '48.69857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65992 48.69857, -1.65992 48.69857, -1.65992 48.69857, -1.65992 48.69857, -1.65992 48.69857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8351'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68887 -1.65985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11363'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65985'^^xsd:double;
  dwc:latitude '48.68887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65985 48.68887, -1.65985 48.68887, -1.65985 48.68887, -1.65985 48.68887, -1.65985 48.68887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11363'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67152 -1.65982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67152"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10800'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65982'^^xsd:double;
  dwc:latitude '48.67152'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65982 48.67152, -1.65982 48.67152, -1.65982 48.67152, -1.65982 48.67152, -1.65982 48.67152))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10800'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65793 -1.65978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11100'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65978'^^xsd:double;
  dwc:latitude '48.65793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65978 48.65793, -1.65978 48.65793, -1.65978 48.65793, -1.65978 48.65793, -1.65978 48.65793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11100'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66789 -1.65976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12788'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65976'^^xsd:double;
  dwc:latitude '48.66789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65976 48.66789, -1.65976 48.66789, -1.65976 48.66789, -1.65976 48.66789, -1.65976 48.66789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12788'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6878 -1.65976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11444'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65976'^^xsd:double;
  dwc:latitude '48.6878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65976 48.6878, -1.65976 48.6878, -1.65976 48.6878, -1.65976 48.6878, -1.65976 48.6878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11444'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6924 -1.65976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6924"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11364'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65976'^^xsd:double;
  dwc:latitude '48.6924'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65976 48.6924, -1.65976 48.6924, -1.65976 48.6924, -1.65976 48.6924, -1.65976 48.6924))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11364'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68816 -1.65969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12098'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65969'^^xsd:double;
  dwc:latitude '48.68816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65969 48.68816, -1.65969 48.68816, -1.65969 48.68816, -1.65969 48.68816, -1.65969 48.68816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12098'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65478 -1.65968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11726'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.41666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65968'^^xsd:double;
  dwc:latitude '48.65478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65968 48.65478, -1.65968 48.65478, -1.65968 48.65478, -1.65968 48.65478, -1.65968 48.65478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11726'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65384 -1.65961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65384"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11848'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65961'^^xsd:double;
  dwc:latitude '48.65384'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65961 48.65384, -1.65961 48.65384, -1.65961 48.65384, -1.65961 48.65384, -1.65961 48.65384))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11848'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66644 -1.65953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12519'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65953'^^xsd:double;
  dwc:latitude '48.66644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65953 48.66644, -1.65953 48.66644, -1.65953 48.66644, -1.65953 48.66644, -1.65953 48.66644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12519'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67677 -1.6595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11368'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6595'^^xsd:double;
  dwc:latitude '48.67677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6595 48.67677, -1.6595 48.67677, -1.6595 48.67677, -1.6595 48.67677, -1.6595 48.67677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11368'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6654 -1.65947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13039'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65947'^^xsd:double;
  dwc:latitude '48.6654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65947 48.6654, -1.65947 48.6654, -1.65947 48.6654, -1.65947 48.6654, -1.65947 48.6654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13039'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6572 -1.65946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11643'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65946'^^xsd:double;
  dwc:latitude '48.6572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65946 48.6572, -1.65946 48.6572, -1.65946 48.6572, -1.65946 48.6572, -1.65946 48.6572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11643'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67879 -1.65945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8531'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65945'^^xsd:double;
  dwc:latitude '48.67879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65945 48.67879, -1.65945 48.67879, -1.65945 48.67879, -1.65945 48.67879, -1.65945 48.67879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8531'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67768 -1.65933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7662'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65933'^^xsd:double;
  dwc:latitude '48.67768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65933 48.67768, -1.65933 48.67768, -1.65933 48.67768, -1.65933 48.67768, -1.65933 48.67768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7662'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68449 -1.65929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8567'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65929'^^xsd:double;
  dwc:latitude '48.68449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65929 48.68449, -1.65929 48.68449, -1.65929 48.68449, -1.65929 48.68449, -1.65929 48.68449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8567'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66122 -1.65927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11119'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65927'^^xsd:double;
  dwc:latitude '48.66122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65927 48.66122, -1.65927 48.66122, -1.65927 48.66122, -1.65927 48.66122, -1.65927 48.66122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11119'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69869 -1.65924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8742'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65924'^^xsd:double;
  dwc:latitude '48.69869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65924 48.69869, -1.65924 48.69869, -1.65924 48.69869, -1.65924 48.69869, -1.65924 48.69869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8742'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64258 -1.65916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13257'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65916'^^xsd:double;
  dwc:latitude '48.64258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65916 48.64258, -1.65916 48.64258, -1.65916 48.64258, -1.65916 48.64258, -1.65916 48.64258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13257'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69088 -1.65908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10804'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65908'^^xsd:double;
  dwc:latitude '48.69088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65908 48.69088, -1.65908 48.69088, -1.65908 48.69088, -1.65908 48.69088, -1.65908 48.69088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10804'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78077 -1.65907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.78077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8818'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65907'^^xsd:double;
  dwc:latitude '48.78077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65907 48.78077, -1.65907 48.78077, -1.65907 48.78077, -1.65907 48.78077, -1.65907 48.78077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8818'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64339 -1.65903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13309'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65903'^^xsd:double;
  dwc:latitude '48.64339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65903 48.64339, -1.65903 48.64339, -1.65903 48.64339, -1.65903 48.64339, -1.65903 48.64339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13309'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64365 -1.65902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11832'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65902'^^xsd:double;
  dwc:latitude '48.64365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65902 48.64365, -1.65902 48.64365, -1.65902 48.64365, -1.65902 48.64365, -1.65902 48.64365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11832'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69654 -1.65899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10774'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65899'^^xsd:double;
  dwc:latitude '48.69654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65899 48.69654, -1.65899 48.69654, -1.65899 48.69654, -1.65899 48.69654, -1.65899 48.69654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10774'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68784 -1.65898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8063'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65898'^^xsd:double;
  dwc:latitude '48.68784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65898 48.68784, -1.65898 48.68784, -1.65898 48.68784, -1.65898 48.68784, -1.65898 48.68784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8063'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67105 -1.65893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12851'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65893'^^xsd:double;
  dwc:latitude '48.67105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65893 48.67105, -1.65893 48.67105, -1.65893 48.67105, -1.65893 48.67105, -1.65893 48.67105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12851'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65532 -1.6589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65532"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13345'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6589'^^xsd:double;
  dwc:latitude '48.65532'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6589 48.65532, -1.6589 48.65532, -1.6589 48.65532, -1.6589 48.65532, -1.6589 48.65532))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13345'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68073 -1.65888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11570'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65888'^^xsd:double;
  dwc:latitude '48.68073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65888 48.68073, -1.65888 48.68073, -1.65888 48.68073, -1.65888 48.68073, -1.65888 48.68073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11570'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65692 -1.65885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12102'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65885'^^xsd:double;
  dwc:latitude '48.65692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65885 48.65692, -1.65885 48.65692, -1.65885 48.65692, -1.65885 48.65692, -1.65885 48.65692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12102'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67158 -1.65885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12044'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65885'^^xsd:double;
  dwc:latitude '48.67158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65885 48.67158, -1.65885 48.67158, -1.65885 48.67158, -1.65885 48.67158, -1.65885 48.67158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12044'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77487 -1.6588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.77487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8817'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6588'^^xsd:double;
  dwc:latitude '48.77487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6588 48.77487, -1.6588 48.77487, -1.6588 48.77487, -1.6588 48.77487, -1.6588 48.77487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8817'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67527 -1.6587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12818'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6587'^^xsd:double;
  dwc:latitude '48.67527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6587 48.67527, -1.6587 48.67527, -1.6587 48.67527, -1.6587 48.67527, -1.6587 48.67527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12818'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63287 -1.65867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63287"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11818'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65867'^^xsd:double;
  dwc:latitude '48.63287'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65867 48.63287, -1.65867 48.63287, -1.65867 48.63287, -1.65867 48.63287, -1.65867 48.63287))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11818'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66611 -1.65865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13399'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65865'^^xsd:double;
  dwc:latitude '48.66611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65865 48.66611, -1.65865 48.66611, -1.65865 48.66611, -1.65865 48.66611, -1.65865 48.66611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13399'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66619 -1.65864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12790'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65864'^^xsd:double;
  dwc:latitude '48.66619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65864 48.66619, -1.65864 48.66619, -1.65864 48.66619, -1.65864 48.66619, -1.65864 48.66619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12790'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69126 -1.65864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10122'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65864'^^xsd:double;
  dwc:latitude '48.69126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65864 48.69126, -1.65864 48.69126, -1.65864 48.69126, -1.65864 48.69126, -1.65864 48.69126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10122'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64678 -1.65861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13578'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65861'^^xsd:double;
  dwc:latitude '48.64678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65861 48.64678, -1.65861 48.64678, -1.65861 48.64678, -1.65861 48.64678, -1.65861 48.64678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13578'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6861 -1.65859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11563'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65859'^^xsd:double;
  dwc:latitude '48.6861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65859 48.6861, -1.65859 48.6861, -1.65859 48.6861, -1.65859 48.6861, -1.65859 48.6861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11563'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66439 -1.65858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66439"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12758'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65858'^^xsd:double;
  dwc:latitude '48.66439'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65858 48.66439, -1.65858 48.66439, -1.65858 48.66439, -1.65858 48.66439, -1.65858 48.66439))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12758'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79282 -1.65858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.79282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9923'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65858'^^xsd:double;
  dwc:latitude '48.79282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65858 48.79282, -1.65858 48.79282, -1.65858 48.79282, -1.65858 48.79282, -1.65858 48.79282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9923'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67686 -1.65854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8219'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65854'^^xsd:double;
  dwc:latitude '48.67686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65854 48.67686, -1.65854 48.67686, -1.65854 48.67686, -1.65854 48.67686, -1.65854 48.67686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8219'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6577 -1.65853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12971'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65853'^^xsd:double;
  dwc:latitude '48.6577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65853 48.6577, -1.65853 48.6577, -1.65853 48.6577, -1.65853 48.6577, -1.65853 48.6577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12971'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65529 -1.6585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13346'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6585'^^xsd:double;
  dwc:latitude '48.65529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6585 48.65529, -1.6585 48.65529, -1.6585 48.65529, -1.6585 48.65529, -1.6585 48.65529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13346'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64088 -1.65848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13667'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65848'^^xsd:double;
  dwc:latitude '48.64088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65848 48.64088, -1.65848 48.64088, -1.65848 48.64088, -1.65848 48.64088, -1.65848 48.64088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13667'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67161 -1.65846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11964'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65846'^^xsd:double;
  dwc:latitude '48.67161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65846 48.67161, -1.65846 48.67161, -1.65846 48.67161, -1.65846 48.67161, -1.65846 48.67161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11964'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69745 -1.65845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10174'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65845'^^xsd:double;
  dwc:latitude '48.69745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65845 48.69745, -1.65845 48.69745, -1.65845 48.69745, -1.65845 48.69745, -1.65845 48.69745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10174'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66705 -1.6584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12754'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6584'^^xsd:double;
  dwc:latitude '48.66705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6584 48.66705, -1.6584 48.66705, -1.6584 48.66705, -1.6584 48.66705, -1.6584 48.66705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12754'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67401 -1.65838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10796'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65838'^^xsd:double;
  dwc:latitude '48.67401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65838 48.67401, -1.65838 48.67401, -1.65838 48.67401, -1.65838 48.67401, -1.65838 48.67401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10796'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6525 -1.65836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13290'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65836'^^xsd:double;
  dwc:latitude '48.6525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65836 48.6525, -1.65836 48.6525, -1.65836 48.6525, -1.65836 48.6525, -1.65836 48.6525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13290'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67535 -1.6583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11526'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6583'^^xsd:double;
  dwc:latitude '48.67535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6583 48.67535, -1.6583 48.67535, -1.6583 48.67535, -1.6583 48.67535, -1.6583 48.67535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11526'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69103 -1.6583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8726'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6583'^^xsd:double;
  dwc:latitude '48.69103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6583 48.69103, -1.6583 48.69103, -1.6583 48.69103, -1.6583 48.69103, -1.6583 48.69103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8726'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6797 -1.65829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11571'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65829'^^xsd:double;
  dwc:latitude '48.6797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65829 48.6797, -1.65829 48.6797, -1.65829 48.6797, -1.65829 48.6797, -1.65829 48.6797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11571'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67529 -1.65828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8220'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.61666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65828'^^xsd:double;
  dwc:latitude '48.67529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65828 48.67529, -1.65828 48.67529, -1.65828 48.67529, -1.65828 48.67529, -1.65828 48.67529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8220'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66402 -1.65825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12786'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65825'^^xsd:double;
  dwc:latitude '48.66402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65825 48.66402, -1.65825 48.66402, -1.65825 48.66402, -1.65825 48.66402, -1.65825 48.66402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12786'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64912 -1.65821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12471'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65821'^^xsd:double;
  dwc:latitude '48.64912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65821 48.64912, -1.65821 48.64912, -1.65821 48.64912, -1.65821 48.64912, -1.65821 48.64912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12471'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67513 -1.65817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12820'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65817'^^xsd:double;
  dwc:latitude '48.67513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65817 48.67513, -1.65817 48.67513, -1.65817 48.67513, -1.65817 48.67513, -1.65817 48.67513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12820'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65933 -1.65814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11658'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65814'^^xsd:double;
  dwc:latitude '48.65933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65814 48.65933, -1.65814 48.65933, -1.65814 48.65933, -1.65814 48.65933, -1.65814 48.65933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11658'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66664 -1.65809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12560'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65809'^^xsd:double;
  dwc:latitude '48.66664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65809 48.66664, -1.65809 48.66664, -1.65809 48.66664, -1.65809 48.66664, -1.65809 48.66664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12560'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67918 -1.65809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11346'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65809'^^xsd:double;
  dwc:latitude '48.67918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65809 48.67918, -1.65809 48.67918, -1.65809 48.67918, -1.65809 48.67918, -1.65809 48.67918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11346'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67127 -1.658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67127"^^xsd:decimal ;
  dwc:decimalLongitude "-1.658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12853'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.658'^^xsd:double;
  dwc:latitude '48.67127'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.658 48.67127, -1.658 48.67127, -1.658 48.67127, -1.658 48.67127, -1.658 48.67127))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12853'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66302 -1.65796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11981'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65796'^^xsd:double;
  dwc:latitude '48.66302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65796 48.66302, -1.65796 48.66302, -1.65796 48.66302, -1.65796 48.66302, -1.65796 48.66302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11981'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66233 -1.65795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11947'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65795'^^xsd:double;
  dwc:latitude '48.66233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65795 48.66233, -1.65795 48.66233, -1.65795 48.66233, -1.65795 48.66233, -1.65795 48.66233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11947'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67947 -1.65784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11574'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65784'^^xsd:double;
  dwc:latitude '48.67947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65784 48.67947, -1.65784 48.67947, -1.65784 48.67947, -1.65784 48.67947, -1.65784 48.67947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11574'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69479 -1.65781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9584'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65781'^^xsd:double;
  dwc:latitude '48.69479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65781 48.69479, -1.65781 48.69479, -1.65781 48.69479, -1.65781 48.69479, -1.65781 48.69479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9584'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65921 -1.65778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11659'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65778'^^xsd:double;
  dwc:latitude '48.65921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65778 48.65921, -1.65778 48.65921, -1.65778 48.65921, -1.65778 48.65921, -1.65778 48.65921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11659'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66014 -1.65778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13376'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65778'^^xsd:double;
  dwc:latitude '48.66014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65778 48.66014, -1.65778 48.66014, -1.65778 48.66014, -1.65778 48.66014, -1.65778 48.66014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13376'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70367 -1.65776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8869'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65776'^^xsd:double;
  dwc:latitude '48.70367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65776 48.70367, -1.65776 48.70367, -1.65776 48.70367, -1.65776 48.70367, -1.65776 48.70367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8869'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64518 -1.65769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11670'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65769'^^xsd:double;
  dwc:latitude '48.64518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65769 48.64518, -1.65769 48.64518, -1.65769 48.64518, -1.65769 48.64518, -1.65769 48.64518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11670'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67563 -1.65759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13131'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65759'^^xsd:double;
  dwc:latitude '48.67563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65759 48.67563, -1.65759 48.67563, -1.65759 48.67563, -1.65759 48.67563, -1.65759 48.67563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13131'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64419 -1.65757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10955'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65757'^^xsd:double;
  dwc:latitude '48.64419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65757 48.64419, -1.65757 48.64419, -1.65757 48.64419, -1.65757 48.64419, -1.65757 48.64419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10955'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66342 -1.65757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12425'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65757'^^xsd:double;
  dwc:latitude '48.66342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65757 48.66342, -1.65757 48.66342, -1.65757 48.66342, -1.65757 48.66342, -1.65757 48.66342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12425'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71541 -1.65753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7649'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65753'^^xsd:double;
  dwc:latitude '48.71541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65753 48.71541, -1.65753 48.71541, -1.65753 48.71541, -1.65753 48.71541, -1.65753 48.71541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7649'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64545 -1.65748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12683'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65748'^^xsd:double;
  dwc:latitude '48.64545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65748 48.64545, -1.65748 48.64545, -1.65748 48.64545, -1.65748 48.64545, -1.65748 48.64545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12683'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68913 -1.65747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8566'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65747'^^xsd:double;
  dwc:latitude '48.68913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65747 48.68913, -1.65747 48.68913, -1.65747 48.68913, -1.65747 48.68913, -1.65747 48.68913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8566'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69058 -1.65745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8125'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65745'^^xsd:double;
  dwc:latitude '48.69058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65745 48.69058, -1.65745 48.69058, -1.65745 48.69058, -1.65745 48.69058, -1.65745 48.69058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8125'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65644 -1.65744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11639'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65744'^^xsd:double;
  dwc:latitude '48.65644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65744 48.65644, -1.65744 48.65644, -1.65744 48.65644, -1.65744 48.65644, -1.65744 48.65644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11639'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67267 -1.65743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67267"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12852'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65743'^^xsd:double;
  dwc:latitude '48.67267'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65743 48.67267, -1.65743 48.67267, -1.65743 48.67267, -1.65743 48.67267, -1.65743 48.67267))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12852'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65359 -1.65729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11297'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65729'^^xsd:double;
  dwc:latitude '48.65359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65729 48.65359, -1.65729 48.65359, -1.65729 48.65359, -1.65729 48.65359, -1.65729 48.65359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11297'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69406 -1.65728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69406"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11031'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65728'^^xsd:double;
  dwc:latitude '48.69406'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65728 48.69406, -1.65728 48.69406, -1.65728 48.69406, -1.65728 48.69406, -1.65728 48.69406))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11031'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65731 -1.65725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11299'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65725'^^xsd:double;
  dwc:latitude '48.65731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65725 48.65731, -1.65725 48.65731, -1.65725 48.65731, -1.65725 48.65731, -1.65725 48.65731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11299'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66571 -1.65725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12821'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65725'^^xsd:double;
  dwc:latitude '48.66571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65725 48.66571, -1.65725 48.66571, -1.65725 48.66571, -1.65725 48.66571, -1.65725 48.66571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12821'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6742 -1.65725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13065'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65725'^^xsd:double;
  dwc:latitude '48.6742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65725 48.6742, -1.65725 48.6742, -1.65725 48.6742, -1.65725 48.6742, -1.65725 48.6742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13065'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6806 -1.65724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11569'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65724'^^xsd:double;
  dwc:latitude '48.6806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65724 48.6806, -1.65724 48.6806, -1.65724 48.6806, -1.65724 48.6806, -1.65724 48.6806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11569'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68727 -1.65724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9086'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65724'^^xsd:double;
  dwc:latitude '48.68727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65724 48.68727, -1.65724 48.68727, -1.65724 48.68727, -1.65724 48.68727, -1.65724 48.68727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9086'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64408 -1.65722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10694'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65722'^^xsd:double;
  dwc:latitude '48.64408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65722 48.64408, -1.65722 48.64408, -1.65722 48.64408, -1.65722 48.64408, -1.65722 48.64408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10694'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69615 -1.65722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12442'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65722'^^xsd:double;
  dwc:latitude '48.69615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65722 48.69615, -1.65722 48.69615, -1.65722 48.69615, -1.65722 48.69615, -1.65722 48.69615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12442'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65913 -1.65718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11657'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65718'^^xsd:double;
  dwc:latitude '48.65913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65718 48.65913, -1.65718 48.65913, -1.65718 48.65913, -1.65718 48.65913, -1.65718 48.65913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11657'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66792 -1.65714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12043'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65714'^^xsd:double;
  dwc:latitude '48.66792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65714 48.66792, -1.65714 48.66792, -1.65714 48.66792, -1.65714 48.66792, -1.65714 48.66792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12043'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68725 -1.65711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11565'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65711'^^xsd:double;
  dwc:latitude '48.68725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65711 48.68725, -1.65711 48.68725, -1.65711 48.68725, -1.65711 48.68725, -1.65711 48.68725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11565'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69468 -1.65708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8275'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65708'^^xsd:double;
  dwc:latitude '48.69468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65708 48.69468, -1.65708 48.69468, -1.65708 48.69468, -1.65708 48.69468, -1.65708 48.69468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8275'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65883 -1.65706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8993'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65706'^^xsd:double;
  dwc:latitude '48.65883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65706 48.65883, -1.65706 48.65883, -1.65706 48.65883, -1.65706 48.65883, -1.65706 48.65883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8993'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65089 -1.65704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12522'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65704'^^xsd:double;
  dwc:latitude '48.65089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65704 48.65089, -1.65704 48.65089, -1.65704 48.65089, -1.65704 48.65089, -1.65704 48.65089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12522'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6765 -1.65704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11164'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65704'^^xsd:double;
  dwc:latitude '48.6765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65704 48.6765, -1.65704 48.6765, -1.65704 48.6765, -1.65704 48.6765, -1.65704 48.6765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11164'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65009 -1.65702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10843'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65702'^^xsd:double;
  dwc:latitude '48.65009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65702 48.65009, -1.65702 48.65009, -1.65702 48.65009, -1.65702 48.65009, -1.65702 48.65009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10843'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64184 -1.65701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64184"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11841'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65701'^^xsd:double;
  dwc:latitude '48.64184'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65701 48.64184, -1.65701 48.64184, -1.65701 48.64184, -1.65701 48.64184, -1.65701 48.64184))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11841'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68564 -1.65689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8124'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65689'^^xsd:double;
  dwc:latitude '48.68564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65689 48.68564, -1.65689 48.68564, -1.65689 48.68564, -1.65689 48.68564, -1.65689 48.68564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8124'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66542 -1.65687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12816'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65687'^^xsd:double;
  dwc:latitude '48.66542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65687 48.66542, -1.65687 48.66542, -1.65687 48.66542, -1.65687 48.66542, -1.65687 48.66542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12816'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65252 -1.65683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11295'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65683'^^xsd:double;
  dwc:latitude '48.65252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65683 48.65252, -1.65683 48.65252, -1.65683 48.65252, -1.65683 48.65252, -1.65683 48.65252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11295'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65235 -1.65679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65235"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11158'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65679'^^xsd:double;
  dwc:latitude '48.65235'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65679 48.65235, -1.65679 48.65235, -1.65679 48.65235, -1.65679 48.65235, -1.65679 48.65235))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11158'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66649 -1.65668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66649"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12518'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65668'^^xsd:double;
  dwc:latitude '48.66649'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65668 48.66649, -1.65668 48.66649, -1.65668 48.66649, -1.65668 48.66649, -1.65668 48.66649))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12518'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66402 -1.65665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12426'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65665'^^xsd:double;
  dwc:latitude '48.66402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65665 48.66402, -1.65665 48.66402, -1.65665 48.66402, -1.65665 48.66402, -1.65665 48.66402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12426'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63704 -1.65663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13273'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65663'^^xsd:double;
  dwc:latitude '48.63704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65663 48.63704, -1.65663 48.63704, -1.65663 48.63704, -1.65663 48.63704, -1.65663 48.63704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13273'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64102 -1.6566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11791'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6566'^^xsd:double;
  dwc:latitude '48.64102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6566 48.64102, -1.6566 48.64102, -1.6566 48.64102, -1.6566 48.64102, -1.6566 48.64102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11791'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6745 -1.6566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9221'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6566'^^xsd:double;
  dwc:latitude '48.6745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6566 48.6745, -1.6566 48.6745, -1.6566 48.6745, -1.6566 48.6745, -1.6566 48.6745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9221'^^xsd:string;
  dwc:observationDate '2008-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66387 -1.65659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12753'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65659'^^xsd:double;
  dwc:latitude '48.66387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65659 48.66387, -1.65659 48.66387, -1.65659 48.66387, -1.65659 48.66387, -1.65659 48.66387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12753'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69247 -1.6565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11490'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6565'^^xsd:double;
  dwc:latitude '48.69247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6565 48.69247, -1.6565 48.69247, -1.6565 48.69247, -1.6565 48.69247, -1.6565 48.69247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11490'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71796 -1.65646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10159'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65646'^^xsd:double;
  dwc:latitude '48.71796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65646 48.71796, -1.65646 48.71796, -1.65646 48.71796, -1.65646 48.71796, -1.65646 48.71796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10159'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66157 -1.6564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8802'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6564'^^xsd:double;
  dwc:latitude '48.66157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6564 48.66157, -1.6564 48.66157, -1.6564 48.66157, -1.6564 48.66157, -1.6564 48.66157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8802'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66132 -1.65639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66132"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12101'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65639'^^xsd:double;
  dwc:latitude '48.66132'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65639 48.66132, -1.65639 48.66132, -1.65639 48.66132, -1.65639 48.66132, -1.65639 48.66132))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12101'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70154 -1.65638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10173'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65638'^^xsd:double;
  dwc:latitude '48.70154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65638 48.70154, -1.65638 48.70154, -1.65638 48.70154, -1.65638 48.70154, -1.65638 48.70154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10173'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65405 -1.65636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10996'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65636'^^xsd:double;
  dwc:latitude '48.65405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65636 48.65405, -1.65636 48.65405, -1.65636 48.65405, -1.65636 48.65405, -1.65636 48.65405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10996'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65849 -1.65635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10721'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65635'^^xsd:double;
  dwc:latitude '48.65849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65635 48.65849, -1.65635 48.65849, -1.65635 48.65849, -1.65635 48.65849, -1.65635 48.65849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10721'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6504 -1.65624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12497'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65624'^^xsd:double;
  dwc:latitude '48.6504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65624 48.6504, -1.65624 48.6504, -1.65624 48.6504, -1.65624 48.6504, -1.65624 48.6504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12497'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67919 -1.65624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11572'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65624'^^xsd:double;
  dwc:latitude '48.67919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65624 48.67919, -1.65624 48.67919, -1.65624 48.67919, -1.65624 48.67919, -1.65624 48.67919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11572'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70119 -1.65622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70119"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10214'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65622'^^xsd:double;
  dwc:latitude '48.70119'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65622 48.70119, -1.65622 48.70119, -1.65622 48.70119, -1.65622 48.70119, -1.65622 48.70119))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10214'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65439 -1.65621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65439"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11826'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65621'^^xsd:double;
  dwc:latitude '48.65439'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65621 48.65439, -1.65621 48.65439, -1.65621 48.65439, -1.65621 48.65439, -1.65621 48.65439))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11826'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64771 -1.6562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64771"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13656'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6562'^^xsd:double;
  dwc:latitude '48.64771'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6562 48.64771, -1.6562 48.64771, -1.6562 48.64771, -1.6562 48.64771, -1.6562 48.64771))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13656'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65368 -1.6562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65368"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10921'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6562'^^xsd:double;
  dwc:latitude '48.65368'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6562 48.65368, -1.6562 48.65368, -1.6562 48.65368, -1.6562 48.65368, -1.6562 48.65368))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10921'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66131 -1.6562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11960'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6562'^^xsd:double;
  dwc:latitude '48.66131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6562 48.66131, -1.6562 48.66131, -1.6562 48.66131, -1.6562 48.66131, -1.6562 48.66131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11960'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.662 -1.6562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.662"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11693'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6562'^^xsd:double;
  dwc:latitude '48.662'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6562 48.662, -1.6562 48.662, -1.6562 48.662, -1.6562 48.662, -1.6562 48.662))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11693'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68128 -1.65619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12318'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65619'^^xsd:double;
  dwc:latitude '48.68128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65619 48.68128, -1.65619 48.68128, -1.65619 48.68128, -1.65619 48.68128, -1.65619 48.68128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12318'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66121 -1.65618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12879'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65618'^^xsd:double;
  dwc:latitude '48.66121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65618 48.66121, -1.65618 48.66121, -1.65618 48.66121, -1.65618 48.66121, -1.65618 48.66121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12879'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64594 -1.65614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11097'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65614'^^xsd:double;
  dwc:latitude '48.64594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65614 48.64594, -1.65614 48.64594, -1.65614 48.64594, -1.65614 48.64594, -1.65614 48.64594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11097'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65748 -1.65614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11161'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65614'^^xsd:double;
  dwc:latitude '48.65748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65614 48.65748, -1.65614 48.65748, -1.65614 48.65748, -1.65614 48.65748, -1.65614 48.65748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11161'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65286 -1.65613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11588'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65613'^^xsd:double;
  dwc:latitude '48.65286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65613 48.65286, -1.65613 48.65286, -1.65613 48.65286, -1.65613 48.65286, -1.65613 48.65286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11588'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66254 -1.65611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12878'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65611'^^xsd:double;
  dwc:latitude '48.66254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65611 48.66254, -1.65611 48.66254, -1.65611 48.66254, -1.65611 48.66254, -1.65611 48.66254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12878'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66082 -1.6561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10848'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6561'^^xsd:double;
  dwc:latitude '48.66082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6561 48.66082, -1.6561 48.66082, -1.6561 48.66082, -1.6561 48.66082, -1.6561 48.66082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10848'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73505 -1.65607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9215'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65607'^^xsd:double;
  dwc:latitude '48.73505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65607 48.73505, -1.65607 48.73505, -1.65607 48.73505, -1.65607 48.73505, -1.65607 48.73505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9215'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64491 -1.65602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11856'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65602'^^xsd:double;
  dwc:latitude '48.64491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65602 48.64491, -1.65602 48.64491, -1.65602 48.64491, -1.65602 48.64491, -1.65602 48.64491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11856'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68284 -1.65582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68284"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11568'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65582'^^xsd:double;
  dwc:latitude '48.68284'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65582 48.68284, -1.65582 48.68284, -1.65582 48.68284, -1.65582 48.68284, -1.65582 48.68284))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11568'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69123 -1.65578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69123"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10866'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65578'^^xsd:double;
  dwc:latitude '48.69123'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65578 48.69123, -1.65578 48.69123, -1.65578 48.69123, -1.65578 48.69123, -1.65578 48.69123))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10866'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70635 -1.65578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10163'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65578'^^xsd:double;
  dwc:latitude '48.70635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65578 48.70635, -1.65578 48.70635, -1.65578 48.70635, -1.65578 48.70635, -1.65578 48.70635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10163'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66014 -1.65577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13431'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65577'^^xsd:double;
  dwc:latitude '48.66014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65577 48.66014, -1.65577 48.66014, -1.65577 48.66014, -1.65577 48.66014, -1.65577 48.66014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13431'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66142 -1.65577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12479'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65577'^^xsd:double;
  dwc:latitude '48.66142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65577 48.66142, -1.65577 48.66142, -1.65577 48.66142, -1.65577 48.66142, -1.65577 48.66142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12479'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66325 -1.65572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10849'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65572'^^xsd:double;
  dwc:latitude '48.66325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65572 48.66325, -1.65572 48.66325, -1.65572 48.66325, -1.65572 48.66325, -1.65572 48.66325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10849'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70085 -1.65566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8276'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65566'^^xsd:double;
  dwc:latitude '48.70085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65566 48.70085, -1.65566 48.70085, -1.65566 48.70085, -1.65566 48.70085, -1.65566 48.70085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8276'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64865 -1.65562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12469'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65562'^^xsd:double;
  dwc:latitude '48.64865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65562 48.64865, -1.65562 48.64865, -1.65562 48.64865, -1.65562 48.64865, -1.65562 48.64865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12469'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67809 -1.65561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7663'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65561'^^xsd:double;
  dwc:latitude '48.67809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65561 48.67809, -1.65561 48.67809, -1.65561 48.67809, -1.65561 48.67809, -1.65561 48.67809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7663'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64107 -1.6556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11820'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6556'^^xsd:double;
  dwc:latitude '48.64107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6556 48.64107, -1.6556 48.64107, -1.6556 48.64107, -1.6556 48.64107, -1.6556 48.64107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11820'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66064 -1.6556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11312'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6556'^^xsd:double;
  dwc:latitude '48.66064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6556 48.66064, -1.6556 48.66064, -1.6556 48.66064, -1.6556 48.66064, -1.6556 48.66064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11312'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66733 -1.65552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7978'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65552'^^xsd:double;
  dwc:latitude '48.66733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65552 48.66733, -1.65552 48.66733, -1.65552 48.66733, -1.65552 48.66733, -1.65552 48.66733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7978'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64294 -1.65551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11922'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65551'^^xsd:double;
  dwc:latitude '48.64294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65551 48.64294, -1.65551 48.64294, -1.65551 48.64294, -1.65551 48.64294, -1.65551 48.64294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11922'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69556 -1.65551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8484'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65551'^^xsd:double;
  dwc:latitude '48.69556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65551 48.69556, -1.65551 48.69556, -1.65551 48.69556, -1.65551 48.69556, -1.65551 48.69556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8484'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73538 -1.65549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7646'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65549'^^xsd:double;
  dwc:latitude '48.73538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65549 48.73538, -1.65549 48.73538, -1.65549 48.73538, -1.65549 48.73538, -1.65549 48.73538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7646'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75724 -1.65548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10142'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65548'^^xsd:double;
  dwc:latitude '48.75724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65548 48.75724, -1.65548 48.75724, -1.65548 48.75724, -1.65548 48.75724, -1.65548 48.75724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10142'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70857 -1.65546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10160'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65546'^^xsd:double;
  dwc:latitude '48.70857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65546 48.70857, -1.65546 48.70857, -1.65546 48.70857, -1.65546 48.70857, -1.65546 48.70857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10160'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64151 -1.65542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64151"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11654'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65542'^^xsd:double;
  dwc:latitude '48.64151'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65542 48.64151, -1.65542 48.64151, -1.65542 48.64151, -1.65542 48.64151, -1.65542 48.64151))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11654'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66406 -1.65539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66406"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11978'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.43333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65539'^^xsd:double;
  dwc:latitude '48.66406'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65539 48.66406, -1.65539 48.66406, -1.65539 48.66406, -1.65539 48.66406, -1.65539 48.66406))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11978'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66189 -1.65535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13426'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65535'^^xsd:double;
  dwc:latitude '48.66189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65535 48.66189, -1.65535 48.66189, -1.65535 48.66189, -1.65535 48.66189, -1.65535 48.66189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13426'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65736 -1.65526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13570'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65526'^^xsd:double;
  dwc:latitude '48.65736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65526 48.65736, -1.65526 48.65736, -1.65526 48.65736, -1.65526 48.65736, -1.65526 48.65736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13570'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66399 -1.65526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12042'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65526'^^xsd:double;
  dwc:latitude '48.66399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65526 48.66399, -1.65526 48.66399, -1.65526 48.66399, -1.65526 48.66399, -1.65526 48.66399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12042'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70341 -1.65526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10161'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65526'^^xsd:double;
  dwc:latitude '48.70341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65526 48.70341, -1.65526 48.70341, -1.65526 48.70341, -1.65526 48.70341, -1.65526 48.70341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10161'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6893 -1.65525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11443'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65525'^^xsd:double;
  dwc:latitude '48.6893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65525 48.6893, -1.65525 48.6893, -1.65525 48.6893, -1.65525 48.6893, -1.65525 48.6893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11443'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66495 -1.65524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12785'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65524'^^xsd:double;
  dwc:latitude '48.66495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65524 48.66495, -1.65524 48.66495, -1.65524 48.66495, -1.65524 48.66495, -1.65524 48.66495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12785'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68083 -1.65523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11575'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65523'^^xsd:double;
  dwc:latitude '48.68083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65523 48.68083, -1.65523 48.68083, -1.65523 48.68083, -1.65523 48.68083, -1.65523 48.68083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11575'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64291 -1.6552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13258'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6552'^^xsd:double;
  dwc:latitude '48.64291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6552 48.64291, -1.6552 48.64291, -1.6552 48.64291, -1.6552 48.64291, -1.6552 48.64291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13258'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68645 -1.6552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10871'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6552'^^xsd:double;
  dwc:latitude '48.68645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6552 48.68645, -1.6552 48.68645, -1.6552 48.68645, -1.6552 48.68645, -1.6552 48.68645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10871'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68601 -1.65517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7974'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65517'^^xsd:double;
  dwc:latitude '48.68601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65517 48.68601, -1.65517 48.68601, -1.65517 48.68601, -1.65517 48.68601, -1.65517 48.68601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7974'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69466 -1.6551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11540'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6551'^^xsd:double;
  dwc:latitude '48.69466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6551 48.69466, -1.6551 48.69466, -1.6551 48.69466, -1.6551 48.69466, -1.6551 48.69466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11540'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68601 -1.65504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11567'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65504'^^xsd:double;
  dwc:latitude '48.68601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65504 48.68601, -1.65504 48.68601, -1.65504 48.68601, -1.65504 48.68601, -1.65504 48.68601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11567'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67429 -1.65501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67429"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12566'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65501'^^xsd:double;
  dwc:latitude '48.67429'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65501 48.67429, -1.65501 48.67429, -1.65501 48.67429, -1.65501 48.67429, -1.65501 48.67429))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12566'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64203 -1.65497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13167'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65497'^^xsd:double;
  dwc:latitude '48.64203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65497 48.64203, -1.65497 48.64203, -1.65497 48.64203, -1.65497 48.64203, -1.65497 48.64203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13167'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68074 -1.6549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11030'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6549'^^xsd:double;
  dwc:latitude '48.68074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6549 48.68074, -1.6549 48.68074, -1.6549 48.68074, -1.6549 48.68074, -1.6549 48.68074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11030'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69231 -1.65478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10818'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65478'^^xsd:double;
  dwc:latitude '48.69231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65478 48.69231, -1.65478 48.69231, -1.65478 48.69231, -1.65478 48.69231, -1.65478 48.69231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10818'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66545 -1.65475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12357'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65475'^^xsd:double;
  dwc:latitude '48.66545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65475 48.66545, -1.65475 48.66545, -1.65475 48.66545, -1.65475 48.66545, -1.65475 48.66545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12357'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69428 -1.65472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8062'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65472'^^xsd:double;
  dwc:latitude '48.69428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65472 48.69428, -1.65472 48.69428, -1.65472 48.69428, -1.65472 48.69428, -1.65472 48.69428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8062'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68396 -1.65466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12563'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65466'^^xsd:double;
  dwc:latitude '48.68396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65466 48.68396, -1.65466 48.68396, -1.65466 48.68396, -1.65466 48.68396, -1.65466 48.68396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12563'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70696 -1.65462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8859'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65462'^^xsd:double;
  dwc:latitude '48.70696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65462 48.70696, -1.65462 48.70696, -1.65462 48.70696, -1.65462 48.70696, -1.65462 48.70696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8859'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65729 -1.65459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65729"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11300'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65459'^^xsd:double;
  dwc:latitude '48.65729'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65459 48.65729, -1.65459 48.65729, -1.65459 48.65729, -1.65459 48.65729, -1.65459 48.65729))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11300'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6453 -1.65458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13624'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65458'^^xsd:double;
  dwc:latitude '48.6453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65458 48.6453, -1.65458 48.6453, -1.65458 48.6453, -1.65458 48.6453, -1.65458 48.6453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13624'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69908 -1.65453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8743'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65453'^^xsd:double;
  dwc:latitude '48.69908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65453 48.69908, -1.65453 48.69908, -1.65453 48.69908, -1.65453 48.69908, -1.65453 48.69908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8743'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70443 -1.65453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12443'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65453'^^xsd:double;
  dwc:latitude '48.70443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65453 48.70443, -1.65453 48.70443, -1.65453 48.70443, -1.65453 48.70443, -1.65453 48.70443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12443'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73321 -1.65453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73321"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9216'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65453'^^xsd:double;
  dwc:latitude '48.73321'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65453 48.73321, -1.65453 48.73321, -1.65453 48.73321, -1.65453 48.73321, -1.65453 48.73321))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9216'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.691 -1.6545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12977'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6545'^^xsd:double;
  dwc:latitude '48.691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6545 48.691, -1.6545 48.691, -1.6545 48.691, -1.6545 48.691, -1.6545 48.691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12977'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66358 -1.65448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12854'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65448'^^xsd:double;
  dwc:latitude '48.66358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65448 48.66358, -1.65448 48.66358, -1.65448 48.66358, -1.65448 48.66358, -1.65448 48.66358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12854'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65712 -1.65447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13092'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65447'^^xsd:double;
  dwc:latitude '48.65712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65447 48.65712, -1.65447 48.65712, -1.65447 48.65712, -1.65447 48.65712, -1.65447 48.65712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13092'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69782 -1.65447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10213'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65447'^^xsd:double;
  dwc:latitude '48.69782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65447 48.69782, -1.65447 48.69782, -1.65447 48.69782, -1.65447 48.69782, -1.65447 48.69782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10213'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64072 -1.65446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13267'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65446'^^xsd:double;
  dwc:latitude '48.64072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65446 48.64072, -1.65446 48.64072, -1.65446 48.64072, -1.65446 48.64072, -1.65446 48.64072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13267'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66248 -1.65444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12877'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65444'^^xsd:double;
  dwc:latitude '48.66248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65444 48.66248, -1.65444 48.66248, -1.65444 48.66248, -1.65444 48.66248, -1.65444 48.66248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12877'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68986 -1.65442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10172'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65442'^^xsd:double;
  dwc:latitude '48.68986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65442 48.68986, -1.65442 48.68986, -1.65442 48.68986, -1.65442 48.68986, -1.65442 48.68986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10172'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66733 -1.65439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13067'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65439'^^xsd:double;
  dwc:latitude '48.66733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65439 48.66733, -1.65439 48.66733, -1.65439 48.66733, -1.65439 48.66733, -1.65439 48.66733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13067'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70294 -1.65438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10125'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65438'^^xsd:double;
  dwc:latitude '48.70294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65438 48.70294, -1.65438 48.70294, -1.65438 48.70294, -1.65438 48.70294, -1.65438 48.70294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10125'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6457 -1.65437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6457"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13668'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65437'^^xsd:double;
  dwc:latitude '48.6457'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65437 48.6457, -1.65437 48.6457, -1.65437 48.6457, -1.65437 48.6457, -1.65437 48.6457))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13668'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64261 -1.65436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13321'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65436'^^xsd:double;
  dwc:latitude '48.64261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65436 48.64261, -1.65436 48.64261, -1.65436 48.64261, -1.65436 48.64261, -1.65436 48.64261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13321'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64699 -1.65436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11864'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65436'^^xsd:double;
  dwc:latitude '48.64699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65436 48.64699, -1.65436 48.64699, -1.65436 48.64699, -1.65436 48.64699, -1.65436 48.64699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11864'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69021 -1.65436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8516'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65436'^^xsd:double;
  dwc:latitude '48.69021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65436 48.69021, -1.65436 48.69021, -1.65436 48.69021, -1.65436 48.69021, -1.65436 48.69021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8516'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65157 -1.65434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12468'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65434'^^xsd:double;
  dwc:latitude '48.65157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65434 48.65157, -1.65434 48.65157, -1.65434 48.65157, -1.65434 48.65157, -1.65434 48.65157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12468'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65123 -1.65432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65123"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13217'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65432'^^xsd:double;
  dwc:latitude '48.65123'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65432 48.65123, -1.65432 48.65123, -1.65432 48.65123, -1.65432 48.65123, -1.65432 48.65123))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13217'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66227 -1.6543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10881'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6543'^^xsd:double;
  dwc:latitude '48.66227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6543 48.66227, -1.6543 48.66227, -1.6543 48.66227, -1.6543 48.66227, -1.6543 48.66227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10881'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68879 -1.65427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12978'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65427'^^xsd:double;
  dwc:latitude '48.68879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65427 48.68879, -1.65427 48.68879, -1.65427 48.68879, -1.65427 48.68879, -1.65427 48.68879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12978'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67861 -1.65423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12419'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65423'^^xsd:double;
  dwc:latitude '48.67861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65423 48.67861, -1.65423 48.67861, -1.65423 48.67861, -1.65423 48.67861, -1.65423 48.67861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12419'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74453 -1.65418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11412'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65418'^^xsd:double;
  dwc:latitude '48.74453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65418 48.74453, -1.65418 48.74453, -1.65418 48.74453, -1.65418 48.74453, -1.65418 48.74453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11412'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68062 -1.65417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8156'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65417'^^xsd:double;
  dwc:latitude '48.68062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65417 48.68062, -1.65417 48.68062, -1.65417 48.68062, -1.65417 48.68062, -1.65417 48.68062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8156'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69294 -1.65414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8806'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65414'^^xsd:double;
  dwc:latitude '48.69294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65414 48.69294, -1.65414 48.69294, -1.65414 48.69294, -1.65414 48.69294, -1.65414 48.69294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8806'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63247 -1.65413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12982'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65413'^^xsd:double;
  dwc:latitude '48.63247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65413 48.63247, -1.65413 48.63247, -1.65413 48.63247, -1.65413 48.63247, -1.65413 48.63247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12982'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7921 -1.65412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9922'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65412'^^xsd:double;
  dwc:latitude '48.7921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65412 48.7921, -1.65412 48.7921, -1.65412 48.7921, -1.65412 48.7921, -1.65412 48.7921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9922'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69055 -1.6541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8035'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6541'^^xsd:double;
  dwc:latitude '48.69055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6541 48.69055, -1.6541 48.69055, -1.6541 48.69055, -1.6541 48.69055, -1.6541 48.69055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8035'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64266 -1.65406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13233'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65406'^^xsd:double;
  dwc:latitude '48.64266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65406 48.64266, -1.65406 48.64266, -1.65406 48.64266, -1.65406 48.64266, -1.65406 48.64266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13233'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64525 -1.65403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10965'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65403'^^xsd:double;
  dwc:latitude '48.64525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65403 48.64525, -1.65403 48.64525, -1.65403 48.64525, -1.65403 48.64525, -1.65403 48.64525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10965'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69612 -1.65403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11557'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65403'^^xsd:double;
  dwc:latitude '48.69612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65403 48.69612, -1.65403 48.69612, -1.65403 48.69612, -1.65403 48.69612, -1.65403 48.69612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11557'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6426 -1.65401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13507'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65401'^^xsd:double;
  dwc:latitude '48.6426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65401 48.6426, -1.65401 48.6426, -1.65401 48.6426, -1.65401 48.6426, -1.65401 48.6426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13507'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66169 -1.65401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10882'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65401'^^xsd:double;
  dwc:latitude '48.66169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65401 48.66169, -1.65401 48.66169, -1.65401 48.66169, -1.65401 48.66169, -1.65401 48.66169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10882'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7325 -1.65399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9214'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65399'^^xsd:double;
  dwc:latitude '48.7325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65399 48.7325, -1.65399 48.7325, -1.65399 48.7325, -1.65399 48.7325, -1.65399 48.7325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9214'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73892 -1.65399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8401'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65399'^^xsd:double;
  dwc:latitude '48.73892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65399 48.73892, -1.65399 48.73892, -1.65399 48.73892, -1.65399 48.73892, -1.65399 48.73892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8401'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66377 -1.65396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11946'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65396'^^xsd:double;
  dwc:latitude '48.66377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65396 48.66377, -1.65396 48.66377, -1.65396 48.66377, -1.65396 48.66377, -1.65396 48.66377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11946'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6568 -1.65394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12684'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65394'^^xsd:double;
  dwc:latitude '48.6568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65394 48.6568, -1.65394 48.6568, -1.65394 48.6568, -1.65394 48.6568, -1.65394 48.6568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12684'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69298 -1.65394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8829'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65394'^^xsd:double;
  dwc:latitude '48.69298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65394 48.69298, -1.65394 48.69298, -1.65394 48.69298, -1.65394 48.69298, -1.65394 48.69298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8829'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68525 -1.65391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8374'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65391'^^xsd:double;
  dwc:latitude '48.68525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65391 48.68525, -1.65391 48.68525, -1.65391 48.68525, -1.65391 48.68525, -1.65391 48.68525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8374'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64394 -1.6539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64394"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_7078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7078'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6539'^^xsd:double;
  dwc:latitude '48.64394'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6539 48.64394, -1.6539 48.64394, -1.6539 48.64394, -1.6539 48.64394, -1.6539 48.64394))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7078'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65918 -1.6539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12103'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6539'^^xsd:double;
  dwc:latitude '48.65918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6539 48.65918, -1.6539 48.65918, -1.6539 48.65918, -1.6539 48.65918, -1.6539 48.65918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12103'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63667 -1.65386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13274'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65386'^^xsd:double;
  dwc:latitude '48.63667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65386 48.63667, -1.65386 48.63667, -1.65386 48.63667, -1.65386 48.63667, -1.65386 48.63667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13274'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66089 -1.65386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11675'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65386'^^xsd:double;
  dwc:latitude '48.66089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65386 48.66089, -1.65386 48.66089, -1.65386 48.66089, -1.65386 48.66089, -1.65386 48.66089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11675'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78415 -1.65386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.78415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9928'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65386'^^xsd:double;
  dwc:latitude '48.78415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65386 48.78415, -1.65386 48.78415, -1.65386 48.78415, -1.65386 48.78415, -1.65386 48.78415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9928'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64082 -1.65383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11790'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65383'^^xsd:double;
  dwc:latitude '48.64082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65383 48.64082, -1.65383 48.64082, -1.65383 48.64082, -1.65383 48.64082, -1.65383 48.64082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11790'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6662 -1.65381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6662"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12689'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65381'^^xsd:double;
  dwc:latitude '48.6662'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65381 48.6662, -1.65381 48.6662, -1.65381 48.6662, -1.65381 48.6662, -1.65381 48.6662))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12689'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68426 -1.65378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11533'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65378'^^xsd:double;
  dwc:latitude '48.68426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65378 48.68426, -1.65378 48.68426, -1.65378 48.68426, -1.65378 48.68426, -1.65378 48.68426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11533'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69664 -1.65377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10176'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65377'^^xsd:double;
  dwc:latitude '48.69664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65377 48.69664, -1.65377 48.69664, -1.65377 48.69664, -1.65377 48.69664, -1.65377 48.69664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10176'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69131 -1.65374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8334'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65374'^^xsd:double;
  dwc:latitude '48.69131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65374 48.69131, -1.65374 48.69131, -1.65374 48.69131, -1.65374 48.69131, -1.65374 48.69131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8334'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69451 -1.65369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_9507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9507'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65369'^^xsd:double;
  dwc:latitude '48.69451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65369 48.69451, -1.65369 48.69451, -1.65369 48.69451, -1.65369 48.69451, -1.65369 48.69451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9507'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7385 -1.65369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8864'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65369'^^xsd:double;
  dwc:latitude '48.7385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65369 48.7385, -1.65369 48.7385, -1.65369 48.7385, -1.65369 48.7385, -1.65369 48.7385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8864'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64745 -1.65366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10702'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65366'^^xsd:double;
  dwc:latitude '48.64745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65366 48.64745, -1.65366 48.64745, -1.65366 48.64745, -1.65366 48.64745, -1.65366 48.64745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10702'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69472 -1.65366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8436'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65366'^^xsd:double;
  dwc:latitude '48.69472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65366 48.69472, -1.65366 48.69472, -1.65366 48.69472, -1.65366 48.69472, -1.65366 48.69472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8436'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68512 -1.65365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68512"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11564'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65365'^^xsd:double;
  dwc:latitude '48.68512'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65365 48.68512, -1.65365 48.68512, -1.65365 48.68512, -1.65365 48.68512, -1.65365 48.68512))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11564'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66168 -1.65362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10847'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65362'^^xsd:double;
  dwc:latitude '48.66168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65362 48.66168, -1.65362 48.66168, -1.65362 48.66168, -1.65362 48.66168, -1.65362 48.66168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10847'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6498 -1.65358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10922'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65358'^^xsd:double;
  dwc:latitude '48.6498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65358 48.6498, -1.65358 48.6498, -1.65358 48.6498, -1.65358 48.6498, -1.65358 48.6498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10922'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66575 -1.65348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12480'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65348'^^xsd:double;
  dwc:latitude '48.66575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65348 48.66575, -1.65348 48.66575, -1.65348 48.66575, -1.65348 48.66575, -1.65348 48.66575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12480'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6568 -1.65345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11160'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65345'^^xsd:double;
  dwc:latitude '48.6568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65345 48.6568, -1.65345 48.6568, -1.65345 48.6568, -1.65345 48.6568, -1.65345 48.6568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11160'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69469 -1.65343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8362'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65343'^^xsd:double;
  dwc:latitude '48.69469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65343 48.69469, -1.65343 48.69469, -1.65343 48.69469, -1.65343 48.69469, -1.65343 48.69469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8362'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6957 -1.65343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10123'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65343'^^xsd:double;
  dwc:latitude '48.6957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65343 48.6957, -1.65343 48.6957, -1.65343 48.6957, -1.65343 48.6957, -1.65343 48.6957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10123'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6914 -1.65342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8014'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65342'^^xsd:double;
  dwc:latitude '48.6914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65342 48.6914, -1.65342 48.6914, -1.65342 48.6914, -1.65342 48.6914, -1.65342 48.6914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8014'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66192 -1.6534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11694'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6534'^^xsd:double;
  dwc:latitude '48.66192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6534 48.66192, -1.6534 48.66192, -1.6534 48.66192, -1.6534 48.66192, -1.6534 48.66192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11694'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65677 -1.65338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10845'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65338'^^xsd:double;
  dwc:latitude '48.65677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65338 48.65677, -1.65338 48.65677, -1.65338 48.65677, -1.65338 48.65677, -1.65338 48.65677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10845'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64683 -1.65337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12498'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65337'^^xsd:double;
  dwc:latitude '48.64683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65337 48.64683, -1.65337 48.64683, -1.65337 48.64683, -1.65337 48.64683, -1.65337 48.64683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12498'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68478 -1.65337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11566'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65337'^^xsd:double;
  dwc:latitude '48.68478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65337 48.68478, -1.65337 48.68478, -1.65337 48.68478, -1.65337 48.68478, -1.65337 48.68478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11566'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65693 -1.65336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11644'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65336'^^xsd:double;
  dwc:latitude '48.65693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65336 48.65693, -1.65336 48.65693, -1.65336 48.65693, -1.65336 48.65693, -1.65336 48.65693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11644'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67692 -1.65336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13066'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65336'^^xsd:double;
  dwc:latitude '48.67692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65336 48.67692, -1.65336 48.67692, -1.65336 48.67692, -1.65336 48.67692, -1.65336 48.67692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13066'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69254 -1.65334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11532'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65334'^^xsd:double;
  dwc:latitude '48.69254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65334 48.69254, -1.65334 48.69254, -1.65334 48.69254, -1.65334 48.69254, -1.65334 48.69254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11532'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66046 -1.65331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11718'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65331'^^xsd:double;
  dwc:latitude '48.66046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65331 48.66046, -1.65331 48.66046, -1.65331 48.66046, -1.65331 48.66046, -1.65331 48.66046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11718'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64282 -1.6533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11801'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6533'^^xsd:double;
  dwc:latitude '48.64282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6533 48.64282, -1.6533 48.64282, -1.6533 48.64282, -1.6533 48.64282, -1.6533 48.64282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11801'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64193 -1.65329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64193"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11913'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65329'^^xsd:double;
  dwc:latitude '48.64193'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65329 48.64193, -1.65329 48.64193, -1.65329 48.64193, -1.65329 48.64193, -1.65329 48.64193))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11913'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65753 -1.65328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11301'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65328'^^xsd:double;
  dwc:latitude '48.65753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65328 48.65753, -1.65328 48.65753, -1.65328 48.65753, -1.65328 48.65753, -1.65328 48.65753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11301'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65967 -1.65328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11313'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65328'^^xsd:double;
  dwc:latitude '48.65967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65328 48.65967, -1.65328 48.65967, -1.65328 48.65967, -1.65328 48.65967, -1.65328 48.65967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11313'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66082 -1.65328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12876'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65328'^^xsd:double;
  dwc:latitude '48.66082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65328 48.66082, -1.65328 48.66082, -1.65328 48.66082, -1.65328 48.66082, -1.65328 48.66082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12876'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75607 -1.65327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8816'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65327'^^xsd:double;
  dwc:latitude '48.75607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65327 48.75607, -1.65327 48.75607, -1.65327 48.75607, -1.65327 48.75607, -1.65327 48.75607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8816'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65934 -1.65324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12428'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65324'^^xsd:double;
  dwc:latitude '48.65934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65324 48.65934, -1.65324 48.65934, -1.65324 48.65934, -1.65324 48.65934, -1.65324 48.65934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12428'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69266 -1.65324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8725'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65324'^^xsd:double;
  dwc:latitude '48.69266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65324 48.69266, -1.65324 48.69266, -1.65324 48.69266, -1.65324 48.69266, -1.65324 48.69266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8725'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69991 -1.6532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8858'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6532'^^xsd:double;
  dwc:latitude '48.69991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6532 48.69991, -1.6532 48.69991, -1.6532 48.69991, -1.6532 48.69991, -1.6532 48.69991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8858'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64545 -1.65319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12500'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65319'^^xsd:double;
  dwc:latitude '48.64545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65319 48.64545, -1.65319 48.64545, -1.65319 48.64545, -1.65319 48.64545, -1.65319 48.64545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12500'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69966 -1.65318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8609'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65318'^^xsd:double;
  dwc:latitude '48.69966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65318 48.69966, -1.65318 48.69966, -1.65318 48.69966, -1.65318 48.69966, -1.65318 48.69966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8609'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67472 -1.65314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10524'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65314'^^xsd:double;
  dwc:latitude '48.67472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65314 48.67472, -1.65314 48.67472, -1.65314 48.67472, -1.65314 48.67472, -1.65314 48.67472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10524'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67342 -1.65313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11445'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65313'^^xsd:double;
  dwc:latitude '48.67342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65313 48.67342, -1.65313 48.67342, -1.65313 48.67342, -1.65313 48.67342, -1.65313 48.67342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11445'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63051 -1.65307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13263'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65307'^^xsd:double;
  dwc:latitude '48.63051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65307 48.63051, -1.65307 48.63051, -1.65307 48.63051, -1.65307 48.63051, -1.65307 48.63051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13263'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64176 -1.65302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11873'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65302'^^xsd:double;
  dwc:latitude '48.64176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65302 48.64176, -1.65302 48.64176, -1.65302 48.64176, -1.65302 48.64176, -1.65302 48.64176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11873'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64259 -1.65302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64259"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_13266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13266'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65302'^^xsd:double;
  dwc:latitude '48.64259'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65302 48.64259, -1.65302 48.64259, -1.65302 48.64259, -1.65302 48.64259, -1.65302 48.64259))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13266'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66052 -1.65302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12791'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65302'^^xsd:double;
  dwc:latitude '48.66052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65302 48.66052, -1.65302 48.66052, -1.65302 48.66052, -1.65302 48.66052, -1.65302 48.66052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12791'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69128 -1.65302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11531'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65302'^^xsd:double;
  dwc:latitude '48.69128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65302 48.69128, -1.65302 48.69128, -1.65302 48.69128, -1.65302 48.69128, -1.65302 48.69128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11531'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66829 -1.65296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8309'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65296'^^xsd:double;
  dwc:latitude '48.66829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65296 48.66829, -1.65296 48.66829, -1.65296 48.66829, -1.65296 48.66829, -1.65296 48.66829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8309'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69505 -1.65296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11561'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65296'^^xsd:double;
  dwc:latitude '48.69505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65296 48.69505, -1.65296 48.69505, -1.65296 48.69505, -1.65296 48.69505, -1.65296 48.69505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11561'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64248 -1.65295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10923'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65295'^^xsd:double;
  dwc:latitude '48.64248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65295 48.64248, -1.65295 48.64248, -1.65295 48.64248, -1.65295 48.64248, -1.65295 48.64248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10923'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64972 -1.65293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11128'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65293'^^xsd:double;
  dwc:latitude '48.64972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65293 48.64972, -1.65293 48.64972, -1.65293 48.64972, -1.65293 48.64972, -1.65293 48.64972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11128'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65162 -1.65283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10984'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65283'^^xsd:double;
  dwc:latitude '48.65162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65283 48.65162, -1.65283 48.65162, -1.65283 48.65162, -1.65283 48.65162, -1.65283 48.65162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10984'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66332 -1.65277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66332"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12502'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65277'^^xsd:double;
  dwc:latitude '48.66332'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65277 48.66332, -1.65277 48.66332, -1.65277 48.66332, -1.65277 48.66332, -1.65277 48.66332))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12502'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66292 -1.65275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12336'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65275'^^xsd:double;
  dwc:latitude '48.66292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65275 48.66292, -1.65275 48.66292, -1.65275 48.66292, -1.65275 48.66292, -1.65275 48.66292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12336'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.663 -1.65271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12688'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65271'^^xsd:double;
  dwc:latitude '48.663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65271 48.663, -1.65271 48.663, -1.65271 48.663, -1.65271 48.663, -1.65271 48.663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12688'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69295 -1.65262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8661'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65262'^^xsd:double;
  dwc:latitude '48.69295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65262 48.69295, -1.65262 48.69295, -1.65262 48.69295, -1.65262 48.69295, -1.65262 48.69295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8661'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68898 -1.65257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8551'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65257'^^xsd:double;
  dwc:latitude '48.68898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65257 48.68898, -1.65257 48.68898, -1.65257 48.68898, -1.65257 48.68898, -1.65257 48.68898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8551'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64773 -1.65252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12970'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65252'^^xsd:double;
  dwc:latitude '48.64773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65252 48.64773, -1.65252 48.64773, -1.65252 48.64773, -1.65252 48.64773, -1.65252 48.64773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12970'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62841 -1.65247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.62841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10959'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65247'^^xsd:double;
  dwc:latitude '48.62841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65247 48.62841, -1.65247 48.62841, -1.65247 48.62841, -1.65247 48.62841, -1.65247 48.62841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10959'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64315 -1.65246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_10964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10964'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65246'^^xsd:double;
  dwc:latitude '48.64315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65246 48.64315, -1.65246 48.64315, -1.65246 48.64315, -1.65246 48.64315, -1.65246 48.64315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10964'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69305 -1.65245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_12415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12415'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65245'^^xsd:double;
  dwc:latitude '48.69305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65245 48.69305, -1.65245 48.69305, -1.65245 48.69305, -1.65245 48.69305, -1.65245 48.69305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12415'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68798 -1.65243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11461'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.93333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65243'^^xsd:double;
  dwc:latitude '48.68798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65243 48.68798, -1.65243 48.68798, -1.65243 48.68798, -1.65243 48.68798, -1.65243 48.68798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11461'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64221 -1.65241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_11799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11799'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65241'^^xsd:double;
  dwc:latitude '48.64221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65241 48.64221, -1.65241 48.64221, -1.65241 48.64221, -1.65241 48.64221, -1.65241 48.64221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11799'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69196 -1.6524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/8264__2034_8110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8110'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6524'^^xsd:double;
  dwc:latitude '48.69196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6524 48.69196, -1.6524 48.69196, -1.6524 48.69196, -1.6524 48.69196, -1.6524 48.69196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8110'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.693 -1.6524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.693 -1.6524)"^^geo:wktLiteral ;
  geo-pos:lat "48.693"^^xsd:decimal ;
  geo-pos:long "-1.6524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8130'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6524'^^xsd:double;
  dwc:latitude '48.693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6524 48.693, -1.6524 48.693, -1.6524 48.693, -1.6524 48.693, -1.6524 48.693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8130'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6565 -1.65239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6565 -1.65239)"^^geo:wktLiteral ;
  geo-pos:lat "48.6565"^^xsd:decimal ;
  geo-pos:long "-1.65239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11931'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65239'^^xsd:double;
  dwc:latitude '48.6565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65239 48.6565, -1.65239 48.6565, -1.65239 48.6565, -1.65239 48.6565, -1.65239 48.6565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11931'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68024 -1.65235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68024"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68024 -1.65235)"^^geo:wktLiteral ;
  geo-pos:lat "48.68024"^^xsd:decimal ;
  geo-pos:long "-1.65235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13036'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65235'^^xsd:double;
  dwc:latitude '48.68024'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65235 48.68024, -1.65235 48.68024, -1.65235 48.68024, -1.65235 48.68024, -1.65235 48.68024))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13036'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67789 -1.65233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67789 -1.65233)"^^geo:wktLiteral ;
  geo-pos:lat "48.67789"^^xsd:decimal ;
  geo-pos:long "-1.65233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13037'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65233'^^xsd:double;
  dwc:latitude '48.67789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65233 48.67789, -1.65233 48.67789, -1.65233 48.67789, -1.65233 48.67789, -1.65233 48.67789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13037'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69242 -1.65232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69242 -1.65232)"^^geo:wktLiteral ;
  geo-pos:lat "48.69242"^^xsd:decimal ;
  geo-pos:long "-1.65232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8665'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65232'^^xsd:double;
  dwc:latitude '48.69242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65232 48.69242, -1.65232 48.69242, -1.65232 48.69242, -1.65232 48.69242, -1.65232 48.69242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8665'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73576 -1.65229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73576 -1.65229)"^^geo:wktLiteral ;
  geo-pos:lat "48.73576"^^xsd:decimal ;
  geo-pos:long "-1.65229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7853'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65229'^^xsd:double;
  dwc:latitude '48.73576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65229 48.73576, -1.65229 48.73576, -1.65229 48.73576, -1.65229 48.73576, -1.65229 48.73576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7853'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69762 -1.65227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69762 -1.65227)"^^geo:wktLiteral ;
  geo-pos:lat "48.69762"^^xsd:decimal ;
  geo-pos:long "-1.65227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10124'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65227'^^xsd:double;
  dwc:latitude '48.69762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65227 48.69762, -1.65227 48.69762, -1.65227 48.69762, -1.65227 48.69762, -1.65227 48.69762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10124'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6409 -1.65224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6409 -1.65224)"^^geo:wktLiteral ;
  geo-pos:lat "48.6409"^^xsd:decimal ;
  geo-pos:long "-1.65224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13308'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65224'^^xsd:double;
  dwc:latitude '48.6409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65224 48.6409, -1.65224 48.6409, -1.65224 48.6409, -1.65224 48.6409, -1.65224 48.6409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13308'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68547 -1.65224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68547 -1.65224)"^^geo:wktLiteral ;
  geo-pos:lat "48.68547"^^xsd:decimal ;
  geo-pos:long "-1.65224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12417'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65224'^^xsd:double;
  dwc:latitude '48.68547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65224 48.68547, -1.65224 48.68547, -1.65224 48.68547, -1.65224 48.68547, -1.65224 48.68547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12417'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66219 -1.65215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66219"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66219 -1.65215)"^^geo:wktLiteral ;
  geo-pos:lat "48.66219"^^xsd:decimal ;
  geo-pos:long "-1.65215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12815'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65215'^^xsd:double;
  dwc:latitude '48.66219'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65215 48.66219, -1.65215 48.66219, -1.65215 48.66219, -1.65215 48.66219, -1.65215 48.66219))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12815'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67873 -1.65213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67873 -1.65213)"^^geo:wktLiteral ;
  geo-pos:lat "48.67873"^^xsd:decimal ;
  geo-pos:long "-1.65213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1772'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65213'^^xsd:double;
  dwc:latitude '48.67873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65213 48.67873, -1.65213 48.67873, -1.65213 48.67873, -1.65213 48.67873, -1.65213 48.67873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1772'^^xsd:string;
  dwc:observationDate '2006-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72676 -1.65211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72676 -1.65211)"^^geo:wktLiteral ;
  geo-pos:lat "48.72676"^^xsd:decimal ;
  geo-pos:long "-1.65211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8812'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65211'^^xsd:double;
  dwc:latitude '48.72676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65211 48.72676, -1.65211 48.72676, -1.65211 48.72676, -1.65211 48.72676, -1.65211 48.72676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8812'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65968 -1.65208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65968 -1.65208)"^^geo:wktLiteral ;
  geo-pos:lat "48.65968"^^xsd:decimal ;
  geo-pos:long "-1.65208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12848'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65208'^^xsd:double;
  dwc:latitude '48.65968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65208 48.65968, -1.65208 48.65968, -1.65208 48.65968, -1.65208 48.65968, -1.65208 48.65968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12848'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66009 -1.65205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66009 -1.65205)"^^geo:wktLiteral ;
  geo-pos:lat "48.66009"^^xsd:decimal ;
  geo-pos:long "-1.65205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11719'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65205'^^xsd:double;
  dwc:latitude '48.66009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65205 48.66009, -1.65205 48.66009, -1.65205 48.66009, -1.65205 48.66009, -1.65205 48.66009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11719'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69504 -1.65201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69504 -1.65201)"^^geo:wktLiteral ;
  geo-pos:lat "48.69504"^^xsd:decimal ;
  geo-pos:long "-1.65201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7957'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65201'^^xsd:double;
  dwc:latitude '48.69504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65201 48.69504, -1.65201 48.69504, -1.65201 48.69504, -1.65201 48.69504, -1.65201 48.69504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7957'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64919 -1.65199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64919 -1.65199)"^^geo:wktLiteral ;
  geo-pos:lat "48.64919"^^xsd:decimal ;
  geo-pos:long "-1.65199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13579'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65199'^^xsd:double;
  dwc:latitude '48.64919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65199 48.64919, -1.65199 48.64919, -1.65199 48.64919, -1.65199 48.64919, -1.65199 48.64919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13579'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6522 -1.65199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6522 -1.65199)"^^geo:wktLiteral ;
  geo-pos:lat "48.6522"^^xsd:decimal ;
  geo-pos:long "-1.65199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10971'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65199'^^xsd:double;
  dwc:latitude '48.6522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65199 48.6522, -1.65199 48.6522, -1.65199 48.6522, -1.65199 48.6522, -1.65199 48.6522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10971'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66159 -1.65198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66159 -1.65198)"^^geo:wktLiteral ;
  geo-pos:lat "48.66159"^^xsd:decimal ;
  geo-pos:long "-1.65198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11674'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65198'^^xsd:double;
  dwc:latitude '48.66159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65198 48.66159, -1.65198 48.66159, -1.65198 48.66159, -1.65198 48.66159, -1.65198 48.66159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11674'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64838 -1.65197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64838"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64838 -1.65197)"^^geo:wktLiteral ;
  geo-pos:lat "48.64838"^^xsd:decimal ;
  geo-pos:long "-1.65197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12924'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65197'^^xsd:double;
  dwc:latitude '48.64838'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65197 48.64838, -1.65197 48.64838, -1.65197 48.64838, -1.65197 48.64838, -1.65197 48.64838))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12924'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6631 -1.65197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6631 -1.65197)"^^geo:wktLiteral ;
  geo-pos:lat "48.6631"^^xsd:decimal ;
  geo-pos:long "-1.65197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12503'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65197'^^xsd:double;
  dwc:latitude '48.6631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65197 48.6631, -1.65197 48.6631, -1.65197 48.6631, -1.65197 48.6631, -1.65197 48.6631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12503'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69149 -1.65193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69149 -1.65193)"^^geo:wktLiteral ;
  geo-pos:lat "48.69149"^^xsd:decimal ;
  geo-pos:long "-1.65193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11562'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65193'^^xsd:double;
  dwc:latitude '48.69149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65193 48.69149, -1.65193 48.69149, -1.65193 48.69149, -1.65193 48.69149, -1.65193 48.69149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11562'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69726 -1.65191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69726 -1.65191)"^^geo:wktLiteral ;
  geo-pos:lat "48.69726"^^xsd:decimal ;
  geo-pos:long "-1.65191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8470'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65191'^^xsd:double;
  dwc:latitude '48.69726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65191 48.69726, -1.65191 48.69726, -1.65191 48.69726, -1.65191 48.69726, -1.65191 48.69726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8470'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66391 -1.65189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66391"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66391 -1.65189)"^^geo:wktLiteral ;
  geo-pos:lat "48.66391"^^xsd:decimal ;
  geo-pos:long "-1.65189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12491'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65189'^^xsd:double;
  dwc:latitude '48.66391'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65189 48.66391, -1.65189 48.66391, -1.65189 48.66391, -1.65189 48.66391, -1.65189 48.66391))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12491'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64335 -1.65187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64335"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64335 -1.65187)"^^geo:wktLiteral ;
  geo-pos:lat "48.64335"^^xsd:decimal ;
  geo-pos:long "-1.65187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10947'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.93333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65187'^^xsd:double;
  dwc:latitude '48.64335'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65187 48.64335, -1.65187 48.64335, -1.65187 48.64335, -1.65187 48.64335, -1.65187 48.64335))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10947'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65989 -1.65187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65989 -1.65187)"^^geo:wktLiteral ;
  geo-pos:lat "48.65989"^^xsd:decimal ;
  geo-pos:long "-1.65187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10940'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65187'^^xsd:double;
  dwc:latitude '48.65989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65187 48.65989, -1.65187 48.65989, -1.65187 48.65989, -1.65187 48.65989, -1.65187 48.65989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10940'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69711 -1.65184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69711 -1.65184)"^^geo:wktLiteral ;
  geo-pos:lat "48.69711"^^xsd:decimal ;
  geo-pos:long "-1.65184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11541'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65184'^^xsd:double;
  dwc:latitude '48.69711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65184 48.69711, -1.65184 48.69711, -1.65184 48.69711, -1.65184 48.69711, -1.65184 48.69711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11541'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65644 -1.65183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65644 -1.65183)"^^geo:wktLiteral ;
  geo-pos:lat "48.65644"^^xsd:decimal ;
  geo-pos:long "-1.65183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12927'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65183'^^xsd:double;
  dwc:latitude '48.65644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65183 48.65644, -1.65183 48.65644, -1.65183 48.65644, -1.65183 48.65644, -1.65183 48.65644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12927'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69202 -1.65178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69202"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69202 -1.65178)"^^geo:wktLiteral ;
  geo-pos:lat "48.69202"^^xsd:decimal ;
  geo-pos:long "-1.65178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8163'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65178'^^xsd:double;
  dwc:latitude '48.69202'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65178 48.69202, -1.65178 48.69202, -1.65178 48.69202, -1.65178 48.69202, -1.65178 48.69202))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8163'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64819 -1.65171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64819 -1.65171)"^^geo:wktLiteral ;
  geo-pos:lat "48.64819"^^xsd:decimal ;
  geo-pos:long "-1.65171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9570'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65171'^^xsd:double;
  dwc:latitude '48.64819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65171 48.64819, -1.65171 48.64819, -1.65171 48.64819, -1.65171 48.64819, -1.65171 48.64819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9570'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69958 -1.65171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69958 -1.65171)"^^geo:wktLiteral ;
  geo-pos:lat "48.69958"^^xsd:decimal ;
  geo-pos:long "-1.65171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8361'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65171'^^xsd:double;
  dwc:latitude '48.69958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65171 48.69958, -1.65171 48.69958, -1.65171 48.69958, -1.65171 48.69958, -1.65171 48.69958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8361'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73835 -1.65171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73835 -1.65171)"^^geo:wktLiteral ;
  geo-pos:lat "48.73835"^^xsd:decimal ;
  geo-pos:long "-1.65171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8384'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65171'^^xsd:double;
  dwc:latitude '48.73835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65171 48.73835, -1.65171 48.73835, -1.65171 48.73835, -1.65171 48.73835, -1.65171 48.73835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8384'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69058 -1.65169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69058 -1.65169)"^^geo:wktLiteral ;
  geo-pos:lat "48.69058"^^xsd:decimal ;
  geo-pos:long "-1.65169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8108'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65169'^^xsd:double;
  dwc:latitude '48.69058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65169 48.69058, -1.65169 48.69058, -1.65169 48.69058, -1.65169 48.69058, -1.65169 48.69058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8108'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64471 -1.65168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64471 -1.65168)"^^geo:wktLiteral ;
  geo-pos:lat "48.64471"^^xsd:decimal ;
  geo-pos:long "-1.65168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13625'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65168'^^xsd:double;
  dwc:latitude '48.64471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65168 48.64471, -1.65168 48.64471, -1.65168 48.64471, -1.65168 48.64471, -1.65168 48.64471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13625'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64062 -1.65167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64062 -1.65167)"^^geo:wktLiteral ;
  geo-pos:lat "48.64062"^^xsd:decimal ;
  geo-pos:long "-1.65167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13226'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65167'^^xsd:double;
  dwc:latitude '48.64062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65167 48.64062, -1.65167 48.64062, -1.65167 48.64062, -1.65167 48.64062, -1.65167 48.64062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13226'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64097 -1.65163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64097 -1.65163)"^^geo:wktLiteral ;
  geo-pos:lat "48.64097"^^xsd:decimal ;
  geo-pos:long "-1.65163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11842'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65163'^^xsd:double;
  dwc:latitude '48.64097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65163 48.64097, -1.65163 48.64097, -1.65163 48.64097, -1.65163 48.64097, -1.65163 48.64097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11842'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68308 -1.65161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68308 -1.65161)"^^geo:wktLiteral ;
  geo-pos:lat "48.68308"^^xsd:decimal ;
  geo-pos:long "-1.65161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12074'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65161'^^xsd:double;
  dwc:latitude '48.68308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65161 48.68308, -1.65161 48.68308, -1.65161 48.68308, -1.65161 48.68308, -1.65161 48.68308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12074'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65873 -1.6516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65873 -1.6516)"^^geo:wktLiteral ;
  geo-pos:lat "48.65873"^^xsd:decimal ;
  geo-pos:long "-1.6516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11749'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6516'^^xsd:double;
  dwc:latitude '48.65873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6516 48.65873, -1.6516 48.65873, -1.6516 48.65873, -1.6516 48.65873, -1.6516 48.65873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11749'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65961 -1.65157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65961 -1.65157)"^^geo:wktLiteral ;
  geo-pos:lat "48.65961"^^xsd:decimal ;
  geo-pos:long "-1.65157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10722'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65157'^^xsd:double;
  dwc:latitude '48.65961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65157 48.65961, -1.65157 48.65961, -1.65157 48.65961, -1.65157 48.65961, -1.65157 48.65961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10722'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65781 -1.65155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65781 -1.65155)"^^geo:wktLiteral ;
  geo-pos:lat "48.65781"^^xsd:decimal ;
  geo-pos:long "-1.65155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13240'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65155'^^xsd:double;
  dwc:latitude '48.65781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65155 48.65781, -1.65155 48.65781, -1.65155 48.65781, -1.65155 48.65781, -1.65155 48.65781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13240'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6607 -1.65155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6607 -1.65155)"^^geo:wktLiteral ;
  geo-pos:lat "48.6607"^^xsd:decimal ;
  geo-pos:long "-1.65155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12910'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65155'^^xsd:double;
  dwc:latitude '48.6607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65155 48.6607, -1.65155 48.6607, -1.65155 48.6607, -1.65155 48.6607, -1.65155 48.6607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12910'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63946 -1.65153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63946 -1.65153)"^^geo:wktLiteral ;
  geo-pos:lat "48.63946"^^xsd:decimal ;
  geo-pos:long "-1.65153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13197'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65153'^^xsd:double;
  dwc:latitude '48.63946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65153 48.63946, -1.65153 48.63946, -1.65153 48.63946, -1.65153 48.63946, -1.65153 48.63946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13197'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65165 -1.65152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65165 -1.65152)"^^geo:wktLiteral ;
  geo-pos:lat "48.65165"^^xsd:decimal ;
  geo-pos:long "-1.65152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12577'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65152'^^xsd:double;
  dwc:latitude '48.65165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65152 48.65165, -1.65152 48.65165, -1.65152 48.65165, -1.65152 48.65165, -1.65152 48.65165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12577'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.65152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.65152)"^^geo:wktLiteral ;
  geo-pos:lat "48.69558"^^xsd:decimal ;
  geo-pos:long "-1.65152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11491'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65152'^^xsd:double;
  dwc:latitude '48.69558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65152 48.69558, -1.65152 48.69558, -1.65152 48.69558, -1.65152 48.69558, -1.65152 48.69558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11491'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64315 -1.65147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64315 -1.65147)"^^geo:wktLiteral ;
  geo-pos:lat "48.64315"^^xsd:decimal ;
  geo-pos:long "-1.65147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13265'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65147'^^xsd:double;
  dwc:latitude '48.64315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65147 48.64315, -1.65147 48.64315, -1.65147 48.64315, -1.65147 48.64315, -1.65147 48.64315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13265'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64089 -1.65143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64089 -1.65143)"^^geo:wktLiteral ;
  geo-pos:lat "48.64089"^^xsd:decimal ;
  geo-pos:long "-1.65143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11800'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65143'^^xsd:double;
  dwc:latitude '48.64089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65143 48.64089, -1.65143 48.64089, -1.65143 48.64089, -1.65143 48.64089, -1.65143 48.64089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11800'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66217 -1.65143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66217 -1.65143)"^^geo:wktLiteral ;
  geo-pos:lat "48.66217"^^xsd:decimal ;
  geo-pos:long "-1.65143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11118'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65143'^^xsd:double;
  dwc:latitude '48.66217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65143 48.66217, -1.65143 48.66217, -1.65143 48.66217, -1.65143 48.66217, -1.65143 48.66217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11118'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66111 -1.65141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66111"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66111 -1.65141)"^^geo:wktLiteral ;
  geo-pos:lat "48.66111"^^xsd:decimal ;
  geo-pos:long "-1.65141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12909'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65141'^^xsd:double;
  dwc:latitude '48.66111'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65141 48.66111, -1.65141 48.66111, -1.65141 48.66111, -1.65141 48.66111, -1.65141 48.66111))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12909'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65918 -1.65139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65918 -1.65139)"^^geo:wktLiteral ;
  geo-pos:lat "48.65918"^^xsd:decimal ;
  geo-pos:long "-1.65139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11311'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65139'^^xsd:double;
  dwc:latitude '48.65918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65139 48.65918, -1.65139 48.65918, -1.65139 48.65918, -1.65139 48.65918, -1.65139 48.65918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11311'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67502 -1.65138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67502 -1.65138)"^^geo:wktLiteral ;
  geo-pos:lat "48.67502"^^xsd:decimal ;
  geo-pos:long "-1.65138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2807'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65138'^^xsd:double;
  dwc:latitude '48.67502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65138 48.67502, -1.65138 48.67502, -1.65138 48.67502, -1.65138 48.67502, -1.65138 48.67502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2807'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68094 -1.65138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68094 -1.65138)"^^geo:wktLiteral ;
  geo-pos:lat "48.68094"^^xsd:decimal ;
  geo-pos:long "-1.65138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2780'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65138'^^xsd:double;
  dwc:latitude '48.68094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65138 48.68094, -1.65138 48.68094, -1.65138 48.68094, -1.65138 48.68094, -1.65138 48.68094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2780'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69121 -1.65134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69121 -1.65134)"^^geo:wktLiteral ;
  geo-pos:lat "48.69121"^^xsd:decimal ;
  geo-pos:long "-1.65134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11462'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65134'^^xsd:double;
  dwc:latitude '48.69121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65134 48.69121, -1.65134 48.69121, -1.65134 48.69121, -1.65134 48.69121, -1.65134 48.69121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11462'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69392 -1.65132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69392 -1.65132)"^^geo:wktLiteral ;
  geo-pos:lat "48.69392"^^xsd:decimal ;
  geo-pos:long "-1.65132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8634'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65132'^^xsd:double;
  dwc:latitude '48.69392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65132 48.69392, -1.65132 48.69392, -1.65132 48.69392, -1.65132 48.69392, -1.65132 48.69392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8634'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69247 -1.65127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69247 -1.65127)"^^geo:wktLiteral ;
  geo-pos:lat "48.69247"^^xsd:decimal ;
  geo-pos:long "-1.65127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8129'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65127'^^xsd:double;
  dwc:latitude '48.69247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65127 48.69247, -1.65127 48.69247, -1.65127 48.69247, -1.65127 48.69247, -1.65127 48.69247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8129'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70078 -1.65125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70078 -1.65125)"^^geo:wktLiteral ;
  geo-pos:lat "48.70078"^^xsd:decimal ;
  geo-pos:long "-1.65125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10775'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65125'^^xsd:double;
  dwc:latitude '48.70078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65125 48.70078, -1.65125 48.70078, -1.65125 48.70078, -1.65125 48.70078, -1.65125 48.70078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10775'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69627 -1.6512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69627 -1.6512)"^^geo:wktLiteral ;
  geo-pos:lat "48.69627"^^xsd:decimal ;
  geo-pos:long "-1.6512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8273'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6512'^^xsd:double;
  dwc:latitude '48.69627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6512 48.69627, -1.6512 48.69627, -1.6512 48.69627, -1.6512 48.69627, -1.6512 48.69627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8273'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66291 -1.65119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66291 -1.65119)"^^geo:wktLiteral ;
  geo-pos:lat "48.66291"^^xsd:decimal ;
  geo-pos:long "-1.65119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12880'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65119'^^xsd:double;
  dwc:latitude '48.66291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65119 48.66291, -1.65119 48.66291, -1.65119 48.66291, -1.65119 48.66291, -1.65119 48.66291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12880'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69162 -1.65119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69162 -1.65119)"^^geo:wktLiteral ;
  geo-pos:lat "48.69162"^^xsd:decimal ;
  geo-pos:long "-1.65119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11489'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65119'^^xsd:double;
  dwc:latitude '48.69162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65119 48.69162, -1.65119 48.69162, -1.65119 48.69162, -1.65119 48.69162, -1.65119 48.69162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11489'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72704 -1.65119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72704 -1.65119)"^^geo:wktLiteral ;
  geo-pos:lat "48.72704"^^xsd:decimal ;
  geo-pos:long "-1.65119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8251'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65119'^^xsd:double;
  dwc:latitude '48.72704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65119 48.72704, -1.65119 48.72704, -1.65119 48.72704, -1.65119 48.72704, -1.65119 48.72704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8251'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68098 -1.65118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68098 -1.65118)"^^geo:wktLiteral ;
  geo-pos:lat "48.68098"^^xsd:decimal ;
  geo-pos:long "-1.65118"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8157'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65118'^^xsd:double;
  dwc:latitude '48.68098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65118 48.68098, -1.65118 48.68098, -1.65118 48.68098, -1.65118 48.68098, -1.65118 48.68098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8157'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64093 -1.65116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64093 -1.65116)"^^geo:wktLiteral ;
  geo-pos:lat "48.64093"^^xsd:decimal ;
  geo-pos:long "-1.65116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10977'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65116'^^xsd:double;
  dwc:latitude '48.64093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65116 48.64093, -1.65116 48.64093, -1.65116 48.64093, -1.65116 48.64093, -1.65116 48.64093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10977'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69464 -1.65112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69464 -1.65112)"^^geo:wktLiteral ;
  geo-pos:lat "48.69464"^^xsd:decimal ;
  geo-pos:long "-1.65112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8274'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65112'^^xsd:double;
  dwc:latitude '48.69464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65112 48.69464, -1.65112 48.69464, -1.65112 48.69464, -1.65112 48.69464, -1.65112 48.69464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8274'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64197 -1.6511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64197 -1.6511)"^^geo:wktLiteral ;
  geo-pos:lat "48.64197"^^xsd:decimal ;
  geo-pos:long "-1.6511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11861'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6511'^^xsd:double;
  dwc:latitude '48.64197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6511 48.64197, -1.6511 48.64197, -1.6511 48.64197, -1.6511 48.64197, -1.6511 48.64197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11861'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.686 -1.65109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.686 -1.65109)"^^geo:wktLiteral ;
  geo-pos:lat "48.686"^^xsd:decimal ;
  geo-pos:long "-1.65109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_9483'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65109'^^xsd:double;
  dwc:latitude '48.686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65109 48.686, -1.65109 48.686, -1.65109 48.686, -1.65109 48.686, -1.65109 48.686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9483'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6412 -1.65107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6412 -1.65107)"^^geo:wktLiteral ;
  geo-pos:lat "48.6412"^^xsd:decimal ;
  geo-pos:long "-1.65107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13259'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65107'^^xsd:double;
  dwc:latitude '48.6412'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65107 48.6412, -1.65107 48.6412, -1.65107 48.6412, -1.65107 48.6412, -1.65107 48.6412))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13259'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67731 -1.65101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67731 -1.65101)"^^geo:wktLiteral ;
  geo-pos:lat "48.67731"^^xsd:decimal ;
  geo-pos:long "-1.65101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11538'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65101'^^xsd:double;
  dwc:latitude '48.67731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65101 48.67731, -1.65101 48.67731, -1.65101 48.67731, -1.65101 48.67731, -1.65101 48.67731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11538'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64659 -1.651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64659 -1.651)"^^geo:wktLiteral ;
  geo-pos:lat "48.64659"^^xsd:decimal ;
  geo-pos:long "-1.651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13316'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.651'^^xsd:double;
  dwc:latitude '48.64659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.651 48.64659, -1.651 48.64659, -1.651 48.64659, -1.651 48.64659, -1.651 48.64659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13316'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66069 -1.651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66069 -1.651)"^^geo:wktLiteral ;
  geo-pos:lat "48.66069"^^xsd:decimal ;
  geo-pos:long "-1.651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11870'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.651'^^xsd:double;
  dwc:latitude '48.66069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.651 48.66069, -1.651 48.66069, -1.651 48.66069, -1.651 48.66069, -1.651 48.66069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11870'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69836 -1.65099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69836 -1.65099)"^^geo:wktLiteral ;
  geo-pos:lat "48.69836"^^xsd:decimal ;
  geo-pos:long "-1.65099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8807'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65099'^^xsd:double;
  dwc:latitude '48.69836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65099 48.69836, -1.65099 48.69836, -1.65099 48.69836, -1.65099 48.69836, -1.65099 48.69836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8807'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64179 -1.65098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64179 -1.65098)"^^geo:wktLiteral ;
  geo-pos:lat "48.64179"^^xsd:decimal ;
  geo-pos:long "-1.65098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11860'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65098'^^xsd:double;
  dwc:latitude '48.64179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65098 48.64179, -1.65098 48.64179, -1.65098 48.64179, -1.65098 48.64179, -1.65098 48.64179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11860'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64377 -1.65098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64377 -1.65098)"^^geo:wktLiteral ;
  geo-pos:lat "48.64377"^^xsd:decimal ;
  geo-pos:long "-1.65098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10946'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65098'^^xsd:double;
  dwc:latitude '48.64377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65098 48.64377, -1.65098 48.64377, -1.65098 48.64377, -1.65098 48.64377, -1.65098 48.64377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10946'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64674 -1.65096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64674 -1.65096)"^^geo:wktLiteral ;
  geo-pos:lat "48.64674"^^xsd:decimal ;
  geo-pos:long "-1.65096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13657'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65096'^^xsd:double;
  dwc:latitude '48.64674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65096 48.64674, -1.65096 48.64674, -1.65096 48.64674, -1.65096 48.64674, -1.65096 48.64674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13657'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66005 -1.65095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66005 -1.65095)"^^geo:wktLiteral ;
  geo-pos:lat "48.66005"^^xsd:decimal ;
  geo-pos:long "-1.65095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11750'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65095'^^xsd:double;
  dwc:latitude '48.66005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65095 48.66005, -1.65095 48.66005, -1.65095 48.66005, -1.65095 48.66005, -1.65095 48.66005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11750'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69853 -1.65095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69853"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69853 -1.65095)"^^geo:wktLiteral ;
  geo-pos:lat "48.69853"^^xsd:decimal ;
  geo-pos:long "-1.65095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8761'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65095'^^xsd:double;
  dwc:latitude '48.69853'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65095 48.69853, -1.65095 48.69853, -1.65095 48.69853, -1.65095 48.69853, -1.65095 48.69853))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8761'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64188 -1.65094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64188 -1.65094)"^^geo:wktLiteral ;
  geo-pos:lat "48.64188"^^xsd:decimal ;
  geo-pos:long "-1.65094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11859'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65094'^^xsd:double;
  dwc:latitude '48.64188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65094 48.64188, -1.65094 48.64188, -1.65094 48.64188, -1.65094 48.64188, -1.65094 48.64188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11859'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64384 -1.65093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64384"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64384 -1.65093)"^^geo:wktLiteral ;
  geo-pos:lat "48.64384"^^xsd:decimal ;
  geo-pos:long "-1.65093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11217'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65093'^^xsd:double;
  dwc:latitude '48.64384'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65093 48.64384, -1.65093 48.64384, -1.65093 48.64384, -1.65093 48.64384, -1.65093 48.64384))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11217'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.65093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.65093)"^^geo:wktLiteral ;
  geo-pos:lat "48.69252"^^xsd:decimal ;
  geo-pos:long "-1.65093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8126'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65093'^^xsd:double;
  dwc:latitude '48.69252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65093 48.69252, -1.65093 48.69252, -1.65093 48.69252, -1.65093 48.69252, -1.65093 48.69252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8126'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65665 -1.65092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65665 -1.65092)"^^geo:wktLiteral ;
  geo-pos:lat "48.65665"^^xsd:decimal ;
  geo-pos:long "-1.65092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10835'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65092'^^xsd:double;
  dwc:latitude '48.65665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65092 48.65665, -1.65092 48.65665, -1.65092 48.65665, -1.65092 48.65665, -1.65092 48.65665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10835'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65892 -1.65092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65892 -1.65092)"^^geo:wktLiteral ;
  geo-pos:lat "48.65892"^^xsd:decimal ;
  geo-pos:long "-1.65092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11982'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65092'^^xsd:double;
  dwc:latitude '48.65892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65092 48.65892, -1.65092 48.65892, -1.65092 48.65892, -1.65092 48.65892, -1.65092 48.65892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11982'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6403 -1.6509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6403 -1.6509)"^^geo:wktLiteral ;
  geo-pos:lat "48.6403"^^xsd:decimal ;
  geo-pos:long "-1.6509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11831'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6509'^^xsd:double;
  dwc:latitude '48.6403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6509 48.6403, -1.6509 48.6403, -1.6509 48.6403, -1.6509 48.6403, -1.6509 48.6403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11831'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65831 -1.65089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65831 -1.65089)"^^geo:wktLiteral ;
  geo-pos:lat "48.65831"^^xsd:decimal ;
  geo-pos:long "-1.65089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12759'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65089'^^xsd:double;
  dwc:latitude '48.65831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65089 48.65831, -1.65089 48.65831, -1.65089 48.65831, -1.65089 48.65831, -1.65089 48.65831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12759'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70791 -1.65089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70791"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70791 -1.65089)"^^geo:wktLiteral ;
  geo-pos:lat "48.70791"^^xsd:decimal ;
  geo-pos:long "-1.65089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8809'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.066666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65089'^^xsd:double;
  dwc:latitude '48.70791'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65089 48.70791, -1.65089 48.70791, -1.65089 48.70791, -1.65089 48.70791, -1.65089 48.70791))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8809'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68782 -1.65088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68782 -1.65088)"^^geo:wktLiteral ;
  geo-pos:lat "48.68782"^^xsd:decimal ;
  geo-pos:long "-1.65088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2812'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65088'^^xsd:double;
  dwc:latitude '48.68782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65088 48.68782, -1.65088 48.68782, -1.65088 48.68782, -1.65088 48.68782, -1.65088 48.68782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2812'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66023 -1.65086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66023 -1.65086)"^^geo:wktLiteral ;
  geo-pos:lat "48.66023"^^xsd:decimal ;
  geo-pos:long "-1.65086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11977'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65086'^^xsd:double;
  dwc:latitude '48.66023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65086 48.66023, -1.65086 48.66023, -1.65086 48.66023, -1.65086 48.66023, -1.65086 48.66023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11977'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72125 -1.65084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72125 -1.65084)"^^geo:wktLiteral ;
  geo-pos:lat "48.72125"^^xsd:decimal ;
  geo-pos:long "-1.65084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10158'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65084'^^xsd:double;
  dwc:latitude '48.72125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65084 48.72125, -1.65084 48.72125, -1.65084 48.72125, -1.65084 48.72125, -1.65084 48.72125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10158'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7393 -1.65084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7393 -1.65084)"^^geo:wktLiteral ;
  geo-pos:lat "48.7393"^^xsd:decimal ;
  geo-pos:long "-1.65084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8400'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65084'^^xsd:double;
  dwc:latitude '48.7393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65084 48.7393, -1.65084 48.7393, -1.65084 48.7393, -1.65084 48.7393, -1.65084 48.7393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8400'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69948 -1.65083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69948 -1.65083)"^^geo:wktLiteral ;
  geo-pos:lat "48.69948"^^xsd:decimal ;
  geo-pos:long "-1.65083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10126'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65083'^^xsd:double;
  dwc:latitude '48.69948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65083 48.69948, -1.65083 48.69948, -1.65083 48.69948, -1.65083 48.69948, -1.65083 48.69948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10126'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64734 -1.65082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64734"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64734 -1.65082)"^^geo:wktLiteral ;
  geo-pos:lat "48.64734"^^xsd:decimal ;
  geo-pos:long "-1.65082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11104'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65082'^^xsd:double;
  dwc:latitude '48.64734'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65082 48.64734, -1.65082 48.64734, -1.65082 48.64734, -1.65082 48.64734, -1.65082 48.64734))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11104'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69615 -1.65081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69615 -1.65081)"^^geo:wktLiteral ;
  geo-pos:lat "48.69615"^^xsd:decimal ;
  geo-pos:long "-1.65081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8727'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.66666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65081'^^xsd:double;
  dwc:latitude '48.69615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65081 48.69615, -1.65081 48.69615, -1.65081 48.69615, -1.65081 48.69615, -1.65081 48.69615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8727'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69638 -1.65081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69638"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69638 -1.65081)"^^geo:wktLiteral ;
  geo-pos:lat "48.69638"^^xsd:decimal ;
  geo-pos:long "-1.65081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8426'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65081'^^xsd:double;
  dwc:latitude '48.69638'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65081 48.69638, -1.65081 48.69638, -1.65081 48.69638, -1.65081 48.69638, -1.65081 48.69638))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8426'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64112 -1.65079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64112"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64112 -1.65079)"^^geo:wktLiteral ;
  geo-pos:lat "48.64112"^^xsd:decimal ;
  geo-pos:long "-1.65079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11798'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65079'^^xsd:double;
  dwc:latitude '48.64112'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65079 48.64112, -1.65079 48.64112, -1.65079 48.64112, -1.65079 48.64112, -1.65079 48.64112))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11798'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64102 -1.65074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64102 -1.65074)"^^geo:wktLiteral ;
  geo-pos:lat "48.64102"^^xsd:decimal ;
  geo-pos:long "-1.65074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11857'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65074'^^xsd:double;
  dwc:latitude '48.64102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65074 48.64102, -1.65074 48.64102, -1.65074 48.64102, -1.65074 48.64102, -1.65074 48.64102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11857'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6602 -1.65073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6602 -1.65073)"^^geo:wktLiteral ;
  geo-pos:lat "48.6602"^^xsd:decimal ;
  geo-pos:long "-1.65073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10846'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65073'^^xsd:double;
  dwc:latitude '48.6602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65073 48.6602, -1.65073 48.6602, -1.65073 48.6602, -1.65073 48.6602, -1.65073 48.6602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10846'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69523 -1.65071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69523 -1.65071)"^^geo:wktLiteral ;
  geo-pos:lat "48.69523"^^xsd:decimal ;
  geo-pos:long "-1.65071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10175'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65071'^^xsd:double;
  dwc:latitude '48.69523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65071 48.69523, -1.65071 48.69523, -1.65071 48.69523, -1.65071 48.69523, -1.65071 48.69523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10175'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64083 -1.6507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64083 -1.6507)"^^geo:wktLiteral ;
  geo-pos:lat "48.64083"^^xsd:decimal ;
  geo-pos:long "-1.6507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11863'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6507'^^xsd:double;
  dwc:latitude '48.64083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6507 48.64083, -1.6507 48.64083, -1.6507 48.64083, -1.6507 48.64083, -1.6507 48.64083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11863'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66161 -1.6507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66161 -1.6507)"^^geo:wktLiteral ;
  geo-pos:lat "48.66161"^^xsd:decimal ;
  geo-pos:long "-1.6507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11692'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6507'^^xsd:double;
  dwc:latitude '48.66161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6507 48.66161, -1.6507 48.66161, -1.6507 48.66161, -1.6507 48.66161, -1.6507 48.66161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11692'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67968 -1.6507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67968 -1.6507)"^^geo:wktLiteral ;
  geo-pos:lat "48.67968"^^xsd:decimal ;
  geo-pos:long "-1.6507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8158'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6507'^^xsd:double;
  dwc:latitude '48.67968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6507 48.67968, -1.6507 48.67968, -1.6507 48.67968, -1.6507 48.67968, -1.6507 48.67968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8158'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66228 -1.65069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66228 -1.65069)"^^geo:wktLiteral ;
  geo-pos:lat "48.66228"^^xsd:decimal ;
  geo-pos:long "-1.65069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11695'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65069'^^xsd:double;
  dwc:latitude '48.66228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65069 48.66228, -1.65069 48.66228, -1.65069 48.66228, -1.65069 48.66228, -1.65069 48.66228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11695'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69775 -1.65068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69775 -1.65068)"^^geo:wktLiteral ;
  geo-pos:lat "48.69775"^^xsd:decimal ;
  geo-pos:long "-1.65068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2835'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65068'^^xsd:double;
  dwc:latitude '48.69775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65068 48.69775, -1.65068 48.69775, -1.65068 48.69775, -1.65068 48.69775, -1.65068 48.69775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2835'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63324 -1.65067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63324"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63324 -1.65067)"^^geo:wktLiteral ;
  geo-pos:lat "48.63324"^^xsd:decimal ;
  geo-pos:long "-1.65067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13264'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65067'^^xsd:double;
  dwc:latitude '48.63324'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65067 48.63324, -1.65067 48.63324, -1.65067 48.63324, -1.65067 48.63324, -1.65067 48.63324))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13264'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64688 -1.65063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64688 -1.65063)"^^geo:wktLiteral ;
  geo-pos:lat "48.64688"^^xsd:decimal ;
  geo-pos:long "-1.65063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12470'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65063'^^xsd:double;
  dwc:latitude '48.64688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65063 48.64688, -1.65063 48.64688, -1.65063 48.64688, -1.65063 48.64688, -1.65063 48.64688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12470'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64326 -1.65062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64326 -1.65062)"^^geo:wktLiteral ;
  geo-pos:lat "48.64326"^^xsd:decimal ;
  geo-pos:long "-1.65062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11847'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65062'^^xsd:double;
  dwc:latitude '48.64326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65062 48.64326, -1.65062 48.64326, -1.65062 48.64326, -1.65062 48.64326, -1.65062 48.64326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11847'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65948 -1.65062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65948 -1.65062)"^^geo:wktLiteral ;
  geo-pos:lat "48.65948"^^xsd:decimal ;
  geo-pos:long "-1.65062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12875'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65062'^^xsd:double;
  dwc:latitude '48.65948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65062 48.65948, -1.65062 48.65948, -1.65062 48.65948, -1.65062 48.65948, -1.65062 48.65948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12875'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64292 -1.65061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64292 -1.65061)"^^geo:wktLiteral ;
  geo-pos:lat "48.64292"^^xsd:decimal ;
  geo-pos:long "-1.65061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10945'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65061'^^xsd:double;
  dwc:latitude '48.64292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65061 48.64292, -1.65061 48.64292, -1.65061 48.64292, -1.65061 48.64292, -1.65061 48.64292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10945'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69392 -1.65061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69392 -1.65061)"^^geo:wktLiteral ;
  geo-pos:lat "48.69392"^^xsd:decimal ;
  geo-pos:long "-1.65061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10867'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65061'^^xsd:double;
  dwc:latitude '48.69392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65061 48.69392, -1.65061 48.69392, -1.65061 48.69392, -1.65061 48.69392, -1.65061 48.69392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10867'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64053 -1.65056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64053 -1.65056)"^^geo:wktLiteral ;
  geo-pos:lat "48.64053"^^xsd:decimal ;
  geo-pos:long "-1.65056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11811'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65056'^^xsd:double;
  dwc:latitude '48.64053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65056 48.64053, -1.65056 48.64053, -1.65056 48.64053, -1.65056 48.64053, -1.65056 48.64053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11811'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64041 -1.65055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64041 -1.65055)"^^geo:wktLiteral ;
  geo-pos:lat "48.64041"^^xsd:decimal ;
  geo-pos:long "-1.65055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10924'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65055'^^xsd:double;
  dwc:latitude '48.64041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65055 48.64041, -1.65055 48.64041, -1.65055 48.64041, -1.65055 48.64041, -1.65055 48.64041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10924'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66388 -1.65055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66388"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66388 -1.65055)"^^geo:wktLiteral ;
  geo-pos:lat "48.66388"^^xsd:decimal ;
  geo-pos:long "-1.65055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10850'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65055'^^xsd:double;
  dwc:latitude '48.66388'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65055 48.66388, -1.65055 48.66388, -1.65055 48.66388, -1.65055 48.66388, -1.65055 48.66388))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10850'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67549 -1.65053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67549 -1.65053)"^^geo:wktLiteral ;
  geo-pos:lat "48.67549"^^xsd:decimal ;
  geo-pos:long "-1.65053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10820'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65053'^^xsd:double;
  dwc:latitude '48.67549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65053 48.67549, -1.65053 48.67549, -1.65053 48.67549, -1.65053 48.67549, -1.65053 48.67549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10820'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6392 -1.65051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6392 -1.65051)"^^geo:wktLiteral ;
  geo-pos:lat "48.6392"^^xsd:decimal ;
  geo-pos:long "-1.65051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12190'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65051'^^xsd:double;
  dwc:latitude '48.6392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65051 48.6392, -1.65051 48.6392, -1.65051 48.6392, -1.65051 48.6392, -1.65051 48.6392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12190'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69219 -1.65051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69219"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69219 -1.65051)"^^geo:wktLiteral ;
  geo-pos:lat "48.69219"^^xsd:decimal ;
  geo-pos:long "-1.65051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8162'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65051'^^xsd:double;
  dwc:latitude '48.69219'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65051 48.69219, -1.65051 48.69219, -1.65051 48.69219, -1.65051 48.69219, -1.65051 48.69219))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8162'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64051 -1.6505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64051 -1.6505)"^^geo:wktLiteral ;
  geo-pos:lat "48.64051"^^xsd:decimal ;
  geo-pos:long "-1.6505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13307'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6505'^^xsd:double;
  dwc:latitude '48.64051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6505 48.64051, -1.6505 48.64051, -1.6505 48.64051, -1.6505 48.64051, -1.6505 48.64051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13307'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64407 -1.65048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64407"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64407 -1.65048)"^^geo:wktLiteral ;
  geo-pos:lat "48.64407"^^xsd:decimal ;
  geo-pos:long "-1.65048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10916'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65048'^^xsd:double;
  dwc:latitude '48.64407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65048 48.64407, -1.65048 48.64407, -1.65048 48.64407, -1.65048 48.64407, -1.65048 48.64407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10916'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73403 -1.65048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73403 -1.65048)"^^geo:wktLiteral ;
  geo-pos:lat "48.73403"^^xsd:decimal ;
  geo-pos:long "-1.65048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10133'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65048'^^xsd:double;
  dwc:latitude '48.73403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65048 48.73403, -1.65048 48.73403, -1.65048 48.73403, -1.65048 48.73403, -1.65048 48.73403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10133'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71424 -1.65047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71424"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71424 -1.65047)"^^geo:wktLiteral ;
  geo-pos:lat "48.71424"^^xsd:decimal ;
  geo-pos:long "-1.65047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11497'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65047'^^xsd:double;
  dwc:latitude '48.71424'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65047 48.71424, -1.65047 48.71424, -1.65047 48.71424, -1.65047 48.71424, -1.65047 48.71424))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11497'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68534 -1.65043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68534"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68534 -1.65043)"^^geo:wktLiteral ;
  geo-pos:lat "48.68534"^^xsd:decimal ;
  geo-pos:long "-1.65043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8991'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65043'^^xsd:double;
  dwc:latitude '48.68534'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65043 48.68534, -1.65043 48.68534, -1.65043 48.68534, -1.65043 48.68534, -1.65043 48.68534))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8991'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63968 -1.6504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63968 -1.6504)"^^geo:wktLiteral ;
  geo-pos:lat "48.63968"^^xsd:decimal ;
  geo-pos:long "-1.6504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11653'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6504'^^xsd:double;
  dwc:latitude '48.63968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6504 48.63968, -1.6504 48.63968, -1.6504 48.63968, -1.6504 48.63968, -1.6504 48.63968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11653'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69419 -1.65038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69419 -1.65038)"^^geo:wktLiteral ;
  geo-pos:lat "48.69419"^^xsd:decimal ;
  geo-pos:long "-1.65038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8660'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65038'^^xsd:double;
  dwc:latitude '48.69419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65038 48.69419, -1.65038 48.69419, -1.65038 48.69419, -1.65038 48.69419, -1.65038 48.69419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8660'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66651 -1.65037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66651 -1.65037)"^^geo:wktLiteral ;
  geo-pos:lat "48.66651"^^xsd:decimal ;
  geo-pos:long "-1.65037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12045'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65037'^^xsd:double;
  dwc:latitude '48.66651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65037 48.66651, -1.65037 48.66651, -1.65037 48.66651, -1.65037 48.66651, -1.65037 48.66651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12045'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64402 -1.65036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64402 -1.65036)"^^geo:wktLiteral ;
  geo-pos:lat "48.64402"^^xsd:decimal ;
  geo-pos:long "-1.65036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13388'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65036'^^xsd:double;
  dwc:latitude '48.64402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65036 48.64402, -1.65036 48.64402, -1.65036 48.64402, -1.65036 48.64402, -1.65036 48.64402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13388'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.707 -1.65033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.707 -1.65033)"^^geo:wktLiteral ;
  geo-pos:lat "48.707"^^xsd:decimal ;
  geo-pos:long "-1.65033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8350'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65033'^^xsd:double;
  dwc:latitude '48.707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65033 48.707, -1.65033 48.707, -1.65033 48.707, -1.65033 48.707, -1.65033 48.707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8350'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64967 -1.65032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64967 -1.65032)"^^geo:wktLiteral ;
  geo-pos:lat "48.64967"^^xsd:decimal ;
  geo-pos:long "-1.65032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12925'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65032'^^xsd:double;
  dwc:latitude '48.64967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65032 48.64967, -1.65032 48.64967, -1.65032 48.64967, -1.65032 48.64967, -1.65032 48.64967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12925'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64334 -1.65029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64334 -1.65029)"^^geo:wktLiteral ;
  geo-pos:lat "48.64334"^^xsd:decimal ;
  geo-pos:long "-1.65029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11003'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65029'^^xsd:double;
  dwc:latitude '48.64334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65029 48.64334, -1.65029 48.64334, -1.65029 48.64334, -1.65029 48.64334, -1.65029 48.64334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11003'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65968 -1.65028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65968 -1.65028)"^^geo:wktLiteral ;
  geo-pos:lat "48.65968"^^xsd:decimal ;
  geo-pos:long "-1.65028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11751'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65028'^^xsd:double;
  dwc:latitude '48.65968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65028 48.65968, -1.65028 48.65968, -1.65028 48.65968, -1.65028 48.65968, -1.65028 48.65968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11751'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66328 -1.65028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66328 -1.65028)"^^geo:wktLiteral ;
  geo-pos:lat "48.66328"^^xsd:decimal ;
  geo-pos:long "-1.65028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11911'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65028'^^xsd:double;
  dwc:latitude '48.66328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65028 48.66328, -1.65028 48.66328, -1.65028 48.66328, -1.65028 48.66328, -1.65028 48.66328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11911'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64155 -1.65024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64155 -1.65024)"^^geo:wktLiteral ;
  geo-pos:lat "48.64155"^^xsd:decimal ;
  geo-pos:long "-1.65024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11797'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65024'^^xsd:double;
  dwc:latitude '48.64155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65024 48.64155, -1.65024 48.64155, -1.65024 48.64155, -1.65024 48.64155, -1.65024 48.64155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11797'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73102 -1.65023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73102 -1.65023)"^^geo:wktLiteral ;
  geo-pos:lat "48.73102"^^xsd:decimal ;
  geo-pos:long "-1.65023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8863'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65023'^^xsd:double;
  dwc:latitude '48.73102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65023 48.73102, -1.65023 48.73102, -1.65023 48.73102, -1.65023 48.73102, -1.65023 48.73102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8863'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69427 -1.65017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69427 -1.65017)"^^geo:wktLiteral ;
  geo-pos:lat "48.69427"^^xsd:decimal ;
  geo-pos:long "-1.65017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8128'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65017'^^xsd:double;
  dwc:latitude '48.69427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65017 48.69427, -1.65017 48.69427, -1.65017 48.69427, -1.65017 48.69427, -1.65017 48.69427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8128'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70107 -1.65017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70107 -1.65017)"^^geo:wktLiteral ;
  geo-pos:lat "48.70107"^^xsd:decimal ;
  geo-pos:long "-1.65017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10335'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65017'^^xsd:double;
  dwc:latitude '48.70107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65017 48.70107, -1.65017 48.70107, -1.65017 48.70107, -1.65017 48.70107, -1.65017 48.70107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10335'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65951 -1.65015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65951"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65951 -1.65015)"^^geo:wktLiteral ;
  geo-pos:lat "48.65951"^^xsd:decimal ;
  geo-pos:long "-1.65015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11705'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65015'^^xsd:double;
  dwc:latitude '48.65951'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65015 48.65951, -1.65015 48.65951, -1.65015 48.65951, -1.65015 48.65951, -1.65015 48.65951))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11705'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6438 -1.65014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6438 -1.65014)"^^geo:wktLiteral ;
  geo-pos:lat "48.6438"^^xsd:decimal ;
  geo-pos:long "-1.65014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10978'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65014'^^xsd:double;
  dwc:latitude '48.6438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65014 48.6438, -1.65014 48.6438, -1.65014 48.6438, -1.65014 48.6438, -1.65014 48.6438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10978'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68583 -1.65012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68583 -1.65012)"^^geo:wktLiteral ;
  geo-pos:lat "48.68583"^^xsd:decimal ;
  geo-pos:long "-1.65012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3494'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65012'^^xsd:double;
  dwc:latitude '48.68583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65012 48.68583, -1.65012 48.68583, -1.65012 48.68583, -1.65012 48.68583, -1.65012 48.68583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3494'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64405 -1.6501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64405 -1.6501)"^^geo:wktLiteral ;
  geo-pos:lat "48.64405"^^xsd:decimal ;
  geo-pos:long "-1.6501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11810'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6501'^^xsd:double;
  dwc:latitude '48.64405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6501 48.64405, -1.6501 48.64405, -1.6501 48.64405, -1.6501 48.64405, -1.6501 48.64405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11810'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64072 -1.65009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64072 -1.65009)"^^geo:wktLiteral ;
  geo-pos:lat "48.64072"^^xsd:decimal ;
  geo-pos:long "-1.65009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11921'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65009'^^xsd:double;
  dwc:latitude '48.64072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65009 48.64072, -1.65009 48.64072, -1.65009 48.64072, -1.65009 48.64072, -1.65009 48.64072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11921'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69131 -1.65009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69131 -1.65009)"^^geo:wktLiteral ;
  geo-pos:lat "48.69131"^^xsd:decimal ;
  geo-pos:long "-1.65009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8295'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65009'^^xsd:double;
  dwc:latitude '48.69131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65009 48.69131, -1.65009 48.69131, -1.65009 48.69131, -1.65009 48.69131, -1.65009 48.69131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8295'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70175 -1.65002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70175 -1.65002)"^^geo:wktLiteral ;
  geo-pos:lat "48.70175"^^xsd:decimal ;
  geo-pos:long "-1.65002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10215'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65002'^^xsd:double;
  dwc:latitude '48.70175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65002 48.70175, -1.65002 48.70175, -1.65002 48.70175, -1.65002 48.70175, -1.65002 48.70175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10215'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65245 -1.65001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.65001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65245 -1.65001)"^^geo:wktLiteral ;
  geo-pos:lat "48.65245"^^xsd:decimal ;
  geo-pos:long "-1.65001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10968'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.65001'^^xsd:double;
  dwc:latitude '48.65245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.65001 48.65245, -1.65001 48.65245, -1.65001 48.65245, -1.65001 48.65245, -1.65001 48.65245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10968'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66025 -1.64997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66025 -1.64997)"^^geo:wktLiteral ;
  geo-pos:lat "48.66025"^^xsd:decimal ;
  geo-pos:long "-1.64997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11676'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64997'^^xsd:double;
  dwc:latitude '48.66025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64997 48.66025, -1.64997 48.66025, -1.64997 48.66025, -1.64997 48.66025, -1.64997 48.66025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11676'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72396 -1.64995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72396 -1.64995)"^^geo:wktLiteral ;
  geo-pos:lat "48.72396"^^xsd:decimal ;
  geo-pos:long "-1.64995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9217'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64995'^^xsd:double;
  dwc:latitude '48.72396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64995 48.72396, -1.64995 48.72396, -1.64995 48.72396, -1.64995 48.72396, -1.64995 48.72396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9217'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67237 -1.64992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67237 -1.64992)"^^geo:wktLiteral ;
  geo-pos:lat "48.67237"^^xsd:decimal ;
  geo-pos:long "-1.64992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12976'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64992'^^xsd:double;
  dwc:latitude '48.67237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64992 48.67237, -1.64992 48.67237, -1.64992 48.67237, -1.64992 48.67237, -1.64992 48.67237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12976'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64341 -1.64991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64341 -1.64991)"^^geo:wktLiteral ;
  geo-pos:lat "48.64341"^^xsd:decimal ;
  geo-pos:long "-1.64991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13580'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64991'^^xsd:double;
  dwc:latitude '48.64341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64991 48.64341, -1.64991 48.64341, -1.64991 48.64341, -1.64991 48.64341, -1.64991 48.64341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13580'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64069 -1.6499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64069 -1.6499)"^^geo:wktLiteral ;
  geo-pos:lat "48.64069"^^xsd:decimal ;
  geo-pos:long "-1.6499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11862'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6499'^^xsd:double;
  dwc:latitude '48.64069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6499 48.64069, -1.6499 48.64069, -1.6499 48.64069, -1.6499 48.64069, -1.6499 48.64069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11862'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64155 -1.6499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64155 -1.6499)"^^geo:wktLiteral ;
  geo-pos:lat "48.64155"^^xsd:decimal ;
  geo-pos:long "-1.6499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13139'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6499'^^xsd:double;
  dwc:latitude '48.64155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6499 48.64155, -1.6499 48.64155, -1.6499 48.64155, -1.6499 48.64155, -1.6499 48.64155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13139'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64628 -1.64986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64628 -1.64986)"^^geo:wktLiteral ;
  geo-pos:lat "48.64628"^^xsd:decimal ;
  geo-pos:long "-1.64986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13582'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64986'^^xsd:double;
  dwc:latitude '48.64628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64986 48.64628, -1.64986 48.64628, -1.64986 48.64628, -1.64986 48.64628, -1.64986 48.64628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13582'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69358 -1.6498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69358 -1.6498)"^^geo:wktLiteral ;
  geo-pos:lat "48.69358"^^xsd:decimal ;
  geo-pos:long "-1.6498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8632'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6498'^^xsd:double;
  dwc:latitude '48.69358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6498 48.69358, -1.6498 48.69358, -1.6498 48.69358, -1.6498 48.69358, -1.6498 48.69358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8632'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68586 -1.64975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68586 -1.64975)"^^geo:wktLiteral ;
  geo-pos:lat "48.68586"^^xsd:decimal ;
  geo-pos:long "-1.64975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3002'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64975'^^xsd:double;
  dwc:latitude '48.68586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64975 48.68586, -1.64975 48.68586, -1.64975 48.68586, -1.64975 48.68586, -1.64975 48.68586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3002'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69745 -1.64975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69745 -1.64975)"^^geo:wktLiteral ;
  geo-pos:lat "48.69745"^^xsd:decimal ;
  geo-pos:long "-1.64975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8741'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64975'^^xsd:double;
  dwc:latitude '48.69745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64975 48.69745, -1.64975 48.69745, -1.64975 48.69745, -1.64975 48.69745, -1.64975 48.69745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8741'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65135 -1.64974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65135 -1.64974)"^^geo:wktLiteral ;
  geo-pos:lat "48.65135"^^xsd:decimal ;
  geo-pos:long "-1.64974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13534'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64974'^^xsd:double;
  dwc:latitude '48.65135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64974 48.65135, -1.64974 48.65135, -1.64974 48.65135, -1.64974 48.65135, -1.64974 48.65135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13534'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68047 -1.64973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68047 -1.64973)"^^geo:wktLiteral ;
  geo-pos:lat "48.68047"^^xsd:decimal ;
  geo-pos:long "-1.64973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12418'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64973'^^xsd:double;
  dwc:latitude '48.68047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64973 48.68047, -1.64973 48.68047, -1.64973 48.68047, -1.64973 48.68047, -1.64973 48.68047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12418'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65621 -1.64971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65621 -1.64971)"^^geo:wktLiteral ;
  geo-pos:lat "48.65621"^^xsd:decimal ;
  geo-pos:long "-1.64971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11309'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64971'^^xsd:double;
  dwc:latitude '48.65621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64971 48.65621, -1.64971 48.65621, -1.64971 48.65621, -1.64971 48.65621, -1.64971 48.65621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11309'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64039 -1.6497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64039 -1.6497)"^^geo:wktLiteral ;
  geo-pos:lat "48.64039"^^xsd:decimal ;
  geo-pos:long "-1.6497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13261'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6497'^^xsd:double;
  dwc:latitude '48.64039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6497 48.64039, -1.6497 48.64039, -1.6497 48.64039, -1.6497 48.64039, -1.6497 48.64039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13261'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64673 -1.6497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64673 -1.6497)"^^geo:wktLiteral ;
  geo-pos:lat "48.64673"^^xsd:decimal ;
  geo-pos:long "-1.6497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13583'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6497'^^xsd:double;
  dwc:latitude '48.64673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6497 48.64673, -1.6497 48.64673, -1.6497 48.64673, -1.6497 48.64673, -1.6497 48.64673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13583'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69955 -1.6497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69955 -1.6497)"^^geo:wktLiteral ;
  geo-pos:lat "48.69955"^^xsd:decimal ;
  geo-pos:long "-1.6497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9586'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6497'^^xsd:double;
  dwc:latitude '48.69955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6497 48.69955, -1.6497 48.69955, -1.6497 48.69955, -1.6497 48.69955, -1.6497 48.69955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9586'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66696 -1.64968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66696 -1.64968)"^^geo:wktLiteral ;
  geo-pos:lat "48.66696"^^xsd:decimal ;
  geo-pos:long "-1.64968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12690'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64968'^^xsd:double;
  dwc:latitude '48.66696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64968 48.66696, -1.64968 48.66696, -1.64968 48.66696, -1.64968 48.66696, -1.64968 48.66696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12690'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.64968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.64968)"^^geo:wktLiteral ;
  geo-pos:lat "48.69894"^^xsd:decimal ;
  geo-pos:long "-1.64968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10178'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64968'^^xsd:double;
  dwc:latitude '48.69894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64968 48.69894, -1.64968 48.69894, -1.64968 48.69894, -1.64968 48.69894, -1.64968 48.69894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10178'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6459 -1.64964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6459"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6459 -1.64964)"^^geo:wktLiteral ;
  geo-pos:lat "48.6459"^^xsd:decimal ;
  geo-pos:long "-1.64964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10842'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64964'^^xsd:double;
  dwc:latitude '48.6459'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64964 48.6459, -1.64964 48.6459, -1.64964 48.6459, -1.64964 48.6459, -1.64964 48.6459))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10842'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65753 -1.64963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65753 -1.64963)"^^geo:wktLiteral ;
  geo-pos:lat "48.65753"^^xsd:decimal ;
  geo-pos:long "-1.64963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11314'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64963'^^xsd:double;
  dwc:latitude '48.65753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64963 48.65753, -1.64963 48.65753, -1.64963 48.65753, -1.64963 48.65753, -1.64963 48.65753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11314'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69256 -1.64962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69256 -1.64962)"^^geo:wktLiteral ;
  geo-pos:lat "48.69256"^^xsd:decimal ;
  geo-pos:long "-1.64962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9087'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64962'^^xsd:double;
  dwc:latitude '48.69256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64962 48.69256, -1.64962 48.69256, -1.64962 48.69256, -1.64962 48.69256, -1.64962 48.69256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9087'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70026 -1.64961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70026 -1.64961)"^^geo:wktLiteral ;
  geo-pos:lat "48.70026"^^xsd:decimal ;
  geo-pos:long "-1.64961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9505'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64961'^^xsd:double;
  dwc:latitude '48.70026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64961 48.70026, -1.64961 48.70026, -1.64961 48.70026, -1.64961 48.70026, -1.64961 48.70026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9505'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.64957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.64957)"^^geo:wktLiteral ;
  geo-pos:lat "48.69536"^^xsd:decimal ;
  geo-pos:long "-1.64957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_52'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_52'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64957'^^xsd:double;
  dwc:latitude '48.69536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64957 48.69536, -1.64957 48.69536, -1.64957 48.69536, -1.64957 48.69536, -1.64957 48.69536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_52'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69618 -1.64953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69618 -1.64953)"^^geo:wktLiteral ;
  geo-pos:lat "48.69618"^^xsd:decimal ;
  geo-pos:long "-1.64953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8711'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64953'^^xsd:double;
  dwc:latitude '48.69618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64953 48.69618, -1.64953 48.69618, -1.64953 48.69618, -1.64953 48.69618, -1.64953 48.69618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8711'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64334 -1.64949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64334 -1.64949)"^^geo:wktLiteral ;
  geo-pos:lat "48.64334"^^xsd:decimal ;
  geo-pos:long "-1.64949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10931'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64949'^^xsd:double;
  dwc:latitude '48.64334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64949 48.64334, -1.64949 48.64334, -1.64949 48.64334, -1.64949 48.64334, -1.64949 48.64334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10931'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70633 -1.64949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70633 -1.64949)"^^geo:wktLiteral ;
  geo-pos:lat "48.70633"^^xsd:decimal ;
  geo-pos:long "-1.64949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11529'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64949'^^xsd:double;
  dwc:latitude '48.70633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64949 48.70633, -1.64949 48.70633, -1.64949 48.70633, -1.64949 48.70633, -1.64949 48.70633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11529'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68689 -1.64946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68689 -1.64946)"^^geo:wktLiteral ;
  geo-pos:lat "48.68689"^^xsd:decimal ;
  geo-pos:long "-1.64946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8838'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64946'^^xsd:double;
  dwc:latitude '48.68689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64946 48.68689, -1.64946 48.68689, -1.64946 48.68689, -1.64946 48.68689, -1.64946 48.68689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8838'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65518 -1.6494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65518 -1.6494)"^^geo:wktLiteral ;
  geo-pos:lat "48.65518"^^xsd:decimal ;
  geo-pos:long "-1.6494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11315'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6494'^^xsd:double;
  dwc:latitude '48.65518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6494 48.65518, -1.6494 48.65518, -1.6494 48.65518, -1.6494 48.65518, -1.6494 48.65518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11315'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73565 -1.6494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73565 -1.6494)"^^geo:wktLiteral ;
  geo-pos:lat "48.73565"^^xsd:decimal ;
  geo-pos:long "-1.6494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8403'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6494'^^xsd:double;
  dwc:latitude '48.73565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6494 48.73565, -1.6494 48.73565, -1.6494 48.73565, -1.6494 48.73565, -1.6494 48.73565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8403'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64158 -1.64939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64158 -1.64939)"^^geo:wktLiteral ;
  geo-pos:lat "48.64158"^^xsd:decimal ;
  geo-pos:long "-1.64939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13279'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64939'^^xsd:double;
  dwc:latitude '48.64158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64939 48.64158, -1.64939 48.64158, -1.64939 48.64158, -1.64939 48.64158, -1.64939 48.64158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13279'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65783 -1.64938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65783 -1.64938)"^^geo:wktLiteral ;
  geo-pos:lat "48.65783"^^xsd:decimal ;
  geo-pos:long "-1.64938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11333'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64938'^^xsd:double;
  dwc:latitude '48.65783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64938 48.65783, -1.64938 48.65783, -1.64938 48.65783, -1.64938 48.65783, -1.64938 48.65783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11333'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64179 -1.64937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64179 -1.64937)"^^geo:wktLiteral ;
  geo-pos:lat "48.64179"^^xsd:decimal ;
  geo-pos:long "-1.64937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10886'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64937'^^xsd:double;
  dwc:latitude '48.64179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64937 48.64179, -1.64937 48.64179, -1.64937 48.64179, -1.64937 48.64179, -1.64937 48.64179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10886'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69716 -1.64936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69716 -1.64936)"^^geo:wktLiteral ;
  geo-pos:lat "48.69716"^^xsd:decimal ;
  geo-pos:long "-1.64936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10872'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64936'^^xsd:double;
  dwc:latitude '48.69716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64936 48.69716, -1.64936 48.69716, -1.64936 48.69716, -1.64936 48.69716, -1.64936 48.69716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10872'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70686 -1.64934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70686 -1.64934)"^^geo:wktLiteral ;
  geo-pos:lat "48.70686"^^xsd:decimal ;
  geo-pos:long "-1.64934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8870'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64934'^^xsd:double;
  dwc:latitude '48.70686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64934 48.70686, -1.64934 48.70686, -1.64934 48.70686, -1.64934 48.70686, -1.64934 48.70686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8870'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64064 -1.64931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64064 -1.64931)"^^geo:wktLiteral ;
  geo-pos:lat "48.64064"^^xsd:decimal ;
  geo-pos:long "-1.64931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10929'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64931'^^xsd:double;
  dwc:latitude '48.64064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64931 48.64064, -1.64931 48.64064, -1.64931 48.64064, -1.64931 48.64064, -1.64931 48.64064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10929'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64195 -1.64927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64195 -1.64927)"^^geo:wktLiteral ;
  geo-pos:lat "48.64195"^^xsd:decimal ;
  geo-pos:long "-1.64927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13278'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64927'^^xsd:double;
  dwc:latitude '48.64195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64927 48.64195, -1.64927 48.64195, -1.64927 48.64195, -1.64927 48.64195, -1.64927 48.64195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13278'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6654 -1.64927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6654 -1.64927)"^^geo:wktLiteral ;
  geo-pos:lat "48.6654"^^xsd:decimal ;
  geo-pos:long "-1.64927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11951'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64927'^^xsd:double;
  dwc:latitude '48.6654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64927 48.6654, -1.64927 48.6654, -1.64927 48.6654, -1.64927 48.6654, -1.64927 48.6654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11951'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64145 -1.64926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64145 -1.64926)"^^geo:wktLiteral ;
  geo-pos:lat "48.64145"^^xsd:decimal ;
  geo-pos:long "-1.64926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13659'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64926'^^xsd:double;
  dwc:latitude '48.64145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64926 48.64145, -1.64926 48.64145, -1.64926 48.64145, -1.64926 48.64145, -1.64926 48.64145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13659'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65911 -1.64925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65911 -1.64925)"^^geo:wktLiteral ;
  geo-pos:lat "48.65911"^^xsd:decimal ;
  geo-pos:long "-1.64925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11748'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64925'^^xsd:double;
  dwc:latitude '48.65911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64925 48.65911, -1.64925 48.65911, -1.64925 48.65911, -1.64925 48.65911, -1.64925 48.65911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11748'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64062 -1.64923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64062 -1.64923)"^^geo:wktLiteral ;
  geo-pos:lat "48.64062"^^xsd:decimal ;
  geo-pos:long "-1.64923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13337'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64923'^^xsd:double;
  dwc:latitude '48.64062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64923 48.64062, -1.64923 48.64062, -1.64923 48.64062, -1.64923 48.64062, -1.64923 48.64062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13337'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64066 -1.64922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64066 -1.64922)"^^geo:wktLiteral ;
  geo-pos:lat "48.64066"^^xsd:decimal ;
  geo-pos:long "-1.64922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11669'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64922'^^xsd:double;
  dwc:latitude '48.64066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64922 48.64066, -1.64922 48.64066, -1.64922 48.64066, -1.64922 48.64066, -1.64922 48.64066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11669'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70735 -1.64919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70735 -1.64919)"^^geo:wktLiteral ;
  geo-pos:lat "48.70735"^^xsd:decimal ;
  geo-pos:long "-1.64919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10164'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64919'^^xsd:double;
  dwc:latitude '48.70735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64919 48.70735, -1.64919 48.70735, -1.64919 48.70735, -1.64919 48.70735, -1.64919 48.70735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10164'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72102 -1.64918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72102 -1.64918)"^^geo:wktLiteral ;
  geo-pos:lat "48.72102"^^xsd:decimal ;
  geo-pos:long "-1.64918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8860'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64918'^^xsd:double;
  dwc:latitude '48.72102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64918 48.72102, -1.64918 48.72102, -1.64918 48.72102, -1.64918 48.72102, -1.64918 48.72102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8860'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74281 -1.64917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74281 -1.64917)"^^geo:wktLiteral ;
  geo-pos:lat "48.74281"^^xsd:decimal ;
  geo-pos:long "-1.64917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11413'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64917'^^xsd:double;
  dwc:latitude '48.74281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64917 48.74281, -1.64917 48.74281, -1.64917 48.74281, -1.64917 48.74281, -1.64917 48.74281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11413'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64242 -1.64912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64242 -1.64912)"^^geo:wktLiteral ;
  geo-pos:lat "48.64242"^^xsd:decimal ;
  geo-pos:long "-1.64912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13371'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64912'^^xsd:double;
  dwc:latitude '48.64242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64912 48.64242, -1.64912 48.64242, -1.64912 48.64242, -1.64912 48.64242, -1.64912 48.64242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13371'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69507 -1.64911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69507 -1.64911)"^^geo:wktLiteral ;
  geo-pos:lat "48.69507"^^xsd:decimal ;
  geo-pos:long "-1.64911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8622'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64911'^^xsd:double;
  dwc:latitude '48.69507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64911 48.69507, -1.64911 48.69507, -1.64911 48.69507, -1.64911 48.69507, -1.64911 48.69507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8622'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64016 -1.64908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64016 -1.64908)"^^geo:wktLiteral ;
  geo-pos:lat "48.64016"^^xsd:decimal ;
  geo-pos:long "-1.64908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13581'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64908'^^xsd:double;
  dwc:latitude '48.64016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64908 48.64016, -1.64908 48.64016, -1.64908 48.64016, -1.64908 48.64016, -1.64908 48.64016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13581'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64034 -1.64908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64034 -1.64908)"^^geo:wktLiteral ;
  geo-pos:lat "48.64034"^^xsd:decimal ;
  geo-pos:long "-1.64908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11858'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64908'^^xsd:double;
  dwc:latitude '48.64034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64908 48.64034, -1.64908 48.64034, -1.64908 48.64034, -1.64908 48.64034, -1.64908 48.64034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11858'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69852 -1.64908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69852 -1.64908)"^^geo:wktLiteral ;
  geo-pos:lat "48.69852"^^xsd:decimal ;
  geo-pos:long "-1.64908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8760'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64908'^^xsd:double;
  dwc:latitude '48.69852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64908 48.69852, -1.64908 48.69852, -1.64908 48.69852, -1.64908 48.69852, -1.64908 48.69852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8760'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70955 -1.64902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70955 -1.64902)"^^geo:wktLiteral ;
  geo-pos:lat "48.70955"^^xsd:decimal ;
  geo-pos:long "-1.64902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9203'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64902'^^xsd:double;
  dwc:latitude '48.70955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64902 48.70955, -1.64902 48.70955, -1.64902 48.70955, -1.64902 48.70955, -1.64902 48.70955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9203'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73506 -1.64895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73506"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73506 -1.64895)"^^geo:wktLiteral ;
  geo-pos:lat "48.73506"^^xsd:decimal ;
  geo-pos:long "-1.64895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10132'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64895'^^xsd:double;
  dwc:latitude '48.73506'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64895 48.73506, -1.64895 48.73506, -1.64895 48.73506, -1.64895 48.73506, -1.64895 48.73506))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10132'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65735 -1.64893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65735 -1.64893)"^^geo:wktLiteral ;
  geo-pos:lat "48.65735"^^xsd:decimal ;
  geo-pos:long "-1.64893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11733'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64893'^^xsd:double;
  dwc:latitude '48.65735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64893 48.65735, -1.64893 48.65735, -1.64893 48.65735, -1.64893 48.65735, -1.64893 48.65735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11733'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64014 -1.64892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64014 -1.64892)"^^geo:wktLiteral ;
  geo-pos:lat "48.64014"^^xsd:decimal ;
  geo-pos:long "-1.64892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13260'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64892'^^xsd:double;
  dwc:latitude '48.64014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64892 48.64014, -1.64892 48.64014, -1.64892 48.64014, -1.64892 48.64014, -1.64892 48.64014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13260'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65061 -1.64884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65061 -1.64884)"^^geo:wktLiteral ;
  geo-pos:lat "48.65061"^^xsd:decimal ;
  geo-pos:long "-1.64884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10982'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64884'^^xsd:double;
  dwc:latitude '48.65061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64884 48.65061, -1.64884 48.65061, -1.64884 48.65061, -1.64884 48.65061, -1.64884 48.65061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10982'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67407 -1.64884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67407"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67407 -1.64884)"^^geo:wktLiteral ;
  geo-pos:lat "48.67407"^^xsd:decimal ;
  geo-pos:long "-1.64884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11577'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64884'^^xsd:double;
  dwc:latitude '48.67407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64884 48.67407, -1.64884 48.67407, -1.64884 48.67407, -1.64884 48.67407, -1.64884 48.67407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11577'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69957 -1.64878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69957 -1.64878)"^^geo:wktLiteral ;
  geo-pos:lat "48.69957"^^xsd:decimal ;
  geo-pos:long "-1.64878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9191'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64878'^^xsd:double;
  dwc:latitude '48.69957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64878 48.69957, -1.64878 48.69957, -1.64878 48.69957, -1.64878 48.69957, -1.64878 48.69957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9191'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65709 -1.64876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65709 -1.64876)"^^geo:wktLiteral ;
  geo-pos:lat "48.65709"^^xsd:decimal ;
  geo-pos:long "-1.64876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11334'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64876'^^xsd:double;
  dwc:latitude '48.65709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64876 48.65709, -1.64876 48.65709, -1.64876 48.65709, -1.64876 48.65709, -1.64876 48.65709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11334'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69281 -1.64876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69281 -1.64876)"^^geo:wktLiteral ;
  geo-pos:lat "48.69281"^^xsd:decimal ;
  geo-pos:long "-1.64876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8127'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64876'^^xsd:double;
  dwc:latitude '48.69281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64876 48.69281, -1.64876 48.69281, -1.64876 48.69281, -1.64876 48.69281, -1.64876 48.69281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8127'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65939 -1.64875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65939 -1.64875)"^^geo:wktLiteral ;
  geo-pos:lat "48.65939"^^xsd:decimal ;
  geo-pos:long "-1.64875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11945'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64875'^^xsd:double;
  dwc:latitude '48.65939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64875 48.65939, -1.64875 48.65939, -1.64875 48.65939, -1.64875 48.65939, -1.64875 48.65939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11945'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64144 -1.64874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64144 -1.64874)"^^geo:wktLiteral ;
  geo-pos:lat "48.64144"^^xsd:decimal ;
  geo-pos:long "-1.64874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13660'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64874'^^xsd:double;
  dwc:latitude '48.64144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64874 48.64144, -1.64874 48.64144, -1.64874 48.64144, -1.64874 48.64144, -1.64874 48.64144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13660'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69489 -1.6487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69489 -1.6487)"^^geo:wktLiteral ;
  geo-pos:lat "48.69489"^^xsd:decimal ;
  geo-pos:long "-1.6487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11556'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6487'^^xsd:double;
  dwc:latitude '48.69489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6487 48.69489, -1.6487 48.69489, -1.6487 48.69489, -1.6487 48.69489, -1.6487 48.69489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11556'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69035 -1.64866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69035 -1.64866)"^^geo:wktLiteral ;
  geo-pos:lat "48.69035"^^xsd:decimal ;
  geo-pos:long "-1.64866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8065'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64866'^^xsd:double;
  dwc:latitude '48.69035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64866 48.69035, -1.64866 48.69035, -1.64866 48.69035, -1.64866 48.69035, -1.64866 48.69035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8065'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7413 -1.64862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7413 -1.64862)"^^geo:wktLiteral ;
  geo-pos:lat "48.7413"^^xsd:decimal ;
  geo-pos:long "-1.64862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8399'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64862'^^xsd:double;
  dwc:latitude '48.7413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64862 48.7413, -1.64862 48.7413, -1.64862 48.7413, -1.64862 48.7413, -1.64862 48.7413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8399'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65824 -1.64858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65824 -1.64858)"^^geo:wktLiteral ;
  geo-pos:lat "48.65824"^^xsd:decimal ;
  geo-pos:long "-1.64858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11732'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64858'^^xsd:double;
  dwc:latitude '48.65824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64858 48.65824, -1.64858 48.65824, -1.64858 48.65824, -1.64858 48.65824, -1.64858 48.65824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11732'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69575 -1.64856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69575 -1.64856)"^^geo:wktLiteral ;
  geo-pos:lat "48.69575"^^xsd:decimal ;
  geo-pos:long "-1.64856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8471'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64856'^^xsd:double;
  dwc:latitude '48.69575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64856 48.69575, -1.64856 48.69575, -1.64856 48.69575, -1.64856 48.69575, -1.64856 48.69575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8471'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70119 -1.64856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70119"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70119 -1.64856)"^^geo:wktLiteral ;
  geo-pos:lat "48.70119"^^xsd:decimal ;
  geo-pos:long "-1.64856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8647'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64856'^^xsd:double;
  dwc:latitude '48.70119'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64856 48.70119, -1.64856 48.70119, -1.64856 48.70119, -1.64856 48.70119, -1.64856 48.70119))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8647'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63999 -1.64855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63999 -1.64855)"^^geo:wktLiteral ;
  geo-pos:lat "48.63999"^^xsd:decimal ;
  geo-pos:long "-1.64855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11815'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64855'^^xsd:double;
  dwc:latitude '48.63999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64855 48.63999, -1.64855 48.63999, -1.64855 48.63999, -1.64855 48.63999, -1.64855 48.63999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11815'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64037 -1.64851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64037 -1.64851)"^^geo:wktLiteral ;
  geo-pos:lat "48.64037"^^xsd:decimal ;
  geo-pos:long "-1.64851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13262'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64851'^^xsd:double;
  dwc:latitude '48.64037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64851 48.64037, -1.64851 48.64037, -1.64851 48.64037, -1.64851 48.64037, -1.64851 48.64037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13262'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64029 -1.64846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64029"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64029 -1.64846)"^^geo:wktLiteral ;
  geo-pos:lat "48.64029"^^xsd:decimal ;
  geo-pos:long "-1.64846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13198'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64846'^^xsd:double;
  dwc:latitude '48.64029'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64846 48.64029, -1.64846 48.64029, -1.64846 48.64029, -1.64846 48.64029, -1.64846 48.64029))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13198'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64165 -1.64844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64165 -1.64844)"^^geo:wktLiteral ;
  geo-pos:lat "48.64165"^^xsd:decimal ;
  geo-pos:long "-1.64844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10635'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64844'^^xsd:double;
  dwc:latitude '48.64165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64844 48.64165, -1.64844 48.64165, -1.64844 48.64165, -1.64844 48.64165, -1.64844 48.64165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10635'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64244 -1.64842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64244"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64244 -1.64842)"^^geo:wktLiteral ;
  geo-pos:lat "48.64244"^^xsd:decimal ;
  geo-pos:long "-1.64842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11027'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64842'^^xsd:double;
  dwc:latitude '48.64244'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64842 48.64244, -1.64842 48.64244, -1.64842 48.64244, -1.64842 48.64244, -1.64842 48.64244))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11027'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65897 -1.64842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65897 -1.64842)"^^geo:wktLiteral ;
  geo-pos:lat "48.65897"^^xsd:decimal ;
  geo-pos:long "-1.64842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11706'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64842'^^xsd:double;
  dwc:latitude '48.65897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64842 48.65897, -1.64842 48.65897, -1.64842 48.65897, -1.64842 48.65897, -1.64842 48.65897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11706'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6405 -1.64838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6405 -1.64838)"^^geo:wktLiteral ;
  geo-pos:lat "48.6405"^^xsd:decimal ;
  geo-pos:long "-1.64838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11216'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64838'^^xsd:double;
  dwc:latitude '48.6405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64838 48.6405, -1.64838 48.6405, -1.64838 48.6405, -1.64838 48.6405, -1.64838 48.6405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11216'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72531 -1.64837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72531 -1.64837)"^^geo:wktLiteral ;
  geo-pos:lat "48.72531"^^xsd:decimal ;
  geo-pos:long "-1.64837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8862'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64837'^^xsd:double;
  dwc:latitude '48.72531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64837 48.72531, -1.64837 48.72531, -1.64837 48.72531, -1.64837 48.72531, -1.64837 48.72531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8862'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.64836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.64836)"^^geo:wktLiteral ;
  geo-pos:lat "48.659"^^xsd:decimal ;
  geo-pos:long "-1.64836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11720'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64836'^^xsd:double;
  dwc:latitude '48.659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64836 48.659, -1.64836 48.659, -1.64836 48.659, -1.64836 48.659, -1.64836 48.659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11720'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65997 -1.64835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65997 -1.64835)"^^geo:wktLiteral ;
  geo-pos:lat "48.65997"^^xsd:decimal ;
  geo-pos:long "-1.64835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11965'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64835'^^xsd:double;
  dwc:latitude '48.65997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64835 48.65997, -1.64835 48.65997, -1.64835 48.65997, -1.64835 48.65997, -1.64835 48.65997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11965'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69872 -1.64835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69872 -1.64835)"^^geo:wktLiteral ;
  geo-pos:lat "48.69872"^^xsd:decimal ;
  geo-pos:long "-1.64835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9585'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64835'^^xsd:double;
  dwc:latitude '48.69872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64835 48.69872, -1.64835 48.69872, -1.64835 48.69872, -1.64835 48.69872, -1.64835 48.69872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9585'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69885 -1.64835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69885 -1.64835)"^^geo:wktLiteral ;
  geo-pos:lat "48.69885"^^xsd:decimal ;
  geo-pos:long "-1.64835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8808'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64835'^^xsd:double;
  dwc:latitude '48.69885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64835 48.69885, -1.64835 48.69885, -1.64835 48.69885, -1.64835 48.69885, -1.64835 48.69885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8808'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63392 -1.64834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63392 -1.64834)"^^geo:wktLiteral ;
  geo-pos:lat "48.63392"^^xsd:decimal ;
  geo-pos:long "-1.64834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10930'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64834'^^xsd:double;
  dwc:latitude '48.63392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64834 48.63392, -1.64834 48.63392, -1.64834 48.63392, -1.64834 48.63392, -1.64834 48.63392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10930'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64866 -1.64833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64866 -1.64833)"^^geo:wktLiteral ;
  geo-pos:lat "48.64866"^^xsd:decimal ;
  geo-pos:long "-1.64833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10981'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64833'^^xsd:double;
  dwc:latitude '48.64866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64833 48.64866, -1.64833 48.64866, -1.64833 48.64866, -1.64833 48.64866, -1.64833 48.64866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10981'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70114 -1.64833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70114 -1.64833)"^^geo:wktLiteral ;
  geo-pos:lat "48.70114"^^xsd:decimal ;
  geo-pos:long "-1.64833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10199'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64833'^^xsd:double;
  dwc:latitude '48.70114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64833 48.70114, -1.64833 48.70114, -1.64833 48.70114, -1.64833 48.70114, -1.64833 48.70114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10199'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73667 -1.64833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73667 -1.64833)"^^geo:wktLiteral ;
  geo-pos:lat "48.73667"^^xsd:decimal ;
  geo-pos:long "-1.64833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8383'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64833'^^xsd:double;
  dwc:latitude '48.73667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64833 48.73667, -1.64833 48.73667, -1.64833 48.73667, -1.64833 48.73667, -1.64833 48.73667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8383'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66366 -1.64832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66366"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66366 -1.64832)"^^geo:wktLiteral ;
  geo-pos:lat "48.66366"^^xsd:decimal ;
  geo-pos:long "-1.64832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11660'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64832'^^xsd:double;
  dwc:latitude '48.66366'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64832 48.66366, -1.64832 48.66366, -1.64832 48.66366, -1.64832 48.66366, -1.64832 48.66366))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11660'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64082 -1.64831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64082 -1.64831)"^^geo:wktLiteral ;
  geo-pos:lat "48.64082"^^xsd:decimal ;
  geo-pos:long "-1.64831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13627'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64831'^^xsd:double;
  dwc:latitude '48.64082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64831 48.64082, -1.64831 48.64082, -1.64831 48.64082, -1.64831 48.64082, -1.64831 48.64082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13627'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64767 -1.64829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64767 -1.64829)"^^geo:wktLiteral ;
  geo-pos:lat "48.64767"^^xsd:decimal ;
  geo-pos:long "-1.64829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10802'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64829'^^xsd:double;
  dwc:latitude '48.64767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64829 48.64767, -1.64829 48.64767, -1.64829 48.64767, -1.64829 48.64767, -1.64829 48.64767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10802'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66322 -1.64829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66322 -1.64829)"^^geo:wktLiteral ;
  geo-pos:lat "48.66322"^^xsd:decimal ;
  geo-pos:long "-1.64829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12335'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64829'^^xsd:double;
  dwc:latitude '48.66322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64829 48.66322, -1.64829 48.66322, -1.64829 48.66322, -1.64829 48.66322, -1.64829 48.66322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12335'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70864 -1.64829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70864 -1.64829)"^^geo:wktLiteral ;
  geo-pos:lat "48.70864"^^xsd:decimal ;
  geo-pos:long "-1.64829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8871'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64829'^^xsd:double;
  dwc:latitude '48.70864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64829 48.70864, -1.64829 48.70864, -1.64829 48.70864, -1.64829 48.70864, -1.64829 48.70864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8871'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70083 -1.64827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70083 -1.64827)"^^geo:wktLiteral ;
  geo-pos:lat "48.70083"^^xsd:decimal ;
  geo-pos:long "-1.64827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8649'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64827'^^xsd:double;
  dwc:latitude '48.70083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64827 48.70083, -1.64827 48.70083, -1.64827 48.70083, -1.64827 48.70083, -1.64827 48.70083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8649'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6429 -1.64826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6429"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6429 -1.64826)"^^geo:wktLiteral ;
  geo-pos:lat "48.6429"^^xsd:decimal ;
  geo-pos:long "-1.64826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11185'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64826'^^xsd:double;
  dwc:latitude '48.6429'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64826 48.6429, -1.64826 48.6429, -1.64826 48.6429, -1.64826 48.6429, -1.64826 48.6429))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11185'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65075 -1.64825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65075 -1.64825)"^^geo:wktLiteral ;
  geo-pos:lat "48.65075"^^xsd:decimal ;
  geo-pos:long "-1.64825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10983'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64825'^^xsd:double;
  dwc:latitude '48.65075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64825 48.65075, -1.64825 48.65075, -1.64825 48.65075, -1.64825 48.65075, -1.64825 48.65075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10983'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64226 -1.64823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64226 -1.64823)"^^geo:wktLiteral ;
  geo-pos:lat "48.64226"^^xsd:decimal ;
  geo-pos:long "-1.64823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10972'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64823'^^xsd:double;
  dwc:latitude '48.64226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64823 48.64226, -1.64823 48.64226, -1.64823 48.64226, -1.64823 48.64226, -1.64823 48.64226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10972'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63031 -1.6482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63031 -1.6482)"^^geo:wktLiteral ;
  geo-pos:lat "48.63031"^^xsd:decimal ;
  geo-pos:long "-1.6482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13276'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6482'^^xsd:double;
  dwc:latitude '48.63031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6482 48.63031, -1.6482 48.63031, -1.6482 48.63031, -1.6482 48.63031, -1.6482 48.63031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13276'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64246 -1.6482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64246"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64246 -1.6482)"^^geo:wktLiteral ;
  geo-pos:lat "48.64246"^^xsd:decimal ;
  geo-pos:long "-1.6482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10648'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6482'^^xsd:double;
  dwc:latitude '48.64246'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6482 48.64246, -1.6482 48.64246, -1.6482 48.64246, -1.6482 48.64246, -1.6482 48.64246))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10648'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66039 -1.64819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66039 -1.64819)"^^geo:wktLiteral ;
  geo-pos:lat "48.66039"^^xsd:decimal ;
  geo-pos:long "-1.64819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11730'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64819'^^xsd:double;
  dwc:latitude '48.66039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64819 48.66039, -1.64819 48.66039, -1.64819 48.66039, -1.64819 48.66039, -1.64819 48.66039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11730'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6645 -1.64818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6645 -1.64818)"^^geo:wktLiteral ;
  geo-pos:lat "48.6645"^^xsd:decimal ;
  geo-pos:long "-1.64818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12316'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64818'^^xsd:double;
  dwc:latitude '48.6645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64818 48.6645, -1.64818 48.6645, -1.64818 48.6645, -1.64818 48.6645, -1.64818 48.6645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12316'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63122 -1.64817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63122 -1.64817)"^^geo:wktLiteral ;
  geo-pos:lat "48.63122"^^xsd:decimal ;
  geo-pos:long "-1.64817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13275'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64817'^^xsd:double;
  dwc:latitude '48.63122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64817 48.63122, -1.64817 48.63122, -1.64817 48.63122, -1.64817 48.63122, -1.64817 48.63122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13275'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64325 -1.64814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64325 -1.64814)"^^geo:wktLiteral ;
  geo-pos:lat "48.64325"^^xsd:decimal ;
  geo-pos:long "-1.64814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10963'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64814'^^xsd:double;
  dwc:latitude '48.64325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64814 48.64325, -1.64814 48.64325, -1.64814 48.64325, -1.64814 48.64325, -1.64814 48.64325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10963'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6753 -1.64809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6753 -1.64809)"^^geo:wktLiteral ;
  geo-pos:lat "48.6753"^^xsd:decimal ;
  geo-pos:long "-1.64809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1771'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64809'^^xsd:double;
  dwc:latitude '48.6753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64809 48.6753, -1.64809 48.6753, -1.64809 48.6753, -1.64809 48.6753, -1.64809 48.6753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1771'^^xsd:string;
  dwc:observationDate '2006-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64207 -1.64808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64207 -1.64808)"^^geo:wktLiteral ;
  geo-pos:lat "48.64207"^^xsd:decimal ;
  geo-pos:long "-1.64808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13646'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64808'^^xsd:double;
  dwc:latitude '48.64207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64808 48.64207, -1.64808 48.64207, -1.64808 48.64207, -1.64808 48.64207, -1.64808 48.64207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13646'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69582 -1.64808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69582 -1.64808)"^^geo:wktLiteral ;
  geo-pos:lat "48.69582"^^xsd:decimal ;
  geo-pos:long "-1.64808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8456'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64808'^^xsd:double;
  dwc:latitude '48.69582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64808 48.69582, -1.64808 48.69582, -1.64808 48.69582, -1.64808 48.69582, -1.64808 48.69582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8456'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63932 -1.64806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63932 -1.64806)"^^geo:wktLiteral ;
  geo-pos:lat "48.63932"^^xsd:decimal ;
  geo-pos:long "-1.64806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11812'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64806'^^xsd:double;
  dwc:latitude '48.63932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64806 48.63932, -1.64806 48.63932, -1.64806 48.63932, -1.64806 48.63932, -1.64806 48.63932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11812'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71006 -1.64805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71006 -1.64805)"^^geo:wktLiteral ;
  geo-pos:lat "48.71006"^^xsd:decimal ;
  geo-pos:long "-1.64805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8381'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64805'^^xsd:double;
  dwc:latitude '48.71006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64805 48.71006, -1.64805 48.71006, -1.64805 48.71006, -1.64805 48.71006, -1.64805 48.71006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8381'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64344 -1.64804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64344 -1.64804)"^^geo:wktLiteral ;
  geo-pos:lat "48.64344"^^xsd:decimal ;
  geo-pos:long "-1.64804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11294'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64804'^^xsd:double;
  dwc:latitude '48.64344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64804 48.64344, -1.64804 48.64344, -1.64804 48.64344, -1.64804 48.64344, -1.64804 48.64344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11294'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65493 -1.64803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65493"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65493 -1.64803)"^^geo:wktLiteral ;
  geo-pos:lat "48.65493"^^xsd:decimal ;
  geo-pos:long "-1.64803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12104'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64803'^^xsd:double;
  dwc:latitude '48.65493'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64803 48.65493, -1.64803 48.65493, -1.64803 48.65493, -1.64803 48.65493, -1.64803 48.65493))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12104'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64688 -1.64798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64688 -1.64798)"^^geo:wktLiteral ;
  geo-pos:lat "48.64688"^^xsd:decimal ;
  geo-pos:long "-1.64798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11809'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64798'^^xsd:double;
  dwc:latitude '48.64688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64798 48.64688, -1.64798 48.64688, -1.64798 48.64688, -1.64798 48.64688, -1.64798 48.64688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11809'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65825 -1.64797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65825 -1.64797)"^^geo:wktLiteral ;
  geo-pos:lat "48.65825"^^xsd:decimal ;
  geo-pos:long "-1.64797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11976'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64797'^^xsd:double;
  dwc:latitude '48.65825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64797 48.65825, -1.64797 48.65825, -1.64797 48.65825, -1.64797 48.65825, -1.64797 48.65825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11976'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69397 -1.64794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69397 -1.64794)"^^geo:wktLiteral ;
  geo-pos:lat "48.69397"^^xsd:decimal ;
  geo-pos:long "-1.64794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8686'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64794'^^xsd:double;
  dwc:latitude '48.69397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64794 48.69397, -1.64794 48.69397, -1.64794 48.69397, -1.64794 48.69397, -1.64794 48.69397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8686'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71829 -1.64793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71829 -1.64793)"^^geo:wktLiteral ;
  geo-pos:lat "48.71829"^^xsd:decimal ;
  geo-pos:long "-1.64793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9202'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64793'^^xsd:double;
  dwc:latitude '48.71829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64793 48.71829, -1.64793 48.71829, -1.64793 48.71829, -1.64793 48.71829, -1.64793 48.71829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9202'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64616 -1.64792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64616 -1.64792)"^^geo:wktLiteral ;
  geo-pos:lat "48.64616"^^xsd:decimal ;
  geo-pos:long "-1.64792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13545'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64792'^^xsd:double;
  dwc:latitude '48.64616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64792 48.64616, -1.64792 48.64616, -1.64792 48.64616, -1.64792 48.64616, -1.64792 48.64616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13545'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66651 -1.6479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66651 -1.6479)"^^geo:wktLiteral ;
  geo-pos:lat "48.66651"^^xsd:decimal ;
  geo-pos:long "-1.6479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11152'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6479'^^xsd:double;
  dwc:latitude '48.66651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6479 48.66651, -1.6479 48.66651, -1.6479 48.66651, -1.6479 48.66651, -1.6479 48.66651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11152'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65894 -1.64789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65894 -1.64789)"^^geo:wktLiteral ;
  geo-pos:lat "48.65894"^^xsd:decimal ;
  geo-pos:long "-1.64789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12929'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64789'^^xsd:double;
  dwc:latitude '48.65894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64789 48.65894, -1.64789 48.65894, -1.64789 48.65894, -1.64789 48.65894, -1.64789 48.65894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12929'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69552 -1.64786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69552 -1.64786)"^^geo:wktLiteral ;
  geo-pos:lat "48.69552"^^xsd:decimal ;
  geo-pos:long "-1.64786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9504'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64786'^^xsd:double;
  dwc:latitude '48.69552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64786 48.69552, -1.64786 48.69552, -1.64786 48.69552, -1.64786 48.69552, -1.64786 48.69552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9504'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63882 -1.64784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63882 -1.64784)"^^geo:wktLiteral ;
  geo-pos:lat "48.63882"^^xsd:decimal ;
  geo-pos:long "-1.64784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10976'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64784'^^xsd:double;
  dwc:latitude '48.63882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64784 48.63882, -1.64784 48.63882, -1.64784 48.63882, -1.64784 48.63882, -1.64784 48.63882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10976'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.64784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.64784)"^^geo:wktLiteral ;
  geo-pos:lat "48.65889"^^xsd:decimal ;
  geo-pos:long "-1.64784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10564'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64784'^^xsd:double;
  dwc:latitude '48.65889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64784 48.65889, -1.64784 48.65889, -1.64784 48.65889, -1.64784 48.65889, -1.64784 48.65889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10564'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64247 -1.64783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64247 -1.64783)"^^geo:wktLiteral ;
  geo-pos:lat "48.64247"^^xsd:decimal ;
  geo-pos:long "-1.64783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10693'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64783'^^xsd:double;
  dwc:latitude '48.64247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64783 48.64247, -1.64783 48.64247, -1.64783 48.64247, -1.64783 48.64247, -1.64783 48.64247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10693'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63971 -1.64782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63971 -1.64782)"^^geo:wktLiteral ;
  geo-pos:lat "48.63971"^^xsd:decimal ;
  geo-pos:long "-1.64782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10915'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64782'^^xsd:double;
  dwc:latitude '48.63971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64782 48.63971, -1.64782 48.63971, -1.64782 48.63971, -1.64782 48.63971, -1.64782 48.63971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10915'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63942 -1.6478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63942 -1.6478)"^^geo:wktLiteral ;
  geo-pos:lat "48.63942"^^xsd:decimal ;
  geo-pos:long "-1.6478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13332'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6478'^^xsd:double;
  dwc:latitude '48.63942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6478 48.63942, -1.6478 48.63942, -1.6478 48.63942, -1.6478 48.63942, -1.6478 48.63942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13332'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63945 -1.64773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63945 -1.64773)"^^geo:wktLiteral ;
  geo-pos:lat "48.63945"^^xsd:decimal ;
  geo-pos:long "-1.64773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11846'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64773'^^xsd:double;
  dwc:latitude '48.63945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64773 48.63945, -1.64773 48.63945, -1.64773 48.63945, -1.64773 48.63945, -1.64773 48.63945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11846'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69607 -1.64773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69607 -1.64773)"^^geo:wktLiteral ;
  geo-pos:lat "48.69607"^^xsd:decimal ;
  geo-pos:long "-1.64773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8744'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64773'^^xsd:double;
  dwc:latitude '48.69607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64773 48.69607, -1.64773 48.69607, -1.64773 48.69607, -1.64773 48.69607, -1.64773 48.69607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8744'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64042 -1.64772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64042 -1.64772)"^^geo:wktLiteral ;
  geo-pos:lat "48.64042"^^xsd:decimal ;
  geo-pos:long "-1.64772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11830'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64772'^^xsd:double;
  dwc:latitude '48.64042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64772 48.64042, -1.64772 48.64042, -1.64772 48.64042, -1.64772 48.64042, -1.64772 48.64042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11830'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67069 -1.64772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67069 -1.64772)"^^geo:wktLiteral ;
  geo-pos:lat "48.67069"^^xsd:decimal ;
  geo-pos:long "-1.64772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8285'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64772'^^xsd:double;
  dwc:latitude '48.67069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64772 48.67069, -1.64772 48.67069, -1.64772 48.67069, -1.64772 48.67069, -1.64772 48.67069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8285'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64256 -1.64771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64256 -1.64771)"^^geo:wktLiteral ;
  geo-pos:lat "48.64256"^^xsd:decimal ;
  geo-pos:long "-1.64771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10864'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64771'^^xsd:double;
  dwc:latitude '48.64256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64771 48.64256, -1.64771 48.64256, -1.64771 48.64256, -1.64771 48.64256, -1.64771 48.64256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10864'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70182 -1.64769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70182 -1.64769)"^^geo:wktLiteral ;
  geo-pos:lat "48.70182"^^xsd:decimal ;
  geo-pos:long "-1.64769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10177'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64769'^^xsd:double;
  dwc:latitude '48.70182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64769 48.70182, -1.64769 48.70182, -1.64769 48.70182, -1.64769 48.70182, -1.64769 48.70182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10177'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66819 -1.64765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66819 -1.64765)"^^geo:wktLiteral ;
  geo-pos:lat "48.66819"^^xsd:decimal ;
  geo-pos:long "-1.64765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11086'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64765'^^xsd:double;
  dwc:latitude '48.66819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64765 48.66819, -1.64765 48.66819, -1.64765 48.66819, -1.64765 48.66819, -1.64765 48.66819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11086'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.64764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.64764)"^^geo:wktLiteral ;
  geo-pos:lat "48.65925"^^xsd:decimal ;
  geo-pos:long "-1.64764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12930'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64764'^^xsd:double;
  dwc:latitude '48.65925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64764 48.65925, -1.64764 48.65925, -1.64764 48.65925, -1.64764 48.65925, -1.64764 48.65925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12930'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68587 -1.64763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68587 -1.64763)"^^geo:wktLiteral ;
  geo-pos:lat "48.68587"^^xsd:decimal ;
  geo-pos:long "-1.64763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_9484'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64763'^^xsd:double;
  dwc:latitude '48.68587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64763 48.68587, -1.64763 48.68587, -1.64763 48.68587, -1.64763 48.68587, -1.64763 48.68587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9484'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64138 -1.64761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64138"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64138 -1.64761)"^^geo:wktLiteral ;
  geo-pos:lat "48.64138"^^xsd:decimal ;
  geo-pos:long "-1.64761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10649'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64761'^^xsd:double;
  dwc:latitude '48.64138'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64761 48.64138, -1.64761 48.64138, -1.64761 48.64138, -1.64761 48.64138, -1.64761 48.64138))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10649'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6956 -1.64759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6956 -1.64759)"^^geo:wktLiteral ;
  geo-pos:lat "48.6956"^^xsd:decimal ;
  geo-pos:long "-1.64759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11483'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64759'^^xsd:double;
  dwc:latitude '48.6956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64759 48.6956, -1.64759 48.6956, -1.64759 48.6956, -1.64759 48.6956, -1.64759 48.6956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11483'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66232 -1.64755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66232 -1.64755)"^^geo:wktLiteral ;
  geo-pos:lat "48.66232"^^xsd:decimal ;
  geo-pos:long "-1.64755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13347'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64755'^^xsd:double;
  dwc:latitude '48.66232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64755 48.66232, -1.64755 48.66232, -1.64755 48.66232, -1.64755 48.66232, -1.64755 48.66232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13347'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65865 -1.64754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65865 -1.64754)"^^geo:wktLiteral ;
  geo-pos:lat "48.65865"^^xsd:decimal ;
  geo-pos:long "-1.64754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12908'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64754'^^xsd:double;
  dwc:latitude '48.65865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64754 48.65865, -1.64754 48.65865, -1.64754 48.65865, -1.64754 48.65865, -1.64754 48.65865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12908'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65851 -1.64753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65851"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65851 -1.64753)"^^geo:wktLiteral ;
  geo-pos:lat "48.65851"^^xsd:decimal ;
  geo-pos:long "-1.64753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11731'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64753'^^xsd:double;
  dwc:latitude '48.65851'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64753 48.65851, -1.64753 48.65851, -1.64753 48.65851, -1.64753 48.65851, -1.64753 48.65851))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11731'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70667 -1.64753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70667 -1.64753)"^^geo:wktLiteral ;
  geo-pos:lat "48.70667"^^xsd:decimal ;
  geo-pos:long "-1.64753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8874'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64753'^^xsd:double;
  dwc:latitude '48.70667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64753 48.70667, -1.64753 48.70667, -1.64753 48.70667, -1.64753 48.70667, -1.64753 48.70667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8874'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66861 -1.64751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66861 -1.64751)"^^geo:wktLiteral ;
  geo-pos:lat "48.66861"^^xsd:decimal ;
  geo-pos:long "-1.64751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7661'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64751'^^xsd:double;
  dwc:latitude '48.66861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64751 48.66861, -1.64751 48.66861, -1.64751 48.66861, -1.64751 48.66861, -1.64751 48.66861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7661'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69337 -1.64751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69337"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69337 -1.64751)"^^geo:wktLiteral ;
  geo-pos:lat "48.69337"^^xsd:decimal ;
  geo-pos:long "-1.64751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8623'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64751'^^xsd:double;
  dwc:latitude '48.69337'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64751 48.69337, -1.64751 48.69337, -1.64751 48.69337, -1.64751 48.69337, -1.64751 48.69337))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8623'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69998 -1.64751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69998 -1.64751)"^^geo:wktLiteral ;
  geo-pos:lat "48.69998"^^xsd:decimal ;
  geo-pos:long "-1.64751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8857'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64751'^^xsd:double;
  dwc:latitude '48.69998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64751 48.69998, -1.64751 48.69998, -1.64751 48.69998, -1.64751 48.69998, -1.64751 48.69998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8857'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64277 -1.64735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64277 -1.64735)"^^geo:wktLiteral ;
  geo-pos:lat "48.64277"^^xsd:decimal ;
  geo-pos:long "-1.64735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10636'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64735'^^xsd:double;
  dwc:latitude '48.64277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64735 48.64277, -1.64735 48.64277, -1.64735 48.64277, -1.64735 48.64277, -1.64735 48.64277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10636'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65901 -1.64731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65901 -1.64731)"^^geo:wktLiteral ;
  geo-pos:lat "48.65901"^^xsd:decimal ;
  geo-pos:long "-1.64731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11752'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64731'^^xsd:double;
  dwc:latitude '48.65901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64731 48.65901, -1.64731 48.65901, -1.64731 48.65901, -1.64731 48.65901, -1.64731 48.65901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11752'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65978 -1.64731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65978 -1.64731)"^^geo:wktLiteral ;
  geo-pos:lat "48.65978"^^xsd:decimal ;
  geo-pos:long "-1.64731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11446'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64731'^^xsd:double;
  dwc:latitude '48.65978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64731 48.65978, -1.64731 48.65978, -1.64731 48.65978, -1.64731 48.65978, -1.64731 48.65978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11446'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6581 -1.6473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6581 -1.6473)"^^geo:wktLiteral ;
  geo-pos:lat "48.6581"^^xsd:decimal ;
  geo-pos:long "-1.6473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11310'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6473'^^xsd:double;
  dwc:latitude '48.6581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6473 48.6581, -1.6473 48.6581, -1.6473 48.6581, -1.6473 48.6581, -1.6473 48.6581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11310'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70263 -1.64729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70263 -1.64729)"^^geo:wktLiteral ;
  geo-pos:lat "48.70263"^^xsd:decimal ;
  geo-pos:long "-1.64729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8759'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64729'^^xsd:double;
  dwc:latitude '48.70263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64729 48.70263, -1.64729 48.70263, -1.64729 48.70263, -1.64729 48.70263, -1.64729 48.70263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8759'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70788 -1.64728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70788 -1.64728)"^^geo:wktLiteral ;
  geo-pos:lat "48.70788"^^xsd:decimal ;
  geo-pos:long "-1.64728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8872'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64728'^^xsd:double;
  dwc:latitude '48.70788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64728 48.70788, -1.64728 48.70788, -1.64728 48.70788, -1.64728 48.70788, -1.64728 48.70788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8872'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64414 -1.64726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64414 -1.64726)"^^geo:wktLiteral ;
  geo-pos:lat "48.64414"^^xsd:decimal ;
  geo-pos:long "-1.64726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13658'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64726'^^xsd:double;
  dwc:latitude '48.64414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64726 48.64414, -1.64726 48.64414, -1.64726 48.64414, -1.64726 48.64414, -1.64726 48.64414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13658'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63541 -1.64722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63541 -1.64722)"^^geo:wktLiteral ;
  geo-pos:lat "48.63541"^^xsd:decimal ;
  geo-pos:long "-1.64722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11817'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64722'^^xsd:double;
  dwc:latitude '48.63541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64722 48.63541, -1.64722 48.63541, -1.64722 48.63541, -1.64722 48.63541, -1.64722 48.63541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11817'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70964 -1.64719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70964 -1.64719)"^^geo:wktLiteral ;
  geo-pos:lat "48.70964"^^xsd:decimal ;
  geo-pos:long "-1.64719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8244'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64719'^^xsd:double;
  dwc:latitude '48.70964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64719 48.70964, -1.64719 48.70964, -1.64719 48.70964, -1.64719 48.70964, -1.64719 48.70964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8244'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70382 -1.64717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70382"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70382 -1.64717)"^^geo:wktLiteral ;
  geo-pos:lat "48.70382"^^xsd:decimal ;
  geo-pos:long "-1.64717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12447'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64717'^^xsd:double;
  dwc:latitude '48.70382'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64717 48.70382, -1.64717 48.70382, -1.64717 48.70382, -1.64717 48.70382, -1.64717 48.70382))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12447'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63863 -1.64715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63863 -1.64715)"^^geo:wktLiteral ;
  geo-pos:lat "48.63863"^^xsd:decimal ;
  geo-pos:long "-1.64715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11816'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64715'^^xsd:double;
  dwc:latitude '48.63863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64715 48.63863, -1.64715 48.63863, -1.64715 48.63863, -1.64715 48.63863, -1.64715 48.63863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11816'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73599 -1.64714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73599 -1.64714)"^^geo:wktLiteral ;
  geo-pos:lat "48.73599"^^xsd:decimal ;
  geo-pos:long "-1.64714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8402'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64714'^^xsd:double;
  dwc:latitude '48.73599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64714 48.73599, -1.64714 48.73599, -1.64714 48.73599, -1.64714 48.73599, -1.64714 48.73599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8402'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66102 -1.64713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66102 -1.64713)"^^geo:wktLiteral ;
  geo-pos:lat "48.66102"^^xsd:decimal ;
  geo-pos:long "-1.64713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12881'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64713'^^xsd:double;
  dwc:latitude '48.66102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64713 48.66102, -1.64713 48.66102, -1.64713 48.66102, -1.64713 48.66102, -1.64713 48.66102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12881'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69367 -1.64713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69367 -1.64713)"^^geo:wktLiteral ;
  geo-pos:lat "48.69367"^^xsd:decimal ;
  geo-pos:long "-1.64713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8061'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64713'^^xsd:double;
  dwc:latitude '48.69367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64713 48.69367, -1.64713 48.69367, -1.64713 48.69367, -1.64713 48.69367, -1.64713 48.69367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8061'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68008 -1.64709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68008 -1.64709)"^^geo:wktLiteral ;
  geo-pos:lat "48.68008"^^xsd:decimal ;
  geo-pos:long "-1.64709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11576'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64709'^^xsd:double;
  dwc:latitude '48.68008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64709 48.68008, -1.64709 48.68008, -1.64709 48.68008, -1.64709 48.68008, -1.64709 48.68008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11576'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65854 -1.64705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65854 -1.64705)"^^geo:wktLiteral ;
  geo-pos:lat "48.65854"^^xsd:decimal ;
  geo-pos:long "-1.64705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13061'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64705'^^xsd:double;
  dwc:latitude '48.65854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64705 48.65854, -1.64705 48.65854, -1.64705 48.65854, -1.64705 48.65854, -1.64705 48.65854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13061'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.639 -1.64702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.639 -1.64702)"^^geo:wktLiteral ;
  geo-pos:lat "48.639"^^xsd:decimal ;
  geo-pos:long "-1.64702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13105'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64702'^^xsd:double;
  dwc:latitude '48.639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64702 48.639, -1.64702 48.639, -1.64702 48.639, -1.64702 48.639, -1.64702 48.639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13105'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70264 -1.64697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70264 -1.64697)"^^geo:wktLiteral ;
  geo-pos:lat "48.70264"^^xsd:decimal ;
  geo-pos:long "-1.64697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11542'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64697'^^xsd:double;
  dwc:latitude '48.70264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64697 48.70264, -1.64697 48.70264, -1.64697 48.70264, -1.64697 48.70264, -1.64697 48.70264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11542'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65945 -1.64696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65945 -1.64696)"^^geo:wktLiteral ;
  geo-pos:lat "48.65945"^^xsd:decimal ;
  geo-pos:long "-1.64696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11707'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64696'^^xsd:double;
  dwc:latitude '48.65945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64696 48.65945, -1.64696 48.65945, -1.64696 48.65945, -1.64696 48.65945, -1.64696 48.65945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11707'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71418 -1.64696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71418 -1.64696)"^^geo:wktLiteral ;
  geo-pos:lat "48.71418"^^xsd:decimal ;
  geo-pos:long "-1.64696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8579'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64696'^^xsd:double;
  dwc:latitude '48.71418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64696 48.71418, -1.64696 48.71418, -1.64696 48.71418, -1.64696 48.71418, -1.64696 48.71418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8579'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64518 -1.64693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64518 -1.64693)"^^geo:wktLiteral ;
  geo-pos:lat "48.64518"^^xsd:decimal ;
  geo-pos:long "-1.64693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13626'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64693'^^xsd:double;
  dwc:latitude '48.64518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64693 48.64518, -1.64693 48.64518, -1.64693 48.64518, -1.64693 48.64518, -1.64693 48.64518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13626'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65678 -1.64693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65678 -1.64693)"^^geo:wktLiteral ;
  geo-pos:lat "48.65678"^^xsd:decimal ;
  geo-pos:long "-1.64693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12784'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64693'^^xsd:double;
  dwc:latitude '48.65678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64693 48.65678, -1.64693 48.65678, -1.64693 48.65678, -1.64693 48.65678, -1.64693 48.65678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12784'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65876 -1.64693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65876 -1.64693)"^^geo:wktLiteral ;
  geo-pos:lat "48.65876"^^xsd:decimal ;
  geo-pos:long "-1.64693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12995'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64693'^^xsd:double;
  dwc:latitude '48.65876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64693 48.65876, -1.64693 48.65876, -1.64693 48.65876, -1.64693 48.65876, -1.64693 48.65876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12995'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63787 -1.64692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63787 -1.64692)"^^geo:wktLiteral ;
  geo-pos:lat "48.63787"^^xsd:decimal ;
  geo-pos:long "-1.64692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10975'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64692'^^xsd:double;
  dwc:latitude '48.63787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64692 48.63787, -1.64692 48.63787, -1.64692 48.63787, -1.64692 48.63787, -1.64692 48.63787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10975'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71715 -1.64691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71715 -1.64691)"^^geo:wktLiteral ;
  geo-pos:lat "48.71715"^^xsd:decimal ;
  geo-pos:long "-1.64691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8382'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64691'^^xsd:double;
  dwc:latitude '48.71715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64691 48.71715, -1.64691 48.71715, -1.64691 48.71715, -1.64691 48.71715, -1.64691 48.71715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8382'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66251 -1.6469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66251"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66251 -1.6469)"^^geo:wktLiteral ;
  geo-pos:lat "48.66251"^^xsd:decimal ;
  geo-pos:long "-1.6469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13400'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6469'^^xsd:double;
  dwc:latitude '48.66251'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6469 48.66251, -1.6469 48.66251, -1.6469 48.66251, -1.6469 48.66251, -1.6469 48.66251))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13400'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65726 -1.64689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65726 -1.64689)"^^geo:wktLiteral ;
  geo-pos:lat "48.65726"^^xsd:decimal ;
  geo-pos:long "-1.64689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11691'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64689'^^xsd:double;
  dwc:latitude '48.65726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64689 48.65726, -1.64689 48.65726, -1.64689 48.65726, -1.64689 48.65726, -1.64689 48.65726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11691'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72635 -1.64689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72635 -1.64689)"^^geo:wktLiteral ;
  geo-pos:lat "48.72635"^^xsd:decimal ;
  geo-pos:long "-1.64689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9240'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64689'^^xsd:double;
  dwc:latitude '48.72635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64689 48.72635, -1.64689 48.72635, -1.64689 48.72635, -1.64689 48.72635, -1.64689 48.72635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9240'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.64688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.64688)"^^geo:wktLiteral ;
  geo-pos:lat "48.65117"^^xsd:decimal ;
  geo-pos:long "-1.64688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11218'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64688'^^xsd:double;
  dwc:latitude '48.65117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64688 48.65117, -1.64688 48.65117, -1.64688 48.65117, -1.64688 48.65117, -1.64688 48.65117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11218'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64133 -1.64685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64133 -1.64685)"^^geo:wktLiteral ;
  geo-pos:lat "48.64133"^^xsd:decimal ;
  geo-pos:long "-1.64685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11789'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64685'^^xsd:double;
  dwc:latitude '48.64133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64685 48.64133, -1.64685 48.64133, -1.64685 48.64133, -1.64685 48.64133, -1.64685 48.64133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11789'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65939 -1.64685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65939 -1.64685)"^^geo:wktLiteral ;
  geo-pos:lat "48.65939"^^xsd:decimal ;
  geo-pos:long "-1.64685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11806'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64685'^^xsd:double;
  dwc:latitude '48.65939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64685 48.65939, -1.64685 48.65939, -1.64685 48.65939, -1.64685 48.65939, -1.64685 48.65939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11806'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65968 -1.64685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65968 -1.64685)"^^geo:wktLiteral ;
  geo-pos:lat "48.65968"^^xsd:decimal ;
  geo-pos:long "-1.64685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13241'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64685'^^xsd:double;
  dwc:latitude '48.65968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64685 48.65968, -1.64685 48.65968, -1.64685 48.65968, -1.64685 48.65968, -1.64685 48.65968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13241'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66216 -1.64684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66216 -1.64684)"^^geo:wktLiteral ;
  geo-pos:lat "48.66216"^^xsd:decimal ;
  geo-pos:long "-1.64684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12489'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64684'^^xsd:double;
  dwc:latitude '48.66216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64684 48.66216, -1.64684 48.66216, -1.64684 48.66216, -1.64684 48.66216, -1.64684 48.66216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12489'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69572 -1.64681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69572 -1.64681)"^^geo:wktLiteral ;
  geo-pos:lat "48.69572"^^xsd:decimal ;
  geo-pos:long "-1.64681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11560'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64681'^^xsd:double;
  dwc:latitude '48.69572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64681 48.69572, -1.64681 48.69572, -1.64681 48.69572, -1.64681 48.69572, -1.64681 48.69572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11560'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69782 -1.64681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69782 -1.64681)"^^geo:wktLiteral ;
  geo-pos:lat "48.69782"^^xsd:decimal ;
  geo-pos:long "-1.64681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10216'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64681'^^xsd:double;
  dwc:latitude '48.69782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64681 48.69782, -1.64681 48.69782, -1.64681 48.69782, -1.64681 48.69782, -1.64681 48.69782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10216'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65961 -1.6468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65961 -1.6468)"^^geo:wktLiteral ;
  geo-pos:lat "48.65961"^^xsd:decimal ;
  geo-pos:long "-1.6468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12911'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6468'^^xsd:double;
  dwc:latitude '48.65961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6468 48.65961, -1.6468 48.65961, -1.6468 48.65961, -1.6468 48.65961, -1.6468 48.65961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12911'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66161 -1.64674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66161 -1.64674)"^^geo:wktLiteral ;
  geo-pos:lat "48.66161"^^xsd:decimal ;
  geo-pos:long "-1.64674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10970'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64674'^^xsd:double;
  dwc:latitude '48.66161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64674 48.66161, -1.64674 48.66161, -1.64674 48.66161, -1.64674 48.66161, -1.64674 48.66161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10970'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69633 -1.64674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69633 -1.64674)"^^geo:wktLiteral ;
  geo-pos:lat "48.69633"^^xsd:decimal ;
  geo-pos:long "-1.64674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8427'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64674'^^xsd:double;
  dwc:latitude '48.69633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64674 48.69633, -1.64674 48.69633, -1.64674 48.69633, -1.64674 48.69633, -1.64674 48.69633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8427'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69929 -1.64667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69929 -1.64667)"^^geo:wktLiteral ;
  geo-pos:lat "48.69929"^^xsd:decimal ;
  geo-pos:long "-1.64667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9016'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64667'^^xsd:double;
  dwc:latitude '48.69929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64667 48.69929, -1.64667 48.69929, -1.64667 48.69929, -1.64667 48.69929, -1.64667 48.69929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9016'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71475 -1.6466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71475 -1.6466)"^^geo:wktLiteral ;
  geo-pos:lat "48.71475"^^xsd:decimal ;
  geo-pos:long "-1.6466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10146'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6466'^^xsd:double;
  dwc:latitude '48.71475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6466 48.71475, -1.6466 48.71475, -1.6466 48.71475, -1.6466 48.71475, -1.6466 48.71475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10146'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.64659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.64659)"^^geo:wktLiteral ;
  geo-pos:lat "48.69561"^^xsd:decimal ;
  geo-pos:long "-1.64659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8164'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64659'^^xsd:double;
  dwc:latitude '48.69561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64659 48.69561, -1.64659 48.69561, -1.64659 48.69561, -1.64659 48.69561, -1.64659 48.69561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8164'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70534 -1.64655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70534"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70534 -1.64655)"^^geo:wktLiteral ;
  geo-pos:lat "48.70534"^^xsd:decimal ;
  geo-pos:long "-1.64655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8277'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64655'^^xsd:double;
  dwc:latitude '48.70534'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64655 48.70534, -1.64655 48.70534, -1.64655 48.70534, -1.64655 48.70534, -1.64655 48.70534))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8277'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68525 -1.64654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68525 -1.64654)"^^geo:wktLiteral ;
  geo-pos:lat "48.68525"^^xsd:decimal ;
  geo-pos:long "-1.64654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_51'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_51'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64654'^^xsd:double;
  dwc:latitude '48.68525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64654 48.68525, -1.64654 48.68525, -1.64654 48.68525, -1.64654 48.68525, -1.64654 48.68525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_51'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69068 -1.64654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69068 -1.64654)"^^geo:wktLiteral ;
  geo-pos:lat "48.69068"^^xsd:decimal ;
  geo-pos:long "-1.64654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8131'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64654'^^xsd:double;
  dwc:latitude '48.69068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64654 48.69068, -1.64654 48.69068, -1.64654 48.69068, -1.64654 48.69068, -1.64654 48.69068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8131'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71365 -1.64654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71365 -1.64654)"^^geo:wktLiteral ;
  geo-pos:lat "48.71365"^^xsd:decimal ;
  geo-pos:long "-1.64654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10130'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64654'^^xsd:double;
  dwc:latitude '48.71365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64654 48.71365, -1.64654 48.71365, -1.64654 48.71365, -1.64654 48.71365, -1.64654 48.71365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10130'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70002 -1.64653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70002 -1.64653)"^^geo:wktLiteral ;
  geo-pos:lat "48.70002"^^xsd:decimal ;
  geo-pos:long "-1.64653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8712'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64653'^^xsd:double;
  dwc:latitude '48.70002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64653 48.70002, -1.64653 48.70002, -1.64653 48.70002, -1.64653 48.70002, -1.64653 48.70002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8712'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.64652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.64652)"^^geo:wktLiteral ;
  geo-pos:lat "48.69536"^^xsd:decimal ;
  geo-pos:long "-1.64652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9506'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64652'^^xsd:double;
  dwc:latitude '48.69536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64652 48.69536, -1.64652 48.69536, -1.64652 48.69536, -1.64652 48.69536, -1.64652 48.69536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9506'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65962 -1.6465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65962 -1.6465)"^^geo:wktLiteral ;
  geo-pos:lat "48.65962"^^xsd:decimal ;
  geo-pos:long "-1.6465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11721'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6465'^^xsd:double;
  dwc:latitude '48.65962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6465 48.65962, -1.6465 48.65962, -1.6465 48.65962, -1.6465 48.65962, -1.6465 48.65962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11721'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.64646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.64646)"^^geo:wktLiteral ;
  geo-pos:lat "48.65889"^^xsd:decimal ;
  geo-pos:long "-1.64646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12928'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64646'^^xsd:double;
  dwc:latitude '48.65889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64646 48.65889, -1.64646 48.65889, -1.64646 48.65889, -1.64646 48.65889, -1.64646 48.65889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12928'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65941 -1.64645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65941 -1.64645)"^^geo:wktLiteral ;
  geo-pos:lat "48.65941"^^xsd:decimal ;
  geo-pos:long "-1.64645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13432'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64645'^^xsd:double;
  dwc:latitude '48.65941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64645 48.65941, -1.64645 48.65941, -1.64645 48.65941, -1.64645 48.65941, -1.64645 48.65941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13432'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64468 -1.64644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64468 -1.64644)"^^geo:wktLiteral ;
  geo-pos:lat "48.64468"^^xsd:decimal ;
  geo-pos:long "-1.64644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10980'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64644'^^xsd:double;
  dwc:latitude '48.64468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64644 48.64468, -1.64644 48.64468, -1.64644 48.64468, -1.64644 48.64468, -1.64644 48.64468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10980'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72421 -1.64644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72421 -1.64644)"^^geo:wktLiteral ;
  geo-pos:lat "48.72421"^^xsd:decimal ;
  geo-pos:long "-1.64644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8861'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64644'^^xsd:double;
  dwc:latitude '48.72421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64644 48.72421, -1.64644 48.72421, -1.64644 48.72421, -1.64644 48.72421, -1.64644 48.72421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8861'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70495 -1.64641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70495 -1.64641)"^^geo:wktLiteral ;
  geo-pos:lat "48.70495"^^xsd:decimal ;
  geo-pos:long "-1.64641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10127'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64641'^^xsd:double;
  dwc:latitude '48.70495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64641 48.70495, -1.64641 48.70495, -1.64641 48.70495, -1.64641 48.70495, -1.64641 48.70495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10127'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65903 -1.64638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65903 -1.64638)"^^geo:wktLiteral ;
  geo-pos:lat "48.65903"^^xsd:decimal ;
  geo-pos:long "-1.64638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12907'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64638'^^xsd:double;
  dwc:latitude '48.65903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64638 48.65903, -1.64638 48.65903, -1.64638 48.65903, -1.64638 48.65903, -1.64638 48.65903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12907'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68012 -1.64638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68012 -1.64638)"^^geo:wktLiteral ;
  geo-pos:lat "48.68012"^^xsd:decimal ;
  geo-pos:long "-1.64638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11165'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64638'^^xsd:double;
  dwc:latitude '48.68012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64638 48.68012, -1.64638 48.68012, -1.64638 48.68012, -1.64638 48.68012, -1.64638 48.68012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11165'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63803 -1.64634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63803 -1.64634)"^^geo:wktLiteral ;
  geo-pos:lat "48.63803"^^xsd:decimal ;
  geo-pos:long "-1.64634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11874'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64634'^^xsd:double;
  dwc:latitude '48.63803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64634 48.63803, -1.64634 48.63803, -1.64634 48.63803, -1.64634 48.63803, -1.64634 48.63803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11874'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65653 -1.64633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65653 -1.64633)"^^geo:wktLiteral ;
  geo-pos:lat "48.65653"^^xsd:decimal ;
  geo-pos:long "-1.64633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12822'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64633'^^xsd:double;
  dwc:latitude '48.65653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64633 48.65653, -1.64633 48.65653, -1.64633 48.65653, -1.64633 48.65653, -1.64633 48.65653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12822'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66247 -1.64631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66247 -1.64631)"^^geo:wktLiteral ;
  geo-pos:lat "48.66247"^^xsd:decimal ;
  geo-pos:long "-1.64631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12501'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64631'^^xsd:double;
  dwc:latitude '48.66247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64631 48.66247, -1.64631 48.66247, -1.64631 48.66247, -1.64631 48.66247, -1.64631 48.66247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12501'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64326 -1.6463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64326 -1.6463)"^^geo:wktLiteral ;
  geo-pos:lat "48.64326"^^xsd:decimal ;
  geo-pos:long "-1.6463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11105'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6463'^^xsd:double;
  dwc:latitude '48.64326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6463 48.64326, -1.6463 48.64326, -1.6463 48.64326, -1.6463 48.64326, -1.6463 48.64326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11105'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65797 -1.64629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65797 -1.64629)"^^geo:wktLiteral ;
  geo-pos:lat "48.65797"^^xsd:decimal ;
  geo-pos:long "-1.64629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11335'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64629'^^xsd:double;
  dwc:latitude '48.65797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64629 48.65797, -1.64629 48.65797, -1.64629 48.65797, -1.64629 48.65797, -1.64629 48.65797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11335'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65965 -1.64629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65965 -1.64629)"^^geo:wktLiteral ;
  geo-pos:lat "48.65965"^^xsd:decimal ;
  geo-pos:long "-1.64629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11677'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64629'^^xsd:double;
  dwc:latitude '48.65965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64629 48.65965, -1.64629 48.65965, -1.64629 48.65965, -1.64629 48.65965, -1.64629 48.65965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11677'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64781 -1.64627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64781 -1.64627)"^^geo:wktLiteral ;
  geo-pos:lat "48.64781"^^xsd:decimal ;
  geo-pos:long "-1.64627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11587'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64627'^^xsd:double;
  dwc:latitude '48.64781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64627 48.64781, -1.64627 48.64781, -1.64627 48.64781, -1.64627 48.64781, -1.64627 48.64781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11587'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65891 -1.64626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65891 -1.64626)"^^geo:wktLiteral ;
  geo-pos:lat "48.65891"^^xsd:decimal ;
  geo-pos:long "-1.64626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11747'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64626'^^xsd:double;
  dwc:latitude '48.65891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64626 48.65891, -1.64626 48.65891, -1.64626 48.65891, -1.64626 48.65891, -1.64626 48.65891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11747'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71026 -1.64626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71026 -1.64626)"^^geo:wktLiteral ;
  geo-pos:lat "48.71026"^^xsd:decimal ;
  geo-pos:long "-1.64626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10129'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64626'^^xsd:double;
  dwc:latitude '48.71026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64626 48.71026, -1.64626 48.71026, -1.64626 48.71026, -1.64626 48.71026, -1.64626 48.71026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10129'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65956 -1.64624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65956 -1.64624)"^^geo:wktLiteral ;
  geo-pos:lat "48.65956"^^xsd:decimal ;
  geo-pos:long "-1.64624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12962'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64624'^^xsd:double;
  dwc:latitude '48.65956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64624 48.65956, -1.64624 48.65956, -1.64624 48.65956, -1.64624 48.65956, -1.64624 48.65956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12962'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70764 -1.64624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70764 -1.64624)"^^geo:wktLiteral ;
  geo-pos:lat "48.70764"^^xsd:decimal ;
  geo-pos:long "-1.64624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12444'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64624'^^xsd:double;
  dwc:latitude '48.70764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64624 48.70764, -1.64624 48.70764, -1.64624 48.70764, -1.64624 48.70764, -1.64624 48.70764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12444'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70885 -1.64624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70885 -1.64624)"^^geo:wktLiteral ;
  geo-pos:lat "48.70885"^^xsd:decimal ;
  geo-pos:long "-1.64624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12446'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64624'^^xsd:double;
  dwc:latitude '48.70885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64624 48.70885, -1.64624 48.70885, -1.64624 48.70885, -1.64624 48.70885, -1.64624 48.70885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12446'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69276 -1.64622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69276 -1.64622)"^^geo:wktLiteral ;
  geo-pos:lat "48.69276"^^xsd:decimal ;
  geo-pos:long "-1.64622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8580'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64622'^^xsd:double;
  dwc:latitude '48.69276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64622 48.69276, -1.64622 48.69276, -1.64622 48.69276, -1.64622 48.69276, -1.64622 48.69276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8580'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63773 -1.64621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63773 -1.64621)"^^geo:wktLiteral ;
  geo-pos:lat "48.63773"^^xsd:decimal ;
  geo-pos:long "-1.64621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10925'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64621'^^xsd:double;
  dwc:latitude '48.63773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64621 48.63773, -1.64621 48.63773, -1.64621 48.63773, -1.64621 48.63773, -1.64621 48.63773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10925'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69804 -1.64616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69804 -1.64616)"^^geo:wktLiteral ;
  geo-pos:lat "48.69804"^^xsd:decimal ;
  geo-pos:long "-1.64616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11553'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64616'^^xsd:double;
  dwc:latitude '48.69804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64616 48.69804, -1.64616 48.69804, -1.64616 48.69804, -1.64616 48.69804, -1.64616 48.69804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11553'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63724 -1.64615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63724 -1.64615)"^^geo:wktLiteral ;
  geo-pos:lat "48.63724"^^xsd:decimal ;
  geo-pos:long "-1.64615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11920'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64615'^^xsd:double;
  dwc:latitude '48.63724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64615 48.63724, -1.64615 48.63724, -1.64615 48.63724, -1.64615 48.63724, -1.64615 48.63724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11920'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63799 -1.64614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63799 -1.64614)"^^geo:wktLiteral ;
  geo-pos:lat "48.63799"^^xsd:decimal ;
  geo-pos:long "-1.64614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11026'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64614'^^xsd:double;
  dwc:latitude '48.63799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64614 48.63799, -1.64614 48.63799, -1.64614 48.63799, -1.64614 48.63799, -1.64614 48.63799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11026'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63985 -1.64614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63985"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63985 -1.64614)"^^geo:wktLiteral ;
  geo-pos:lat "48.63985"^^xsd:decimal ;
  geo-pos:long "-1.64614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10887'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64614'^^xsd:double;
  dwc:latitude '48.63985'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64614 48.63985, -1.64614 48.63985, -1.64614 48.63985, -1.64614 48.63985, -1.64614 48.63985))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10887'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68415 -1.64612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68415 -1.64612)"^^geo:wktLiteral ;
  geo-pos:lat "48.68415"^^xsd:decimal ;
  geo-pos:long "-1.64612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13130'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64612'^^xsd:double;
  dwc:latitude '48.68415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64612 48.68415, -1.64612 48.68415, -1.64612 48.68415, -1.64612 48.68415, -1.64612 48.68415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13130'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68213 -1.64611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68213 -1.64611)"^^geo:wktLiteral ;
  geo-pos:lat "48.68213"^^xsd:decimal ;
  geo-pos:long "-1.64611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8292'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64611'^^xsd:double;
  dwc:latitude '48.68213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64611 48.68213, -1.64611 48.68213, -1.64611 48.68213, -1.64611 48.68213, -1.64611 48.68213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8292'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66398 -1.64609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66398"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66398 -1.64609)"^^geo:wktLiteral ;
  geo-pos:lat "48.66398"^^xsd:decimal ;
  geo-pos:long "-1.64609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12337'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64609'^^xsd:double;
  dwc:latitude '48.66398'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64609 48.66398, -1.64609 48.66398, -1.64609 48.66398, -1.64609 48.66398, -1.64609 48.66398))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12337'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65942 -1.64607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65942 -1.64607)"^^geo:wktLiteral ;
  geo-pos:lat "48.65942"^^xsd:decimal ;
  geo-pos:long "-1.64607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11805'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64607'^^xsd:double;
  dwc:latitude '48.65942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64607 48.65942, -1.64607 48.65942, -1.64607 48.65942, -1.64607 48.65942, -1.64607 48.65942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11805'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66047 -1.64605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66047 -1.64605)"^^geo:wktLiteral ;
  geo-pos:lat "48.66047"^^xsd:decimal ;
  geo-pos:long "-1.64605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12931'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64605'^^xsd:double;
  dwc:latitude '48.66047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64605 48.66047, -1.64605 48.66047, -1.64605 48.66047, -1.64605 48.66047, -1.64605 48.66047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12931'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68479 -1.64605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68479 -1.64605)"^^geo:wktLiteral ;
  geo-pos:lat "48.68479"^^xsd:decimal ;
  geo-pos:long "-1.64605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9085'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64605'^^xsd:double;
  dwc:latitude '48.68479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64605 48.68479, -1.64605 48.68479, -1.64605 48.68479, -1.64605 48.68479, -1.64605 48.68479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9085'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6941 -1.64604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6941 -1.64604)"^^geo:wktLiteral ;
  geo-pos:lat "48.6941"^^xsd:decimal ;
  geo-pos:long "-1.64604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11463'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64604'^^xsd:double;
  dwc:latitude '48.6941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64604 48.6941, -1.64604 48.6941, -1.64604 48.6941, -1.64604 48.6941, -1.64604 48.6941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11463'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69495 -1.64602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69495 -1.64602)"^^geo:wktLiteral ;
  geo-pos:lat "48.69495"^^xsd:decimal ;
  geo-pos:long "-1.64602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8552'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64602'^^xsd:double;
  dwc:latitude '48.69495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64602 48.69495, -1.64602 48.69495, -1.64602 48.69495, -1.64602 48.69495, -1.64602 48.69495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8552'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74324 -1.64602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74324"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74324 -1.64602)"^^geo:wktLiteral ;
  geo-pos:lat "48.74324"^^xsd:decimal ;
  geo-pos:long "-1.64602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8398'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64602'^^xsd:double;
  dwc:latitude '48.74324'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64602 48.74324, -1.64602 48.74324, -1.64602 48.74324, -1.64602 48.74324, -1.64602 48.74324))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8398'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69395 -1.64598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69395 -1.64598)"^^geo:wktLiteral ;
  geo-pos:lat "48.69395"^^xsd:decimal ;
  geo-pos:long "-1.64598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10819'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64598'^^xsd:double;
  dwc:latitude '48.69395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64598 48.69395, -1.64598 48.69395, -1.64598 48.69395, -1.64598 48.69395, -1.64598 48.69395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10819'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66022 -1.64591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66022 -1.64591)"^^geo:wktLiteral ;
  geo-pos:lat "48.66022"^^xsd:decimal ;
  geo-pos:long "-1.64591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12874'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64591'^^xsd:double;
  dwc:latitude '48.66022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64591 48.66022, -1.64591 48.66022, -1.64591 48.66022, -1.64591 48.66022, -1.64591 48.66022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12874'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63793 -1.64587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63793 -1.64587)"^^geo:wktLiteral ;
  geo-pos:lat "48.63793"^^xsd:decimal ;
  geo-pos:long "-1.64587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11813'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64587'^^xsd:double;
  dwc:latitude '48.63793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64587 48.63793, -1.64587 48.63793, -1.64587 48.63793, -1.64587 48.63793, -1.64587 48.63793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11813'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66029 -1.64585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66029"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66029 -1.64585)"^^geo:wktLiteral ;
  geo-pos:lat "48.66029"^^xsd:decimal ;
  geo-pos:long "-1.64585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12949'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64585'^^xsd:double;
  dwc:latitude '48.66029'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64585 48.66029, -1.64585 48.66029, -1.64585 48.66029, -1.64585 48.66029, -1.64585 48.66029))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12949'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69723 -1.64584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69723 -1.64584)"^^geo:wktLiteral ;
  geo-pos:lat "48.69723"^^xsd:decimal ;
  geo-pos:long "-1.64584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5183'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64584'^^xsd:double;
  dwc:latitude '48.69723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64584 48.69723, -1.64584 48.69723, -1.64584 48.69723, -1.64584 48.69723, -1.64584 48.69723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5183'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70604 -1.64583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70604 -1.64583)"^^geo:wktLiteral ;
  geo-pos:lat "48.70604"^^xsd:decimal ;
  geo-pos:long "-1.64583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8810'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64583'^^xsd:double;
  dwc:latitude '48.70604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64583 48.70604, -1.64583 48.70604, -1.64583 48.70604, -1.64583 48.70604, -1.64583 48.70604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8810'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6429 -1.64582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6429"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6429 -1.64582)"^^geo:wktLiteral ;
  geo-pos:lat "48.6429"^^xsd:decimal ;
  geo-pos:long "-1.64582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10979'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64582'^^xsd:double;
  dwc:latitude '48.6429'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64582 48.6429, -1.64582 48.6429, -1.64582 48.6429, -1.64582 48.6429, -1.64582 48.6429))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10979'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63804 -1.64581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63804 -1.64581)"^^geo:wktLiteral ;
  geo-pos:lat "48.63804"^^xsd:decimal ;
  geo-pos:long "-1.64581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13248'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64581'^^xsd:double;
  dwc:latitude '48.63804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64581 48.63804, -1.64581 48.63804, -1.64581 48.63804, -1.64581 48.63804, -1.64581 48.63804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13248'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.663 -1.6458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.663 -1.6458)"^^geo:wktLiteral ;
  geo-pos:lat "48.663"^^xsd:decimal ;
  geo-pos:long "-1.6458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10723'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6458'^^xsd:double;
  dwc:latitude '48.663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6458 48.663, -1.6458 48.663, -1.6458 48.663, -1.6458 48.663, -1.6458 48.663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10723'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65885 -1.64579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65885 -1.64579)"^^geo:wktLiteral ;
  geo-pos:lat "48.65885"^^xsd:decimal ;
  geo-pos:long "-1.64579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13671'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64579'^^xsd:double;
  dwc:latitude '48.65885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64579 48.65885, -1.64579 48.65885, -1.64579 48.65885, -1.64579 48.65885, -1.64579 48.65885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13671'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64285 -1.64578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64285 -1.64578)"^^geo:wktLiteral ;
  geo-pos:lat "48.64285"^^xsd:decimal ;
  geo-pos:long "-1.64578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12521'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64578'^^xsd:double;
  dwc:latitude '48.64285'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64578 48.64285, -1.64578 48.64285, -1.64578 48.64285, -1.64578 48.64285, -1.64578 48.64285))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12521'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78943 -1.64577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.78943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78943 -1.64577)"^^geo:wktLiteral ;
  geo-pos:lat "48.78943"^^xsd:decimal ;
  geo-pos:long "-1.64577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9924'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64577'^^xsd:double;
  dwc:latitude '48.78943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64577 48.78943, -1.64577 48.78943, -1.64577 48.78943, -1.64577 48.78943, -1.64577 48.78943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9924'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66192 -1.64576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66192 -1.64576)"^^geo:wktLiteral ;
  geo-pos:lat "48.66192"^^xsd:decimal ;
  geo-pos:long "-1.64576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12143'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64576'^^xsd:double;
  dwc:latitude '48.66192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64576 48.66192, -1.64576 48.66192, -1.64576 48.66192, -1.64576 48.66192, -1.64576 48.66192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12143'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70387 -1.64576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70387 -1.64576)"^^geo:wktLiteral ;
  geo-pos:lat "48.70387"^^xsd:decimal ;
  geo-pos:long "-1.64576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11558'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64576'^^xsd:double;
  dwc:latitude '48.70387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64576 48.70387, -1.64576 48.70387, -1.64576 48.70387, -1.64576 48.70387, -1.64576 48.70387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11558'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6775 -1.64575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6775 -1.64575)"^^geo:wktLiteral ;
  geo-pos:lat "48.6775"^^xsd:decimal ;
  geo-pos:long "-1.64575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2779'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64575'^^xsd:double;
  dwc:latitude '48.6775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64575 48.6775, -1.64575 48.6775, -1.64575 48.6775, -1.64575 48.6775, -1.64575 48.6775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2779'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65723 -1.64574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65723 -1.64574)"^^geo:wktLiteral ;
  geo-pos:lat "48.65723"^^xsd:decimal ;
  geo-pos:long "-1.64574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11302'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64574'^^xsd:double;
  dwc:latitude '48.65723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64574 48.65723, -1.64574 48.65723, -1.64574 48.65723, -1.64574 48.65723, -1.64574 48.65723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11302'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65994 -1.64568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65994 -1.64568)"^^geo:wktLiteral ;
  geo-pos:lat "48.65994"^^xsd:decimal ;
  geo-pos:long "-1.64568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12407'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64568'^^xsd:double;
  dwc:latitude '48.65994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64568 48.65994, -1.64568 48.65994, -1.64568 48.65994, -1.64568 48.65994, -1.64568 48.65994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12407'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65853 -1.64567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65853"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65853 -1.64567)"^^geo:wktLiteral ;
  geo-pos:lat "48.65853"^^xsd:decimal ;
  geo-pos:long "-1.64567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13156'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64567'^^xsd:double;
  dwc:latitude '48.65853'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64567 48.65853, -1.64567 48.65853, -1.64567 48.65853, -1.64567 48.65853, -1.64567 48.65853))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13156'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65759 -1.64564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65759 -1.64564)"^^geo:wktLiteral ;
  geo-pos:lat "48.65759"^^xsd:decimal ;
  geo-pos:long "-1.64564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11332'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64564'^^xsd:double;
  dwc:latitude '48.65759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64564 48.65759, -1.64564 48.65759, -1.64564 48.65759, -1.64564 48.65759, -1.64564 48.65759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11332'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63673 -1.64558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63673 -1.64558)"^^geo:wktLiteral ;
  geo-pos:lat "48.63673"^^xsd:decimal ;
  geo-pos:long "-1.64558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11652'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64558'^^xsd:double;
  dwc:latitude '48.63673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64558 48.63673, -1.64558 48.63673, -1.64558 48.63673, -1.64558 48.63673, -1.64558 48.63673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11652'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66201 -1.64558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66201 -1.64558)"^^geo:wktLiteral ;
  geo-pos:lat "48.66201"^^xsd:decimal ;
  geo-pos:long "-1.64558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11580'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64558'^^xsd:double;
  dwc:latitude '48.66201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64558 48.66201, -1.64558 48.66201, -1.64558 48.66201, -1.64558 48.66201, -1.64558 48.66201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11580'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66269 -1.64558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66269 -1.64558)"^^geo:wktLiteral ;
  geo-pos:lat "48.66269"^^xsd:decimal ;
  geo-pos:long "-1.64558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12144'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64558'^^xsd:double;
  dwc:latitude '48.66269'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64558 48.66269, -1.64558 48.66269, -1.64558 48.66269, -1.64558 48.66269, -1.64558 48.66269))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12144'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66925 -1.64555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66925 -1.64555)"^^geo:wktLiteral ;
  geo-pos:lat "48.66925"^^xsd:decimal ;
  geo-pos:long "-1.64555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12991'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64555'^^xsd:double;
  dwc:latitude '48.66925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64555 48.66925, -1.64555 48.66925, -1.64555 48.66925, -1.64555 48.66925, -1.64555 48.66925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12991'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69857 -1.64553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69857 -1.64553)"^^geo:wktLiteral ;
  geo-pos:lat "48.69857"^^xsd:decimal ;
  geo-pos:long "-1.64553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10873'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64553'^^xsd:double;
  dwc:latitude '48.69857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64553 48.69857, -1.64553 48.69857, -1.64553 48.69857, -1.64553 48.69857, -1.64553 48.69857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10873'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66023 -1.6455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66023 -1.6455)"^^geo:wktLiteral ;
  geo-pos:lat "48.66023"^^xsd:decimal ;
  geo-pos:long "-1.6455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12947'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6455'^^xsd:double;
  dwc:latitude '48.66023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6455 48.66023, -1.6455 48.66023, -1.6455 48.66023, -1.6455 48.66023, -1.6455 48.66023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12947'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65991 -1.64549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65991 -1.64549)"^^geo:wktLiteral ;
  geo-pos:lat "48.65991"^^xsd:decimal ;
  geo-pos:long "-1.64549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12912'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64549'^^xsd:double;
  dwc:latitude '48.65991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64549 48.65991, -1.64549 48.65991, -1.64549 48.65991, -1.64549 48.65991, -1.64549 48.65991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12912'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63786 -1.64547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63786 -1.64547)"^^geo:wktLiteral ;
  geo-pos:lat "48.63786"^^xsd:decimal ;
  geo-pos:long "-1.64547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11129'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64547'^^xsd:double;
  dwc:latitude '48.63786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64547 48.63786, -1.64547 48.63786, -1.64547 48.63786, -1.64547 48.63786, -1.64547 48.63786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11129'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69927 -1.64547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69927 -1.64547)"^^geo:wktLiteral ;
  geo-pos:lat "48.69927"^^xsd:decimal ;
  geo-pos:long "-1.64547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11406'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64547'^^xsd:double;
  dwc:latitude '48.69927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64547 48.69927, -1.64547 48.69927, -1.64547 48.69927, -1.64547 48.69927, -1.64547 48.69927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11406'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72272 -1.64544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72272 -1.64544)"^^geo:wktLiteral ;
  geo-pos:lat "48.72272"^^xsd:decimal ;
  geo-pos:long "-1.64544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11496'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64544'^^xsd:double;
  dwc:latitude '48.72272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64544 48.72272, -1.64544 48.72272, -1.64544 48.72272, -1.64544 48.72272, -1.64544 48.72272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11496'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65988 -1.64543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65988 -1.64543)"^^geo:wktLiteral ;
  geo-pos:lat "48.65988"^^xsd:decimal ;
  geo-pos:long "-1.64543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12932'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64543'^^xsd:double;
  dwc:latitude '48.65988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64543 48.65988, -1.64543 48.65988, -1.64543 48.65988, -1.64543 48.65988, -1.64543 48.65988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12932'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66055 -1.64542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66055 -1.64542)"^^geo:wktLiteral ;
  geo-pos:lat "48.66055"^^xsd:decimal ;
  geo-pos:long "-1.64542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11807'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64542'^^xsd:double;
  dwc:latitude '48.66055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64542 48.66055, -1.64542 48.66055, -1.64542 48.66055, -1.64542 48.66055, -1.64542 48.66055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11807'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6923 -1.64542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6923 -1.64542)"^^geo:wktLiteral ;
  geo-pos:lat "48.6923"^^xsd:decimal ;
  geo-pos:long "-1.64542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8830'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64542'^^xsd:double;
  dwc:latitude '48.6923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64542 48.6923, -1.64542 48.6923, -1.64542 48.6923, -1.64542 48.6923, -1.64542 48.6923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8830'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63549 -1.6454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63549 -1.6454)"^^geo:wktLiteral ;
  geo-pos:lat "48.63549"^^xsd:decimal ;
  geo-pos:long "-1.6454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10989'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6454'^^xsd:double;
  dwc:latitude '48.63549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6454 48.63549, -1.6454 48.63549, -1.6454 48.63549, -1.6454 48.63549, -1.6454 48.63549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10989'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66051 -1.64539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66051 -1.64539)"^^geo:wktLiteral ;
  geo-pos:lat "48.66051"^^xsd:decimal ;
  geo-pos:long "-1.64539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12171'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64539'^^xsd:double;
  dwc:latitude '48.66051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64539 48.66051, -1.64539 48.66051, -1.64539 48.66051, -1.64539 48.66051, -1.64539 48.66051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12171'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6597 -1.64537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6597"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6597 -1.64537)"^^geo:wktLiteral ;
  geo-pos:lat "48.6597"^^xsd:decimal ;
  geo-pos:long "-1.64537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12946'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64537'^^xsd:double;
  dwc:latitude '48.6597'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64537 48.6597, -1.64537 48.6597, -1.64537 48.6597, -1.64537 48.6597, -1.64537 48.6597))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12946'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69537 -1.64537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69537 -1.64537)"^^geo:wktLiteral ;
  geo-pos:lat "48.69537"^^xsd:decimal ;
  geo-pos:long "-1.64537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8467'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64537'^^xsd:double;
  dwc:latitude '48.69537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64537 48.69537, -1.64537 48.69537, -1.64537 48.69537, -1.64537 48.69537, -1.64537 48.69537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8467'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65916 -1.64536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65916 -1.64536)"^^geo:wktLiteral ;
  geo-pos:lat "48.65916"^^xsd:decimal ;
  geo-pos:long "-1.64536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11373'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64536'^^xsd:double;
  dwc:latitude '48.65916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64536 48.65916, -1.64536 48.65916, -1.64536 48.65916, -1.64536 48.65916, -1.64536 48.65916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11373'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72655 -1.64534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72655 -1.64534)"^^geo:wktLiteral ;
  geo-pos:lat "48.72655"^^xsd:decimal ;
  geo-pos:long "-1.64534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10157'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64534'^^xsd:double;
  dwc:latitude '48.72655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64534 48.72655, -1.64534 48.72655, -1.64534 48.72655, -1.64534 48.72655, -1.64534 48.72655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10157'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63743 -1.64533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63743 -1.64533)"^^geo:wktLiteral ;
  geo-pos:lat "48.63743"^^xsd:decimal ;
  geo-pos:long "-1.64533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11955'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64533'^^xsd:double;
  dwc:latitude '48.63743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64533 48.63743, -1.64533 48.63743, -1.64533 48.63743, -1.64533 48.63743, -1.64533 48.63743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11955'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6918 -1.64533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6918 -1.64533)"^^geo:wktLiteral ;
  geo-pos:lat "48.6918"^^xsd:decimal ;
  geo-pos:long "-1.64533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11032'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64533'^^xsd:double;
  dwc:latitude '48.6918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64533 48.6918, -1.64533 48.6918, -1.64533 48.6918, -1.64533 48.6918, -1.64533 48.6918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11032'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63746 -1.64532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63746 -1.64532)"^^geo:wktLiteral ;
  geo-pos:lat "48.63746"^^xsd:decimal ;
  geo-pos:long "-1.64532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13227'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64532'^^xsd:double;
  dwc:latitude '48.63746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64532 48.63746, -1.64532 48.63746, -1.64532 48.63746, -1.64532 48.63746, -1.64532 48.63746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13227'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70344 -1.64532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70344 -1.64532)"^^geo:wktLiteral ;
  geo-pos:lat "48.70344"^^xsd:decimal ;
  geo-pos:long "-1.64532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10168'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64532'^^xsd:double;
  dwc:latitude '48.70344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64532 48.70344, -1.64532 48.70344, -1.64532 48.70344, -1.64532 48.70344, -1.64532 48.70344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10168'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63787 -1.6453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63787 -1.6453)"^^geo:wktLiteral ;
  geo-pos:lat "48.63787"^^xsd:decimal ;
  geo-pos:long "-1.6453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10801'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6453'^^xsd:double;
  dwc:latitude '48.63787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6453 48.63787, -1.6453 48.63787, -1.6453 48.63787, -1.6453 48.63787, -1.6453 48.63787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10801'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66827 -1.64526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66827 -1.64526)"^^geo:wktLiteral ;
  geo-pos:lat "48.66827"^^xsd:decimal ;
  geo-pos:long "-1.64526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10562'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64526'^^xsd:double;
  dwc:latitude '48.66827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64526 48.66827, -1.64526 48.66827, -1.64526 48.66827, -1.64526 48.66827, -1.64526 48.66827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10562'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66132 -1.64525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66132"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66132 -1.64525)"^^geo:wktLiteral ;
  geo-pos:lat "48.66132"^^xsd:decimal ;
  geo-pos:long "-1.64525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11589'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64525'^^xsd:double;
  dwc:latitude '48.66132'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64525 48.66132, -1.64525 48.66132, -1.64525 48.66132, -1.64525 48.66132, -1.64525 48.66132))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11589'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.64524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.64524)"^^geo:wktLiteral ;
  geo-pos:lat "48.65957"^^xsd:decimal ;
  geo-pos:long "-1.64524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13068'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64524'^^xsd:double;
  dwc:latitude '48.65957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64524 48.65957, -1.64524 48.65957, -1.64524 48.65957, -1.64524 48.65957, -1.64524 48.65957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13068'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65822 -1.64518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65822 -1.64518)"^^geo:wktLiteral ;
  geo-pos:lat "48.65822"^^xsd:decimal ;
  geo-pos:long "-1.64518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11767'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64518'^^xsd:double;
  dwc:latitude '48.65822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64518 48.65822, -1.64518 48.65822, -1.64518 48.65822, -1.64518 48.65822, -1.64518 48.65822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11767'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66002 -1.64518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66002 -1.64518)"^^geo:wktLiteral ;
  geo-pos:lat "48.66002"^^xsd:decimal ;
  geo-pos:long "-1.64518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12948'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64518'^^xsd:double;
  dwc:latitude '48.66002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64518 48.66002, -1.64518 48.66002, -1.64518 48.66002, -1.64518 48.66002, -1.64518 48.66002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12948'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6588 -1.64515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6588 -1.64515)"^^geo:wktLiteral ;
  geo-pos:lat "48.6588"^^xsd:decimal ;
  geo-pos:long "-1.64515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12467'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64515'^^xsd:double;
  dwc:latitude '48.6588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64515 48.6588, -1.64515 48.6588, -1.64515 48.6588, -1.64515 48.6588, -1.64515 48.6588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12467'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67562 -1.64512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67562 -1.64512)"^^geo:wktLiteral ;
  geo-pos:lat "48.67562"^^xsd:decimal ;
  geo-pos:long "-1.64512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11361'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64512'^^xsd:double;
  dwc:latitude '48.67562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64512 48.67562, -1.64512 48.67562, -1.64512 48.67562, -1.64512 48.67562, -1.64512 48.67562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11361'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63898 -1.6451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63898 -1.6451)"^^geo:wktLiteral ;
  geo-pos:lat "48.63898"^^xsd:decimal ;
  geo-pos:long "-1.6451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13547'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6451'^^xsd:double;
  dwc:latitude '48.63898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6451 48.63898, -1.6451 48.63898, -1.6451 48.63898, -1.6451 48.63898, -1.6451 48.63898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13547'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66151 -1.6451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66151"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66151 -1.6451)"^^geo:wktLiteral ;
  geo-pos:lat "48.66151"^^xsd:decimal ;
  geo-pos:long "-1.6451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12237'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6451'^^xsd:double;
  dwc:latitude '48.66151'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6451 48.66151, -1.6451 48.66151, -1.6451 48.66151, -1.6451 48.66151, -1.6451 48.66151))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12237'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65595 -1.64507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65595 -1.64507)"^^geo:wktLiteral ;
  geo-pos:lat "48.65595"^^xsd:decimal ;
  geo-pos:long "-1.64507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11734'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64507'^^xsd:double;
  dwc:latitude '48.65595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64507 48.65595, -1.64507 48.65595, -1.64507 48.65595, -1.64507 48.65595, -1.64507 48.65595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11734'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6599 -1.64505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6599 -1.64505)"^^geo:wktLiteral ;
  geo-pos:lat "48.6599"^^xsd:decimal ;
  geo-pos:long "-1.64505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12950'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64505'^^xsd:double;
  dwc:latitude '48.6599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64505 48.6599, -1.64505 48.6599, -1.64505 48.6599, -1.64505 48.6599, -1.64505 48.6599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12950'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69804 -1.64504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69804 -1.64504)"^^geo:wktLiteral ;
  geo-pos:lat "48.69804"^^xsd:decimal ;
  geo-pos:long "-1.64504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8608'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64504'^^xsd:double;
  dwc:latitude '48.69804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64504 48.69804, -1.64504 48.69804, -1.64504 48.69804, -1.64504 48.69804, -1.64504 48.69804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8608'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70591 -1.64491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70591 -1.64491)"^^geo:wktLiteral ;
  geo-pos:lat "48.70591"^^xsd:decimal ;
  geo-pos:long "-1.64491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11498'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64491'^^xsd:double;
  dwc:latitude '48.70591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64491 48.70591, -1.64491 48.70591, -1.64491 48.70591, -1.64491 48.70591, -1.64491 48.70591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11498'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7215 -1.6449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7215 -1.6449)"^^geo:wktLiteral ;
  geo-pos:lat "48.7215"^^xsd:decimal ;
  geo-pos:long "-1.6449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9213'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6449'^^xsd:double;
  dwc:latitude '48.7215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6449 48.7215, -1.6449 48.7215, -1.6449 48.7215, -1.6449 48.7215, -1.6449 48.7215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9213'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6586 -1.64489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6586 -1.64489)"^^geo:wktLiteral ;
  geo-pos:lat "48.6586"^^xsd:decimal ;
  geo-pos:long "-1.64489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11781'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64489'^^xsd:double;
  dwc:latitude '48.6586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64489 48.6586, -1.64489 48.6586, -1.64489 48.6586, -1.64489 48.6586, -1.64489 48.6586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11781'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65875 -1.64489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65875 -1.64489)"^^geo:wktLiteral ;
  geo-pos:lat "48.65875"^^xsd:decimal ;
  geo-pos:long "-1.64489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12163'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64489'^^xsd:double;
  dwc:latitude '48.65875'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64489 48.65875, -1.64489 48.65875, -1.64489 48.65875, -1.64489 48.65875, -1.64489 48.65875))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12163'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64892 -1.64487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64892 -1.64487)"^^geo:wktLiteral ;
  geo-pos:lat "48.64892"^^xsd:decimal ;
  geo-pos:long "-1.64487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11872'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64487'^^xsd:double;
  dwc:latitude '48.64892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64487 48.64892, -1.64487 48.64892, -1.64487 48.64892, -1.64487 48.64892, -1.64487 48.64892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11872'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70552 -1.64486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70552 -1.64486)"^^geo:wktLiteral ;
  geo-pos:lat "48.70552"^^xsd:decimal ;
  geo-pos:long "-1.64486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8873'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64486'^^xsd:double;
  dwc:latitude '48.70552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64486 48.70552, -1.64486 48.70552, -1.64486 48.70552, -1.64486 48.70552, -1.64486 48.70552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8873'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6914 -1.64481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6914 -1.64481)"^^geo:wktLiteral ;
  geo-pos:lat "48.6914"^^xsd:decimal ;
  geo-pos:long "-1.64481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8664'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64481'^^xsd:double;
  dwc:latitude '48.6914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64481 48.6914, -1.64481 48.6914, -1.64481 48.6914, -1.64481 48.6914, -1.64481 48.6914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8664'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66447 -1.64479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66447 -1.64479)"^^geo:wktLiteral ;
  geo-pos:lat "48.66447"^^xsd:decimal ;
  geo-pos:long "-1.64479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13378'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64479'^^xsd:double;
  dwc:latitude '48.66447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64479 48.66447, -1.64479 48.66447, -1.64479 48.66447, -1.64479 48.66447, -1.64479 48.66447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13378'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63717 -1.64475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63717 -1.64475)"^^geo:wktLiteral ;
  geo-pos:lat "48.63717"^^xsd:decimal ;
  geo-pos:long "-1.64475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13199'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64475'^^xsd:double;
  dwc:latitude '48.63717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64475 48.63717, -1.64475 48.63717, -1.64475 48.63717, -1.64475 48.63717, -1.64475 48.63717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13199'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65892 -1.64473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65892 -1.64473)"^^geo:wktLiteral ;
  geo-pos:lat "48.65892"^^xsd:decimal ;
  geo-pos:long "-1.64473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13673'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64473'^^xsd:double;
  dwc:latitude '48.65892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64473 48.65892, -1.64473 48.65892, -1.64473 48.65892, -1.64473 48.65892, -1.64473 48.65892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13673'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.661 -1.64473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.661 -1.64473)"^^geo:wktLiteral ;
  geo-pos:lat "48.661"^^xsd:decimal ;
  geo-pos:long "-1.64473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10883'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64473'^^xsd:double;
  dwc:latitude '48.661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64473 48.661, -1.64473 48.661, -1.64473 48.661, -1.64473 48.661, -1.64473 48.661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10883'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66338 -1.64471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66338"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66338 -1.64471)"^^geo:wktLiteral ;
  geo-pos:lat "48.66338"^^xsd:decimal ;
  geo-pos:long "-1.64471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12309'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '23.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64471'^^xsd:double;
  dwc:latitude '48.66338'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64471 48.66338, -1.64471 48.66338, -1.64471 48.66338, -1.64471 48.66338, -1.64471 48.66338))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12309'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66276 -1.64469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66276 -1.64469)"^^geo:wktLiteral ;
  geo-pos:lat "48.66276"^^xsd:decimal ;
  geo-pos:long "-1.64469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12504'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64469'^^xsd:double;
  dwc:latitude '48.66276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64469 48.66276, -1.64469 48.66276, -1.64469 48.66276, -1.64469 48.66276, -1.64469 48.66276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12504'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65912 -1.64462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65912 -1.64462)"^^geo:wktLiteral ;
  geo-pos:lat "48.65912"^^xsd:decimal ;
  geo-pos:long "-1.64462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11780'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64462'^^xsd:double;
  dwc:latitude '48.65912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64462 48.65912, -1.64462 48.65912, -1.64462 48.65912, -1.64462 48.65912, -1.64462 48.65912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11780'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65837 -1.64459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65837 -1.64459)"^^geo:wktLiteral ;
  geo-pos:lat "48.65837"^^xsd:decimal ;
  geo-pos:long "-1.64459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12203'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64459'^^xsd:double;
  dwc:latitude '48.65837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64459 48.65837, -1.64459 48.65837, -1.64459 48.65837, -1.64459 48.65837, -1.64459 48.65837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12203'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66088 -1.64459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66088 -1.64459)"^^geo:wktLiteral ;
  geo-pos:lat "48.66088"^^xsd:decimal ;
  geo-pos:long "-1.64459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12505'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64459'^^xsd:double;
  dwc:latitude '48.66088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64459 48.66088, -1.64459 48.66088, -1.64459 48.66088, -1.64459 48.66088, -1.64459 48.66088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12505'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66108 -1.64458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66108 -1.64458)"^^geo:wktLiteral ;
  geo-pos:lat "48.66108"^^xsd:decimal ;
  geo-pos:long "-1.64458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12236'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64458'^^xsd:double;
  dwc:latitude '48.66108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64458 48.66108, -1.64458 48.66108, -1.64458 48.66108, -1.64458 48.66108, -1.64458 48.66108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12236'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64327 -1.64456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64327 -1.64456)"^^geo:wktLiteral ;
  geo-pos:lat "48.64327"^^xsd:decimal ;
  geo-pos:long "-1.64456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13546'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64456'^^xsd:double;
  dwc:latitude '48.64327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64456 48.64327, -1.64456 48.64327, -1.64456 48.64327, -1.64456 48.64327, -1.64456 48.64327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13546'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66037 -1.64452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66037 -1.64452)"^^geo:wktLiteral ;
  geo-pos:lat "48.66037"^^xsd:decimal ;
  geo-pos:long "-1.64452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10853'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64452'^^xsd:double;
  dwc:latitude '48.66037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64452 48.66037, -1.64452 48.66037, -1.64452 48.66037, -1.64452 48.66037, -1.64452 48.66037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10853'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65793 -1.64444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65793 -1.64444)"^^geo:wktLiteral ;
  geo-pos:lat "48.65793"^^xsd:decimal ;
  geo-pos:long "-1.64444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12162'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64444'^^xsd:double;
  dwc:latitude '48.65793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64444 48.65793, -1.64444 48.65793, -1.64444 48.65793, -1.64444 48.65793, -1.64444 48.65793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12162'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65385 -1.64443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65385 -1.64443)"^^geo:wktLiteral ;
  geo-pos:lat "48.65385"^^xsd:decimal ;
  geo-pos:long "-1.64443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10969'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64443'^^xsd:double;
  dwc:latitude '48.65385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64443 48.65385, -1.64443 48.65385, -1.64443 48.65385, -1.64443 48.65385, -1.64443 48.65385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10969'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.64441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.64441)"^^geo:wktLiteral ;
  geo-pos:lat "48.657"^^xsd:decimal ;
  geo-pos:long "-1.64441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11746'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64441'^^xsd:double;
  dwc:latitude '48.657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64441 48.657, -1.64441 48.657, -1.64441 48.657, -1.64441 48.657, -1.64441 48.657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11746'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65951 -1.6444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65951"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65951 -1.6444)"^^geo:wktLiteral ;
  geo-pos:lat "48.65951"^^xsd:decimal ;
  geo-pos:long "-1.6444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12194'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6444'^^xsd:double;
  dwc:latitude '48.65951'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6444 48.65951, -1.6444 48.65951, -1.6444 48.65951, -1.6444 48.65951, -1.6444 48.65951))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12194'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.667 -1.6444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.667 -1.6444)"^^geo:wktLiteral ;
  geo-pos:lat "48.667"^^xsd:decimal ;
  geo-pos:long "-1.6444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6292'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6444'^^xsd:double;
  dwc:latitude '48.667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6444 48.667, -1.6444 48.667, -1.6444 48.667, -1.6444 48.667, -1.6444 48.667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6292'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65822 -1.64438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65822 -1.64438)"^^geo:wktLiteral ;
  geo-pos:lat "48.65822"^^xsd:decimal ;
  geo-pos:long "-1.64438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12204'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64438'^^xsd:double;
  dwc:latitude '48.65822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64438 48.65822, -1.64438 48.65822, -1.64438 48.65822, -1.64438 48.65822, -1.64438 48.65822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12204'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70397 -1.64435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70397 -1.64435)"^^geo:wktLiteral ;
  geo-pos:lat "48.70397"^^xsd:decimal ;
  geo-pos:long "-1.64435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12448'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64435'^^xsd:double;
  dwc:latitude '48.70397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64435 48.70397, -1.64435 48.70397, -1.64435 48.70397, -1.64435 48.70397, -1.64435 48.70397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12448'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64519 -1.64434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64519"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64519 -1.64434)"^^geo:wktLiteral ;
  geo-pos:lat "48.64519"^^xsd:decimal ;
  geo-pos:long "-1.64434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11448'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64434'^^xsd:double;
  dwc:latitude '48.64519'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64434 48.64519, -1.64434 48.64519, -1.64434 48.64519, -1.64434 48.64519, -1.64434 48.64519))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11448'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66108 -1.64433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66108 -1.64433)"^^geo:wktLiteral ;
  geo-pos:lat "48.66108"^^xsd:decimal ;
  geo-pos:long "-1.64433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12855'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64433'^^xsd:double;
  dwc:latitude '48.66108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64433 48.66108, -1.64433 48.66108, -1.64433 48.66108, -1.64433 48.66108, -1.64433 48.66108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12855'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65905 -1.64429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65905 -1.64429)"^^geo:wktLiteral ;
  geo-pos:lat "48.65905"^^xsd:decimal ;
  geo-pos:long "-1.64429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12164'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64429'^^xsd:double;
  dwc:latitude '48.65905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64429 48.65905, -1.64429 48.65905, -1.64429 48.65905, -1.64429 48.65905, -1.64429 48.65905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12164'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65927 -1.64429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65927 -1.64429)"^^geo:wktLiteral ;
  geo-pos:lat "48.65927"^^xsd:decimal ;
  geo-pos:long "-1.64429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12193'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64429'^^xsd:double;
  dwc:latitude '48.65927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64429 48.65927, -1.64429 48.65927, -1.64429 48.65927, -1.64429 48.65927, -1.64429 48.65927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12193'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67963 -1.64429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67963 -1.64429)"^^geo:wktLiteral ;
  geo-pos:lat "48.67963"^^xsd:decimal ;
  geo-pos:long "-1.64429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8161'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64429'^^xsd:double;
  dwc:latitude '48.67963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64429 48.67963, -1.64429 48.67963, -1.64429 48.67963, -1.64429 48.67963, -1.64429 48.67963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8161'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64632 -1.64427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64632 -1.64427)"^^geo:wktLiteral ;
  geo-pos:lat "48.64632"^^xsd:decimal ;
  geo-pos:long "-1.64427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12923'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64427'^^xsd:double;
  dwc:latitude '48.64632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64427 48.64632, -1.64427 48.64632, -1.64427 48.64632, -1.64427 48.64632, -1.64427 48.64632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12923'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65947 -1.64425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65947 -1.64425)"^^geo:wktLiteral ;
  geo-pos:lat "48.65947"^^xsd:decimal ;
  geo-pos:long "-1.64425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11778'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64425'^^xsd:double;
  dwc:latitude '48.65947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64425 48.65947, -1.64425 48.65947, -1.64425 48.65947, -1.64425 48.65947, -1.64425 48.65947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11778'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63585 -1.64423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63585 -1.64423)"^^geo:wktLiteral ;
  geo-pos:lat "48.63585"^^xsd:decimal ;
  geo-pos:long "-1.64423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11814'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64423'^^xsd:double;
  dwc:latitude '48.63585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64423 48.63585, -1.64423 48.63585, -1.64423 48.63585, -1.64423 48.63585, -1.64423 48.63585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11814'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65895 -1.64421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65895 -1.64421)"^^geo:wktLiteral ;
  geo-pos:lat "48.65895"^^xsd:decimal ;
  geo-pos:long "-1.64421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12882'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64421'^^xsd:double;
  dwc:latitude '48.65895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64421 48.65895, -1.64421 48.65895, -1.64421 48.65895, -1.64421 48.65895, -1.64421 48.65895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12882'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.661 -1.64419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.661 -1.64419)"^^geo:wktLiteral ;
  geo-pos:lat "48.661"^^xsd:decimal ;
  geo-pos:long "-1.64419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12523'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64419'^^xsd:double;
  dwc:latitude '48.661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64419 48.661, -1.64419 48.661, -1.64419 48.661, -1.64419 48.661, -1.64419 48.661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12523'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66515 -1.64419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66515 -1.64419)"^^geo:wktLiteral ;
  geo-pos:lat "48.66515"^^xsd:decimal ;
  geo-pos:long "-1.64419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10771'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64419'^^xsd:double;
  dwc:latitude '48.66515'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64419 48.66515, -1.64419 48.66515, -1.64419 48.66515, -1.64419 48.66515, -1.64419 48.66515))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10771'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63685 -1.64418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63685 -1.64418)"^^geo:wktLiteral ;
  geo-pos:lat "48.63685"^^xsd:decimal ;
  geo-pos:long "-1.64418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10960'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64418'^^xsd:double;
  dwc:latitude '48.63685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64418 48.63685, -1.64418 48.63685, -1.64418 48.63685, -1.64418 48.63685, -1.64418 48.63685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10960'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.64417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.64417)"^^geo:wktLiteral ;
  geo-pos:lat "48.65925"^^xsd:decimal ;
  geo-pos:long "-1.64417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12943'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64417'^^xsd:double;
  dwc:latitude '48.65925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64417 48.65925, -1.64417 48.65925, -1.64417 48.65925, -1.64417 48.65925, -1.64417 48.65925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12943'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66966 -1.64416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66966 -1.64416)"^^geo:wktLiteral ;
  geo-pos:lat "48.66966"^^xsd:decimal ;
  geo-pos:long "-1.64416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6291'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64416'^^xsd:double;
  dwc:latitude '48.66966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64416 48.66966, -1.64416 48.66966, -1.64416 48.66966, -1.64416 48.66966, -1.64416 48.66966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6291'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66463 -1.64415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66463 -1.64415)"^^geo:wktLiteral ;
  geo-pos:lat "48.66463"^^xsd:decimal ;
  geo-pos:long "-1.64415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10851'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64415'^^xsd:double;
  dwc:latitude '48.66463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64415 48.66463, -1.64415 48.66463, -1.64415 48.66463, -1.64415 48.66463, -1.64415 48.66463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10851'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69824 -1.64415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69824 -1.64415)"^^geo:wktLiteral ;
  geo-pos:lat "48.69824"^^xsd:decimal ;
  geo-pos:long "-1.64415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9017'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64415'^^xsd:double;
  dwc:latitude '48.69824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64415 48.69824, -1.64415 48.69824, -1.64415 48.69824, -1.64415 48.69824, -1.64415 48.69824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9017'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65987 -1.64414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65987 -1.64414)"^^geo:wktLiteral ;
  geo-pos:lat "48.65987"^^xsd:decimal ;
  geo-pos:long "-1.64414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12195'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64414'^^xsd:double;
  dwc:latitude '48.65987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64414 48.65987, -1.64414 48.65987, -1.64414 48.65987, -1.64414 48.65987, -1.64414 48.65987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12195'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66257 -1.64412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66257 -1.64412)"^^geo:wktLiteral ;
  geo-pos:lat "48.66257"^^xsd:decimal ;
  geo-pos:long "-1.64412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8994'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64412'^^xsd:double;
  dwc:latitude '48.66257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64412 48.66257, -1.64412 48.66257, -1.64412 48.66257, -1.64412 48.66257, -1.64412 48.66257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8994'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69396 -1.64411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69396 -1.64411)"^^geo:wktLiteral ;
  geo-pos:lat "48.69396"^^xsd:decimal ;
  geo-pos:long "-1.64411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11530'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64411'^^xsd:double;
  dwc:latitude '48.69396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64411 48.69396, -1.64411 48.69396, -1.64411 48.69396, -1.64411 48.69396, -1.64411 48.69396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11530'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65673 -1.6441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65673 -1.6441)"^^geo:wktLiteral ;
  geo-pos:lat "48.65673"^^xsd:decimal ;
  geo-pos:long "-1.6441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12161'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6441'^^xsd:double;
  dwc:latitude '48.65673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6441 48.65673, -1.6441 48.65673, -1.6441 48.65673, -1.6441 48.65673, -1.6441 48.65673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12161'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63695 -1.64409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63695"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63695 -1.64409)"^^geo:wktLiteral ;
  geo-pos:lat "48.63695"^^xsd:decimal ;
  geo-pos:long "-1.64409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10961'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64409'^^xsd:double;
  dwc:latitude '48.63695'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64409 48.63695, -1.64409 48.63695, -1.64409 48.63695, -1.64409 48.63695, -1.64409 48.63695))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10961'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65772 -1.64408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65772 -1.64408)"^^geo:wktLiteral ;
  geo-pos:lat "48.65772"^^xsd:decimal ;
  geo-pos:long "-1.64408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12248'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64408'^^xsd:double;
  dwc:latitude '48.65772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64408 48.65772, -1.64408 48.65772, -1.64408 48.65772, -1.64408 48.65772, -1.64408 48.65772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12248'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70085 -1.64408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70085 -1.64408)"^^geo:wktLiteral ;
  geo-pos:lat "48.70085"^^xsd:decimal ;
  geo-pos:long "-1.64408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11551'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64408'^^xsd:double;
  dwc:latitude '48.70085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64408 48.70085, -1.64408 48.70085, -1.64408 48.70085, -1.64408 48.70085, -1.64408 48.70085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11551'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63651 -1.64406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63651 -1.64406)"^^geo:wktLiteral ;
  geo-pos:lat "48.63651"^^xsd:decimal ;
  geo-pos:long "-1.64406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13333'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64406'^^xsd:double;
  dwc:latitude '48.63651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64406 48.63651, -1.64406 48.63651, -1.64406 48.63651, -1.64406 48.63651, -1.64406 48.63651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13333'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66453 -1.64403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66453 -1.64403)"^^geo:wktLiteral ;
  geo-pos:lat "48.66453"^^xsd:decimal ;
  geo-pos:long "-1.64403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11087'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64403'^^xsd:double;
  dwc:latitude '48.66453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64403 48.66453, -1.64403 48.66453, -1.64403 48.66453, -1.64403 48.66453, -1.64403 48.66453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11087'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69362 -1.64402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69362 -1.64402)"^^geo:wktLiteral ;
  geo-pos:lat "48.69362"^^xsd:decimal ;
  geo-pos:long "-1.64402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9013'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64402'^^xsd:double;
  dwc:latitude '48.69362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64402 48.69362, -1.64402 48.69362, -1.64402 48.69362, -1.64402 48.69362, -1.64402 48.69362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9013'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63685 -1.64401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63685 -1.64401)"^^geo:wktLiteral ;
  geo-pos:lat "48.63685"^^xsd:decimal ;
  geo-pos:long "-1.64401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10990'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64401'^^xsd:double;
  dwc:latitude '48.63685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64401 48.63685, -1.64401 48.63685, -1.64401 48.63685, -1.64401 48.63685, -1.64401 48.63685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10990'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65825 -1.64398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65825 -1.64398)"^^geo:wktLiteral ;
  geo-pos:lat "48.65825"^^xsd:decimal ;
  geo-pos:long "-1.64398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11638'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64398'^^xsd:double;
  dwc:latitude '48.65825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64398 48.65825, -1.64398 48.65825, -1.64398 48.65825, -1.64398 48.65825, -1.64398 48.65825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11638'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6584 -1.64398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6584 -1.64398)"^^geo:wktLiteral ;
  geo-pos:lat "48.6584"^^xsd:decimal ;
  geo-pos:long "-1.64398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12197'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64398'^^xsd:double;
  dwc:latitude '48.6584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64398 48.6584, -1.64398 48.6584, -1.64398 48.6584, -1.64398 48.6584, -1.64398 48.6584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12197'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6591 -1.64398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6591 -1.64398)"^^geo:wktLiteral ;
  geo-pos:lat "48.6591"^^xsd:decimal ;
  geo-pos:long "-1.64398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12184'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64398'^^xsd:double;
  dwc:latitude '48.6591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64398 48.6591, -1.64398 48.6591, -1.64398 48.6591, -1.64398 48.6591, -1.64398 48.6591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12184'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70185 -1.64398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70185"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70185 -1.64398)"^^geo:wktLiteral ;
  geo-pos:lat "48.70185"^^xsd:decimal ;
  geo-pos:long "-1.64398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8111'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64398'^^xsd:double;
  dwc:latitude '48.70185'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64398 48.70185, -1.64398 48.70185, -1.64398 48.70185, -1.64398 48.70185, -1.64398 48.70185))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8111'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69741 -1.64397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69741 -1.64397)"^^geo:wktLiteral ;
  geo-pos:lat "48.69741"^^xsd:decimal ;
  geo-pos:long "-1.64397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9089'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64397'^^xsd:double;
  dwc:latitude '48.69741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64397 48.69741, -1.64397 48.69741, -1.64397 48.69741, -1.64397 48.69741, -1.64397 48.69741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9089'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70403 -1.64396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70403 -1.64396)"^^geo:wktLiteral ;
  geo-pos:lat "48.70403"^^xsd:decimal ;
  geo-pos:long "-1.64396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10212'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64396'^^xsd:double;
  dwc:latitude '48.70403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64396 48.70403, -1.64396 48.70403, -1.64396 48.70403, -1.64396 48.70403, -1.64396 48.70403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10212'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65305 -1.64395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65305 -1.64395)"^^geo:wktLiteral ;
  geo-pos:lat "48.65305"^^xsd:decimal ;
  geo-pos:long "-1.64395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11717'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64395'^^xsd:double;
  dwc:latitude '48.65305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64395 48.65305, -1.64395 48.65305, -1.64395 48.65305, -1.64395 48.65305, -1.64395 48.65305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11717'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69699 -1.64395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69699 -1.64395)"^^geo:wktLiteral ;
  geo-pos:lat "48.69699"^^xsd:decimal ;
  geo-pos:long "-1.64395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11555'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64395'^^xsd:double;
  dwc:latitude '48.69699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64395 48.69699, -1.64395 48.69699, -1.64395 48.69699, -1.64395 48.69699, -1.64395 48.69699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11555'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66112 -1.64392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66112"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66112 -1.64392)"^^geo:wktLiteral ;
  geo-pos:lat "48.66112"^^xsd:decimal ;
  geo-pos:long "-1.64392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12338'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64392'^^xsd:double;
  dwc:latitude '48.66112'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64392 48.66112, -1.64392 48.66112, -1.64392 48.66112, -1.64392 48.66112, -1.64392 48.66112))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12338'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65952 -1.64391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65952 -1.64391)"^^geo:wktLiteral ;
  geo-pos:lat "48.65952"^^xsd:decimal ;
  geo-pos:long "-1.64391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11735'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64391'^^xsd:double;
  dwc:latitude '48.65952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64391 48.65952, -1.64391 48.65952, -1.64391 48.65952, -1.64391 48.65952, -1.64391 48.65952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11735'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66356 -1.64391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66356 -1.64391)"^^geo:wktLiteral ;
  geo-pos:lat "48.66356"^^xsd:decimal ;
  geo-pos:long "-1.64391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12492'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64391'^^xsd:double;
  dwc:latitude '48.66356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64391 48.66356, -1.64391 48.66356, -1.64391 48.66356, -1.64391 48.66356, -1.64391 48.66356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12492'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79318 -1.64389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.79318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79318 -1.64389)"^^geo:wktLiteral ;
  geo-pos:lat "48.79318"^^xsd:decimal ;
  geo-pos:long "-1.64389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9921'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64389'^^xsd:double;
  dwc:latitude '48.79318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64389 48.79318, -1.64389 48.79318, -1.64389 48.79318, -1.64389 48.79318, -1.64389 48.79318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9921'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63647 -1.64388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63647 -1.64388)"^^geo:wktLiteral ;
  geo-pos:lat "48.63647"^^xsd:decimal ;
  geo-pos:long "-1.64388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13277'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64388'^^xsd:double;
  dwc:latitude '48.63647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64388 48.63647, -1.64388 48.63647, -1.64388 48.63647, -1.64388 48.63647, -1.64388 48.63647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13277'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66017 -1.64388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66017 -1.64388)"^^geo:wktLiteral ;
  geo-pos:lat "48.66017"^^xsd:decimal ;
  geo-pos:long "-1.64388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6289'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64388'^^xsd:double;
  dwc:latitude '48.66017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64388 48.66017, -1.64388 48.66017, -1.64388 48.66017, -1.64388 48.66017, -1.64388 48.66017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6289'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6633 -1.64385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6633 -1.64385)"^^geo:wktLiteral ;
  geo-pos:lat "48.6633"^^xsd:decimal ;
  geo-pos:long "-1.64385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12490'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64385'^^xsd:double;
  dwc:latitude '48.6633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64385 48.6633, -1.64385 48.6633, -1.64385 48.6633, -1.64385 48.6633, -1.64385 48.6633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12490'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66334 -1.6438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66334 -1.6438)"^^geo:wktLiteral ;
  geo-pos:lat "48.66334"^^xsd:decimal ;
  geo-pos:long "-1.6438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12310'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6438'^^xsd:double;
  dwc:latitude '48.66334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6438 48.66334, -1.6438 48.66334, -1.6438 48.66334, -1.6438 48.66334, -1.6438 48.66334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12310'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70207 -1.6438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70207 -1.6438)"^^geo:wktLiteral ;
  geo-pos:lat "48.70207"^^xsd:decimal ;
  geo-pos:long "-1.6438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11527'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6438'^^xsd:double;
  dwc:latitude '48.70207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6438 48.70207, -1.6438 48.70207, -1.6438 48.70207, -1.6438 48.70207, -1.6438 48.70207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11527'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7004 -1.64378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7004 -1.64378)"^^geo:wktLiteral ;
  geo-pos:lat "48.7004"^^xsd:decimal ;
  geo-pos:long "-1.64378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8659'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64378'^^xsd:double;
  dwc:latitude '48.7004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64378 48.7004, -1.64378 48.7004, -1.64378 48.7004, -1.64378 48.7004, -1.64378 48.7004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8659'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64289 -1.64374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64289 -1.64374)"^^geo:wktLiteral ;
  geo-pos:lat "48.64289"^^xsd:decimal ;
  geo-pos:long "-1.64374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10995'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64374'^^xsd:double;
  dwc:latitude '48.64289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64374 48.64289, -1.64374 48.64289, -1.64374 48.64289, -1.64374 48.64289, -1.64374 48.64289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10995'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69464 -1.64372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69464 -1.64372)"^^geo:wktLiteral ;
  geo-pos:lat "48.69464"^^xsd:decimal ;
  geo-pos:long "-1.64372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11552'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64372'^^xsd:double;
  dwc:latitude '48.69464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64372 48.69464, -1.64372 48.69464, -1.64372 48.69464, -1.64372 48.69464, -1.64372 48.69464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11552'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65693 -1.64367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65693 -1.64367)"^^geo:wktLiteral ;
  geo-pos:lat "48.65693"^^xsd:decimal ;
  geo-pos:long "-1.64367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11766'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64367'^^xsd:double;
  dwc:latitude '48.65693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64367 48.65693, -1.64367 48.65693, -1.64367 48.65693, -1.64367 48.65693, -1.64367 48.65693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11766'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66164 -1.64366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66164"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66164 -1.64366)"^^geo:wktLiteral ;
  geo-pos:lat "48.66164"^^xsd:decimal ;
  geo-pos:long "-1.64366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12333'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64366'^^xsd:double;
  dwc:latitude '48.66164'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64366 48.66164, -1.64366 48.66164, -1.64366 48.66164, -1.64366 48.66164, -1.64366 48.66164))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12333'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64686 -1.64364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64686 -1.64364)"^^geo:wktLiteral ;
  geo-pos:lat "48.64686"^^xsd:decimal ;
  geo-pos:long "-1.64364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10647'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64364'^^xsd:double;
  dwc:latitude '48.64686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64364 48.64686, -1.64364 48.64686, -1.64364 48.64686, -1.64364 48.64686, -1.64364 48.64686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10647'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66227 -1.64361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66227 -1.64361)"^^geo:wktLiteral ;
  geo-pos:lat "48.66227"^^xsd:decimal ;
  geo-pos:long "-1.64361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6290'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64361'^^xsd:double;
  dwc:latitude '48.66227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64361 48.66227, -1.64361 48.66227, -1.64361 48.66227, -1.64361 48.66227, -1.64361 48.66227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6290'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67778 -1.64361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67778 -1.64361)"^^geo:wktLiteral ;
  geo-pos:lat "48.67778"^^xsd:decimal ;
  geo-pos:long "-1.64361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12319'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64361'^^xsd:double;
  dwc:latitude '48.67778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64361 48.67778, -1.64361 48.67778, -1.64361 48.67778, -1.64361 48.67778, -1.64361 48.67778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12319'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7013 -1.64361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7013 -1.64361)"^^geo:wktLiteral ;
  geo-pos:lat "48.7013"^^xsd:decimal ;
  geo-pos:long "-1.64361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8373'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64361'^^xsd:double;
  dwc:latitude '48.7013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64361 48.7013, -1.64361 48.7013, -1.64361 48.7013, -1.64361 48.7013, -1.64361 48.7013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8373'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66708 -1.6436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66708 -1.6436)"^^geo:wktLiteral ;
  geo-pos:lat "48.66708"^^xsd:decimal ;
  geo-pos:long "-1.6436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11369'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6436'^^xsd:double;
  dwc:latitude '48.66708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6436 48.66708, -1.6436 48.66708, -1.6436 48.66708, -1.6436 48.66708, -1.6436 48.66708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11369'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66242 -1.64358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66242 -1.64358)"^^geo:wktLiteral ;
  geo-pos:lat "48.66242"^^xsd:decimal ;
  geo-pos:long "-1.64358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12493'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64358'^^xsd:double;
  dwc:latitude '48.66242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64358 48.66242, -1.64358 48.66242, -1.64358 48.66242, -1.64358 48.66242, -1.64358 48.66242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12493'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67935 -1.64356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67935"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67935 -1.64356)"^^geo:wktLiteral ;
  geo-pos:lat "48.67935"^^xsd:decimal ;
  geo-pos:long "-1.64356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1800'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64356'^^xsd:double;
  dwc:latitude '48.67935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64356 48.67935, -1.64356 48.67935, -1.64356 48.67935, -1.64356 48.67935, -1.64356 48.67935))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1800'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70141 -1.64356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70141 -1.64356)"^^geo:wktLiteral ;
  geo-pos:lat "48.70141"^^xsd:decimal ;
  geo-pos:long "-1.64356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11387'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64356'^^xsd:double;
  dwc:latitude '48.70141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64356 48.70141, -1.64356 48.70141, -1.64356 48.70141, -1.64356 48.70141, -1.64356 48.70141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11387'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6965 -1.64353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6965 -1.64353)"^^geo:wktLiteral ;
  geo-pos:lat "48.6965"^^xsd:decimal ;
  geo-pos:long "-1.64353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9088'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64353'^^xsd:double;
  dwc:latitude '48.6965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64353 48.6965, -1.64353 48.6965, -1.64353 48.6965, -1.64353 48.6965, -1.64353 48.6965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9088'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65973 -1.64352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65973 -1.64352)"^^geo:wktLiteral ;
  geo-pos:lat "48.65973"^^xsd:decimal ;
  geo-pos:long "-1.64352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12251'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64352'^^xsd:double;
  dwc:latitude '48.65973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64352 48.65973, -1.64352 48.65973, -1.64352 48.65973, -1.64352 48.65973, -1.64352 48.65973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12251'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65878 -1.64348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65878 -1.64348)"^^geo:wktLiteral ;
  geo-pos:lat "48.65878"^^xsd:decimal ;
  geo-pos:long "-1.64348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12234'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64348'^^xsd:double;
  dwc:latitude '48.65878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64348 48.65878, -1.64348 48.65878, -1.64348 48.65878, -1.64348 48.65878, -1.64348 48.65878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12234'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7081 -1.64346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7081 -1.64346)"^^geo:wktLiteral ;
  geo-pos:lat "48.7081"^^xsd:decimal ;
  geo-pos:long "-1.64346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10128'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64346'^^xsd:double;
  dwc:latitude '48.7081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64346 48.7081, -1.64346 48.7081, -1.64346 48.7081, -1.64346 48.7081, -1.64346 48.7081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10128'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6587 -1.64341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6587 -1.64341)"^^geo:wktLiteral ;
  geo-pos:lat "48.6587"^^xsd:decimal ;
  geo-pos:long "-1.64341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13040'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64341'^^xsd:double;
  dwc:latitude '48.6587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64341 48.6587, -1.64341 48.6587, -1.64341 48.6587, -1.64341 48.6587, -1.64341 48.6587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13040'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63607 -1.6434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63607 -1.6434)"^^geo:wktLiteral ;
  geo-pos:lat "48.63607"^^xsd:decimal ;
  geo-pos:long "-1.6434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12983'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6434'^^xsd:double;
  dwc:latitude '48.63607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6434 48.63607, -1.6434 48.63607, -1.6434 48.63607, -1.6434 48.63607, -1.6434 48.63607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12983'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6985 -1.64338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6985"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6985 -1.64338)"^^geo:wktLiteral ;
  geo-pos:lat "48.6985"^^xsd:decimal ;
  geo-pos:long "-1.64338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8165'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64338'^^xsd:double;
  dwc:latitude '48.6985'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64338 48.6985, -1.64338 48.6985, -1.64338 48.6985, -1.64338 48.6985, -1.64338 48.6985))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8165'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65902 -1.64337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65902 -1.64337)"^^geo:wktLiteral ;
  geo-pos:lat "48.65902"^^xsd:decimal ;
  geo-pos:long "-1.64337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12219'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64337'^^xsd:double;
  dwc:latitude '48.65902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64337 48.65902, -1.64337 48.65902, -1.64337 48.65902, -1.64337 48.65902, -1.64337 48.65902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12219'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65893 -1.64336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65893 -1.64336)"^^geo:wktLiteral ;
  geo-pos:lat "48.65893"^^xsd:decimal ;
  geo-pos:long "-1.64336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12147'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64336'^^xsd:double;
  dwc:latitude '48.65893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64336 48.65893, -1.64336 48.65893, -1.64336 48.65893, -1.64336 48.65893, -1.64336 48.65893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12147'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69183 -1.64333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69183"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69183 -1.64333)"^^geo:wktLiteral ;
  geo-pos:lat "48.69183"^^xsd:decimal ;
  geo-pos:long "-1.64333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11190'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64333'^^xsd:double;
  dwc:latitude '48.69183'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64333 48.69183, -1.64333 48.69183, -1.64333 48.69183, -1.64333 48.69183, -1.64333 48.69183))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11190'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65729 -1.64332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65729"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65729 -1.64332)"^^geo:wktLiteral ;
  geo-pos:lat "48.65729"^^xsd:decimal ;
  geo-pos:long "-1.64332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11331'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64332'^^xsd:double;
  dwc:latitude '48.65729'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64332 48.65729, -1.64332 48.65729, -1.64332 48.65729, -1.64332 48.65729, -1.64332 48.65729))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11331'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70149 -1.64331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70149 -1.64331)"^^geo:wktLiteral ;
  geo-pos:lat "48.70149"^^xsd:decimal ;
  geo-pos:long "-1.64331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9014'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64331'^^xsd:double;
  dwc:latitude '48.70149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64331 48.70149, -1.64331 48.70149, -1.64331 48.70149, -1.64331 48.70149, -1.64331 48.70149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9014'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71078 -1.64331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71078 -1.64331)"^^geo:wktLiteral ;
  geo-pos:lat "48.71078"^^xsd:decimal ;
  geo-pos:long "-1.64331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11396'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64331'^^xsd:double;
  dwc:latitude '48.71078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64331 48.71078, -1.64331 48.71078, -1.64331 48.71078, -1.64331 48.71078, -1.64331 48.71078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11396'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70091 -1.64325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70091 -1.64325)"^^geo:wktLiteral ;
  geo-pos:lat "48.70091"^^xsd:decimal ;
  geo-pos:long "-1.64325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8839'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64325'^^xsd:double;
  dwc:latitude '48.70091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64325 48.70091, -1.64325 48.70091, -1.64325 48.70091, -1.64325 48.70091, -1.64325 48.70091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8839'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65843 -1.64324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65843 -1.64324)"^^geo:wktLiteral ;
  geo-pos:lat "48.65843"^^xsd:decimal ;
  geo-pos:long "-1.64324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11779'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64324'^^xsd:double;
  dwc:latitude '48.65843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64324 48.65843, -1.64324 48.65843, -1.64324 48.65843, -1.64324 48.65843, -1.64324 48.65843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11779'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67994 -1.64324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67994 -1.64324)"^^geo:wktLiteral ;
  geo-pos:lat "48.67994"^^xsd:decimal ;
  geo-pos:long "-1.64324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7609'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64324'^^xsd:double;
  dwc:latitude '48.67994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64324 48.67994, -1.64324 48.67994, -1.64324 48.67994, -1.64324 48.67994, -1.64324 48.67994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7609'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63634 -1.64323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63634 -1.64323)"^^geo:wktLiteral ;
  geo-pos:lat "48.63634"^^xsd:decimal ;
  geo-pos:long "-1.64323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11914'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64323'^^xsd:double;
  dwc:latitude '48.63634'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64323 48.63634, -1.64323 48.63634, -1.64323 48.63634, -1.64323 48.63634, -1.64323 48.63634))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11914'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65941 -1.64321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65941 -1.64321)"^^geo:wktLiteral ;
  geo-pos:lat "48.65941"^^xsd:decimal ;
  geo-pos:long "-1.64321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12196'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64321'^^xsd:double;
  dwc:latitude '48.65941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64321 48.65941, -1.64321 48.65941, -1.64321 48.65941, -1.64321 48.65941, -1.64321 48.65941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12196'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65876 -1.64319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65876 -1.64319)"^^geo:wktLiteral ;
  geo-pos:lat "48.65876"^^xsd:decimal ;
  geo-pos:long "-1.64319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11768'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64319'^^xsd:double;
  dwc:latitude '48.65876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64319 48.65876, -1.64319 48.65876, -1.64319 48.65876, -1.64319 48.65876, -1.64319 48.65876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11768'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65911 -1.64318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65911 -1.64318)"^^geo:wktLiteral ;
  geo-pos:lat "48.65911"^^xsd:decimal ;
  geo-pos:long "-1.64318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12235'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64318'^^xsd:double;
  dwc:latitude '48.65911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64318 48.65911, -1.64318 48.65911, -1.64318 48.65911, -1.64318 48.65911, -1.64318 48.65911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12235'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70456 -1.64317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70456"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70456 -1.64317)"^^geo:wktLiteral ;
  geo-pos:lat "48.70456"^^xsd:decimal ;
  geo-pos:long "-1.64317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11486'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64317'^^xsd:double;
  dwc:latitude '48.70456'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64317 48.70456, -1.64317 48.70456, -1.64317 48.70456, -1.64317 48.70456, -1.64317 48.70456))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11486'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69517 -1.64316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69517 -1.64316)"^^geo:wktLiteral ;
  geo-pos:lat "48.69517"^^xsd:decimal ;
  geo-pos:long "-1.64316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11484'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64316'^^xsd:double;
  dwc:latitude '48.69517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64316 48.69517, -1.64316 48.69517, -1.64316 48.69517, -1.64316 48.69517, -1.64316 48.69517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11484'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70537 -1.64314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70537 -1.64314)"^^geo:wktLiteral ;
  geo-pos:lat "48.70537"^^xsd:decimal ;
  geo-pos:long "-1.64314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11504'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64314'^^xsd:double;
  dwc:latitude '48.70537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64314 48.70537, -1.64314 48.70537, -1.64314 48.70537, -1.64314 48.70537, -1.64314 48.70537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11504'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65127 -1.64313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65127"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65127 -1.64313)"^^geo:wktLiteral ;
  geo-pos:lat "48.65127"^^xsd:decimal ;
  geo-pos:long "-1.64313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12906'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64313'^^xsd:double;
  dwc:latitude '48.65127'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64313 48.65127, -1.64313 48.65127, -1.64313 48.65127, -1.64313 48.65127, -1.64313 48.65127))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12906'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69179 -1.6431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69179 -1.6431)"^^geo:wktLiteral ;
  geo-pos:lat "48.69179"^^xsd:decimal ;
  geo-pos:long "-1.6431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8633'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6431'^^xsd:double;
  dwc:latitude '48.69179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6431 48.69179, -1.6431 48.69179, -1.6431 48.69179, -1.6431 48.69179, -1.6431 48.69179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8633'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69914 -1.64309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69914 -1.64309)"^^geo:wktLiteral ;
  geo-pos:lat "48.69914"^^xsd:decimal ;
  geo-pos:long "-1.64309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7998'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64309'^^xsd:double;
  dwc:latitude '48.69914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64309 48.69914, -1.64309 48.69914, -1.64309 48.69914, -1.64309 48.69914, -1.64309 48.69914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7998'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65696 -1.64308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65696 -1.64308)"^^geo:wktLiteral ;
  geo-pos:lat "48.65696"^^xsd:decimal ;
  geo-pos:long "-1.64308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12221'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64308'^^xsd:double;
  dwc:latitude '48.65696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64308 48.65696, -1.64308 48.65696, -1.64308 48.65696, -1.64308 48.65696, -1.64308 48.65696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12221'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65901 -1.64308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65901 -1.64308)"^^geo:wktLiteral ;
  geo-pos:lat "48.65901"^^xsd:decimal ;
  geo-pos:long "-1.64308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12183'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64308'^^xsd:double;
  dwc:latitude '48.65901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64308 48.65901, -1.64308 48.65901, -1.64308 48.65901, -1.64308 48.65901, -1.64308 48.65901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12183'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66474 -1.64306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66474 -1.64306)"^^geo:wktLiteral ;
  geo-pos:lat "48.66474"^^xsd:decimal ;
  geo-pos:long "-1.64306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10852'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64306'^^xsd:double;
  dwc:latitude '48.66474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64306 48.66474, -1.64306 48.66474, -1.64306 48.66474, -1.64306 48.66474, -1.64306 48.66474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10852'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63608 -1.64304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63608 -1.64304)"^^geo:wktLiteral ;
  geo-pos:lat "48.63608"^^xsd:decimal ;
  geo-pos:long "-1.64304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13228'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64304'^^xsd:double;
  dwc:latitude '48.63608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64304 48.63608, -1.64304 48.63608, -1.64304 48.63608, -1.64304 48.63608, -1.64304 48.63608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13228'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6585 -1.64304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6585 -1.64304)"^^geo:wktLiteral ;
  geo-pos:lat "48.6585"^^xsd:decimal ;
  geo-pos:long "-1.64304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12913'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64304'^^xsd:double;
  dwc:latitude '48.6585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64304 48.6585, -1.64304 48.6585, -1.64304 48.6585, -1.64304 48.6585, -1.64304 48.6585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12913'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66606 -1.64301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66606 -1.64301)"^^geo:wktLiteral ;
  geo-pos:lat "48.66606"^^xsd:decimal ;
  geo-pos:long "-1.64301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8938'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64301'^^xsd:double;
  dwc:latitude '48.66606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64301 48.66606, -1.64301 48.66606, -1.64301 48.66606, -1.64301 48.66606, -1.64301 48.66606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8938'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68828 -1.64296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68828 -1.64296)"^^geo:wktLiteral ;
  geo-pos:lat "48.68828"^^xsd:decimal ;
  geo-pos:long "-1.64296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2833'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64296'^^xsd:double;
  dwc:latitude '48.68828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64296 48.68828, -1.64296 48.68828, -1.64296 48.68828, -1.64296 48.68828, -1.64296 48.68828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2833'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63561 -1.64295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63561 -1.64295)"^^geo:wktLiteral ;
  geo-pos:lat "48.63561"^^xsd:decimal ;
  geo-pos:long "-1.64295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11763'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64295'^^xsd:double;
  dwc:latitude '48.63561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64295 48.63561, -1.64295 48.63561, -1.64295 48.63561, -1.64295 48.63561, -1.64295 48.63561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11763'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65654 -1.64295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65654 -1.64295)"^^geo:wktLiteral ;
  geo-pos:lat "48.65654"^^xsd:decimal ;
  geo-pos:long "-1.64295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11690'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64295'^^xsd:double;
  dwc:latitude '48.65654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64295 48.65654, -1.64295 48.65654, -1.64295 48.65654, -1.64295 48.65654, -1.64295 48.65654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11690'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70485 -1.64295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70485 -1.64295)"^^geo:wktLiteral ;
  geo-pos:lat "48.70485"^^xsd:decimal ;
  geo-pos:long "-1.64295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7880'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64295'^^xsd:double;
  dwc:latitude '48.70485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64295 48.70485, -1.64295 48.70485, -1.64295 48.70485, -1.64295 48.70485, -1.64295 48.70485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7880'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68224 -1.64293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68224 -1.64293)"^^geo:wktLiteral ;
  geo-pos:lat "48.68224"^^xsd:decimal ;
  geo-pos:long "-1.64293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2832'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64293'^^xsd:double;
  dwc:latitude '48.68224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64293 48.68224, -1.64293 48.68224, -1.64293 48.68224, -1.64293 48.68224, -1.64293 48.68224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2832'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69563 -1.64287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69563 -1.64287)"^^geo:wktLiteral ;
  geo-pos:lat "48.69563"^^xsd:decimal ;
  geo-pos:long "-1.64287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11554'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64287'^^xsd:double;
  dwc:latitude '48.69563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64287 48.69563, -1.64287 48.69563, -1.64287 48.69563, -1.64287 48.69563, -1.64287 48.69563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11554'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66277 -1.64284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66277 -1.64284)"^^geo:wktLiteral ;
  geo-pos:lat "48.66277"^^xsd:decimal ;
  geo-pos:long "-1.64284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12334'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64284'^^xsd:double;
  dwc:latitude '48.66277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64284 48.66277, -1.64284 48.66277, -1.64284 48.66277, -1.64284 48.66277, -1.64284 48.66277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12334'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65437 -1.64279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65437 -1.64279)"^^geo:wktLiteral ;
  geo-pos:lat "48.65437"^^xsd:decimal ;
  geo-pos:long "-1.64279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11745'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64279'^^xsd:double;
  dwc:latitude '48.65437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64279 48.65437, -1.64279 48.65437, -1.64279 48.65437, -1.64279 48.65437, -1.64279 48.65437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11745'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65913 -1.64279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65913 -1.64279)"^^geo:wktLiteral ;
  geo-pos:lat "48.65913"^^xsd:decimal ;
  geo-pos:long "-1.64279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12933'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64279'^^xsd:double;
  dwc:latitude '48.65913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64279 48.65913, -1.64279 48.65913, -1.64279 48.65913, -1.64279 48.65913, -1.64279 48.65913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12933'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65917 -1.64279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65917 -1.64279)"^^geo:wktLiteral ;
  geo-pos:lat "48.65917"^^xsd:decimal ;
  geo-pos:long "-1.64279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12427'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64279'^^xsd:double;
  dwc:latitude '48.65917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64279 48.65917, -1.64279 48.65917, -1.64279 48.65917, -1.64279 48.65917, -1.64279 48.65917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12427'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68036 -1.64278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68036 -1.64278)"^^geo:wktLiteral ;
  geo-pos:lat "48.68036"^^xsd:decimal ;
  geo-pos:long "-1.64278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12073'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64278'^^xsd:double;
  dwc:latitude '48.68036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64278 48.68036, -1.64278 48.68036, -1.64278 48.68036, -1.64278 48.68036, -1.64278 48.68036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12073'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65914 -1.64277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65914 -1.64277)"^^geo:wktLiteral ;
  geo-pos:lat "48.65914"^^xsd:decimal ;
  geo-pos:long "-1.64277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12311'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64277'^^xsd:double;
  dwc:latitude '48.65914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64277 48.65914, -1.64277 48.65914, -1.64277 48.65914, -1.64277 48.65914, -1.64277 48.65914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12311'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69913 -1.64276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69913 -1.64276)"^^geo:wktLiteral ;
  geo-pos:lat "48.69913"^^xsd:decimal ;
  geo-pos:long "-1.64276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8757'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64276'^^xsd:double;
  dwc:latitude '48.69913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64276 48.69913, -1.64276 48.69913, -1.64276 48.69913, -1.64276 48.69913, -1.64276 48.69913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8757'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64173 -1.64273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64173 -1.64273)"^^geo:wktLiteral ;
  geo-pos:lat "48.64173"^^xsd:decimal ;
  geo-pos:long "-1.64273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10994'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64273'^^xsd:double;
  dwc:latitude '48.64173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64273 48.64173, -1.64273 48.64173, -1.64273 48.64173, -1.64273 48.64173, -1.64273 48.64173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10994'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73859 -1.64273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73859 -1.64273)"^^geo:wktLiteral ;
  geo-pos:lat "48.73859"^^xsd:decimal ;
  geo-pos:long "-1.64273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8385'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64273'^^xsd:double;
  dwc:latitude '48.73859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64273 48.73859, -1.64273 48.73859, -1.64273 48.73859, -1.64273 48.73859, -1.64273 48.73859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8385'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66272 -1.64272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66272 -1.64272)"^^geo:wktLiteral ;
  geo-pos:lat "48.66272"^^xsd:decimal ;
  geo-pos:long "-1.64272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11380'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64272'^^xsd:double;
  dwc:latitude '48.66272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64272 48.66272, -1.64272 48.66272, -1.64272 48.66272, -1.64272 48.66272, -1.64272 48.66272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11380'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65942 -1.64267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65942 -1.64267)"^^geo:wktLiteral ;
  geo-pos:lat "48.65942"^^xsd:decimal ;
  geo-pos:long "-1.64267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11044'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64267'^^xsd:double;
  dwc:latitude '48.65942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64267 48.65942, -1.64267 48.65942, -1.64267 48.65942, -1.64267 48.65942, -1.64267 48.65942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11044'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65691 -1.64263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65691 -1.64263)"^^geo:wktLiteral ;
  geo-pos:lat "48.65691"^^xsd:decimal ;
  geo-pos:long "-1.64263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12233'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64263'^^xsd:double;
  dwc:latitude '48.65691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64263 48.65691, -1.64263 48.65691, -1.64263 48.65691, -1.64263 48.65691, -1.64263 48.65691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12233'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69988 -1.64261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69988 -1.64261)"^^geo:wktLiteral ;
  geo-pos:lat "48.69988"^^xsd:decimal ;
  geo-pos:long "-1.64261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8758'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64261'^^xsd:double;
  dwc:latitude '48.69988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64261 48.69988, -1.64261 48.69988, -1.64261 48.69988, -1.64261 48.69988, -1.64261 48.69988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8758'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66196 -1.6426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66196 -1.6426)"^^geo:wktLiteral ;
  geo-pos:lat "48.66196"^^xsd:decimal ;
  geo-pos:long "-1.6426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12041'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6426'^^xsd:double;
  dwc:latitude '48.66196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6426 48.66196, -1.6426 48.66196, -1.6426 48.66196, -1.6426 48.66196, -1.6426 48.66196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12041'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65678 -1.64259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65678 -1.64259)"^^geo:wktLiteral ;
  geo-pos:lat "48.65678"^^xsd:decimal ;
  geo-pos:long "-1.64259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12220'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64259'^^xsd:double;
  dwc:latitude '48.65678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64259 48.65678, -1.64259 48.65678, -1.64259 48.65678, -1.64259 48.65678, -1.64259 48.65678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12220'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65759 -1.64257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65759 -1.64257)"^^geo:wktLiteral ;
  geo-pos:lat "48.65759"^^xsd:decimal ;
  geo-pos:long "-1.64257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10884'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64257'^^xsd:double;
  dwc:latitude '48.65759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64257 48.65759, -1.64257 48.65759, -1.64257 48.65759, -1.64257 48.65759, -1.64257 48.65759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10884'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66305 -1.64256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66305 -1.64256)"^^geo:wktLiteral ;
  geo-pos:lat "48.66305"^^xsd:decimal ;
  geo-pos:long "-1.64256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12686'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64256'^^xsd:double;
  dwc:latitude '48.66305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64256 48.66305, -1.64256 48.66305, -1.64256 48.66305, -1.64256 48.66305, -1.64256 48.66305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12686'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06788 -1.64256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.06788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.06788 -1.64256)"^^geo:wktLiteral ;
  geo-pos:lat "50.06788"^^xsd:decimal ;
  geo-pos:long "-1.64256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7558'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64256'^^xsd:double;
  dwc:latitude '50.06788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64256 50.06788, -1.64256 50.06788, -1.64256 50.06788, -1.64256 50.06788, -1.64256 50.06788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7558'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63628 -1.64255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63628 -1.64255)"^^geo:wktLiteral ;
  geo-pos:lat "48.63628"^^xsd:decimal ;
  geo-pos:long "-1.64255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12576'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64255'^^xsd:double;
  dwc:latitude '48.63628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64255 48.63628, -1.64255 48.63628, -1.64255 48.63628, -1.64255 48.63628, -1.64255 48.63628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12576'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69907 -1.64255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69907 -1.64255)"^^geo:wktLiteral ;
  geo-pos:lat "48.69907"^^xsd:decimal ;
  geo-pos:long "-1.64255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8468'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64255'^^xsd:double;
  dwc:latitude '48.69907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64255 48.69907, -1.64255 48.69907, -1.64255 48.69907, -1.64255 48.69907, -1.64255 48.69907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8468'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6357 -1.64251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6357 -1.64251)"^^geo:wktLiteral ;
  geo-pos:lat "48.6357"^^xsd:decimal ;
  geo-pos:long "-1.64251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11843'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64251'^^xsd:double;
  dwc:latitude '48.6357'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64251 48.6357, -1.64251 48.6357, -1.64251 48.6357, -1.64251 48.6357, -1.64251 48.6357))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11843'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65671 -1.64251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65671 -1.64251)"^^geo:wktLiteral ;
  geo-pos:lat "48.65671"^^xsd:decimal ;
  geo-pos:long "-1.64251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11804'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64251'^^xsd:double;
  dwc:latitude '48.65671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64251 48.65671, -1.64251 48.65671, -1.64251 48.65671, -1.64251 48.65671, -1.64251 48.65671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11804'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65974 -1.64251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65974 -1.64251)"^^geo:wktLiteral ;
  geo-pos:lat "48.65974"^^xsd:decimal ;
  geo-pos:long "-1.64251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12165'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64251'^^xsd:double;
  dwc:latitude '48.65974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64251 48.65974, -1.64251 48.65974, -1.64251 48.65974, -1.64251 48.65974, -1.64251 48.65974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12165'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65685 -1.6425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65685 -1.6425)"^^geo:wktLiteral ;
  geo-pos:lat "48.65685"^^xsd:decimal ;
  geo-pos:long "-1.6425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12172'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6425'^^xsd:double;
  dwc:latitude '48.65685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6425 48.65685, -1.6425 48.65685, -1.6425 48.65685, -1.6425 48.65685, -1.6425 48.65685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12172'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6438 -1.64247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6438 -1.64247)"^^geo:wktLiteral ;
  geo-pos:lat "48.6438"^^xsd:decimal ;
  geo-pos:long "-1.64247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10885'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64247'^^xsd:double;
  dwc:latitude '48.6438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64247 48.6438, -1.64247 48.6438, -1.64247 48.6438, -1.64247 48.6438, -1.64247 48.6438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10885'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65872 -1.64242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65872 -1.64242)"^^geo:wktLiteral ;
  geo-pos:lat "48.65872"^^xsd:decimal ;
  geo-pos:long "-1.64242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11045'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64242'^^xsd:double;
  dwc:latitude '48.65872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64242 48.65872, -1.64242 48.65872, -1.64242 48.65872, -1.64242 48.65872, -1.64242 48.65872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11045'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65944 -1.64241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65944 -1.64241)"^^geo:wktLiteral ;
  geo-pos:lat "48.65944"^^xsd:decimal ;
  geo-pos:long "-1.64241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12192'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64241'^^xsd:double;
  dwc:latitude '48.65944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64241 48.65944, -1.64241 48.65944, -1.64241 48.65944, -1.64241 48.65944, -1.64241 48.65944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12192'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65748 -1.6424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65748 -1.6424)"^^geo:wktLiteral ;
  geo-pos:lat "48.65748"^^xsd:decimal ;
  geo-pos:long "-1.6424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7977'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6424'^^xsd:double;
  dwc:latitude '48.65748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6424 48.65748, -1.6424 48.65748, -1.6424 48.65748, -1.6424 48.65748, -1.6424 48.65748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7977'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.64231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.64231)"^^geo:wktLiteral ;
  geo-pos:lat "48.65925"^^xsd:decimal ;
  geo-pos:long "-1.64231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12182'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64231'^^xsd:double;
  dwc:latitude '48.65925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64231 48.65925, -1.64231 48.65925, -1.64231 48.65925, -1.64231 48.65925, -1.64231 48.65925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12182'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66097 -1.6423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66097 -1.6423)"^^geo:wktLiteral ;
  geo-pos:lat "48.66097"^^xsd:decimal ;
  geo-pos:long "-1.6423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12146'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6423'^^xsd:double;
  dwc:latitude '48.66097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6423 48.66097, -1.6423 48.66097, -1.6423 48.66097, -1.6423 48.66097, -1.6423 48.66097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12146'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65974 -1.64228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65974 -1.64228)"^^geo:wktLiteral ;
  geo-pos:lat "48.65974"^^xsd:decimal ;
  geo-pos:long "-1.64228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11736'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64228'^^xsd:double;
  dwc:latitude '48.65974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64228 48.65974, -1.64228 48.65974, -1.64228 48.65974, -1.64228 48.65974, -1.64228 48.65974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11736'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.664 -1.64227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.664 -1.64227)"^^geo:wktLiteral ;
  geo-pos:lat "48.664"^^xsd:decimal ;
  geo-pos:long "-1.64227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6288'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64227'^^xsd:double;
  dwc:latitude '48.664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64227 48.664, -1.64227 48.664, -1.64227 48.664, -1.64227 48.664, -1.64227 48.664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6288'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63584 -1.64224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63584 -1.64224)"^^geo:wktLiteral ;
  geo-pos:lat "48.63584"^^xsd:decimal ;
  geo-pos:long "-1.64224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13168'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64224'^^xsd:double;
  dwc:latitude '48.63584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64224 48.63584, -1.64224 48.63584, -1.64224 48.63584, -1.64224 48.63584, -1.64224 48.63584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13168'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63564 -1.64222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63564 -1.64222)"^^geo:wktLiteral ;
  geo-pos:lat "48.63564"^^xsd:decimal ;
  geo-pos:long "-1.64222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13334'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64222'^^xsd:double;
  dwc:latitude '48.63564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64222 48.63564, -1.64222 48.63564, -1.64222 48.63564, -1.64222 48.63564, -1.64222 48.63564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13334'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65927 -1.64219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65927 -1.64219)"^^geo:wktLiteral ;
  geo-pos:lat "48.65927"^^xsd:decimal ;
  geo-pos:long "-1.64219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10997'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64219'^^xsd:double;
  dwc:latitude '48.65927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64219 48.65927, -1.64219 48.65927, -1.64219 48.65927, -1.64219 48.65927, -1.64219 48.65927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10997'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6638 -1.64218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6638"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6638 -1.64218)"^^geo:wktLiteral ;
  geo-pos:lat "48.6638"^^xsd:decimal ;
  geo-pos:long "-1.64218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11379'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64218'^^xsd:double;
  dwc:latitude '48.6638'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64218 48.6638, -1.64218 48.6638, -1.64218 48.6638, -1.64218 48.6638, -1.64218 48.6638))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11379'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69586 -1.64218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69586 -1.64218)"^^geo:wktLiteral ;
  geo-pos:lat "48.69586"^^xsd:decimal ;
  geo-pos:long "-1.64218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8603'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64218'^^xsd:double;
  dwc:latitude '48.69586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64218 48.69586, -1.64218 48.69586, -1.64218 48.69586, -1.64218 48.69586, -1.64218 48.69586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8603'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -1.64218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -1.64218)"^^geo:wktLiteral ;
  geo-pos:lat "48.7"^^xsd:decimal ;
  geo-pos:long "-1.64218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8785'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.63333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64218'^^xsd:double;
  dwc:latitude '48.7'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64218 48.7, -1.64218 48.7, -1.64218 48.7, -1.64218 48.7, -1.64218 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8785'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63548 -1.64213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63548 -1.64213)"^^geo:wktLiteral ;
  geo-pos:lat "48.63548"^^xsd:decimal ;
  geo-pos:long "-1.64213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11918'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64213'^^xsd:double;
  dwc:latitude '48.63548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64213 48.63548, -1.64213 48.63548, -1.64213 48.63548, -1.64213 48.63548, -1.64213 48.63548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11918'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70451 -1.64212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70451 -1.64212)"^^geo:wktLiteral ;
  geo-pos:lat "48.70451"^^xsd:decimal ;
  geo-pos:long "-1.64212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10197'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64212'^^xsd:double;
  dwc:latitude '48.70451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64212 48.70451, -1.64212 48.70451, -1.64212 48.70451, -1.64212 48.70451, -1.64212 48.70451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10197'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65736 -1.64211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65736 -1.64211)"^^geo:wktLiteral ;
  geo-pos:lat "48.65736"^^xsd:decimal ;
  geo-pos:long "-1.64211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13425'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64211'^^xsd:double;
  dwc:latitude '48.65736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64211 48.65736, -1.64211 48.65736, -1.64211 48.65736, -1.64211 48.65736, -1.64211 48.65736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13425'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66147 -1.64211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66147 -1.64211)"^^geo:wktLiteral ;
  geo-pos:lat "48.66147"^^xsd:decimal ;
  geo-pos:long "-1.64211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12752'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64211'^^xsd:double;
  dwc:latitude '48.66147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64211 48.66147, -1.64211 48.66147, -1.64211 48.66147, -1.64211 48.66147, -1.64211 48.66147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12752'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70098 -1.64211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70098 -1.64211)"^^geo:wktLiteral ;
  geo-pos:lat "48.70098"^^xsd:decimal ;
  geo-pos:long "-1.64211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11559'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64211'^^xsd:double;
  dwc:latitude '48.70098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64211 48.70098, -1.64211 48.70098, -1.64211 48.70098, -1.64211 48.70098, -1.64211 48.70098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11559'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6638 -1.64208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6638"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6638 -1.64208)"^^geo:wktLiteral ;
  geo-pos:lat "48.6638"^^xsd:decimal ;
  geo-pos:long "-1.64208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12308'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64208'^^xsd:double;
  dwc:latitude '48.6638'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64208 48.6638, -1.64208 48.6638, -1.64208 48.6638, -1.64208 48.6638, -1.64208 48.6638))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12308'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68234 -1.64207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68234 -1.64207)"^^geo:wktLiteral ;
  geo-pos:lat "48.68234"^^xsd:decimal ;
  geo-pos:long "-1.64207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2781'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64207'^^xsd:double;
  dwc:latitude '48.68234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64207 48.68234, -1.64207 48.68234, -1.64207 48.68234, -1.64207 48.68234, -1.64207 48.68234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2781'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70188 -1.64201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70188 -1.64201)"^^geo:wktLiteral ;
  geo-pos:lat "48.70188"^^xsd:decimal ;
  geo-pos:long "-1.64201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8604'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64201'^^xsd:double;
  dwc:latitude '48.70188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64201 48.70188, -1.64201 48.70188, -1.64201 48.70188, -1.64201 48.70188, -1.64201 48.70188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8604'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73592 -1.64197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73592 -1.64197)"^^geo:wktLiteral ;
  geo-pos:lat "48.73592"^^xsd:decimal ;
  geo-pos:long "-1.64197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11414'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64197'^^xsd:double;
  dwc:latitude '48.73592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64197 48.73592, -1.64197 48.73592, -1.64197 48.73592, -1.64197 48.73592, -1.64197 48.73592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11414'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64896 -1.64196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64896 -1.64196)"^^geo:wktLiteral ;
  geo-pos:lat "48.64896"^^xsd:decimal ;
  geo-pos:long "-1.64196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12682'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64196'^^xsd:double;
  dwc:latitude '48.64896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64196 48.64896, -1.64196 48.64896, -1.64196 48.64896, -1.64196 48.64896, -1.64196 48.64896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12682'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66588 -1.64196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66588 -1.64196)"^^geo:wktLiteral ;
  geo-pos:lat "48.66588"^^xsd:decimal ;
  geo-pos:long "-1.64196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12525'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64196'^^xsd:double;
  dwc:latitude '48.66588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64196 48.66588, -1.64196 48.66588, -1.64196 48.66588, -1.64196 48.66588, -1.64196 48.66588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12525'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63466 -1.64194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63466 -1.64194)"^^geo:wktLiteral ;
  geo-pos:lat "48.63466"^^xsd:decimal ;
  geo-pos:long "-1.64194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11668'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64194'^^xsd:double;
  dwc:latitude '48.63466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64194 48.63466, -1.64194 48.63466, -1.64194 48.63466, -1.64194 48.63466, -1.64194 48.63466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11668'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65049 -1.64187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65049 -1.64187)"^^geo:wktLiteral ;
  geo-pos:lat "48.65049"^^xsd:decimal ;
  geo-pos:long "-1.64187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11716'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64187'^^xsd:double;
  dwc:latitude '48.65049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64187 48.65049, -1.64187 48.65049, -1.64187 48.65049, -1.64187 48.65049, -1.64187 48.65049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11716'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69624 -1.64187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69624 -1.64187)"^^geo:wktLiteral ;
  geo-pos:lat "48.69624"^^xsd:decimal ;
  geo-pos:long "-1.64187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8607'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64187'^^xsd:double;
  dwc:latitude '48.69624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64187 48.69624, -1.64187 48.69624, -1.64187 48.69624, -1.64187 48.69624, -1.64187 48.69624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8607'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70389 -1.64185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70389 -1.64185)"^^geo:wktLiteral ;
  geo-pos:lat "48.70389"^^xsd:decimal ;
  geo-pos:long "-1.64185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11492'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64185'^^xsd:double;
  dwc:latitude '48.70389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64185 48.70389, -1.64185 48.70389, -1.64185 48.70389, -1.64185 48.70389, -1.64185 48.70389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11492'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65916 -1.64184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65916 -1.64184)"^^geo:wktLiteral ;
  geo-pos:lat "48.65916"^^xsd:decimal ;
  geo-pos:long "-1.64184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11043'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64184'^^xsd:double;
  dwc:latitude '48.65916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64184 48.65916, -1.64184 48.65916, -1.64184 48.65916, -1.64184 48.65916, -1.64184 48.65916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11043'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63853 -1.64182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63853"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63853 -1.64182)"^^geo:wktLiteral ;
  geo-pos:lat "48.63853"^^xsd:decimal ;
  geo-pos:long "-1.64182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10962'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64182'^^xsd:double;
  dwc:latitude '48.63853'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64182 48.63853, -1.64182 48.63853, -1.64182 48.63853, -1.64182 48.63853, -1.64182 48.63853))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10962'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65868 -1.64182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65868"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65868 -1.64182)"^^geo:wktLiteral ;
  geo-pos:lat "48.65868"^^xsd:decimal ;
  geo-pos:long "-1.64182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11046'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64182'^^xsd:double;
  dwc:latitude '48.65868'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64182 48.65868, -1.64182 48.65868, -1.64182 48.65868, -1.64182 48.65868, -1.64182 48.65868))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11046'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67882 -1.64178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67882 -1.64178)"^^geo:wktLiteral ;
  geo-pos:lat "48.67882"^^xsd:decimal ;
  geo-pos:long "-1.64178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7335'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64178'^^xsd:double;
  dwc:latitude '48.67882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64178 48.67882, -1.64178 48.67882, -1.64178 48.67882, -1.64178 48.67882, -1.64178 48.67882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7335'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69757 -1.64178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69757"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69757 -1.64178)"^^geo:wktLiteral ;
  geo-pos:lat "48.69757"^^xsd:decimal ;
  geo-pos:long "-1.64178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8786'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64178'^^xsd:double;
  dwc:latitude '48.69757'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64178 48.69757, -1.64178 48.69757, -1.64178 48.69757, -1.64178 48.69757, -1.64178 48.69757))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8786'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65894 -1.64168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65894 -1.64168)"^^geo:wktLiteral ;
  geo-pos:lat "48.65894"^^xsd:decimal ;
  geo-pos:long "-1.64168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11136'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64168'^^xsd:double;
  dwc:latitude '48.65894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64168 48.65894, -1.64168 48.65894, -1.64168 48.65894, -1.64168 48.65894, -1.64168 48.65894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11136'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70567 -1.64168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70567 -1.64168)"^^geo:wktLiteral ;
  geo-pos:lat "48.70567"^^xsd:decimal ;
  geo-pos:long "-1.64168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8788'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64168'^^xsd:double;
  dwc:latitude '48.70567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64168 48.70567, -1.64168 48.70567, -1.64168 48.70567, -1.64168 48.70567, -1.64168 48.70567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8788'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65563 -1.64163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65563 -1.64163)"^^geo:wktLiteral ;
  geo-pos:lat "48.65563"^^xsd:decimal ;
  geo-pos:long "-1.64163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8801'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64163'^^xsd:double;
  dwc:latitude '48.65563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64163 48.65563, -1.64163 48.65563, -1.64163 48.65563, -1.64163 48.65563, -1.64163 48.65563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8801'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68663 -1.64162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68663 -1.64162)"^^geo:wktLiteral ;
  geo-pos:lat "48.68663"^^xsd:decimal ;
  geo-pos:long "-1.64162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2813'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64162'^^xsd:double;
  dwc:latitude '48.68663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64162 48.68663, -1.64162 48.68663, -1.64162 48.68663, -1.64162 48.68663, -1.64162 48.68663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2813'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70859 -1.64162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70859 -1.64162)"^^geo:wktLiteral ;
  geo-pos:lat "48.70859"^^xsd:decimal ;
  geo-pos:long "-1.64162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10337'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64162'^^xsd:double;
  dwc:latitude '48.70859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64162 48.70859, -1.64162 48.70859, -1.64162 48.70859, -1.64162 48.70859, -1.64162 48.70859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10337'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66379 -1.6416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66379 -1.6416)"^^geo:wktLiteral ;
  geo-pos:lat "48.66379"^^xsd:decimal ;
  geo-pos:long "-1.6416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12524'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6416'^^xsd:double;
  dwc:latitude '48.66379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6416 48.66379, -1.6416 48.66379, -1.6416 48.66379, -1.6416 48.66379, -1.6416 48.66379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12524'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65382 -1.64158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65382"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65382 -1.64158)"^^geo:wktLiteral ;
  geo-pos:lat "48.65382"^^xsd:decimal ;
  geo-pos:long "-1.64158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11777'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64158'^^xsd:double;
  dwc:latitude '48.65382'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64158 48.65382, -1.64158 48.65382, -1.64158 48.65382, -1.64158 48.65382, -1.64158 48.65382))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11777'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.64155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.64155)"^^geo:wktLiteral ;
  geo-pos:lat "48.65925"^^xsd:decimal ;
  geo-pos:long "-1.64155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12792'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64155'^^xsd:double;
  dwc:latitude '48.65925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64155 48.65925, -1.64155 48.65925, -1.64155 48.65925, -1.64155 48.65925, -1.64155 48.65925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12792'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65926 -1.6415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65926 -1.6415)"^^geo:wktLiteral ;
  geo-pos:lat "48.65926"^^xsd:decimal ;
  geo-pos:long "-1.6415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11047'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6415'^^xsd:double;
  dwc:latitude '48.65926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6415 48.65926, -1.6415 48.65926, -1.6415 48.65926, -1.6415 48.65926, -1.6415 48.65926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11047'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66121 -1.6415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66121 -1.6415)"^^geo:wktLiteral ;
  geo-pos:lat "48.66121"^^xsd:decimal ;
  geo-pos:long "-1.6415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12685'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6415'^^xsd:double;
  dwc:latitude '48.66121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6415 48.66121, -1.6415 48.66121, -1.6415 48.66121, -1.6415 48.66121, -1.6415 48.66121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12685'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70902 -1.64146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70902 -1.64146)"^^geo:wktLiteral ;
  geo-pos:lat "48.70902"^^xsd:decimal ;
  geo-pos:long "-1.64146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11388'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64146'^^xsd:double;
  dwc:latitude '48.70902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64146 48.70902, -1.64146 48.70902, -1.64146 48.70902, -1.64146 48.70902, -1.64146 48.70902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11388'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67945 -1.64141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67945 -1.64141)"^^geo:wktLiteral ;
  geo-pos:lat "48.67945"^^xsd:decimal ;
  geo-pos:long "-1.64141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7681'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64141'^^xsd:double;
  dwc:latitude '48.67945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64141 48.67945, -1.64141 48.67945, -1.64141 48.67945, -1.64141 48.67945, -1.64141 48.67945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7681'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6608 -1.64139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6608 -1.64139)"^^geo:wktLiteral ;
  geo-pos:lat "48.6608"^^xsd:decimal ;
  geo-pos:long "-1.64139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12559'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64139'^^xsd:double;
  dwc:latitude '48.6608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64139 48.6608, -1.64139 48.6608, -1.64139 48.6608, -1.64139 48.6608, -1.64139 48.6608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12559'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66397 -1.64139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66397 -1.64139)"^^geo:wktLiteral ;
  geo-pos:lat "48.66397"^^xsd:decimal ;
  geo-pos:long "-1.64139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9569'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64139'^^xsd:double;
  dwc:latitude '48.66397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64139 48.66397, -1.64139 48.66397, -1.64139 48.66397, -1.64139 48.66397, -1.64139 48.66397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9569'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65362 -1.64137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65362 -1.64137)"^^geo:wktLiteral ;
  geo-pos:lat "48.65362"^^xsd:decimal ;
  geo-pos:long "-1.64137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11447'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64137'^^xsd:double;
  dwc:latitude '48.65362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64137 48.65362, -1.64137 48.65362, -1.64137 48.65362, -1.64137 48.65362, -1.64137 48.65362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11447'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64508 -1.64136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64508"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64508 -1.64136)"^^geo:wktLiteral ;
  geo-pos:lat "48.64508"^^xsd:decimal ;
  geo-pos:long "-1.64136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10637'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64136'^^xsd:double;
  dwc:latitude '48.64508'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64136 48.64508, -1.64136 48.64508, -1.64136 48.64508, -1.64136 48.64508, -1.64136 48.64508))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10637'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65728 -1.64134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65728 -1.64134)"^^geo:wktLiteral ;
  geo-pos:lat "48.65728"^^xsd:decimal ;
  geo-pos:long "-1.64134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12218'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64134'^^xsd:double;
  dwc:latitude '48.65728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64134 48.65728, -1.64134 48.65728, -1.64134 48.65728, -1.64134 48.65728, -1.64134 48.65728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12218'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6984 -1.64132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6984 -1.64132)"^^geo:wktLiteral ;
  geo-pos:lat "48.6984"^^xsd:decimal ;
  geo-pos:long "-1.64132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8365'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64132'^^xsd:double;
  dwc:latitude '48.6984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64132 48.6984, -1.64132 48.6984, -1.64132 48.6984, -1.64132 48.6984, -1.64132 48.6984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8365'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65997 -1.64129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65997 -1.64129)"^^geo:wktLiteral ;
  geo-pos:lat "48.65997"^^xsd:decimal ;
  geo-pos:long "-1.64129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12481'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64129'^^xsd:double;
  dwc:latitude '48.65997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64129 48.65997, -1.64129 48.65997, -1.64129 48.65997, -1.64129 48.65997, -1.64129 48.65997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12481'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70181 -1.64129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70181 -1.64129)"^^geo:wktLiteral ;
  geo-pos:lat "48.70181"^^xsd:decimal ;
  geo-pos:long "-1.64129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10805'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64129'^^xsd:double;
  dwc:latitude '48.70181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64129 48.70181, -1.64129 48.70181, -1.64129 48.70181, -1.64129 48.70181, -1.64129 48.70181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10805'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65657 -1.64123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65657 -1.64123)"^^geo:wktLiteral ;
  geo-pos:lat "48.65657"^^xsd:decimal ;
  geo-pos:long "-1.64123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12252'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.93333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64123'^^xsd:double;
  dwc:latitude '48.65657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64123 48.65657, -1.64123 48.65657, -1.64123 48.65657, -1.64123 48.65657, -1.64123 48.65657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12252'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69385 -1.64123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69385 -1.64123)"^^geo:wktLiteral ;
  geo-pos:lat "48.69385"^^xsd:decimal ;
  geo-pos:long "-1.64123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8550'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64123'^^xsd:double;
  dwc:latitude '48.69385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64123 48.69385, -1.64123 48.69385, -1.64123 48.69385, -1.64123 48.69385, -1.64123 48.69385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8550'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70057 -1.64121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70057 -1.64121)"^^geo:wktLiteral ;
  geo-pos:lat "48.70057"^^xsd:decimal ;
  geo-pos:long "-1.64121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11507'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64121'^^xsd:double;
  dwc:latitude '48.70057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64121 48.70057, -1.64121 48.70057, -1.64121 48.70057, -1.64121 48.70057, -1.64121 48.70057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11507'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66002 -1.6412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66002 -1.6412)"^^geo:wktLiteral ;
  geo-pos:lat "48.66002"^^xsd:decimal ;
  geo-pos:long "-1.6412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10653'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6412'^^xsd:double;
  dwc:latitude '48.66002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6412 48.66002, -1.6412 48.66002, -1.6412 48.66002, -1.6412 48.66002, -1.6412 48.66002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10653'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6352 -1.64115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6352 -1.64115)"^^geo:wktLiteral ;
  geo-pos:lat "48.6352"^^xsd:decimal ;
  geo-pos:long "-1.64115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10974'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64115'^^xsd:double;
  dwc:latitude '48.6352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64115 48.6352, -1.64115 48.6352, -1.64115 48.6352, -1.64115 48.6352, -1.64115 48.6352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10974'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72214 -1.64114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72214 -1.64114)"^^geo:wktLiteral ;
  geo-pos:lat "48.72214"^^xsd:decimal ;
  geo-pos:long "-1.64114"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7938'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64114'^^xsd:double;
  dwc:latitude '48.72214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64114 48.72214, -1.64114 48.72214, -1.64114 48.72214, -1.64114 48.72214, -1.64114 48.72214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7938'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63522 -1.64108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63522 -1.64108)"^^geo:wktLiteral ;
  geo-pos:lat "48.63522"^^xsd:decimal ;
  geo-pos:long "-1.64108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11919'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64108'^^xsd:double;
  dwc:latitude '48.63522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64108 48.63522, -1.64108 48.63522, -1.64108 48.63522, -1.64108 48.63522, -1.64108 48.63522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11919'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65617 -1.64106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65617"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65617 -1.64106)"^^geo:wktLiteral ;
  geo-pos:lat "48.65617"^^xsd:decimal ;
  geo-pos:long "-1.64106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11803'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64106'^^xsd:double;
  dwc:latitude '48.65617'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64106 48.65617, -1.64106 48.65617, -1.64106 48.65617, -1.64106 48.65617, -1.64106 48.65617))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11803'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6798 -1.64106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6798 -1.64106)"^^geo:wktLiteral ;
  geo-pos:lat "48.6798"^^xsd:decimal ;
  geo-pos:long "-1.64106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9567'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64106'^^xsd:double;
  dwc:latitude '48.6798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64106 48.6798, -1.64106 48.6798, -1.64106 48.6798, -1.64106 48.6798, -1.64106 48.6798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9567'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67117 -1.64103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67117 -1.64103)"^^geo:wktLiteral ;
  geo-pos:lat "48.67117"^^xsd:decimal ;
  geo-pos:long "-1.64103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10795'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64103'^^xsd:double;
  dwc:latitude '48.67117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64103 48.67117, -1.64103 48.67117, -1.64103 48.67117, -1.64103 48.67117, -1.64103 48.67117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10795'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70218 -1.64102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70218 -1.64102)"^^geo:wktLiteral ;
  geo-pos:lat "48.70218"^^xsd:decimal ;
  geo-pos:long "-1.64102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7863'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64102'^^xsd:double;
  dwc:latitude '48.70218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64102 48.70218, -1.64102 48.70218, -1.64102 48.70218, -1.64102 48.70218, -1.64102 48.70218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7863'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.64102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.64102)"^^geo:wktLiteral ;
  geo-pos:lat "48.70815"^^xsd:decimal ;
  geo-pos:long "-1.64102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10198'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64102'^^xsd:double;
  dwc:latitude '48.70815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64102 48.70815, -1.64102 48.70815, -1.64102 48.70815, -1.64102 48.70815, -1.64102 48.70815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10198'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69985 -1.641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69985"^^xsd:decimal ;
  dwc:decimalLongitude "-1.641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69985 -1.641)"^^geo:wktLiteral ;
  geo-pos:lat "48.69985"^^xsd:decimal ;
  geo-pos:long "-1.641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8792'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.641'^^xsd:double;
  dwc:latitude '48.69985'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.641 48.69985, -1.641 48.69985, -1.641 48.69985, -1.641 48.69985, -1.641 48.69985))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8792'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66319 -1.64097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66319 -1.64097)"^^geo:wktLiteral ;
  geo-pos:lat "48.66319"^^xsd:decimal ;
  geo-pos:long "-1.64097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12642'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64097'^^xsd:double;
  dwc:latitude '48.66319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64097 48.66319, -1.64097 48.66319, -1.64097 48.66319, -1.64097 48.66319, -1.64097 48.66319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12642'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66614 -1.64095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66614 -1.64095)"^^geo:wktLiteral ;
  geo-pos:lat "48.66614"^^xsd:decimal ;
  geo-pos:long "-1.64095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12687'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64095'^^xsd:double;
  dwc:latitude '48.66614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64095 48.66614, -1.64095 48.66614, -1.64095 48.66614, -1.64095 48.66614, -1.64095 48.66614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12687'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.64095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70509"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.64095)"^^geo:wktLiteral ;
  geo-pos:lat "48.70509"^^xsd:decimal ;
  geo-pos:long "-1.64095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11528'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64095'^^xsd:double;
  dwc:latitude '48.70509'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64095 48.70509, -1.64095 48.70509, -1.64095 48.70509, -1.64095 48.70509, -1.64095 48.70509))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11528'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67887 -1.64094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67887 -1.64094)"^^geo:wktLiteral ;
  geo-pos:lat "48.67887"^^xsd:decimal ;
  geo-pos:long "-1.64094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12072'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64094'^^xsd:double;
  dwc:latitude '48.67887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64094 48.67887, -1.64094 48.67887, -1.64094 48.67887, -1.64094 48.67887, -1.64094 48.67887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12072'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67588 -1.6409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67588 -1.6409)"^^geo:wktLiteral ;
  geo-pos:lat "48.67588"^^xsd:decimal ;
  geo-pos:long "-1.6409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11166'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6409'^^xsd:double;
  dwc:latitude '48.67588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6409 48.67588, -1.6409 48.67588, -1.6409 48.67588, -1.6409 48.67588, -1.6409 48.67588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11166'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67774 -1.64085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67774 -1.64085)"^^geo:wktLiteral ;
  geo-pos:lat "48.67774"^^xsd:decimal ;
  geo-pos:long "-1.64085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8221'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64085'^^xsd:double;
  dwc:latitude '48.67774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64085 48.67774, -1.64085 48.67774, -1.64085 48.67774, -1.64085 48.67774, -1.64085 48.67774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8221'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70205 -1.6408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70205"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70205 -1.6408)"^^geo:wktLiteral ;
  geo-pos:lat "48.70205"^^xsd:decimal ;
  geo-pos:long "-1.6408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8713'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6408'^^xsd:double;
  dwc:latitude '48.70205'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6408 48.70205, -1.6408 48.70205, -1.6408 48.70205, -1.6408 48.70205, -1.6408 48.70205))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8713'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71215 -1.6408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71215 -1.6408)"^^geo:wktLiteral ;
  geo-pos:lat "48.71215"^^xsd:decimal ;
  geo-pos:long "-1.6408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_10834'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6408'^^xsd:double;
  dwc:latitude '48.71215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6408 48.71215, -1.6408 48.71215, -1.6408 48.71215, -1.6408 48.71215, -1.6408 48.71215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10834'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66607 -1.64079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66607 -1.64079)"^^geo:wktLiteral ;
  geo-pos:lat "48.66607"^^xsd:decimal ;
  geo-pos:long "-1.64079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12142'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64079'^^xsd:double;
  dwc:latitude '48.66607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64079 48.66607, -1.64079 48.66607, -1.64079 48.66607, -1.64079 48.66607, -1.64079 48.66607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12142'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6595 -1.64077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6595 -1.64077)"^^geo:wktLiteral ;
  geo-pos:lat "48.6595"^^xsd:decimal ;
  geo-pos:long "-1.64077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11048'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64077'^^xsd:double;
  dwc:latitude '48.6595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64077 48.6595, -1.64077 48.6595, -1.64077 48.6595, -1.64077 48.6595, -1.64077 48.6595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11048'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69232 -1.64076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69232 -1.64076)"^^geo:wktLiteral ;
  geo-pos:lat "48.69232"^^xsd:decimal ;
  geo-pos:long "-1.64076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9503'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64076'^^xsd:double;
  dwc:latitude '48.69232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64076 48.69232, -1.64076 48.69232, -1.64076 48.69232, -1.64076 48.69232, -1.64076 48.69232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9503'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67193 -1.64072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67193"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67193 -1.64072)"^^geo:wktLiteral ;
  geo-pos:lat "48.67193"^^xsd:decimal ;
  geo-pos:long "-1.64072"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7680'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64072'^^xsd:double;
  dwc:latitude '48.67193'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64072 48.67193, -1.64072 48.67193, -1.64072 48.67193, -1.64072 48.67193, -1.64072 48.67193))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7680'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63499 -1.64071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63499"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63499 -1.64071)"^^geo:wktLiteral ;
  geo-pos:lat "48.63499"^^xsd:decimal ;
  geo-pos:long "-1.64071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10912'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64071'^^xsd:double;
  dwc:latitude '48.63499'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64071 48.63499, -1.64071 48.63499, -1.64071 48.63499, -1.64071 48.63499, -1.64071 48.63499))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10912'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67555 -1.6407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67555 -1.6407)"^^geo:wktLiteral ;
  geo-pos:lat "48.67555"^^xsd:decimal ;
  geo-pos:long "-1.6407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2777'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6407'^^xsd:double;
  dwc:latitude '48.67555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6407 48.67555, -1.6407 48.67555, -1.6407 48.67555, -1.6407 48.67555, -1.6407 48.67555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2777'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69954 -1.6407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69954"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69954 -1.6407)"^^geo:wktLiteral ;
  geo-pos:lat "48.69954"^^xsd:decimal ;
  geo-pos:long "-1.6407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9018'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6407'^^xsd:double;
  dwc:latitude '48.69954'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6407 48.69954, -1.6407 48.69954, -1.6407 48.69954, -1.6407 48.69954, -1.6407 48.69954))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9018'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72802 -1.64068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72802 -1.64068)"^^geo:wktLiteral ;
  geo-pos:lat "48.72802"^^xsd:decimal ;
  geo-pos:long "-1.64068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8796'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64068'^^xsd:double;
  dwc:latitude '48.72802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64068 48.72802, -1.64068 48.72802, -1.64068 48.72802, -1.64068 48.72802, -1.64068 48.72802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8796'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63485 -1.64066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63485 -1.64066)"^^geo:wktLiteral ;
  geo-pos:lat "48.63485"^^xsd:decimal ;
  geo-pos:long "-1.64066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11844'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64066'^^xsd:double;
  dwc:latitude '48.63485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64066 48.63485, -1.64066 48.63485, -1.64066 48.63485, -1.64066 48.63485, -1.64066 48.63485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11844'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66401 -1.64061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66401 -1.64061)"^^geo:wktLiteral ;
  geo-pos:lat "48.66401"^^xsd:decimal ;
  geo-pos:long "-1.64061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12307'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64061'^^xsd:double;
  dwc:latitude '48.66401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64061 48.66401, -1.64061 48.66401, -1.64061 48.66401, -1.64061 48.66401, -1.64061 48.66401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12307'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69833 -1.64059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69833 -1.64059)"^^geo:wktLiteral ;
  geo-pos:lat "48.69833"^^xsd:decimal ;
  geo-pos:long "-1.64059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10336'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64059'^^xsd:double;
  dwc:latitude '48.69833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64059 48.69833, -1.64059 48.69833, -1.64059 48.69833, -1.64059 48.69833, -1.64059 48.69833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10336'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65469 -1.64055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65469 -1.64055)"^^geo:wktLiteral ;
  geo-pos:lat "48.65469"^^xsd:decimal ;
  geo-pos:long "-1.64055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7079'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64055'^^xsd:double;
  dwc:latitude '48.65469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64055 48.65469, -1.64055 48.65469, -1.64055 48.65469, -1.64055 48.65469, -1.64055 48.65469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7079'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66005 -1.64052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66005 -1.64052)"^^geo:wktLiteral ;
  geo-pos:lat "48.66005"^^xsd:decimal ;
  geo-pos:long "-1.64052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11330'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64052'^^xsd:double;
  dwc:latitude '48.66005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64052 48.66005, -1.64052 48.66005, -1.64052 48.66005, -1.64052 48.66005, -1.64052 48.66005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11330'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67581 -1.64052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67581 -1.64052)"^^geo:wktLiteral ;
  geo-pos:lat "48.67581"^^xsd:decimal ;
  geo-pos:long "-1.64052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10874'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64052'^^xsd:double;
  dwc:latitude '48.67581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64052 48.67581, -1.64052 48.67581, -1.64052 48.67581, -1.64052 48.67581, -1.64052 48.67581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10874'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63488 -1.6405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63488"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63488 -1.6405)"^^geo:wktLiteral ;
  geo-pos:lat "48.63488"^^xsd:decimal ;
  geo-pos:long "-1.6405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11916'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6405'^^xsd:double;
  dwc:latitude '48.63488'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6405 48.63488, -1.6405 48.63488, -1.6405 48.63488, -1.6405 48.63488, -1.6405 48.63488))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11916'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6351 -1.6405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6351 -1.6405)"^^geo:wktLiteral ;
  geo-pos:lat "48.6351"^^xsd:decimal ;
  geo-pos:long "-1.6405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11915'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6405'^^xsd:double;
  dwc:latitude '48.6351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6405 48.6351, -1.6405 48.6351, -1.6405 48.6351, -1.6405 48.6351, -1.6405 48.6351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11915'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64232 -1.6405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64232 -1.6405)"^^geo:wktLiteral ;
  geo-pos:lat "48.64232"^^xsd:decimal ;
  geo-pos:long "-1.6405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11096'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6405'^^xsd:double;
  dwc:latitude '48.64232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6405 48.64232, -1.6405 48.64232, -1.6405 48.64232, -1.6405 48.64232, -1.6405 48.64232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11096'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66097 -1.64046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66097 -1.64046)"^^geo:wktLiteral ;
  geo-pos:lat "48.66097"^^xsd:decimal ;
  geo-pos:long "-1.64046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9568'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64046'^^xsd:double;
  dwc:latitude '48.66097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64046 48.66097, -1.64046 48.66097, -1.64046 48.66097, -1.64046 48.66097, -1.64046 48.66097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9568'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63496 -1.64045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63496 -1.64045)"^^geo:wktLiteral ;
  geo-pos:lat "48.63496"^^xsd:decimal ;
  geo-pos:long "-1.64045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13200'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64045'^^xsd:double;
  dwc:latitude '48.63496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64045 48.63496, -1.64045 48.63496, -1.64045 48.63496, -1.64045 48.63496, -1.64045 48.63496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13200'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67067 -1.64041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67067"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67067 -1.64041)"^^geo:wktLiteral ;
  geo-pos:lat "48.67067"^^xsd:decimal ;
  geo-pos:long "-1.64041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8995'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64041'^^xsd:double;
  dwc:latitude '48.67067'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64041 48.67067, -1.64041 48.67067, -1.64041 48.67067, -1.64041 48.67067, -1.64041 48.67067))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8995'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66247 -1.6404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66247 -1.6404)"^^geo:wktLiteral ;
  geo-pos:lat "48.66247"^^xsd:decimal ;
  geo-pos:long "-1.6404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12238'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6404'^^xsd:double;
  dwc:latitude '48.66247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6404 48.66247, -1.6404 48.66247, -1.6404 48.66247, -1.6404 48.66247, -1.6404 48.66247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12238'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70407 -1.64039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70407"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70407 -1.64039)"^^geo:wktLiteral ;
  geo-pos:lat "48.70407"^^xsd:decimal ;
  geo-pos:long "-1.64039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_53'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_53'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64039'^^xsd:double;
  dwc:latitude '48.70407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64039 48.70407, -1.64039 48.70407, -1.64039 48.70407, -1.64039 48.70407, -1.64039 48.70407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_53'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70341 -1.64034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70341 -1.64034)"^^geo:wktLiteral ;
  geo-pos:lat "48.70341"^^xsd:decimal ;
  geo-pos:long "-1.64034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11407'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64034'^^xsd:double;
  dwc:latitude '48.70341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64034 48.70341, -1.64034 48.70341, -1.64034 48.70341, -1.64034 48.70341, -1.64034 48.70341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11407'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69498 -1.64033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69498 -1.64033)"^^geo:wktLiteral ;
  geo-pos:lat "48.69498"^^xsd:decimal ;
  geo-pos:long "-1.64033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8611'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64033'^^xsd:double;
  dwc:latitude '48.69498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64033 48.69498, -1.64033 48.69498, -1.64033 48.69498, -1.64033 48.69498, -1.64033 48.69498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8611'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66546 -1.64031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66546 -1.64031)"^^geo:wktLiteral ;
  geo-pos:lat "48.66546"^^xsd:decimal ;
  geo-pos:long "-1.64031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11378'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64031'^^xsd:double;
  dwc:latitude '48.66546'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64031 48.66546, -1.64031 48.66546, -1.64031 48.66546, -1.64031 48.66546, -1.64031 48.66546))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11378'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65618 -1.64025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65618 -1.64025)"^^geo:wktLiteral ;
  geo-pos:lat "48.65618"^^xsd:decimal ;
  geo-pos:long "-1.64025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12170'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64025'^^xsd:double;
  dwc:latitude '48.65618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64025 48.65618, -1.64025 48.65618, -1.64025 48.65618, -1.64025 48.65618, -1.64025 48.65618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12170'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65662 -1.64025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65662"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65662 -1.64025)"^^geo:wktLiteral ;
  geo-pos:lat "48.65662"^^xsd:decimal ;
  geo-pos:long "-1.64025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12222'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64025'^^xsd:double;
  dwc:latitude '48.65662'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64025 48.65662, -1.64025 48.65662, -1.64025 48.65662, -1.64025 48.65662, -1.64025 48.65662))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12222'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6593 -1.64022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6593 -1.64022)"^^geo:wktLiteral ;
  geo-pos:lat "48.6593"^^xsd:decimal ;
  geo-pos:long "-1.64022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11374'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64022'^^xsd:double;
  dwc:latitude '48.6593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64022 48.6593, -1.64022 48.6593, -1.64022 48.6593, -1.64022 48.6593, -1.64022 48.6593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11374'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72547 -1.64022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72547 -1.64022)"^^geo:wktLiteral ;
  geo-pos:lat "48.72547"^^xsd:decimal ;
  geo-pos:long "-1.64022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9218'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64022'^^xsd:double;
  dwc:latitude '48.72547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64022 48.72547, -1.64022 48.72547, -1.64022 48.72547, -1.64022 48.72547, -1.64022 48.72547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9218'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6403 -1.64019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6403 -1.64019)"^^geo:wktLiteral ;
  geo-pos:lat "48.6403"^^xsd:decimal ;
  geo-pos:long "-1.64019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10992'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64019'^^xsd:double;
  dwc:latitude '48.6403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64019 48.6403, -1.64019 48.6403, -1.64019 48.6403, -1.64019 48.6403, -1.64019 48.6403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10992'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68912 -1.64019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68912 -1.64019)"^^geo:wktLiteral ;
  geo-pos:lat "48.68912"^^xsd:decimal ;
  geo-pos:long "-1.64019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7664'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64019'^^xsd:double;
  dwc:latitude '48.68912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64019 48.68912, -1.64019 48.68912, -1.64019 48.68912, -1.64019 48.68912, -1.64019 48.68912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7664'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65915 -1.64018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65915 -1.64018)"^^geo:wktLiteral ;
  geo-pos:lat "48.65915"^^xsd:decimal ;
  geo-pos:long "-1.64018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12185'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64018'^^xsd:double;
  dwc:latitude '48.65915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64018 48.65915, -1.64018 48.65915, -1.64018 48.65915, -1.64018 48.65915, -1.64018 48.65915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12185'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65552 -1.64017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65552 -1.64017)"^^geo:wktLiteral ;
  geo-pos:lat "48.65552"^^xsd:decimal ;
  geo-pos:long "-1.64017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12160'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64017'^^xsd:double;
  dwc:latitude '48.65552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64017 48.65552, -1.64017 48.65552, -1.64017 48.65552, -1.64017 48.65552, -1.64017 48.65552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12160'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79036 -1.64017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.79036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79036 -1.64017)"^^geo:wktLiteral ;
  geo-pos:lat "48.79036"^^xsd:decimal ;
  geo-pos:long "-1.64017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9925'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64017'^^xsd:double;
  dwc:latitude '48.79036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64017 48.79036, -1.64017 48.79036, -1.64017 48.79036, -1.64017 48.79036, -1.64017 48.79036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9925'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69887 -1.64016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69887 -1.64016)"^^geo:wktLiteral ;
  geo-pos:lat "48.69887"^^xsd:decimal ;
  geo-pos:long "-1.64016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9192'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64016'^^xsd:double;
  dwc:latitude '48.69887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64016 48.69887, -1.64016 48.69887, -1.64016 48.69887, -1.64016 48.69887, -1.64016 48.69887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9192'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65411 -1.64014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65411 -1.64014)"^^geo:wktLiteral ;
  geo-pos:lat "48.65411"^^xsd:decimal ;
  geo-pos:long "-1.64014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11372'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64014'^^xsd:double;
  dwc:latitude '48.65411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64014 48.65411, -1.64014 48.65411, -1.64014 48.65411, -1.64014 48.65411, -1.64014 48.65411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11372'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66282 -1.64013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66282 -1.64013)"^^geo:wktLiteral ;
  geo-pos:lat "48.66282"^^xsd:decimal ;
  geo-pos:long "-1.64013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8969'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64013'^^xsd:double;
  dwc:latitude '48.66282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64013 48.66282, -1.64013 48.66282, -1.64013 48.66282, -1.64013 48.66282, -1.64013 48.66282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8969'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6671 -1.6401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6671 -1.6401)"^^geo:wktLiteral ;
  geo-pos:lat "48.6671"^^xsd:decimal ;
  geo-pos:long "-1.6401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7660'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6401'^^xsd:double;
  dwc:latitude '48.6671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6401 48.6671, -1.6401 48.6671, -1.6401 48.6671, -1.6401 48.6671, -1.6401 48.6671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7660'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70121 -1.64009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70121 -1.64009)"^^geo:wktLiteral ;
  geo-pos:lat "48.70121"^^xsd:decimal ;
  geo-pos:long "-1.64009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11493'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64009'^^xsd:double;
  dwc:latitude '48.70121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64009 48.70121, -1.64009 48.70121, -1.64009 48.70121, -1.64009 48.70121, -1.64009 48.70121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11493'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.64008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.64008)"^^geo:wktLiteral ;
  geo-pos:lat "48.65925"^^xsd:decimal ;
  geo-pos:long "-1.64008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11678'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64008'^^xsd:double;
  dwc:latitude '48.65925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64008 48.65925, -1.64008 48.65925, -1.64008 48.65925, -1.64008 48.65925, -1.64008 48.65925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11678'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7047 -1.64006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7047 -1.64006)"^^geo:wktLiteral ;
  geo-pos:lat "48.7047"^^xsd:decimal ;
  geo-pos:long "-1.64006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8740'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64006'^^xsd:double;
  dwc:latitude '48.7047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64006 48.7047, -1.64006 48.7047, -1.64006 48.7047, -1.64006 48.7047, -1.64006 48.7047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8740'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66177 -1.64005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66177 -1.64005)"^^geo:wktLiteral ;
  geo-pos:lat "48.66177"^^xsd:decimal ;
  geo-pos:long "-1.64005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11014'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64005'^^xsd:double;
  dwc:latitude '48.66177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64005 48.66177, -1.64005 48.66177, -1.64005 48.66177, -1.64005 48.66177, -1.64005 48.66177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11014'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69523 -1.64003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.64003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69523 -1.64003)"^^geo:wktLiteral ;
  geo-pos:lat "48.69523"^^xsd:decimal ;
  geo-pos:long "-1.64003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10868'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.64003'^^xsd:double;
  dwc:latitude '48.69523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.64003 48.69523, -1.64003 48.69523, -1.64003 48.69523, -1.64003 48.69523, -1.64003 48.69523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10868'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -1.63994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -1.63994)"^^geo:wktLiteral ;
  geo-pos:lat "48.7"^^xsd:decimal ;
  geo-pos:long "-1.63994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8363'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63994'^^xsd:double;
  dwc:latitude '48.7'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63994 48.7, -1.63994 48.7, -1.63994 48.7, -1.63994 48.7, -1.63994 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8363'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68897 -1.63988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68897 -1.63988)"^^geo:wktLiteral ;
  geo-pos:lat "48.68897"^^xsd:decimal ;
  geo-pos:long "-1.63988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9666'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63988'^^xsd:double;
  dwc:latitude '48.68897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63988 48.68897, -1.63988 48.68897, -1.63988 48.68897, -1.63988 48.68897, -1.63988 48.68897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9666'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74344 -1.63986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74344 -1.63986)"^^geo:wktLiteral ;
  geo-pos:lat "48.74344"^^xsd:decimal ;
  geo-pos:long "-1.63986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_744'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63986'^^xsd:double;
  dwc:latitude '48.74344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63986 48.74344, -1.63986 48.74344, -1.63986 48.74344, -1.63986 48.74344, -1.63986 48.74344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_744'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65919 -1.63981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65919 -1.63981)"^^geo:wktLiteral ;
  geo-pos:lat "48.65919"^^xsd:decimal ;
  geo-pos:long "-1.63981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11015'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63981'^^xsd:double;
  dwc:latitude '48.65919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63981 48.65919, -1.63981 48.65919, -1.63981 48.65919, -1.63981 48.65919, -1.63981 48.65919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11015'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63762 -1.6398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63762 -1.6398)"^^geo:wktLiteral ;
  geo-pos:lat "48.63762"^^xsd:decimal ;
  geo-pos:long "-1.6398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13628'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6398'^^xsd:double;
  dwc:latitude '48.63762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6398 48.63762, -1.6398 48.63762, -1.6398 48.63762, -1.6398 48.63762, -1.6398 48.63762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13628'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64106 -1.6398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64106"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64106 -1.6398)"^^geo:wktLiteral ;
  geo-pos:lat "48.64106"^^xsd:decimal ;
  geo-pos:long "-1.6398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13320'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6398'^^xsd:double;
  dwc:latitude '48.64106'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6398 48.64106, -1.6398 48.64106, -1.6398 48.64106, -1.6398 48.64106, -1.6398 48.64106))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13320'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65926 -1.63975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65926 -1.63975)"^^geo:wktLiteral ;
  geo-pos:lat "48.65926"^^xsd:decimal ;
  geo-pos:long "-1.63975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11808'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63975'^^xsd:double;
  dwc:latitude '48.65926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63975 48.65926, -1.63975 48.65926, -1.63975 48.65926, -1.63975 48.65926, -1.63975 48.65926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11808'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65603 -1.6397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65603 -1.6397)"^^geo:wktLiteral ;
  geo-pos:lat "48.65603"^^xsd:decimal ;
  geo-pos:long "-1.6397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12205'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6397'^^xsd:double;
  dwc:latitude '48.65603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6397 48.65603, -1.6397 48.65603, -1.6397 48.65603, -1.6397 48.65603, -1.6397 48.65603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12205'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72017 -1.63967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72017 -1.63967)"^^geo:wktLiteral ;
  geo-pos:lat "48.72017"^^xsd:decimal ;
  geo-pos:long "-1.63967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11409'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63967'^^xsd:double;
  dwc:latitude '48.72017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63967 48.72017, -1.63967 48.72017, -1.63967 48.72017, -1.63967 48.72017, -1.63967 48.72017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11409'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64169 -1.63965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64169 -1.63965)"^^geo:wktLiteral ;
  geo-pos:lat "48.64169"^^xsd:decimal ;
  geo-pos:long "-1.63965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10841'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63965'^^xsd:double;
  dwc:latitude '48.64169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63965 48.64169, -1.63965 48.64169, -1.63965 48.64169, -1.63965 48.64169, -1.63965 48.64169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10841'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65485 -1.63964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65485 -1.63964)"^^geo:wktLiteral ;
  geo-pos:lat "48.65485"^^xsd:decimal ;
  geo-pos:long "-1.63964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13060'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63964'^^xsd:double;
  dwc:latitude '48.65485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63964 48.65485, -1.63964 48.65485, -1.63964 48.65485, -1.63964 48.65485, -1.63964 48.65485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13060'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66902 -1.63963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66902 -1.63963)"^^geo:wktLiteral ;
  geo-pos:lat "48.66902"^^xsd:decimal ;
  geo-pos:long "-1.63963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11534'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63963'^^xsd:double;
  dwc:latitude '48.66902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63963 48.66902, -1.63963 48.66902, -1.63963 48.66902, -1.63963 48.66902, -1.63963 48.66902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11534'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65876 -1.6396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65876 -1.6396)"^^geo:wktLiteral ;
  geo-pos:lat "48.65876"^^xsd:decimal ;
  geo-pos:long "-1.6396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12944'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6396'^^xsd:double;
  dwc:latitude '48.65876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6396 48.65876, -1.6396 48.65876, -1.6396 48.65876, -1.6396 48.65876, -1.6396 48.65876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12944'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69175 -1.6396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69175 -1.6396)"^^geo:wktLiteral ;
  geo-pos:lat "48.69175"^^xsd:decimal ;
  geo-pos:long "-1.6396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2814'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6396'^^xsd:double;
  dwc:latitude '48.69175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6396 48.69175, -1.6396 48.69175, -1.6396 48.69175, -1.6396 48.69175, -1.6396 48.69175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2814'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65608 -1.63959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65608 -1.63959)"^^geo:wktLiteral ;
  geo-pos:lat "48.65608"^^xsd:decimal ;
  geo-pos:long "-1.63959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12206'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63959'^^xsd:double;
  dwc:latitude '48.65608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63959 48.65608, -1.63959 48.65608, -1.63959 48.65608, -1.63959 48.65608, -1.63959 48.65608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12206'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73553 -1.63958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73553"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73553 -1.63958)"^^geo:wktLiteral ;
  geo-pos:lat "48.73553"^^xsd:decimal ;
  geo-pos:long "-1.63958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7857'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63958'^^xsd:double;
  dwc:latitude '48.73553'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63958 48.73553, -1.63958 48.73553, -1.63958 48.73553, -1.63958 48.73553, -1.63958 48.73553))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7857'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65895 -1.63956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65895 -1.63956)"^^geo:wktLiteral ;
  geo-pos:lat "48.65895"^^xsd:decimal ;
  geo-pos:long "-1.63956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11042'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63956'^^xsd:double;
  dwc:latitude '48.65895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63956 48.65895, -1.63956 48.65895, -1.63956 48.65895, -1.63956 48.65895, -1.63956 48.65895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11042'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.63955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.63955)"^^geo:wktLiteral ;
  geo-pos:lat "48.69725"^^xsd:decimal ;
  geo-pos:long "-1.63955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8648'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63955'^^xsd:double;
  dwc:latitude '48.69725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63955 48.69725, -1.63955 48.69725, -1.63955 48.69725, -1.63955 48.69725, -1.63955 48.69725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8648'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.63953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.63953)"^^geo:wktLiteral ;
  geo-pos:lat "48.65889"^^xsd:decimal ;
  geo-pos:long "-1.63953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12186'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63953'^^xsd:double;
  dwc:latitude '48.65889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63953 48.65889, -1.63953 48.65889, -1.63953 48.65889, -1.63953 48.65889, -1.63953 48.65889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12186'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67158 -1.63953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67158 -1.63953)"^^geo:wktLiteral ;
  geo-pos:lat "48.67158"^^xsd:decimal ;
  geo-pos:long "-1.63953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7334'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63953'^^xsd:double;
  dwc:latitude '48.67158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63953 48.67158, -1.63953 48.67158, -1.63953 48.67158, -1.63953 48.67158, -1.63953 48.67158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7334'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6944 -1.63952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6944 -1.63952)"^^geo:wktLiteral ;
  geo-pos:lat "48.6944"^^xsd:decimal ;
  geo-pos:long "-1.63952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7956'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63952'^^xsd:double;
  dwc:latitude '48.6944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63952 48.6944, -1.63952 48.6944, -1.63952 48.6944, -1.63952 48.6944, -1.63952 48.6944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7956'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65921 -1.6395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65921 -1.6395)"^^geo:wktLiteral ;
  geo-pos:lat "48.65921"^^xsd:decimal ;
  geo-pos:long "-1.6395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11645'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6395'^^xsd:double;
  dwc:latitude '48.65921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6395 48.65921, -1.6395 48.65921, -1.6395 48.65921, -1.6395 48.65921, -1.6395 48.65921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11645'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65906 -1.63949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65906 -1.63949)"^^geo:wktLiteral ;
  geo-pos:lat "48.65906"^^xsd:decimal ;
  geo-pos:long "-1.63949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11041'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63949'^^xsd:double;
  dwc:latitude '48.65906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63949 48.65906, -1.63949 48.65906, -1.63949 48.65906, -1.63949 48.65906, -1.63949 48.65906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11041'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66456 -1.63945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66456"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66456 -1.63945)"^^geo:wktLiteral ;
  geo-pos:lat "48.66456"^^xsd:decimal ;
  geo-pos:long "-1.63945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12145'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63945'^^xsd:double;
  dwc:latitude '48.66456'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63945 48.66456, -1.63945 48.66456, -1.63945 48.66456, -1.63945 48.66456, -1.63945 48.66456))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12145'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65996 -1.63944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65996"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65996 -1.63944)"^^geo:wktLiteral ;
  geo-pos:lat "48.65996"^^xsd:decimal ;
  geo-pos:long "-1.63944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13433'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63944'^^xsd:double;
  dwc:latitude '48.65996'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63944 48.65996, -1.63944 48.65996, -1.63944 48.65996, -1.63944 48.65996, -1.63944 48.65996))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13433'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65928 -1.63943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65928 -1.63943)"^^geo:wktLiteral ;
  geo-pos:lat "48.65928"^^xsd:decimal ;
  geo-pos:long "-1.63943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11871'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63943'^^xsd:double;
  dwc:latitude '48.65928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63943 48.65928, -1.63943 48.65928, -1.63943 48.65928, -1.63943 48.65928, -1.63943 48.65928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11871'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7085 -1.63942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7085 -1.63942)"^^geo:wktLiteral ;
  geo-pos:lat "48.7085"^^xsd:decimal ;
  geo-pos:long "-1.63942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10776'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63942'^^xsd:double;
  dwc:latitude '48.7085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63942 48.7085, -1.63942 48.7085, -1.63942 48.7085, -1.63942 48.7085, -1.63942 48.7085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10776'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65409 -1.63941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65409 -1.63941)"^^geo:wktLiteral ;
  geo-pos:lat "48.65409"^^xsd:decimal ;
  geo-pos:long "-1.63941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12159'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63941'^^xsd:double;
  dwc:latitude '48.65409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63941 48.65409, -1.63941 48.65409, -1.63941 48.65409, -1.63941 48.65409, -1.63941 48.65409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12159'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66393 -1.63941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66393 -1.63941)"^^geo:wktLiteral ;
  geo-pos:lat "48.66393"^^xsd:decimal ;
  geo-pos:long "-1.63941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10939'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63941'^^xsd:double;
  dwc:latitude '48.66393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63941 48.66393, -1.63941 48.66393, -1.63941 48.66393, -1.63941 48.66393, -1.63941 48.66393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10939'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73423 -1.63937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73423 -1.63937)"^^geo:wktLiteral ;
  geo-pos:lat "48.73423"^^xsd:decimal ;
  geo-pos:long "-1.63937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7645'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63937'^^xsd:double;
  dwc:latitude '48.73423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63937 48.73423, -1.63937 48.73423, -1.63937 48.73423, -1.63937 48.73423, -1.63937 48.73423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7645'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6777 -1.63934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6777 -1.63934)"^^geo:wktLiteral ;
  geo-pos:lat "48.6777"^^xsd:decimal ;
  geo-pos:long "-1.63934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8674'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63934'^^xsd:double;
  dwc:latitude '48.6777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63934 48.6777, -1.63934 48.6777, -1.63934 48.6777, -1.63934 48.6777, -1.63934 48.6777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8674'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6586 -1.63932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6586 -1.63932)"^^geo:wktLiteral ;
  geo-pos:lat "48.6586"^^xsd:decimal ;
  geo-pos:long "-1.63932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11696'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63932'^^xsd:double;
  dwc:latitude '48.6586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63932 48.6586, -1.63932 48.6586, -1.63932 48.6586, -1.63932 48.6586, -1.63932 48.6586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11696'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63421 -1.63931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63421 -1.63931)"^^geo:wktLiteral ;
  geo-pos:lat "48.63421"^^xsd:decimal ;
  geo-pos:long "-1.63931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11917'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63931'^^xsd:double;
  dwc:latitude '48.63421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63931 48.63421, -1.63931 48.63421, -1.63931 48.63421, -1.63931 48.63421, -1.63931 48.63421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11917'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63539 -1.6393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63539 -1.6393)"^^geo:wktLiteral ;
  geo-pos:lat "48.63539"^^xsd:decimal ;
  geo-pos:long "-1.6393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13370'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6393'^^xsd:double;
  dwc:latitude '48.63539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6393 48.63539, -1.6393 48.63539, -1.6393 48.63539, -1.6393 48.63539, -1.6393 48.63539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13370'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71192 -1.63922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71192 -1.63922)"^^geo:wktLiteral ;
  geo-pos:lat "48.71192"^^xsd:decimal ;
  geo-pos:long "-1.63922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8811'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63922'^^xsd:double;
  dwc:latitude '48.71192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63922 48.71192, -1.63922 48.71192, -1.63922 48.71192, -1.63922 48.71192, -1.63922 48.71192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8811'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.99081 -1.63915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.99081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.99081 -1.63915)"^^geo:wktLiteral ;
  geo-pos:lat "49.99081"^^xsd:decimal ;
  geo-pos:long "-1.63915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7554'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63915'^^xsd:double;
  dwc:latitude '49.99081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63915 49.99081, -1.63915 49.99081, -1.63915 49.99081, -1.63915 49.99081, -1.63915 49.99081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7554'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63802 -1.63914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63802 -1.63914)"^^geo:wktLiteral ;
  geo-pos:lat "48.63802"^^xsd:decimal ;
  geo-pos:long "-1.63914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10928'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63914'^^xsd:double;
  dwc:latitude '48.63802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63914 48.63802, -1.63914 48.63802, -1.63914 48.63802, -1.63914 48.63802, -1.63914 48.63802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10928'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70288 -1.63913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70288 -1.63913)"^^geo:wktLiteral ;
  geo-pos:lat "48.70288"^^xsd:decimal ;
  geo-pos:long "-1.63913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11550'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63913'^^xsd:double;
  dwc:latitude '48.70288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63913 48.70288, -1.63913 48.70288, -1.63913 48.70288, -1.63913 48.70288, -1.63913 48.70288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11550'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71131 -1.63913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71131 -1.63913)"^^geo:wktLiteral ;
  geo-pos:lat "48.71131"^^xsd:decimal ;
  geo-pos:long "-1.63913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12445'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63913'^^xsd:double;
  dwc:latitude '48.71131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63913 48.71131, -1.63913 48.71131, -1.63913 48.71131, -1.63913 48.71131, -1.63913 48.71131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12445'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65183 -1.6391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65183"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65183 -1.6391)"^^geo:wktLiteral ;
  geo-pos:lat "48.65183"^^xsd:decimal ;
  geo-pos:long "-1.6391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12158'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6391'^^xsd:double;
  dwc:latitude '48.65183'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6391 48.65183, -1.6391 48.65183, -1.6391 48.65183, -1.6391 48.65183, -1.6391 48.65183))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12158'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65816 -1.6391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65816 -1.6391)"^^geo:wktLiteral ;
  geo-pos:lat "48.65816"^^xsd:decimal ;
  geo-pos:long "-1.6391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11689'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6391'^^xsd:double;
  dwc:latitude '48.65816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6391 48.65816, -1.6391 48.65816, -1.6391 48.65816, -1.6391 48.65816, -1.6391 48.65816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11689'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65922 -1.6391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65922 -1.6391)"^^geo:wktLiteral ;
  geo-pos:lat "48.65922"^^xsd:decimal ;
  geo-pos:long "-1.6391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12148'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6391'^^xsd:double;
  dwc:latitude '48.65922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6391 48.65922, -1.6391 48.65922, -1.6391 48.65922, -1.6391 48.65922, -1.6391 48.65922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12148'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65861 -1.63907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65861 -1.63907)"^^geo:wktLiteral ;
  geo-pos:lat "48.65861"^^xsd:decimal ;
  geo-pos:long "-1.63907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11704'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63907'^^xsd:double;
  dwc:latitude '48.65861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63907 48.65861, -1.63907 48.65861, -1.63907 48.65861, -1.63907 48.65861, -1.63907 48.65861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11704'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67852 -1.63901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67852 -1.63901)"^^geo:wktLiteral ;
  geo-pos:lat "48.67852"^^xsd:decimal ;
  geo-pos:long "-1.63901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2806'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63901'^^xsd:double;
  dwc:latitude '48.67852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63901 48.67852, -1.63901 48.67852, -1.63901 48.67852, -1.63901 48.67852, -1.63901 48.67852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2806'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71303 -1.63901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71303 -1.63901)"^^geo:wktLiteral ;
  geo-pos:lat "48.71303"^^xsd:decimal ;
  geo-pos:long "-1.63901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8453'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63901'^^xsd:double;
  dwc:latitude '48.71303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63901 48.71303, -1.63901 48.71303, -1.63901 48.71303, -1.63901 48.71303, -1.63901 48.71303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8453'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63429 -1.63897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63429"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63429 -1.63897)"^^geo:wktLiteral ;
  geo-pos:lat "48.63429"^^xsd:decimal ;
  geo-pos:long "-1.63897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10973'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63897'^^xsd:double;
  dwc:latitude '48.63429'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63897 48.63429, -1.63897 48.63429, -1.63897 48.63429, -1.63897 48.63429, -1.63897 48.63429))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10973'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64239 -1.63897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64239"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64239 -1.63897)"^^geo:wktLiteral ;
  geo-pos:lat "48.64239"^^xsd:decimal ;
  geo-pos:long "-1.63897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11037'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63897'^^xsd:double;
  dwc:latitude '48.64239'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63897 48.64239, -1.63897 48.64239, -1.63897 48.64239, -1.63897 48.64239, -1.63897 48.64239))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11037'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68629 -1.63896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68629 -1.63896)"^^geo:wktLiteral ;
  geo-pos:lat "48.68629"^^xsd:decimal ;
  geo-pos:long "-1.63896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7347'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63896'^^xsd:double;
  dwc:latitude '48.68629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63896 48.68629, -1.63896 48.68629, -1.63896 48.68629, -1.63896 48.68629, -1.63896 48.68629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7347'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63474 -1.63894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63474 -1.63894)"^^geo:wktLiteral ;
  geo-pos:lat "48.63474"^^xsd:decimal ;
  geo-pos:long "-1.63894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13229'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63894'^^xsd:double;
  dwc:latitude '48.63474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63894 48.63474, -1.63894 48.63474, -1.63894 48.63474, -1.63894 48.63474, -1.63894 48.63474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13229'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66057 -1.6389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66057 -1.6389)"^^geo:wktLiteral ;
  geo-pos:lat "48.66057"^^xsd:decimal ;
  geo-pos:long "-1.6389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12040'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6389'^^xsd:double;
  dwc:latitude '48.66057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6389 48.66057, -1.6389 48.66057, -1.6389 48.66057, -1.6389 48.66057, -1.6389 48.66057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12040'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70735 -1.63888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70735 -1.63888)"^^geo:wktLiteral ;
  geo-pos:lat "48.70735"^^xsd:decimal ;
  geo-pos:long "-1.63888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8875'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63888'^^xsd:double;
  dwc:latitude '48.70735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63888 48.70735, -1.63888 48.70735, -1.63888 48.70735, -1.63888 48.70735, -1.63888 48.70735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8875'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65811 -1.63886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65811 -1.63886)"^^geo:wktLiteral ;
  geo-pos:lat "48.65811"^^xsd:decimal ;
  geo-pos:long "-1.63886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12039'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63886'^^xsd:double;
  dwc:latitude '48.65811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63886 48.65811, -1.63886 48.65811, -1.63886 48.65811, -1.63886 48.65811, -1.63886 48.65811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12039'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68094 -1.63884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68094 -1.63884)"^^geo:wktLiteral ;
  geo-pos:lat "48.68094"^^xsd:decimal ;
  geo-pos:long "-1.63884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9084'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63884'^^xsd:double;
  dwc:latitude '48.68094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63884 48.68094, -1.63884 48.68094, -1.63884 48.68094, -1.63884 48.68094, -1.63884 48.68094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9084'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66377 -1.63879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66377 -1.63879)"^^geo:wktLiteral ;
  geo-pos:lat "48.66377"^^xsd:decimal ;
  geo-pos:long "-1.63879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11579'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63879'^^xsd:double;
  dwc:latitude '48.66377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63879 48.66377, -1.63879 48.66377, -1.63879 48.66377, -1.63879 48.66377, -1.63879 48.66377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11579'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70422 -1.63879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70422 -1.63879)"^^geo:wktLiteral ;
  geo-pos:lat "48.70422"^^xsd:decimal ;
  geo-pos:long "-1.63879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8793'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63879'^^xsd:double;
  dwc:latitude '48.70422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63879 48.70422, -1.63879 48.70422, -1.63879 48.70422, -1.63879 48.70422, -1.63879 48.70422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8793'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69608 -1.63878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69608 -1.63878)"^^geo:wktLiteral ;
  geo-pos:lat "48.69608"^^xsd:decimal ;
  geo-pos:long "-1.63878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11488'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63878'^^xsd:double;
  dwc:latitude '48.69608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63878 48.69608, -1.63878 48.69608, -1.63878 48.69608, -1.63878 48.69608, -1.63878 48.69608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11488'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71245 -1.63874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71245 -1.63874)"^^geo:wktLiteral ;
  geo-pos:lat "48.71245"^^xsd:decimal ;
  geo-pos:long "-1.63874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7650'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63874'^^xsd:double;
  dwc:latitude '48.71245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63874 48.71245, -1.63874 48.71245, -1.63874 48.71245, -1.63874 48.71245, -1.63874 48.71245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7650'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65635 -1.63871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65635 -1.63871)"^^geo:wktLiteral ;
  geo-pos:lat "48.65635"^^xsd:decimal ;
  geo-pos:long "-1.63871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12760'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63871'^^xsd:double;
  dwc:latitude '48.65635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63871 48.65635, -1.63871 48.65635, -1.63871 48.65635, -1.63871 48.65635, -1.63871 48.65635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12760'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72203 -1.63866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72203 -1.63866)"^^geo:wktLiteral ;
  geo-pos:lat "48.72203"^^xsd:decimal ;
  geo-pos:long "-1.63866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10131'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63866'^^xsd:double;
  dwc:latitude '48.72203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63866 48.72203, -1.63866 48.72203, -1.63866 48.72203, -1.63866 48.72203, -1.63866 48.72203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10131'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65887 -1.63863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65887 -1.63863)"^^geo:wktLiteral ;
  geo-pos:lat "48.65887"^^xsd:decimal ;
  geo-pos:long "-1.63863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12181'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63863'^^xsd:double;
  dwc:latitude '48.65887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63863 48.65887, -1.63863 48.65887, -1.63863 48.65887, -1.63863 48.65887, -1.63863 48.65887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12181'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70874 -1.63861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70874 -1.63861)"^^geo:wktLiteral ;
  geo-pos:lat "48.70874"^^xsd:decimal ;
  geo-pos:long "-1.63861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11397'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63861'^^xsd:double;
  dwc:latitude '48.70874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63861 48.70874, -1.63861 48.70874, -1.63861 48.70874, -1.63861 48.70874, -1.63861 48.70874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11397'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71896 -1.63857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71896 -1.63857)"^^geo:wktLiteral ;
  geo-pos:lat "48.71896"^^xsd:decimal ;
  geo-pos:long "-1.63857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8797'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63857'^^xsd:double;
  dwc:latitude '48.71896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63857 48.71896, -1.63857 48.71896, -1.63857 48.71896, -1.63857 48.71896, -1.63857 48.71896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8797'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6526 -1.63856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6526 -1.63856)"^^geo:wktLiteral ;
  geo-pos:lat "48.6526"^^xsd:decimal ;
  geo-pos:long "-1.63856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12782'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63856'^^xsd:double;
  dwc:latitude '48.6526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63856 48.6526, -1.63856 48.6526, -1.63856 48.6526, -1.63856 48.6526, -1.63856 48.6526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12782'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70604 -1.63856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70604 -1.63856)"^^geo:wktLiteral ;
  geo-pos:lat "48.70604"^^xsd:decimal ;
  geo-pos:long "-1.63856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11398'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63856'^^xsd:double;
  dwc:latitude '48.70604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63856 48.70604, -1.63856 48.70604, -1.63856 48.70604, -1.63856 48.70604, -1.63856 48.70604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11398'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69934 -1.63854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69934 -1.63854)"^^geo:wktLiteral ;
  geo-pos:lat "48.69934"^^xsd:decimal ;
  geo-pos:long "-1.63854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11487'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63854'^^xsd:double;
  dwc:latitude '48.69934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63854 48.69934, -1.63854 48.69934, -1.63854 48.69934, -1.63854 48.69934, -1.63854 48.69934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11487'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65859 -1.63851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65859 -1.63851)"^^geo:wktLiteral ;
  geo-pos:lat "48.65859"^^xsd:decimal ;
  geo-pos:long "-1.63851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12945'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63851'^^xsd:double;
  dwc:latitude '48.65859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63851 48.65859, -1.63851 48.65859, -1.63851 48.65859, -1.63851 48.65859, -1.63851 48.65859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12945'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65928 -1.63851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65928 -1.63851)"^^geo:wktLiteral ;
  geo-pos:lat "48.65928"^^xsd:decimal ;
  geo-pos:long "-1.63851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12972'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63851'^^xsd:double;
  dwc:latitude '48.65928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63851 48.65928, -1.63851 48.65928, -1.63851 48.65928, -1.63851 48.65928, -1.63851 48.65928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12972'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64462 -1.63848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64462 -1.63848)"^^geo:wktLiteral ;
  geo-pos:lat "48.64462"^^xsd:decimal ;
  geo-pos:long "-1.63848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11038'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63848'^^xsd:double;
  dwc:latitude '48.64462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63848 48.64462, -1.63848 48.64462, -1.63848 48.64462, -1.63848 48.64462, -1.63848 48.64462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11038'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64823 -1.63845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64823 -1.63845)"^^geo:wktLiteral ;
  geo-pos:lat "48.64823"^^xsd:decimal ;
  geo-pos:long "-1.63845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11157'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63845'^^xsd:double;
  dwc:latitude '48.64823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63845 48.64823, -1.63845 48.64823, -1.63845 48.64823, -1.63845 48.64823, -1.63845 48.64823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11157'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67091 -1.63841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67091 -1.63841)"^^geo:wktLiteral ;
  geo-pos:lat "48.67091"^^xsd:decimal ;
  geo-pos:long "-1.63841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10522'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63841'^^xsd:double;
  dwc:latitude '48.67091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63841 48.67091, -1.63841 48.67091, -1.63841 48.67091, -1.63841 48.67091, -1.63841 48.67091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10522'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65801 -1.6384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65801 -1.6384)"^^geo:wktLiteral ;
  geo-pos:lat "48.65801"^^xsd:decimal ;
  geo-pos:long "-1.6384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11336'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6384'^^xsd:double;
  dwc:latitude '48.65801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6384 48.65801, -1.6384 48.65801, -1.6384 48.65801, -1.6384 48.65801, -1.6384 48.65801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11336'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64122 -1.63839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64122 -1.63839)"^^geo:wktLiteral ;
  geo-pos:lat "48.64122"^^xsd:decimal ;
  geo-pos:long "-1.63839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12189'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63839'^^xsd:double;
  dwc:latitude '48.64122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63839 48.64122, -1.63839 48.64122, -1.63839 48.64122, -1.63839 48.64122, -1.63839 48.64122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12189'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69802 -1.63838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69802 -1.63838)"^^geo:wktLiteral ;
  geo-pos:lat "48.69802"^^xsd:decimal ;
  geo-pos:long "-1.63838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8060'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63838'^^xsd:double;
  dwc:latitude '48.69802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63838 48.69802, -1.63838 48.69802, -1.63838 48.69802, -1.63838 48.69802, -1.63838 48.69802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8060'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66621 -1.63834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66621 -1.63834)"^^geo:wktLiteral ;
  geo-pos:lat "48.66621"^^xsd:decimal ;
  geo-pos:long "-1.63834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12641'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63834'^^xsd:double;
  dwc:latitude '48.66621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63834 48.66621, -1.63834 48.66621, -1.63834 48.66621, -1.63834 48.66621, -1.63834 48.66621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12641'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66019 -1.63833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66019"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66019 -1.63833)"^^geo:wktLiteral ;
  geo-pos:lat "48.66019"^^xsd:decimal ;
  geo-pos:long "-1.63833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13569'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63833'^^xsd:double;
  dwc:latitude '48.66019'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63833 48.66019, -1.63833 48.66019, -1.63833 48.66019, -1.63833 48.66019, -1.63833 48.66019))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13569'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70826 -1.63833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70826"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70826 -1.63833)"^^geo:wktLiteral ;
  geo-pos:lat "48.70826"^^xsd:decimal ;
  geo-pos:long "-1.63833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11505'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63833'^^xsd:double;
  dwc:latitude '48.70826'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63833 48.70826, -1.63833 48.70826, -1.63833 48.70826, -1.63833 48.70826, -1.63833 48.70826))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11505'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67446 -1.63832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67446"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67446 -1.63832)"^^geo:wktLiteral ;
  geo-pos:lat "48.67446"^^xsd:decimal ;
  geo-pos:long "-1.63832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9566'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63832'^^xsd:double;
  dwc:latitude '48.67446'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63832 48.67446, -1.63832 48.67446, -1.63832 48.67446, -1.63832 48.67446, -1.63832 48.67446))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9566'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72544 -1.63832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72544 -1.63832)"^^geo:wktLiteral ;
  geo-pos:lat "48.72544"^^xsd:decimal ;
  geo-pos:long "-1.63832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9241'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63832'^^xsd:double;
  dwc:latitude '48.72544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63832 48.72544, -1.63832 48.72544, -1.63832 48.72544, -1.63832 48.72544, -1.63832 48.72544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9241'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.63831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.63831)"^^geo:wktLiteral ;
  geo-pos:lat "48.69969"^^xsd:decimal ;
  geo-pos:long "-1.63831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8606'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63831'^^xsd:double;
  dwc:latitude '48.69969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63831 48.69969, -1.63831 48.69969, -1.63831 48.69969, -1.63831 48.69969, -1.63831 48.69969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8606'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65924 -1.63819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65924"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65924 -1.63819)"^^geo:wktLiteral ;
  geo-pos:lat "48.65924"^^xsd:decimal ;
  geo-pos:long "-1.63819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11782'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63819'^^xsd:double;
  dwc:latitude '48.65924'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63819 48.65924, -1.63819 48.65924, -1.63819 48.65924, -1.63819 48.65924, -1.63819 48.65924))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11782'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69847 -1.63817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69847 -1.63817)"^^geo:wktLiteral ;
  geo-pos:lat "48.69847"^^xsd:decimal ;
  geo-pos:long "-1.63817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8631'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.73333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63817'^^xsd:double;
  dwc:latitude '48.69847'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63817 48.69847, -1.63817 48.69847, -1.63817 48.69847, -1.63817 48.69847, -1.63817 48.69847))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8631'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66654 -1.63816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66654 -1.63816)"^^geo:wktLiteral ;
  geo-pos:lat "48.66654"^^xsd:decimal ;
  geo-pos:long "-1.63816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12527'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63816'^^xsd:double;
  dwc:latitude '48.66654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63816 48.66654, -1.63816 48.66654, -1.63816 48.66654, -1.63816 48.66654, -1.63816 48.66654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12527'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64634 -1.63815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64634 -1.63815)"^^geo:wktLiteral ;
  geo-pos:lat "48.64634"^^xsd:decimal ;
  geo-pos:long "-1.63815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11135'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63815'^^xsd:double;
  dwc:latitude '48.64634'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63815 48.64634, -1.63815 48.64634, -1.63815 48.64634, -1.63815 48.64634, -1.63815 48.64634))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11135'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69735 -1.63809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69735 -1.63809)"^^geo:wktLiteral ;
  geo-pos:lat "48.69735"^^xsd:decimal ;
  geo-pos:long "-1.63809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_12416'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63809'^^xsd:double;
  dwc:latitude '48.69735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63809 48.69735, -1.63809 48.69735, -1.63809 48.69735, -1.63809 48.69735, -1.63809 48.69735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12416'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65962 -1.63806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65962 -1.63806)"^^geo:wktLiteral ;
  geo-pos:lat "48.65962"^^xsd:decimal ;
  geo-pos:long "-1.63806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13304'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63806'^^xsd:double;
  dwc:latitude '48.65962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63806 48.65962, -1.63806 48.65962, -1.63806 48.65962, -1.63806 48.65962, -1.63806 48.65962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13304'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66009 -1.63806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66009 -1.63806)"^^geo:wktLiteral ;
  geo-pos:lat "48.66009"^^xsd:decimal ;
  geo-pos:long "-1.63806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12578'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63806'^^xsd:double;
  dwc:latitude '48.66009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63806 48.66009, -1.63806 48.66009, -1.63806 48.66009, -1.63806 48.66009, -1.63806 48.66009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12578'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66944 -1.63799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66944 -1.63799)"^^geo:wktLiteral ;
  geo-pos:lat "48.66944"^^xsd:decimal ;
  geo-pos:long "-1.63799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13674'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63799'^^xsd:double;
  dwc:latitude '48.66944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63799 48.66944, -1.63799 48.66944, -1.63799 48.66944, -1.63799 48.66944, -1.63799 48.66944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13674'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73035 -1.63797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73035 -1.63797)"^^geo:wktLiteral ;
  geo-pos:lat "48.73035"^^xsd:decimal ;
  geo-pos:long "-1.63797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8252'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63797'^^xsd:double;
  dwc:latitude '48.73035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63797 48.73035, -1.63797 48.73035, -1.63797 48.73035, -1.63797 48.73035, -1.63797 48.73035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8252'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6425 -1.63796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6425 -1.63796)"^^geo:wktLiteral ;
  geo-pos:lat "48.6425"^^xsd:decimal ;
  geo-pos:long "-1.63796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13232'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63796'^^xsd:double;
  dwc:latitude '48.6425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63796 48.6425, -1.63796 48.6425, -1.63796 48.6425, -1.63796 48.6425, -1.63796 48.6425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13232'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70422 -1.63792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70422 -1.63792)"^^geo:wktLiteral ;
  geo-pos:lat "48.70422"^^xsd:decimal ;
  geo-pos:long "-1.63792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11399'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63792'^^xsd:double;
  dwc:latitude '48.70422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63792 48.70422, -1.63792 48.70422, -1.63792 48.70422, -1.63792 48.70422, -1.63792 48.70422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11399'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65395 -1.63788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65395 -1.63788)"^^geo:wktLiteral ;
  geo-pos:lat "48.65395"^^xsd:decimal ;
  geo-pos:long "-1.63788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11744'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63788'^^xsd:double;
  dwc:latitude '48.65395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63788 48.65395, -1.63788 48.65395, -1.63788 48.65395, -1.63788 48.65395, -1.63788 48.65395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11744'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70694 -1.63787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70694 -1.63787)"^^geo:wktLiteral ;
  geo-pos:lat "48.70694"^^xsd:decimal ;
  geo-pos:long "-1.63787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8876'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63787'^^xsd:double;
  dwc:latitude '48.70694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63787 48.70694, -1.63787 48.70694, -1.63787 48.70694, -1.63787 48.70694, -1.63787 48.70694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8876'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69116 -1.63786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69116 -1.63786)"^^geo:wktLiteral ;
  geo-pos:lat "48.69116"^^xsd:decimal ;
  geo-pos:long "-1.63786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7682'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63786'^^xsd:double;
  dwc:latitude '48.69116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63786 48.69116, -1.63786 48.69116, -1.63786 48.69116, -1.63786 48.69116, -1.63786 48.69116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7682'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70623 -1.6378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70623 -1.6378)"^^geo:wktLiteral ;
  geo-pos:lat "48.70623"^^xsd:decimal ;
  geo-pos:long "-1.6378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8059'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6378'^^xsd:double;
  dwc:latitude '48.70623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6378 48.70623, -1.6378 48.70623, -1.6378 48.70623, -1.6378 48.70623, -1.6378 48.70623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8059'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63987 -1.63779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63987 -1.63779)"^^geo:wktLiteral ;
  geo-pos:lat "48.63987"^^xsd:decimal ;
  geo-pos:long "-1.63779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10692'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63779'^^xsd:double;
  dwc:latitude '48.63987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63779 48.63987, -1.63779 48.63987, -1.63779 48.63987, -1.63779 48.63987, -1.63779 48.63987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10692'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.661 -1.63778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.661 -1.63778)"^^geo:wktLiteral ;
  geo-pos:lat "48.661"^^xsd:decimal ;
  geo-pos:long "-1.63778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11088'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63778'^^xsd:double;
  dwc:latitude '48.661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63778 48.661, -1.63778 48.661, -1.63778 48.661, -1.63778 48.661, -1.63778 48.661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11088'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66039 -1.63773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66039 -1.63773)"^^geo:wktLiteral ;
  geo-pos:lat "48.66039"^^xsd:decimal ;
  geo-pos:long "-1.63773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11040'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63773'^^xsd:double;
  dwc:latitude '48.66039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63773 48.66039, -1.63773 48.66039, -1.63773 48.66039, -1.63773 48.66039, -1.63773 48.66039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11040'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69317 -1.63769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69317 -1.63769)"^^geo:wktLiteral ;
  geo-pos:lat "48.69317"^^xsd:decimal ;
  geo-pos:long "-1.63769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3635'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.083333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63769'^^xsd:double;
  dwc:latitude '48.69317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63769 48.69317, -1.63769 48.69317, -1.63769 48.69317, -1.63769 48.69317, -1.63769 48.69317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3635'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72577 -1.63767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72577 -1.63767)"^^geo:wktLiteral ;
  geo-pos:lat "48.72577"^^xsd:decimal ;
  geo-pos:long "-1.63767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10156'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63767'^^xsd:double;
  dwc:latitude '48.72577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63767 48.72577, -1.63767 48.72577, -1.63767 48.72577, -1.63767 48.72577, -1.63767 48.72577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10156'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65844 -1.63763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65844 -1.63763)"^^geo:wktLiteral ;
  geo-pos:lat "48.65844"^^xsd:decimal ;
  geo-pos:long "-1.63763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13185'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63763'^^xsd:double;
  dwc:latitude '48.65844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63763 48.65844, -1.63763 48.65844, -1.63763 48.65844, -1.63763 48.65844, -1.63763 48.65844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13185'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6392 -1.63762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6392 -1.63762)"^^geo:wktLiteral ;
  geo-pos:lat "48.6392"^^xsd:decimal ;
  geo-pos:long "-1.63762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10991'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63762'^^xsd:double;
  dwc:latitude '48.6392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63762 48.6392, -1.63762 48.6392, -1.63762 48.6392, -1.63762 48.6392, -1.63762 48.6392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10991'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64516 -1.63761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64516 -1.63761)"^^geo:wktLiteral ;
  geo-pos:lat "48.64516"^^xsd:decimal ;
  geo-pos:long "-1.63761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10857'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63761'^^xsd:double;
  dwc:latitude '48.64516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63761 48.64516, -1.63761 48.64516, -1.63761 48.64516, -1.63761 48.64516, -1.63761 48.64516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10857'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6649 -1.63757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6649"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6649 -1.63757)"^^geo:wktLiteral ;
  geo-pos:lat "48.6649"^^xsd:decimal ;
  geo-pos:long "-1.63757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11377'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63757'^^xsd:double;
  dwc:latitude '48.6649'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63757 48.6649, -1.63757 48.6649, -1.63757 48.6649, -1.63757 48.6649, -1.63757 48.6649))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11377'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69597 -1.63756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69597"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69597 -1.63756)"^^geo:wktLiteral ;
  geo-pos:lat "48.69597"^^xsd:decimal ;
  geo-pos:long "-1.63756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3495'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63756'^^xsd:double;
  dwc:latitude '48.69597'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63756 48.69597, -1.63756 48.69597, -1.63756 48.69597, -1.63756 48.69597, -1.63756 48.69597))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3495'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6732 -1.63754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6732 -1.63754)"^^geo:wktLiteral ;
  geo-pos:lat "48.6732"^^xsd:decimal ;
  geo-pos:long "-1.63754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10236'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63754'^^xsd:double;
  dwc:latitude '48.6732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63754 48.6732, -1.63754 48.6732, -1.63754 48.6732, -1.63754 48.6732, -1.63754 48.6732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10236'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70484 -1.63748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70484"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70484 -1.63748)"^^geo:wktLiteral ;
  geo-pos:lat "48.70484"^^xsd:decimal ;
  geo-pos:long "-1.63748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8650'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63748'^^xsd:double;
  dwc:latitude '48.70484'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63748 48.70484, -1.63748 48.70484, -1.63748 48.70484, -1.63748 48.70484, -1.63748 48.70484))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8650'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76703 -1.63747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76703 -1.63747)"^^geo:wktLiteral ;
  geo-pos:lat "48.76703"^^xsd:decimal ;
  geo-pos:long "-1.63747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10141'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63747'^^xsd:double;
  dwc:latitude '48.76703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63747 48.76703, -1.63747 48.76703, -1.63747 48.76703, -1.63747 48.76703, -1.63747 48.76703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10141'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63961 -1.63746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63961 -1.63746)"^^geo:wktLiteral ;
  geo-pos:lat "48.63961"^^xsd:decimal ;
  geo-pos:long "-1.63746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11095'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63746'^^xsd:double;
  dwc:latitude '48.63961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63746 48.63961, -1.63746 48.63961, -1.63746 48.63961, -1.63746 48.63961, -1.63746 48.63961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11095'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6586 -1.63746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6586 -1.63746)"^^geo:wktLiteral ;
  geo-pos:lat "48.6586"^^xsd:decimal ;
  geo-pos:long "-1.63746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12046'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63746'^^xsd:double;
  dwc:latitude '48.6586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63746 48.6586, -1.63746 48.6586, -1.63746 48.6586, -1.63746 48.6586, -1.63746 48.6586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12046'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69937 -1.6374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69937"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69937 -1.6374)"^^geo:wktLiteral ;
  geo-pos:lat "48.69937"^^xsd:decimal ;
  geo-pos:long "-1.6374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9587'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6374'^^xsd:double;
  dwc:latitude '48.69937'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6374 48.69937, -1.6374 48.69937, -1.6374 48.69937, -1.6374 48.69937, -1.6374 48.69937))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9587'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64005 -1.63736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63736"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64005 -1.63736)"^^geo:wktLiteral ;
  geo-pos:lat "48.64005"^^xsd:decimal ;
  geo-pos:long "-1.63736"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11106'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63736'^^xsd:double;
  dwc:latitude '48.64005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63736 48.64005, -1.63736 48.64005, -1.63736 48.64005, -1.63736 48.64005, -1.63736 48.64005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11106'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65917 -1.63735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65917 -1.63735)"^^geo:wktLiteral ;
  geo-pos:lat "48.65917"^^xsd:decimal ;
  geo-pos:long "-1.63735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12191'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63735'^^xsd:double;
  dwc:latitude '48.65917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63735 48.65917, -1.63735 48.65917, -1.63735 48.65917, -1.63735 48.65917, -1.63735 48.65917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12191'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64472 -1.63734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64472 -1.63734)"^^geo:wktLiteral ;
  geo-pos:lat "48.64472"^^xsd:decimal ;
  geo-pos:long "-1.63734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11774'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63734'^^xsd:double;
  dwc:latitude '48.64472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63734 48.64472, -1.63734 48.64472, -1.63734 48.64472, -1.63734 48.64472, -1.63734 48.64472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11774'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65268 -1.63734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65268"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65268 -1.63734)"^^geo:wktLiteral ;
  geo-pos:lat "48.65268"^^xsd:decimal ;
  geo-pos:long "-1.63734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11316'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63734'^^xsd:double;
  dwc:latitude '48.65268'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63734 48.65268, -1.63734 48.65268, -1.63734 48.65268, -1.63734 48.65268, -1.63734 48.65268))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11316'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65832 -1.63732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65832 -1.63732)"^^geo:wktLiteral ;
  geo-pos:lat "48.65832"^^xsd:decimal ;
  geo-pos:long "-1.63732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10836'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63732'^^xsd:double;
  dwc:latitude '48.65832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63732 48.65832, -1.63732 48.65832, -1.63732 48.65832, -1.63732 48.65832, -1.63732 48.65832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10836'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78782 -1.63732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.78782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78782 -1.63732)"^^geo:wktLiteral ;
  geo-pos:lat "48.78782"^^xsd:decimal ;
  geo-pos:long "-1.63732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9926'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63732'^^xsd:double;
  dwc:latitude '48.78782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63732 48.78782, -1.63732 48.78782, -1.63732 48.78782, -1.63732 48.78782, -1.63732 48.78782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9926'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70921 -1.63729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70921 -1.63729)"^^geo:wktLiteral ;
  geo-pos:lat "48.70921"^^xsd:decimal ;
  geo-pos:long "-1.63729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7881'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63729'^^xsd:double;
  dwc:latitude '48.70921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63729 48.70921, -1.63729 48.70921, -1.63729 48.70921, -1.63729 48.70921, -1.63729 48.70921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7881'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.63728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.63728)"^^geo:wktLiteral ;
  geo-pos:lat "48.659"^^xsd:decimal ;
  geo-pos:long "-1.63728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11049'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63728'^^xsd:double;
  dwc:latitude '48.659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63728 48.659, -1.63728 48.659, -1.63728 48.659, -1.63728 48.659, -1.63728 48.659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11049'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65887 -1.63726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65887 -1.63726)"^^geo:wktLiteral ;
  geo-pos:lat "48.65887"^^xsd:decimal ;
  geo-pos:long "-1.63726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11661'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63726'^^xsd:double;
  dwc:latitude '48.65887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63726 48.65887, -1.63726 48.65887, -1.63726 48.65887, -1.63726 48.65887, -1.63726 48.65887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11661'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65441 -1.63724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65441 -1.63724)"^^geo:wktLiteral ;
  geo-pos:lat "48.65441"^^xsd:decimal ;
  geo-pos:long "-1.63724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12783'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63724'^^xsd:double;
  dwc:latitude '48.65441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63724 48.65441, -1.63724 48.65441, -1.63724 48.65441, -1.63724 48.65441, -1.63724 48.65441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12783'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65918 -1.63722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65918 -1.63722)"^^geo:wktLiteral ;
  geo-pos:lat "48.65918"^^xsd:decimal ;
  geo-pos:long "-1.63722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13242'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63722'^^xsd:double;
  dwc:latitude '48.65918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63722 48.65918, -1.63722 48.65918, -1.63722 48.65918, -1.63722 48.65918, -1.63722 48.65918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13242'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7047 -1.63719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7047 -1.63719)"^^geo:wktLiteral ;
  geo-pos:lat "48.7047"^^xsd:decimal ;
  geo-pos:long "-1.63719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10169'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63719'^^xsd:double;
  dwc:latitude '48.7047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63719 48.7047, -1.63719 48.7047, -1.63719 48.7047, -1.63719 48.7047, -1.63719 48.7047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10169'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65899 -1.63718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65899 -1.63718)"^^geo:wktLiteral ;
  geo-pos:lat "48.65899"^^xsd:decimal ;
  geo-pos:long "-1.63718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11016'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63718'^^xsd:double;
  dwc:latitude '48.65899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63718 48.65899, -1.63718 48.65899, -1.63718 48.65899, -1.63718 48.65899, -1.63718 48.65899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11016'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70891 -1.63714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70891 -1.63714)"^^geo:wktLiteral ;
  geo-pos:lat "48.70891"^^xsd:decimal ;
  geo-pos:long "-1.63714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11408'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63714'^^xsd:double;
  dwc:latitude '48.70891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63714 48.70891, -1.63714 48.70891, -1.63714 48.70891, -1.63714 48.70891, -1.63714 48.70891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11408'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.63713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.63713)"^^geo:wktLiteral ;
  geo-pos:lat "48.70582"^^xsd:decimal ;
  geo-pos:long "-1.63713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9508'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63713'^^xsd:double;
  dwc:latitude '48.70582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63713 48.70582, -1.63713 48.70582, -1.63713 48.70582, -1.63713 48.70582, -1.63713 48.70582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9508'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67465 -1.63712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67465"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67465 -1.63712)"^^geo:wktLiteral ;
  geo-pos:lat "48.67465"^^xsd:decimal ;
  geo-pos:long "-1.63712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8284'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63712'^^xsd:double;
  dwc:latitude '48.67465'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63712 48.67465, -1.63712 48.67465, -1.63712 48.67465, -1.63712 48.67465, -1.63712 48.67465))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8284'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -1.6371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -1.6371)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-1.6371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12528'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6371'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6371 48.6667, -1.6371 48.6667, -1.6371 48.6667, -1.6371 48.6667, -1.6371 48.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12528'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65861 -1.63707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65861 -1.63707)"^^geo:wktLiteral ;
  geo-pos:lat "48.65861"^^xsd:decimal ;
  geo-pos:long "-1.63707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12883'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63707'^^xsd:double;
  dwc:latitude '48.65861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63707 48.65861, -1.63707 48.65861, -1.63707 48.65861, -1.63707 48.65861, -1.63707 48.65861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12883'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68274 -1.63705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68274 -1.63705)"^^geo:wktLiteral ;
  geo-pos:lat "48.68274"^^xsd:decimal ;
  geo-pos:long "-1.63705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3634'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63705'^^xsd:double;
  dwc:latitude '48.68274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63705 48.68274, -1.63705 48.68274, -1.63705 48.68274, -1.63705 48.68274, -1.63705 48.68274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3634'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6591 -1.63704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6591 -1.63704)"^^geo:wktLiteral ;
  geo-pos:lat "48.6591"^^xsd:decimal ;
  geo-pos:long "-1.63704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12187'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63704'^^xsd:double;
  dwc:latitude '48.6591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63704 48.6591, -1.63704 48.6591, -1.63704 48.6591, -1.63704 48.6591, -1.63704 48.6591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12187'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6741 -1.63704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6741 -1.63704)"^^geo:wktLiteral ;
  geo-pos:lat "48.6741"^^xsd:decimal ;
  geo-pos:long "-1.63704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3493'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63704'^^xsd:double;
  dwc:latitude '48.6741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63704 48.6741, -1.63704 48.6741, -1.63704 48.6741, -1.63704 48.6741, -1.63704 48.6741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3493'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69915 -1.63698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69915 -1.63698)"^^geo:wktLiteral ;
  geo-pos:lat "48.69915"^^xsd:decimal ;
  geo-pos:long "-1.63698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8685'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63698'^^xsd:double;
  dwc:latitude '48.69915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63698 48.69915, -1.63698 48.69915, -1.63698 48.69915, -1.63698 48.69915, -1.63698 48.69915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8685'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66227 -1.6369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66227 -1.6369)"^^geo:wktLiteral ;
  geo-pos:lat "48.66227"^^xsd:decimal ;
  geo-pos:long "-1.6369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12643'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6369'^^xsd:double;
  dwc:latitude '48.66227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6369 48.66227, -1.6369 48.66227, -1.6369 48.66227, -1.6369 48.66227, -1.6369 48.66227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12643'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69747 -1.63686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69747"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69747 -1.63686)"^^geo:wktLiteral ;
  geo-pos:lat "48.69747"^^xsd:decimal ;
  geo-pos:long "-1.63686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7973'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63686'^^xsd:double;
  dwc:latitude '48.69747'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63686 48.69747, -1.63686 48.69747, -1.63686 48.69747, -1.63686 48.69747, -1.63686 48.69747))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7973'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69891 -1.63686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69891 -1.63686)"^^geo:wktLiteral ;
  geo-pos:lat "48.69891"^^xsd:decimal ;
  geo-pos:long "-1.63686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8469'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63686'^^xsd:double;
  dwc:latitude '48.69891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63686 48.69891, -1.63686 48.69891, -1.63686 48.69891, -1.63686 48.69891, -1.63686 48.69891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8469'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6921 -1.63685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6921 -1.63685)"^^geo:wktLiteral ;
  geo-pos:lat "48.6921"^^xsd:decimal ;
  geo-pos:long "-1.63685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8663'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63685'^^xsd:double;
  dwc:latitude '48.6921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63685 48.6921, -1.63685 48.6921, -1.63685 48.6921, -1.63685 48.6921, -1.63685 48.6921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8663'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68729 -1.63684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68729"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_99>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68729 -1.63684)"^^geo:wktLiteral ;
  geo-pos:lat "48.68729"^^xsd:decimal ;
  geo-pos:long "-1.63684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_99'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_99'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63684'^^xsd:double;
  dwc:latitude '48.68729'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63684 48.68729, -1.63684 48.68729, -1.63684 48.68729, -1.63684 48.68729, -1.63684 48.68729))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_99'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65321 -1.63683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65321"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65321 -1.63683)"^^geo:wktLiteral ;
  geo-pos:lat "48.65321"^^xsd:decimal ;
  geo-pos:long "-1.63683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13533'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.41666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63683'^^xsd:double;
  dwc:latitude '48.65321'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63683 48.65321, -1.63683 48.65321, -1.63683 48.65321, -1.63683 48.65321, -1.63683 48.65321))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13533'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65716 -1.63683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65716 -1.63683)"^^geo:wktLiteral ;
  geo-pos:lat "48.65716"^^xsd:decimal ;
  geo-pos:long "-1.63683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12217'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63683'^^xsd:double;
  dwc:latitude '48.65716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63683 48.65716, -1.63683 48.65716, -1.63683 48.65716, -1.63683 48.65716, -1.63683 48.65716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12217'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.728 -1.63679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.728 -1.63679)"^^geo:wktLiteral ;
  geo-pos:lat "48.728"^^xsd:decimal ;
  geo-pos:long "-1.63679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11410'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63679'^^xsd:double;
  dwc:latitude '48.728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63679 48.728, -1.63679 48.728, -1.63679 48.728, -1.63679 48.728, -1.63679 48.728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11410'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76219 -1.63679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76219"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76219 -1.63679)"^^geo:wktLiteral ;
  geo-pos:lat "48.76219"^^xsd:decimal ;
  geo-pos:long "-1.63679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2060'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63679'^^xsd:double;
  dwc:latitude '48.76219'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63679 48.76219, -1.63679 48.76219, -1.63679 48.76219, -1.63679 48.76219, -1.63679 48.76219))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2060'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65887 -1.63676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65887 -1.63676)"^^geo:wktLiteral ;
  geo-pos:lat "48.65887"^^xsd:decimal ;
  geo-pos:long "-1.63676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12914'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63676'^^xsd:double;
  dwc:latitude '48.65887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63676 48.65887, -1.63676 48.65887, -1.63676 48.65887, -1.63676 48.65887, -1.63676 48.65887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12914'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68571 -1.63674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68571 -1.63674)"^^geo:wktLiteral ;
  geo-pos:lat "48.68571"^^xsd:decimal ;
  geo-pos:long "-1.63674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11482'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63674'^^xsd:double;
  dwc:latitude '48.68571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63674 48.68571, -1.63674 48.68571, -1.63674 48.68571, -1.63674 48.68571, -1.63674 48.68571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11482'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70169 -1.63672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70169 -1.63672)"^^geo:wktLiteral ;
  geo-pos:lat "48.70169"^^xsd:decimal ;
  geo-pos:long "-1.63672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8646'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63672'^^xsd:double;
  dwc:latitude '48.70169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63672 48.70169, -1.63672 48.70169, -1.63672 48.70169, -1.63672 48.70169, -1.63672 48.70169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8646'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63936 -1.63671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63936 -1.63671)"^^geo:wktLiteral ;
  geo-pos:lat "48.63936"^^xsd:decimal ;
  geo-pos:long "-1.63671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11715'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63671'^^xsd:double;
  dwc:latitude '48.63936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63671 48.63936, -1.63671 48.63936, -1.63671 48.63936, -1.63671 48.63936, -1.63671 48.63936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11715'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65975 -1.63671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65975"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65975 -1.63671)"^^geo:wktLiteral ;
  geo-pos:lat "48.65975"^^xsd:decimal ;
  geo-pos:long "-1.63671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11370'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63671'^^xsd:double;
  dwc:latitude '48.65975'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63671 48.65975, -1.63671 48.65975, -1.63671 48.65975, -1.63671 48.65975, -1.63671 48.65975))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11370'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70992 -1.63671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70992 -1.63671)"^^geo:wktLiteral ;
  geo-pos:lat "48.70992"^^xsd:decimal ;
  geo-pos:long "-1.63671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11494'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63671'^^xsd:double;
  dwc:latitude '48.70992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63671 48.70992, -1.63671 48.70992, -1.63671 48.70992, -1.63671 48.70992, -1.63671 48.70992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11494'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69232 -1.6367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69232 -1.6367)"^^geo:wktLiteral ;
  geo-pos:lat "48.69232"^^xsd:decimal ;
  geo-pos:long "-1.6367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7610'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6367'^^xsd:double;
  dwc:latitude '48.69232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6367 48.69232, -1.6367 48.69232, -1.6367 48.69232, -1.6367 48.69232, -1.6367 48.69232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7610'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63984 -1.63667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63984 -1.63667)"^^geo:wktLiteral ;
  geo-pos:lat "48.63984"^^xsd:decimal ;
  geo-pos:long "-1.63667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10914'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63667'^^xsd:double;
  dwc:latitude '48.63984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63667 48.63984, -1.63667 48.63984, -1.63667 48.63984, -1.63667 48.63984, -1.63667 48.63984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10914'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65933 -1.63667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65933 -1.63667)"^^geo:wktLiteral ;
  geo-pos:lat "48.65933"^^xsd:decimal ;
  geo-pos:long "-1.63667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11349'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63667'^^xsd:double;
  dwc:latitude '48.65933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63667 48.65933, -1.63667 48.65933, -1.63667 48.65933, -1.63667 48.65933, -1.63667 48.65933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11349'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70511 -1.63667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70511 -1.63667)"^^geo:wktLiteral ;
  geo-pos:lat "48.70511"^^xsd:decimal ;
  geo-pos:long "-1.63667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8278'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63667'^^xsd:double;
  dwc:latitude '48.70511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63667 48.70511, -1.63667 48.70511, -1.63667 48.70511, -1.63667 48.70511, -1.63667 48.70511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8278'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68002 -1.63666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68002 -1.63666)"^^geo:wktLiteral ;
  geo-pos:lat "48.68002"^^xsd:decimal ;
  geo-pos:long "-1.63666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11460'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.43333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63666'^^xsd:double;
  dwc:latitude '48.68002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63666 48.68002, -1.63666 48.68002, -1.63666 48.68002, -1.63666 48.68002, -1.63666 48.68002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11460'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67163 -1.63664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67163 -1.63664)"^^geo:wktLiteral ;
  geo-pos:lat "48.67163"^^xsd:decimal ;
  geo-pos:long "-1.63664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7346'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63664'^^xsd:double;
  dwc:latitude '48.67163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63664 48.67163, -1.63664 48.67163, -1.63664 48.67163, -1.63664 48.67163, -1.63664 48.67163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7346'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63956 -1.63663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63956 -1.63663)"^^geo:wktLiteral ;
  geo-pos:lat "48.63956"^^xsd:decimal ;
  geo-pos:long "-1.63663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11019'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63663'^^xsd:double;
  dwc:latitude '48.63956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63663 48.63956, -1.63663 48.63956, -1.63663 48.63956, -1.63663 48.63956, -1.63663 48.63956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11019'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70128 -1.63662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70128 -1.63662)"^^geo:wktLiteral ;
  geo-pos:lat "48.70128"^^xsd:decimal ;
  geo-pos:long "-1.63662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11485'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63662'^^xsd:double;
  dwc:latitude '48.70128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63662 48.70128, -1.63662 48.70128, -1.63662 48.70128, -1.63662 48.70128, -1.63662 48.70128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11485'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67654 -1.6366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67654 -1.6366)"^^geo:wktLiteral ;
  geo-pos:lat "48.67654"^^xsd:decimal ;
  geo-pos:long "-1.6366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_9485'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6366'^^xsd:double;
  dwc:latitude '48.67654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6366 48.67654, -1.6366 48.67654, -1.6366 48.67654, -1.6366 48.67654, -1.6366 48.67654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9485'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7675 -1.63658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7675 -1.63658)"^^geo:wktLiteral ;
  geo-pos:lat "48.7675"^^xsd:decimal ;
  geo-pos:long "-1.63658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1978'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63658'^^xsd:double;
  dwc:latitude '48.7675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63658 48.7675, -1.63658 48.7675, -1.63658 48.7675, -1.63658 48.7675, -1.63658 48.7675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1978'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64283 -1.63657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64283"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64283 -1.63657)"^^geo:wktLiteral ;
  geo-pos:lat "48.64283"^^xsd:decimal ;
  geo-pos:long "-1.63657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11522'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63657'^^xsd:double;
  dwc:latitude '48.64283'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63657 48.64283, -1.63657 48.64283, -1.63657 48.64283, -1.63657 48.64283, -1.63657 48.64283))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11522'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65662 -1.63657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65662"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65662 -1.63657)"^^geo:wktLiteral ;
  geo-pos:lat "48.65662"^^xsd:decimal ;
  geo-pos:long "-1.63657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12823'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63657'^^xsd:double;
  dwc:latitude '48.65662'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63657 48.65662, -1.63657 48.65662, -1.63657 48.65662, -1.63657 48.65662, -1.63657 48.65662))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12823'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63146 -1.63656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63146 -1.63656)"^^geo:wktLiteral ;
  geo-pos:lat "48.63146"^^xsd:decimal ;
  geo-pos:long "-1.63656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11845'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63656'^^xsd:double;
  dwc:latitude '48.63146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63656 48.63146, -1.63656 48.63146, -1.63656 48.63146, -1.63656 48.63146, -1.63656 48.63146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11845'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66325 -1.63651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66325 -1.63651)"^^geo:wktLiteral ;
  geo-pos:lat "48.66325"^^xsd:decimal ;
  geo-pos:long "-1.63651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12691'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63651'^^xsd:double;
  dwc:latitude '48.66325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63651 48.66325, -1.63651 48.66325, -1.63651 48.66325, -1.63651 48.66325, -1.63651 48.66325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12691'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.698 -1.63646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.698 -1.63646)"^^geo:wktLiteral ;
  geo-pos:lat "48.698"^^xsd:decimal ;
  geo-pos:long "-1.63646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8791'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63646'^^xsd:double;
  dwc:latitude '48.698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63646 48.698, -1.63646 48.698, -1.63646 48.698, -1.63646 48.698, -1.63646 48.698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8791'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6328 -1.63643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6328 -1.63643)"^^geo:wktLiteral ;
  geo-pos:lat "48.6328"^^xsd:decimal ;
  geo-pos:long "-1.63643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13106'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63643'^^xsd:double;
  dwc:latitude '48.6328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63643 48.6328, -1.63643 48.6328, -1.63643 48.6328, -1.63643 48.6328, -1.63643 48.6328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13106'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7062 -1.63643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7062 -1.63643)"^^geo:wktLiteral ;
  geo-pos:lat "48.7062"^^xsd:decimal ;
  geo-pos:long "-1.63643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11503'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63643'^^xsd:double;
  dwc:latitude '48.7062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63643 48.7062, -1.63643 48.7062, -1.63643 48.7062, -1.63643 48.7062, -1.63643 48.7062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11503'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63491 -1.63638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63491 -1.63638)"^^geo:wktLiteral ;
  geo-pos:lat "48.63491"^^xsd:decimal ;
  geo-pos:long "-1.63638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13387'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63638'^^xsd:double;
  dwc:latitude '48.63491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63638 48.63491, -1.63638 48.63491, -1.63638 48.63491, -1.63638 48.63491, -1.63638 48.63491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13387'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63993 -1.63635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63993"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63993 -1.63635)"^^geo:wktLiteral ;
  geo-pos:lat "48.63993"^^xsd:decimal ;
  geo-pos:long "-1.63635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11184'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63635'^^xsd:double;
  dwc:latitude '48.63993'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63635 48.63993, -1.63635 48.63993, -1.63635 48.63993, -1.63635 48.63993, -1.63635 48.63993))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11184'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65842 -1.63634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65842"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65842 -1.63634)"^^geo:wktLiteral ;
  geo-pos:lat "48.65842"^^xsd:decimal ;
  geo-pos:long "-1.63634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11722'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63634'^^xsd:double;
  dwc:latitude '48.65842'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63634 48.65842, -1.63634 48.65842, -1.63634 48.65842, -1.63634 48.65842, -1.63634 48.65842))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11722'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65849 -1.63634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65849 -1.63634)"^^geo:wktLiteral ;
  geo-pos:lat "48.65849"^^xsd:decimal ;
  geo-pos:long "-1.63634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11966'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63634'^^xsd:double;
  dwc:latitude '48.65849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63634 48.65849, -1.63634 48.65849, -1.63634 48.65849, -1.63634 48.65849, -1.63634 48.65849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11966'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66533 -1.63634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66533 -1.63634)"^^geo:wktLiteral ;
  geo-pos:lat "48.66533"^^xsd:decimal ;
  geo-pos:long "-1.63634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6352'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63634'^^xsd:double;
  dwc:latitude '48.66533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63634 48.66533, -1.63634 48.66533, -1.63634 48.66533, -1.63634 48.66533, -1.63634 48.66533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6352'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6483 -1.63633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6483"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6483 -1.63633)"^^geo:wktLiteral ;
  geo-pos:lat "48.6483"^^xsd:decimal ;
  geo-pos:long "-1.63633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10932'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63633'^^xsd:double;
  dwc:latitude '48.6483'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63633 48.6483, -1.63633 48.6483, -1.63633 48.6483, -1.63633 48.6483, -1.63633 48.6483))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10932'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65968 -1.63633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65968 -1.63633)"^^geo:wktLiteral ;
  geo-pos:lat "48.65968"^^xsd:decimal ;
  geo-pos:long "-1.63633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12968'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '8.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63633'^^xsd:double;
  dwc:latitude '48.65968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63633 48.65968, -1.63633 48.65968, -1.63633 48.65968, -1.63633 48.65968, -1.63633 48.65968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12968'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63886 -1.63632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63886"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63886 -1.63632)"^^geo:wktLiteral ;
  geo-pos:lat "48.63886"^^xsd:decimal ;
  geo-pos:long "-1.63632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11036'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63632'^^xsd:double;
  dwc:latitude '48.63886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63632 48.63886, -1.63632 48.63886, -1.63632 48.63886, -1.63632 48.63886, -1.63632 48.63886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11036'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68242 -1.63632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68242 -1.63632)"^^geo:wktLiteral ;
  geo-pos:lat "48.68242"^^xsd:decimal ;
  geo-pos:long "-1.63632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3583'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63632'^^xsd:double;
  dwc:latitude '48.68242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63632 48.68242, -1.63632 48.68242, -1.63632 48.68242, -1.63632 48.68242, -1.63632 48.68242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3583'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65608 -1.63629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65608 -1.63629)"^^geo:wktLiteral ;
  geo-pos:lat "48.65608"^^xsd:decimal ;
  geo-pos:long "-1.63629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11827'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.41666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63629'^^xsd:double;
  dwc:latitude '48.65608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63629 48.65608, -1.63629 48.65608, -1.63629 48.65608, -1.63629 48.65608, -1.63629 48.65608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11827'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65567 -1.63628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65567 -1.63628)"^^geo:wktLiteral ;
  geo-pos:lat "48.65567"^^xsd:decimal ;
  geo-pos:long "-1.63628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12312'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63628'^^xsd:double;
  dwc:latitude '48.65567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63628 48.65567, -1.63628 48.65567, -1.63628 48.65567, -1.63628 48.65567, -1.63628 48.65567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12312'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6592 -1.63624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6592 -1.63624)"^^geo:wktLiteral ;
  geo-pos:lat "48.6592"^^xsd:decimal ;
  geo-pos:long "-1.63624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11089'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63624'^^xsd:double;
  dwc:latitude '48.6592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63624 48.6592, -1.63624 48.6592, -1.63624 48.6592, -1.63624 48.6592, -1.63624 48.6592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11089'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6678 -1.63623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6678 -1.63623)"^^geo:wktLiteral ;
  geo-pos:lat "48.6678"^^xsd:decimal ;
  geo-pos:long "-1.63623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11578'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63623'^^xsd:double;
  dwc:latitude '48.6678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63623 48.6678, -1.63623 48.6678, -1.63623 48.6678, -1.63623 48.6678, -1.63623 48.6678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11578'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65589 -1.63621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65589 -1.63621)"^^geo:wktLiteral ;
  geo-pos:lat "48.65589"^^xsd:decimal ;
  geo-pos:long "-1.63621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12180'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63621'^^xsd:double;
  dwc:latitude '48.65589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63621 48.65589, -1.63621 48.65589, -1.63621 48.65589, -1.63621 48.65589, -1.63621 48.65589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12180'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63265 -1.6362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63265"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63265 -1.6362)"^^geo:wktLiteral ;
  geo-pos:lat "48.63265"^^xsd:decimal ;
  geo-pos:long "-1.6362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10878'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6362'^^xsd:double;
  dwc:latitude '48.63265'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6362 48.63265, -1.6362 48.63265, -1.6362 48.63265, -1.6362 48.63265, -1.6362 48.63265))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10878'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67096 -1.6362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67096 -1.6362)"^^geo:wktLiteral ;
  geo-pos:lat "48.67096"^^xsd:decimal ;
  geo-pos:long "-1.6362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12517'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6362'^^xsd:double;
  dwc:latitude '48.67096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6362 48.67096, -1.6362 48.67096, -1.6362 48.67096, -1.6362 48.67096, -1.6362 48.67096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12517'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70163 -1.6362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70163 -1.6362)"^^geo:wktLiteral ;
  geo-pos:lat "48.70163"^^xsd:decimal ;
  geo-pos:long "-1.6362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8372'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6362'^^xsd:double;
  dwc:latitude '48.70163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6362 48.70163, -1.6362 48.70163, -1.6362 48.70163, -1.6362 48.70163, -1.6362 48.70163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8372'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6661 -1.63617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6661 -1.63617)"^^geo:wktLiteral ;
  geo-pos:lat "48.6661"^^xsd:decimal ;
  geo-pos:long "-1.63617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12567'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63617'^^xsd:double;
  dwc:latitude '48.6661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63617 48.6661, -1.63617 48.6661, -1.63617 48.6661, -1.63617 48.6661, -1.63617 48.6661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12567'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70444 -1.63616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70444"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70444 -1.63616)"^^geo:wktLiteral ;
  geo-pos:lat "48.70444"^^xsd:decimal ;
  geo-pos:long "-1.63616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11499'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63616'^^xsd:double;
  dwc:latitude '48.70444'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63616 48.70444, -1.63616 48.70444, -1.63616 48.70444, -1.63616 48.70444, -1.63616 48.70444))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11499'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63322 -1.63613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63322 -1.63613)"^^geo:wktLiteral ;
  geo-pos:lat "48.63322"^^xsd:decimal ;
  geo-pos:long "-1.63613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13335'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63613'^^xsd:double;
  dwc:latitude '48.63322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63613 48.63322, -1.63613 48.63322, -1.63613 48.63322, -1.63613 48.63322, -1.63613 48.63322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13335'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64176 -1.63612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64176 -1.63612)"^^geo:wktLiteral ;
  geo-pos:lat "48.64176"^^xsd:decimal ;
  geo-pos:long "-1.63612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11134'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63612'^^xsd:double;
  dwc:latitude '48.64176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63612 48.64176, -1.63612 48.64176, -1.63612 48.64176, -1.63612 48.64176, -1.63612 48.64176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11134'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69964 -1.63612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69964 -1.63612)"^^geo:wktLiteral ;
  geo-pos:lat "48.69964"^^xsd:decimal ;
  geo-pos:long "-1.63612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2836'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63612'^^xsd:double;
  dwc:latitude '48.69964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63612 48.69964, -1.63612 48.69964, -1.63612 48.69964, -1.63612 48.69964, -1.63612 48.69964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2836'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65848 -1.63609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65848"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65848 -1.63609)"^^geo:wktLiteral ;
  geo-pos:lat "48.65848"^^xsd:decimal ;
  geo-pos:long "-1.63609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12951'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63609'^^xsd:double;
  dwc:latitude '48.65848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63609 48.65848, -1.63609 48.65848, -1.63609 48.65848, -1.63609 48.65848, -1.63609 48.65848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12951'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7039 -1.63609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7039 -1.63609)"^^geo:wktLiteral ;
  geo-pos:lat "48.7039"^^xsd:decimal ;
  geo-pos:long "-1.63609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8790'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63609'^^xsd:double;
  dwc:latitude '48.7039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63609 48.7039, -1.63609 48.7039, -1.63609 48.7039, -1.63609 48.7039, -1.63609 48.7039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8790'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65112 -1.63603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65112"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65112 -1.63603)"^^geo:wktLiteral ;
  geo-pos:lat "48.65112"^^xsd:decimal ;
  geo-pos:long "-1.63603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12157'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63603'^^xsd:double;
  dwc:latitude '48.65112'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63603 48.65112, -1.63603 48.65112, -1.63603 48.65112, -1.63603 48.65112, -1.63603 48.65112))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12157'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6385 -1.636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6385 -1.636)"^^geo:wktLiteral ;
  geo-pos:lat "48.6385"^^xsd:decimal ;
  geo-pos:long "-1.636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11155'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.636'^^xsd:double;
  dwc:latitude '48.6385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.636 48.6385, -1.636 48.6385, -1.636 48.6385, -1.636 48.6385, -1.636 48.6385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11155'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65727 -1.636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65727 -1.636)"^^geo:wktLiteral ;
  geo-pos:lat "48.65727"^^xsd:decimal ;
  geo-pos:long "-1.636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11371'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.636'^^xsd:double;
  dwc:latitude '48.65727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.636 48.65727, -1.636 48.65727, -1.636 48.65727, -1.636 48.65727, -1.636 48.65727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11371'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66356 -1.636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66356 -1.636)"^^geo:wktLiteral ;
  geo-pos:lat "48.66356"^^xsd:decimal ;
  geo-pos:long "-1.636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10911'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.636'^^xsd:double;
  dwc:latitude '48.66356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.636 48.66356, -1.636 48.66356, -1.636 48.66356, -1.636 48.66356, -1.636 48.66356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10911'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63975 -1.63599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63975"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63975 -1.63599)"^^geo:wktLiteral ;
  geo-pos:lat "48.63975"^^xsd:decimal ;
  geo-pos:long "-1.63599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13231'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63599'^^xsd:double;
  dwc:latitude '48.63975'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63599 48.63975, -1.63599 48.63975, -1.63599 48.63975, -1.63599 48.63975, -1.63599 48.63975))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13231'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65941 -1.63599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65941 -1.63599)"^^geo:wktLiteral ;
  geo-pos:lat "48.65941"^^xsd:decimal ;
  geo-pos:long "-1.63599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11000'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63599'^^xsd:double;
  dwc:latitude '48.65941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63599 48.65941, -1.63599 48.65941, -1.63599 48.65941, -1.63599 48.65941, -1.63599 48.65941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11000'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70817 -1.63599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70817 -1.63599)"^^geo:wktLiteral ;
  geo-pos:lat "48.70817"^^xsd:decimal ;
  geo-pos:long "-1.63599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11389'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63599'^^xsd:double;
  dwc:latitude '48.70817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63599 48.70817, -1.63599 48.70817, -1.63599 48.70817, -1.63599 48.70817, -1.63599 48.70817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11389'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63804 -1.63598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63804 -1.63598)"^^geo:wktLiteral ;
  geo-pos:lat "48.63804"^^xsd:decimal ;
  geo-pos:long "-1.63598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7075'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63598'^^xsd:double;
  dwc:latitude '48.63804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63598 48.63804, -1.63598 48.63804, -1.63598 48.63804, -1.63598 48.63804, -1.63598 48.63804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7075'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70005 -1.63594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70005 -1.63594)"^^geo:wktLiteral ;
  geo-pos:lat "48.70005"^^xsd:decimal ;
  geo-pos:long "-1.63594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7972'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63594'^^xsd:double;
  dwc:latitude '48.70005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63594 48.70005, -1.63594 48.70005, -1.63594 48.70005, -1.63594 48.70005, -1.63594 48.70005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7972'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70306 -1.6359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70306 -1.6359)"^^geo:wktLiteral ;
  geo-pos:lat "48.70306"^^xsd:decimal ;
  geo-pos:long "-1.6359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8845'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6359'^^xsd:double;
  dwc:latitude '48.70306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6359 48.70306, -1.6359 48.70306, -1.6359 48.70306, -1.6359 48.70306, -1.6359 48.70306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8845'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65874 -1.63581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65874 -1.63581)"^^geo:wktLiteral ;
  geo-pos:lat "48.65874"^^xsd:decimal ;
  geo-pos:long "-1.63581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11769'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63581'^^xsd:double;
  dwc:latitude '48.65874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63581 48.65874, -1.63581 48.65874, -1.63581 48.65874, -1.63581 48.65874, -1.63581 48.65874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11769'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66203 -1.63581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66203 -1.63581)"^^geo:wktLiteral ;
  geo-pos:lat "48.66203"^^xsd:decimal ;
  geo-pos:long "-1.63581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8996'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63581'^^xsd:double;
  dwc:latitude '48.66203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63581 48.66203, -1.63581 48.66203, -1.63581 48.66203, -1.63581 48.66203, -1.63581 48.66203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8996'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70703 -1.63579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70703 -1.63579)"^^geo:wktLiteral ;
  geo-pos:lat "48.70703"^^xsd:decimal ;
  geo-pos:long "-1.63579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8773'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63579'^^xsd:double;
  dwc:latitude '48.70703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63579 48.70703, -1.63579 48.70703, -1.63579 48.70703, -1.63579 48.70703, -1.63579 48.70703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8773'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71455 -1.63579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71455"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71455 -1.63579)"^^geo:wktLiteral ;
  geo-pos:lat "48.71455"^^xsd:decimal ;
  geo-pos:long "-1.63579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9802'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63579'^^xsd:double;
  dwc:latitude '48.71455'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63579 48.71455, -1.63579 48.71455, -1.63579 48.71455, -1.63579 48.71455, -1.63579 48.71455))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9802'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63836 -1.63575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63836 -1.63575)"^^geo:wktLiteral ;
  geo-pos:lat "48.63836"^^xsd:decimal ;
  geo-pos:long "-1.63575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13506'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63575'^^xsd:double;
  dwc:latitude '48.63836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63575 48.63836, -1.63575 48.63836, -1.63575 48.63836, -1.63575 48.63836, -1.63575 48.63836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13506'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63884 -1.63575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63884 -1.63575)"^^geo:wktLiteral ;
  geo-pos:lat "48.63884"^^xsd:decimal ;
  geo-pos:long "-1.63575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10879'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63575'^^xsd:double;
  dwc:latitude '48.63884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63575 48.63884, -1.63575 48.63884, -1.63575 48.63884, -1.63575 48.63884, -1.63575 48.63884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10879'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64872 -1.6357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64872 -1.6357)"^^geo:wktLiteral ;
  geo-pos:lat "48.64872"^^xsd:decimal ;
  geo-pos:long "-1.6357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12540'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6357'^^xsd:double;
  dwc:latitude '48.64872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6357 48.64872, -1.6357 48.64872, -1.6357 48.64872, -1.6357 48.64872, -1.6357 48.64872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12540'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70487 -1.6356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70487 -1.6356)"^^geo:wktLiteral ;
  geo-pos:lat "48.70487"^^xsd:decimal ;
  geo-pos:long "-1.6356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8844'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6356'^^xsd:double;
  dwc:latitude '48.70487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6356 48.70487, -1.6356 48.70487, -1.6356 48.70487, -1.6356 48.70487, -1.6356 48.70487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8844'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69098 -1.63559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69098 -1.63559)"^^geo:wktLiteral ;
  geo-pos:lat "48.69098"^^xsd:decimal ;
  geo-pos:long "-1.63559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8204'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63559'^^xsd:double;
  dwc:latitude '48.69098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63559 48.69098, -1.63559 48.69098, -1.63559 48.69098, -1.63559 48.69098, -1.63559 48.69098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8204'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70672 -1.63558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70672 -1.63558)"^^geo:wktLiteral ;
  geo-pos:lat "48.70672"^^xsd:decimal ;
  geo-pos:long "-1.63558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11543'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63558'^^xsd:double;
  dwc:latitude '48.70672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63558 48.70672, -1.63558 48.70672, -1.63558 48.70672, -1.63558 48.70672, -1.63558 48.70672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11543'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65447 -1.63556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65447 -1.63556)"^^geo:wktLiteral ;
  geo-pos:lat "48.65447"^^xsd:decimal ;
  geo-pos:long "-1.63556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11776'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63556'^^xsd:double;
  dwc:latitude '48.65447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63556 48.65447, -1.63556 48.65447, -1.63556 48.65447, -1.63556 48.65447, -1.63556 48.65447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11776'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63918 -1.63552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63918 -1.63552)"^^geo:wktLiteral ;
  geo-pos:lat "48.63918"^^xsd:decimal ;
  geo-pos:long "-1.63552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10854'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63552'^^xsd:double;
  dwc:latitude '48.63918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63552 48.63918, -1.63552 48.63918, -1.63552 48.63918, -1.63552 48.63918, -1.63552 48.63918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10854'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64979 -1.63551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64979 -1.63551)"^^geo:wktLiteral ;
  geo-pos:lat "48.64979"^^xsd:decimal ;
  geo-pos:long "-1.63551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10703'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63551'^^xsd:double;
  dwc:latitude '48.64979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63551 48.64979, -1.63551 48.64979, -1.63551 48.64979, -1.63551 48.64979, -1.63551 48.64979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10703'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64178 -1.63547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64178 -1.63547)"^^geo:wktLiteral ;
  geo-pos:lat "48.64178"^^xsd:decimal ;
  geo-pos:long "-1.63547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12921'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63547'^^xsd:double;
  dwc:latitude '48.64178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63547 48.64178, -1.63547 48.64178, -1.63547 48.64178, -1.63547 48.64178, -1.63547 48.64178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12921'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67539 -1.63543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67539 -1.63543)"^^geo:wktLiteral ;
  geo-pos:lat "48.67539"^^xsd:decimal ;
  geo-pos:long "-1.63543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2831'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63543'^^xsd:double;
  dwc:latitude '48.67539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63543 48.67539, -1.63543 48.67539, -1.63543 48.67539, -1.63543 48.67539, -1.63543 48.67539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2831'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66656 -1.63542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66656 -1.63542)"^^geo:wktLiteral ;
  geo-pos:lat "48.66656"^^xsd:decimal ;
  geo-pos:long "-1.63542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12640'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63542'^^xsd:double;
  dwc:latitude '48.66656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63542 48.66656, -1.63542 48.66656, -1.63542 48.66656, -1.63542 48.66656, -1.63542 48.66656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12640'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6548 -1.6354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6548 -1.6354)"^^geo:wktLiteral ;
  geo-pos:lat "48.6548"^^xsd:decimal ;
  geo-pos:long "-1.6354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13091'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6354'^^xsd:double;
  dwc:latitude '48.6548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6354 48.6548, -1.6354 48.6548, -1.6354 48.6548, -1.6354 48.6548, -1.6354 48.6548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13091'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65804 -1.6354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65804 -1.6354)"^^geo:wktLiteral ;
  geo-pos:lat "48.65804"^^xsd:decimal ;
  geo-pos:long "-1.6354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10724'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6354'^^xsd:double;
  dwc:latitude '48.65804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6354 48.65804, -1.6354 48.65804, -1.6354 48.65804, -1.6354 48.65804, -1.6354 48.65804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10724'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69991 -1.63537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69991 -1.63537)"^^geo:wktLiteral ;
  geo-pos:lat "48.69991"^^xsd:decimal ;
  geo-pos:long "-1.63537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_9482'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63537'^^xsd:double;
  dwc:latitude '48.69991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63537 48.69991, -1.63537 48.69991, -1.63537 48.69991, -1.63537 48.69991, -1.63537 48.69991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9482'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63783 -1.63535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63783 -1.63535)"^^geo:wktLiteral ;
  geo-pos:lat "48.63783"^^xsd:decimal ;
  geo-pos:long "-1.63535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10856'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63535'^^xsd:double;
  dwc:latitude '48.63783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63535 48.63783, -1.63535 48.63783, -1.63535 48.63783, -1.63535 48.63783, -1.63535 48.63783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10856'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66753 -1.63535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66753 -1.63535)"^^geo:wktLiteral ;
  geo-pos:lat "48.66753"^^xsd:decimal ;
  geo-pos:long "-1.63535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10561'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63535'^^xsd:double;
  dwc:latitude '48.66753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63535 48.66753, -1.63535 48.66753, -1.63535 48.66753, -1.63535 48.66753, -1.63535 48.66753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10561'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70905 -1.63535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70905 -1.63535)"^^geo:wktLiteral ;
  geo-pos:lat "48.70905"^^xsd:decimal ;
  geo-pos:long "-1.63535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7878'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63535'^^xsd:double;
  dwc:latitude '48.70905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63535 48.70905, -1.63535 48.70905, -1.63535 48.70905, -1.63535 48.70905, -1.63535 48.70905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7878'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63742 -1.63534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63742 -1.63534)"^^geo:wktLiteral ;
  geo-pos:lat "48.63742"^^xsd:decimal ;
  geo-pos:long "-1.63534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11020'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63534'^^xsd:double;
  dwc:latitude '48.63742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63534 48.63742, -1.63534 48.63742, -1.63534 48.63742, -1.63534 48.63742, -1.63534 48.63742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11020'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65812 -1.63534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65812 -1.63534)"^^geo:wktLiteral ;
  geo-pos:lat "48.65812"^^xsd:decimal ;
  geo-pos:long "-1.63534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12884'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63534'^^xsd:double;
  dwc:latitude '48.65812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63534 48.65812, -1.63534 48.65812, -1.63534 48.65812, -1.63534 48.65812, -1.63534 48.65812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12884'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69547 -1.63534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69547 -1.63534)"^^geo:wktLiteral ;
  geo-pos:lat "48.69547"^^xsd:decimal ;
  geo-pos:long "-1.63534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8296'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63534'^^xsd:double;
  dwc:latitude '48.69547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63534 48.69547, -1.63534 48.69547, -1.63534 48.69547, -1.63534 48.69547, -1.63534 48.69547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8296'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70598 -1.63534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70598 -1.63534)"^^geo:wktLiteral ;
  geo-pos:lat "48.70598"^^xsd:decimal ;
  geo-pos:long "-1.63534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11546'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63534'^^xsd:double;
  dwc:latitude '48.70598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63534 48.70598, -1.63534 48.70598, -1.63534 48.70598, -1.63534 48.70598, -1.63534 48.70598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11546'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68404 -1.63533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68404 -1.63533)"^^geo:wktLiteral ;
  geo-pos:lat "48.68404"^^xsd:decimal ;
  geo-pos:long "-1.63533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9002'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63533'^^xsd:double;
  dwc:latitude '48.68404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63533 48.68404, -1.63533 48.68404, -1.63533 48.68404, -1.63533 48.68404, -1.63533 48.68404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9002'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6593 -1.63531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6593 -1.63531)"^^geo:wktLiteral ;
  geo-pos:lat "48.6593"^^xsd:decimal ;
  geo-pos:long "-1.63531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12541'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63531'^^xsd:double;
  dwc:latitude '48.6593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63531 48.6593, -1.63531 48.6593, -1.63531 48.6593, -1.63531 48.6593, -1.63531 48.6593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12541'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69602 -1.63531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69602 -1.63531)"^^geo:wktLiteral ;
  geo-pos:lat "48.69602"^^xsd:decimal ;
  geo-pos:long "-1.63531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8601'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63531'^^xsd:double;
  dwc:latitude '48.69602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63531 48.69602, -1.63531 48.69602, -1.63531 48.69602, -1.63531 48.69602, -1.63531 48.69602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8601'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70083 -1.63531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70083 -1.63531)"^^geo:wktLiteral ;
  geo-pos:lat "48.70083"^^xsd:decimal ;
  geo-pos:long "-1.63531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8840'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63531'^^xsd:double;
  dwc:latitude '48.70083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63531 48.70083, -1.63531 48.70083, -1.63531 48.70083, -1.63531 48.70083, -1.63531 48.70083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8840'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6384 -1.6353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6384"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6384 -1.6353)"^^geo:wktLiteral ;
  geo-pos:lat "48.6384"^^xsd:decimal ;
  geo-pos:long "-1.6353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11651'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6353'^^xsd:double;
  dwc:latitude '48.6384'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6353 48.6384, -1.6353 48.6384, -1.6353 48.6384, -1.6353 48.6384, -1.6353 48.6384))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11651'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6584 -1.6353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6584 -1.6353)"^^geo:wktLiteral ;
  geo-pos:lat "48.6584"^^xsd:decimal ;
  geo-pos:long "-1.6353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11697'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6353'^^xsd:double;
  dwc:latitude '48.6584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6353 48.6584, -1.6353 48.6584, -1.6353 48.6584, -1.6353 48.6584, -1.6353 48.6584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11697'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65839 -1.63529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65839 -1.63529)"^^geo:wktLiteral ;
  geo-pos:lat "48.65839"^^xsd:decimal ;
  geo-pos:long "-1.63529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11737'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63529'^^xsd:double;
  dwc:latitude '48.65839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63529 48.65839, -1.63529 48.65839, -1.63529 48.65839, -1.63529 48.65839, -1.63529 48.65839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11737'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63792 -1.63528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63792 -1.63528)"^^geo:wktLiteral ;
  geo-pos:lat "48.63792"^^xsd:decimal ;
  geo-pos:long "-1.63528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11023'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63528'^^xsd:double;
  dwc:latitude '48.63792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63528 48.63792, -1.63528 48.63792, -1.63528 48.63792, -1.63528 48.63792, -1.63528 48.63792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11023'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70287 -1.63527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70287"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70287 -1.63527)"^^geo:wktLiteral ;
  geo-pos:lat "48.70287"^^xsd:decimal ;
  geo-pos:long "-1.63527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10167'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63527'^^xsd:double;
  dwc:latitude '48.70287'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63527 48.70287, -1.63527 48.70287, -1.63527 48.70287, -1.63527 48.70287, -1.63527 48.70287))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10167'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66952 -1.63522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66952 -1.63522)"^^geo:wktLiteral ;
  geo-pos:lat "48.66952"^^xsd:decimal ;
  geo-pos:long "-1.63522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2776'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63522'^^xsd:double;
  dwc:latitude '48.66952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63522 48.66952, -1.63522 48.66952, -1.63522 48.66952, -1.63522 48.66952, -1.63522 48.66952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2776'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64575 -1.63521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64575 -1.63521)"^^geo:wktLiteral ;
  geo-pos:lat "48.64575"^^xsd:decimal ;
  geo-pos:long "-1.63521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12922'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63521'^^xsd:double;
  dwc:latitude '48.64575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63521 48.64575, -1.63521 48.64575, -1.63521 48.64575, -1.63521 48.64575, -1.63521 48.64575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12922'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6987 -1.63521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6987 -1.63521)"^^geo:wktLiteral ;
  geo-pos:lat "48.6987"^^xsd:decimal ;
  geo-pos:long "-1.63521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8472'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63521'^^xsd:double;
  dwc:latitude '48.6987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63521 48.6987, -1.63521 48.6987, -1.63521 48.6987, -1.63521 48.6987, -1.63521 48.6987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8472'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70255 -1.63521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70255"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70255 -1.63521)"^^geo:wktLiteral ;
  geo-pos:lat "48.70255"^^xsd:decimal ;
  geo-pos:long "-1.63521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8280'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63521'^^xsd:double;
  dwc:latitude '48.70255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63521 48.70255, -1.63521 48.70255, -1.63521 48.70255, -1.63521 48.70255, -1.63521 48.70255))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8280'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66127 -1.63518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66127"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66127 -1.63518)"^^geo:wktLiteral ;
  geo-pos:lat "48.66127"^^xsd:decimal ;
  geo-pos:long "-1.63518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12494'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63518'^^xsd:double;
  dwc:latitude '48.66127'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63518 48.66127, -1.63518 48.66127, -1.63518 48.66127, -1.63518 48.66127, -1.63518 48.66127))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12494'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69718 -1.63502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69718 -1.63502)"^^geo:wktLiteral ;
  geo-pos:lat "48.69718"^^xsd:decimal ;
  geo-pos:long "-1.63502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8588'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63502'^^xsd:double;
  dwc:latitude '48.69718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63502 48.69718, -1.63502 48.69718, -1.63502 48.69718, -1.63502 48.69718, -1.63502 48.69718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8588'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65327 -1.635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65327 -1.635)"^^geo:wktLiteral ;
  geo-pos:lat "48.65327"^^xsd:decimal ;
  geo-pos:long "-1.635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11688'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.635'^^xsd:double;
  dwc:latitude '48.65327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.635 48.65327, -1.635 48.65327, -1.635 48.65327, -1.635 48.65327, -1.635 48.65327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11688'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66593 -1.63495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66593 -1.63495)"^^geo:wktLiteral ;
  geo-pos:lat "48.66593"^^xsd:decimal ;
  geo-pos:long "-1.63495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7659'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63495'^^xsd:double;
  dwc:latitude '48.66593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63495 48.66593, -1.63495 48.66593, -1.63495 48.66593, -1.63495 48.66593, -1.63495 48.66593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7659'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64124 -1.63493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64124 -1.63493)"^^geo:wktLiteral ;
  geo-pos:lat "48.64124"^^xsd:decimal ;
  geo-pos:long "-1.63493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11585'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63493'^^xsd:double;
  dwc:latitude '48.64124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63493 48.64124, -1.63493 48.64124, -1.63493 48.64124, -1.63493 48.64124, -1.63493 48.64124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11585'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70682 -1.6349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70682 -1.6349)"^^geo:wktLiteral ;
  geo-pos:lat "48.70682"^^xsd:decimal ;
  geo-pos:long "-1.6349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11548'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6349'^^xsd:double;
  dwc:latitude '48.70682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6349 48.70682, -1.6349 48.70682, -1.6349 48.70682, -1.6349 48.70682, -1.6349 48.70682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11548'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67581 -1.63489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67581 -1.63489)"^^geo:wktLiteral ;
  geo-pos:lat "48.67581"^^xsd:decimal ;
  geo-pos:long "-1.63489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13035'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63489'^^xsd:double;
  dwc:latitude '48.67581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63489 48.67581, -1.63489 48.67581, -1.63489 48.67581, -1.63489 48.67581, -1.63489 48.67581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13035'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67758 -1.63484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67758 -1.63484)"^^geo:wktLiteral ;
  geo-pos:lat "48.67758"^^xsd:decimal ;
  geo-pos:long "-1.63484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8587'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63484'^^xsd:double;
  dwc:latitude '48.67758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63484 48.67758, -1.63484 48.67758, -1.63484 48.67758, -1.63484 48.67758, -1.63484 48.67758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8587'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71983 -1.6348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71983"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71983 -1.6348)"^^geo:wktLiteral ;
  geo-pos:lat "48.71983"^^xsd:decimal ;
  geo-pos:long "-1.6348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8243'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6348'^^xsd:double;
  dwc:latitude '48.71983'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6348 48.71983, -1.6348 48.71983, -1.6348 48.71983, -1.6348 48.71983, -1.6348 48.71983))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8243'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70651 -1.63473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70651 -1.63473)"^^geo:wktLiteral ;
  geo-pos:lat "48.70651"^^xsd:decimal ;
  geo-pos:long "-1.63473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8364'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63473'^^xsd:double;
  dwc:latitude '48.70651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63473 48.70651, -1.63473 48.70651, -1.63473 48.70651, -1.63473 48.70651, -1.63473 48.70651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8364'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63949 -1.63472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63949 -1.63472)"^^geo:wktLiteral ;
  geo-pos:lat "48.63949"^^xsd:decimal ;
  geo-pos:long "-1.63472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10927'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63472'^^xsd:double;
  dwc:latitude '48.63949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63472 48.63949, -1.63472 48.63949, -1.63472 48.63949, -1.63472 48.63949, -1.63472 48.63949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10927'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73426 -1.6347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73426 -1.6347)"^^geo:wktLiteral ;
  geo-pos:lat "48.73426"^^xsd:decimal ;
  geo-pos:long "-1.6347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11411'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6347'^^xsd:double;
  dwc:latitude '48.73426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6347 48.73426, -1.6347 48.73426, -1.6347 48.73426, -1.6347 48.73426, -1.6347 48.73426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11411'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63674 -1.63463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63674 -1.63463)"^^geo:wktLiteral ;
  geo-pos:lat "48.63674"^^xsd:decimal ;
  geo-pos:long "-1.63463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12575'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63463'^^xsd:double;
  dwc:latitude '48.63674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63463 48.63674, -1.63463 48.63674, -1.63463 48.63674, -1.63463 48.63674, -1.63463 48.63674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12575'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75848 -1.6346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75848"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75848 -1.6346)"^^geo:wktLiteral ;
  geo-pos:lat "48.75848"^^xsd:decimal ;
  geo-pos:long "-1.6346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2059'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6346'^^xsd:double;
  dwc:latitude '48.75848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6346 48.75848, -1.6346 48.75848, -1.6346 48.75848, -1.6346 48.75848, -1.6346 48.75848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2059'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65624 -1.63459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65624 -1.63459)"^^geo:wktLiteral ;
  geo-pos:lat "48.65624"^^xsd:decimal ;
  geo-pos:long "-1.63459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12169'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63459'^^xsd:double;
  dwc:latitude '48.65624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63459 48.65624, -1.63459 48.65624, -1.63459 48.65624, -1.63459 48.65624, -1.63459 48.65624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12169'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71685 -1.63457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71685 -1.63457)"^^geo:wktLiteral ;
  geo-pos:lat "48.71685"^^xsd:decimal ;
  geo-pos:long "-1.63457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9206'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63457'^^xsd:double;
  dwc:latitude '48.71685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63457 48.71685, -1.63457 48.71685, -1.63457 48.71685, -1.63457 48.71685, -1.63457 48.71685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9206'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65669 -1.6345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65669 -1.6345)"^^geo:wktLiteral ;
  geo-pos:lat "48.65669"^^xsd:decimal ;
  geo-pos:long "-1.6345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11975'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6345'^^xsd:double;
  dwc:latitude '48.65669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6345 48.65669, -1.6345 48.65669, -1.6345 48.65669, -1.6345 48.65669, -1.6345 48.65669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11975'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69462 -1.6345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69462 -1.6345)"^^geo:wktLiteral ;
  geo-pos:lat "48.69462"^^xsd:decimal ;
  geo-pos:long "-1.6345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8662'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6345'^^xsd:double;
  dwc:latitude '48.69462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6345 48.69462, -1.6345 48.69462, -1.6345 48.69462, -1.6345 48.69462, -1.6345 48.69462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8662'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65874 -1.63449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65874 -1.63449)"^^geo:wktLiteral ;
  geo-pos:lat "48.65874"^^xsd:decimal ;
  geo-pos:long "-1.63449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12934'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63449'^^xsd:double;
  dwc:latitude '48.65874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63449 48.65874, -1.63449 48.65874, -1.63449 48.65874, -1.63449 48.65874, -1.63449 48.65874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12934'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68018 -1.63448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68018 -1.63448)"^^geo:wktLiteral ;
  geo-pos:lat "48.68018"^^xsd:decimal ;
  geo-pos:long "-1.63448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11085'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63448'^^xsd:double;
  dwc:latitude '48.68018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63448 48.68018, -1.63448 48.68018, -1.63448 48.68018, -1.63448 48.68018, -1.63448 48.68018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11085'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63945 -1.63446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63945 -1.63446)"^^geo:wktLiteral ;
  geo-pos:lat "48.63945"^^xsd:decimal ;
  geo-pos:long "-1.63446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10532'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63446'^^xsd:double;
  dwc:latitude '48.63945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63446 48.63945, -1.63446 48.63945, -1.63446 48.63945, -1.63446 48.63945, -1.63446 48.63945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10532'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70818 -1.63446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70818 -1.63446)"^^geo:wktLiteral ;
  geo-pos:lat "48.70818"^^xsd:decimal ;
  geo-pos:long "-1.63446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11390'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63446'^^xsd:double;
  dwc:latitude '48.70818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63446 48.70818, -1.63446 48.70818, -1.63446 48.70818, -1.63446 48.70818, -1.63446 48.70818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11390'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66019 -1.63444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66019"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66019 -1.63444)"^^geo:wktLiteral ;
  geo-pos:lat "48.66019"^^xsd:decimal ;
  geo-pos:long "-1.63444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11952'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63444'^^xsd:double;
  dwc:latitude '48.66019'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63444 48.66019, -1.63444 48.66019, -1.63444 48.66019, -1.63444 48.66019, -1.63444 48.66019))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11952'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69433 -1.63444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69433 -1.63444)"^^geo:wktLiteral ;
  geo-pos:lat "48.69433"^^xsd:decimal ;
  geo-pos:long "-1.63444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10179'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63444'^^xsd:double;
  dwc:latitude '48.69433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63444 48.69433, -1.63444 48.69433, -1.63444 48.69433, -1.63444 48.69433, -1.63444 48.69433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10179'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74933 -1.63443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74933 -1.63443)"^^geo:wktLiteral ;
  geo-pos:lat "48.74933"^^xsd:decimal ;
  geo-pos:long "-1.63443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9904'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63443'^^xsd:double;
  dwc:latitude '48.74933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63443 48.74933, -1.63443 48.74933, -1.63443 48.74933, -1.63443 48.74933, -1.63443 48.74933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9904'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63498 -1.63442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63498 -1.63442)"^^geo:wktLiteral ;
  geo-pos:lat "48.63498"^^xsd:decimal ;
  geo-pos:long "-1.63442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10926'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63442'^^xsd:double;
  dwc:latitude '48.63498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63442 48.63498, -1.63442 48.63498, -1.63442 48.63498, -1.63442 48.63498, -1.63442 48.63498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10926'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7037 -1.63439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7037 -1.63439)"^^geo:wktLiteral ;
  geo-pos:lat "48.7037"^^xsd:decimal ;
  geo-pos:long "-1.63439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8000'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63439'^^xsd:double;
  dwc:latitude '48.7037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63439 48.7037, -1.63439 48.7037, -1.63439 48.7037, -1.63439 48.7037, -1.63439 48.7037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8000'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70058 -1.63438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70058 -1.63438)"^^geo:wktLiteral ;
  geo-pos:lat "48.70058"^^xsd:decimal ;
  geo-pos:long "-1.63438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8841'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63438'^^xsd:double;
  dwc:latitude '48.70058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63438 48.70058, -1.63438 48.70058, -1.63438 48.70058, -1.63438 48.70058, -1.63438 48.70058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8841'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67031 -1.63437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67031 -1.63437)"^^geo:wktLiteral ;
  geo-pos:lat "48.67031"^^xsd:decimal ;
  geo-pos:long "-1.63437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8159'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63437'^^xsd:double;
  dwc:latitude '48.67031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63437 48.67031, -1.63437 48.67031, -1.63437 48.67031, -1.63437 48.67031, -1.63437 48.67031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8159'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65765 -1.63435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65765 -1.63435)"^^geo:wktLiteral ;
  geo-pos:lat "48.65765"^^xsd:decimal ;
  geo-pos:long "-1.63435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12793'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63435'^^xsd:double;
  dwc:latitude '48.65765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63435 48.65765, -1.63435 48.65765, -1.63435 48.65765, -1.63435 48.65765, -1.63435 48.65765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12793'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65778 -1.63428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65778 -1.63428)"^^geo:wktLiteral ;
  geo-pos:lat "48.65778"^^xsd:decimal ;
  geo-pos:long "-1.63428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11708'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63428'^^xsd:double;
  dwc:latitude '48.65778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63428 48.65778, -1.63428 48.65778, -1.63428 48.65778, -1.63428 48.65778, -1.63428 48.65778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11708'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66066 -1.63428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66066 -1.63428)"^^geo:wktLiteral ;
  geo-pos:lat "48.66066"^^xsd:decimal ;
  geo-pos:long "-1.63428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12966'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '7.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63428'^^xsd:double;
  dwc:latitude '48.66066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63428 48.66066, -1.63428 48.66066, -1.63428 48.66066, -1.63428 48.66066, -1.63428 48.66066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12966'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6352 -1.63427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6352 -1.63427)"^^geo:wktLiteral ;
  geo-pos:lat "48.6352"^^xsd:decimal ;
  geo-pos:long "-1.63427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11004'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63427'^^xsd:double;
  dwc:latitude '48.6352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63427 48.6352, -1.63427 48.6352, -1.63427 48.6352, -1.63427 48.6352, -1.63427 48.6352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11004'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67358 -1.63427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67358 -1.63427)"^^geo:wktLiteral ;
  geo-pos:lat "48.67358"^^xsd:decimal ;
  geo-pos:long "-1.63427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11117'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63427'^^xsd:double;
  dwc:latitude '48.67358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63427 48.67358, -1.63427 48.67358, -1.63427 48.67358, -1.63427 48.67358, -1.63427 48.67358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11117'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73621 -1.63425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73621 -1.63425)"^^geo:wktLiteral ;
  geo-pos:lat "48.73621"^^xsd:decimal ;
  geo-pos:long "-1.63425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9937'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63425'^^xsd:double;
  dwc:latitude '48.73621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63425 48.73621, -1.63425 48.73621, -1.63425 48.73621, -1.63425 48.73621, -1.63425 48.73621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9937'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65941 -1.63422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65941 -1.63422)"^^geo:wktLiteral ;
  geo-pos:lat "48.65941"^^xsd:decimal ;
  geo-pos:long "-1.63422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11303'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63422'^^xsd:double;
  dwc:latitude '48.65941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63422 48.65941, -1.63422 48.65941, -1.63422 48.65941, -1.63422 48.65941, -1.63422 48.65941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11303'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.63419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.63419)"^^geo:wktLiteral ;
  geo-pos:lat "48.657"^^xsd:decimal ;
  geo-pos:long "-1.63419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12223'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63419'^^xsd:double;
  dwc:latitude '48.657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63419 48.657, -1.63419 48.657, -1.63419 48.657, -1.63419 48.657, -1.63419 48.657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12223'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68427 -1.63419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68427 -1.63419)"^^geo:wktLiteral ;
  geo-pos:lat "48.68427"^^xsd:decimal ;
  geo-pos:long "-1.63419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8710'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63419'^^xsd:double;
  dwc:latitude '48.68427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63419 48.68427, -1.63419 48.68427, -1.63419 48.68427, -1.63419 48.68427, -1.63419 48.68427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8710'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65895 -1.63417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65895 -1.63417)"^^geo:wktLiteral ;
  geo-pos:lat "48.65895"^^xsd:decimal ;
  geo-pos:long "-1.63417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12214'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63417'^^xsd:double;
  dwc:latitude '48.65895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63417 48.65895, -1.63417 48.65895, -1.63417 48.65895, -1.63417 48.65895, -1.63417 48.65895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12214'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65959 -1.63416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65959 -1.63416)"^^geo:wktLiteral ;
  geo-pos:lat "48.65959"^^xsd:decimal ;
  geo-pos:long "-1.63416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12406'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63416'^^xsd:double;
  dwc:latitude '48.65959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63416 48.65959, -1.63416 48.65959, -1.63416 48.65959, -1.63416 48.65959, -1.63416 48.65959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12406'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67005 -1.63415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67005 -1.63415)"^^geo:wktLiteral ;
  geo-pos:lat "48.67005"^^xsd:decimal ;
  geo-pos:long "-1.63415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11521'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63415'^^xsd:double;
  dwc:latitude '48.67005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63415 48.67005, -1.63415 48.67005, -1.63415 48.67005, -1.63415 48.67005, -1.63415 48.67005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11521'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66942 -1.63414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66942 -1.63414)"^^geo:wktLiteral ;
  geo-pos:lat "48.66942"^^xsd:decimal ;
  geo-pos:long "-1.63414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12558'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63414'^^xsd:double;
  dwc:latitude '48.66942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63414 48.66942, -1.63414 48.66942, -1.63414 48.66942, -1.63414 48.66942, -1.63414 48.66942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12558'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65902 -1.63411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65902 -1.63411)"^^geo:wktLiteral ;
  geo-pos:lat "48.65902"^^xsd:decimal ;
  geo-pos:long "-1.63411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12963'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63411'^^xsd:double;
  dwc:latitude '48.65902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63411 48.65902, -1.63411 48.65902, -1.63411 48.65902, -1.63411 48.65902, -1.63411 48.65902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12963'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70156 -1.63403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70156 -1.63403)"^^geo:wktLiteral ;
  geo-pos:lat "48.70156"^^xsd:decimal ;
  geo-pos:long "-1.63403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8455'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63403'^^xsd:double;
  dwc:latitude '48.70156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63403 48.70156, -1.63403 48.70156, -1.63403 48.70156, -1.63403 48.70156, -1.63403 48.70156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8455'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70093 -1.63402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70093 -1.63402)"^^geo:wktLiteral ;
  geo-pos:lat "48.70093"^^xsd:decimal ;
  geo-pos:long "-1.63402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8789'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63402'^^xsd:double;
  dwc:latitude '48.70093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63402 48.70093, -1.63402 48.70093, -1.63402 48.70093, -1.63402 48.70093, -1.63402 48.70093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8789'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66177 -1.63399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66177 -1.63399)"^^geo:wktLiteral ;
  geo-pos:lat "48.66177"^^xsd:decimal ;
  geo-pos:long "-1.63399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12332'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63399'^^xsd:double;
  dwc:latitude '48.66177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63399 48.66177, -1.63399 48.66177, -1.63399 48.66177, -1.63399 48.66177, -1.63399 48.66177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12332'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72099 -1.63393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72099 -1.63393)"^^geo:wktLiteral ;
  geo-pos:lat "48.72099"^^xsd:decimal ;
  geo-pos:long "-1.63393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7854'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63393'^^xsd:double;
  dwc:latitude '48.72099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63393 48.72099, -1.63393 48.72099, -1.63393 48.72099, -1.63393 48.72099, -1.63393 48.72099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7854'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67906 -1.63391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67906 -1.63391)"^^geo:wktLiteral ;
  geo-pos:lat "48.67906"^^xsd:decimal ;
  geo-pos:long "-1.63391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2778'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63391'^^xsd:double;
  dwc:latitude '48.67906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63391 48.67906, -1.63391 48.67906, -1.63391 48.67906, -1.63391 48.67906, -1.63391 48.67906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2778'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63682 -1.6339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63682 -1.6339)"^^geo:wktLiteral ;
  geo-pos:lat "48.63682"^^xsd:decimal ;
  geo-pos:long "-1.6339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11714'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6339'^^xsd:double;
  dwc:latitude '48.63682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6339 48.63682, -1.6339 48.63682, -1.6339 48.63682, -1.6339 48.63682, -1.6339 48.63682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11714'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6453 -1.63382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6453 -1.63382)"^^geo:wktLiteral ;
  geo-pos:lat "48.6453"^^xsd:decimal ;
  geo-pos:long "-1.63382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11156'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63382'^^xsd:double;
  dwc:latitude '48.6453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63382 48.6453, -1.63382 48.6453, -1.63382 48.6453, -1.63382 48.6453, -1.63382 48.6453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11156'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65274 -1.6338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65274 -1.6338)"^^geo:wktLiteral ;
  geo-pos:lat "48.65274"^^xsd:decimal ;
  geo-pos:long "-1.6338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11017'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6338'^^xsd:double;
  dwc:latitude '48.65274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6338 48.65274, -1.6338 48.65274, -1.6338 48.65274, -1.6338 48.65274, -1.6338 48.65274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11017'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71 -1.63375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71 -1.63375)"^^geo:wktLiteral ;
  geo-pos:lat "48.71"^^xsd:decimal ;
  geo-pos:long "-1.63375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10777'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63375'^^xsd:double;
  dwc:latitude '48.71'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63375 48.71, -1.63375 48.71, -1.63375 48.71, -1.63375 48.71, -1.63375 48.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10777'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65834 -1.63373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65834 -1.63373)"^^geo:wktLiteral ;
  geo-pos:lat "48.65834"^^xsd:decimal ;
  geo-pos:long "-1.63373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12960'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63373'^^xsd:double;
  dwc:latitude '48.65834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63373 48.65834, -1.63373 48.65834, -1.63373 48.65834, -1.63373 48.65834, -1.63373 48.65834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12960'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65935 -1.63372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65935"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65935 -1.63372)"^^geo:wktLiteral ;
  geo-pos:lat "48.65935"^^xsd:decimal ;
  geo-pos:long "-1.63372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11219'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63372'^^xsd:double;
  dwc:latitude '48.65935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63372 48.65935, -1.63372 48.65935, -1.63372 48.65935, -1.63372 48.65935, -1.63372 48.65935))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11219'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65839 -1.63368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65839 -1.63368)"^^geo:wktLiteral ;
  geo-pos:lat "48.65839"^^xsd:decimal ;
  geo-pos:long "-1.63368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12229'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63368'^^xsd:double;
  dwc:latitude '48.65839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63368 48.65839, -1.63368 48.65839, -1.63368 48.65839, -1.63368 48.65839, -1.63368 48.65839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12229'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65638 -1.63366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65638"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65638 -1.63366)"^^geo:wktLiteral ;
  geo-pos:lat "48.65638"^^xsd:decimal ;
  geo-pos:long "-1.63366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12179'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63366'^^xsd:double;
  dwc:latitude '48.65638'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63366 48.65638, -1.63366 48.65638, -1.63366 48.65638, -1.63366 48.65638, -1.63366 48.65638))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12179'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65831 -1.63358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65831 -1.63358)"^^geo:wktLiteral ;
  geo-pos:lat "48.65831"^^xsd:decimal ;
  geo-pos:long "-1.63358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12961'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63358'^^xsd:double;
  dwc:latitude '48.65831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63358 48.65831, -1.63358 48.65831, -1.63358 48.65831, -1.63358 48.65831, -1.63358 48.65831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12961'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69724 -1.63358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69724 -1.63358)"^^geo:wktLiteral ;
  geo-pos:lat "48.69724"^^xsd:decimal ;
  geo-pos:long "-1.63358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8549'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63358'^^xsd:double;
  dwc:latitude '48.69724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63358 48.69724, -1.63358 48.69724, -1.63358 48.69724, -1.63358 48.69724, -1.63358 48.69724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8549'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6396 -1.63354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6396 -1.63354)"^^geo:wktLiteral ;
  geo-pos:lat "48.6396"^^xsd:decimal ;
  geo-pos:long "-1.63354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12920'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63354'^^xsd:double;
  dwc:latitude '48.6396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63354 48.6396, -1.63354 48.6396, -1.63354 48.6396, -1.63354 48.6396, -1.63354 48.6396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12920'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65034 -1.63354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65034 -1.63354)"^^geo:wktLiteral ;
  geo-pos:lat "48.65034"^^xsd:decimal ;
  geo-pos:long "-1.63354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12156'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63354'^^xsd:double;
  dwc:latitude '48.65034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63354 48.65034, -1.63354 48.65034, -1.63354 48.65034, -1.63354 48.65034, -1.63354 48.65034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12156'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67009 -1.63352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67009 -1.63352)"^^geo:wktLiteral ;
  geo-pos:lat "48.67009"^^xsd:decimal ;
  geo-pos:long "-1.63352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11520'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63352'^^xsd:double;
  dwc:latitude '48.67009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63352 48.67009, -1.63352 48.67009, -1.63352 48.67009, -1.63352 48.67009, -1.63352 48.67009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11520'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63732 -1.63351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63732 -1.63351)"^^geo:wktLiteral ;
  geo-pos:lat "48.63732"^^xsd:decimal ;
  geo-pos:long "-1.63351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10634'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63351'^^xsd:double;
  dwc:latitude '48.63732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63351 48.63732, -1.63351 48.63732, -1.63351 48.63732, -1.63351 48.63732, -1.63351 48.63732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10634'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65635 -1.6335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65635 -1.6335)"^^geo:wktLiteral ;
  geo-pos:lat "48.65635"^^xsd:decimal ;
  geo-pos:long "-1.6335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13041'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6335'^^xsd:double;
  dwc:latitude '48.65635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6335 48.65635, -1.6335 48.65635, -1.6335 48.65635, -1.6335 48.65635, -1.6335 48.65635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13041'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69702 -1.63346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69702 -1.63346)"^^geo:wktLiteral ;
  geo-pos:lat "48.69702"^^xsd:decimal ;
  geo-pos:long "-1.63346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8186'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63346'^^xsd:double;
  dwc:latitude '48.69702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63346 48.69702, -1.63346 48.69702, -1.63346 48.69702, -1.63346 48.69702, -1.63346 48.69702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8186'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.63345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.63345)"^^geo:wktLiteral ;
  geo-pos:lat "48.659"^^xsd:decimal ;
  geo-pos:long "-1.63345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12964'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63345'^^xsd:double;
  dwc:latitude '48.659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63345 48.659, -1.63345 48.659, -1.63345 48.659, -1.63345 48.659, -1.63345 48.659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12964'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64234 -1.63344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64234 -1.63344)"^^geo:wktLiteral ;
  geo-pos:lat "48.64234"^^xsd:decimal ;
  geo-pos:long "-1.63344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13645'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63344'^^xsd:double;
  dwc:latitude '48.64234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63344 48.64234, -1.63344 48.64234, -1.63344 48.64234, -1.63344 48.64234, -1.63344 48.64234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13645'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66355 -1.63344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66355 -1.63344)"^^geo:wktLiteral ;
  geo-pos:lat "48.66355"^^xsd:decimal ;
  geo-pos:long "-1.63344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12965'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63344'^^xsd:double;
  dwc:latitude '48.66355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63344 48.66355, -1.63344 48.66355, -1.63344 48.66355, -1.63344 48.66355, -1.63344 48.66355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12965'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64221 -1.63343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64221 -1.63343)"^^geo:wktLiteral ;
  geo-pos:lat "48.64221"^^xsd:decimal ;
  geo-pos:long "-1.63343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11317'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63343'^^xsd:double;
  dwc:latitude '48.64221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63343 48.64221, -1.63343 48.64221, -1.63343 48.64221, -1.63343 48.64221, -1.63343 48.64221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11317'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63744 -1.63342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63744 -1.63342)"^^geo:wktLiteral ;
  geo-pos:lat "48.63744"^^xsd:decimal ;
  geo-pos:long "-1.63342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10993'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63342'^^xsd:double;
  dwc:latitude '48.63744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63342 48.63744, -1.63342 48.63744, -1.63342 48.63744, -1.63342 48.63744, -1.63342 48.63744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10993'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65034 -1.63342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65034 -1.63342)"^^geo:wktLiteral ;
  geo-pos:lat "48.65034"^^xsd:decimal ;
  geo-pos:long "-1.63342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13532'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63342'^^xsd:double;
  dwc:latitude '48.65034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63342 48.65034, -1.63342 48.65034, -1.63342 48.65034, -1.63342 48.65034, -1.63342 48.65034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13532'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65663 -1.63337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65663 -1.63337)"^^geo:wktLiteral ;
  geo-pos:lat "48.65663"^^xsd:decimal ;
  geo-pos:long "-1.63337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12207'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63337'^^xsd:double;
  dwc:latitude '48.65663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63337 48.65663, -1.63337 48.65663, -1.63337 48.65663, -1.63337 48.65663, -1.63337 48.65663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12207'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65358 -1.63336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65358 -1.63336)"^^geo:wktLiteral ;
  geo-pos:lat "48.65358"^^xsd:decimal ;
  geo-pos:long "-1.63336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12488'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63336'^^xsd:double;
  dwc:latitude '48.65358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63336 48.65358, -1.63336 48.65358, -1.63336 48.65358, -1.63336 48.65358, -1.63336 48.65358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12488'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64451 -1.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64451 -1.63333)"^^geo:wktLiteral ;
  geo-pos:lat "48.64451"^^xsd:decimal ;
  geo-pos:long "-1.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11347'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.96666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63333'^^xsd:double;
  dwc:latitude '48.64451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63333 48.64451, -1.63333 48.64451, -1.63333 48.64451, -1.63333 48.64451, -1.63333 48.64451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11347'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65618 -1.63333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65618 -1.63333)"^^geo:wktLiteral ;
  geo-pos:lat "48.65618"^^xsd:decimal ;
  geo-pos:long "-1.63333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13303'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63333'^^xsd:double;
  dwc:latitude '48.65618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63333 48.65618, -1.63333 48.65618, -1.63333 48.65618, -1.63333 48.65618, -1.63333 48.65618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13303'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70762 -1.63328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70762 -1.63328)"^^geo:wktLiteral ;
  geo-pos:lat "48.70762"^^xsd:decimal ;
  geo-pos:long "-1.63328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8279'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63328'^^xsd:double;
  dwc:latitude '48.70762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63328 48.70762, -1.63328 48.70762, -1.63328 48.70762, -1.63328 48.70762, -1.63328 48.70762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8279'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63751 -1.63327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63751"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63751 -1.63327)"^^geo:wktLiteral ;
  geo-pos:lat "48.63751"^^xsd:decimal ;
  geo-pos:long "-1.63327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11584'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63327'^^xsd:double;
  dwc:latitude '48.63751'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63327 48.63751, -1.63327 48.63751, -1.63327 48.63751, -1.63327 48.63751, -1.63327 48.63751))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11584'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69831 -1.63327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69831 -1.63327)"^^geo:wktLiteral ;
  geo-pos:lat "48.69831"^^xsd:decimal ;
  geo-pos:long "-1.63327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5184'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63327'^^xsd:double;
  dwc:latitude '48.69831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63327 48.69831, -1.63327 48.69831, -1.63327 48.69831, -1.63327 48.69831, -1.63327 48.69831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5184'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65921 -1.63326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65921 -1.63326)"^^geo:wktLiteral ;
  geo-pos:lat "48.65921"^^xsd:decimal ;
  geo-pos:long "-1.63326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12657'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63326'^^xsd:double;
  dwc:latitude '48.65921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63326 48.65921, -1.63326 48.65921, -1.63326 48.65921, -1.63326 48.65921, -1.63326 48.65921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12657'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70746 -1.63323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70746 -1.63323)"^^geo:wktLiteral ;
  geo-pos:lat "48.70746"^^xsd:decimal ;
  geo-pos:long "-1.63323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11545'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63323'^^xsd:double;
  dwc:latitude '48.70746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63323 48.70746, -1.63323 48.70746, -1.63323 48.70746, -1.63323 48.70746, -1.63323 48.70746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11545'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65873 -1.63321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65873 -1.63321)"^^geo:wktLiteral ;
  geo-pos:lat "48.65873"^^xsd:decimal ;
  geo-pos:long "-1.63321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12231'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63321'^^xsd:double;
  dwc:latitude '48.65873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63321 48.65873, -1.63321 48.65873, -1.63321 48.65873, -1.63321 48.65873, -1.63321 48.65873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12231'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67279 -1.63321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67279 -1.63321)"^^geo:wktLiteral ;
  geo-pos:lat "48.67279"^^xsd:decimal ;
  geo-pos:long "-1.63321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1799'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63321'^^xsd:double;
  dwc:latitude '48.67279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63321 48.67279, -1.63321 48.67279, -1.63321 48.67279, -1.63321 48.67279, -1.63321 48.67279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1799'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65861 -1.63314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65861 -1.63314)"^^geo:wktLiteral ;
  geo-pos:lat "48.65861"^^xsd:decimal ;
  geo-pos:long "-1.63314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12230'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63314'^^xsd:double;
  dwc:latitude '48.65861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63314 48.65861, -1.63314 48.65861, -1.63314 48.65861, -1.63314 48.65861, -1.63314 48.65861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12230'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63692 -1.63312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63692 -1.63312)"^^geo:wktLiteral ;
  geo-pos:lat "48.63692"^^xsd:decimal ;
  geo-pos:long "-1.63312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13230'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63312'^^xsd:double;
  dwc:latitude '48.63692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63312 48.63692, -1.63312 48.63692, -1.63312 48.63692, -1.63312 48.63692, -1.63312 48.63692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13230'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66404 -1.63312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66404 -1.63312)"^^geo:wktLiteral ;
  geo-pos:lat "48.66404"^^xsd:decimal ;
  geo-pos:long "-1.63312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10821'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63312'^^xsd:double;
  dwc:latitude '48.66404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63312 48.66404, -1.63312 48.66404, -1.63312 48.66404, -1.63312 48.66404, -1.63312 48.66404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10821'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65878 -1.63309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65878 -1.63309)"^^geo:wktLiteral ;
  geo-pos:lat "48.65878"^^xsd:decimal ;
  geo-pos:long "-1.63309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12216'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63309'^^xsd:double;
  dwc:latitude '48.65878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63309 48.65878, -1.63309 48.65878, -1.63309 48.65878, -1.63309 48.65878, -1.63309 48.65878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12216'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65887 -1.63303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65887 -1.63303)"^^geo:wktLiteral ;
  geo-pos:lat "48.65887"^^xsd:decimal ;
  geo-pos:long "-1.63303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12232'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63303'^^xsd:double;
  dwc:latitude '48.65887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63303 48.65887, -1.63303 48.65887, -1.63303 48.65887, -1.63303 48.65887, -1.63303 48.65887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12232'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6421 -1.63302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6421 -1.63302)"^^geo:wktLiteral ;
  geo-pos:lat "48.6421"^^xsd:decimal ;
  geo-pos:long "-1.63302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10633'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63302'^^xsd:double;
  dwc:latitude '48.6421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63302 48.6421, -1.63302 48.6421, -1.63302 48.6421, -1.63302 48.6421, -1.63302 48.6421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10633'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69481 -1.63297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69481 -1.63297)"^^geo:wktLiteral ;
  geo-pos:lat "48.69481"^^xsd:decimal ;
  geo-pos:long "-1.63297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2815'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63297'^^xsd:double;
  dwc:latitude '48.69481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63297 48.69481, -1.63297 48.69481, -1.63297 48.69481, -1.63297 48.69481, -1.63297 48.69481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2815'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64713 -1.63296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64713"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64713 -1.63296)"^^geo:wktLiteral ;
  geo-pos:lat "48.64713"^^xsd:decimal ;
  geo-pos:long "-1.63296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13142'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63296'^^xsd:double;
  dwc:latitude '48.64713'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63296 48.64713, -1.63296 48.64713, -1.63296 48.64713, -1.63296 48.64713, -1.63296 48.64713))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13142'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69508 -1.63295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69508"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69508 -1.63295)"^^geo:wktLiteral ;
  geo-pos:lat "48.69508"^^xsd:decimal ;
  geo-pos:long "-1.63295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8602'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63295'^^xsd:double;
  dwc:latitude '48.69508'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63295 48.69508, -1.63295 48.69508, -1.63295 48.69508, -1.63295 48.69508, -1.63295 48.69508))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8602'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65687 -1.63293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65687 -1.63293)"^^geo:wktLiteral ;
  geo-pos:lat "48.65687"^^xsd:decimal ;
  geo-pos:long "-1.63293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10718'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63293'^^xsd:double;
  dwc:latitude '48.65687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63293 48.65687, -1.63293 48.65687, -1.63293 48.65687, -1.63293 48.65687, -1.63293 48.65687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10718'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6604 -1.63293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6604 -1.63293)"^^geo:wktLiteral ;
  geo-pos:lat "48.6604"^^xsd:decimal ;
  geo-pos:long "-1.63293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6300'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63293'^^xsd:double;
  dwc:latitude '48.6604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63293 48.6604, -1.63293 48.6604, -1.63293 48.6604, -1.63293 48.6604, -1.63293 48.6604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6300'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70935 -1.63293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70935"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70935 -1.63293)"^^geo:wktLiteral ;
  geo-pos:lat "48.70935"^^xsd:decimal ;
  geo-pos:long "-1.63293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11391'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.91666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63293'^^xsd:double;
  dwc:latitude '48.70935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63293 48.70935, -1.63293 48.70935, -1.63293 48.70935, -1.63293 48.70935, -1.63293 48.70935))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11391'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67545 -1.63292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67545 -1.63292)"^^geo:wktLiteral ;
  geo-pos:lat "48.67545"^^xsd:decimal ;
  geo-pos:long "-1.63292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9012'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63292'^^xsd:double;
  dwc:latitude '48.67545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63292 48.67545, -1.63292 48.67545, -1.63292 48.67545, -1.63292 48.67545, -1.63292 48.67545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9012'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64827 -1.63289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64827 -1.63289)"^^geo:wktLiteral ;
  geo-pos:lat "48.64827"^^xsd:decimal ;
  geo-pos:long "-1.63289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11775'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63289'^^xsd:double;
  dwc:latitude '48.64827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63289 48.64827, -1.63289 48.64827, -1.63289 48.64827, -1.63289 48.64827, -1.63289 48.64827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11775'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65879 -1.63288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65879 -1.63288)"^^geo:wktLiteral ;
  geo-pos:lat "48.65879"^^xsd:decimal ;
  geo-pos:long "-1.63288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12644'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63288'^^xsd:double;
  dwc:latitude '48.65879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63288 48.65879, -1.63288 48.65879, -1.63288 48.65879, -1.63288 48.65879, -1.63288 48.65879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12644'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66467 -1.63286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66467"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66467 -1.63286)"^^geo:wktLiteral ;
  geo-pos:lat "48.66467"^^xsd:decimal ;
  geo-pos:long "-1.63286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12546'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63286'^^xsd:double;
  dwc:latitude '48.66467'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63286 48.66467, -1.63286 48.66467, -1.63286 48.66467, -1.63286 48.66467, -1.63286 48.66467))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12546'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65559 -1.63284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65559"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65559 -1.63284)"^^geo:wktLiteral ;
  geo-pos:lat "48.65559"^^xsd:decimal ;
  geo-pos:long "-1.63284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11944'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63284'^^xsd:double;
  dwc:latitude '48.65559'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63284 48.65559, -1.63284 48.65559, -1.63284 48.65559, -1.63284 48.65559, -1.63284 48.65559))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11944'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7086 -1.6328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7086 -1.6328)"^^geo:wktLiteral ;
  geo-pos:lat "48.7086"^^xsd:decimal ;
  geo-pos:long "-1.6328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11393'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6328'^^xsd:double;
  dwc:latitude '48.7086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6328 48.7086, -1.6328 48.7086, -1.6328 48.7086, -1.6328 48.7086, -1.6328 48.7086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11393'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70036 -1.63278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70036 -1.63278)"^^geo:wktLiteral ;
  geo-pos:lat "48.70036"^^xsd:decimal ;
  geo-pos:long "-1.63278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11400'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63278'^^xsd:double;
  dwc:latitude '48.70036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63278 48.70036, -1.63278 48.70036, -1.63278 48.70036, -1.63278 48.70036, -1.63278 48.70036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11400'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68857 -1.63271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68857 -1.63271)"^^geo:wktLiteral ;
  geo-pos:lat "48.68857"^^xsd:decimal ;
  geo-pos:long "-1.63271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8762'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63271'^^xsd:double;
  dwc:latitude '48.68857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63271 48.68857, -1.63271 48.68857, -1.63271 48.68857, -1.63271 48.68857, -1.63271 48.68857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8762'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65693 -1.63269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65693 -1.63269)"^^geo:wktLiteral ;
  geo-pos:lat "48.65693"^^xsd:decimal ;
  geo-pos:long "-1.63269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13302'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63269'^^xsd:double;
  dwc:latitude '48.65693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63269 48.65693, -1.63269 48.65693, -1.63269 48.65693, -1.63269 48.65693, -1.63269 48.65693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13302'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65664 -1.63266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65664 -1.63266)"^^geo:wktLiteral ;
  geo-pos:lat "48.65664"^^xsd:decimal ;
  geo-pos:long "-1.63266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11679'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63266'^^xsd:double;
  dwc:latitude '48.65664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63266 48.65664, -1.63266 48.65664, -1.63266 48.65664, -1.63266 48.65664, -1.63266 48.65664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11679'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6341 -1.63264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6341 -1.63264)"^^geo:wktLiteral ;
  geo-pos:lat "48.6341"^^xsd:decimal ;
  geo-pos:long "-1.63264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11667'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63264'^^xsd:double;
  dwc:latitude '48.6341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63264 48.6341, -1.63264 48.6341, -1.63264 48.6341, -1.63264 48.6341, -1.63264 48.6341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11667'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64532 -1.63264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64532"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64532 -1.63264)"^^geo:wktLiteral ;
  geo-pos:lat "48.64532"^^xsd:decimal ;
  geo-pos:long "-1.63264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13669'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63264'^^xsd:double;
  dwc:latitude '48.64532'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63264 48.64532, -1.63264 48.64532, -1.63264 48.64532, -1.63264 48.64532, -1.63264 48.64532))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13669'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65778 -1.63262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65778 -1.63262)"^^geo:wktLiteral ;
  geo-pos:lat "48.65778"^^xsd:decimal ;
  geo-pos:long "-1.63262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11983'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63262'^^xsd:double;
  dwc:latitude '48.65778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63262 48.65778, -1.63262 48.65778, -1.63262 48.65778, -1.63262 48.65778, -1.63262 48.65778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11983'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65365 -1.63259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65365 -1.63259)"^^geo:wktLiteral ;
  geo-pos:lat "48.65365"^^xsd:decimal ;
  geo-pos:long "-1.63259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11743'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63259'^^xsd:double;
  dwc:latitude '48.65365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63259 48.65365, -1.63259 48.65365, -1.63259 48.65365, -1.63259 48.65365, -1.63259 48.65365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11743'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67965 -1.63258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67965 -1.63258)"^^geo:wktLiteral ;
  geo-pos:lat "48.67965"^^xsd:decimal ;
  geo-pos:long "-1.63258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6524'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63258'^^xsd:double;
  dwc:latitude '48.67965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63258 48.67965, -1.63258 48.67965, -1.63258 48.67965, -1.63258 48.67965, -1.63258 48.67965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6524'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71164 -1.63257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71164"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71164 -1.63257)"^^geo:wktLiteral ;
  geo-pos:lat "48.71164"^^xsd:decimal ;
  geo-pos:long "-1.63257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9201'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63257'^^xsd:double;
  dwc:latitude '48.71164'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63257 48.71164, -1.63257 48.71164, -1.63257 48.71164, -1.63257 48.71164, -1.63257 48.71164))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9201'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7561 -1.63252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7561 -1.63252)"^^geo:wktLiteral ;
  geo-pos:lat "48.7561"^^xsd:decimal ;
  geo-pos:long "-1.63252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9905'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63252'^^xsd:double;
  dwc:latitude '48.7561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63252 48.7561, -1.63252 48.7561, -1.63252 48.7561, -1.63252 48.7561, -1.63252 48.7561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9905'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63221 -1.63251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63221 -1.63251)"^^geo:wktLiteral ;
  geo-pos:lat "48.63221"^^xsd:decimal ;
  geo-pos:long "-1.63251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11212'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63251'^^xsd:double;
  dwc:latitude '48.63221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63251 48.63221, -1.63251 48.63221, -1.63251 48.63221, -1.63251 48.63221, -1.63251 48.63221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11212'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7096 -1.63249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7096 -1.63249)"^^geo:wktLiteral ;
  geo-pos:lat "48.7096"^^xsd:decimal ;
  geo-pos:long "-1.63249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11549'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63249'^^xsd:double;
  dwc:latitude '48.7096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63249 48.7096, -1.63249 48.7096, -1.63249 48.7096, -1.63249 48.7096, -1.63249 48.7096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11549'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.63247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.63247)"^^geo:wktLiteral ;
  geo-pos:lat "48.70725"^^xsd:decimal ;
  geo-pos:long "-1.63247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9015'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63247'^^xsd:double;
  dwc:latitude '48.70725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63247 48.70725, -1.63247 48.70725, -1.63247 48.70725, -1.63247 48.70725, -1.63247 48.70725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9015'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63497 -1.63246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63497 -1.63246)"^^geo:wktLiteral ;
  geo-pos:lat "48.63497"^^xsd:decimal ;
  geo-pos:long "-1.63246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11762'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63246'^^xsd:double;
  dwc:latitude '48.63497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63246 48.63497, -1.63246 48.63497, -1.63246 48.63497, -1.63246 48.63497, -1.63246 48.63497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11762'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63631 -1.63246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63631 -1.63246)"^^geo:wktLiteral ;
  geo-pos:lat "48.63631"^^xsd:decimal ;
  geo-pos:long "-1.63246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10913'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63246'^^xsd:double;
  dwc:latitude '48.63631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63246 48.63631, -1.63246 48.63631, -1.63246 48.63631, -1.63246 48.63631, -1.63246 48.63631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10913'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65108 -1.63246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65108 -1.63246)"^^geo:wktLiteral ;
  geo-pos:lat "48.65108"^^xsd:decimal ;
  geo-pos:long "-1.63246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13317'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63246'^^xsd:double;
  dwc:latitude '48.65108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63246 48.65108, -1.63246 48.65108, -1.63246 48.65108, -1.63246 48.65108, -1.63246 48.65108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13317'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65027 -1.63245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65027 -1.63245)"^^geo:wktLiteral ;
  geo-pos:lat "48.65027"^^xsd:decimal ;
  geo-pos:long "-1.63245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11943'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63245'^^xsd:double;
  dwc:latitude '48.65027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63245 48.65027, -1.63245 48.65027, -1.63245 48.65027, -1.63245 48.65027, -1.63245 48.65027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11943'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64965 -1.63238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64965 -1.63238)"^^geo:wktLiteral ;
  geo-pos:lat "48.64965"^^xsd:decimal ;
  geo-pos:long "-1.63238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11348'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63238'^^xsd:double;
  dwc:latitude '48.64965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63238 48.64965, -1.63238 48.64965, -1.63238 48.64965, -1.63238 48.64965, -1.63238 48.64965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11348'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69676 -1.63236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69676 -1.63236)"^^geo:wktLiteral ;
  geo-pos:lat "48.69676"^^xsd:decimal ;
  geo-pos:long "-1.63236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8666'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63236'^^xsd:double;
  dwc:latitude '48.69676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63236 48.69676, -1.63236 48.69676, -1.63236 48.69676, -1.63236 48.69676, -1.63236 48.69676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8666'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64631 -1.63232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64631 -1.63232)"^^geo:wktLiteral ;
  geo-pos:lat "48.64631"^^xsd:decimal ;
  geo-pos:long "-1.63232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12201'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63232'^^xsd:double;
  dwc:latitude '48.64631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63232 48.64631, -1.63232 48.64631, -1.63232 48.64631, -1.63232 48.64631, -1.63232 48.64631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12201'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66268 -1.63231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66268"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66268 -1.63231)"^^geo:wktLiteral ;
  geo-pos:lat "48.66268"^^xsd:decimal ;
  geo-pos:long "-1.63231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7608'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63231'^^xsd:double;
  dwc:latitude '48.66268'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63231 48.66268, -1.63231 48.66268, -1.63231 48.66268, -1.63231 48.66268, -1.63231 48.66268))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7608'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.714 -1.6323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.714"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.714 -1.6323)"^^geo:wktLiteral ;
  geo-pos:lat "48.714"^^xsd:decimal ;
  geo-pos:long "-1.6323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3006'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6323'^^xsd:double;
  dwc:latitude '48.714'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6323 48.714, -1.6323 48.714, -1.6323 48.714, -1.6323 48.714, -1.6323 48.714))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3006'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65806 -1.63228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65806 -1.63228)"^^geo:wktLiteral ;
  geo-pos:lat "48.65806"^^xsd:decimal ;
  geo-pos:long "-1.63228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12215'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63228'^^xsd:double;
  dwc:latitude '48.65806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63228 48.65806, -1.63228 48.65806, -1.63228 48.65806, -1.63228 48.65806, -1.63228 48.65806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12215'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67964 -1.63228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67964 -1.63228)"^^geo:wktLiteral ;
  geo-pos:lat "48.67964"^^xsd:decimal ;
  geo-pos:long "-1.63228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2796'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63228'^^xsd:double;
  dwc:latitude '48.67964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63228 48.67964, -1.63228 48.67964, -1.63228 48.67964, -1.63228 48.67964, -1.63228 48.67964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2796'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66947 -1.63225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66947 -1.63225)"^^geo:wktLiteral ;
  geo-pos:lat "48.66947"^^xsd:decimal ;
  geo-pos:long "-1.63225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11385'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63225'^^xsd:double;
  dwc:latitude '48.66947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63225 48.66947, -1.63225 48.66947, -1.63225 48.66947, -1.63225 48.66947, -1.63225 48.66947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11385'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66027 -1.6322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66027 -1.6322)"^^geo:wktLiteral ;
  geo-pos:lat "48.66027"^^xsd:decimal ;
  geo-pos:long "-1.6322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12658'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6322'^^xsd:double;
  dwc:latitude '48.66027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6322 48.66027, -1.6322 48.66027, -1.6322 48.66027, -1.6322 48.66027, -1.6322 48.66027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12658'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66416 -1.63218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66416 -1.63218)"^^geo:wktLiteral ;
  geo-pos:lat "48.66416"^^xsd:decimal ;
  geo-pos:long "-1.63218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13379'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63218'^^xsd:double;
  dwc:latitude '48.66416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63218 48.66416, -1.63218 48.66416, -1.63218 48.66416, -1.63218 48.66416, -1.63218 48.66416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13379'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67251 -1.63218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67251"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67251 -1.63218)"^^geo:wktLiteral ;
  geo-pos:lat "48.67251"^^xsd:decimal ;
  geo-pos:long "-1.63218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10230'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63218'^^xsd:double;
  dwc:latitude '48.67251'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63218 48.67251, -1.63218 48.67251, -1.63218 48.67251, -1.63218 48.67251, -1.63218 48.67251))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10230'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70274 -1.63213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70274 -1.63213)"^^geo:wktLiteral ;
  geo-pos:lat "48.70274"^^xsd:decimal ;
  geo-pos:long "-1.63213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10166'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63213'^^xsd:double;
  dwc:latitude '48.70274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63213 48.70274, -1.63213 48.70274, -1.63213 48.70274, -1.63213 48.70274, -1.63213 48.70274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10166'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75042 -1.63209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75042 -1.63209)"^^geo:wktLiteral ;
  geo-pos:lat "48.75042"^^xsd:decimal ;
  geo-pos:long "-1.63209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2058'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63209'^^xsd:double;
  dwc:latitude '48.75042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63209 48.75042, -1.63209 48.75042, -1.63209 48.75042, -1.63209 48.75042, -1.63209 48.75042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2058'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69006 -1.63208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69006 -1.63208)"^^geo:wktLiteral ;
  geo-pos:lat "48.69006"^^xsd:decimal ;
  geo-pos:long "-1.63208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8624'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63208'^^xsd:double;
  dwc:latitude '48.69006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63208 48.69006, -1.63208 48.69006, -1.63208 48.69006, -1.63208 48.69006, -1.63208 48.69006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8624'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72553 -1.63206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72553"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72553 -1.63206)"^^geo:wktLiteral ;
  geo-pos:lat "48.72553"^^xsd:decimal ;
  geo-pos:long "-1.63206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8756'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63206'^^xsd:double;
  dwc:latitude '48.72553'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63206 48.72553, -1.63206 48.72553, -1.63206 48.72553, -1.63206 48.72553, -1.63206 48.72553))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8756'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70607 -1.63204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70607 -1.63204)"^^geo:wktLiteral ;
  geo-pos:lat "48.70607"^^xsd:decimal ;
  geo-pos:long "-1.63204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8728'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63204'^^xsd:double;
  dwc:latitude '48.70607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63204 48.70607, -1.63204 48.70607, -1.63204 48.70607, -1.63204 48.70607, -1.63204 48.70607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8728'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63428 -1.63203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63428 -1.63203)"^^geo:wktLiteral ;
  geo-pos:lat "48.63428"^^xsd:decimal ;
  geo-pos:long "-1.63203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11215'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63203'^^xsd:double;
  dwc:latitude '48.63428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63203 48.63428, -1.63203 48.63428, -1.63203 48.63428, -1.63203 48.63428, -1.63203 48.63428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11215'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64746 -1.63203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64746 -1.63203)"^^geo:wktLiteral ;
  geo-pos:lat "48.64746"^^xsd:decimal ;
  geo-pos:long "-1.63203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11018'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63203'^^xsd:double;
  dwc:latitude '48.64746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63203 48.64746, -1.63203 48.64746, -1.63203 48.64746, -1.63203 48.64746, -1.63203 48.64746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11018'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65645 -1.63202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65645 -1.63202)"^^geo:wktLiteral ;
  geo-pos:lat "48.65645"^^xsd:decimal ;
  geo-pos:long "-1.63202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12208'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63202'^^xsd:double;
  dwc:latitude '48.65645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63202 48.65645, -1.63202 48.65645, -1.63202 48.65645, -1.63202 48.65645, -1.63202 48.65645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12208'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65795 -1.632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65795 -1.632)"^^geo:wktLiteral ;
  geo-pos:lat "48.65795"^^xsd:decimal ;
  geo-pos:long "-1.632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11783'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.632'^^xsd:double;
  dwc:latitude '48.65795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.632 48.65795, -1.632 48.65795, -1.632 48.65795, -1.632 48.65795, -1.632 48.65795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11783'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66458 -1.63199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66458 -1.63199)"^^geo:wktLiteral ;
  geo-pos:lat "48.66458"^^xsd:decimal ;
  geo-pos:long "-1.63199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7658'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63199'^^xsd:double;
  dwc:latitude '48.66458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63199 48.66458, -1.63199 48.66458, -1.63199 48.66458, -1.63199 48.66458, -1.63199 48.66458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7658'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6247 -1.63195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6247 -1.63195)"^^geo:wktLiteral ;
  geo-pos:lat "48.6247"^^xsd:decimal ;
  geo-pos:long "-1.63195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13107'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63195'^^xsd:double;
  dwc:latitude '48.6247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63195 48.6247, -1.63195 48.6247, -1.63195 48.6247, -1.63195 48.6247, -1.63195 48.6247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13107'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65736 -1.63195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65736 -1.63195)"^^geo:wktLiteral ;
  geo-pos:lat "48.65736"^^xsd:decimal ;
  geo-pos:long "-1.63195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13155'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63195'^^xsd:double;
  dwc:latitude '48.65736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63195 48.65736, -1.63195 48.65736, -1.63195 48.65736, -1.63195 48.65736, -1.63195 48.65736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13155'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65732 -1.63193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65732 -1.63193)"^^geo:wktLiteral ;
  geo-pos:lat "48.65732"^^xsd:decimal ;
  geo-pos:long "-1.63193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12967'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63193'^^xsd:double;
  dwc:latitude '48.65732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63193 48.65732, -1.63193 48.65732, -1.63193 48.65732, -1.63193 48.65732, -1.63193 48.65732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12967'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72188 -1.63191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72188 -1.63191)"^^geo:wktLiteral ;
  geo-pos:lat "48.72188"^^xsd:decimal ;
  geo-pos:long "-1.63191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11495'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63191'^^xsd:double;
  dwc:latitude '48.72188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63191 48.72188, -1.63191 48.72188, -1.63191 48.72188, -1.63191 48.72188, -1.63191 48.72188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11495'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.04847 -1.63191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.04847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.04847 -1.63191)"^^geo:wktLiteral ;
  geo-pos:lat "50.04847"^^xsd:decimal ;
  geo-pos:long "-1.63191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7557'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63191'^^xsd:double;
  dwc:latitude '50.04847'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63191 50.04847, -1.63191 50.04847, -1.63191 50.04847, -1.63191 50.04847, -1.63191 50.04847))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7557'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75971 -1.6319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75971 -1.6319)"^^geo:wktLiteral ;
  geo-pos:lat "48.75971"^^xsd:decimal ;
  geo-pos:long "-1.6319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1986'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6319'^^xsd:double;
  dwc:latitude '48.75971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6319 48.75971, -1.6319 48.75971, -1.6319 48.75971, -1.6319 48.75971, -1.6319 48.75971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1986'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63543 -1.63189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63543 -1.63189)"^^geo:wktLiteral ;
  geo-pos:lat "48.63543"^^xsd:decimal ;
  geo-pos:long "-1.63189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13548'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63189'^^xsd:double;
  dwc:latitude '48.63543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63189 48.63543, -1.63189 48.63543, -1.63189 48.63543, -1.63189 48.63543, -1.63189 48.63543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13548'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65504 -1.63189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65504 -1.63189)"^^geo:wktLiteral ;
  geo-pos:lat "48.65504"^^xsd:decimal ;
  geo-pos:long "-1.63189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13069'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63189'^^xsd:double;
  dwc:latitude '48.65504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63189 48.65504, -1.63189 48.65504, -1.63189 48.65504, -1.63189 48.65504, -1.63189 48.65504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13069'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69942 -1.63183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69942 -1.63183)"^^geo:wktLiteral ;
  geo-pos:lat "48.69942"^^xsd:decimal ;
  geo-pos:long "-1.63183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8798'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63183'^^xsd:double;
  dwc:latitude '48.69942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63183 48.69942, -1.63183 48.69942, -1.63183 48.69942, -1.63183 48.69942, -1.63183 48.69942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8798'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65708 -1.63181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65708 -1.63181)"^^geo:wktLiteral ;
  geo-pos:lat "48.65708"^^xsd:decimal ;
  geo-pos:long "-1.63181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11723'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63181'^^xsd:double;
  dwc:latitude '48.65708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63181 48.65708, -1.63181 48.65708, -1.63181 48.65708, -1.63181 48.65708, -1.63181 48.65708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11723'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70591 -1.63178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70591 -1.63178)"^^geo:wktLiteral ;
  geo-pos:lat "48.70591"^^xsd:decimal ;
  geo-pos:long "-1.63178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8842'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63178'^^xsd:double;
  dwc:latitude '48.70591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63178 48.70591, -1.63178 48.70591, -1.63178 48.70591, -1.63178 48.70591, -1.63178 48.70591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8842'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63585 -1.63175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63585 -1.63175)"^^geo:wktLiteral ;
  geo-pos:lat "48.63585"^^xsd:decimal ;
  geo-pos:long "-1.63175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10567'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63175'^^xsd:double;
  dwc:latitude '48.63585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63175 48.63585, -1.63175 48.63585, -1.63175 48.63585, -1.63175 48.63585, -1.63175 48.63585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10567'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71873 -1.63173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71873 -1.63173)"^^geo:wktLiteral ;
  geo-pos:lat "48.71873"^^xsd:decimal ;
  geo-pos:long "-1.63173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3005'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63173'^^xsd:double;
  dwc:latitude '48.71873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63173 48.71873, -1.63173 48.71873, -1.63173 48.71873, -1.63173 48.71873, -1.63173 48.71873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3005'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64841 -1.6317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64841 -1.6317)"^^geo:wktLiteral ;
  geo-pos:lat "48.64841"^^xsd:decimal ;
  geo-pos:long "-1.6317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11586'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6317'^^xsd:double;
  dwc:latitude '48.64841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6317 48.64841, -1.6317 48.64841, -1.6317 48.64841, -1.6317 48.64841, -1.6317 48.64841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11586'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7506 -1.63167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7506"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7506 -1.63167)"^^geo:wktLiteral ;
  geo-pos:lat "48.7506"^^xsd:decimal ;
  geo-pos:long "-1.63167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1974'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63167'^^xsd:double;
  dwc:latitude '48.7506'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63167 48.7506, -1.63167 48.7506, -1.63167 48.7506, -1.63167 48.7506, -1.63167 48.7506))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1974'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76749 -1.63166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76749 -1.63166)"^^geo:wktLiteral ;
  geo-pos:lat "48.76749"^^xsd:decimal ;
  geo-pos:long "-1.63166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2061'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63166'^^xsd:double;
  dwc:latitude '48.76749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63166 48.76749, -1.63166 48.76749, -1.63166 48.76749, -1.63166 48.76749, -1.63166 48.76749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2061'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66253 -1.63163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66253 -1.63163)"^^geo:wktLiteral ;
  geo-pos:lat "48.66253"^^xsd:decimal ;
  geo-pos:long "-1.63163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10654'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63163'^^xsd:double;
  dwc:latitude '48.66253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63163 48.66253, -1.63163 48.66253, -1.63163 48.66253, -1.63163 48.66253, -1.63163 48.66253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10654'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65664 -1.63159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65664 -1.63159)"^^geo:wktLiteral ;
  geo-pos:lat "48.65664"^^xsd:decimal ;
  geo-pos:long "-1.63159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12224'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63159'^^xsd:double;
  dwc:latitude '48.65664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63159 48.65664, -1.63159 48.65664, -1.63159 48.65664, -1.63159 48.65664, -1.63159 48.65664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12224'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68129 -1.63156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68129 -1.63156)"^^geo:wktLiteral ;
  geo-pos:lat "48.68129"^^xsd:decimal ;
  geo-pos:long "-1.63156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10196'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63156'^^xsd:double;
  dwc:latitude '48.68129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63156 48.68129, -1.63156 48.68129, -1.63156 48.68129, -1.63156 48.68129, -1.63156 48.68129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10196'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69928 -1.63156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69928 -1.63156)"^^geo:wktLiteral ;
  geo-pos:lat "48.69928"^^xsd:decimal ;
  geo-pos:long "-1.63156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10165'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63156'^^xsd:double;
  dwc:latitude '48.69928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63156 48.69928, -1.63156 48.69928, -1.63156 48.69928, -1.63156 48.69928, -1.63156 48.69928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10165'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71833 -1.63155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71833 -1.63155)"^^geo:wktLiteral ;
  geo-pos:lat "48.71833"^^xsd:decimal ;
  geo-pos:long "-1.63155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7937'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63155'^^xsd:double;
  dwc:latitude '48.71833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63155 48.71833, -1.63155 48.71833, -1.63155 48.71833, -1.63155 48.71833, -1.63155 48.71833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7937'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69929 -1.63152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69929 -1.63152)"^^geo:wktLiteral ;
  geo-pos:lat "48.69929"^^xsd:decimal ;
  geo-pos:long "-1.63152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8846'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63152'^^xsd:double;
  dwc:latitude '48.69929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63152 48.69929, -1.63152 48.69929, -1.63152 48.69929, -1.63152 48.69929, -1.63152 48.69929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8846'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65359 -1.63144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65359 -1.63144)"^^geo:wktLiteral ;
  geo-pos:lat "48.65359"^^xsd:decimal ;
  geo-pos:long "-1.63144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13216'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63144'^^xsd:double;
  dwc:latitude '48.65359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63144 48.65359, -1.63144 48.65359, -1.63144 48.65359, -1.63144 48.65359, -1.63144 48.65359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13216'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65796 -1.63144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65796 -1.63144)"^^geo:wktLiteral ;
  geo-pos:lat "48.65796"^^xsd:decimal ;
  geo-pos:long "-1.63144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12952'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63144'^^xsd:double;
  dwc:latitude '48.65796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63144 48.65796, -1.63144 48.65796, -1.63144 48.65796, -1.63144 48.65796, -1.63144 48.65796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12952'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7215 -1.63144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7215 -1.63144)"^^geo:wktLiteral ;
  geo-pos:lat "48.7215"^^xsd:decimal ;
  geo-pos:long "-1.63144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10338'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63144'^^xsd:double;
  dwc:latitude '48.7215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63144 48.7215, -1.63144 48.7215, -1.63144 48.7215, -1.63144 48.7215, -1.63144 48.7215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10338'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63557 -1.63143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63557 -1.63143)"^^geo:wktLiteral ;
  geo-pos:lat "48.63557"^^xsd:decimal ;
  geo-pos:long "-1.63143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10726'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63143'^^xsd:double;
  dwc:latitude '48.63557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63143 48.63557, -1.63143 48.63557, -1.63143 48.63557, -1.63143 48.63557, -1.63143 48.63557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10726'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68721 -1.63143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68721 -1.63143)"^^geo:wktLiteral ;
  geo-pos:lat "48.68721"^^xsd:decimal ;
  geo-pos:long "-1.63143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8701'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63143'^^xsd:double;
  dwc:latitude '48.68721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63143 48.68721, -1.63143 48.68721, -1.63143 48.68721, -1.63143 48.68721, -1.63143 48.68721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8701'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65067 -1.63138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65067"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65067 -1.63138)"^^geo:wktLiteral ;
  geo-pos:lat "48.65067"^^xsd:decimal ;
  geo-pos:long "-1.63138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10725'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63138'^^xsd:double;
  dwc:latitude '48.65067'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63138 48.65067, -1.63138 48.65067, -1.63138 48.65067, -1.63138 48.65067, -1.63138 48.65067))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10725'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66546 -1.63138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66546 -1.63138)"^^geo:wktLiteral ;
  geo-pos:lat "48.66546"^^xsd:decimal ;
  geo-pos:long "-1.63138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12529'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63138'^^xsd:double;
  dwc:latitude '48.66546'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63138 48.66546, -1.63138 48.66546, -1.63138 48.66546, -1.63138 48.66546, -1.63138 48.66546))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12529'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72402 -1.63136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72402 -1.63136)"^^geo:wktLiteral ;
  geo-pos:lat "48.72402"^^xsd:decimal ;
  geo-pos:long "-1.63136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8696'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63136'^^xsd:double;
  dwc:latitude '48.72402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63136 48.72402, -1.63136 48.72402, -1.63136 48.72402, -1.63136 48.72402, -1.63136 48.72402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8696'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64431 -1.6313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64431 -1.6313)"^^geo:wktLiteral ;
  geo-pos:lat "48.64431"^^xsd:decimal ;
  geo-pos:long "-1.6313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12539'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6313'^^xsd:double;
  dwc:latitude '48.64431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6313 48.64431, -1.6313 48.64431, -1.6313 48.64431, -1.6313 48.64431, -1.6313 48.64431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12539'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72204 -1.63128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72204 -1.63128)"^^geo:wktLiteral ;
  geo-pos:lat "48.72204"^^xsd:decimal ;
  geo-pos:long "-1.63128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9239'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63128'^^xsd:double;
  dwc:latitude '48.72204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63128 48.72204, -1.63128 48.72204, -1.63128 48.72204, -1.63128 48.72204, -1.63128 48.72204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9239'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66242 -1.63127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66242 -1.63127)"^^geo:wktLiteral ;
  geo-pos:lat "48.66242"^^xsd:decimal ;
  geo-pos:long "-1.63127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12547'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63127'^^xsd:double;
  dwc:latitude '48.66242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63127 48.66242, -1.63127 48.66242, -1.63127 48.66242, -1.63127 48.66242, -1.63127 48.66242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12547'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7688 -1.63125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7688 -1.63125)"^^geo:wktLiteral ;
  geo-pos:lat "48.7688"^^xsd:decimal ;
  geo-pos:long "-1.63125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1977'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63125'^^xsd:double;
  dwc:latitude '48.7688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63125 48.7688, -1.63125 48.7688, -1.63125 48.7688, -1.63125 48.7688, -1.63125 48.7688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1977'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63773 -1.63124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63773 -1.63124)"^^geo:wktLiteral ;
  geo-pos:lat "48.63773"^^xsd:decimal ;
  geo-pos:long "-1.63124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7975'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63124'^^xsd:double;
  dwc:latitude '48.63773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63124 48.63773, -1.63124 48.63773, -1.63124 48.63773, -1.63124 48.63773, -1.63124 48.63773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7975'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67318 -1.63124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67318 -1.63124)"^^geo:wktLiteral ;
  geo-pos:lat "48.67318"^^xsd:decimal ;
  geo-pos:long "-1.63124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5182'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63124'^^xsd:double;
  dwc:latitude '48.67318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63124 48.67318, -1.63124 48.67318, -1.63124 48.67318, -1.63124 48.67318, -1.63124 48.67318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5182'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65247 -1.63121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65247 -1.63121)"^^geo:wktLiteral ;
  geo-pos:lat "48.65247"^^xsd:decimal ;
  geo-pos:long "-1.63121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10813'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63121'^^xsd:double;
  dwc:latitude '48.65247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63121 48.65247, -1.63121 48.65247, -1.63121 48.65247, -1.63121 48.65247, -1.63121 48.65247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10813'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66003 -1.6312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66003 -1.6312)"^^geo:wktLiteral ;
  geo-pos:lat "48.66003"^^xsd:decimal ;
  geo-pos:long "-1.6312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12506'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6312'^^xsd:double;
  dwc:latitude '48.66003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6312 48.66003, -1.6312 48.66003, -1.6312 48.66003, -1.6312 48.66003, -1.6312 48.66003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12506'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63573 -1.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63573"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63573 -1.63119)"^^geo:wktLiteral ;
  geo-pos:lat "48.63573"^^xsd:decimal ;
  geo-pos:long "-1.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11581'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63119'^^xsd:double;
  dwc:latitude '48.63573'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63119 48.63573, -1.63119 48.63573, -1.63119 48.63573, -1.63119 48.63573, -1.63119 48.63573))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11581'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72537 -1.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72537 -1.63119)"^^geo:wktLiteral ;
  geo-pos:lat "48.72537"^^xsd:decimal ;
  geo-pos:long "-1.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9242'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63119'^^xsd:double;
  dwc:latitude '48.72537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63119 48.72537, -1.63119 48.72537, -1.63119 48.72537, -1.63119 48.72537, -1.63119 48.72537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9242'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64966 -1.63117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64966 -1.63117)"^^geo:wktLiteral ;
  geo-pos:lat "48.64966"^^xsd:decimal ;
  geo-pos:long "-1.63117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12942'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63117'^^xsd:double;
  dwc:latitude '48.64966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63117 48.64966, -1.63117 48.64966, -1.63117 48.64966, -1.63117 48.64966, -1.63117 48.64966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12942'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79295 -1.63117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.79295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79295 -1.63117)"^^geo:wktLiteral ;
  geo-pos:lat "48.79295"^^xsd:decimal ;
  geo-pos:long "-1.63117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9920'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63117'^^xsd:double;
  dwc:latitude '48.79295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63117 48.79295, -1.63117 48.79295, -1.63117 48.79295, -1.63117 48.79295, -1.63117 48.79295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9920'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65645 -1.63114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65645 -1.63114)"^^geo:wktLiteral ;
  geo-pos:lat "48.65645"^^xsd:decimal ;
  geo-pos:long "-1.63114"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11932'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63114'^^xsd:double;
  dwc:latitude '48.65645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63114 48.65645, -1.63114 48.65645, -1.63114 48.65645, -1.63114 48.65645, -1.63114 48.65645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11932'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63563 -1.63113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63563 -1.63113)"^^geo:wktLiteral ;
  geo-pos:lat "48.63563"^^xsd:decimal ;
  geo-pos:long "-1.63113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13336'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63113'^^xsd:double;
  dwc:latitude '48.63563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63113 48.63563, -1.63113 48.63563, -1.63113 48.63563, -1.63113 48.63563, -1.63113 48.63563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13336'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.655 -1.63113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.655 -1.63113)"^^geo:wktLiteral ;
  geo-pos:lat "48.655"^^xsd:decimal ;
  geo-pos:long "-1.63113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11765'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63113'^^xsd:double;
  dwc:latitude '48.655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63113 48.655, -1.63113 48.655, -1.63113 48.655, -1.63113 48.655, -1.63113 48.655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11765'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64588 -1.6311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64588 -1.6311)"^^geo:wktLiteral ;
  geo-pos:lat "48.64588"^^xsd:decimal ;
  geo-pos:long "-1.6311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12941'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6311'^^xsd:double;
  dwc:latitude '48.64588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6311 48.64588, -1.6311 48.64588, -1.6311 48.64588, -1.6311 48.64588, -1.6311 48.64588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12941'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66246 -1.63109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66246"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66246 -1.63109)"^^geo:wktLiteral ;
  geo-pos:lat "48.66246"^^xsd:decimal ;
  geo-pos:long "-1.63109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12628'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63109'^^xsd:double;
  dwc:latitude '48.66246'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63109 48.66246, -1.63109 48.66246, -1.63109 48.66246, -1.63109 48.66246, -1.63109 48.66246))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12628'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70528 -1.63107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70528 -1.63107)"^^geo:wktLiteral ;
  geo-pos:lat "48.70528"^^xsd:decimal ;
  geo-pos:long "-1.63107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8605'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63107'^^xsd:double;
  dwc:latitude '48.70528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63107 48.70528, -1.63107 48.70528, -1.63107 48.70528, -1.63107 48.70528, -1.63107 48.70528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8605'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.63106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.63106)"^^geo:wktLiteral ;
  geo-pos:lat "48.66778"^^xsd:decimal ;
  geo-pos:long "-1.63106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11151'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63106'^^xsd:double;
  dwc:latitude '48.66778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63106 48.66778, -1.63106 48.66778, -1.63106 48.66778, -1.63106 48.66778, -1.63106 48.66778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11151'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65685 -1.63104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65685 -1.63104)"^^geo:wktLiteral ;
  geo-pos:lat "48.65685"^^xsd:decimal ;
  geo-pos:long "-1.63104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11050'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63104'^^xsd:double;
  dwc:latitude '48.65685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63104 48.65685, -1.63104 48.65685, -1.63104 48.65685, -1.63104 48.65685, -1.63104 48.65685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11050'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6807 -1.63103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6807 -1.63103)"^^geo:wktLiteral ;
  geo-pos:lat "48.6807"^^xsd:decimal ;
  geo-pos:long "-1.63103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8283'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63103'^^xsd:double;
  dwc:latitude '48.6807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63103 48.6807, -1.63103 48.6807, -1.63103 48.6807, -1.63103 48.6807, -1.63103 48.6807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8283'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7229 -1.63102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7229 -1.63102)"^^geo:wktLiteral ;
  geo-pos:lat "48.7229"^^xsd:decimal ;
  geo-pos:long "-1.63102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1097'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63102'^^xsd:double;
  dwc:latitude '48.7229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63102 48.7229, -1.63102 48.7229, -1.63102 48.7229, -1.63102 48.7229, -1.63102 48.7229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1097'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70442 -1.63101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70442 -1.63101)"^^geo:wktLiteral ;
  geo-pos:lat "48.70442"^^xsd:decimal ;
  geo-pos:long "-1.63101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11506'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63101'^^xsd:double;
  dwc:latitude '48.70442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63101 48.70442, -1.63101 48.70442, -1.63101 48.70442, -1.63101 48.70442, -1.63101 48.70442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11506'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65642 -1.63098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65642 -1.63098)"^^geo:wktLiteral ;
  geo-pos:lat "48.65642"^^xsd:decimal ;
  geo-pos:long "-1.63098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12209'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63098'^^xsd:double;
  dwc:latitude '48.65642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63098 48.65642, -1.63098 48.65642, -1.63098 48.65642, -1.63098 48.65642, -1.63098 48.65642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12209'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71864 -1.63098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71864 -1.63098)"^^geo:wktLiteral ;
  geo-pos:lat "48.71864"^^xsd:decimal ;
  geo-pos:long "-1.63098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9205'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63098'^^xsd:double;
  dwc:latitude '48.71864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63098 48.71864, -1.63098 48.71864, -1.63098 48.71864, -1.63098 48.71864, -1.63098 48.71864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9205'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64991 -1.63097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64991 -1.63097)"^^geo:wktLiteral ;
  geo-pos:lat "48.64991"^^xsd:decimal ;
  geo-pos:long "-1.63097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11742'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63097'^^xsd:double;
  dwc:latitude '48.64991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63097 48.64991, -1.63097 48.64991, -1.63097 48.64991, -1.63097 48.64991, -1.63097 48.64991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11742'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6623 -1.63096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6623 -1.63096)"^^geo:wktLiteral ;
  geo-pos:lat "48.6623"^^xsd:decimal ;
  geo-pos:long "-1.63096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12358'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63096'^^xsd:double;
  dwc:latitude '48.6623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63096 48.6623, -1.63096 48.6623, -1.63096 48.6623, -1.63096 48.6623, -1.63096 48.6623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12358'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64766 -1.63095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64766 -1.63095)"^^geo:wktLiteral ;
  geo-pos:lat "48.64766"^^xsd:decimal ;
  geo-pos:long "-1.63095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11293'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63095'^^xsd:double;
  dwc:latitude '48.64766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63095 48.64766, -1.63095 48.64766, -1.63095 48.64766, -1.63095 48.64766, -1.63095 48.64766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11293'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6556 -1.63094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6556 -1.63094)"^^geo:wktLiteral ;
  geo-pos:lat "48.6556"^^xsd:decimal ;
  geo-pos:long "-1.63094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11039'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63094'^^xsd:double;
  dwc:latitude '48.6556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63094 48.6556, -1.63094 48.6556, -1.63094 48.6556, -1.63094 48.6556, -1.63094 48.6556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11039'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70849 -1.63091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70849 -1.63091)"^^geo:wktLiteral ;
  geo-pos:lat "48.70849"^^xsd:decimal ;
  geo-pos:long "-1.63091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11395'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63091'^^xsd:double;
  dwc:latitude '48.70849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63091 48.70849, -1.63091 48.70849, -1.63091 48.70849, -1.63091 48.70849, -1.63091 48.70849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11395'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66974 -1.63088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66974 -1.63088)"^^geo:wktLiteral ;
  geo-pos:lat "48.66974"^^xsd:decimal ;
  geo-pos:long "-1.63088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10552'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63088'^^xsd:double;
  dwc:latitude '48.66974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63088 48.66974, -1.63088 48.66974, -1.63088 48.66974, -1.63088 48.66974, -1.63088 48.66974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10552'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63158 -1.63085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63158 -1.63085)"^^geo:wktLiteral ;
  geo-pos:lat "48.63158"^^xsd:decimal ;
  geo-pos:long "-1.63085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13385'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63085'^^xsd:double;
  dwc:latitude '48.63158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63085 48.63158, -1.63085 48.63158, -1.63085 48.63158, -1.63085 48.63158, -1.63085 48.63158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13385'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64984 -1.63085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64984 -1.63085)"^^geo:wktLiteral ;
  geo-pos:lat "48.64984"^^xsd:decimal ;
  geo-pos:long "-1.63085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12915'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63085'^^xsd:double;
  dwc:latitude '48.64984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63085 48.64984, -1.63085 48.64984, -1.63085 48.64984, -1.63085 48.64984, -1.63085 48.64984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12915'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66255 -1.63083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66255"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66255 -1.63083)"^^geo:wktLiteral ;
  geo-pos:lat "48.66255"^^xsd:decimal ;
  geo-pos:long "-1.63083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11350'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63083'^^xsd:double;
  dwc:latitude '48.66255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63083 48.66255, -1.63083 48.66255, -1.63083 48.66255, -1.63083 48.66255, -1.63083 48.66255))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11350'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66479 -1.63081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66479 -1.63081)"^^geo:wktLiteral ;
  geo-pos:lat "48.66479"^^xsd:decimal ;
  geo-pos:long "-1.63081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12545'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63081'^^xsd:double;
  dwc:latitude '48.66479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63081 48.66479, -1.63081 48.66479, -1.63081 48.66479, -1.63081 48.66479, -1.63081 48.66479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12545'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70744 -1.6308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70744 -1.6308)"^^geo:wktLiteral ;
  geo-pos:lat "48.70744"^^xsd:decimal ;
  geo-pos:long "-1.6308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11544'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6308'^^xsd:double;
  dwc:latitude '48.70744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6308 48.70744, -1.6308 48.70744, -1.6308 48.70744, -1.6308 48.70744, -1.6308 48.70744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11544'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64965 -1.63075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64965 -1.63075)"^^geo:wktLiteral ;
  geo-pos:lat "48.64965"^^xsd:decimal ;
  geo-pos:long "-1.63075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13424'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63075'^^xsd:double;
  dwc:latitude '48.64965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63075 48.64965, -1.63075 48.64965, -1.63075 48.64965, -1.63075 48.64965, -1.63075 48.64965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13424'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63856 -1.63073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63856"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63856 -1.63073)"^^geo:wktLiteral ;
  geo-pos:lat "48.63856"^^xsd:decimal ;
  geo-pos:long "-1.63073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11829'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63073'^^xsd:double;
  dwc:latitude '48.63856'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63073 48.63856, -1.63073 48.63856, -1.63073 48.63856, -1.63073 48.63856, -1.63073 48.63856))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11829'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6954 -1.63073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6954"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6954 -1.63073)"^^geo:wktLiteral ;
  geo-pos:lat "48.6954"^^xsd:decimal ;
  geo-pos:long "-1.63073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2834'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63073'^^xsd:double;
  dwc:latitude '48.6954'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63073 48.6954, -1.63073 48.6954, -1.63073 48.6954, -1.63073 48.6954, -1.63073 48.6954))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2834'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69753 -1.63072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69753 -1.63072)"^^geo:wktLiteral ;
  geo-pos:lat "48.69753"^^xsd:decimal ;
  geo-pos:long "-1.63072"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8600'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63072'^^xsd:double;
  dwc:latitude '48.69753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63072 48.69753, -1.63072 48.69753, -1.63072 48.69753, -1.63072 48.69753, -1.63072 48.69753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8600'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64705 -1.63071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64705 -1.63071)"^^geo:wktLiteral ;
  geo-pos:lat "48.64705"^^xsd:decimal ;
  geo-pos:long "-1.63071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13614'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63071'^^xsd:double;
  dwc:latitude '48.64705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63071 48.64705, -1.63071 48.64705, -1.63071 48.64705, -1.63071 48.64705, -1.63071 48.64705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13614'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66079 -1.63071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66079 -1.63071)"^^geo:wktLiteral ;
  geo-pos:lat "48.66079"^^xsd:decimal ;
  geo-pos:long "-1.63071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12751'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63071'^^xsd:double;
  dwc:latitude '48.66079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63071 48.66079, -1.63071 48.66079, -1.63071 48.66079, -1.63071 48.66079, -1.63071 48.66079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12751'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.626 -1.63069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.626 -1.63069)"^^geo:wktLiteral ;
  geo-pos:lat "48.626"^^xsd:decimal ;
  geo-pos:long "-1.63069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11211'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63069'^^xsd:double;
  dwc:latitude '48.626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63069 48.626, -1.63069 48.626, -1.63069 48.626, -1.63069 48.626, -1.63069 48.626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11211'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65402 -1.63069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65402 -1.63069)"^^geo:wktLiteral ;
  geo-pos:lat "48.65402"^^xsd:decimal ;
  geo-pos:long "-1.63069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12905'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63069'^^xsd:double;
  dwc:latitude '48.65402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63069 48.65402, -1.63069 48.65402, -1.63069 48.65402, -1.63069 48.65402, -1.63069 48.65402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12905'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66545 -1.63069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66545 -1.63069)"^^geo:wktLiteral ;
  geo-pos:lat "48.66545"^^xsd:decimal ;
  geo-pos:long "-1.63069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11590'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63069'^^xsd:double;
  dwc:latitude '48.66545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63069 48.66545, -1.63069 48.66545, -1.63069 48.66545, -1.63069 48.66545, -1.63069 48.66545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11590'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64794 -1.63067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64794 -1.63067)"^^geo:wktLiteral ;
  geo-pos:lat "48.64794"^^xsd:decimal ;
  geo-pos:long "-1.63067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11687'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63067'^^xsd:double;
  dwc:latitude '48.64794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63067 48.64794, -1.63067 48.64794, -1.63067 48.64794, -1.63067 48.64794, -1.63067 48.64794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11687'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66036 -1.63067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66036 -1.63067)"^^geo:wktLiteral ;
  geo-pos:lat "48.66036"^^xsd:decimal ;
  geo-pos:long "-1.63067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11329'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63067'^^xsd:double;
  dwc:latitude '48.66036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63067 48.66036, -1.63067 48.66036, -1.63067 48.66036, -1.63067 48.66036, -1.63067 48.66036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11329'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70473 -1.63064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70473"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70473 -1.63064)"^^geo:wktLiteral ;
  geo-pos:lat "48.70473"^^xsd:decimal ;
  geo-pos:long "-1.63064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7864'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63064'^^xsd:double;
  dwc:latitude '48.70473'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63064 48.70473, -1.63064 48.70473, -1.63064 48.70473, -1.63064 48.70473, -1.63064 48.70473))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7864'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6349 -1.63063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6349"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6349 -1.63063)"^^geo:wktLiteral ;
  geo-pos:lat "48.6349"^^xsd:decimal ;
  geo-pos:long "-1.63063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11111'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63063'^^xsd:double;
  dwc:latitude '48.6349'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63063 48.6349, -1.63063 48.6349, -1.63063 48.6349, -1.63063 48.6349, -1.63063 48.6349))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11111'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69538 -1.63062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69538 -1.63062)"^^geo:wktLiteral ;
  geo-pos:lat "48.69538"^^xsd:decimal ;
  geo-pos:long "-1.63062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8335'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63062'^^xsd:double;
  dwc:latitude '48.69538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63062 48.69538, -1.63062 48.69538, -1.63062 48.69538, -1.63062 48.69538, -1.63062 48.69538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8335'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69716 -1.6306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69716 -1.6306)"^^geo:wktLiteral ;
  geo-pos:lat "48.69716"^^xsd:decimal ;
  geo-pos:long "-1.6306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3636'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.43333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6306'^^xsd:double;
  dwc:latitude '48.69716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6306 48.69716, -1.6306 48.69716, -1.6306 48.69716, -1.6306 48.69716, -1.6306 48.69716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3636'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64614 -1.63059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64614 -1.63059)"^^geo:wktLiteral ;
  geo-pos:lat "48.64614"^^xsd:decimal ;
  geo-pos:long "-1.63059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11942'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63059'^^xsd:double;
  dwc:latitude '48.64614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63059 48.64614, -1.63059 48.64614, -1.63059 48.64614, -1.63059 48.64614, -1.63059 48.64614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11942'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70687 -1.63058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70687 -1.63058)"^^geo:wktLiteral ;
  geo-pos:lat "48.70687"^^xsd:decimal ;
  geo-pos:long "-1.63058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11502'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63058'^^xsd:double;
  dwc:latitude '48.70687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63058 48.70687, -1.63058 48.70687, -1.63058 48.70687, -1.63058 48.70687, -1.63058 48.70687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11502'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65513 -1.63055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65513 -1.63055)"^^geo:wktLiteral ;
  geo-pos:lat "48.65513"^^xsd:decimal ;
  geo-pos:long "-1.63055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12726'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63055'^^xsd:double;
  dwc:latitude '48.65513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63055 48.65513, -1.63055 48.65513, -1.63055 48.65513, -1.63055 48.65513, -1.63055 48.65513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12726'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69431 -1.63047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69431 -1.63047)"^^geo:wktLiteral ;
  geo-pos:lat "48.69431"^^xsd:decimal ;
  geo-pos:long "-1.63047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8714'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63047'^^xsd:double;
  dwc:latitude '48.69431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63047 48.69431, -1.63047 48.69431, -1.63047 48.69431, -1.63047 48.69431, -1.63047 48.69431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8714'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67663 -1.63046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67663 -1.63046)"^^geo:wktLiteral ;
  geo-pos:lat "48.67663"^^xsd:decimal ;
  geo-pos:long "-1.63046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2782'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63046'^^xsd:double;
  dwc:latitude '48.67663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63046 48.67663, -1.63046 48.67663, -1.63046 48.67663, -1.63046 48.67663, -1.63046 48.67663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2782'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7591 -1.63046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7591 -1.63046)"^^geo:wktLiteral ;
  geo-pos:lat "48.7591"^^xsd:decimal ;
  geo-pos:long "-1.63046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1985'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63046'^^xsd:double;
  dwc:latitude '48.7591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63046 48.7591, -1.63046 48.7591, -1.63046 48.7591, -1.63046 48.7591, -1.63046 48.7591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1985'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63267 -1.63045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63267"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63267 -1.63045)"^^geo:wktLiteral ;
  geo-pos:lat "48.63267"^^xsd:decimal ;
  geo-pos:long "-1.63045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11213'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63045'^^xsd:double;
  dwc:latitude '48.63267'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63045 48.63267, -1.63045 48.63267, -1.63045 48.63267, -1.63045 48.63267, -1.63045 48.63267))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11213'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65718 -1.63045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65718 -1.63045)"^^geo:wktLiteral ;
  geo-pos:lat "48.65718"^^xsd:decimal ;
  geo-pos:long "-1.63045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11738'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63045'^^xsd:double;
  dwc:latitude '48.65718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63045 48.65718, -1.63045 48.65718, -1.63045 48.65718, -1.63045 48.65718, -1.63045 48.65718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11738'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70639 -1.63043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70639 -1.63043)"^^geo:wktLiteral ;
  geo-pos:lat "48.70639"^^xsd:decimal ;
  geo-pos:long "-1.63043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7954'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63043'^^xsd:double;
  dwc:latitude '48.70639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63043 48.70639, -1.63043 48.70639, -1.63043 48.70639, -1.63043 48.70639, -1.63043 48.70639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7954'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68408 -1.6304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68408 -1.6304)"^^geo:wktLiteral ;
  geo-pos:lat "48.68408"^^xsd:decimal ;
  geo-pos:long "-1.6304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6296'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6304'^^xsd:double;
  dwc:latitude '48.68408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6304 48.68408, -1.6304 48.68408, -1.6304 48.68408, -1.6304 48.68408, -1.6304 48.68408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6296'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73128 -1.63037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73128 -1.63037)"^^geo:wktLiteral ;
  geo-pos:lat "48.73128"^^xsd:decimal ;
  geo-pos:long "-1.63037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8578'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63037'^^xsd:double;
  dwc:latitude '48.73128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63037 48.73128, -1.63037 48.73128, -1.63037 48.73128, -1.63037 48.73128, -1.63037 48.73128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8578'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66076 -1.63032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66076"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66076 -1.63032)"^^geo:wktLiteral ;
  geo-pos:lat "48.66076"^^xsd:decimal ;
  geo-pos:long "-1.63032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10822'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63032'^^xsd:double;
  dwc:latitude '48.66076'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63032 48.66076, -1.63032 48.66076, -1.63032 48.66076, -1.63032 48.66076, -1.63032 48.66076))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10822'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63636 -1.63031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63636 -1.63031)"^^geo:wktLiteral ;
  geo-pos:lat "48.63636"^^xsd:decimal ;
  geo-pos:long "-1.63031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11713'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63031'^^xsd:double;
  dwc:latitude '48.63636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63031 48.63636, -1.63031 48.63636, -1.63031 48.63636, -1.63031 48.63636, -1.63031 48.63636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11713'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.655 -1.6303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.655 -1.6303)"^^geo:wktLiteral ;
  geo-pos:lat "48.655"^^xsd:decimal ;
  geo-pos:long "-1.6303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11788'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6303'^^xsd:double;
  dwc:latitude '48.655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6303 48.655, -1.6303 48.655, -1.6303 48.655, -1.6303 48.655, -1.6303 48.655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11788'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65902 -1.6303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65902 -1.6303)"^^geo:wktLiteral ;
  geo-pos:lat "48.65902"^^xsd:decimal ;
  geo-pos:long "-1.6303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12692'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6303'^^xsd:double;
  dwc:latitude '48.65902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6303 48.65902, -1.6303 48.65902, -1.6303 48.65902, -1.6303 48.65902, -1.6303 48.65902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12692'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74491 -1.63029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74491 -1.63029)"^^geo:wktLiteral ;
  geo-pos:lat "48.74491"^^xsd:decimal ;
  geo-pos:long "-1.63029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1096'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63029'^^xsd:double;
  dwc:latitude '48.74491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63029 48.74491, -1.63029 48.74491, -1.63029 48.74491, -1.63029 48.74491, -1.63029 48.74491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1096'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7135 -1.63028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7135 -1.63028)"^^geo:wktLiteral ;
  geo-pos:lat "48.7135"^^xsd:decimal ;
  geo-pos:long "-1.63028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7955'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63028'^^xsd:double;
  dwc:latitude '48.7135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63028 48.7135, -1.63028 48.7135, -1.63028 48.7135, -1.63028 48.7135, -1.63028 48.7135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7955'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63792 -1.63023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63792 -1.63023)"^^geo:wktLiteral ;
  geo-pos:lat "48.63792"^^xsd:decimal ;
  geo-pos:long "-1.63023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10767'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63023'^^xsd:double;
  dwc:latitude '48.63792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63023 48.63792, -1.63023 48.63792, -1.63023 48.63792, -1.63023 48.63792, -1.63023 48.63792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10767'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64032 -1.63022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64032 -1.63022)"^^geo:wktLiteral ;
  geo-pos:lat "48.64032"^^xsd:decimal ;
  geo-pos:long "-1.63022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_13247'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63022'^^xsd:double;
  dwc:latitude '48.64032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63022 48.64032, -1.63022 48.64032, -1.63022 48.64032, -1.63022 48.64032, -1.63022 48.64032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13247'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.634 -1.63021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.634 -1.63021)"^^geo:wktLiteral ;
  geo-pos:lat "48.634"^^xsd:decimal ;
  geo-pos:long "-1.63021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13550'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63021'^^xsd:double;
  dwc:latitude '48.634'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63021 48.634, -1.63021 48.634, -1.63021 48.634, -1.63021 48.634, -1.63021 48.634))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13550'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64847 -1.63021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64847 -1.63021)"^^geo:wktLiteral ;
  geo-pos:lat "48.64847"^^xsd:decimal ;
  geo-pos:long "-1.63021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11725'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63021'^^xsd:double;
  dwc:latitude '48.64847'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63021 48.64847, -1.63021 48.64847, -1.63021 48.64847, -1.63021 48.64847, -1.63021 48.64847))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11725'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67762 -1.63021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67762 -1.63021)"^^geo:wktLiteral ;
  geo-pos:lat "48.67762"^^xsd:decimal ;
  geo-pos:long "-1.63021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9665'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63021'^^xsd:double;
  dwc:latitude '48.67762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63021 48.67762, -1.63021 48.67762, -1.63021 48.67762, -1.63021 48.67762, -1.63021 48.67762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9665'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70481 -1.63019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70481 -1.63019)"^^geo:wktLiteral ;
  geo-pos:lat "48.70481"^^xsd:decimal ;
  geo-pos:long "-1.63019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11501'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63019'^^xsd:double;
  dwc:latitude '48.70481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63019 48.70481, -1.63019 48.70481, -1.63019 48.70481, -1.63019 48.70481, -1.63019 48.70481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11501'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63529 -1.63018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63529 -1.63018)"^^geo:wktLiteral ;
  geo-pos:lat "48.63529"^^xsd:decimal ;
  geo-pos:long "-1.63018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11025'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63018'^^xsd:double;
  dwc:latitude '48.63529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63018 48.63529, -1.63018 48.63529, -1.63018 48.63529, -1.63018 48.63529, -1.63018 48.63529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11025'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78532 -1.63018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.78532"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78532 -1.63018)"^^geo:wktLiteral ;
  geo-pos:lat "48.78532"^^xsd:decimal ;
  geo-pos:long "-1.63018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8819'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63018'^^xsd:double;
  dwc:latitude '48.78532'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63018 48.78532, -1.63018 48.78532, -1.63018 48.78532, -1.63018 48.78532, -1.63018 48.78532))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8819'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64735 -1.63016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64735 -1.63016)"^^geo:wktLiteral ;
  geo-pos:lat "48.64735"^^xsd:decimal ;
  geo-pos:long "-1.63016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12781'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63016'^^xsd:double;
  dwc:latitude '48.64735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63016 48.64735, -1.63016 48.64735, -1.63016 48.64735, -1.63016 48.64735, -1.63016 48.64735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12781'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65039 -1.63016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65039 -1.63016)"^^geo:wktLiteral ;
  geo-pos:lat "48.65039"^^xsd:decimal ;
  geo-pos:long "-1.63016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12228'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63016'^^xsd:double;
  dwc:latitude '48.65039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63016 48.65039, -1.63016 48.65039, -1.63016 48.65039, -1.63016 48.65039, -1.63016 48.65039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12228'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70818 -1.63016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70818 -1.63016)"^^geo:wktLiteral ;
  geo-pos:lat "48.70818"^^xsd:decimal ;
  geo-pos:long "-1.63016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11547'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63016'^^xsd:double;
  dwc:latitude '48.70818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63016 48.70818, -1.63016 48.70818, -1.63016 48.70818, -1.63016 48.70818, -1.63016 48.70818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11547'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69427 -1.63013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69427 -1.63013)"^^geo:wktLiteral ;
  geo-pos:lat "48.69427"^^xsd:decimal ;
  geo-pos:long "-1.63013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10538'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63013'^^xsd:double;
  dwc:latitude '48.69427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63013 48.69427, -1.63013 48.69427, -1.63013 48.69427, -1.63013 48.69427, -1.63013 48.69427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10538'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68649 -1.63011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68649"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68649 -1.63011)"^^geo:wktLiteral ;
  geo-pos:lat "48.68649"^^xsd:decimal ;
  geo-pos:long "-1.63011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8673'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63011'^^xsd:double;
  dwc:latitude '48.68649'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63011 48.68649, -1.63011 48.68649, -1.63011 48.68649, -1.63011 48.68649, -1.63011 48.68649))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8673'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67013 -1.63007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67013 -1.63007)"^^geo:wktLiteral ;
  geo-pos:lat "48.67013"^^xsd:decimal ;
  geo-pos:long "-1.63007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10551'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63007'^^xsd:double;
  dwc:latitude '48.67013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63007 48.67013, -1.63007 48.67013, -1.63007 48.67013, -1.63007 48.67013, -1.63007 48.67013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10551'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67156 -1.63005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67156 -1.63005)"^^geo:wktLiteral ;
  geo-pos:lat "48.67156"^^xsd:decimal ;
  geo-pos:long "-1.63005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11910'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63005'^^xsd:double;
  dwc:latitude '48.67156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63005 48.67156, -1.63005 48.67156, -1.63005 48.67156, -1.63005 48.67156, -1.63005 48.67156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11910'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63515 -1.63)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63515"^^xsd:decimal ;
  dwc:decimalLongitude "-1.63"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63515 -1.63)"^^geo:wktLiteral ;
  geo-pos:lat "48.63515"^^xsd:decimal ;
  geo-pos:long "-1.63"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10888'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.63'^^xsd:double;
  dwc:latitude '48.63515'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.63 48.63515, -1.63 48.63515, -1.63 48.63515, -1.63 48.63515, -1.63 48.63515))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10888'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65091 -1.62999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65091 -1.62999)"^^geo:wktLiteral ;
  geo-pos:lat "48.65091"^^xsd:decimal ;
  geo-pos:long "-1.62999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12487'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62999'^^xsd:double;
  dwc:latitude '48.65091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62999 48.65091, -1.62999 48.65091, -1.62999 48.65091, -1.62999 48.65091, -1.62999 48.65091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12487'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75147 -1.62999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75147 -1.62999)"^^geo:wktLiteral ;
  geo-pos:lat "48.75147"^^xsd:decimal ;
  geo-pos:long "-1.62999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8386'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62999'^^xsd:double;
  dwc:latitude '48.75147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62999 48.75147, -1.62999 48.75147, -1.62999 48.75147, -1.62999 48.75147, -1.62999 48.75147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8386'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68408 -1.62998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68408 -1.62998)"^^geo:wktLiteral ;
  geo-pos:lat "48.68408"^^xsd:decimal ;
  geo-pos:long "-1.62998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8843'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62998'^^xsd:double;
  dwc:latitude '48.68408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62998 48.68408, -1.62998 48.68408, -1.62998 48.68408, -1.62998 48.68408, -1.62998 48.68408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8843'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75447 -1.62992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75447 -1.62992)"^^geo:wktLiteral ;
  geo-pos:lat "48.75447"^^xsd:decimal ;
  geo-pos:long "-1.62992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1975'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.16666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62992'^^xsd:double;
  dwc:latitude '48.75447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62992 48.75447, -1.62992 48.75447, -1.62992 48.75447, -1.62992 48.75447, -1.62992 48.75447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1975'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71857 -1.62988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71857 -1.62988)"^^geo:wktLiteral ;
  geo-pos:lat "48.71857"^^xsd:decimal ;
  geo-pos:long "-1.62988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8729'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62988'^^xsd:double;
  dwc:latitude '48.71857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62988 48.71857, -1.62988 48.71857, -1.62988 48.71857, -1.62988 48.71857, -1.62988 48.71857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8729'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66909 -1.62987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66909"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66909 -1.62987)"^^geo:wktLiteral ;
  geo-pos:lat "48.66909"^^xsd:decimal ;
  geo-pos:long "-1.62987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3001'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62987'^^xsd:double;
  dwc:latitude '48.66909'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62987 48.66909, -1.62987 48.66909, -1.62987 48.66909, -1.62987 48.66909, -1.62987 48.66909))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3001'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67293 -1.62985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67293 -1.62985)"^^geo:wktLiteral ;
  geo-pos:lat "48.67293"^^xsd:decimal ;
  geo-pos:long "-1.62985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13034'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62985'^^xsd:double;
  dwc:latitude '48.67293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62985 48.67293, -1.62985 48.67293, -1.62985 48.67293, -1.62985 48.67293, -1.62985 48.67293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13034'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65518 -1.6298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65518 -1.6298)"^^geo:wktLiteral ;
  geo-pos:lat "48.65518"^^xsd:decimal ;
  geo-pos:long "-1.6298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12802'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6298'^^xsd:double;
  dwc:latitude '48.65518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6298 48.65518, -1.6298 48.65518, -1.6298 48.65518, -1.6298 48.65518, -1.6298 48.65518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12802'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64646 -1.62977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64646 -1.62977)"^^geo:wktLiteral ;
  geo-pos:lat "48.64646"^^xsd:decimal ;
  geo-pos:long "-1.62977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10691'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62977'^^xsd:double;
  dwc:latitude '48.64646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62977 48.64646, -1.62977 48.64646, -1.62977 48.64646, -1.62977 48.64646, -1.62977 48.64646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10691'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67626 -1.62977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67626 -1.62977)"^^geo:wktLiteral ;
  geo-pos:lat "48.67626"^^xsd:decimal ;
  geo-pos:long "-1.62977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10171'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62977'^^xsd:double;
  dwc:latitude '48.67626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62977 48.67626, -1.62977 48.67626, -1.62977 48.67626, -1.62977 48.67626, -1.62977 48.67626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10171'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65599 -1.62975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65599 -1.62975)"^^geo:wktLiteral ;
  geo-pos:lat "48.65599"^^xsd:decimal ;
  geo-pos:long "-1.62975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12188'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62975'^^xsd:double;
  dwc:latitude '48.65599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62975 48.65599, -1.62975 48.65599, -1.62975 48.65599, -1.62975 48.65599, -1.62975 48.65599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12188'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65681 -1.62974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65681 -1.62974)"^^geo:wktLiteral ;
  geo-pos:lat "48.65681"^^xsd:decimal ;
  geo-pos:long "-1.62974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11637'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62974'^^xsd:double;
  dwc:latitude '48.65681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62974 48.65681, -1.62974 48.65681, -1.62974 48.65681, -1.62974 48.65681, -1.62974 48.65681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11637'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69365 -1.62974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69365 -1.62974)"^^geo:wktLiteral ;
  geo-pos:lat "48.69365"^^xsd:decimal ;
  geo-pos:long "-1.62974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8517'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62974'^^xsd:double;
  dwc:latitude '48.69365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62974 48.69365, -1.62974 48.69365, -1.62974 48.69365, -1.62974 48.69365, -1.62974 48.69365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8517'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64599 -1.62969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64599 -1.62969)"^^geo:wktLiteral ;
  geo-pos:lat "48.64599"^^xsd:decimal ;
  geo-pos:long "-1.62969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12155'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62969'^^xsd:double;
  dwc:latitude '48.64599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62969 48.64599, -1.62969 48.64599, -1.62969 48.64599, -1.62969 48.64599, -1.62969 48.64599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12155'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6528 -1.62969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6528 -1.62969)"^^geo:wktLiteral ;
  geo-pos:lat "48.6528"^^xsd:decimal ;
  geo-pos:long "-1.62969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12076'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62969'^^xsd:double;
  dwc:latitude '48.6528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62969 48.6528, -1.62969 48.6528, -1.62969 48.6528, -1.62969 48.6528, -1.62969 48.6528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12076'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65213 -1.62968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65213 -1.62968)"^^geo:wktLiteral ;
  geo-pos:lat "48.65213"^^xsd:decimal ;
  geo-pos:long "-1.62968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8999'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62968'^^xsd:double;
  dwc:latitude '48.65213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62968 48.65213, -1.62968 48.65213, -1.62968 48.65213, -1.62968 48.65213, -1.62968 48.65213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8999'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65297 -1.62968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65297 -1.62968)"^^geo:wktLiteral ;
  geo-pos:lat "48.65297"^^xsd:decimal ;
  geo-pos:long "-1.62968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12149'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62968'^^xsd:double;
  dwc:latitude '48.65297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62968 48.65297, -1.62968 48.65297, -1.62968 48.65297, -1.62968 48.65297, -1.62968 48.65297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12149'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67587 -1.62968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67587 -1.62968)"^^geo:wktLiteral ;
  geo-pos:lat "48.67587"^^xsd:decimal ;
  geo-pos:long "-1.62968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8371'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62968'^^xsd:double;
  dwc:latitude '48.67587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62968 48.67587, -1.62968 48.67587, -1.62968 48.67587, -1.62968 48.67587, -1.62968 48.67587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8371'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63795 -1.62967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63795 -1.62967)"^^geo:wktLiteral ;
  geo-pos:lat "48.63795"^^xsd:decimal ;
  geo-pos:long "-1.62967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11021'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62967'^^xsd:double;
  dwc:latitude '48.63795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62967 48.63795, -1.62967 48.63795, -1.62967 48.63795, -1.62967 48.63795, -1.62967 48.63795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11021'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70644 -1.62964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70644 -1.62964)"^^geo:wktLiteral ;
  geo-pos:lat "48.70644"^^xsd:decimal ;
  geo-pos:long "-1.62964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11394'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62964'^^xsd:double;
  dwc:latitude '48.70644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62964 48.70644, -1.62964 48.70644, -1.62964 48.70644, -1.62964 48.70644, -1.62964 48.70644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11394'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63319 -1.62962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63319 -1.62962)"^^geo:wktLiteral ;
  geo-pos:lat "48.63319"^^xsd:decimal ;
  geo-pos:long "-1.62962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11875'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62962'^^xsd:double;
  dwc:latitude '48.63319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62962 48.63319, -1.62962 48.63319, -1.62962 48.63319, -1.62962 48.63319, -1.62962 48.63319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11875'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67858 -1.62962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67858 -1.62962)"^^geo:wktLiteral ;
  geo-pos:lat "48.67858"^^xsd:decimal ;
  geo-pos:long "-1.62962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11084'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62962'^^xsd:double;
  dwc:latitude '48.67858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62962 48.67858, -1.62962 48.67858, -1.62962 48.67858, -1.62962 48.67858, -1.62962 48.67858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11084'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63565 -1.62961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63565 -1.62961)"^^geo:wktLiteral ;
  geo-pos:lat "48.63565"^^xsd:decimal ;
  geo-pos:long "-1.62961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11583'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62961'^^xsd:double;
  dwc:latitude '48.63565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62961 48.63565, -1.62961 48.63565, -1.62961 48.63565, -1.62961 48.63565, -1.62961 48.63565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11583'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65574 -1.6296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65574 -1.6296)"^^geo:wktLiteral ;
  geo-pos:lat "48.65574"^^xsd:decimal ;
  geo-pos:long "-1.6296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12178'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6296'^^xsd:double;
  dwc:latitude '48.65574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6296 48.65574, -1.6296 48.65574, -1.6296 48.65574, -1.6296 48.65574, -1.6296 48.65574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12178'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70347 -1.62959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70347 -1.62959)"^^geo:wktLiteral ;
  geo-pos:lat "48.70347"^^xsd:decimal ;
  geo-pos:long "-1.62959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7876'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62959'^^xsd:double;
  dwc:latitude '48.70347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62959 48.70347, -1.62959 48.70347, -1.62959 48.70347, -1.62959 48.70347, -1.62959 48.70347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7876'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70433 -1.62959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70433 -1.62959)"^^geo:wktLiteral ;
  geo-pos:lat "48.70433"^^xsd:decimal ;
  geo-pos:long "-1.62959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7866'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62959'^^xsd:double;
  dwc:latitude '48.70433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62959 48.70433, -1.62959 48.70433, -1.62959 48.70433, -1.62959 48.70433, -1.62959 48.70433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7866'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.772 -1.62958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.772 -1.62958)"^^geo:wktLiteral ;
  geo-pos:lat "48.772"^^xsd:decimal ;
  geo-pos:long "-1.62958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1979'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62958'^^xsd:double;
  dwc:latitude '48.772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62958 48.772, -1.62958 48.772, -1.62958 48.772, -1.62958 48.772, -1.62958 48.772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1979'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65611 -1.62957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65611 -1.62957)"^^geo:wktLiteral ;
  geo-pos:lat "48.65611"^^xsd:decimal ;
  geo-pos:long "-1.62957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11304'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62957'^^xsd:double;
  dwc:latitude '48.65611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62957 48.65611, -1.62957 48.65611, -1.62957 48.65611, -1.62957 48.65611, -1.62957 48.65611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11304'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65546 -1.62956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65546 -1.62956)"^^geo:wktLiteral ;
  geo-pos:lat "48.65546"^^xsd:decimal ;
  geo-pos:long "-1.62956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13301'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62956'^^xsd:double;
  dwc:latitude '48.65546'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62956 48.65546, -1.62956 48.65546, -1.62956 48.65546, -1.62956 48.65546, -1.62956 48.65546))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13301'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71413 -1.62954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71413 -1.62954)"^^geo:wktLiteral ;
  geo-pos:lat "48.71413"^^xsd:decimal ;
  geo-pos:long "-1.62954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8564'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62954'^^xsd:double;
  dwc:latitude '48.71413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62954 48.71413, -1.62954 48.71413, -1.62954 48.71413, -1.62954 48.71413, -1.62954 48.71413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8564'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65829 -1.62953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65829 -1.62953)"^^geo:wktLiteral ;
  geo-pos:lat "48.65829"^^xsd:decimal ;
  geo-pos:long "-1.62953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_13670'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62953'^^xsd:double;
  dwc:latitude '48.65829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62953 48.65829, -1.62953 48.65829, -1.62953 48.65829, -1.62953 48.65829, -1.62953 48.65829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13670'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63162 -1.6295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63162 -1.6295)"^^geo:wktLiteral ;
  geo-pos:lat "48.63162"^^xsd:decimal ;
  geo-pos:long "-1.6295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13384'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6295'^^xsd:double;
  dwc:latitude '48.63162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6295 48.63162, -1.6295 48.63162, -1.6295 48.63162, -1.6295 48.63162, -1.6295 48.63162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13384'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.62944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.62944)"^^geo:wktLiteral ;
  geo-pos:lat "48.70385"^^xsd:decimal ;
  geo-pos:long "-1.62944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11500'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62944'^^xsd:double;
  dwc:latitude '48.70385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62944 48.70385, -1.62944 48.70385, -1.62944 48.70385, -1.62944 48.70385, -1.62944 48.70385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11500'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65596 -1.62941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65596 -1.62941)"^^geo:wktLiteral ;
  geo-pos:lat "48.65596"^^xsd:decimal ;
  geo-pos:long "-1.62941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12761'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62941'^^xsd:double;
  dwc:latitude '48.65596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62941 48.65596, -1.62941 48.65596, -1.62941 48.65596, -1.62941 48.65596, -1.62941 48.65596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12761'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74046 -1.62941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74046 -1.62941)"^^geo:wktLiteral ;
  geo-pos:lat "48.74046"^^xsd:decimal ;
  geo-pos:long "-1.62941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7852'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62941'^^xsd:double;
  dwc:latitude '48.74046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62941 48.74046, -1.62941 48.74046, -1.62941 48.74046, -1.62941 48.74046, -1.62941 48.74046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7852'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70015 -1.62939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70015"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70015 -1.62939)"^^geo:wktLiteral ;
  geo-pos:lat "48.70015"^^xsd:decimal ;
  geo-pos:long "-1.62939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8745'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62939'^^xsd:double;
  dwc:latitude '48.70015'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62939 48.70015, -1.62939 48.70015, -1.62939 48.70015, -1.62939 48.70015, -1.62939 48.70015))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8745'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70809 -1.62938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70809 -1.62938)"^^geo:wktLiteral ;
  geo-pos:lat "48.70809"^^xsd:decimal ;
  geo-pos:long "-1.62938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8185'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62938'^^xsd:double;
  dwc:latitude '48.70809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62938 48.70809, -1.62938 48.70809, -1.62938 48.70809, -1.62938 48.70809, -1.62938 48.70809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8185'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63399 -1.62935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63399 -1.62935)"^^geo:wktLiteral ;
  geo-pos:lat "48.63399"^^xsd:decimal ;
  geo-pos:long "-1.62935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11024'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62935'^^xsd:double;
  dwc:latitude '48.63399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62935 48.63399, -1.62935 48.63399, -1.62935 48.63399, -1.62935 48.63399, -1.62935 48.63399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11024'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65631 -1.62935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65631 -1.62935)"^^geo:wktLiteral ;
  geo-pos:lat "48.65631"^^xsd:decimal ;
  geo-pos:long "-1.62935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11646'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62935'^^xsd:double;
  dwc:latitude '48.65631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62935 48.65631, -1.62935 48.65631, -1.62935 48.65631, -1.62935 48.65631, -1.62935 48.65631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11646'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72403 -1.62935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72403 -1.62935)"^^geo:wktLiteral ;
  geo-pos:lat "48.72403"^^xsd:decimal ;
  geo-pos:long "-1.62935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9955'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62935'^^xsd:double;
  dwc:latitude '48.72403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62935 48.72403, -1.62935 48.72403, -1.62935 48.72403, -1.62935 48.72403, -1.62935 48.72403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9955'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65275 -1.62934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65275 -1.62934)"^^geo:wktLiteral ;
  geo-pos:lat "48.65275"^^xsd:decimal ;
  geo-pos:long "-1.62934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13215'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62934'^^xsd:double;
  dwc:latitude '48.65275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62934 48.65275, -1.62934 48.65275, -1.62934 48.65275, -1.62934 48.65275, -1.62934 48.65275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13215'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64261 -1.62933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64261 -1.62933)"^^geo:wktLiteral ;
  geo-pos:lat "48.64261"^^xsd:decimal ;
  geo-pos:long "-1.62933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10890'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62933'^^xsd:double;
  dwc:latitude '48.64261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62933 48.64261, -1.62933 48.64261, -1.62933 48.64261, -1.62933 48.64261, -1.62933 48.64261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10890'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68698 -1.62932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68698 -1.62932)"^^geo:wktLiteral ;
  geo-pos:lat "48.68698"^^xsd:decimal ;
  geo-pos:long "-1.62932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8739'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62932'^^xsd:double;
  dwc:latitude '48.68698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62932 48.68698, -1.62932 48.68698, -1.62932 48.68698, -1.62932 48.68698, -1.62932 48.68698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8739'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74811 -1.62931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74811 -1.62931)"^^geo:wktLiteral ;
  geo-pos:lat "48.74811"^^xsd:decimal ;
  geo-pos:long "-1.62931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2057'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62931'^^xsd:double;
  dwc:latitude '48.74811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62931 48.74811, -1.62931 48.74811, -1.62931 48.74811, -1.62931 48.74811, -1.62931 48.74811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2057'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64745 -1.62921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64745 -1.62921)"^^geo:wktLiteral ;
  geo-pos:lat "48.64745"^^xsd:decimal ;
  geo-pos:long "-1.62921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11703'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62921'^^xsd:double;
  dwc:latitude '48.64745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62921 48.64745, -1.62921 48.64745, -1.62921 48.64745, -1.62921 48.64745, -1.62921 48.64745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11703'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70149 -1.6292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70149 -1.6292)"^^geo:wktLiteral ;
  geo-pos:lat "48.70149"^^xsd:decimal ;
  geo-pos:long "-1.6292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8166'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6292'^^xsd:double;
  dwc:latitude '48.70149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6292 48.70149, -1.6292 48.70149, -1.6292 48.70149, -1.6292 48.70149, -1.6292 48.70149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8166'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65379 -1.62918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65379 -1.62918)"^^geo:wktLiteral ;
  geo-pos:lat "48.65379"^^xsd:decimal ;
  geo-pos:long "-1.62918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13090'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62918'^^xsd:double;
  dwc:latitude '48.65379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62918 48.65379, -1.62918 48.65379, -1.62918 48.65379, -1.62918 48.65379, -1.62918 48.65379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13090'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64926 -1.62917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64926 -1.62917)"^^geo:wktLiteral ;
  geo-pos:lat "48.64926"^^xsd:decimal ;
  geo-pos:long "-1.62917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7074'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62917'^^xsd:double;
  dwc:latitude '48.64926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62917 48.64926, -1.62917 48.64926, -1.62917 48.64926, -1.62917 48.64926, -1.62917 48.64926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7074'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69575 -1.62917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69575 -1.62917)"^^geo:wktLiteral ;
  geo-pos:lat "48.69575"^^xsd:decimal ;
  geo-pos:long "-1.62917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8015'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.93333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62917'^^xsd:double;
  dwc:latitude '48.69575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62917 48.69575, -1.62917 48.69575, -1.62917 48.69575, -1.62917 48.69575, -1.62917 48.69575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8015'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65604 -1.62914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65604 -1.62914)"^^geo:wktLiteral ;
  geo-pos:lat "48.65604"^^xsd:decimal ;
  geo-pos:long "-1.62914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11662'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62914'^^xsd:double;
  dwc:latitude '48.65604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62914 48.65604, -1.62914 48.65604, -1.62914 48.65604, -1.62914 48.65604, -1.62914 48.65604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11662'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70852 -1.62912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70852 -1.62912)"^^geo:wktLiteral ;
  geo-pos:lat "48.70852"^^xsd:decimal ;
  geo-pos:long "-1.62912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11392'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62912'^^xsd:double;
  dwc:latitude '48.70852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62912 48.70852, -1.62912 48.70852, -1.62912 48.70852, -1.62912 48.70852, -1.62912 48.70852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11392'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69823 -1.62908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69823 -1.62908)"^^geo:wktLiteral ;
  geo-pos:lat "48.69823"^^xsd:decimal ;
  geo-pos:long "-1.62908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8084'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62908'^^xsd:double;
  dwc:latitude '48.69823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62908 48.69823, -1.62908 48.69823, -1.62908 48.69823, -1.62908 48.69823, -1.62908 48.69823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8084'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63363 -1.62907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63363 -1.62907)"^^geo:wktLiteral ;
  geo-pos:lat "48.63363"^^xsd:decimal ;
  geo-pos:long "-1.62907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13629'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62907'^^xsd:double;
  dwc:latitude '48.63363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62907 48.63363, -1.62907 48.63363, -1.62907 48.63363, -1.62907 48.63363, -1.62907 48.63363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13629'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63389 -1.62901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63389 -1.62901)"^^geo:wktLiteral ;
  geo-pos:lat "48.63389"^^xsd:decimal ;
  geo-pos:long "-1.62901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10727'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62901'^^xsd:double;
  dwc:latitude '48.63389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62901 48.63389, -1.62901 48.63389, -1.62901 48.63389, -1.62901 48.63389, -1.62901 48.63389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10727'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69265 -1.62895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69265"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69265 -1.62895)"^^geo:wktLiteral ;
  geo-pos:lat "48.69265"^^xsd:decimal ;
  geo-pos:long "-1.62895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8625'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62895'^^xsd:double;
  dwc:latitude '48.69265'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62895 48.69265, -1.62895 48.69265, -1.62895 48.69265, -1.62895 48.69265, -1.62895 48.69265))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8625'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65616 -1.62894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65616 -1.62894)"^^geo:wktLiteral ;
  geo-pos:lat "48.65616"^^xsd:decimal ;
  geo-pos:long "-1.62894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10837'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62894'^^xsd:double;
  dwc:latitude '48.65616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62894 48.65616, -1.62894 48.65616, -1.62894 48.65616, -1.62894 48.65616, -1.62894 48.65616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10837'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67404 -1.62894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67404 -1.62894)"^^geo:wktLiteral ;
  geo-pos:lat "48.67404"^^xsd:decimal ;
  geo-pos:long "-1.62894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11909'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62894'^^xsd:double;
  dwc:latitude '48.67404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62894 48.67404, -1.62894 48.67404, -1.62894 48.67404, -1.62894 48.67404, -1.62894 48.67404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11909'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75969 -1.62893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75969 -1.62893)"^^geo:wktLiteral ;
  geo-pos:lat "48.75969"^^xsd:decimal ;
  geo-pos:long "-1.62893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1976'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62893'^^xsd:double;
  dwc:latitude '48.75969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62893 48.75969, -1.62893 48.75969, -1.62893 48.75969, -1.62893 48.75969, -1.62893 48.75969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1976'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63589 -1.62889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63589 -1.62889)"^^geo:wktLiteral ;
  geo-pos:lat "48.63589"^^xsd:decimal ;
  geo-pos:long "-1.62889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11650'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62889'^^xsd:double;
  dwc:latitude '48.63589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62889 48.63589, -1.62889 48.63589, -1.62889 48.63589, -1.62889 48.63589, -1.62889 48.63589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11650'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71531 -1.62889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71531 -1.62889)"^^geo:wktLiteral ;
  geo-pos:lat "48.71531"^^xsd:decimal ;
  geo-pos:long "-1.62889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9803'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62889'^^xsd:double;
  dwc:latitude '48.71531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62889 48.71531, -1.62889 48.71531, -1.62889 48.71531, -1.62889 48.71531, -1.62889 48.71531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9803'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71776 -1.62889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71776 -1.62889)"^^geo:wktLiteral ;
  geo-pos:lat "48.71776"^^xsd:decimal ;
  geo-pos:long "-1.62889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8272'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62889'^^xsd:double;
  dwc:latitude '48.71776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62889 48.71776, -1.62889 48.71776, -1.62889 48.71776, -1.62889 48.71776, -1.62889 48.71776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8272'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66764 -1.62882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66764 -1.62882)"^^geo:wktLiteral ;
  geo-pos:lat "48.66764"^^xsd:decimal ;
  geo-pos:long "-1.62882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12990'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62882'^^xsd:double;
  dwc:latitude '48.66764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62882 48.66764, -1.62882 48.66764, -1.62882 48.66764, -1.62882 48.66764, -1.62882 48.66764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12990'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64447 -1.6288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64447 -1.6288)"^^geo:wktLiteral ;
  geo-pos:lat "48.64447"^^xsd:decimal ;
  geo-pos:long "-1.6288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11686'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6288'^^xsd:double;
  dwc:latitude '48.64447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6288 48.64447, -1.6288 48.64447, -1.6288 48.64447, -1.6288 48.64447, -1.6288 48.64447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11686'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67439 -1.62878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67439"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67439 -1.62878)"^^geo:wktLiteral ;
  geo-pos:lat "48.67439"^^xsd:decimal ;
  geo-pos:long "-1.62878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12071'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62878'^^xsd:double;
  dwc:latitude '48.67439'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62878 48.67439, -1.62878 48.67439, -1.62878 48.67439, -1.62878 48.67439, -1.62878 48.67439))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12071'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6641 -1.62877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6641 -1.62877)"^^geo:wktLiteral ;
  geo-pos:lat "48.6641"^^xsd:decimal ;
  geo-pos:long "-1.62877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12639'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62877'^^xsd:double;
  dwc:latitude '48.6641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62877 48.6641, -1.62877 48.6641, -1.62877 48.6641, -1.62877 48.6641, -1.62877 48.6641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12639'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75936 -1.62877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75936 -1.62877)"^^geo:wktLiteral ;
  geo-pos:lat "48.75936"^^xsd:decimal ;
  geo-pos:long "-1.62877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1984'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62877'^^xsd:double;
  dwc:latitude '48.75936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62877 48.75936, -1.62877 48.75936, -1.62877 48.75936, -1.62877 48.75936, -1.62877 48.75936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1984'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65656 -1.62876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65656 -1.62876)"^^geo:wktLiteral ;
  geo-pos:lat "48.65656"^^xsd:decimal ;
  geo-pos:long "-1.62876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12645'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.91666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62876'^^xsd:double;
  dwc:latitude '48.65656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62876 48.65656, -1.62876 48.65656, -1.62876 48.65656, -1.62876 48.65656, -1.62876 48.65656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12645'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63331 -1.62873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63331 -1.62873)"^^geo:wktLiteral ;
  geo-pos:lat "48.63331"^^xsd:decimal ;
  geo-pos:long "-1.62873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10568'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62873'^^xsd:double;
  dwc:latitude '48.63331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62873 48.63331, -1.62873 48.63331, -1.62873 48.63331, -1.62873 48.63331, -1.62873 48.63331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10568'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75963 -1.6287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75963 -1.6287)"^^geo:wktLiteral ;
  geo-pos:lat "48.75963"^^xsd:decimal ;
  geo-pos:long "-1.6287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1983'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6287'^^xsd:double;
  dwc:latitude '48.75963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6287 48.75963, -1.6287 48.75963, -1.6287 48.75963, -1.6287 48.75963, -1.6287 48.75963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1983'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76165 -1.62869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76165 -1.62869)"^^geo:wktLiteral ;
  geo-pos:lat "48.76165"^^xsd:decimal ;
  geo-pos:long "-1.62869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1982'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62869'^^xsd:double;
  dwc:latitude '48.76165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62869 48.76165, -1.62869 48.76165, -1.62869 48.76165, -1.62869 48.76165, -1.62869 48.76165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1982'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63602 -1.62868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63602 -1.62868)"^^geo:wktLiteral ;
  geo-pos:lat "48.63602"^^xsd:decimal ;
  geo-pos:long "-1.62868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13549'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62868'^^xsd:double;
  dwc:latitude '48.63602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62868 48.63602, -1.62868 48.63602, -1.62868 48.63602, -1.62868 48.63602, -1.62868 48.63602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13549'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66355 -1.62865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66355 -1.62865)"^^geo:wktLiteral ;
  geo-pos:lat "48.66355"^^xsd:decimal ;
  geo-pos:long "-1.62865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12544'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62865'^^xsd:double;
  dwc:latitude '48.66355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62865 48.66355, -1.62865 48.66355, -1.62865 48.66355, -1.62865 48.66355, -1.62865 48.66355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12544'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -1.62864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -1.62864)"^^geo:wktLiteral ;
  geo-pos:lat "48.6617"^^xsd:decimal ;
  geo-pos:long "-1.62864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12466'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62864'^^xsd:double;
  dwc:latitude '48.6617'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62864 48.6617, -1.62864 48.6617, -1.62864 48.6617, -1.62864 48.6617, -1.62864 48.6617))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12466'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63356 -1.62862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63356 -1.62862)"^^geo:wktLiteral ;
  geo-pos:lat "48.63356"^^xsd:decimal ;
  geo-pos:long "-1.62862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11318'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62862'^^xsd:double;
  dwc:latitude '48.63356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62862 48.63356, -1.62862 48.63356, -1.62862 48.63356, -1.62862 48.63356, -1.62862 48.63356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11318'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66966 -1.62854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66966 -1.62854)"^^geo:wktLiteral ;
  geo-pos:lat "48.66966"^^xsd:decimal ;
  geo-pos:long "-1.62854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7330'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62854'^^xsd:double;
  dwc:latitude '48.66966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62854 48.66966, -1.62854 48.66966, -1.62854 48.66966, -1.62854 48.66966, -1.62854 48.66966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7330'^^xsd:string;
  dwc:observationDate '2007-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76092 -1.62854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76092"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76092 -1.62854)"^^geo:wktLiteral ;
  geo-pos:lat "48.76092"^^xsd:decimal ;
  geo-pos:long "-1.62854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1987'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62854'^^xsd:double;
  dwc:latitude '48.76092'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62854 48.76092, -1.62854 48.76092, -1.62854 48.76092, -1.62854 48.76092, -1.62854 48.76092))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1987'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67677 -1.62853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67677 -1.62853)"^^geo:wktLiteral ;
  geo-pos:lat "48.67677"^^xsd:decimal ;
  geo-pos:long "-1.62853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6293'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62853'^^xsd:double;
  dwc:latitude '48.67677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62853 48.67677, -1.62853 48.67677, -1.62853 48.67677, -1.62853 48.67677, -1.62853 48.67677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6293'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6326 -1.62852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6326 -1.62852)"^^geo:wktLiteral ;
  geo-pos:lat "48.6326"^^xsd:decimal ;
  geo-pos:long "-1.62852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11214'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62852'^^xsd:double;
  dwc:latitude '48.6326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62852 48.6326, -1.62852 48.6326, -1.62852 48.6326, -1.62852 48.6326, -1.62852 48.6326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11214'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65681 -1.62851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65681 -1.62851)"^^geo:wktLiteral ;
  geo-pos:lat "48.65681"^^xsd:decimal ;
  geo-pos:long "-1.62851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10081'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62851'^^xsd:double;
  dwc:latitude '48.65681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62851 48.65681, -1.62851 48.65681, -1.62851 48.65681, -1.62851 48.65681, -1.62851 48.65681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10081'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63991 -1.62849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63991 -1.62849)"^^geo:wktLiteral ;
  geo-pos:lat "48.63991"^^xsd:decimal ;
  geo-pos:long "-1.62849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12574'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62849'^^xsd:double;
  dwc:latitude '48.63991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62849 48.63991, -1.62849 48.63991, -1.62849 48.63991, -1.62849 48.63991, -1.62849 48.63991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12574'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64763 -1.62847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64763 -1.62847)"^^geo:wktLiteral ;
  geo-pos:lat "48.64763"^^xsd:decimal ;
  geo-pos:long "-1.62847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11114'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62847'^^xsd:double;
  dwc:latitude '48.64763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62847 48.64763, -1.62847 48.64763, -1.62847 48.64763, -1.62847 48.64763, -1.62847 48.64763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11114'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65648 -1.62847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65648 -1.62847)"^^geo:wktLiteral ;
  geo-pos:lat "48.65648"^^xsd:decimal ;
  geo-pos:long "-1.62847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10998'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62847'^^xsd:double;
  dwc:latitude '48.65648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62847 48.65648, -1.62847 48.65648, -1.62847 48.65648, -1.62847 48.65648, -1.62847 48.65648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10998'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65421 -1.62841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65421 -1.62841)"^^geo:wktLiteral ;
  geo-pos:lat "48.65421"^^xsd:decimal ;
  geo-pos:long "-1.62841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10638'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62841'^^xsd:double;
  dwc:latitude '48.65421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62841 48.65421, -1.62841 48.65421, -1.62841 48.65421, -1.62841 48.65421, -1.62841 48.65421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10638'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65767 -1.6284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65767 -1.6284)"^^geo:wktLiteral ;
  geo-pos:lat "48.65767"^^xsd:decimal ;
  geo-pos:long "-1.6284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12315'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6284'^^xsd:double;
  dwc:latitude '48.65767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6284 48.65767, -1.6284 48.65767, -1.6284 48.65767, -1.6284 48.65767, -1.6284 48.65767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12315'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70116 -1.62839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70116 -1.62839)"^^geo:wktLiteral ;
  geo-pos:lat "48.70116"^^xsd:decimal ;
  geo-pos:long "-1.62839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3584'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62839'^^xsd:double;
  dwc:latitude '48.70116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62839 48.70116, -1.62839 48.70116, -1.62839 48.70116, -1.62839 48.70116, -1.62839 48.70116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3584'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69845 -1.62833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69845 -1.62833)"^^geo:wktLiteral ;
  geo-pos:lat "48.69845"^^xsd:decimal ;
  geo-pos:long "-1.62833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2816'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62833'^^xsd:double;
  dwc:latitude '48.69845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62833 48.69845, -1.62833 48.69845, -1.62833 48.69845, -1.62833 48.69845, -1.62833 48.69845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2816'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6503 -1.62832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6503 -1.62832)"^^geo:wktLiteral ;
  geo-pos:lat "48.6503"^^xsd:decimal ;
  geo-pos:long "-1.62832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12176'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62832'^^xsd:double;
  dwc:latitude '48.6503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62832 48.6503, -1.62832 48.6503, -1.62832 48.6503, -1.62832 48.6503, -1.62832 48.6503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12176'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65619 -1.62832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65619 -1.62832)"^^geo:wktLiteral ;
  geo-pos:lat "48.65619"^^xsd:decimal ;
  geo-pos:long "-1.62832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12177'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62832'^^xsd:double;
  dwc:latitude '48.65619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62832 48.65619, -1.62832 48.65619, -1.62832 48.65619, -1.62832 48.65619, -1.62832 48.65619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12177'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6317 -1.62824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6317 -1.62824)"^^geo:wktLiteral ;
  geo-pos:lat "48.6317"^^xsd:decimal ;
  geo-pos:long "-1.62824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10889'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62824'^^xsd:double;
  dwc:latitude '48.6317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62824 48.6317, -1.62824 48.6317, -1.62824 48.6317, -1.62824 48.6317, -1.62824 48.6317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10889'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70557 -1.62823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70557 -1.62823)"^^geo:wktLiteral ;
  geo-pos:lat "48.70557"^^xsd:decimal ;
  geo-pos:long "-1.62823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8040'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62823'^^xsd:double;
  dwc:latitude '48.70557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62823 48.70557, -1.62823 48.70557, -1.62823 48.70557, -1.62823 48.70557, -1.62823 48.70557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8040'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64709 -1.62821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64709 -1.62821)"^^geo:wktLiteral ;
  geo-pos:lat "48.64709"^^xsd:decimal ;
  geo-pos:long "-1.62821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13423'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62821'^^xsd:double;
  dwc:latitude '48.64709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62821 48.64709, -1.62821 48.64709, -1.62821 48.64709, -1.62821 48.64709, -1.62821 48.64709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13423'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63403 -1.62819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63403 -1.62819)"^^geo:wktLiteral ;
  geo-pos:lat "48.63403"^^xsd:decimal ;
  geo-pos:long "-1.62819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_11582'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62819'^^xsd:double;
  dwc:latitude '48.63403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62819 48.63403, -1.62819 48.63403, -1.62819 48.63403, -1.62819 48.63403, -1.62819 48.63403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11582'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6598 -1.62815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6598 -1.62815)"^^geo:wktLiteral ;
  geo-pos:lat "48.6598"^^xsd:decimal ;
  geo-pos:long "-1.62815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13526'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62815'^^xsd:double;
  dwc:latitude '48.6598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62815 48.6598, -1.62815 48.6598, -1.62815 48.6598, -1.62815 48.6598, -1.62815 48.6598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13526'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65536 -1.62813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65536 -1.62813)"^^geo:wktLiteral ;
  geo-pos:lat "48.65536"^^xsd:decimal ;
  geo-pos:long "-1.62813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12495'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62813'^^xsd:double;
  dwc:latitude '48.65536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62813 48.65536, -1.62813 48.65536, -1.62813 48.65536, -1.62813 48.65536, -1.62813 48.65536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12495'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66722 -1.62813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66722 -1.62813)"^^geo:wktLiteral ;
  geo-pos:lat "48.66722"^^xsd:decimal ;
  geo-pos:long "-1.62813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12727'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62813'^^xsd:double;
  dwc:latitude '48.66722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62813 48.66722, -1.62813 48.66722, -1.62813 48.66722, -1.62813 48.66722, -1.62813 48.66722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12727'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70677 -1.62806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70677 -1.62806)"^^geo:wktLiteral ;
  geo-pos:lat "48.70677"^^xsd:decimal ;
  geo-pos:long "-1.62806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8515'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62806'^^xsd:double;
  dwc:latitude '48.70677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62806 48.70677, -1.62806 48.70677, -1.62806 48.70677, -1.62806 48.70677, -1.62806 48.70677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8515'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65482 -1.62804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65482 -1.62804)"^^geo:wktLiteral ;
  geo-pos:lat "48.65482"^^xsd:decimal ;
  geo-pos:long "-1.62804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11974'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62804'^^xsd:double;
  dwc:latitude '48.65482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62804 48.65482, -1.62804 48.65482, -1.62804 48.65482, -1.62804 48.65482, -1.62804 48.65482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11974'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63224 -1.62803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63224 -1.62803)"^^geo:wktLiteral ;
  geo-pos:lat "48.63224"^^xsd:decimal ;
  geo-pos:long "-1.62803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13386'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62803'^^xsd:double;
  dwc:latitude '48.63224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62803 48.63224, -1.62803 48.63224, -1.62803 48.63224, -1.62803 48.63224, -1.62803 48.63224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13386'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64155 -1.62802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64155 -1.62802)"^^geo:wktLiteral ;
  geo-pos:lat "48.64155"^^xsd:decimal ;
  geo-pos:long "-1.62802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11773'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.41666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62802'^^xsd:double;
  dwc:latitude '48.64155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62802 48.64155, -1.62802 48.64155, -1.62802 48.64155, -1.62802 48.64155, -1.62802 48.64155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11773'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64869 -1.62801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64869 -1.62801)"^^geo:wktLiteral ;
  geo-pos:lat "48.64869"^^xsd:decimal ;
  geo-pos:long "-1.62801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13531'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62801'^^xsd:double;
  dwc:latitude '48.64869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62801 48.64869, -1.62801 48.64869, -1.62801 48.64869, -1.62801 48.64869, -1.62801 48.64869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13531'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69914 -1.62801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69914 -1.62801)"^^geo:wktLiteral ;
  geo-pos:lat "48.69914"^^xsd:decimal ;
  geo-pos:long "-1.62801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1125'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62801'^^xsd:double;
  dwc:latitude '48.69914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62801 48.69914, -1.62801 48.69914, -1.62801 48.69914, -1.62801 48.69914, -1.62801 48.69914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1125'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63322 -1.62797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63322 -1.62797)"^^geo:wktLiteral ;
  geo-pos:lat "48.63322"^^xsd:decimal ;
  geo-pos:long "-1.62797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10770'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62797'^^xsd:double;
  dwc:latitude '48.63322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62797 48.63322, -1.62797 48.63322, -1.62797 48.63322, -1.62797 48.63322, -1.62797 48.63322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10770'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70811 -1.62797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70811 -1.62797)"^^geo:wktLiteral ;
  geo-pos:lat "48.70811"^^xsd:decimal ;
  geo-pos:long "-1.62797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10778'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62797'^^xsd:double;
  dwc:latitude '48.70811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62797 48.70811, -1.62797 48.70811, -1.62797 48.70811, -1.62797 48.70811, -1.62797 48.70811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10778'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71061 -1.62797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71061 -1.62797)"^^geo:wktLiteral ;
  geo-pos:lat "48.71061"^^xsd:decimal ;
  geo-pos:long "-1.62797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8787'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62797'^^xsd:double;
  dwc:latitude '48.71061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62797 48.71061, -1.62797 48.71061, -1.62797 48.71061, -1.62797 48.71061, -1.62797 48.71061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8787'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66095 -1.62794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66095 -1.62794)"^^geo:wktLiteral ;
  geo-pos:lat "48.66095"^^xsd:decimal ;
  geo-pos:long "-1.62794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12579'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62794'^^xsd:double;
  dwc:latitude '48.66095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62794 48.66095, -1.62794 48.66095, -1.62794 48.66095, -1.62794 48.66095, -1.62794 48.66095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12579'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76982 -1.62794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76982 -1.62794)"^^geo:wktLiteral ;
  geo-pos:lat "48.76982"^^xsd:decimal ;
  geo-pos:long "-1.62794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10140'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62794'^^xsd:double;
  dwc:latitude '48.76982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62794 48.76982, -1.62794 48.76982, -1.62794 48.76982, -1.62794 48.76982, -1.62794 48.76982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10140'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63097 -1.62787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63097 -1.62787)"^^geo:wktLiteral ;
  geo-pos:lat "48.63097"^^xsd:decimal ;
  geo-pos:long "-1.62787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10855'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62787'^^xsd:double;
  dwc:latitude '48.63097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62787 48.63097, -1.62787 48.63097, -1.62787 48.63097, -1.62787 48.63097, -1.62787 48.63097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10855'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63819 -1.62786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63819 -1.62786)"^^geo:wktLiteral ;
  geo-pos:lat "48.63819"^^xsd:decimal ;
  geo-pos:long "-1.62786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10566'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62786'^^xsd:double;
  dwc:latitude '48.63819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62786 48.63819, -1.62786 48.63819, -1.62786 48.63819, -1.62786 48.63819, -1.62786 48.63819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10566'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66148 -1.62784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66148"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66148 -1.62784)"^^geo:wktLiteral ;
  geo-pos:lat "48.66148"^^xsd:decimal ;
  geo-pos:long "-1.62784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12847'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62784'^^xsd:double;
  dwc:latitude '48.66148'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62784 48.66148, -1.62784 48.66148, -1.62784 48.66148, -1.62784 48.66148, -1.62784 48.66148))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12847'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65173 -1.62782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65173 -1.62782)"^^geo:wktLiteral ;
  geo-pos:lat "48.65173"^^xsd:decimal ;
  geo-pos:long "-1.62782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13584'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62782'^^xsd:double;
  dwc:latitude '48.65173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62782 48.65173, -1.62782 48.65173, -1.62782 48.65173, -1.62782 48.65173, -1.62782 48.65173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13584'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63271 -1.62781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63271 -1.62781)"^^geo:wktLiteral ;
  geo-pos:lat "48.63271"^^xsd:decimal ;
  geo-pos:long "-1.62781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10530'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62781'^^xsd:double;
  dwc:latitude '48.63271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62781 48.63271, -1.62781 48.63271, -1.62781 48.63271, -1.62781 48.63271, -1.62781 48.63271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10530'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68615 -1.62781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68615 -1.62781)"^^geo:wktLiteral ;
  geo-pos:lat "48.68615"^^xsd:decimal ;
  geo-pos:long "-1.62781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11464'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62781'^^xsd:double;
  dwc:latitude '48.68615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62781 48.68615, -1.62781 48.68615, -1.62781 48.68615, -1.62781 48.68615, -1.62781 48.68615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11464'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63155 -1.6278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63155 -1.6278)"^^geo:wktLiteral ;
  geo-pos:lat "48.63155"^^xsd:decimal ;
  geo-pos:long "-1.6278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11878'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6278'^^xsd:double;
  dwc:latitude '48.63155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6278 48.63155, -1.6278 48.63155, -1.6278 48.63155, -1.6278 48.63155, -1.6278 48.63155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11878'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65832 -1.62779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65832 -1.62779)"^^geo:wktLiteral ;
  geo-pos:lat "48.65832"^^xsd:decimal ;
  geo-pos:long "-1.62779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12038'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62779'^^xsd:double;
  dwc:latitude '48.65832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62779 48.65832, -1.62779 48.65832, -1.62779 48.65832, -1.62779 48.65832, -1.62779 48.65832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12038'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6327 -1.62778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6327 -1.62778)"^^geo:wktLiteral ;
  geo-pos:lat "48.6327"^^xsd:decimal ;
  geo-pos:long "-1.62778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11094'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62778'^^xsd:double;
  dwc:latitude '48.6327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62778 48.6327, -1.62778 48.6327, -1.62778 48.6327, -1.62778 48.6327, -1.62778 48.6327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11094'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66286 -1.62778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66286 -1.62778)"^^geo:wktLiteral ;
  geo-pos:lat "48.66286"^^xsd:decimal ;
  geo-pos:long "-1.62778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12975'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62778'^^xsd:double;
  dwc:latitude '48.66286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62778 48.66286, -1.62778 48.66286, -1.62778 48.66286, -1.62778 48.66286, -1.62778 48.66286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12975'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68225 -1.62778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68225 -1.62778)"^^geo:wktLiteral ;
  geo-pos:lat "48.68225"^^xsd:decimal ;
  geo-pos:long "-1.62778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9502'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62778'^^xsd:double;
  dwc:latitude '48.68225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62778 48.68225, -1.62778 48.68225, -1.62778 48.68225, -1.62778 48.68225, -1.62778 48.68225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9502'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63318 -1.62775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63318 -1.62775)"^^geo:wktLiteral ;
  geo-pos:lat "48.63318"^^xsd:decimal ;
  geo-pos:long "-1.62775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11107'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62775'^^xsd:double;
  dwc:latitude '48.63318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62775 48.63318, -1.62775 48.63318, -1.62775 48.63318, -1.62775 48.63318, -1.62775 48.63318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11107'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65076 -1.62775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65076"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65076 -1.62775)"^^geo:wktLiteral ;
  geo-pos:lat "48.65076"^^xsd:decimal ;
  geo-pos:long "-1.62775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12801'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62775'^^xsd:double;
  dwc:latitude '48.65076'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62775 48.65076, -1.62775 48.65076, -1.62775 48.65076, -1.62775 48.65076, -1.62775 48.65076))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12801'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66816 -1.62773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66816 -1.62773)"^^geo:wktLiteral ;
  geo-pos:lat "48.66816"^^xsd:decimal ;
  geo-pos:long "-1.62773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8310'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62773'^^xsd:double;
  dwc:latitude '48.66816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62773 48.66816, -1.62773 48.66816, -1.62773 48.66816, -1.62773 48.66816, -1.62773 48.66816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8310'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70835 -1.62769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70835 -1.62769)"^^geo:wktLiteral ;
  geo-pos:lat "48.70835"^^xsd:decimal ;
  geo-pos:long "-1.62769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9204'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62769'^^xsd:double;
  dwc:latitude '48.70835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62769 48.70835, -1.62769 48.70835, -1.62769 48.70835, -1.62769 48.70835, -1.62769 48.70835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9204'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63143 -1.62766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63143 -1.62766)"^^geo:wktLiteral ;
  geo-pos:lat "48.63143"^^xsd:decimal ;
  geo-pos:long "-1.62766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11876'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62766'^^xsd:double;
  dwc:latitude '48.63143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62766 48.63143, -1.62766 48.63143, -1.62766 48.63143, -1.62766 48.63143, -1.62766 48.63143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11876'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65495 -1.62766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65495 -1.62766)"^^geo:wktLiteral ;
  geo-pos:lat "48.65495"^^xsd:decimal ;
  geo-pos:long "-1.62766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12166'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62766'^^xsd:double;
  dwc:latitude '48.65495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62766 48.65495, -1.62766 48.65495, -1.62766 48.65495, -1.62766 48.65495, -1.62766 48.65495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12166'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63182 -1.62765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63182 -1.62765)"^^geo:wktLiteral ;
  geo-pos:lat "48.63182"^^xsd:decimal ;
  geo-pos:long "-1.62765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11877'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62765'^^xsd:double;
  dwc:latitude '48.63182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62765 48.63182, -1.62765 48.63182, -1.62765 48.63182, -1.62765 48.63182, -1.62765 48.63182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11877'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6416 -1.62765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6416 -1.62765)"^^geo:wktLiteral ;
  geo-pos:lat "48.6416"^^xsd:decimal ;
  geo-pos:long "-1.62765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7976'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62765'^^xsd:double;
  dwc:latitude '48.6416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62765 48.6416, -1.62765 48.6416, -1.62765 48.6416, -1.62765 48.6416, -1.62765 48.6416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7976'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66449 -1.62762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66449 -1.62762)"^^geo:wktLiteral ;
  geo-pos:lat "48.66449"^^xsd:decimal ;
  geo-pos:long "-1.62762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12526'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62762'^^xsd:double;
  dwc:latitude '48.66449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62762 48.66449, -1.62762 48.66449, -1.62762 48.66449, -1.62762 48.66449, -1.62762 48.66449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12526'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65199 -1.62761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65199 -1.62761)"^^geo:wktLiteral ;
  geo-pos:lat "48.65199"^^xsd:decimal ;
  geo-pos:long "-1.62761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10730'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62761'^^xsd:double;
  dwc:latitude '48.65199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62761 48.65199, -1.62761 48.65199, -1.62761 48.65199, -1.62761 48.65199, -1.62761 48.65199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10730'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66314 -1.6276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66314 -1.6276)"^^geo:wktLiteral ;
  geo-pos:lat "48.66314"^^xsd:decimal ;
  geo-pos:long "-1.6276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12542'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6276'^^xsd:double;
  dwc:latitude '48.66314'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6276 48.66314, -1.6276 48.66314, -1.6276 48.66314, -1.6276 48.66314, -1.6276 48.66314))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12542'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66341 -1.62759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66341 -1.62759)"^^geo:wktLiteral ;
  geo-pos:lat "48.66341"^^xsd:decimal ;
  geo-pos:long "-1.62759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12627'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62759'^^xsd:double;
  dwc:latitude '48.66341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62759 48.66341, -1.62759 48.66341, -1.62759 48.66341, -1.62759 48.66341, -1.62759 48.66341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12627'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67843 -1.62756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67843 -1.62756)"^^geo:wktLiteral ;
  geo-pos:lat "48.67843"^^xsd:decimal ;
  geo-pos:long "-1.62756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6294'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62756'^^xsd:double;
  dwc:latitude '48.67843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62756 48.67843, -1.62756 48.67843, -1.62756 48.67843, -1.62756 48.67843, -1.62756 48.67843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6294'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70816 -1.62753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70816 -1.62753)"^^geo:wktLiteral ;
  geo-pos:lat "48.70816"^^xsd:decimal ;
  geo-pos:long "-1.62753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7877'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62753'^^xsd:double;
  dwc:latitude '48.70816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62753 48.70816, -1.62753 48.70816, -1.62753 48.70816, -1.62753 48.70816, -1.62753 48.70816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7877'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76477 -1.62745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76477 -1.62745)"^^geo:wktLiteral ;
  geo-pos:lat "48.76477"^^xsd:decimal ;
  geo-pos:long "-1.62745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1989'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62745'^^xsd:double;
  dwc:latitude '48.76477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62745 48.76477, -1.62745 48.76477, -1.62745 48.76477, -1.62745 48.76477, -1.62745 48.76477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1989'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6264 -1.62743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6264 -1.62743)"^^geo:wktLiteral ;
  geo-pos:lat "48.6264"^^xsd:decimal ;
  geo-pos:long "-1.62743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11092'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62743'^^xsd:double;
  dwc:latitude '48.6264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62743 48.6264, -1.62743 48.6264, -1.62743 48.6264, -1.62743 48.6264, -1.62743 48.6264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11092'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70247 -1.62743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70247 -1.62743)"^^geo:wktLiteral ;
  geo-pos:lat "48.70247"^^xsd:decimal ;
  geo-pos:long "-1.62743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8589'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62743'^^xsd:double;
  dwc:latitude '48.70247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62743 48.70247, -1.62743 48.70247, -1.62743 48.70247, -1.62743 48.70247, -1.62743 48.70247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8589'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74016 -1.62741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74016 -1.62741)"^^geo:wktLiteral ;
  geo-pos:lat "48.74016"^^xsd:decimal ;
  geo-pos:long "-1.62741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_764'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62741'^^xsd:double;
  dwc:latitude '48.74016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62741 48.74016, -1.62741 48.74016, -1.62741 48.74016, -1.62741 48.74016, -1.62741 48.74016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_764'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7118 -1.62736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62736"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7118 -1.62736)"^^geo:wktLiteral ;
  geo-pos:lat "48.7118"^^xsd:decimal ;
  geo-pos:long "-1.62736"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8466'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62736'^^xsd:double;
  dwc:latitude '48.7118'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62736 48.7118, -1.62736 48.7118, -1.62736 48.7118, -1.62736 48.7118, -1.62736 48.7118))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8466'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70395 -1.62733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70395 -1.62733)"^^geo:wktLiteral ;
  geo-pos:lat "48.70395"^^xsd:decimal ;
  geo-pos:long "-1.62733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10181'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62733'^^xsd:double;
  dwc:latitude '48.70395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62733 48.70395, -1.62733 48.70395, -1.62733 48.70395, -1.62733 48.70395, -1.62733 48.70395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10181'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66655 -1.62732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66655 -1.62732)"^^geo:wktLiteral ;
  geo-pos:lat "48.66655"^^xsd:decimal ;
  geo-pos:long "-1.62732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13145'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62732'^^xsd:double;
  dwc:latitude '48.66655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62732 48.66655, -1.62732 48.66655, -1.62732 48.66655, -1.62732 48.66655, -1.62732 48.66655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13145'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66604 -1.62729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66604 -1.62729)"^^geo:wktLiteral ;
  geo-pos:lat "48.66604"^^xsd:decimal ;
  geo-pos:long "-1.62729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2830'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62729'^^xsd:double;
  dwc:latitude '48.66604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62729 48.66604, -1.62729 48.66604, -1.62729 48.66604, -1.62729 48.66604, -1.62729 48.66604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2830'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74053 -1.62729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74053 -1.62729)"^^geo:wktLiteral ;
  geo-pos:lat "48.74053"^^xsd:decimal ;
  geo-pos:long "-1.62729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7858'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62729'^^xsd:double;
  dwc:latitude '48.74053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62729 48.74053, -1.62729 48.74053, -1.62729 48.74053, -1.62729 48.74053, -1.62729 48.74053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7858'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64551 -1.62728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64551 -1.62728)"^^geo:wktLiteral ;
  geo-pos:lat "48.64551"^^xsd:decimal ;
  geo-pos:long "-1.62728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12199'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62728'^^xsd:double;
  dwc:latitude '48.64551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62728 48.64551, -1.62728 48.64551, -1.62728 48.64551, -1.62728 48.64551, -1.62728 48.64551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12199'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66315 -1.62723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66315 -1.62723)"^^geo:wktLiteral ;
  geo-pos:lat "48.66315"^^xsd:decimal ;
  geo-pos:long "-1.62723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12596'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62723'^^xsd:double;
  dwc:latitude '48.66315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62723 48.66315, -1.62723 48.66315, -1.62723 48.66315, -1.62723 48.66315, -1.62723 48.66315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12596'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63321 -1.6272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63321"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63321 -1.6272)"^^geo:wktLiteral ;
  geo-pos:lat "48.63321"^^xsd:decimal ;
  geo-pos:long "-1.6272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13141'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6272'^^xsd:double;
  dwc:latitude '48.63321'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6272 48.63321, -1.6272 48.63321, -1.6272 48.63321, -1.6272 48.63321, -1.6272 48.63321))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13141'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77237 -1.62718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.77237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77237 -1.62718)"^^geo:wktLiteral ;
  geo-pos:lat "48.77237"^^xsd:decimal ;
  geo-pos:long "-1.62718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2062'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62718'^^xsd:double;
  dwc:latitude '48.77237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62718 48.77237, -1.62718 48.77237, -1.62718 48.77237, -1.62718 48.77237, -1.62718 48.77237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2062'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71602 -1.62715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71602 -1.62715)"^^geo:wktLiteral ;
  geo-pos:lat "48.71602"^^xsd:decimal ;
  geo-pos:long "-1.62715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8794'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62715'^^xsd:double;
  dwc:latitude '48.71602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62715 48.71602, -1.62715 48.71602, -1.62715 48.71602, -1.62715 48.71602, -1.62715 48.71602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8794'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66304 -1.62714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66304"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66304 -1.62714)"^^geo:wktLiteral ;
  geo-pos:lat "48.66304"^^xsd:decimal ;
  geo-pos:long "-1.62714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6353'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62714'^^xsd:double;
  dwc:latitude '48.66304'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62714 48.66304, -1.62714 48.66304, -1.62714 48.66304, -1.62714 48.66304, -1.62714 48.66304))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6353'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65544 -1.62712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65544 -1.62712)"^^geo:wktLiteral ;
  geo-pos:lat "48.65544"^^xsd:decimal ;
  geo-pos:long "-1.62712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12210'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62712'^^xsd:double;
  dwc:latitude '48.65544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62712 48.65544, -1.62712 48.65544, -1.62712 48.65544, -1.62712 48.65544, -1.62712 48.65544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12210'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69087 -1.6271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69087 -1.6271)"^^geo:wktLiteral ;
  geo-pos:lat "48.69087"^^xsd:decimal ;
  geo-pos:long "-1.6271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8700'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6271'^^xsd:double;
  dwc:latitude '48.69087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6271 48.69087, -1.6271 48.69087, -1.6271 48.69087, -1.6271 48.69087, -1.6271 48.69087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8700'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7062 -1.6271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7062 -1.6271)"^^geo:wktLiteral ;
  geo-pos:lat "48.7062"^^xsd:decimal ;
  geo-pos:long "-1.6271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10780'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6271'^^xsd:double;
  dwc:latitude '48.7062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6271 48.7062, -1.6271 48.7062, -1.6271 48.7062, -1.6271 48.7062, -1.6271 48.7062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10780'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72176 -1.6271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72176 -1.6271)"^^geo:wktLiteral ;
  geo-pos:lat "48.72176"^^xsd:decimal ;
  geo-pos:long "-1.6271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8777'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6271'^^xsd:double;
  dwc:latitude '48.72176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6271 48.72176, -1.6271 48.72176, -1.6271 48.72176, -1.6271 48.72176, -1.6271 48.72176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8777'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66362 -1.62708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66362 -1.62708)"^^geo:wktLiteral ;
  geo-pos:lat "48.66362"^^xsd:decimal ;
  geo-pos:long "-1.62708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12597'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62708'^^xsd:double;
  dwc:latitude '48.66362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62708 48.66362, -1.62708 48.66362, -1.62708 48.66362, -1.62708 48.66362, -1.62708 48.66362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12597'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64565 -1.62707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64565 -1.62707)"^^geo:wktLiteral ;
  geo-pos:lat "48.64565"^^xsd:decimal ;
  geo-pos:long "-1.62707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12940'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62707'^^xsd:double;
  dwc:latitude '48.64565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62707 48.64565, -1.62707 48.64565, -1.62707 48.64565, -1.62707 48.64565, -1.62707 48.64565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12940'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69466 -1.62703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69466 -1.62703)"^^geo:wktLiteral ;
  geo-pos:lat "48.69466"^^xsd:decimal ;
  geo-pos:long "-1.62703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3003'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62703'^^xsd:double;
  dwc:latitude '48.69466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62703 48.69466, -1.62703 48.69466, -1.62703 48.69466, -1.62703 48.69466, -1.62703 48.69466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3003'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66361 -1.62702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66361"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66361 -1.62702)"^^geo:wktLiteral ;
  geo-pos:lat "48.66361"^^xsd:decimal ;
  geo-pos:long "-1.62702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12543'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62702'^^xsd:double;
  dwc:latitude '48.66361'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62702 48.66361, -1.62702 48.66361, -1.62702 48.66361, -1.62702 48.66361, -1.62702 48.66361))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12543'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67739 -1.62701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67739 -1.62701)"^^geo:wktLiteral ;
  geo-pos:lat "48.67739"^^xsd:decimal ;
  geo-pos:long "-1.62701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11442'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62701'^^xsd:double;
  dwc:latitude '48.67739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62701 48.67739, -1.62701 48.67739, -1.62701 48.67739, -1.62701 48.67739, -1.62701 48.67739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11442'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71021 -1.62699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71021 -1.62699)"^^geo:wktLiteral ;
  geo-pos:lat "48.71021"^^xsd:decimal ;
  geo-pos:long "-1.62699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10779'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62699'^^xsd:double;
  dwc:latitude '48.71021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62699 48.71021, -1.62699 48.71021, -1.62699 48.71021, -1.62699 48.71021, -1.62699 48.71021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10779'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66339 -1.62697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66339 -1.62697)"^^geo:wktLiteral ;
  geo-pos:lat "48.66339"^^xsd:decimal ;
  geo-pos:long "-1.62697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12614'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62697'^^xsd:double;
  dwc:latitude '48.66339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62697 48.66339, -1.62697 48.66339, -1.62697 48.66339, -1.62697 48.66339, -1.62697 48.66339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12614'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75299 -1.62694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75299 -1.62694)"^^geo:wktLiteral ;
  geo-pos:lat "48.75299"^^xsd:decimal ;
  geo-pos:long "-1.62694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1990'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62694'^^xsd:double;
  dwc:latitude '48.75299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62694 48.75299, -1.62694 48.75299, -1.62694 48.75299, -1.62694 48.75299, -1.62694 48.75299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1990'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64902 -1.62693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64902 -1.62693)"^^geo:wktLiteral ;
  geo-pos:lat "48.64902"^^xsd:decimal ;
  geo-pos:long "-1.62693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12175'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62693'^^xsd:double;
  dwc:latitude '48.64902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62693 48.64902, -1.62693 48.64902, -1.62693 48.64902, -1.62693 48.64902, -1.62693 48.64902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12175'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68142 -1.62693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68142 -1.62693)"^^geo:wktLiteral ;
  geo-pos:lat "48.68142"^^xsd:decimal ;
  geo-pos:long "-1.62693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6297'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62693'^^xsd:double;
  dwc:latitude '48.68142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62693 48.68142, -1.62693 48.68142, -1.62693 48.68142, -1.62693 48.68142, -1.62693 48.68142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6297'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65023 -1.62691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65023 -1.62691)"^^geo:wktLiteral ;
  geo-pos:lat "48.65023"^^xsd:decimal ;
  geo-pos:long "-1.62691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12173'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62691'^^xsd:double;
  dwc:latitude '48.65023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62691 48.65023, -1.62691 48.65023, -1.62691 48.65023, -1.62691 48.65023, -1.62691 48.65023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12173'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64814 -1.6269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64814 -1.6269)"^^geo:wktLiteral ;
  geo-pos:lat "48.64814"^^xsd:decimal ;
  geo-pos:long "-1.6269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10646'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6269'^^xsd:double;
  dwc:latitude '48.64814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6269 48.64814, -1.6269 48.64814, -1.6269 48.64814, -1.6269 48.64814, -1.6269 48.64814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10646'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62514 -1.62689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.62514"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62514 -1.62689)"^^geo:wktLiteral ;
  geo-pos:lat "48.62514"^^xsd:decimal ;
  geo-pos:long "-1.62689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10768'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62689'^^xsd:double;
  dwc:latitude '48.62514'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62689 48.62514, -1.62689 48.62514, -1.62689 48.62514, -1.62689 48.62514, -1.62689 48.62514))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10768'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65776 -1.62689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65776 -1.62689)"^^geo:wktLiteral ;
  geo-pos:lat "48.65776"^^xsd:decimal ;
  geo-pos:long "-1.62689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12656'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62689'^^xsd:double;
  dwc:latitude '48.65776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62689 48.65776, -1.62689 48.65776, -1.62689 48.65776, -1.62689 48.65776, -1.62689 48.65776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12656'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65544 -1.62688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65544 -1.62688)"^^geo:wktLiteral ;
  geo-pos:lat "48.65544"^^xsd:decimal ;
  geo-pos:long "-1.62688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13243'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62688'^^xsd:double;
  dwc:latitude '48.65544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62688 48.65544, -1.62688 48.65544, -1.62688 48.65544, -1.62688 48.65544, -1.62688 48.65544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13243'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70383 -1.62687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70383 -1.62687)"^^geo:wktLiteral ;
  geo-pos:lat "48.70383"^^xsd:decimal ;
  geo-pos:long "-1.62687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8847'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62687'^^xsd:double;
  dwc:latitude '48.70383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62687 48.70383, -1.62687 48.70383, -1.62687 48.70383, -1.62687 48.70383, -1.62687 48.70383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8847'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63172 -1.62684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63172 -1.62684)"^^geo:wktLiteral ;
  geo-pos:lat "48.63172"^^xsd:decimal ;
  geo-pos:long "-1.62684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10728'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62684'^^xsd:double;
  dwc:latitude '48.63172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62684 48.63172, -1.62684 48.63172, -1.62684 48.63172, -1.62684 48.63172, -1.62684 48.63172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10728'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68721 -1.62679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68721 -1.62679)"^^geo:wktLiteral ;
  geo-pos:lat "48.68721"^^xsd:decimal ;
  geo-pos:long "-1.62679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8366'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62679'^^xsd:double;
  dwc:latitude '48.68721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62679 48.68721, -1.62679 48.68721, -1.62679 48.68721, -1.62679 48.68721, -1.62679 48.68721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8366'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72644 -1.62679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72644 -1.62679)"^^geo:wktLiteral ;
  geo-pos:lat "48.72644"^^xsd:decimal ;
  geo-pos:long "-1.62679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8404'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62679'^^xsd:double;
  dwc:latitude '48.72644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62679 48.72644, -1.62679 48.72644, -1.62679 48.72644, -1.62679 48.72644, -1.62679 48.72644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8404'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65554 -1.62678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65554 -1.62678)"^^geo:wktLiteral ;
  geo-pos:lat "48.65554"^^xsd:decimal ;
  geo-pos:long "-1.62678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10858'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62678'^^xsd:double;
  dwc:latitude '48.65554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62678 48.65554, -1.62678 48.65554, -1.62678 48.65554, -1.62678 48.65554, -1.62678 48.65554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10858'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64525 -1.62668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64525 -1.62668)"^^geo:wktLiteral ;
  geo-pos:lat "48.64525"^^xsd:decimal ;
  geo-pos:long "-1.62668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12916'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62668'^^xsd:double;
  dwc:latitude '48.64525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62668 48.64525, -1.62668 48.64525, -1.62668 48.64525, -1.62668 48.64525, -1.62668 48.64525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12916'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65529 -1.62667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65529 -1.62667)"^^geo:wktLiteral ;
  geo-pos:lat "48.65529"^^xsd:decimal ;
  geo-pos:long "-1.62667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12213'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62667'^^xsd:double;
  dwc:latitude '48.65529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62667 48.65529, -1.62667 48.65529, -1.62667 48.65529, -1.62667 48.65529, -1.62667 48.65529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12213'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69556 -1.62667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69556 -1.62667)"^^geo:wktLiteral ;
  geo-pos:lat "48.69556"^^xsd:decimal ;
  geo-pos:long "-1.62667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10283'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62667'^^xsd:double;
  dwc:latitude '48.69556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62667 48.69556, -1.62667 48.69556, -1.62667 48.69556, -1.62667 48.69556, -1.62667 48.69556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10283'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63272 -1.62663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63272 -1.62663)"^^geo:wktLiteral ;
  geo-pos:lat "48.63272"^^xsd:decimal ;
  geo-pos:long "-1.62663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13201'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62663'^^xsd:double;
  dwc:latitude '48.63272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62663 48.63272, -1.62663 48.63272, -1.62663 48.63272, -1.62663 48.63272, -1.62663 48.63272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13201'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64178 -1.6266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64178 -1.6266)"^^geo:wktLiteral ;
  geo-pos:lat "48.64178"^^xsd:decimal ;
  geo-pos:long "-1.6266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11772'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6266'^^xsd:double;
  dwc:latitude '48.64178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6266 48.64178, -1.6266 48.64178, -1.6266 48.64178, -1.6266 48.64178, -1.6266 48.64178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11772'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64025 -1.62654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64025 -1.62654)"^^geo:wktLiteral ;
  geo-pos:lat "48.64025"^^xsd:decimal ;
  geo-pos:long "-1.62654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11740'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62654'^^xsd:double;
  dwc:latitude '48.64025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62654 48.64025, -1.62654 48.64025, -1.62654 48.64025, -1.62654 48.64025, -1.62654 48.64025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11740'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76523 -1.62654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76523 -1.62654)"^^geo:wktLiteral ;
  geo-pos:lat "48.76523"^^xsd:decimal ;
  geo-pos:long "-1.62654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1981'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62654'^^xsd:double;
  dwc:latitude '48.76523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62654 48.76523, -1.62654 48.76523, -1.62654 48.76523, -1.62654 48.76523, -1.62654 48.76523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1981'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63779 -1.62651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63779 -1.62651)"^^geo:wktLiteral ;
  geo-pos:lat "48.63779"^^xsd:decimal ;
  geo-pos:long "-1.62651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13630'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62651'^^xsd:double;
  dwc:latitude '48.63779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62651 48.63779, -1.62651 48.63779, -1.62651 48.63779, -1.62651 48.63779, -1.62651 48.63779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13630'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64495 -1.62649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64495 -1.62649)"^^geo:wktLiteral ;
  geo-pos:lat "48.64495"^^xsd:decimal ;
  geo-pos:long "-1.62649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11005'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62649'^^xsd:double;
  dwc:latitude '48.64495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62649 48.64495, -1.62649 48.64495, -1.62649 48.64495, -1.62649 48.64495, -1.62649 48.64495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11005'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63175 -1.62647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63175 -1.62647)"^^geo:wktLiteral ;
  geo-pos:lat "48.63175"^^xsd:decimal ;
  geo-pos:long "-1.62647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11108'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62647'^^xsd:double;
  dwc:latitude '48.63175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62647 48.63175, -1.62647 48.63175, -1.62647 48.63175, -1.62647 48.63175, -1.62647 48.63175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11108'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63704 -1.62647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63704 -1.62647)"^^geo:wktLiteral ;
  geo-pos:lat "48.63704"^^xsd:decimal ;
  geo-pos:long "-1.62647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10840'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62647'^^xsd:double;
  dwc:latitude '48.63704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62647 48.63704, -1.62647 48.63704, -1.62647 48.63704, -1.62647 48.63704, -1.62647 48.63704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10840'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66873 -1.62645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66873 -1.62645)"^^geo:wktLiteral ;
  geo-pos:lat "48.66873"^^xsd:decimal ;
  geo-pos:long "-1.62645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7072'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62645'^^xsd:double;
  dwc:latitude '48.66873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62645 48.66873, -1.62645 48.66873, -1.62645 48.66873, -1.62645 48.66873, -1.62645 48.66873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7072'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7071 -1.62644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7071"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7071 -1.62644)"^^geo:wktLiteral ;
  geo-pos:lat "48.7071"^^xsd:decimal ;
  geo-pos:long "-1.62644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10806'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62644'^^xsd:double;
  dwc:latitude '48.7071'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62644 48.7071, -1.62644 48.7071, -1.62644 48.7071, -1.62644 48.7071, -1.62644 48.7071))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10806'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67142 -1.62642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67142 -1.62642)"^^geo:wktLiteral ;
  geo-pos:lat "48.67142"^^xsd:decimal ;
  geo-pos:long "-1.62642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13348'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62642'^^xsd:double;
  dwc:latitude '48.67142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62642 48.67142, -1.62642 48.67142, -1.62642 48.67142, -1.62642 48.67142, -1.62642 48.67142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13348'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65905 -1.62641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65905 -1.62641)"^^geo:wktLiteral ;
  geo-pos:lat "48.65905"^^xsd:decimal ;
  geo-pos:long "-1.62641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11375'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62641'^^xsd:double;
  dwc:latitude '48.65905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62641 48.65905, -1.62641 48.65905, -1.62641 48.65905, -1.62641 48.65905, -1.62641 48.65905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11375'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70093 -1.6264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70093 -1.6264)"^^geo:wktLiteral ;
  geo-pos:lat "48.70093"^^xsd:decimal ;
  geo-pos:long "-1.6264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8281'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6264'^^xsd:double;
  dwc:latitude '48.70093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6264 48.70093, -1.6264 48.70093, -1.6264 48.70093, -1.6264 48.70093, -1.6264 48.70093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8281'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69958 -1.62638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69958 -1.62638)"^^geo:wktLiteral ;
  geo-pos:lat "48.69958"^^xsd:decimal ;
  geo-pos:long "-1.62638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9667'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62638'^^xsd:double;
  dwc:latitude '48.69958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62638 48.69958, -1.62638 48.69958, -1.62638 48.69958, -1.62638 48.69958, -1.62638 48.69958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9667'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72937 -1.62638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72937"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72937 -1.62638)"^^geo:wktLiteral ;
  geo-pos:lat "48.72937"^^xsd:decimal ;
  geo-pos:long "-1.62638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8242'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62638'^^xsd:double;
  dwc:latitude '48.72937'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62638 48.72937, -1.62638 48.72937, -1.62638 48.72937, -1.62638 48.72937, -1.62638 48.72937))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8242'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67135 -1.62636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67135 -1.62636)"^^geo:wktLiteral ;
  geo-pos:lat "48.67135"^^xsd:decimal ;
  geo-pos:long "-1.62636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8979'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62636'^^xsd:double;
  dwc:latitude '48.67135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62636 48.67135, -1.62636 48.67135, -1.62636 48.67135, -1.62636 48.67135, -1.62636 48.67135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8979'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66261 -1.62635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66261 -1.62635)"^^geo:wktLiteral ;
  geo-pos:lat "48.66261"^^xsd:decimal ;
  geo-pos:long "-1.62635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12583'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62635'^^xsd:double;
  dwc:latitude '48.66261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62635 48.66261, -1.62635 48.66261, -1.62635 48.66261, -1.62635 48.66261, -1.62635 48.66261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12583'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.62633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.62633)"^^geo:wktLiteral ;
  geo-pos:lat "48.69401"^^xsd:decimal ;
  geo-pos:long "-1.62633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8877'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62633'^^xsd:double;
  dwc:latitude '48.69401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62633 48.69401, -1.62633 48.69401, -1.62633 48.69401, -1.62633 48.69401, -1.62633 48.69401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8877'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70544 -1.6263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70544 -1.6263)"^^geo:wktLiteral ;
  geo-pos:lat "48.70544"^^xsd:decimal ;
  geo-pos:long "-1.6263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13675'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6263'^^xsd:double;
  dwc:latitude '48.70544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6263 48.70544, -1.6263 48.70544, -1.6263 48.70544, -1.6263 48.70544, -1.6263 48.70544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13675'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64114 -1.62628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64114 -1.62628)"^^geo:wktLiteral ;
  geo-pos:lat "48.64114"^^xsd:decimal ;
  geo-pos:long "-1.62628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12537'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62628'^^xsd:double;
  dwc:latitude '48.64114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62628 48.64114, -1.62628 48.64114, -1.62628 48.64114, -1.62628 48.64114, -1.62628 48.64114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12537'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65469 -1.62628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65469 -1.62628)"^^geo:wktLiteral ;
  geo-pos:lat "48.65469"^^xsd:decimal ;
  geo-pos:long "-1.62628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11680'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62628'^^xsd:double;
  dwc:latitude '48.65469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62628 48.65469, -1.62628 48.65469, -1.62628 48.65469, -1.62628 48.65469, -1.62628 48.65469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11680'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67816 -1.62625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67816 -1.62625)"^^geo:wktLiteral ;
  geo-pos:lat "48.67816"^^xsd:decimal ;
  geo-pos:long "-1.62625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8831'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62625'^^xsd:double;
  dwc:latitude '48.67816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62625 48.67816, -1.62625 48.67816, -1.62625 48.67816, -1.62625 48.67816, -1.62625 48.67816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8831'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6577 -1.62624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6577 -1.62624)"^^geo:wktLiteral ;
  geo-pos:lat "48.6577"^^xsd:decimal ;
  geo-pos:long "-1.62624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12996'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62624'^^xsd:double;
  dwc:latitude '48.6577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62624 48.6577, -1.62624 48.6577, -1.62624 48.6577, -1.62624 48.6577, -1.62624 48.6577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12996'^^xsd:string;
  dwc:observationDate '2008-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66331 -1.62621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66331 -1.62621)"^^geo:wktLiteral ;
  geo-pos:lat "48.66331"^^xsd:decimal ;
  geo-pos:long "-1.62621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12803'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62621'^^xsd:double;
  dwc:latitude '48.66331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62621 48.66331, -1.62621 48.66331, -1.62621 48.66331, -1.62621 48.66331, -1.62621 48.66331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12803'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64944 -1.62619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64944 -1.62619)"^^geo:wktLiteral ;
  geo-pos:lat "48.64944"^^xsd:decimal ;
  geo-pos:long "-1.62619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12200'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62619'^^xsd:double;
  dwc:latitude '48.64944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62619 48.64944, -1.62619 48.64944, -1.62619 48.64944, -1.62619 48.64944, -1.62619 48.64944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12200'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.62617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.62617)"^^geo:wktLiteral ;
  geo-pos:lat "48.65925"^^xsd:decimal ;
  geo-pos:long "-1.62617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7607'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62617'^^xsd:double;
  dwc:latitude '48.65925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62617 48.65925, -1.62617 48.65925, -1.62617 48.65925, -1.62617 48.65925, -1.62617 48.65925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7607'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64243 -1.62616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64243"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64243 -1.62616)"^^geo:wktLiteral ;
  geo-pos:lat "48.64243"^^xsd:decimal ;
  geo-pos:long "-1.62616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12150'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62616'^^xsd:double;
  dwc:latitude '48.64243'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62616 48.64243, -1.62616 48.64243, -1.62616 48.64243, -1.62616 48.64243, -1.62616 48.64243))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12150'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66344 -1.62615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66344 -1.62615)"^^geo:wktLiteral ;
  geo-pos:lat "48.66344"^^xsd:decimal ;
  geo-pos:long "-1.62615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2718'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62615'^^xsd:double;
  dwc:latitude '48.66344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62615 48.66344, -1.62615 48.66344, -1.62615 48.66344, -1.62615 48.66344, -1.62615 48.66344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2718'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65465 -1.62614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65465"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65465 -1.62614)"^^geo:wktLiteral ;
  geo-pos:lat "48.65465"^^xsd:decimal ;
  geo-pos:long "-1.62614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10533'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62614'^^xsd:double;
  dwc:latitude '48.65465'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62614 48.65465, -1.62614 48.65465, -1.62614 48.65465, -1.62614 48.65465, -1.62614 48.65465))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10533'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63369 -1.62613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63369 -1.62613)"^^geo:wktLiteral ;
  geo-pos:lat "48.63369"^^xsd:decimal ;
  geo-pos:long "-1.62613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11110'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62613'^^xsd:double;
  dwc:latitude '48.63369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62613 48.63369, -1.62613 48.63369, -1.62613 48.63369, -1.62613 48.63369, -1.62613 48.63369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11110'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70147 -1.62612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70147 -1.62612)"^^geo:wktLiteral ;
  geo-pos:lat "48.70147"^^xsd:decimal ;
  geo-pos:long "-1.62612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8599'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62612'^^xsd:double;
  dwc:latitude '48.70147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62612 48.70147, -1.62612 48.70147, -1.62612 48.70147, -1.62612 48.70147, -1.62612 48.70147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8599'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65546 -1.62611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65546 -1.62611)"^^geo:wktLiteral ;
  geo-pos:lat "48.65546"^^xsd:decimal ;
  geo-pos:long "-1.62611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10565'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62611'^^xsd:double;
  dwc:latitude '48.65546'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62611 48.65546, -1.62611 48.65546, -1.62611 48.65546, -1.62611 48.65546, -1.62611 48.65546))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10565'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64402 -1.6261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64402 -1.6261)"^^geo:wktLiteral ;
  geo-pos:lat "48.64402"^^xsd:decimal ;
  geo-pos:long "-1.6261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12154'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6261'^^xsd:double;
  dwc:latitude '48.64402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6261 48.64402, -1.6261 48.64402, -1.6261 48.64402, -1.6261 48.64402, -1.6261 48.64402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12154'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63239 -1.62609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63239"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63239 -1.62609)"^^geo:wktLiteral ;
  geo-pos:lat "48.63239"^^xsd:decimal ;
  geo-pos:long "-1.62609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11113'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62609'^^xsd:double;
  dwc:latitude '48.63239'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62609 48.63239, -1.62609 48.63239, -1.62609 48.63239, -1.62609 48.63239, -1.62609 48.63239))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11113'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66285 -1.62608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66285 -1.62608)"^^geo:wktLiteral ;
  geo-pos:lat "48.66285"^^xsd:decimal ;
  geo-pos:long "-1.62608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12598'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62608'^^xsd:double;
  dwc:latitude '48.66285'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62608 48.66285, -1.62608 48.66285, -1.62608 48.66285, -1.62608 48.66285, -1.62608 48.66285))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12598'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67913 -1.62601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67913 -1.62601)"^^geo:wktLiteral ;
  geo-pos:lat "48.67913"^^xsd:decimal ;
  geo-pos:long "-1.62601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8475'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62601'^^xsd:double;
  dwc:latitude '48.67913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62601 48.67913, -1.62601 48.67913, -1.62601 48.67913, -1.62601 48.67913, -1.62601 48.67913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8475'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63142 -1.626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63142 -1.626)"^^geo:wktLiteral ;
  geo-pos:lat "48.63142"^^xsd:decimal ;
  geo-pos:long "-1.626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11130'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.626'^^xsd:double;
  dwc:latitude '48.63142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.626 48.63142, -1.626 48.63142, -1.626 48.63142, -1.626 48.63142, -1.626 48.63142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11130'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66498 -1.62598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66498 -1.62598)"^^geo:wktLiteral ;
  geo-pos:lat "48.66498"^^xsd:decimal ;
  geo-pos:long "-1.62598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12814'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62598'^^xsd:double;
  dwc:latitude '48.66498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62598 48.66498, -1.62598 48.66498, -1.62598 48.66498, -1.62598 48.66498, -1.62598 48.66498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12814'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65031 -1.62597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65031 -1.62597)"^^geo:wktLiteral ;
  geo-pos:lat "48.65031"^^xsd:decimal ;
  geo-pos:long "-1.62597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12893'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62597'^^xsd:double;
  dwc:latitude '48.65031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62597 48.65031, -1.62597 48.65031, -1.62597 48.65031, -1.62597 48.65031, -1.62597 48.65031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12893'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64137 -1.62596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64137 -1.62596)"^^geo:wktLiteral ;
  geo-pos:lat "48.64137"^^xsd:decimal ;
  geo-pos:long "-1.62596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12151'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62596'^^xsd:double;
  dwc:latitude '48.64137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62596 48.64137, -1.62596 48.64137, -1.62596 48.64137, -1.62596 48.64137, -1.62596 48.64137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12151'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66507 -1.62592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66507 -1.62592)"^^geo:wktLiteral ;
  geo-pos:lat "48.66507"^^xsd:decimal ;
  geo-pos:long "-1.62592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2719'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62592'^^xsd:double;
  dwc:latitude '48.66507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62592 48.66507, -1.62592 48.66507, -1.62592 48.66507, -1.62592 48.66507, -1.62592 48.66507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2719'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63145 -1.6259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63145 -1.6259)"^^geo:wktLiteral ;
  geo-pos:lat "48.63145"^^xsd:decimal ;
  geo-pos:long "-1.6259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11093'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6259'^^xsd:double;
  dwc:latitude '48.63145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6259 48.63145, -1.6259 48.63145, -1.6259 48.63145, -1.6259 48.63145, -1.6259 48.63145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11093'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72636 -1.62587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72636 -1.62587)"^^geo:wktLiteral ;
  geo-pos:lat "48.72636"^^xsd:decimal ;
  geo-pos:long "-1.62587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9210'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62587'^^xsd:double;
  dwc:latitude '48.72636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62587 48.72636, -1.62587 48.72636, -1.62587 48.72636, -1.62587 48.72636, -1.62587 48.72636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9210'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64206 -1.62584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64206"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64206 -1.62584)"^^geo:wktLiteral ;
  geo-pos:lat "48.64206"^^xsd:decimal ;
  geo-pos:long "-1.62584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11786'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62584'^^xsd:double;
  dwc:latitude '48.64206'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62584 48.64206, -1.62584 48.64206, -1.62584 48.64206, -1.62584 48.64206, -1.62584 48.64206))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11786'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66264 -1.62584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66264 -1.62584)"^^geo:wktLiteral ;
  geo-pos:lat "48.66264"^^xsd:decimal ;
  geo-pos:long "-1.62584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12582'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62584'^^xsd:double;
  dwc:latitude '48.66264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62584 48.66264, -1.62584 48.66264, -1.62584 48.66264, -1.62584 48.66264, -1.62584 48.66264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12582'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64843 -1.6258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64843 -1.6258)"^^geo:wktLiteral ;
  geo-pos:lat "48.64843"^^xsd:decimal ;
  geo-pos:long "-1.6258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11449'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6258'^^xsd:double;
  dwc:latitude '48.64843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6258 48.64843, -1.6258 48.64843, -1.6258 48.64843, -1.6258 48.64843, -1.6258 48.64843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11449'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.62578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.62578)"^^geo:wktLiteral ;
  geo-pos:lat "48.7064"^^xsd:decimal ;
  geo-pos:long "-1.62578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7797'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62578'^^xsd:double;
  dwc:latitude '48.7064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62578 48.7064, -1.62578 48.7064, -1.62578 48.7064, -1.62578 48.7064, -1.62578 48.7064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7797'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64508 -1.62574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64508"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64508 -1.62574)"^^geo:wktLiteral ;
  geo-pos:lat "48.64508"^^xsd:decimal ;
  geo-pos:long "-1.62574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12892'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62574'^^xsd:double;
  dwc:latitude '48.64508'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62574 48.64508, -1.62574 48.64508, -1.62574 48.64508, -1.62574 48.64508, -1.62574 48.64508))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12892'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.62571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.62571)"^^geo:wktLiteral ;
  geo-pos:lat "48.69764"^^xsd:decimal ;
  geo-pos:long "-1.62571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3637'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62571'^^xsd:double;
  dwc:latitude '48.69764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62571 48.69764, -1.62571 48.69764, -1.62571 48.69764, -1.62571 48.69764, -1.62571 48.69764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3637'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65894 -1.6257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65894 -1.6257)"^^geo:wktLiteral ;
  geo-pos:lat "48.65894"^^xsd:decimal ;
  geo-pos:long "-1.6257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12894'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6257'^^xsd:double;
  dwc:latitude '48.65894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6257 48.65894, -1.6257 48.65894, -1.6257 48.65894, -1.6257 48.65894, -1.6257 48.65894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12894'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66918 -1.62562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66918 -1.62562)"^^geo:wktLiteral ;
  geo-pos:lat "48.66918"^^xsd:decimal ;
  geo-pos:long "-1.62562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10823'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62562'^^xsd:double;
  dwc:latitude '48.66918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62562 48.66918, -1.62562 48.66918, -1.62562 48.66918, -1.62562 48.66918, -1.62562 48.66918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10823'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65072 -1.6256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65072 -1.6256)"^^geo:wktLiteral ;
  geo-pos:lat "48.65072"^^xsd:decimal ;
  geo-pos:long "-1.6256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12167'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6256'^^xsd:double;
  dwc:latitude '48.65072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6256 48.65072, -1.6256 48.65072, -1.6256 48.65072, -1.6256 48.65072, -1.6256 48.65072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12167'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69143 -1.6256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_85>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69143 -1.6256)"^^geo:wktLiteral ;
  geo-pos:lat "48.69143"^^xsd:decimal ;
  geo-pos:long "-1.6256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_85'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_85'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6256'^^xsd:double;
  dwc:latitude '48.69143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6256 48.69143, -1.6256 48.69143, -1.6256 48.69143, -1.6256 48.69143, -1.6256 48.69143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_85'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64185 -1.62557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64185"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64185 -1.62557)"^^geo:wktLiteral ;
  geo-pos:lat "48.64185"^^xsd:decimal ;
  geo-pos:long "-1.62557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12935'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62557'^^xsd:double;
  dwc:latitude '48.64185'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62557 48.64185, -1.62557 48.64185, -1.62557 48.64185, -1.62557 48.64185, -1.62557 48.64185))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12935'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66147 -1.62555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66147 -1.62555)"^^geo:wktLiteral ;
  geo-pos:lat "48.66147"^^xsd:decimal ;
  geo-pos:long "-1.62555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12599'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62555'^^xsd:double;
  dwc:latitude '48.66147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62555 48.66147, -1.62555 48.66147, -1.62555 48.66147, -1.62555 48.66147, -1.62555 48.66147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12599'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66345 -1.62553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66345 -1.62553)"^^geo:wktLiteral ;
  geo-pos:lat "48.66345"^^xsd:decimal ;
  geo-pos:long "-1.62553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13498'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62553'^^xsd:double;
  dwc:latitude '48.66345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62553 48.66345, -1.62553 48.66345, -1.62553 48.66345, -1.62553 48.66345, -1.62553 48.66345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13498'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67025 -1.62552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67025 -1.62552)"^^geo:wktLiteral ;
  geo-pos:lat "48.67025"^^xsd:decimal ;
  geo-pos:long "-1.62552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10938'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62552'^^xsd:double;
  dwc:latitude '48.67025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62552 48.67025, -1.62552 48.67025, -1.62552 48.67025, -1.62552 48.67025, -1.62552 48.67025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10938'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66172 -1.62551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66172 -1.62551)"^^geo:wktLiteral ;
  geo-pos:lat "48.66172"^^xsd:decimal ;
  geo-pos:long "-1.62551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12306'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62551'^^xsd:double;
  dwc:latitude '48.66172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62551 48.66172, -1.62551 48.66172, -1.62551 48.66172, -1.62551 48.66172, -1.62551 48.66172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12306'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65871 -1.62548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65871"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65871 -1.62548)"^^geo:wktLiteral ;
  geo-pos:lat "48.65871"^^xsd:decimal ;
  geo-pos:long "-1.62548"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12750'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62548'^^xsd:double;
  dwc:latitude '48.65871'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62548 48.65871, -1.62548 48.65871, -1.62548 48.65871, -1.62548 48.65871, -1.62548 48.65871))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12750'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66397 -1.62547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66397 -1.62547)"^^geo:wktLiteral ;
  geo-pos:lat "48.66397"^^xsd:decimal ;
  geo-pos:long "-1.62547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11345'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62547'^^xsd:double;
  dwc:latitude '48.66397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62547 48.66397, -1.62547 48.66397, -1.62547 48.66397, -1.62547 48.66397, -1.62547 48.66397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11345'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63192 -1.62544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63192 -1.62544)"^^geo:wktLiteral ;
  geo-pos:lat "48.63192"^^xsd:decimal ;
  geo-pos:long "-1.62544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10729'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62544'^^xsd:double;
  dwc:latitude '48.63192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62544 48.63192, -1.62544 48.63192, -1.62544 48.63192, -1.62544 48.63192, -1.62544 48.63192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10729'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73275 -1.62542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73275 -1.62542)"^^geo:wktLiteral ;
  geo-pos:lat "48.73275"^^xsd:decimal ;
  geo-pos:long "-1.62542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9225'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62542'^^xsd:double;
  dwc:latitude '48.73275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62542 48.73275, -1.62542 48.73275, -1.62542 48.73275, -1.62542 48.73275, -1.62542 48.73275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9225'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73355 -1.62541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73355 -1.62541)"^^geo:wktLiteral ;
  geo-pos:lat "48.73355"^^xsd:decimal ;
  geo-pos:long "-1.62541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10134'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62541'^^xsd:double;
  dwc:latitude '48.73355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62541 48.73355, -1.62541 48.73355, -1.62541 48.73355, -1.62541 48.73355, -1.62541 48.73355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10134'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73683 -1.62541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73683 -1.62541)"^^geo:wktLiteral ;
  geo-pos:lat "48.73683"^^xsd:decimal ;
  geo-pos:long "-1.62541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8503'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62541'^^xsd:double;
  dwc:latitude '48.73683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62541 48.73683, -1.62541 48.73683, -1.62541 48.73683, -1.62541 48.73683, -1.62541 48.73683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8503'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63878 -1.62539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63878 -1.62539)"^^geo:wktLiteral ;
  geo-pos:lat "48.63878"^^xsd:decimal ;
  geo-pos:long "-1.62539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12536'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62539'^^xsd:double;
  dwc:latitude '48.63878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62539 48.63878, -1.62539 48.63878, -1.62539 48.63878, -1.62539 48.63878, -1.62539 48.63878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12536'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66171 -1.62538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66171"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66171 -1.62538)"^^geo:wktLiteral ;
  geo-pos:lat "48.66171"^^xsd:decimal ;
  geo-pos:long "-1.62538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12584'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62538'^^xsd:double;
  dwc:latitude '48.66171'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62538 48.66171, -1.62538 48.66171, -1.62538 48.66171, -1.62538 48.66171, -1.62538 48.66171))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12584'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66162 -1.62537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66162 -1.62537)"^^geo:wktLiteral ;
  geo-pos:lat "48.66162"^^xsd:decimal ;
  geo-pos:long "-1.62537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12615'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62537'^^xsd:double;
  dwc:latitude '48.66162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62537 48.66162, -1.62537 48.66162, -1.62537 48.66162, -1.62537 48.66162, -1.62537 48.66162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12615'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66639 -1.62537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66639 -1.62537)"^^geo:wktLiteral ;
  geo-pos:lat "48.66639"^^xsd:decimal ;
  geo-pos:long "-1.62537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7071'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62537'^^xsd:double;
  dwc:latitude '48.66639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62537 48.66639, -1.62537 48.66639, -1.62537 48.66639, -1.62537 48.66639, -1.62537 48.66639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7071'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66786 -1.62536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66786 -1.62536)"^^geo:wktLiteral ;
  geo-pos:lat "48.66786"^^xsd:decimal ;
  geo-pos:long "-1.62536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2142'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62536'^^xsd:double;
  dwc:latitude '48.66786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62536 48.66786, -1.62536 48.66786, -1.62536 48.66786, -1.62536 48.66786, -1.62536 48.66786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2142'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66236 -1.62535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66236 -1.62535)"^^geo:wktLiteral ;
  geo-pos:lat "48.66236"^^xsd:decimal ;
  geo-pos:long "-1.62535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12580'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62535'^^xsd:double;
  dwc:latitude '48.66236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62535 48.66236, -1.62535 48.66236, -1.62535 48.66236, -1.62535 48.66236, -1.62535 48.66236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12580'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65535 -1.62534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65535 -1.62534)"^^geo:wktLiteral ;
  geo-pos:lat "48.65535"^^xsd:decimal ;
  geo-pos:long "-1.62534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10080'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62534'^^xsd:double;
  dwc:latitude '48.65535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62534 48.65535, -1.62534 48.65535, -1.62534 48.65535, -1.62534 48.65535, -1.62534 48.65535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10080'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66425 -1.62534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66425 -1.62534)"^^geo:wktLiteral ;
  geo-pos:lat "48.66425"^^xsd:decimal ;
  geo-pos:long "-1.62534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7073'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62534'^^xsd:double;
  dwc:latitude '48.66425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62534 48.66425, -1.62534 48.66425, -1.62534 48.66425, -1.62534 48.66425, -1.62534 48.66425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7073'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68059 -1.62532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68059 -1.62532)"^^geo:wktLiteral ;
  geo-pos:lat "48.68059"^^xsd:decimal ;
  geo-pos:long "-1.62532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8476'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62532'^^xsd:double;
  dwc:latitude '48.68059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62532 48.68059, -1.62532 48.68059, -1.62532 48.68059, -1.62532 48.68059, -1.62532 48.68059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8476'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66345 -1.62531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66345 -1.62531)"^^geo:wktLiteral ;
  geo-pos:lat "48.66345"^^xsd:decimal ;
  geo-pos:long "-1.62531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11537'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62531'^^xsd:double;
  dwc:latitude '48.66345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62531 48.66345, -1.62531 48.66345, -1.62531 48.66345, -1.62531 48.66345, -1.62531 48.66345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11537'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73557 -1.62531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73557 -1.62531)"^^geo:wktLiteral ;
  geo-pos:lat "48.73557"^^xsd:decimal ;
  geo-pos:long "-1.62531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8683'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62531'^^xsd:double;
  dwc:latitude '48.73557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62531 48.73557, -1.62531 48.73557, -1.62531 48.73557, -1.62531 48.73557, -1.62531 48.73557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8683'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64365 -1.62528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64365 -1.62528)"^^geo:wktLiteral ;
  geo-pos:lat "48.64365"^^xsd:decimal ;
  geo-pos:long "-1.62528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12485'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62528'^^xsd:double;
  dwc:latitude '48.64365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62528 48.64365, -1.62528 48.64365, -1.62528 48.64365, -1.62528 48.64365, -1.62528 48.64365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12485'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71029 -1.62519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71029"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71029 -1.62519)"^^geo:wktLiteral ;
  geo-pos:lat "48.71029"^^xsd:decimal ;
  geo-pos:long "-1.62519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8218'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62519'^^xsd:double;
  dwc:latitude '48.71029'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62519 48.71029, -1.62519 48.71029, -1.62519 48.71029, -1.62519 48.71029, -1.62519 48.71029))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8218'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6356 -1.62518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6356 -1.62518)"^^geo:wktLiteral ;
  geo-pos:lat "48.6356"^^xsd:decimal ;
  geo-pos:long "-1.62518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11320'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62518'^^xsd:double;
  dwc:latitude '48.6356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62518 48.6356, -1.62518 48.6356, -1.62518 48.6356, -1.62518 48.6356, -1.62518 48.6356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11320'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65511 -1.62518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65511 -1.62518)"^^geo:wktLiteral ;
  geo-pos:lat "48.65511"^^xsd:decimal ;
  geo-pos:long "-1.62518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11337'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62518'^^xsd:double;
  dwc:latitude '48.65511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62518 48.65511, -1.62518 48.65511, -1.62518 48.65511, -1.62518 48.65511, -1.62518 48.65511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11337'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66195 -1.62518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66195 -1.62518)"^^geo:wktLiteral ;
  geo-pos:lat "48.66195"^^xsd:decimal ;
  geo-pos:long "-1.62518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12581'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62518'^^xsd:double;
  dwc:latitude '48.66195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62518 48.66195, -1.62518 48.66195, -1.62518 48.66195, -1.62518 48.66195, -1.62518 48.66195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12581'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64284 -1.62517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64284"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64284 -1.62517)"^^geo:wktLiteral ;
  geo-pos:lat "48.64284"^^xsd:decimal ;
  geo-pos:long "-1.62517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11785'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62517'^^xsd:double;
  dwc:latitude '48.64284'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62517 48.64284, -1.62517 48.64284, -1.62517 48.64284, -1.62517 48.64284, -1.62517 48.64284))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11785'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63197 -1.62516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63197 -1.62516)"^^geo:wktLiteral ;
  geo-pos:lat "48.63197"^^xsd:decimal ;
  geo-pos:long "-1.62516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11133'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62516'^^xsd:double;
  dwc:latitude '48.63197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62516 48.63197, -1.62516 48.63197, -1.62516 48.63197, -1.62516 48.63197, -1.62516 48.63197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11133'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63134 -1.62512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63134 -1.62512)"^^geo:wktLiteral ;
  geo-pos:lat "48.63134"^^xsd:decimal ;
  geo-pos:long "-1.62512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11112'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62512'^^xsd:double;
  dwc:latitude '48.63134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62512 48.63134, -1.62512 48.63134, -1.62512 48.63134, -1.62512 48.63134, -1.62512 48.63134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11112'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7088 -1.62511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7088 -1.62511)"^^geo:wktLiteral ;
  geo-pos:lat "48.7088"^^xsd:decimal ;
  geo-pos:long "-1.62511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_9481'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62511'^^xsd:double;
  dwc:latitude '48.7088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62511 48.7088, -1.62511 48.7088, -1.62511 48.7088, -1.62511 48.7088, -1.62511 48.7088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9481'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64968 -1.62508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64968 -1.62508)"^^geo:wktLiteral ;
  geo-pos:lat "48.64968"^^xsd:decimal ;
  geo-pos:long "-1.62508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11525'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62508'^^xsd:double;
  dwc:latitude '48.64968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62508 48.64968, -1.62508 48.64968, -1.62508 48.64968, -1.62508 48.64968, -1.62508 48.64968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11525'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69278 -1.62507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69278 -1.62507)"^^geo:wktLiteral ;
  geo-pos:lat "48.69278"^^xsd:decimal ;
  geo-pos:long "-1.62507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2817'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62507'^^xsd:double;
  dwc:latitude '48.69278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62507 48.69278, -1.62507 48.69278, -1.62507 48.69278, -1.62507 48.69278, -1.62507 48.69278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2817'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77472 -1.62507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.77472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77472 -1.62507)"^^geo:wktLiteral ;
  geo-pos:lat "48.77472"^^xsd:decimal ;
  geo-pos:long "-1.62507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1980'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62507'^^xsd:double;
  dwc:latitude '48.77472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62507 48.77472, -1.62507 48.77472, -1.62507 48.77472, -1.62507 48.77472, -1.62507 48.77472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1980'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73012 -1.62506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73012 -1.62506)"^^geo:wktLiteral ;
  geo-pos:lat "48.73012"^^xsd:decimal ;
  geo-pos:long "-1.62506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11415'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62506'^^xsd:double;
  dwc:latitude '48.73012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62506 48.73012, -1.62506 48.73012, -1.62506 48.73012, -1.62506 48.73012, -1.62506 48.73012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11415'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68715 -1.62505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68715 -1.62505)"^^geo:wktLiteral ;
  geo-pos:lat "48.68715"^^xsd:decimal ;
  geo-pos:long "-1.62505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7336'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62505'^^xsd:double;
  dwc:latitude '48.68715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62505 48.68715, -1.62505 48.68715, -1.62505 48.68715, -1.62505 48.68715, -1.62505 48.68715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7336'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64516 -1.62503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64516 -1.62503)"^^geo:wktLiteral ;
  geo-pos:lat "48.64516"^^xsd:decimal ;
  geo-pos:long "-1.62503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11828'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62503'^^xsd:double;
  dwc:latitude '48.64516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62503 48.64516, -1.62503 48.64516, -1.62503 48.64516, -1.62503 48.64516, -1.62503 48.64516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11828'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64381 -1.62502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64381"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64381 -1.62502)"^^geo:wktLiteral ;
  geo-pos:lat "48.64381"^^xsd:decimal ;
  geo-pos:long "-1.62502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11771'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62502'^^xsd:double;
  dwc:latitude '48.64381'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62502 48.64381, -1.62502 48.64381, -1.62502 48.64381, -1.62502 48.64381, -1.62502 48.64381))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11771'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64439 -1.62502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64439"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64439 -1.62502)"^^geo:wktLiteral ;
  geo-pos:lat "48.64439"^^xsd:decimal ;
  geo-pos:long "-1.62502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11702'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62502'^^xsd:double;
  dwc:latitude '48.64439'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62502 48.64439, -1.62502 48.64439, -1.62502 48.64439, -1.62502 48.64439, -1.62502 48.64439))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11702'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7369 -1.62501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7369 -1.62501)"^^geo:wktLiteral ;
  geo-pos:lat "48.7369"^^xsd:decimal ;
  geo-pos:long "-1.62501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8684'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62501'^^xsd:double;
  dwc:latitude '48.7369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62501 48.7369, -1.62501 48.7369, -1.62501 48.7369, -1.62501 48.7369, -1.62501 48.7369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8684'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69198 -1.625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69198 -1.625)"^^geo:wktLiteral ;
  geo-pos:lat "48.69198"^^xsd:decimal ;
  geo-pos:long "-1.625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8112'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.625'^^xsd:double;
  dwc:latitude '48.69198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.625 48.69198, -1.625 48.69198, -1.625 48.69198, -1.625 48.69198, -1.625 48.69198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8112'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68591 -1.62499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68591 -1.62499)"^^geo:wktLiteral ;
  geo-pos:lat "48.68591"^^xsd:decimal ;
  geo-pos:long "-1.62499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10291'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62499'^^xsd:double;
  dwc:latitude '48.68591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62499 48.68591, -1.62499 48.68591, -1.62499 48.68591, -1.62499 48.68591, -1.62499 48.68591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10291'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73246 -1.62496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73246"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73246 -1.62496)"^^geo:wktLiteral ;
  geo-pos:lat "48.73246"^^xsd:decimal ;
  geo-pos:long "-1.62496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7856'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62496'^^xsd:double;
  dwc:latitude '48.73246'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62496 48.73246, -1.62496 48.73246, -1.62496 48.73246, -1.62496 48.73246, -1.62496 48.73246))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7856'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64702 -1.62494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64702 -1.62494)"^^geo:wktLiteral ;
  geo-pos:lat "48.64702"^^xsd:decimal ;
  geo-pos:long "-1.62494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13319'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62494'^^xsd:double;
  dwc:latitude '48.64702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62494 48.64702, -1.62494 48.64702, -1.62494 48.64702, -1.62494 48.64702, -1.62494 48.64702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13319'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6836 -1.62492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6836 -1.62492)"^^geo:wktLiteral ;
  geo-pos:lat "48.6836"^^xsd:decimal ;
  geo-pos:long "-1.62492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2795'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62492'^^xsd:double;
  dwc:latitude '48.6836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62492 48.6836, -1.62492 48.6836, -1.62492 48.6836, -1.62492 48.6836, -1.62492 48.6836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2795'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64273 -1.62491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64273 -1.62491)"^^geo:wktLiteral ;
  geo-pos:lat "48.64273"^^xsd:decimal ;
  geo-pos:long "-1.62491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11685'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62491'^^xsd:double;
  dwc:latitude '48.64273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62491 48.64273, -1.62491 48.64273, -1.62491 48.64273, -1.62491 48.64273, -1.62491 48.64273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11685'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64358 -1.62491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64358 -1.62491)"^^geo:wktLiteral ;
  geo-pos:lat "48.64358"^^xsd:decimal ;
  geo-pos:long "-1.62491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11941'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62491'^^xsd:double;
  dwc:latitude '48.64358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62491 48.64358, -1.62491 48.64358, -1.62491 48.64358, -1.62491 48.64358, -1.62491 48.64358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11941'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70819 -1.62491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70819 -1.62491)"^^geo:wktLiteral ;
  geo-pos:lat "48.70819"^^xsd:decimal ;
  geo-pos:long "-1.62491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7875'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62491'^^xsd:double;
  dwc:latitude '48.70819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62491 48.70819, -1.62491 48.70819, -1.62491 48.70819, -1.62491 48.70819, -1.62491 48.70819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7875'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67582 -1.6249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67582 -1.6249)"^^geo:wktLiteral ;
  geo-pos:lat "48.67582"^^xsd:decimal ;
  geo-pos:long "-1.6249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2797'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6249'^^xsd:double;
  dwc:latitude '48.67582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6249 48.67582, -1.6249 48.67582, -1.6249 48.67582, -1.6249 48.67582, -1.6249 48.67582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2797'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66516 -1.62486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66516 -1.62486)"^^geo:wktLiteral ;
  geo-pos:lat "48.66516"^^xsd:decimal ;
  geo-pos:long "-1.62486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2143'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62486'^^xsd:double;
  dwc:latitude '48.66516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62486 48.66516, -1.62486 48.66516, -1.62486 48.66516, -1.62486 48.66516, -1.62486 48.66516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2143'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6656 -1.62476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6656 -1.62476)"^^geo:wktLiteral ;
  geo-pos:lat "48.6656"^^xsd:decimal ;
  geo-pos:long "-1.62476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2709'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62476'^^xsd:double;
  dwc:latitude '48.6656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62476 48.6656, -1.62476 48.6656, -1.62476 48.6656, -1.62476 48.6656, -1.62476 48.6656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2709'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6629 -1.62475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6629 -1.62475)"^^geo:wktLiteral ;
  geo-pos:lat "48.6629"^^xsd:decimal ;
  geo-pos:long "-1.62475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12595'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62475'^^xsd:double;
  dwc:latitude '48.6629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62475 48.6629, -1.62475 48.6629, -1.62475 48.6629, -1.62475 48.6629, -1.62475 48.6629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12595'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63145 -1.62474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63145 -1.62474)"^^geo:wktLiteral ;
  geo-pos:lat "48.63145"^^xsd:decimal ;
  geo-pos:long "-1.62474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11319'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62474'^^xsd:double;
  dwc:latitude '48.63145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62474 48.63145, -1.62474 48.63145, -1.62474 48.63145, -1.62474 48.63145, -1.62474 48.63145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11319'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65178 -1.62474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65178 -1.62474)"^^geo:wktLiteral ;
  geo-pos:lat "48.65178"^^xsd:decimal ;
  geo-pos:long "-1.62474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12725'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62474'^^xsd:double;
  dwc:latitude '48.65178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62474 48.65178, -1.62474 48.65178, -1.62474 48.65178, -1.62474 48.65178, -1.62474 48.65178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12725'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6392 -1.62472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6392 -1.62472)"^^geo:wktLiteral ;
  geo-pos:lat "48.6392"^^xsd:decimal ;
  geo-pos:long "-1.62472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13505'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62472'^^xsd:double;
  dwc:latitude '48.6392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62472 48.6392, -1.62472 48.6392, -1.62472 48.6392, -1.62472 48.6392, -1.62472 48.6392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13505'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65615 -1.6247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65615 -1.6247)"^^geo:wktLiteral ;
  geo-pos:lat "48.65615"^^xsd:decimal ;
  geo-pos:long "-1.6247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13568'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6247'^^xsd:double;
  dwc:latitude '48.65615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6247 48.65615, -1.6247 48.65615, -1.6247 48.65615, -1.6247 48.65615, -1.6247 48.65615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13568'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64709 -1.62463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64709 -1.62463)"^^geo:wktLiteral ;
  geo-pos:lat "48.64709"^^xsd:decimal ;
  geo-pos:long "-1.62463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12885'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62463'^^xsd:double;
  dwc:latitude '48.64709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62463 48.64709, -1.62463 48.64709, -1.62463 48.64709, -1.62463 48.64709, -1.62463 48.64709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12885'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68151 -1.6246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68151"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68151 -1.6246)"^^geo:wktLiteral ;
  geo-pos:lat "48.68151"^^xsd:decimal ;
  geo-pos:long "-1.6246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6295'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6246'^^xsd:double;
  dwc:latitude '48.68151'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6246 48.68151, -1.6246 48.68151, -1.6246 48.68151, -1.6246 48.68151, -1.6246 48.68151))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6295'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64971 -1.62457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64971 -1.62457)"^^geo:wktLiteral ;
  geo-pos:lat "48.64971"^^xsd:decimal ;
  geo-pos:long "-1.62457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12486'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62457'^^xsd:double;
  dwc:latitude '48.64971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62457 48.64971, -1.62457 48.64971, -1.62457 48.64971, -1.62457 48.64971, -1.62457 48.64971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12486'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68785 -1.62456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68785 -1.62456)"^^geo:wktLiteral ;
  geo-pos:lat "48.68785"^^xsd:decimal ;
  geo-pos:long "-1.62456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11013'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62456'^^xsd:double;
  dwc:latitude '48.68785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62456 48.68785, -1.62456 48.68785, -1.62456 48.68785, -1.62456 48.68785, -1.62456 48.68785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11013'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6439 -1.62455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6439"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6439 -1.62455)"^^geo:wktLiteral ;
  geo-pos:lat "48.6439"^^xsd:decimal ;
  geo-pos:long "-1.62455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12917'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62455'^^xsd:double;
  dwc:latitude '48.6439'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62455 48.6439, -1.62455 48.6439, -1.62455 48.6439, -1.62455 48.6439, -1.62455 48.6439))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12917'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65515 -1.62455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65515"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65515 -1.62455)"^^geo:wktLiteral ;
  geo-pos:lat "48.65515"^^xsd:decimal ;
  geo-pos:long "-1.62455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12953'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62455'^^xsd:double;
  dwc:latitude '48.65515'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62455 48.65515, -1.62455 48.65515, -1.62455 48.65515, -1.62455 48.65515, -1.62455 48.65515))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12953'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63197 -1.62451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63197 -1.62451)"^^geo:wktLiteral ;
  geo-pos:lat "48.63197"^^xsd:decimal ;
  geo-pos:long "-1.62451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13169'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62451'^^xsd:double;
  dwc:latitude '48.63197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62451 48.63197, -1.62451 48.63197, -1.62451 48.63197, -1.62451 48.63197, -1.62451 48.63197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13169'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64219 -1.62444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64219"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64219 -1.62444)"^^geo:wktLiteral ;
  geo-pos:lat "48.64219"^^xsd:decimal ;
  geo-pos:long "-1.62444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12152'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62444'^^xsd:double;
  dwc:latitude '48.64219'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62444 48.64219, -1.62444 48.64219, -1.62444 48.64219, -1.62444 48.64219, -1.62444 48.64219))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12152'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64901 -1.62443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64901 -1.62443)"^^geo:wktLiteral ;
  geo-pos:lat "48.64901"^^xsd:decimal ;
  geo-pos:long "-1.62443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11648'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62443'^^xsd:double;
  dwc:latitude '48.64901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62443 48.64901, -1.62443 48.64901, -1.62443 48.64901, -1.62443 48.64901, -1.62443 48.64901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11648'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74289 -1.62441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74289 -1.62441)"^^geo:wktLiteral ;
  geo-pos:lat "48.74289"^^xsd:decimal ;
  geo-pos:long "-1.62441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1973'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62441'^^xsd:double;
  dwc:latitude '48.74289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62441 48.74289, -1.62441 48.74289, -1.62441 48.74289, -1.62441 48.74289, -1.62441 48.74289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1973'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66469 -1.62439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66469 -1.62439)"^^geo:wktLiteral ;
  geo-pos:lat "48.66469"^^xsd:decimal ;
  geo-pos:long "-1.62439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11457'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62439'^^xsd:double;
  dwc:latitude '48.66469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62439 48.66469, -1.62439 48.66469, -1.62439 48.66469, -1.62439 48.66469, -1.62439 48.66469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11457'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64351 -1.62437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64351 -1.62437)"^^geo:wktLiteral ;
  geo-pos:lat "48.64351"^^xsd:decimal ;
  geo-pos:long "-1.62437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12153'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62437'^^xsd:double;
  dwc:latitude '48.64351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62437 48.64351, -1.62437 48.64351, -1.62437 48.64351, -1.62437 48.64351, -1.62437 48.64351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12153'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70114 -1.62436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70114 -1.62436)"^^geo:wktLiteral ;
  geo-pos:lat "48.70114"^^xsd:decimal ;
  geo-pos:long "-1.62436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4509'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62436'^^xsd:double;
  dwc:latitude '48.70114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62436 48.70114, -1.62436 48.70114, -1.62436 48.70114, -1.62436 48.70114, -1.62436 48.70114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4509'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70333 -1.62436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70333 -1.62436)"^^geo:wktLiteral ;
  geo-pos:lat "48.70333"^^xsd:decimal ;
  geo-pos:long "-1.62436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_54'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_54'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62436'^^xsd:double;
  dwc:latitude '48.70333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62436 48.70333, -1.62436 48.70333, -1.62436 48.70333, -1.62436 48.70333, -1.62436 48.70333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_54'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65674 -1.62435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65674 -1.62435)"^^geo:wktLiteral ;
  geo-pos:lat "48.65674"^^xsd:decimal ;
  geo-pos:long "-1.62435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12568'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62435'^^xsd:double;
  dwc:latitude '48.65674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62435 48.65674, -1.62435 48.65674, -1.62435 48.65674, -1.62435 48.65674, -1.62435 48.65674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12568'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65943 -1.62435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65943 -1.62435)"^^geo:wktLiteral ;
  geo-pos:lat "48.65943"^^xsd:decimal ;
  geo-pos:long "-1.62435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6299'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62435'^^xsd:double;
  dwc:latitude '48.65943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62435 48.65943, -1.62435 48.65943, -1.62435 48.65943, -1.62435 48.65943, -1.62435 48.65943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6299'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65765 -1.62428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65765 -1.62428)"^^geo:wktLiteral ;
  geo-pos:lat "48.65765"^^xsd:decimal ;
  geo-pos:long "-1.62428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12548'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62428'^^xsd:double;
  dwc:latitude '48.65765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62428 48.65765, -1.62428 48.65765, -1.62428 48.65765, -1.62428 48.65765, -1.62428 48.65765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12548'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66489 -1.62424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66489 -1.62424)"^^geo:wktLiteral ;
  geo-pos:lat "48.66489"^^xsd:decimal ;
  geo-pos:long "-1.62424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13558'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62424'^^xsd:double;
  dwc:latitude '48.66489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62424 48.66489, -1.62424 48.66489, -1.62424 48.66489, -1.62424 48.66489, -1.62424 48.66489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13558'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63912 -1.62421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63912 -1.62421)"^^geo:wktLiteral ;
  geo-pos:lat "48.63912"^^xsd:decimal ;
  geo-pos:long "-1.62421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11666'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62421'^^xsd:double;
  dwc:latitude '48.63912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62421 48.63912, -1.62421 48.63912, -1.62421 48.63912, -1.62421 48.63912, -1.62421 48.63912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11666'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65392 -1.62419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65392 -1.62419)"^^geo:wktLiteral ;
  geo-pos:lat "48.65392"^^xsd:decimal ;
  geo-pos:long "-1.62419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11753'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62419'^^xsd:double;
  dwc:latitude '48.65392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62419 48.65392, -1.62419 48.65392, -1.62419 48.65392, -1.62419 48.65392, -1.62419 48.65392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11753'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68732 -1.62415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68732 -1.62415)"^^geo:wktLiteral ;
  geo-pos:lat "48.68732"^^xsd:decimal ;
  geo-pos:long "-1.62415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8681'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62415'^^xsd:double;
  dwc:latitude '48.68732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62415 48.68732, -1.62415 48.68732, -1.62415 48.68732, -1.62415 48.68732, -1.62415 48.68732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8681'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66187 -1.62412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66187 -1.62412)"^^geo:wktLiteral ;
  geo-pos:lat "48.66187"^^xsd:decimal ;
  geo-pos:long "-1.62412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12465'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62412'^^xsd:double;
  dwc:latitude '48.66187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62412 48.66187, -1.62412 48.66187, -1.62412 48.66187, -1.62412 48.66187, -1.62412 48.66187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12465'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.62409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.62409)"^^geo:wktLiteral ;
  geo-pos:lat "48.668"^^xsd:decimal ;
  geo-pos:long "-1.62409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12659'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62409'^^xsd:double;
  dwc:latitude '48.668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62409 48.668, -1.62409 48.668, -1.62409 48.668, -1.62409 48.668, -1.62409 48.668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12659'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67262 -1.62409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67262"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67262 -1.62409)"^^geo:wktLiteral ;
  geo-pos:lat "48.67262"^^xsd:decimal ;
  geo-pos:long "-1.62409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8837'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62409'^^xsd:double;
  dwc:latitude '48.67262'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62409 48.67262, -1.62409 48.67262, -1.62409 48.67262, -1.62409 48.67262, -1.62409 48.67262))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8837'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68647 -1.62409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68647 -1.62409)"^^geo:wktLiteral ;
  geo-pos:lat "48.68647"^^xsd:decimal ;
  geo-pos:long "-1.62409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7979'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62409'^^xsd:double;
  dwc:latitude '48.68647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62409 48.68647, -1.62409 48.68647, -1.62409 48.68647, -1.62409 48.68647, -1.62409 48.68647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7979'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64111 -1.62404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64111"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64111 -1.62404)"^^geo:wktLiteral ;
  geo-pos:lat "48.64111"^^xsd:decimal ;
  geo-pos:long "-1.62404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11684'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62404'^^xsd:double;
  dwc:latitude '48.64111'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62404 48.64111, -1.62404 48.64111, -1.62404 48.64111, -1.62404 48.64111, -1.62404 48.64111))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11684'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66033 -1.62404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66033 -1.62404)"^^geo:wktLiteral ;
  geo-pos:lat "48.66033"^^xsd:decimal ;
  geo-pos:long "-1.62404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12600'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62404'^^xsd:double;
  dwc:latitude '48.66033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62404 48.66033, -1.62404 48.66033, -1.62404 48.66033, -1.62404 48.66033, -1.62404 48.66033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12600'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64571 -1.624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64571 -1.624)"^^geo:wktLiteral ;
  geo-pos:lat "48.64571"^^xsd:decimal ;
  geo-pos:long "-1.624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2341'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.624'^^xsd:double;
  dwc:latitude '48.64571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.624 48.64571, -1.624 48.64571, -1.624 48.64571, -1.624 48.64571, -1.624 48.64571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2341'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65411 -1.62395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65411 -1.62395)"^^geo:wktLiteral ;
  geo-pos:lat "48.65411"^^xsd:decimal ;
  geo-pos:long "-1.62395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11709'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62395'^^xsd:double;
  dwc:latitude '48.65411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62395 48.65411, -1.62395 48.65411, -1.62395 48.65411, -1.62395 48.65411, -1.62395 48.65411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11709'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66824 -1.62394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66824 -1.62394)"^^geo:wktLiteral ;
  geo-pos:lat "48.66824"^^xsd:decimal ;
  geo-pos:long "-1.62394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6349'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62394'^^xsd:double;
  dwc:latitude '48.66824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62394 48.66824, -1.62394 48.66824, -1.62394 48.66824, -1.62394 48.66824, -1.62394 48.66824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6349'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65432 -1.62389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65432 -1.62389)"^^geo:wktLiteral ;
  geo-pos:lat "48.65432"^^xsd:decimal ;
  geo-pos:long "-1.62389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11051'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62389'^^xsd:double;
  dwc:latitude '48.65432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62389 48.65432, -1.62389 48.65432, -1.62389 48.65432, -1.62389 48.65432, -1.62389 48.65432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11051'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65253 -1.62387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65253 -1.62387)"^^geo:wktLiteral ;
  geo-pos:lat "48.65253"^^xsd:decimal ;
  geo-pos:long "-1.62387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12496'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62387'^^xsd:double;
  dwc:latitude '48.65253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62387 48.65253, -1.62387 48.65253, -1.62387 48.65253, -1.62387 48.65253, -1.62387 48.65253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12496'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66163 -1.62387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66163 -1.62387)"^^geo:wktLiteral ;
  geo-pos:lat "48.66163"^^xsd:decimal ;
  geo-pos:long "-1.62387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6298'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62387'^^xsd:double;
  dwc:latitude '48.66163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62387 48.66163, -1.62387 48.66163, -1.62387 48.66163, -1.62387 48.66163, -1.62387 48.66163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6298'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63165 -1.62386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63165 -1.62386)"^^geo:wktLiteral ;
  geo-pos:lat "48.63165"^^xsd:decimal ;
  geo-pos:long "-1.62386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13140'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62386'^^xsd:double;
  dwc:latitude '48.63165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62386 48.63165, -1.62386 48.63165, -1.62386 48.63165, -1.62386 48.63165, -1.62386 48.63165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13140'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64506 -1.62386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64506"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64506 -1.62386)"^^geo:wktLiteral ;
  geo-pos:lat "48.64506"^^xsd:decimal ;
  geo-pos:long "-1.62386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12538'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62386'^^xsd:double;
  dwc:latitude '48.64506'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62386 48.64506, -1.62386 48.64506, -1.62386 48.64506, -1.62386 48.64506, -1.62386 48.64506))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12538'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66132 -1.62386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66132"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66132 -1.62386)"^^geo:wktLiteral ;
  geo-pos:lat "48.66132"^^xsd:decimal ;
  geo-pos:long "-1.62386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9000'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62386'^^xsd:double;
  dwc:latitude '48.66132'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62386 48.66132, -1.62386 48.66132, -1.62386 48.66132, -1.62386 48.66132, -1.62386 48.66132))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9000'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66165 -1.62384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66165 -1.62384)"^^geo:wktLiteral ;
  geo-pos:lat "48.66165"^^xsd:decimal ;
  geo-pos:long "-1.62384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12359'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62384'^^xsd:double;
  dwc:latitude '48.66165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62384 48.66165, -1.62384 48.66165, -1.62384 48.66165, -1.62384 48.66165, -1.62384 48.66165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12359'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66432 -1.62382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66432 -1.62382)"^^geo:wktLiteral ;
  geo-pos:lat "48.66432"^^xsd:decimal ;
  geo-pos:long "-1.62382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11458'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62382'^^xsd:double;
  dwc:latitude '48.66432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62382 48.66432, -1.62382 48.66432, -1.62382 48.66432, -1.62382 48.66432, -1.62382 48.66432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11458'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63793 -1.6238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63793 -1.6238)"^^geo:wktLiteral ;
  geo-pos:lat "48.63793"^^xsd:decimal ;
  geo-pos:long "-1.6238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12919'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6238'^^xsd:double;
  dwc:latitude '48.63793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6238 48.63793, -1.6238 48.63793, -1.6238 48.63793, -1.6238 48.63793, -1.6238 48.63793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12919'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64765 -1.6238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64765 -1.6238)"^^geo:wktLiteral ;
  geo-pos:lat "48.64765"^^xsd:decimal ;
  geo-pos:long "-1.6238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13613'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6238'^^xsd:double;
  dwc:latitude '48.64765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6238 48.64765, -1.6238 48.64765, -1.6238 48.64765, -1.6238 48.64765, -1.6238 48.64765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13613'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6459 -1.62379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6459"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6459 -1.62379)"^^geo:wktLiteral ;
  geo-pos:lat "48.6459"^^xsd:decimal ;
  geo-pos:long "-1.62379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12724'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62379'^^xsd:double;
  dwc:latitude '48.6459'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62379 48.6459, -1.62379 48.6459, -1.62379 48.6459, -1.62379 48.6459, -1.62379 48.6459))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12724'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63157 -1.62378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63157 -1.62378)"^^geo:wktLiteral ;
  geo-pos:lat "48.63157"^^xsd:decimal ;
  geo-pos:long "-1.62378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11210'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62378'^^xsd:double;
  dwc:latitude '48.63157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62378 48.63157, -1.62378 48.63157, -1.62378 48.63157, -1.62378 48.63157, -1.62378 48.63157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11210'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72039 -1.62377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72039 -1.62377)"^^geo:wktLiteral ;
  geo-pos:lat "48.72039"^^xsd:decimal ;
  geo-pos:long "-1.62377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9207'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62377'^^xsd:double;
  dwc:latitude '48.72039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62377 48.72039, -1.62377 48.72039, -1.62377 48.72039, -1.62377 48.72039, -1.62377 48.72039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9207'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64523 -1.62376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64523 -1.62376)"^^geo:wktLiteral ;
  geo-pos:lat "48.64523"^^xsd:decimal ;
  geo-pos:long "-1.62376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12780'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62376'^^xsd:double;
  dwc:latitude '48.64523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62376 48.64523, -1.62376 48.64523, -1.62376 48.64523, -1.62376 48.64523, -1.62376 48.64523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12780'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63122 -1.62371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63122 -1.62371)"^^geo:wktLiteral ;
  geo-pos:lat "48.63122"^^xsd:decimal ;
  geo-pos:long "-1.62371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11109'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62371'^^xsd:double;
  dwc:latitude '48.63122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62371 48.63122, -1.62371 48.63122, -1.62371 48.63122, -1.62371 48.63122, -1.62371 48.63122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11109'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65591 -1.62371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65591 -1.62371)"^^geo:wktLiteral ;
  geo-pos:lat "48.65591"^^xsd:decimal ;
  geo-pos:long "-1.62371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12794'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62371'^^xsd:double;
  dwc:latitude '48.65591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62371 48.65591, -1.62371 48.65591, -1.62371 48.65591, -1.62371 48.65591, -1.62371 48.65591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12794'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65645 -1.62369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65645 -1.62369)"^^geo:wktLiteral ;
  geo-pos:lat "48.65645"^^xsd:decimal ;
  geo-pos:long "-1.62369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11535'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62369'^^xsd:double;
  dwc:latitude '48.65645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62369 48.65645, -1.62369 48.65645, -1.62369 48.65645, -1.62369 48.65645, -1.62369 48.65645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11535'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68493 -1.62369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68493"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68493 -1.62369)"^^geo:wktLiteral ;
  geo-pos:lat "48.68493"^^xsd:decimal ;
  geo-pos:long "-1.62369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8066'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62369'^^xsd:double;
  dwc:latitude '48.68493'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62369 48.68493, -1.62369 48.68493, -1.62369 48.68493, -1.62369 48.68493, -1.62369 48.68493))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8066'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67449 -1.62368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67449 -1.62368)"^^geo:wktLiteral ;
  geo-pos:lat "48.67449"^^xsd:decimal ;
  geo-pos:long "-1.62368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7665'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62368'^^xsd:double;
  dwc:latitude '48.67449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62368 48.67449, -1.62368 48.67449, -1.62368 48.67449, -1.62368 48.67449, -1.62368 48.67449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7665'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70159 -1.62367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70159 -1.62367)"^^geo:wktLiteral ;
  geo-pos:lat "48.70159"^^xsd:decimal ;
  geo-pos:long "-1.62367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5694'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62367'^^xsd:double;
  dwc:latitude '48.70159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62367 48.70159, -1.62367 48.70159, -1.62367 48.70159, -1.62367 48.70159, -1.62367 48.70159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5694'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66247 -1.62362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66247 -1.62362)"^^geo:wktLiteral ;
  geo-pos:lat "48.66247"^^xsd:decimal ;
  geo-pos:long "-1.62362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12613'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62362'^^xsd:double;
  dwc:latitude '48.66247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62362 48.66247, -1.62362 48.66247, -1.62362 48.66247, -1.62362 48.66247, -1.62362 48.66247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12613'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64833 -1.6236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64833 -1.6236)"^^geo:wktLiteral ;
  geo-pos:lat "48.64833"^^xsd:decimal ;
  geo-pos:long "-1.6236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11787'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6236'^^xsd:double;
  dwc:latitude '48.64833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6236 48.64833, -1.6236 48.64833, -1.6236 48.64833, -1.6236 48.64833, -1.6236 48.64833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11787'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71145 -1.6236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71145 -1.6236)"^^geo:wktLiteral ;
  geo-pos:lat "48.71145"^^xsd:decimal ;
  geo-pos:long "-1.6236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8548'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6236'^^xsd:double;
  dwc:latitude '48.71145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6236 48.71145, -1.6236 48.71145, -1.6236 48.71145, -1.6236 48.71145, -1.6236 48.71145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8548'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6413 -1.62358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6413 -1.62358)"^^geo:wktLiteral ;
  geo-pos:lat "48.6413"^^xsd:decimal ;
  geo-pos:long "-1.62358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11649'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62358'^^xsd:double;
  dwc:latitude '48.6413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62358 48.6413, -1.62358 48.6413, -1.62358 48.6413, -1.62358 48.6413, -1.62358 48.6413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11649'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67481 -1.62357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67481 -1.62357)"^^geo:wktLiteral ;
  geo-pos:lat "48.67481"^^xsd:decimal ;
  geo-pos:long "-1.62357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7086'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62357'^^xsd:double;
  dwc:latitude '48.67481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62357 48.67481, -1.62357 48.67481, -1.62357 48.67481, -1.62357 48.67481, -1.62357 48.67481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7086'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65145 -1.62354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65145 -1.62354)"^^geo:wktLiteral ;
  geo-pos:lat "48.65145"^^xsd:decimal ;
  geo-pos:long "-1.62354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_11784'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62354'^^xsd:double;
  dwc:latitude '48.65145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62354 48.65145, -1.62354 48.65145, -1.62354 48.65145, -1.62354 48.65145, -1.62354 48.65145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11784'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66973 -1.62354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66973 -1.62354)"^^geo:wktLiteral ;
  geo-pos:lat "48.66973"^^xsd:decimal ;
  geo-pos:long "-1.62354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10910'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62354'^^xsd:double;
  dwc:latitude '48.66973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62354 48.66973, -1.62354 48.66973, -1.62354 48.66973, -1.62354 48.66973, -1.62354 48.66973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10910'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67547 -1.62353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67547 -1.62353)"^^geo:wktLiteral ;
  geo-pos:lat "48.67547"^^xsd:decimal ;
  geo-pos:long "-1.62353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10334'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62353'^^xsd:double;
  dwc:latitude '48.67547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62353 48.67547, -1.62353 48.67547, -1.62353 48.67547, -1.62353 48.67547, -1.62353 48.67547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10334'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6302 -1.62349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6302 -1.62349)"^^geo:wktLiteral ;
  geo-pos:lat "48.6302"^^xsd:decimal ;
  geo-pos:long "-1.62349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10531'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62349'^^xsd:double;
  dwc:latitude '48.6302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62349 48.6302, -1.62349 48.6302, -1.62349 48.6302, -1.62349 48.6302, -1.62349 48.6302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10531'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6763 -1.62349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6763 -1.62349)"^^geo:wktLiteral ;
  geo-pos:lat "48.6763"^^xsd:decimal ;
  geo-pos:long "-1.62349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10377'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62349'^^xsd:double;
  dwc:latitude '48.6763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62349 48.6763, -1.62349 48.6763, -1.62349 48.6763, -1.62349 48.6763, -1.62349 48.6763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10377'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66684 -1.62348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66684 -1.62348)"^^geo:wktLiteral ;
  geo-pos:lat "48.66684"^^xsd:decimal ;
  geo-pos:long "-1.62348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10120'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62348'^^xsd:double;
  dwc:latitude '48.66684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62348 48.66684, -1.62348 48.66684, -1.62348 48.66684, -1.62348 48.66684, -1.62348 48.66684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10120'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65449 -1.62347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65449 -1.62347)"^^geo:wktLiteral ;
  geo-pos:lat "48.65449"^^xsd:decimal ;
  geo-pos:long "-1.62347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11698'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62347'^^xsd:double;
  dwc:latitude '48.65449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62347 48.65449, -1.62347 48.65449, -1.62347 48.65449, -1.62347 48.65449, -1.62347 48.65449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11698'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6618 -1.62347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6618 -1.62347)"^^geo:wktLiteral ;
  geo-pos:lat "48.6618"^^xsd:decimal ;
  geo-pos:long "-1.62347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7080'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62347'^^xsd:double;
  dwc:latitude '48.6618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62347 48.6618, -1.62347 48.6618, -1.62347 48.6618, -1.62347 48.6618, -1.62347 48.6618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7080'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64757 -1.62346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64757"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64757 -1.62346)"^^geo:wktLiteral ;
  geo-pos:lat "48.64757"^^xsd:decimal ;
  geo-pos:long "-1.62346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12174'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62346'^^xsd:double;
  dwc:latitude '48.64757'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62346 48.64757, -1.62346 48.64757, -1.62346 48.64757, -1.62346 48.64757, -1.62346 48.64757))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12174'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66135 -1.62345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66135 -1.62345)"^^geo:wktLiteral ;
  geo-pos:lat "48.66135"^^xsd:decimal ;
  geo-pos:long "-1.62345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13030'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62345'^^xsd:double;
  dwc:latitude '48.66135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62345 48.66135, -1.62345 48.66135, -1.62345 48.66135, -1.62345 48.66135, -1.62345 48.66135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13030'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66176 -1.62341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66176 -1.62341)"^^geo:wktLiteral ;
  geo-pos:lat "48.66176"^^xsd:decimal ;
  geo-pos:long "-1.62341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12616'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62341'^^xsd:double;
  dwc:latitude '48.66176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62341 48.66176, -1.62341 48.66176, -1.62341 48.66176, -1.62341 48.66176, -1.62341 48.66176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12616'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64594 -1.62338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64594 -1.62338)"^^geo:wktLiteral ;
  geo-pos:lat "48.64594"^^xsd:decimal ;
  geo-pos:long "-1.62338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10876'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62338'^^xsd:double;
  dwc:latitude '48.64594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62338 48.64594, -1.62338 48.64594, -1.62338 48.64594, -1.62338 48.64594, -1.62338 48.64594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10876'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.651 -1.62334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.651 -1.62334)"^^geo:wktLiteral ;
  geo-pos:lat "48.651"^^xsd:decimal ;
  geo-pos:long "-1.62334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11647'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62334'^^xsd:double;
  dwc:latitude '48.651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62334 48.651, -1.62334 48.651, -1.62334 48.651, -1.62334 48.651, -1.62334 48.651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11647'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65484 -1.62333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65484"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65484 -1.62333)"^^geo:wktLiteral ;
  geo-pos:lat "48.65484"^^xsd:decimal ;
  geo-pos:long "-1.62333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13380'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62333'^^xsd:double;
  dwc:latitude '48.65484'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62333 48.65484, -1.62333 48.65484, -1.62333 48.65484, -1.62333 48.65484, -1.62333 48.65484))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13380'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67117 -1.62328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67117 -1.62328)"^^geo:wktLiteral ;
  geo-pos:lat "48.67117"^^xsd:decimal ;
  geo-pos:long "-1.62328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10455'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62328'^^xsd:double;
  dwc:latitude '48.67117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62328 48.67117, -1.62328 48.67117, -1.62328 48.67117, -1.62328 48.67117, -1.62328 48.67117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10455'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65477 -1.62324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65477 -1.62324)"^^geo:wktLiteral ;
  geo-pos:lat "48.65477"^^xsd:decimal ;
  geo-pos:long "-1.62324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12646'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62324'^^xsd:double;
  dwc:latitude '48.65477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62324 48.65477, -1.62324 48.65477, -1.62324 48.65477, -1.62324 48.65477, -1.62324 48.65477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12646'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71948 -1.62321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71948 -1.62321)"^^geo:wktLiteral ;
  geo-pos:lat "48.71948"^^xsd:decimal ;
  geo-pos:long "-1.62321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9509'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62321'^^xsd:double;
  dwc:latitude '48.71948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62321 48.71948, -1.62321 48.71948, -1.62321 48.71948, -1.62321 48.71948, -1.62321 48.71948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9509'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69333 -1.62318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69333 -1.62318)"^^geo:wktLiteral ;
  geo-pos:lat "48.69333"^^xsd:decimal ;
  geo-pos:long "-1.62318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7958'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62318'^^xsd:double;
  dwc:latitude '48.69333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62318 48.69333, -1.62318 48.69333, -1.62318 48.69333, -1.62318 48.69333, -1.62318 48.69333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7958'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7126 -1.62314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7126 -1.62314)"^^geo:wktLiteral ;
  geo-pos:lat "48.7126"^^xsd:decimal ;
  geo-pos:long "-1.62314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9238'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62314'^^xsd:double;
  dwc:latitude '48.7126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62314 48.7126, -1.62314 48.7126, -1.62314 48.7126, -1.62314 48.7126, -1.62314 48.7126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9238'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63692 -1.62311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63692 -1.62311)"^^geo:wktLiteral ;
  geo-pos:lat "48.63692"^^xsd:decimal ;
  geo-pos:long "-1.62311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13383'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62311'^^xsd:double;
  dwc:latitude '48.63692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62311 48.63692, -1.62311 48.63692, -1.62311 48.63692, -1.62311 48.63692, -1.62311 48.63692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13383'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66129 -1.6231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66129 -1.6231)"^^geo:wktLiteral ;
  geo-pos:lat "48.66129"^^xsd:decimal ;
  geo-pos:long "-1.6231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12617'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6231'^^xsd:double;
  dwc:latitude '48.66129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6231 48.66129, -1.6231 48.66129, -1.6231 48.66129, -1.6231 48.66129, -1.6231 48.66129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12617'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70421 -1.62306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70421 -1.62306)"^^geo:wktLiteral ;
  geo-pos:lat "48.70421"^^xsd:decimal ;
  geo-pos:long "-1.62306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5780'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62306'^^xsd:double;
  dwc:latitude '48.70421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62306 48.70421, -1.62306 48.70421, -1.62306 48.70421, -1.62306 48.70421, -1.62306 48.70421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5780'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.62304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.62304)"^^geo:wktLiteral ;
  geo-pos:lat "48.65117"^^xsd:decimal ;
  geo-pos:long "-1.62304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13552'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62304'^^xsd:double;
  dwc:latitude '48.65117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62304 48.65117, -1.62304 48.65117, -1.62304 48.65117, -1.62304 48.65117, -1.62304 48.65117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13552'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67401 -1.62301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67401 -1.62301)"^^geo:wktLiteral ;
  geo-pos:lat "48.67401"^^xsd:decimal ;
  geo-pos:long "-1.62301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9563'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62301'^^xsd:double;
  dwc:latitude '48.67401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62301 48.67401, -1.62301 48.67401, -1.62301 48.67401, -1.62301 48.67401, -1.62301 48.67401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9563'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68175 -1.623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68175 -1.623)"^^geo:wktLiteral ;
  geo-pos:lat "48.68175"^^xsd:decimal ;
  geo-pos:long "-1.623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3582'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.623'^^xsd:double;
  dwc:latitude '48.68175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.623 48.68175, -1.623 48.68175, -1.623 48.68175, -1.623 48.68175, -1.623 48.68175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3582'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65721 -1.62297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65721 -1.62297)"^^geo:wktLiteral ;
  geo-pos:lat "48.65721"^^xsd:decimal ;
  geo-pos:long "-1.62297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12769'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62297'^^xsd:double;
  dwc:latitude '48.65721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62297 48.65721, -1.62297 48.65721, -1.62297 48.65721, -1.62297 48.65721, -1.62297 48.65721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12769'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66743 -1.62296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66743 -1.62296)"^^geo:wktLiteral ;
  geo-pos:lat "48.66743"^^xsd:decimal ;
  geo-pos:long "-1.62296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11596'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62296'^^xsd:double;
  dwc:latitude '48.66743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62296 48.66743, -1.62296 48.66743, -1.62296 48.66743, -1.62296 48.66743, -1.62296 48.66743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11596'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72619 -1.62296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72619 -1.62296)"^^geo:wktLiteral ;
  geo-pos:lat "48.72619"^^xsd:decimal ;
  geo-pos:long "-1.62296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9200'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62296'^^xsd:double;
  dwc:latitude '48.72619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62296 48.72619, -1.62296 48.72619, -1.62296 48.72619, -1.62296 48.72619, -1.62296 48.72619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9200'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70124 -1.62293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70124 -1.62293)"^^geo:wktLiteral ;
  geo-pos:lat "48.70124"^^xsd:decimal ;
  geo-pos:long "-1.62293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3496'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62293'^^xsd:double;
  dwc:latitude '48.70124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62293 48.70124, -1.62293 48.70124, -1.62293 48.70124, -1.62293 48.70124, -1.62293 48.70124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3496'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64361 -1.62292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64361"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64361 -1.62292)"^^geo:wktLiteral ;
  geo-pos:lat "48.64361"^^xsd:decimal ;
  geo-pos:long "-1.62292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11524'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62292'^^xsd:double;
  dwc:latitude '48.64361'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62292 48.64361, -1.62292 48.64361, -1.62292 48.64361, -1.62292 48.64361, -1.62292 48.64361))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11524'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73552 -1.62291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73552 -1.62291)"^^geo:wktLiteral ;
  geo-pos:lat "48.73552"^^xsd:decimal ;
  geo-pos:long "-1.62291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9514'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62291'^^xsd:double;
  dwc:latitude '48.73552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62291 48.73552, -1.62291 48.73552, -1.62291 48.73552, -1.62291 48.73552, -1.62291 48.73552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9514'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66365 -1.62285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66365 -1.62285)"^^geo:wktLiteral ;
  geo-pos:lat "48.66365"^^xsd:decimal ;
  geo-pos:long "-1.62285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2720'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62285'^^xsd:double;
  dwc:latitude '48.66365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62285 48.66365, -1.62285 48.66365, -1.62285 48.66365, -1.62285 48.66365, -1.62285 48.66365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2720'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67847 -1.62284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67847 -1.62284)"^^geo:wktLiteral ;
  geo-pos:lat "48.67847"^^xsd:decimal ;
  geo-pos:long "-1.62284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11481'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62284'^^xsd:double;
  dwc:latitude '48.67847'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62284 48.67847, -1.62284 48.67847, -1.62284 48.67847, -1.62284 48.67847, -1.62284 48.67847))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11481'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66002 -1.62279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66002 -1.62279)"^^geo:wktLiteral ;
  geo-pos:lat "48.66002"^^xsd:decimal ;
  geo-pos:long "-1.62279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10644'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62279'^^xsd:double;
  dwc:latitude '48.66002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62279 48.66002, -1.62279 48.66002, -1.62279 48.66002, -1.62279 48.66002, -1.62279 48.66002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10644'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71904 -1.62279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71904 -1.62279)"^^geo:wktLiteral ;
  geo-pos:lat "48.71904"^^xsd:decimal ;
  geo-pos:long "-1.62279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9243'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62279'^^xsd:double;
  dwc:latitude '48.71904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62279 48.71904, -1.62279 48.71904, -1.62279 48.71904, -1.62279 48.71904, -1.62279 48.71904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9243'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65367 -1.62277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65367 -1.62277)"^^geo:wktLiteral ;
  geo-pos:lat "48.65367"^^xsd:decimal ;
  geo-pos:long "-1.62277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11933'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62277'^^xsd:double;
  dwc:latitude '48.65367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62277 48.65367, -1.62277 48.65367, -1.62277 48.65367, -1.62277 48.65367, -1.62277 48.65367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11933'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6514 -1.62276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6514"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6514 -1.62276)"^^geo:wktLiteral ;
  geo-pos:lat "48.6514"^^xsd:decimal ;
  geo-pos:long "-1.62276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10875'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62276'^^xsd:double;
  dwc:latitude '48.6514'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62276 48.6514, -1.62276 48.6514, -1.62276 48.6514, -1.62276 48.6514, -1.62276 48.6514))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10875'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78658 -1.62273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.78658"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78658 -1.62273)"^^geo:wktLiteral ;
  geo-pos:lat "48.78658"^^xsd:decimal ;
  geo-pos:long "-1.62273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9959'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62273'^^xsd:double;
  dwc:latitude '48.78658'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62273 48.78658, -1.62273 48.78658, -1.62273 48.78658, -1.62273 48.78658, -1.62273 48.78658))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9959'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64825 -1.62272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64825 -1.62272)"^^geo:wktLiteral ;
  geo-pos:lat "48.64825"^^xsd:decimal ;
  geo-pos:long "-1.62272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10891'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62272'^^xsd:double;
  dwc:latitude '48.64825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62272 48.64825, -1.62272 48.64825, -1.62272 48.64825, -1.62272 48.64825, -1.62272 48.64825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10891'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67211 -1.62271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67211 -1.62271)"^^geo:wktLiteral ;
  geo-pos:lat "48.67211"^^xsd:decimal ;
  geo-pos:long "-1.62271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10755'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62271'^^xsd:double;
  dwc:latitude '48.67211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62271 48.67211, -1.62271 48.67211, -1.62271 48.67211, -1.62271 48.67211, -1.62271 48.67211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10755'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66063 -1.62269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66063 -1.62269)"^^geo:wktLiteral ;
  geo-pos:lat "48.66063"^^xsd:decimal ;
  geo-pos:long "-1.62269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2337'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62269'^^xsd:double;
  dwc:latitude '48.66063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62269 48.66063, -1.62269 48.66063, -1.62269 48.66063, -1.62269 48.66063, -1.62269 48.66063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2337'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65303 -1.62267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65303 -1.62267)"^^geo:wktLiteral ;
  geo-pos:lat "48.65303"^^xsd:decimal ;
  geo-pos:long "-1.62267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13291'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62267'^^xsd:double;
  dwc:latitude '48.65303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62267 48.65303, -1.62267 48.65303, -1.62267 48.65303, -1.62267 48.65303, -1.62267 48.65303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13291'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71302 -1.62267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71302 -1.62267)"^^geo:wktLiteral ;
  geo-pos:lat "48.71302"^^xsd:decimal ;
  geo-pos:long "-1.62267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10229'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62267'^^xsd:double;
  dwc:latitude '48.71302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62267 48.71302, -1.62267 48.71302, -1.62267 48.71302, -1.62267 48.71302, -1.62267 48.71302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10229'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65287 -1.62263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65287"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65287 -1.62263)"^^geo:wktLiteral ;
  geo-pos:lat "48.65287"^^xsd:decimal ;
  geo-pos:long "-1.62263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10569'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62263'^^xsd:double;
  dwc:latitude '48.65287'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62263 48.65287, -1.62263 48.65287, -1.62263 48.65287, -1.62263 48.65287, -1.62263 48.65287))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10569'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64364 -1.62262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64364"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64364 -1.62262)"^^geo:wktLiteral ;
  geo-pos:lat "48.64364"^^xsd:decimal ;
  geo-pos:long "-1.62262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12891'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62262'^^xsd:double;
  dwc:latitude '48.64364'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62262 48.64364, -1.62262 48.64364, -1.62262 48.64364, -1.62262 48.64364, -1.62262 48.64364))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12891'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67678 -1.62262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67678 -1.62262)"^^geo:wktLiteral ;
  geo-pos:lat "48.67678"^^xsd:decimal ;
  geo-pos:long "-1.62262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2805'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62262'^^xsd:double;
  dwc:latitude '48.67678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62262 48.67678, -1.62262 48.67678, -1.62262 48.67678, -1.62262 48.67678, -1.62262 48.67678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2805'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.01218 -1.62262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.01218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.01218 -1.62262)"^^geo:wktLiteral ;
  geo-pos:lat "50.01218"^^xsd:decimal ;
  geo-pos:long "-1.62262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7555'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62262'^^xsd:double;
  dwc:latitude '50.01218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62262 50.01218, -1.62262 50.01218, -1.62262 50.01218, -1.62262 50.01218, -1.62262 50.01218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7555'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69984 -1.62256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69984 -1.62256)"^^geo:wktLiteral ;
  geo-pos:lat "48.69984"^^xsd:decimal ;
  geo-pos:long "-1.62256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5696'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62256'^^xsd:double;
  dwc:latitude '48.69984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62256 48.69984, -1.62256 48.69984, -1.62256 48.69984, -1.62256 48.69984, -1.62256 48.69984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5696'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70695 -1.62251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70695"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70695 -1.62251)"^^geo:wktLiteral ;
  geo-pos:lat "48.70695"^^xsd:decimal ;
  geo-pos:long "-1.62251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5200'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62251'^^xsd:double;
  dwc:latitude '48.70695'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62251 48.70695, -1.62251 48.70695, -1.62251 48.70695, -1.62251 48.70695, -1.62251 48.70695))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5200'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65429 -1.6225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65429"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65429 -1.6225)"^^geo:wktLiteral ;
  geo-pos:lat "48.65429"^^xsd:decimal ;
  geo-pos:long "-1.6225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13042'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6225'^^xsd:double;
  dwc:latitude '48.65429'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6225 48.65429, -1.6225 48.65429, -1.6225 48.65429, -1.6225 48.65429, -1.6225 48.65429))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13042'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67648 -1.62249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67648 -1.62249)"^^geo:wktLiteral ;
  geo-pos:lat "48.67648"^^xsd:decimal ;
  geo-pos:long "-1.62249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7087'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62249'^^xsd:double;
  dwc:latitude '48.67648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62249 48.67648, -1.62249 48.67648, -1.62249 48.67648, -1.62249 48.67648, -1.62249 48.67648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7087'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65355 -1.62246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65355 -1.62246)"^^geo:wktLiteral ;
  geo-pos:lat "48.65355"^^xsd:decimal ;
  geo-pos:long "-1.62246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11090'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62246'^^xsd:double;
  dwc:latitude '48.65355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62246 48.65355, -1.62246 48.65355, -1.62246 48.65355, -1.62246 48.65355, -1.62246 48.65355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11090'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64691 -1.62243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64691 -1.62243)"^^geo:wktLiteral ;
  geo-pos:lat "48.64691"^^xsd:decimal ;
  geo-pos:long "-1.62243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11741'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62243'^^xsd:double;
  dwc:latitude '48.64691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62243 48.64691, -1.62243 48.64691, -1.62243 48.64691, -1.62243 48.64691, -1.62243 48.64691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11741'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72142 -1.62243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72142 -1.62243)"^^geo:wktLiteral ;
  geo-pos:lat "48.72142"^^xsd:decimal ;
  geo-pos:long "-1.62243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9801'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62243'^^xsd:double;
  dwc:latitude '48.72142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62243 48.72142, -1.62243 48.72142, -1.62243 48.72142, -1.62243 48.72142, -1.62243 48.72142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9801'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64129 -1.6224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64129 -1.6224)"^^geo:wktLiteral ;
  geo-pos:lat "48.64129"^^xsd:decimal ;
  geo-pos:long "-1.6224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11940'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6224'^^xsd:double;
  dwc:latitude '48.64129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6224 48.64129, -1.6224 48.64129, -1.6224 48.64129, -1.6224 48.64129, -1.6224 48.64129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11940'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6646 -1.62239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6646 -1.62239)"^^geo:wktLiteral ;
  geo-pos:lat "48.6646"^^xsd:decimal ;
  geo-pos:long "-1.62239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2999'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62239'^^xsd:double;
  dwc:latitude '48.6646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62239 48.6646, -1.62239 48.6646, -1.62239 48.6646, -1.62239 48.6646, -1.62239 48.6646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2999'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64205 -1.62235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64205"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64205 -1.62235)"^^geo:wktLiteral ;
  geo-pos:lat "48.64205"^^xsd:decimal ;
  geo-pos:long "-1.62235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13369'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62235'^^xsd:double;
  dwc:latitude '48.64205'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62235 48.64205, -1.62235 48.64205, -1.62235 48.64205, -1.62235 48.64205, -1.62235 48.64205))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13369'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64476 -1.62231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64476 -1.62231)"^^geo:wktLiteral ;
  geo-pos:lat "48.64476"^^xsd:decimal ;
  geo-pos:long "-1.62231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2340'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62231'^^xsd:double;
  dwc:latitude '48.64476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62231 48.64476, -1.62231 48.64476, -1.62231 48.64476, -1.62231 48.64476, -1.62231 48.64476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2340'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65942 -1.62231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65942 -1.62231)"^^geo:wktLiteral ;
  geo-pos:lat "48.65942"^^xsd:decimal ;
  geo-pos:long "-1.62231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7606'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62231'^^xsd:double;
  dwc:latitude '48.65942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62231 48.65942, -1.62231 48.65942, -1.62231 48.65942, -1.62231 48.65942, -1.62231 48.65942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7606'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65372 -1.62229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65372 -1.62229)"^^geo:wktLiteral ;
  geo-pos:lat "48.65372"^^xsd:decimal ;
  geo-pos:long "-1.62229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10704'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62229'^^xsd:double;
  dwc:latitude '48.65372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62229 48.65372, -1.62229 48.65372, -1.62229 48.65372, -1.62229 48.65372, -1.62229 48.65372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10704'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64552 -1.62224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64552 -1.62224)"^^geo:wktLiteral ;
  geo-pos:lat "48.64552"^^xsd:decimal ;
  geo-pos:long "-1.62224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13530'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62224'^^xsd:double;
  dwc:latitude '48.64552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62224 48.64552, -1.62224 48.64552, -1.62224 48.64552, -1.62224 48.64552, -1.62224 48.64552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13530'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74162 -1.62222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74162 -1.62222)"^^geo:wktLiteral ;
  geo-pos:lat "48.74162"^^xsd:decimal ;
  geo-pos:long "-1.62222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2859'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.18333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62222'^^xsd:double;
  dwc:latitude '48.74162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62222 48.74162, -1.62222 48.74162, -1.62222 48.74162, -1.62222 48.74162, -1.62222 48.74162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2859'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64766 -1.6222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64766 -1.6222)"^^geo:wktLiteral ;
  geo-pos:lat "48.64766"^^xsd:decimal ;
  geo-pos:long "-1.6222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12198'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6222'^^xsd:double;
  dwc:latitude '48.64766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6222 48.64766, -1.6222 48.64766, -1.6222 48.64766, -1.6222 48.64766, -1.6222 48.64766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12198'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65417 -1.6222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65417 -1.6222)"^^geo:wktLiteral ;
  geo-pos:lat "48.65417"^^xsd:decimal ;
  geo-pos:long "-1.6222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8968'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6222'^^xsd:double;
  dwc:latitude '48.65417'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6222 48.65417, -1.6222 48.65417, -1.6222 48.65417, -1.6222 48.65417, -1.6222 48.65417))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8968'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66818 -1.62217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66818 -1.62217)"^^geo:wktLiteral ;
  geo-pos:lat "48.66818"^^xsd:decimal ;
  geo-pos:long "-1.62217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2196'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62217'^^xsd:double;
  dwc:latitude '48.66818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62217 48.66818, -1.62217 48.66818, -1.62217 48.66818, -1.62217 48.66818, -1.62217 48.66818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2196'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64511 -1.62211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64511 -1.62211)"^^geo:wktLiteral ;
  geo-pos:lat "48.64511"^^xsd:decimal ;
  geo-pos:long "-1.62211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11523'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62211'^^xsd:double;
  dwc:latitude '48.64511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62211 48.64511, -1.62211 48.64511, -1.62211 48.64511, -1.62211 48.64511, -1.62211 48.64511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11523'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70329 -1.622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70329 -1.622)"^^geo:wktLiteral ;
  geo-pos:lat "48.70329"^^xsd:decimal ;
  geo-pos:long "-1.622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7865'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.622'^^xsd:double;
  dwc:latitude '48.70329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.622 48.70329, -1.622 48.70329, -1.622 48.70329, -1.622 48.70329, -1.622 48.70329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7865'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65328 -1.62198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65328 -1.62198)"^^geo:wktLiteral ;
  geo-pos:lat "48.65328"^^xsd:decimal ;
  geo-pos:long "-1.62198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13070'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62198'^^xsd:double;
  dwc:latitude '48.65328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62198 48.65328, -1.62198 48.65328, -1.62198 48.65328, -1.62198 48.65328, -1.62198 48.65328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13070'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70004 -1.62198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70004 -1.62198)"^^geo:wktLiteral ;
  geo-pos:lat "48.70004"^^xsd:decimal ;
  geo-pos:long "-1.62198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3706'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62198'^^xsd:double;
  dwc:latitude '48.70004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62198 48.70004, -1.62198 48.70004, -1.62198 48.70004, -1.62198 48.70004, -1.62198 48.70004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3706'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.62192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.62192)"^^geo:wktLiteral ;
  geo-pos:lat "48.69901"^^xsd:decimal ;
  geo-pos:long "-1.62192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3638'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62192'^^xsd:double;
  dwc:latitude '48.69901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62192 48.69901, -1.62192 48.69901, -1.62192 48.69901, -1.62192 48.69901, -1.62192 48.69901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3638'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64893 -1.62183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64893 -1.62183)"^^geo:wktLiteral ;
  geo-pos:lat "48.64893"^^xsd:decimal ;
  geo-pos:long "-1.62183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11450'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62183'^^xsd:double;
  dwc:latitude '48.64893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62183 48.64893, -1.62183 48.64893, -1.62183 48.64893, -1.62183 48.64893, -1.62183 48.64893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11450'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65717 -1.62183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65717 -1.62183)"^^geo:wktLiteral ;
  geo-pos:lat "48.65717"^^xsd:decimal ;
  geo-pos:long "-1.62183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12339'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62183'^^xsd:double;
  dwc:latitude '48.65717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62183 48.65717, -1.62183 48.65717, -1.62183 48.65717, -1.62183 48.65717, -1.62183 48.65717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12339'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65912 -1.62183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65912 -1.62183)"^^geo:wktLiteral ;
  geo-pos:lat "48.65912"^^xsd:decimal ;
  geo-pos:long "-1.62183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12846'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.91666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62183'^^xsd:double;
  dwc:latitude '48.65912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62183 48.65912, -1.62183 48.65912, -1.62183 48.65912, -1.62183 48.65912, -1.62183 48.65912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12846'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.02399 -1.62183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.02399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.02399 -1.62183)"^^geo:wktLiteral ;
  geo-pos:lat "49.02399"^^xsd:decimal ;
  geo-pos:long "-1.62183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7534'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62183'^^xsd:double;
  dwc:latitude '49.02399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62183 49.02399, -1.62183 49.02399, -1.62183 49.02399, -1.62183 49.02399, -1.62183 49.02399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7534'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6532 -1.62182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6532"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6532 -1.62182)"^^geo:wktLiteral ;
  geo-pos:lat "48.6532"^^xsd:decimal ;
  geo-pos:long "-1.62182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12856'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62182'^^xsd:double;
  dwc:latitude '48.6532'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62182 48.6532, -1.62182 48.6532, -1.62182 48.6532, -1.62182 48.6532, -1.62182 48.6532))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12856'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65977 -1.62181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65977 -1.62181)"^^geo:wktLiteral ;
  geo-pos:lat "48.65977"^^xsd:decimal ;
  geo-pos:long "-1.62181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10933'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62181'^^xsd:double;
  dwc:latitude '48.65977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62181 48.65977, -1.62181 48.65977, -1.62181 48.65977, -1.62181 48.65977, -1.62181 48.65977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10933'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6643 -1.62175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6643 -1.62175)"^^geo:wktLiteral ;
  geo-pos:lat "48.6643"^^xsd:decimal ;
  geo-pos:long "-1.62175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11360'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62175'^^xsd:double;
  dwc:latitude '48.6643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62175 48.6643, -1.62175 48.6643, -1.62175 48.6643, -1.62175 48.6643, -1.62175 48.6643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11360'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64677 -1.62173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64677 -1.62173)"^^geo:wktLiteral ;
  geo-pos:lat "48.64677"^^xsd:decimal ;
  geo-pos:long "-1.62173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12227'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62173'^^xsd:double;
  dwc:latitude '48.64677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62173 48.64677, -1.62173 48.64677, -1.62173 48.64677, -1.62173 48.64677, -1.62173 48.64677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12227'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6507 -1.62173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6507 -1.62173)"^^geo:wktLiteral ;
  geo-pos:lat "48.6507"^^xsd:decimal ;
  geo-pos:long "-1.62173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11739'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62173'^^xsd:double;
  dwc:latitude '48.6507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62173 48.6507, -1.62173 48.6507, -1.62173 48.6507, -1.62173 48.6507, -1.62173 48.6507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11739'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67017 -1.62173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67017 -1.62173)"^^geo:wktLiteral ;
  geo-pos:lat "48.67017"^^xsd:decimal ;
  geo-pos:long "-1.62173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2775'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62173'^^xsd:double;
  dwc:latitude '48.67017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62173 48.67017, -1.62173 48.67017, -1.62173 48.67017, -1.62173 48.67017, -1.62173 48.67017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2775'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68554 -1.6217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68554 -1.6217)"^^geo:wktLiteral ;
  geo-pos:lat "48.68554"^^xsd:decimal ;
  geo-pos:long "-1.6217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_129'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6217'^^xsd:double;
  dwc:latitude '48.68554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6217 48.68554, -1.6217 48.68554, -1.6217 48.68554, -1.6217 48.68554, -1.6217 48.68554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_129'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65327 -1.62164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65327 -1.62164)"^^geo:wktLiteral ;
  geo-pos:lat "48.65327"^^xsd:decimal ;
  geo-pos:long "-1.62164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11770'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62164'^^xsd:double;
  dwc:latitude '48.65327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62164 48.65327, -1.62164 48.65327, -1.62164 48.65327, -1.62164 48.65327, -1.62164 48.65327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11770'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64132 -1.62163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64132"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64132 -1.62163)"^^geo:wktLiteral ;
  geo-pos:lat "48.64132"^^xsd:decimal ;
  geo-pos:long "-1.62163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11683'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62163'^^xsd:double;
  dwc:latitude '48.64132'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62163 48.64132, -1.62163 48.64132, -1.62163 48.64132, -1.62163 48.64132, -1.62163 48.64132))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11683'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64914 -1.62162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64914 -1.62162)"^^geo:wktLiteral ;
  geo-pos:lat "48.64914"^^xsd:decimal ;
  geo-pos:long "-1.62162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12800'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62162'^^xsd:double;
  dwc:latitude '48.64914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62162 48.64914, -1.62162 48.64914, -1.62162 48.64914, -1.62162 48.64914, -1.62162 48.64914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12800'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66335 -1.62157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66335"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66335 -1.62157)"^^geo:wktLiteral ;
  geo-pos:lat "48.66335"^^xsd:decimal ;
  geo-pos:long "-1.62157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7070'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62157'^^xsd:double;
  dwc:latitude '48.66335'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62157 48.66335, -1.62157 48.66335, -1.62157 48.66335, -1.62157 48.66335, -1.62157 48.66335))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7070'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66493 -1.62157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66493"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66493 -1.62157)"^^geo:wktLiteral ;
  geo-pos:lat "48.66493"^^xsd:decimal ;
  geo-pos:long "-1.62157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6805'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62157'^^xsd:double;
  dwc:latitude '48.66493'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62157 48.66493, -1.62157 48.66493, -1.62157 48.66493, -1.62157 48.66493, -1.62157 48.66493))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6805'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71701 -1.62157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71701 -1.62157)"^^geo:wktLiteral ;
  geo-pos:lat "48.71701"^^xsd:decimal ;
  geo-pos:long "-1.62157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11416'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62157'^^xsd:double;
  dwc:latitude '48.71701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62157 48.71701, -1.62157 48.71701, -1.62157 48.71701, -1.62157 48.71701, -1.62157 48.71701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11416'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64408 -1.62156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64408 -1.62156)"^^geo:wktLiteral ;
  geo-pos:lat "48.64408"^^xsd:decimal ;
  geo-pos:long "-1.62156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13551'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62156'^^xsd:double;
  dwc:latitude '48.64408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62156 48.64408, -1.62156 48.64408, -1.62156 48.64408, -1.62156 48.64408, -1.62156 48.64408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13551'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64581 -1.62154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64581 -1.62154)"^^geo:wktLiteral ;
  geo-pos:lat "48.64581"^^xsd:decimal ;
  geo-pos:long "-1.62154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12168'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62154'^^xsd:double;
  dwc:latitude '48.64581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62154 48.64581, -1.62154 48.64581, -1.62154 48.64581, -1.62154 48.64581, -1.62154 48.64581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12168'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66414 -1.62152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66414 -1.62152)"^^geo:wktLiteral ;
  geo-pos:lat "48.66414"^^xsd:decimal ;
  geo-pos:long "-1.62152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10231'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62152'^^xsd:double;
  dwc:latitude '48.66414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62152 48.66414, -1.62152 48.66414, -1.62152 48.66414, -1.62152 48.66414, -1.62152 48.66414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10231'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67431 -1.62152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67431 -1.62152)"^^geo:wktLiteral ;
  geo-pos:lat "48.67431"^^xsd:decimal ;
  geo-pos:long "-1.62152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2708'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62152'^^xsd:double;
  dwc:latitude '48.67431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62152 48.67431, -1.62152 48.67431, -1.62152 48.67431, -1.62152 48.67431, -1.62152 48.67431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2708'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64167 -1.62142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64167"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64167 -1.62142)"^^geo:wktLiteral ;
  geo-pos:lat "48.64167"^^xsd:decimal ;
  geo-pos:long "-1.62142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12890'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62142'^^xsd:double;
  dwc:latitude '48.64167'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62142 48.64167, -1.62142 48.64167, -1.62142 48.64167, -1.62142 48.64167, -1.62142 48.64167))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12890'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65588 -1.62141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65588 -1.62141)"^^geo:wktLiteral ;
  geo-pos:lat "48.65588"^^xsd:decimal ;
  geo-pos:long "-1.62141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5313'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62141'^^xsd:double;
  dwc:latitude '48.65588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62141 48.65588, -1.62141 48.65588, -1.62141 48.65588, -1.62141 48.65588, -1.62141 48.65588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5313'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63864 -1.6214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63864 -1.6214)"^^geo:wktLiteral ;
  geo-pos:lat "48.63864"^^xsd:decimal ;
  geo-pos:long "-1.6214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11939'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6214'^^xsd:double;
  dwc:latitude '48.63864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6214 48.63864, -1.6214 48.63864, -1.6214 48.63864, -1.6214 48.63864, -1.6214 48.63864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11939'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66839 -1.6214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66839 -1.6214)"^^geo:wktLiteral ;
  geo-pos:lat "48.66839"^^xsd:decimal ;
  geo-pos:long "-1.6214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10753'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6214'^^xsd:double;
  dwc:latitude '48.66839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6214 48.66839, -1.6214 48.66839, -1.6214 48.66839, -1.6214 48.66839, -1.6214 48.66839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10753'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6745 -1.62135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6745 -1.62135)"^^geo:wktLiteral ;
  geo-pos:lat "48.6745"^^xsd:decimal ;
  geo-pos:long "-1.62135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9615'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62135'^^xsd:double;
  dwc:latitude '48.6745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62135 48.6745, -1.62135 48.6745, -1.62135 48.6745, -1.62135 48.6745, -1.62135 48.6745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9615'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70108 -1.62132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70108 -1.62132)"^^geo:wktLiteral ;
  geo-pos:lat "48.70108"^^xsd:decimal ;
  geo-pos:long "-1.62132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3707'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62132'^^xsd:double;
  dwc:latitude '48.70108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62132 48.70108, -1.62132 48.70108, -1.62132 48.70108, -1.62132 48.70108, -1.62132 48.70108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3707'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6699 -1.62131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6699 -1.62131)"^^geo:wktLiteral ;
  geo-pos:lat "48.6699"^^xsd:decimal ;
  geo-pos:long "-1.62131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10860'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62131'^^xsd:double;
  dwc:latitude '48.6699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62131 48.6699, -1.62131 48.6699, -1.62131 48.6699, -1.62131 48.6699, -1.62131 48.6699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10860'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76393 -1.62131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76393 -1.62131)"^^geo:wktLiteral ;
  geo-pos:lat "48.76393"^^xsd:decimal ;
  geo-pos:long "-1.62131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_763'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62131'^^xsd:double;
  dwc:latitude '48.76393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62131 48.76393, -1.62131 48.76393, -1.62131 48.76393, -1.62131 48.76393, -1.62131 48.76393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_763'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64582 -1.62128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64582 -1.62128)"^^geo:wktLiteral ;
  geo-pos:lat "48.64582"^^xsd:decimal ;
  geo-pos:long "-1.62128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13202'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62128'^^xsd:double;
  dwc:latitude '48.64582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62128 48.64582, -1.62128 48.64582, -1.62128 48.64582, -1.62128 48.64582, -1.62128 48.64582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13202'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70107 -1.62128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70107 -1.62128)"^^geo:wktLiteral ;
  geo-pos:lat "48.70107"^^xsd:decimal ;
  geo-pos:long "-1.62128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3621'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62128'^^xsd:double;
  dwc:latitude '48.70107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62128 48.70107, -1.62128 48.70107, -1.62128 48.70107, -1.62128 48.70107, -1.62128 48.70107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3621'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70209 -1.62128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70209 -1.62128)"^^geo:wktLiteral ;
  geo-pos:lat "48.70209"^^xsd:decimal ;
  geo-pos:long "-1.62128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5695'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62128'^^xsd:double;
  dwc:latitude '48.70209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62128 48.70209, -1.62128 48.70209, -1.62128 48.70209, -1.62128 48.70209, -1.62128 48.70209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5695'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63101 -1.62124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63101 -1.62124)"^^geo:wktLiteral ;
  geo-pos:lat "48.63101"^^xsd:decimal ;
  geo-pos:long "-1.62124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10769'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62124'^^xsd:double;
  dwc:latitude '48.63101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62124 48.63101, -1.62124 48.63101, -1.62124 48.63101, -1.62124 48.63101, -1.62124 48.63101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10769'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6804 -1.62119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6804 -1.62119)"^^geo:wktLiteral ;
  geo-pos:lat "48.6804"^^xsd:decimal ;
  geo-pos:long "-1.62119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8132'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62119'^^xsd:double;
  dwc:latitude '48.6804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62119 48.6804, -1.62119 48.6804, -1.62119 48.6804, -1.62119 48.6804, -1.62119 48.6804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8132'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.62117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.62117)"^^geo:wktLiteral ;
  geo-pos:lat "48.65117"^^xsd:decimal ;
  geo-pos:long "-1.62117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13203'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62117'^^xsd:double;
  dwc:latitude '48.65117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62117 48.65117, -1.62117 48.65117, -1.62117 48.65117, -1.62117 48.65117, -1.62117 48.65117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13203'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66351 -1.62112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66351 -1.62112)"^^geo:wktLiteral ;
  geo-pos:lat "48.66351"^^xsd:decimal ;
  geo-pos:long "-1.62112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12275'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62112'^^xsd:double;
  dwc:latitude '48.66351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62112 48.66351, -1.62112 48.66351, -1.62112 48.66351, -1.62112 48.66351, -1.62112 48.66351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12275'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69507 -1.62111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69507 -1.62111)"^^geo:wktLiteral ;
  geo-pos:lat "48.69507"^^xsd:decimal ;
  geo-pos:long "-1.62111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_130'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62111'^^xsd:double;
  dwc:latitude '48.69507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62111 48.69507, -1.62111 48.69507, -1.62111 48.69507, -1.62111 48.69507, -1.62111 48.69507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_130'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70858 -1.6211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70858 -1.6211)"^^geo:wktLiteral ;
  geo-pos:lat "48.70858"^^xsd:decimal ;
  geo-pos:long "-1.6211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8774'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6211'^^xsd:double;
  dwc:latitude '48.70858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6211 48.70858, -1.6211 48.70858, -1.6211 48.70858, -1.6211 48.70858, -1.6211 48.70858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8774'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66063 -1.62107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66063 -1.62107)"^^geo:wktLiteral ;
  geo-pos:lat "48.66063"^^xsd:decimal ;
  geo-pos:long "-1.62107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10999'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62107'^^xsd:double;
  dwc:latitude '48.66063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62107 48.66063, -1.62107 48.66063, -1.62107 48.66063, -1.62107 48.66063, -1.62107 48.66063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10999'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64399 -1.62106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64399 -1.62106)"^^geo:wktLiteral ;
  geo-pos:lat "48.64399"^^xsd:decimal ;
  geo-pos:long "-1.62106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13422'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62106'^^xsd:double;
  dwc:latitude '48.64399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62106 48.64399, -1.62106 48.64399, -1.62106 48.64399, -1.62106 48.64399, -1.62106 48.64399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13422'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64635 -1.62104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64635 -1.62104)"^^geo:wktLiteral ;
  geo-pos:lat "48.64635"^^xsd:decimal ;
  geo-pos:long "-1.62104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12700'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62104'^^xsd:double;
  dwc:latitude '48.64635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62104 48.64635, -1.62104 48.64635, -1.62104 48.64635, -1.62104 48.64635, -1.62104 48.64635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12700'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67007 -1.62102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67007 -1.62102)"^^geo:wktLiteral ;
  geo-pos:lat "48.67007"^^xsd:decimal ;
  geo-pos:long "-1.62102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9499'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62102'^^xsd:double;
  dwc:latitude '48.67007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62102 48.67007, -1.62102 48.67007, -1.62102 48.67007, -1.62102 48.67007, -1.62102 48.67007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9499'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70038 -1.62093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70038 -1.62093)"^^geo:wktLiteral ;
  geo-pos:lat "48.70038"^^xsd:decimal ;
  geo-pos:long "-1.62093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5228'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62093'^^xsd:double;
  dwc:latitude '48.70038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62093 48.70038, -1.62093 48.70038, -1.62093 48.70038, -1.62093 48.70038, -1.62093 48.70038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5228'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63352 -1.62092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63352 -1.62092)"^^geo:wktLiteral ;
  geo-pos:lat "48.63352"^^xsd:decimal ;
  geo-pos:long "-1.62092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13109'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62092'^^xsd:double;
  dwc:latitude '48.63352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62092 48.63352, -1.62092 48.63352, -1.62092 48.63352, -1.62092 48.63352, -1.62092 48.63352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13109'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64373 -1.62091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64373"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64373 -1.62091)"^^geo:wktLiteral ;
  geo-pos:lat "48.64373"^^xsd:decimal ;
  geo-pos:long "-1.62091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12573'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62091'^^xsd:double;
  dwc:latitude '48.64373'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62091 48.64373, -1.62091 48.64373, -1.62091 48.64373, -1.62091 48.64373, -1.62091 48.64373))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12573'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65278 -1.62088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65278 -1.62088)"^^geo:wktLiteral ;
  geo-pos:lat "48.65278"^^xsd:decimal ;
  geo-pos:long "-1.62088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13527'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62088'^^xsd:double;
  dwc:latitude '48.65278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62088 48.65278, -1.62088 48.65278, -1.62088 48.65278, -1.62088 48.65278, -1.62088 48.65278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13527'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66547 -1.62086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66547 -1.62086)"^^geo:wktLiteral ;
  geo-pos:lat "48.66547"^^xsd:decimal ;
  geo-pos:long "-1.62086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3000'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62086'^^xsd:double;
  dwc:latitude '48.66547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62086 48.66547, -1.62086 48.66547, -1.62086 48.66547, -1.62086 48.66547, -1.62086 48.66547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3000'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73315 -1.62086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73315 -1.62086)"^^geo:wktLiteral ;
  geo-pos:lat "48.73315"^^xsd:decimal ;
  geo-pos:long "-1.62086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9380'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62086'^^xsd:double;
  dwc:latitude '48.73315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62086 48.73315, -1.62086 48.73315, -1.62086 48.73315, -1.62086 48.73315, -1.62086 48.73315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9380'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70411 -1.62085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70411 -1.62085)"^^geo:wktLiteral ;
  geo-pos:lat "48.70411"^^xsd:decimal ;
  geo-pos:long "-1.62085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_55'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_55'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62085'^^xsd:double;
  dwc:latitude '48.70411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62085 48.70411, -1.62085 48.70411, -1.62085 48.70411, -1.62085 48.70411, -1.62085 48.70411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_55'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67297 -1.62083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67297 -1.62083)"^^geo:wktLiteral ;
  geo-pos:lat "48.67297"^^xsd:decimal ;
  geo-pos:long "-1.62083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8160'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62083'^^xsd:double;
  dwc:latitude '48.67297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62083 48.67297, -1.62083 48.67297, -1.62083 48.67297, -1.62083 48.67297, -1.62083 48.67297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8160'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69799 -1.62082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69799 -1.62082)"^^geo:wktLiteral ;
  geo-pos:lat "48.69799"^^xsd:decimal ;
  geo-pos:long "-1.62082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4294'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62082'^^xsd:double;
  dwc:latitude '48.69799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62082 48.69799, -1.62082 48.69799, -1.62082 48.69799, -1.62082 48.69799, -1.62082 48.69799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4294'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72727 -1.62081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72727 -1.62081)"^^geo:wktLiteral ;
  geo-pos:lat "48.72727"^^xsd:decimal ;
  geo-pos:long "-1.62081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8349'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62081'^^xsd:double;
  dwc:latitude '48.72727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62081 48.72727, -1.62081 48.72727, -1.62081 48.72727, -1.62081 48.72727, -1.62081 48.72727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8349'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72467 -1.6208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72467"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72467 -1.6208)"^^geo:wktLiteral ;
  geo-pos:lat "48.72467"^^xsd:decimal ;
  geo-pos:long "-1.6208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8697'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6208'^^xsd:double;
  dwc:latitude '48.72467'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6208 48.72467, -1.6208 48.72467, -1.6208 48.72467, -1.6208 48.72467, -1.6208 48.72467))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8697'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72676 -1.6208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72676 -1.6208)"^^geo:wktLiteral ;
  geo-pos:lat "48.72676"^^xsd:decimal ;
  geo-pos:long "-1.6208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7855'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6208'^^xsd:double;
  dwc:latitude '48.72676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6208 48.72676, -1.6208 48.72676, -1.6208 48.72676, -1.6208 48.72676, -1.6208 48.72676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7855'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67624 -1.62076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67624 -1.62076)"^^geo:wktLiteral ;
  geo-pos:lat "48.67624"^^xsd:decimal ;
  geo-pos:long "-1.62076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9190'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62076'^^xsd:double;
  dwc:latitude '48.67624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62076 48.67624, -1.62076 48.67624, -1.62076 48.67624, -1.62076 48.67624, -1.62076 48.67624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9190'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64401 -1.62075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64401 -1.62075)"^^geo:wktLiteral ;
  geo-pos:lat "48.64401"^^xsd:decimal ;
  geo-pos:long "-1.62075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12723'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62075'^^xsd:double;
  dwc:latitude '48.64401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62075 48.64401, -1.62075 48.64401, -1.62075 48.64401, -1.62075 48.64401, -1.62075 48.64401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12723'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64592 -1.62075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64592 -1.62075)"^^geo:wktLiteral ;
  geo-pos:lat "48.64592"^^xsd:decimal ;
  geo-pos:long "-1.62075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13632'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62075'^^xsd:double;
  dwc:latitude '48.64592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62075 48.64592, -1.62075 48.64592, -1.62075 48.64592, -1.62075 48.64592, -1.62075 48.64592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13632'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68334 -1.62074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68334 -1.62074)"^^geo:wktLiteral ;
  geo-pos:lat "48.68334"^^xsd:decimal ;
  geo-pos:long "-1.62074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10537'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62074'^^xsd:double;
  dwc:latitude '48.68334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62074 48.68334, -1.62074 48.68334, -1.62074 48.68334, -1.62074 48.68334, -1.62074 48.68334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10537'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71612 -1.6207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71612 -1.6207)"^^geo:wktLiteral ;
  geo-pos:lat "48.71612"^^xsd:decimal ;
  geo-pos:long "-1.6207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8530'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6207'^^xsd:double;
  dwc:latitude '48.71612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6207 48.71612, -1.6207 48.71612, -1.6207 48.71612, -1.6207 48.71612, -1.6207 48.71612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8530'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64574 -1.62067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64574 -1.62067)"^^geo:wktLiteral ;
  geo-pos:lat "48.64574"^^xsd:decimal ;
  geo-pos:long "-1.62067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10632'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62067'^^xsd:double;
  dwc:latitude '48.64574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62067 48.64574, -1.62067 48.64574, -1.62067 48.64574, -1.62067 48.64574, -1.62067 48.64574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10632'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67291 -1.62067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67291 -1.62067)"^^geo:wktLiteral ;
  geo-pos:lat "48.67291"^^xsd:decimal ;
  geo-pos:long "-1.62067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1798'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62067'^^xsd:double;
  dwc:latitude '48.67291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62067 48.67291, -1.62067 48.67291, -1.62067 48.67291, -1.62067 48.67291, -1.62067 48.67291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1798'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63841 -1.62065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63841 -1.62065)"^^geo:wktLiteral ;
  geo-pos:lat "48.63841"^^xsd:decimal ;
  geo-pos:long "-1.62065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10839'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62065'^^xsd:double;
  dwc:latitude '48.63841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62065 48.63841, -1.62065 48.63841, -1.62065 48.63841, -1.62065 48.63841, -1.62065 48.63841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10839'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66474 -1.62063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66474 -1.62063)"^^geo:wktLiteral ;
  geo-pos:lat "48.66474"^^xsd:decimal ;
  geo-pos:long "-1.62063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2880'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62063'^^xsd:double;
  dwc:latitude '48.66474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62063 48.66474, -1.62063 48.66474, -1.62063 48.66474, -1.62063 48.66474, -1.62063 48.66474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2880'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63653 -1.62061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63653 -1.62061)"^^geo:wktLiteral ;
  geo-pos:lat "48.63653"^^xsd:decimal ;
  geo-pos:long "-1.62061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11938'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62061'^^xsd:double;
  dwc:latitude '48.63653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62061 48.63653, -1.62061 48.63653, -1.62061 48.63653, -1.62061 48.63653, -1.62061 48.63653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11938'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65376 -1.62061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65376 -1.62061)"^^geo:wktLiteral ;
  geo-pos:lat "48.65376"^^xsd:decimal ;
  geo-pos:long "-1.62061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13499'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62061'^^xsd:double;
  dwc:latitude '48.65376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62061 48.65376, -1.62061 48.65376, -1.62061 48.65376, -1.62061 48.65376, -1.62061 48.65376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13499'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.6206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.6206)"^^geo:wktLiteral ;
  geo-pos:lat "48.69827"^^xsd:decimal ;
  geo-pos:long "-1.6206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6074'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6206'^^xsd:double;
  dwc:latitude '48.69827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6206 48.69827, -1.6206 48.69827, -1.6206 48.69827, -1.6206 48.69827, -1.6206 48.69827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6074'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72867 -1.6206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72867 -1.6206)"^^geo:wktLiteral ;
  geo-pos:lat "48.72867"^^xsd:decimal ;
  geo-pos:long "-1.6206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8577'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6206'^^xsd:double;
  dwc:latitude '48.72867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6206 48.72867, -1.6206 48.72867, -1.6206 48.72867, -1.6206 48.72867, -1.6206 48.72867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8577'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70233 -1.62059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70233 -1.62059)"^^geo:wktLiteral ;
  geo-pos:lat "48.70233"^^xsd:decimal ;
  geo-pos:long "-1.62059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3708'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62059'^^xsd:double;
  dwc:latitude '48.70233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62059 48.70233, -1.62059 48.70233, -1.62059 48.70233, -1.62059 48.70233, -1.62059 48.70233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3708'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62927 -1.62056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.62927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62927 -1.62056)"^^geo:wktLiteral ;
  geo-pos:lat "48.62927"^^xsd:decimal ;
  geo-pos:long "-1.62056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11131'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62056'^^xsd:double;
  dwc:latitude '48.62927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62056 48.62927, -1.62056 48.62927, -1.62056 48.62927, -1.62056 48.62927, -1.62056 48.62927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11131'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63014 -1.62056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63014 -1.62056)"^^geo:wktLiteral ;
  geo-pos:lat "48.63014"^^xsd:decimal ;
  geo-pos:long "-1.62056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11132'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62056'^^xsd:double;
  dwc:latitude '48.63014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62056 48.63014, -1.62056 48.63014, -1.62056 48.63014, -1.62056 48.63014, -1.62056 48.63014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11132'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63139 -1.62056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63139 -1.62056)"^^geo:wktLiteral ;
  geo-pos:lat "48.63139"^^xsd:decimal ;
  geo-pos:long "-1.62056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13170'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62056'^^xsd:double;
  dwc:latitude '48.63139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62056 48.63139, -1.62056 48.63139, -1.62056 48.63139, -1.62056 48.63139, -1.62056 48.63139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13170'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65757 -1.62055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65757"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65757 -1.62055)"^^geo:wktLiteral ;
  geo-pos:lat "48.65757"^^xsd:decimal ;
  geo-pos:long "-1.62055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12585'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62055'^^xsd:double;
  dwc:latitude '48.65757'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62055 48.65757, -1.62055 48.65757, -1.62055 48.65757, -1.62055 48.65757, -1.62055 48.65757))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12585'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65686 -1.6205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65686 -1.6205)"^^geo:wktLiteral ;
  geo-pos:lat "48.65686"^^xsd:decimal ;
  geo-pos:long "-1.6205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13184'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6205'^^xsd:double;
  dwc:latitude '48.65686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6205 48.65686, -1.6205 48.65686, -1.6205 48.65686, -1.6205 48.65686, -1.6205 48.65686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13184'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66947 -1.6205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66947 -1.6205)"^^geo:wktLiteral ;
  geo-pos:lat "48.66947"^^xsd:decimal ;
  geo-pos:long "-1.6205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5322'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6205'^^xsd:double;
  dwc:latitude '48.66947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6205 48.66947, -1.6205 48.66947, -1.6205 48.66947, -1.6205 48.66947, -1.6205 48.66947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5322'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65311 -1.62048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65311"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65311 -1.62048)"^^geo:wktLiteral ;
  geo-pos:lat "48.65311"^^xsd:decimal ;
  geo-pos:long "-1.62048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11305'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62048'^^xsd:double;
  dwc:latitude '48.65311'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62048 48.65311, -1.62048 48.65311, -1.62048 48.65311, -1.62048 48.65311, -1.62048 48.65311))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11305'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64863 -1.62044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64863 -1.62044)"^^geo:wktLiteral ;
  geo-pos:lat "48.64863"^^xsd:decimal ;
  geo-pos:long "-1.62044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13566'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62044'^^xsd:double;
  dwc:latitude '48.64863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62044 48.64863, -1.62044 48.64863, -1.62044 48.64863, -1.62044 48.64863, -1.62044 48.64863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13566'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70571 -1.62039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70571 -1.62039)"^^geo:wktLiteral ;
  geo-pos:lat "48.70571"^^xsd:decimal ;
  geo-pos:long "-1.62039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4125'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62039'^^xsd:double;
  dwc:latitude '48.70571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62039 48.70571, -1.62039 48.70571, -1.62039 48.70571, -1.62039 48.70571, -1.62039 48.70571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4125'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67857 -1.62034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67857 -1.62034)"^^geo:wktLiteral ;
  geo-pos:lat "48.67857"^^xsd:decimal ;
  geo-pos:long "-1.62034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12141'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62034'^^xsd:double;
  dwc:latitude '48.67857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62034 48.67857, -1.62034 48.67857, -1.62034 48.67857, -1.62034 48.67857, -1.62034 48.67857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12141'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64631 -1.62032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64631 -1.62032)"^^geo:wktLiteral ;
  geo-pos:lat "48.64631"^^xsd:decimal ;
  geo-pos:long "-1.62032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12226'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62032'^^xsd:double;
  dwc:latitude '48.64631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62032 48.64631, -1.62032 48.64631, -1.62032 48.64631, -1.62032 48.64631, -1.62032 48.64631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12226'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68169 -1.6203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68169 -1.6203)"^^geo:wktLiteral ;
  geo-pos:lat "48.68169"^^xsd:decimal ;
  geo-pos:long "-1.6203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8222'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6203'^^xsd:double;
  dwc:latitude '48.68169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6203 48.68169, -1.6203 48.68169, -1.6203 48.68169, -1.6203 48.68169, -1.6203 48.68169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8222'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70129 -1.62029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70129 -1.62029)"^^geo:wktLiteral ;
  geo-pos:lat "48.70129"^^xsd:decimal ;
  geo-pos:long "-1.62029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3585'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62029'^^xsd:double;
  dwc:latitude '48.70129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62029 48.70129, -1.62029 48.70129, -1.62029 48.70129, -1.62029 48.70129, -1.62029 48.70129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3585'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70754 -1.62029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70754 -1.62029)"^^geo:wktLiteral ;
  geo-pos:lat "48.70754"^^xsd:decimal ;
  geo-pos:long "-1.62029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8699'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62029'^^xsd:double;
  dwc:latitude '48.70754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62029 48.70754, -1.62029 48.70754, -1.62029 48.70754, -1.62029 48.70754, -1.62029 48.70754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8699'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66442 -1.62027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66442 -1.62027)"^^geo:wktLiteral ;
  geo-pos:lat "48.66442"^^xsd:decimal ;
  geo-pos:long "-1.62027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6350'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62027'^^xsd:double;
  dwc:latitude '48.66442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62027 48.66442, -1.62027 48.66442, -1.62027 48.66442, -1.62027 48.66442, -1.62027 48.66442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6350'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70298 -1.62027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70298 -1.62027)"^^geo:wktLiteral ;
  geo-pos:lat "48.70298"^^xsd:decimal ;
  geo-pos:long "-1.62027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1124'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62027'^^xsd:double;
  dwc:latitude '48.70298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62027 48.70298, -1.62027 48.70298, -1.62027 48.70298, -1.62027 48.70298, -1.62027 48.70298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1124'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64147 -1.62024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64147 -1.62024)"^^geo:wktLiteral ;
  geo-pos:lat "48.64147"^^xsd:decimal ;
  geo-pos:long "-1.62024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11183'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62024'^^xsd:double;
  dwc:latitude '48.64147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62024 48.64147, -1.62024 48.64147, -1.62024 48.64147, -1.62024 48.64147, -1.62024 48.64147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11183'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.03253 -1.62024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.03253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.03253 -1.62024)"^^geo:wktLiteral ;
  geo-pos:lat "50.03253"^^xsd:decimal ;
  geo-pos:long "-1.62024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7556'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62024'^^xsd:double;
  dwc:latitude '50.03253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62024 50.03253, -1.62024 50.03253, -1.62024 50.03253, -1.62024 50.03253, -1.62024 50.03253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7556'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65059 -1.62022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65059 -1.62022)"^^geo:wktLiteral ;
  geo-pos:lat "48.65059"^^xsd:decimal ;
  geo-pos:long "-1.62022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11325'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62022'^^xsd:double;
  dwc:latitude '48.65059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62022 48.65059, -1.62022 48.65059, -1.62022 48.65059, -1.62022 48.65059, -1.62022 48.65059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11325'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64568 -1.62019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64568 -1.62019)"^^geo:wktLiteral ;
  geo-pos:lat "48.64568"^^xsd:decimal ;
  geo-pos:long "-1.62019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11761'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62019'^^xsd:double;
  dwc:latitude '48.64568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62019 48.64568, -1.62019 48.64568, -1.62019 48.64568, -1.62019 48.64568, -1.62019 48.64568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11761'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6714 -1.62019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6714"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6714 -1.62019)"^^geo:wktLiteral ;
  geo-pos:lat "48.6714"^^xsd:decimal ;
  geo-pos:long "-1.62019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9003'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62019'^^xsd:double;
  dwc:latitude '48.6714'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62019 48.6714, -1.62019 48.6714, -1.62019 48.6714, -1.62019 48.6714, -1.62019 48.6714))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9003'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69758 -1.62018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69758 -1.62018)"^^geo:wktLiteral ;
  geo-pos:lat "48.69758"^^xsd:decimal ;
  geo-pos:long "-1.62018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4774'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62018'^^xsd:double;
  dwc:latitude '48.69758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62018 48.69758, -1.62018 48.69758, -1.62018 48.69758, -1.62018 48.69758, -1.62018 48.69758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4774'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6313 -1.62016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6313 -1.62016)"^^geo:wktLiteral ;
  geo-pos:lat "48.6313"^^xsd:decimal ;
  geo-pos:long "-1.62016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13108'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62016'^^xsd:double;
  dwc:latitude '48.6313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62016 48.6313, -1.62016 48.6313, -1.62016 48.6313, -1.62016 48.6313, -1.62016 48.6313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13108'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66993 -1.62014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66993"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66993 -1.62014)"^^geo:wktLiteral ;
  geo-pos:lat "48.66993"^^xsd:decimal ;
  geo-pos:long "-1.62014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10735'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62014'^^xsd:double;
  dwc:latitude '48.66993'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62014 48.66993, -1.62014 48.66993, -1.62014 48.66993, -1.62014 48.66993, -1.62014 48.66993))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10735'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6709 -1.62013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6709 -1.62013)"^^geo:wktLiteral ;
  geo-pos:lat "48.6709"^^xsd:decimal ;
  geo-pos:long "-1.62013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11519'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62013'^^xsd:double;
  dwc:latitude '48.6709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62013 48.6709, -1.62013 48.6709, -1.62013 48.6709, -1.62013 48.6709, -1.62013 48.6709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11519'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64656 -1.62009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64656 -1.62009)"^^geo:wktLiteral ;
  geo-pos:lat "48.64656"^^xsd:decimal ;
  geo-pos:long "-1.62009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12225'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62009'^^xsd:double;
  dwc:latitude '48.64656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62009 48.64656, -1.62009 48.64656, -1.62009 48.64656, -1.62009 48.64656, -1.62009 48.64656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12225'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7014 -1.62008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7014 -1.62008)"^^geo:wktLiteral ;
  geo-pos:lat "48.7014"^^xsd:decimal ;
  geo-pos:long "-1.62008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10217'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62008'^^xsd:double;
  dwc:latitude '48.7014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62008 48.7014, -1.62008 48.7014, -1.62008 48.7014, -1.62008 48.7014, -1.62008 48.7014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10217'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66836 -1.62006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.62006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66836 -1.62006)"^^geo:wktLiteral ;
  geo-pos:lat "48.66836"^^xsd:decimal ;
  geo-pos:long "-1.62006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10262'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.62006'^^xsd:double;
  dwc:latitude '48.66836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.62006 48.66836, -1.62006 48.66836, -1.62006 48.66836, -1.62006 48.66836, -1.62006 48.66836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10262'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65016 -1.61999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65016 -1.61999)"^^geo:wktLiteral ;
  geo-pos:lat "48.65016"^^xsd:decimal ;
  geo-pos:long "-1.61999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13633'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61999'^^xsd:double;
  dwc:latitude '48.65016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61999 48.65016, -1.61999 48.65016, -1.61999 48.65016, -1.61999 48.65016, -1.61999 48.65016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13633'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73305 -1.61998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73305 -1.61998)"^^geo:wktLiteral ;
  geo-pos:lat "48.73305"^^xsd:decimal ;
  geo-pos:long "-1.61998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9379'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61998'^^xsd:double;
  dwc:latitude '48.73305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61998 48.73305, -1.61998 48.73305, -1.61998 48.73305, -1.61998 48.73305, -1.61998 48.73305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9379'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64634 -1.61997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64634 -1.61997)"^^geo:wktLiteral ;
  geo-pos:lat "48.64634"^^xsd:decimal ;
  geo-pos:long "-1.61997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13407'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61997'^^xsd:double;
  dwc:latitude '48.64634'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61997 48.64634, -1.61997 48.64634, -1.61997 48.64634, -1.61997 48.64634, -1.61997 48.64634))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13407'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64441 -1.61993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64441 -1.61993)"^^geo:wktLiteral ;
  geo-pos:lat "48.64441"^^xsd:decimal ;
  geo-pos:long "-1.61993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11324'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61993'^^xsd:double;
  dwc:latitude '48.64441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61993 48.64441, -1.61993 48.64441, -1.61993 48.64441, -1.61993 48.64441, -1.61993 48.64441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11324'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70534 -1.61993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70534"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70534 -1.61993)"^^geo:wktLiteral ;
  geo-pos:lat "48.70534"^^xsd:decimal ;
  geo-pos:long "-1.61993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_56'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_56'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61993'^^xsd:double;
  dwc:latitude '48.70534'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61993 48.70534, -1.61993 48.70534, -1.61993 48.70534, -1.61993 48.70534, -1.61993 48.70534))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_56'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70997 -1.61991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70997 -1.61991)"^^geo:wktLiteral ;
  geo-pos:lat "48.70997"^^xsd:decimal ;
  geo-pos:long "-1.61991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10781'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61991'^^xsd:double;
  dwc:latitude '48.70997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61991 48.70997, -1.61991 48.70997, -1.61991 48.70997, -1.61991 48.70997, -1.61991 48.70997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10781'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70837 -1.61989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70837 -1.61989)"^^geo:wktLiteral ;
  geo-pos:lat "48.70837"^^xsd:decimal ;
  geo-pos:long "-1.61989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7798'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61989'^^xsd:double;
  dwc:latitude '48.70837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61989 48.70837, -1.61989 48.70837, -1.61989 48.70837, -1.61989 48.70837, -1.61989 48.70837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7798'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69898 -1.61987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69898 -1.61987)"^^geo:wktLiteral ;
  geo-pos:lat "48.69898"^^xsd:decimal ;
  geo-pos:long "-1.61987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2593'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61987'^^xsd:double;
  dwc:latitude '48.69898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61987 48.69898, -1.61987 48.69898, -1.61987 48.69898, -1.61987 48.69898, -1.61987 48.69898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2593'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69413 -1.61985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69413 -1.61985)"^^geo:wktLiteral ;
  geo-pos:lat "48.69413"^^xsd:decimal ;
  geo-pos:long "-1.61985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4122'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61985'^^xsd:double;
  dwc:latitude '48.69413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61985 48.69413, -1.61985 48.69413, -1.61985 48.69413, -1.61985 48.69413, -1.61985 48.69413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4122'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65026 -1.61984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65026 -1.61984)"^^geo:wktLiteral ;
  geo-pos:lat "48.65026"^^xsd:decimal ;
  geo-pos:long "-1.61984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12701'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61984'^^xsd:double;
  dwc:latitude '48.65026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61984 48.65026, -1.61984 48.65026, -1.61984 48.65026, -1.61984 48.65026, -1.61984 48.65026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12701'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70544 -1.61981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70544 -1.61981)"^^geo:wktLiteral ;
  geo-pos:lat "48.70544"^^xsd:decimal ;
  geo-pos:long "-1.61981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_57'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_57'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61981'^^xsd:double;
  dwc:latitude '48.70544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61981 48.70544, -1.61981 48.70544, -1.61981 48.70544, -1.61981 48.70544, -1.61981 48.70544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_57'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67043 -1.6198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67043 -1.6198)"^^geo:wktLiteral ;
  geo-pos:lat "48.67043"^^xsd:decimal ;
  geo-pos:long "-1.6198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10578'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6198'^^xsd:double;
  dwc:latitude '48.67043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6198 48.67043, -1.6198 48.67043, -1.6198 48.67043, -1.6198 48.67043, -1.6198 48.67043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10578'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64451 -1.61978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64451 -1.61978)"^^geo:wktLiteral ;
  geo-pos:lat "48.64451"^^xsd:decimal ;
  geo-pos:long "-1.61978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10862'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61978'^^xsd:double;
  dwc:latitude '48.64451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61978 48.64451, -1.61978 48.64451, -1.61978 48.64451, -1.61978 48.64451, -1.61978 48.64451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10862'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67503 -1.61978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67503 -1.61978)"^^geo:wktLiteral ;
  geo-pos:lat "48.67503"^^xsd:decimal ;
  geo-pos:long "-1.61978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3114'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61978'^^xsd:double;
  dwc:latitude '48.67503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61978 48.67503, -1.61978 48.67503, -1.61978 48.67503, -1.61978 48.67503, -1.61978 48.67503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3114'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7441 -1.61977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7441 -1.61977)"^^geo:wktLiteral ;
  geo-pos:lat "48.7441"^^xsd:decimal ;
  geo-pos:long "-1.61977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2858'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61977'^^xsd:double;
  dwc:latitude '48.7441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61977 48.7441, -1.61977 48.7441, -1.61977 48.7441, -1.61977 48.7441, -1.61977 48.7441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2858'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65319 -1.61975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65319 -1.61975)"^^geo:wktLiteral ;
  geo-pos:lat "48.65319"^^xsd:decimal ;
  geo-pos:long "-1.61975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8978'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61975'^^xsd:double;
  dwc:latitude '48.65319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61975 48.65319, -1.61975 48.65319, -1.61975 48.65319, -1.61975 48.65319, -1.61975 48.65319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8978'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70222 -1.61974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70222 -1.61974)"^^geo:wktLiteral ;
  geo-pos:lat "48.70222"^^xsd:decimal ;
  geo-pos:long "-1.61974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3622'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61974'^^xsd:double;
  dwc:latitude '48.70222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61974 48.70222, -1.61974 48.70222, -1.61974 48.70222, -1.61974 48.70222, -1.61974 48.70222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3622'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66832 -1.61973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66832 -1.61973)"^^geo:wktLiteral ;
  geo-pos:lat "48.66832"^^xsd:decimal ;
  geo-pos:long "-1.61973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10261'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61973'^^xsd:double;
  dwc:latitude '48.66832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61973 48.66832, -1.61973 48.66832, -1.61973 48.66832, -1.61973 48.66832, -1.61973 48.66832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10261'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67746 -1.61973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67746 -1.61973)"^^geo:wktLiteral ;
  geo-pos:lat "48.67746"^^xsd:decimal ;
  geo-pos:long "-1.61973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8553'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61973'^^xsd:double;
  dwc:latitude '48.67746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61973 48.67746, -1.61973 48.67746, -1.61973 48.67746, -1.61973 48.67746, -1.61973 48.67746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8553'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64829 -1.61972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64829 -1.61972)"^^geo:wktLiteral ;
  geo-pos:lat "48.64829"^^xsd:decimal ;
  geo-pos:long "-1.61972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13644'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61972'^^xsd:double;
  dwc:latitude '48.64829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61972 48.64829, -1.61972 48.64829, -1.61972 48.64829, -1.61972 48.64829, -1.61972 48.64829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13644'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64367 -1.61969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64367 -1.61969)"^^geo:wktLiteral ;
  geo-pos:lat "48.64367"^^xsd:decimal ;
  geo-pos:long "-1.61969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10863'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61969'^^xsd:double;
  dwc:latitude '48.64367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61969 48.64367, -1.61969 48.64367, -1.61969 48.64367, -1.61969 48.64367, -1.61969 48.64367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10863'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64683 -1.61969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64683 -1.61969)"^^geo:wktLiteral ;
  geo-pos:lat "48.64683"^^xsd:decimal ;
  geo-pos:long "-1.61969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11091'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61969'^^xsd:double;
  dwc:latitude '48.64683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61969 48.64683, -1.61969 48.64683, -1.61969 48.64683, -1.61969 48.64683, -1.61969 48.64683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11091'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64199 -1.61968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64199 -1.61968)"^^geo:wktLiteral ;
  geo-pos:lat "48.64199"^^xsd:decimal ;
  geo-pos:long "-1.61968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11954'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61968'^^xsd:double;
  dwc:latitude '48.64199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61968 48.64199, -1.61968 48.64199, -1.61968 48.64199, -1.61968 48.64199, -1.61968 48.64199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11954'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64471 -1.61968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64471 -1.61968)"^^geo:wktLiteral ;
  geo-pos:lat "48.64471"^^xsd:decimal ;
  geo-pos:long "-1.61968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11209'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61968'^^xsd:double;
  dwc:latitude '48.64471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61968 48.64471, -1.61968 48.64471, -1.61968 48.64471, -1.61968 48.64471, -1.61968 48.64471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11209'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66912 -1.61968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66912 -1.61968)"^^geo:wktLiteral ;
  geo-pos:lat "48.66912"^^xsd:decimal ;
  geo-pos:long "-1.61968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13557'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61968'^^xsd:double;
  dwc:latitude '48.66912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61968 48.66912, -1.61968 48.66912, -1.61968 48.66912, -1.61968 48.66912, -1.61968 48.66912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13557'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64998 -1.61965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64998 -1.61965)"^^geo:wktLiteral ;
  geo-pos:lat "48.64998"^^xsd:decimal ;
  geo-pos:long "-1.61965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10645'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.43333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61965'^^xsd:double;
  dwc:latitude '48.64998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61965 48.64998, -1.61965 48.64998, -1.61965 48.64998, -1.61965 48.64998, -1.61965 48.64998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10645'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67211 -1.61965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67211 -1.61965)"^^geo:wktLiteral ;
  geo-pos:lat "48.67211"^^xsd:decimal ;
  geo-pos:long "-1.61965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5181'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61965'^^xsd:double;
  dwc:latitude '48.67211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61965 48.67211, -1.61965 48.67211, -1.61965 48.67211, -1.61965 48.67211, -1.61965 48.67211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5181'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66177 -1.61964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66177 -1.61964)"^^geo:wktLiteral ;
  geo-pos:lat "48.66177"^^xsd:decimal ;
  geo-pos:long "-1.61964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6351'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61964'^^xsd:double;
  dwc:latitude '48.66177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61964 48.66177, -1.61964 48.66177, -1.61964 48.66177, -1.61964 48.66177, -1.61964 48.66177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6351'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69699 -1.61964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69699 -1.61964)"^^geo:wktLiteral ;
  geo-pos:lat "48.69699"^^xsd:decimal ;
  geo-pos:long "-1.61964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5490'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61964'^^xsd:double;
  dwc:latitude '48.69699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61964 48.69699, -1.61964 48.69699, -1.61964 48.69699, -1.61964 48.69699, -1.61964 48.69699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5490'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7016 -1.61963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7016 -1.61963)"^^geo:wktLiteral ;
  geo-pos:lat "48.7016"^^xsd:decimal ;
  geo-pos:long "-1.61963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10180'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61963'^^xsd:double;
  dwc:latitude '48.7016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61963 48.7016, -1.61963 48.7016, -1.61963 48.7016, -1.61963 48.7016, -1.61963 48.7016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10180'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6963 -1.61962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6963 -1.61962)"^^geo:wktLiteral ;
  geo-pos:lat "48.6963"^^xsd:decimal ;
  geo-pos:long "-1.61962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6573'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61962'^^xsd:double;
  dwc:latitude '48.6963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61962 48.6963, -1.61962 48.6963, -1.61962 48.6963, -1.61962 48.6963, -1.61962 48.6963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6573'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64323 -1.61961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64323 -1.61961)"^^geo:wktLiteral ;
  geo-pos:lat "48.64323"^^xsd:decimal ;
  geo-pos:long "-1.61961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12779'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61961'^^xsd:double;
  dwc:latitude '48.64323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61961 48.64323, -1.61961 48.64323, -1.61961 48.64323, -1.61961 48.64323, -1.61961 48.64323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12779'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65644 -1.61959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65644 -1.61959)"^^geo:wktLiteral ;
  geo-pos:lat "48.65644"^^xsd:decimal ;
  geo-pos:long "-1.61959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11328'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61959'^^xsd:double;
  dwc:latitude '48.65644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61959 48.65644, -1.61959 48.65644, -1.61959 48.65644, -1.61959 48.65644, -1.61959 48.65644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11328'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70625 -1.61955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70625"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70625 -1.61955)"^^geo:wktLiteral ;
  geo-pos:lat "48.70625"^^xsd:decimal ;
  geo-pos:long "-1.61955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10210'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61955'^^xsd:double;
  dwc:latitude '48.70625'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61955 48.70625, -1.61955 48.70625, -1.61955 48.70625, -1.61955 48.70625, -1.61955 48.70625))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10210'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72083 -1.61954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72083 -1.61954)"^^geo:wktLiteral ;
  geo-pos:lat "48.72083"^^xsd:decimal ;
  geo-pos:long "-1.61954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8822'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61954'^^xsd:double;
  dwc:latitude '48.72083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61954 48.72083, -1.61954 48.72083, -1.61954 48.72083, -1.61954 48.72083, -1.61954 48.72083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8822'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64396 -1.61951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64396 -1.61951)"^^geo:wktLiteral ;
  geo-pos:lat "48.64396"^^xsd:decimal ;
  geo-pos:long "-1.61951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10877'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61951'^^xsd:double;
  dwc:latitude '48.64396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61951 48.64396, -1.61951 48.64396, -1.61951 48.64396, -1.61951 48.64396, -1.61951 48.64396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10877'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65202 -1.61951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65202"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65202 -1.61951)"^^geo:wktLiteral ;
  geo-pos:lat "48.65202"^^xsd:decimal ;
  geo-pos:long "-1.61951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11663'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61951'^^xsd:double;
  dwc:latitude '48.65202'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61951 48.65202, -1.61951 48.65202, -1.61951 48.65202, -1.61951 48.65202, -1.61951 48.65202))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11663'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64366 -1.61948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64366"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64366 -1.61948)"^^geo:wktLiteral ;
  geo-pos:lat "48.64366"^^xsd:decimal ;
  geo-pos:long "-1.61948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12693'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61948'^^xsd:double;
  dwc:latitude '48.64366'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61948 48.64366, -1.61948 48.64366, -1.61948 48.64366, -1.61948 48.64366, -1.61948 48.64366))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12693'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65359 -1.61948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65359 -1.61948)"^^geo:wktLiteral ;
  geo-pos:lat "48.65359"^^xsd:decimal ;
  geo-pos:long "-1.61948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13401'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61948'^^xsd:double;
  dwc:latitude '48.65359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61948 48.65359, -1.61948 48.65359, -1.61948 48.65359, -1.61948 48.65359, -1.61948 48.65359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13401'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66099 -1.61947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66099 -1.61947)"^^geo:wktLiteral ;
  geo-pos:lat "48.66099"^^xsd:decimal ;
  geo-pos:long "-1.61947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13456'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61947'^^xsd:double;
  dwc:latitude '48.66099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61947 48.66099, -1.61947 48.66099, -1.61947 48.66099, -1.61947 48.66099, -1.61947 48.66099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13456'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65276 -1.61946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65276 -1.61946)"^^geo:wktLiteral ;
  geo-pos:lat "48.65276"^^xsd:decimal ;
  geo-pos:long "-1.61946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13079'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61946'^^xsd:double;
  dwc:latitude '48.65276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61946 48.65276, -1.61946 48.65276, -1.61946 48.65276, -1.61946 48.65276, -1.61946 48.65276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13079'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66435 -1.6194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66435 -1.6194)"^^geo:wktLiteral ;
  geo-pos:lat "48.66435"^^xsd:decimal ;
  geo-pos:long "-1.6194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2710'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6194'^^xsd:double;
  dwc:latitude '48.66435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6194 48.66435, -1.6194 48.66435, -1.6194 48.66435, -1.6194 48.66435, -1.6194 48.66435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2710'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6433 -1.61935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6433 -1.61935)"^^geo:wktLiteral ;
  geo-pos:lat "48.6433"^^xsd:decimal ;
  geo-pos:long "-1.61935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12535'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61935'^^xsd:double;
  dwc:latitude '48.6433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61935 48.6433, -1.61935 48.6433, -1.61935 48.6433, -1.61935 48.6433, -1.61935 48.6433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12535'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71565 -1.61935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71565 -1.61935)"^^geo:wktLiteral ;
  geo-pos:lat "48.71565"^^xsd:decimal ;
  geo-pos:long "-1.61935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8271'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61935'^^xsd:double;
  dwc:latitude '48.71565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61935 48.71565, -1.61935 48.71565, -1.61935 48.71565, -1.61935 48.71565, -1.61935 48.71565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8271'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64661 -1.61934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64661 -1.61934)"^^geo:wktLiteral ;
  geo-pos:lat "48.64661"^^xsd:decimal ;
  geo-pos:long "-1.61934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12939'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61934'^^xsd:double;
  dwc:latitude '48.64661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61934 48.64661, -1.61934 48.64661, -1.61934 48.64661, -1.61934 48.64661, -1.61934 48.64661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12939'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64402 -1.61932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64402 -1.61932)"^^geo:wktLiteral ;
  geo-pos:lat "48.64402"^^xsd:decimal ;
  geo-pos:long "-1.61932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11451'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61932'^^xsd:double;
  dwc:latitude '48.64402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61932 48.64402, -1.61932 48.64402, -1.61932 48.64402, -1.61932 48.64402, -1.61932 48.64402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11451'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66704 -1.61932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66704 -1.61932)"^^geo:wktLiteral ;
  geo-pos:lat "48.66704"^^xsd:decimal ;
  geo-pos:long "-1.61932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13143'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61932'^^xsd:double;
  dwc:latitude '48.66704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61932 48.66704, -1.61932 48.66704, -1.61932 48.66704, -1.61932 48.66704, -1.61932 48.66704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13143'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64431 -1.61931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64431 -1.61931)"^^geo:wktLiteral ;
  geo-pos:lat "48.64431"^^xsd:decimal ;
  geo-pos:long "-1.61931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11022'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61931'^^xsd:double;
  dwc:latitude '48.64431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61931 48.64431, -1.61931 48.64431, -1.61931 48.64431, -1.61931 48.64431, -1.61931 48.64431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11022'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70045 -1.61931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70045 -1.61931)"^^geo:wktLiteral ;
  geo-pos:lat "48.70045"^^xsd:decimal ;
  geo-pos:long "-1.61931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5779'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61931'^^xsd:double;
  dwc:latitude '48.70045'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61931 48.70045, -1.61931 48.70045, -1.61931 48.70045, -1.61931 48.70045, -1.61931 48.70045))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5779'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72627 -1.61931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72627 -1.61931)"^^geo:wktLiteral ;
  geo-pos:lat "48.72627"^^xsd:decimal ;
  geo-pos:long "-1.61931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9902'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61931'^^xsd:double;
  dwc:latitude '48.72627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61931 48.72627, -1.61931 48.72627, -1.61931 48.72627, -1.61931 48.72627, -1.61931 48.72627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9902'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67037 -1.61929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67037 -1.61929)"^^geo:wktLiteral ;
  geo-pos:lat "48.67037"^^xsd:decimal ;
  geo-pos:long "-1.61929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11459'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61929'^^xsd:double;
  dwc:latitude '48.67037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61929 48.67037, -1.61929 48.67037, -1.61929 48.67037, -1.61929 48.67037, -1.61929 48.67037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11459'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70242 -1.61929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70242 -1.61929)"^^geo:wktLiteral ;
  geo-pos:lat "48.70242"^^xsd:decimal ;
  geo-pos:long "-1.61929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4510'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61929'^^xsd:double;
  dwc:latitude '48.70242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61929 48.70242, -1.61929 48.70242, -1.61929 48.70242, -1.61929 48.70242, -1.61929 48.70242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4510'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6746 -1.61917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6746 -1.61917)"^^geo:wktLiteral ;
  geo-pos:lat "48.6746"^^xsd:decimal ;
  geo-pos:long "-1.61917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3113'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61917'^^xsd:double;
  dwc:latitude '48.6746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61917 48.6746, -1.61917 48.6746, -1.61917 48.6746, -1.61917 48.6746, -1.61917 48.6746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3113'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65312 -1.61916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65312"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65312 -1.61916)"^^geo:wktLiteral ;
  geo-pos:lat "48.65312"^^xsd:decimal ;
  geo-pos:long "-1.61916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12681'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61916'^^xsd:double;
  dwc:latitude '48.65312'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61916 48.65312, -1.61916 48.65312, -1.61916 48.65312, -1.61916 48.65312, -1.61916 48.65312))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12681'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65393 -1.61915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65393 -1.61915)"^^geo:wktLiteral ;
  geo-pos:lat "48.65393"^^xsd:decimal ;
  geo-pos:long "-1.61915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12253'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61915'^^xsd:double;
  dwc:latitude '48.65393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61915 48.65393, -1.61915 48.65393, -1.61915 48.65393, -1.61915 48.65393, -1.61915 48.65393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12253'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64351 -1.61914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64351 -1.61914)"^^geo:wktLiteral ;
  geo-pos:lat "48.64351"^^xsd:decimal ;
  geo-pos:long "-1.61914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11307'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61914'^^xsd:double;
  dwc:latitude '48.64351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61914 48.64351, -1.61914 48.64351, -1.61914 48.64351, -1.61914 48.64351, -1.61914 48.64351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11307'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64624 -1.61914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64624 -1.61914)"^^geo:wktLiteral ;
  geo-pos:lat "48.64624"^^xsd:decimal ;
  geo-pos:long "-1.61914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11724'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61914'^^xsd:double;
  dwc:latitude '48.64624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61914 48.64624, -1.61914 48.64624, -1.61914 48.64624, -1.61914 48.64624, -1.61914 48.64624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11724'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68272 -1.6191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68272 -1.6191)"^^geo:wktLiteral ;
  geo-pos:lat "48.68272"^^xsd:decimal ;
  geo-pos:long "-1.6191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8474'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6191'^^xsd:double;
  dwc:latitude '48.68272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6191 48.68272, -1.6191 48.68272, -1.6191 48.68272, -1.6191 48.68272, -1.6191 48.68272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8474'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67159 -1.61908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67159 -1.61908)"^^geo:wktLiteral ;
  geo-pos:lat "48.67159"^^xsd:decimal ;
  geo-pos:long "-1.61908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12070'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61908'^^xsd:double;
  dwc:latitude '48.67159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61908 48.67159, -1.61908 48.67159, -1.61908 48.67159, -1.61908 48.67159, -1.61908 48.67159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12070'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65743 -1.61907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65743 -1.61907)"^^geo:wktLiteral ;
  geo-pos:lat "48.65743"^^xsd:decimal ;
  geo-pos:long "-1.61907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12305'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61907'^^xsd:double;
  dwc:latitude '48.65743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61907 48.65743, -1.61907 48.65743, -1.61907 48.65743, -1.61907 48.65743, -1.61907 48.65743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12305'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65149 -1.61905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65149 -1.61905)"^^geo:wktLiteral ;
  geo-pos:lat "48.65149"^^xsd:decimal ;
  geo-pos:long "-1.61905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11681'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61905'^^xsd:double;
  dwc:latitude '48.65149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61905 48.65149, -1.61905 48.65149, -1.61905 48.65149, -1.61905 48.65149, -1.61905 48.65149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11681'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69752 -1.61905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69752 -1.61905)"^^geo:wktLiteral ;
  geo-pos:lat "48.69752"^^xsd:decimal ;
  geo-pos:long "-1.61905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5778'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61905'^^xsd:double;
  dwc:latitude '48.69752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61905 48.69752, -1.61905 48.69752, -1.61905 48.69752, -1.61905 48.69752, -1.61905 48.69752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5778'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64469 -1.61904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64469 -1.61904)"^^geo:wktLiteral ;
  geo-pos:lat "48.64469"^^xsd:decimal ;
  geo-pos:long "-1.61904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13631'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61904'^^xsd:double;
  dwc:latitude '48.64469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61904 48.64469, -1.61904 48.64469, -1.61904 48.64469, -1.61904 48.64469, -1.61904 48.64469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13631'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71368 -1.61904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71368"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71368 -1.61904)"^^geo:wktLiteral ;
  geo-pos:lat "48.71368"^^xsd:decimal ;
  geo-pos:long "-1.61904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8058'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61904'^^xsd:double;
  dwc:latitude '48.71368'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61904 48.71368, -1.61904 48.71368, -1.61904 48.71368, -1.61904 48.71368, -1.61904 48.71368))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8058'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63663 -1.61903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63663 -1.61903)"^^geo:wktLiteral ;
  geo-pos:lat "48.63663"^^xsd:decimal ;
  geo-pos:long "-1.61903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13110'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61903'^^xsd:double;
  dwc:latitude '48.63663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61903 48.63663, -1.61903 48.63663, -1.61903 48.63663, -1.61903 48.63663, -1.61903 48.63663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13110'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70906 -1.619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70906 -1.619)"^^geo:wktLiteral ;
  geo-pos:lat "48.70906"^^xsd:decimal ;
  geo-pos:long "-1.619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7796'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.619'^^xsd:double;
  dwc:latitude '48.70906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.619 48.70906, -1.619 48.70906, -1.619 48.70906, -1.619 48.70906, -1.619 48.70906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7796'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64815 -1.61899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64815 -1.61899)"^^geo:wktLiteral ;
  geo-pos:lat "48.64815"^^xsd:decimal ;
  geo-pos:long "-1.61899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13050'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61899'^^xsd:double;
  dwc:latitude '48.64815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61899 48.64815, -1.61899 48.64815, -1.61899 48.64815, -1.61899 48.64815, -1.61899 48.64815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13050'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65206 -1.61899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65206"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65206 -1.61899)"^^geo:wktLiteral ;
  geo-pos:lat "48.65206"^^xsd:decimal ;
  geo-pos:long "-1.61899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11967'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61899'^^xsd:double;
  dwc:latitude '48.65206'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61899 48.65206, -1.61899 48.65206, -1.61899 48.65206, -1.61899 48.65206, -1.61899 48.65206))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11967'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70606 -1.61895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70606 -1.61895)"^^geo:wktLiteral ;
  geo-pos:lat "48.70606"^^xsd:decimal ;
  geo-pos:long "-1.61895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8477'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61895'^^xsd:double;
  dwc:latitude '48.70606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61895 48.70606, -1.61895 48.70606, -1.61895 48.70606, -1.61895 48.70606, -1.61895 48.70606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8477'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71156 -1.61892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71156 -1.61892)"^^geo:wktLiteral ;
  geo-pos:lat "48.71156"^^xsd:decimal ;
  geo-pos:long "-1.61892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7871'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61892'^^xsd:double;
  dwc:latitude '48.71156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61892 48.71156, -1.61892 48.71156, -1.61892 48.71156, -1.61892 48.71156, -1.61892 48.71156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7871'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68025 -1.61889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68025 -1.61889)"^^geo:wktLiteral ;
  geo-pos:lat "48.68025"^^xsd:decimal ;
  geo-pos:long "-1.61889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11221'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61889'^^xsd:double;
  dwc:latitude '48.68025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61889 48.68025, -1.61889 48.68025, -1.61889 48.68025, -1.61889 48.68025, -1.61889 48.68025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11221'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69933 -1.61885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69933 -1.61885)"^^geo:wktLiteral ;
  geo-pos:lat "48.69933"^^xsd:decimal ;
  geo-pos:long "-1.61885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10284'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61885'^^xsd:double;
  dwc:latitude '48.69933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61885 48.69933, -1.61885 48.69933, -1.61885 48.69933, -1.61885 48.69933, -1.61885 48.69933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10284'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64957 -1.61884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64957 -1.61884)"^^geo:wktLiteral ;
  geo-pos:lat "48.64957"^^xsd:decimal ;
  geo-pos:long "-1.61884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10690'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61884'^^xsd:double;
  dwc:latitude '48.64957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61884 48.64957, -1.61884 48.64957, -1.61884 48.64957, -1.61884 48.64957, -1.61884 48.64957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10690'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70543 -1.61883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70543 -1.61883)"^^geo:wktLiteral ;
  geo-pos:lat "48.70543"^^xsd:decimal ;
  geo-pos:long "-1.61883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3497'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61883'^^xsd:double;
  dwc:latitude '48.70543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61883 48.70543, -1.61883 48.70543, -1.61883 48.70543, -1.61883 48.70543, -1.61883 48.70543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3497'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66918 -1.61881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66918 -1.61881)"^^geo:wktLiteral ;
  geo-pos:lat "48.66918"^^xsd:decimal ;
  geo-pos:long "-1.61881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13524'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61881'^^xsd:double;
  dwc:latitude '48.66918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61881 48.66918, -1.61881 48.66918, -1.61881 48.66918, -1.61881 48.66918, -1.61881 48.66918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13524'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69885 -1.61881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69885 -1.61881)"^^geo:wktLiteral ;
  geo-pos:lat "48.69885"^^xsd:decimal ;
  geo-pos:long "-1.61881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6126'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61881'^^xsd:double;
  dwc:latitude '48.69885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61881 48.69885, -1.61881 48.69885, -1.61881 48.69885, -1.61881 48.69885, -1.61881 48.69885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6126'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67226 -1.61879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67226 -1.61879)"^^geo:wktLiteral ;
  geo-pos:lat "48.67226"^^xsd:decimal ;
  geo-pos:long "-1.61879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2141'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61879'^^xsd:double;
  dwc:latitude '48.67226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61879 48.67226, -1.61879 48.67226, -1.61879 48.67226, -1.61879 48.67226, -1.61879 48.67226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2141'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66904 -1.61877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66904 -1.61877)"^^geo:wktLiteral ;
  geo-pos:lat "48.66904"^^xsd:decimal ;
  geo-pos:long "-1.61877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13525'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61877'^^xsd:double;
  dwc:latitude '48.66904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61877 48.66904, -1.61877 48.66904, -1.61877 48.66904, -1.61877 48.66904, -1.61877 48.66904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13525'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66959 -1.61876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66959 -1.61876)"^^geo:wktLiteral ;
  geo-pos:lat "48.66959"^^xsd:decimal ;
  geo-pos:long "-1.61876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13496'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61876'^^xsd:double;
  dwc:latitude '48.66959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61876 48.66959, -1.61876 48.66959, -1.61876 48.66959, -1.61876 48.66959, -1.61876 48.66959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13496'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65589 -1.61875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65589 -1.61875)"^^geo:wktLiteral ;
  geo-pos:lat "48.65589"^^xsd:decimal ;
  geo-pos:long "-1.61875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12973'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61875'^^xsd:double;
  dwc:latitude '48.65589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61875 48.65589, -1.61875 48.65589, -1.61875 48.65589, -1.61875 48.65589, -1.61875 48.65589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12973'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64515 -1.61873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64515"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64515 -1.61873)"^^geo:wktLiteral ;
  geo-pos:lat "48.64515"^^xsd:decimal ;
  geo-pos:long "-1.61873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13246'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61873'^^xsd:double;
  dwc:latitude '48.64515'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61873 48.64515, -1.61873 48.64515, -1.61873 48.64515, -1.61873 48.64515, -1.61873 48.64515))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13246'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66259 -1.61871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66259"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66259 -1.61871)"^^geo:wktLiteral ;
  geo-pos:lat "48.66259"^^xsd:decimal ;
  geo-pos:long "-1.61871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11351'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61871'^^xsd:double;
  dwc:latitude '48.66259'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61871 48.66259, -1.61871 48.66259, -1.61871 48.66259, -1.61871 48.66259, -1.61871 48.66259))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11351'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70521 -1.61868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70521 -1.61868)"^^geo:wktLiteral ;
  geo-pos:lat "48.70521"^^xsd:decimal ;
  geo-pos:long "-1.61868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5781'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61868'^^xsd:double;
  dwc:latitude '48.70521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61868 48.70521, -1.61868 48.70521, -1.61868 48.70521, -1.61868 48.70521, -1.61868 48.70521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5781'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65798 -1.61866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65798 -1.61866)"^^geo:wktLiteral ;
  geo-pos:lat "48.65798"^^xsd:decimal ;
  geo-pos:long "-1.61866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12845'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61866'^^xsd:double;
  dwc:latitude '48.65798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61866 48.65798, -1.61866 48.65798, -1.61866 48.65798, -1.61866 48.65798, -1.61866 48.65798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12845'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66166 -1.61866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66166"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66166 -1.61866)"^^geo:wktLiteral ;
  geo-pos:lat "48.66166"^^xsd:decimal ;
  geo-pos:long "-1.61866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6354'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61866'^^xsd:double;
  dwc:latitude '48.66166'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61866 48.66166, -1.61866 48.66166, -1.61866 48.66166, -1.61866 48.66166, -1.61866 48.66166))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6354'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72575 -1.61865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72575 -1.61865)"^^geo:wktLiteral ;
  geo-pos:lat "48.72575"^^xsd:decimal ;
  geo-pos:long "-1.61865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9543'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61865'^^xsd:double;
  dwc:latitude '48.72575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61865 48.72575, -1.61865 48.72575, -1.61865 48.72575, -1.61865 48.72575, -1.61865 48.72575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9543'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74199 -1.61864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74199 -1.61864)"^^geo:wktLiteral ;
  geo-pos:lat "48.74199"^^xsd:decimal ;
  geo-pos:long "-1.61864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1991'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61864'^^xsd:double;
  dwc:latitude '48.74199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61864 48.74199, -1.61864 48.74199, -1.61864 48.74199, -1.61864 48.74199, -1.61864 48.74199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1991'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72482 -1.61861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72482 -1.61861)"^^geo:wktLiteral ;
  geo-pos:lat "48.72482"^^xsd:decimal ;
  geo-pos:long "-1.61861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8083'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61861'^^xsd:double;
  dwc:latitude '48.72482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61861 48.72482, -1.61861 48.72482, -1.61861 48.72482, -1.61861 48.72482, -1.61861 48.72482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8083'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67454 -1.61858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67454 -1.61858)"^^geo:wktLiteral ;
  geo-pos:lat "48.67454"^^xsd:decimal ;
  geo-pos:long "-1.61858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3115'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61858'^^xsd:double;
  dwc:latitude '48.67454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61858 48.67454, -1.61858 48.67454, -1.61858 48.67454, -1.61858 48.67454, -1.61858 48.67454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3115'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67479 -1.61856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67479 -1.61856)"^^geo:wktLiteral ;
  geo-pos:lat "48.67479"^^xsd:decimal ;
  geo-pos:long "-1.61856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2140'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61856'^^xsd:double;
  dwc:latitude '48.67479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61856 48.67479, -1.61856 48.67479, -1.61856 48.67479, -1.61856 48.67479, -1.61856 48.67479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2140'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74046 -1.61854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74046 -1.61854)"^^geo:wktLiteral ;
  geo-pos:lat "48.74046"^^xsd:decimal ;
  geo-pos:long "-1.61854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9903'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61854'^^xsd:double;
  dwc:latitude '48.74046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61854 48.74046, -1.61854 48.74046, -1.61854 48.74046, -1.61854 48.74046, -1.61854 48.74046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9903'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66841 -1.61853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66841 -1.61853)"^^geo:wktLiteral ;
  geo-pos:lat "48.66841"^^xsd:decimal ;
  geo-pos:long "-1.61853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10379'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61853'^^xsd:double;
  dwc:latitude '48.66841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61853 48.66841, -1.61853 48.66841, -1.61853 48.66841, -1.61853 48.66841, -1.61853 48.66841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10379'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6719 -1.61851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6719 -1.61851)"^^geo:wktLiteral ;
  geo-pos:lat "48.6719"^^xsd:decimal ;
  geo-pos:long "-1.61851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6348'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61851'^^xsd:double;
  dwc:latitude '48.6719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61851 48.6719, -1.61851 48.6719, -1.61851 48.6719, -1.61851 48.6719, -1.61851 48.6719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6348'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66864 -1.61847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66864 -1.61847)"^^geo:wktLiteral ;
  geo-pos:lat "48.66864"^^xsd:decimal ;
  geo-pos:long "-1.61847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10084'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61847'^^xsd:double;
  dwc:latitude '48.66864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61847 48.66864, -1.61847 48.66864, -1.61847 48.66864, -1.61847 48.66864, -1.61847 48.66864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10084'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66083 -1.61846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66083 -1.61846)"^^geo:wktLiteral ;
  geo-pos:lat "48.66083"^^xsd:decimal ;
  geo-pos:long "-1.61846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5314'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61846'^^xsd:double;
  dwc:latitude '48.66083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61846 48.66083, -1.61846 48.66083, -1.61846 48.66083, -1.61846 48.66083, -1.61846 48.66083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5314'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66843 -1.61846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66843 -1.61846)"^^geo:wktLiteral ;
  geo-pos:lat "48.66843"^^xsd:decimal ;
  geo-pos:long "-1.61846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10378'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61846'^^xsd:double;
  dwc:latitude '48.66843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61846 48.66843, -1.61846 48.66843, -1.61846 48.66843, -1.61846 48.66843, -1.61846 48.66843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10378'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66433 -1.61844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66433 -1.61844)"^^geo:wktLiteral ;
  geo-pos:lat "48.66433"^^xsd:decimal ;
  geo-pos:long "-1.61844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11353'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61844'^^xsd:double;
  dwc:latitude '48.66433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61844 48.66433, -1.61844 48.66433, -1.61844 48.66433, -1.61844 48.66433, -1.61844 48.66433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11353'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75865 -1.61843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75865 -1.61843)"^^geo:wktLiteral ;
  geo-pos:lat "48.75865"^^xsd:decimal ;
  geo-pos:long "-1.61843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1988'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61843'^^xsd:double;
  dwc:latitude '48.75865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61843 48.75865, -1.61843 48.75865, -1.61843 48.75865, -1.61843 48.75865, -1.61843 48.75865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1988'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77556 -1.61842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.77556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77556 -1.61842)"^^geo:wktLiteral ;
  geo-pos:lat "48.77556"^^xsd:decimal ;
  geo-pos:long "-1.61842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2063'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61842'^^xsd:double;
  dwc:latitude '48.77556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61842 48.77556, -1.61842 48.77556, -1.61842 48.77556, -1.61842 48.77556, -1.61842 48.77556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2063'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64328 -1.6184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64328 -1.6184)"^^geo:wktLiteral ;
  geo-pos:lat "48.64328"^^xsd:decimal ;
  geo-pos:long "-1.6184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11323'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6184'^^xsd:double;
  dwc:latitude '48.64328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6184 48.64328, -1.6184 48.64328, -1.6184 48.64328, -1.6184 48.64328, -1.6184 48.64328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11323'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66876 -1.61839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66876 -1.61839)"^^geo:wktLiteral ;
  geo-pos:lat "48.66876"^^xsd:decimal ;
  geo-pos:long "-1.61839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9979'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61839'^^xsd:double;
  dwc:latitude '48.66876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61839 48.66876, -1.61839 48.66876, -1.61839 48.66876, -1.61839 48.66876, -1.61839 48.66876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9979'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72649 -1.61839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72649"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72649 -1.61839)"^^geo:wktLiteral ;
  geo-pos:lat "48.72649"^^xsd:decimal ;
  geo-pos:long "-1.61839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7850'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61839'^^xsd:double;
  dwc:latitude '48.72649'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61839 48.72649, -1.61839 48.72649, -1.61839 48.72649, -1.61839 48.72649, -1.61839 48.72649))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7850'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68346 -1.61837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68346 -1.61837)"^^geo:wktLiteral ;
  geo-pos:lat "48.68346"^^xsd:decimal ;
  geo-pos:long "-1.61837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3705'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.76666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61837'^^xsd:double;
  dwc:latitude '48.68346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61837 48.68346, -1.61837 48.68346, -1.61837 48.68346, -1.61837 48.68346, -1.61837 48.68346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3705'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73329 -1.61837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73329 -1.61837)"^^geo:wktLiteral ;
  geo-pos:lat "48.73329"^^xsd:decimal ;
  geo-pos:long "-1.61837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9544'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61837'^^xsd:double;
  dwc:latitude '48.73329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61837 48.73329, -1.61837 48.73329, -1.61837 48.73329, -1.61837 48.73329, -1.61837 48.73329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9544'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66397 -1.61836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66397 -1.61836)"^^geo:wktLiteral ;
  geo-pos:lat "48.66397"^^xsd:decimal ;
  geo-pos:long "-1.61836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2197'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61836'^^xsd:double;
  dwc:latitude '48.66397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61836 48.66397, -1.61836 48.66397, -1.61836 48.66397, -1.61836 48.66397, -1.61836 48.66397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2197'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67163 -1.61836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67163 -1.61836)"^^geo:wktLiteral ;
  geo-pos:lat "48.67163"^^xsd:decimal ;
  geo-pos:long "-1.61836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3492'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61836'^^xsd:double;
  dwc:latitude '48.67163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61836 48.67163, -1.61836 48.67163, -1.61836 48.67163, -1.61836 48.67163, -1.61836 48.67163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3492'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66944 -1.61823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66944 -1.61823)"^^geo:wktLiteral ;
  geo-pos:lat "48.66944"^^xsd:decimal ;
  geo-pos:long "-1.61823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11595'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61823'^^xsd:double;
  dwc:latitude '48.66944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61823 48.66944, -1.61823 48.66944, -1.61823 48.66944, -1.61823 48.66944, -1.61823 48.66944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11595'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69795 -1.6182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69795 -1.6182)"^^geo:wktLiteral ;
  geo-pos:lat "48.69795"^^xsd:decimal ;
  geo-pos:long "-1.6182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5697'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6182'^^xsd:double;
  dwc:latitude '48.69795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6182 48.69795, -1.6182 48.69795, -1.6182 48.69795, -1.6182 48.69795, -1.6182 48.69795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5697'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72508 -1.61819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72508"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72508 -1.61819)"^^geo:wktLiteral ;
  geo-pos:lat "48.72508"^^xsd:decimal ;
  geo-pos:long "-1.61819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9516'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61819'^^xsd:double;
  dwc:latitude '48.72508'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61819 48.72508, -1.61819 48.72508, -1.61819 48.72508, -1.61819 48.72508, -1.61819 48.72508))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9516'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70243 -1.61817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70243"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70243 -1.61817)"^^geo:wktLiteral ;
  geo-pos:lat "48.70243"^^xsd:decimal ;
  geo-pos:long "-1.61817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7611'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61817'^^xsd:double;
  dwc:latitude '48.70243'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61817 48.70243, -1.61817 48.70243, -1.61817 48.70243, -1.61817 48.70243, -1.61817 48.70243))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7611'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66931 -1.61816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66931"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66931 -1.61816)"^^geo:wktLiteral ;
  geo-pos:lat "48.66931"^^xsd:decimal ;
  geo-pos:long "-1.61816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8586'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61816'^^xsd:double;
  dwc:latitude '48.66931'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61816 48.66931, -1.61816 48.66931, -1.61816 48.66931, -1.61816 48.66931, -1.61816 48.66931))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8586'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70334 -1.61815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70334 -1.61815)"^^geo:wktLiteral ;
  geo-pos:lat "48.70334"^^xsd:decimal ;
  geo-pos:long "-1.61815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3623'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61815'^^xsd:double;
  dwc:latitude '48.70334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61815 48.70334, -1.61815 48.70334, -1.61815 48.70334, -1.61815 48.70334, -1.61815 48.70334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3623'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73354 -1.61814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73354 -1.61814)"^^geo:wktLiteral ;
  geo-pos:lat "48.73354"^^xsd:decimal ;
  geo-pos:long "-1.61814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9515'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61814'^^xsd:double;
  dwc:latitude '48.73354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61814 48.73354, -1.61814 48.73354, -1.61814 48.73354, -1.61814 48.73354, -1.61814 48.73354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9515'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65643 -1.61806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65643 -1.61806)"^^geo:wktLiteral ;
  geo-pos:lat "48.65643"^^xsd:decimal ;
  geo-pos:long "-1.61806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13559'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61806'^^xsd:double;
  dwc:latitude '48.65643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61806 48.65643, -1.61806 48.65643, -1.61806 48.65643, -1.61806 48.65643, -1.61806 48.65643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13559'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64326 -1.61803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64326 -1.61803)"^^geo:wktLiteral ;
  geo-pos:lat "48.64326"^^xsd:decimal ;
  geo-pos:long "-1.61803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12699'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61803'^^xsd:double;
  dwc:latitude '48.64326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61803 48.64326, -1.61803 48.64326, -1.61803 48.64326, -1.61803 48.64326, -1.61803 48.64326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12699'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66562 -1.61803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66562 -1.61803)"^^geo:wktLiteral ;
  geo-pos:lat "48.66562"^^xsd:decimal ;
  geo-pos:long "-1.61803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7068'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61803'^^xsd:double;
  dwc:latitude '48.66562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61803 48.66562, -1.61803 48.66562, -1.61803 48.66562, -1.61803 48.66562, -1.61803 48.66562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7068'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66955 -1.61802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66955 -1.61802)"^^geo:wktLiteral ;
  geo-pos:lat "48.66955"^^xsd:decimal ;
  geo-pos:long "-1.61802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_10824'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61802'^^xsd:double;
  dwc:latitude '48.66955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61802 48.66955, -1.61802 48.66955, -1.61802 48.66955, -1.61802 48.66955, -1.61802 48.66955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10824'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66942 -1.618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66942 -1.618)"^^geo:wktLiteral ;
  geo-pos:lat "48.66942"^^xsd:decimal ;
  geo-pos:long "-1.618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11594'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.618'^^xsd:double;
  dwc:latitude '48.66942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.618 48.66942, -1.618 48.66942, -1.618 48.66942, -1.618 48.66942, -1.618 48.66942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11594'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66441 -1.61799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66441 -1.61799)"^^geo:wktLiteral ;
  geo-pos:lat "48.66441"^^xsd:decimal ;
  geo-pos:long "-1.61799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11344'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61799'^^xsd:double;
  dwc:latitude '48.66441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61799 48.66441, -1.61799 48.66441, -1.61799 48.66441, -1.61799 48.66441, -1.61799 48.66441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11344'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66986 -1.61799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66986 -1.61799)"^^geo:wktLiteral ;
  geo-pos:lat "48.66986"^^xsd:decimal ;
  geo-pos:long "-1.61799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12464'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61799'^^xsd:double;
  dwc:latitude '48.66986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61799 48.66986, -1.61799 48.66986, -1.61799 48.66986, -1.61799 48.66986, -1.61799 48.66986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12464'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67696 -1.61796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67696 -1.61796)"^^geo:wktLiteral ;
  geo-pos:lat "48.67696"^^xsd:decimal ;
  geo-pos:long "-1.61796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7085'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61796'^^xsd:double;
  dwc:latitude '48.67696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61796 48.67696, -1.61796 48.67696, -1.61796 48.67696, -1.61796 48.67696, -1.61796 48.67696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7085'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6524 -1.61795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6524 -1.61795)"^^geo:wktLiteral ;
  geo-pos:lat "48.6524"^^xsd:decimal ;
  geo-pos:long "-1.61795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13567'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61795'^^xsd:double;
  dwc:latitude '48.6524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61795 48.6524, -1.61795 48.6524, -1.61795 48.6524, -1.61795 48.6524, -1.61795 48.6524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13567'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66869 -1.61795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66869 -1.61795)"^^geo:wktLiteral ;
  geo-pos:lat "48.66869"^^xsd:decimal ;
  geo-pos:long "-1.61795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10286'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61795'^^xsd:double;
  dwc:latitude '48.66869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61795 48.66869, -1.61795 48.66869, -1.61795 48.66869, -1.61795 48.66869, -1.61795 48.66869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10286'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66367 -1.61794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66367 -1.61794)"^^geo:wktLiteral ;
  geo-pos:lat "48.66367"^^xsd:decimal ;
  geo-pos:long "-1.61794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2998'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61794'^^xsd:double;
  dwc:latitude '48.66367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61794 48.66367, -1.61794 48.66367, -1.61794 48.66367, -1.61794 48.66367, -1.61794 48.66367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2998'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6986 -1.61794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6986 -1.61794)"^^geo:wktLiteral ;
  geo-pos:lat "48.6986"^^xsd:decimal ;
  geo-pos:long "-1.61794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4293'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61794'^^xsd:double;
  dwc:latitude '48.6986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61794 48.6986, -1.61794 48.6986, -1.61794 48.6986, -1.61794 48.6986, -1.61794 48.6986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4293'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72821 -1.61791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72821 -1.61791)"^^geo:wktLiteral ;
  geo-pos:lat "48.72821"^^xsd:decimal ;
  geo-pos:long "-1.61791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8546'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61791'^^xsd:double;
  dwc:latitude '48.72821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61791 48.72821, -1.61791 48.72821, -1.61791 48.72821, -1.61791 48.72821, -1.61791 48.72821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8546'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79143 -1.61789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.79143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79143 -1.61789)"^^geo:wktLiteral ;
  geo-pos:lat "48.79143"^^xsd:decimal ;
  geo-pos:long "-1.61789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9958'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61789'^^xsd:double;
  dwc:latitude '48.79143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61789 48.79143, -1.61789 48.79143, -1.61789 48.79143, -1.61789 48.79143, -1.61789 48.79143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9958'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65081 -1.61786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65081 -1.61786)"^^geo:wktLiteral ;
  geo-pos:lat "48.65081"^^xsd:decimal ;
  geo-pos:long "-1.61786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2339'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61786'^^xsd:double;
  dwc:latitude '48.65081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61786 48.65081, -1.61786 48.65081, -1.61786 48.65081, -1.61786 48.65081, -1.61786 48.65081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2339'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.02116 -1.61786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.02116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.02116 -1.61786)"^^geo:wktLiteral ;
  geo-pos:lat "49.02116"^^xsd:decimal ;
  geo-pos:long "-1.61786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7533'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61786'^^xsd:double;
  dwc:latitude '49.02116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61786 49.02116, -1.61786 49.02116, -1.61786 49.02116, -1.61786 49.02116, -1.61786 49.02116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7533'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65291 -1.61785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65291 -1.61785)"^^geo:wktLiteral ;
  geo-pos:lat "48.65291"^^xsd:decimal ;
  geo-pos:long "-1.61785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12762'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61785'^^xsd:double;
  dwc:latitude '48.65291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61785 48.65291, -1.61785 48.65291, -1.61785 48.65291, -1.61785 48.65291, -1.61785 48.65291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12762'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70037 -1.61783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70037 -1.61783)"^^geo:wktLiteral ;
  geo-pos:lat "48.70037"^^xsd:decimal ;
  geo-pos:long "-1.61783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9019'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61783'^^xsd:double;
  dwc:latitude '48.70037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61783 48.70037, -1.61783 48.70037, -1.61783 48.70037, -1.61783 48.70037, -1.61783 48.70037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9019'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74692 -1.61781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74692 -1.61781)"^^geo:wktLiteral ;
  geo-pos:lat "48.74692"^^xsd:decimal ;
  geo-pos:long "-1.61781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8397'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61781'^^xsd:double;
  dwc:latitude '48.74692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61781 48.74692, -1.61781 48.74692, -1.61781 48.74692, -1.61781 48.74692, -1.61781 48.74692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8397'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65644 -1.6178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65644 -1.6178)"^^geo:wktLiteral ;
  geo-pos:lat "48.65644"^^xsd:decimal ;
  geo-pos:long "-1.6178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11376'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6178'^^xsd:double;
  dwc:latitude '48.65644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6178 48.65644, -1.6178 48.65644, -1.6178 48.65644, -1.6178 48.65644, -1.6178 48.65644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11376'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64232 -1.61779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64232 -1.61779)"^^geo:wktLiteral ;
  geo-pos:lat "48.64232"^^xsd:decimal ;
  geo-pos:long "-1.61779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11712'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61779'^^xsd:double;
  dwc:latitude '48.64232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61779 48.64232, -1.61779 48.64232, -1.61779 48.64232, -1.61779 48.64232, -1.61779 48.64232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11712'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69339 -1.61779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69339 -1.61779)"^^geo:wktLiteral ;
  geo-pos:lat "48.69339"^^xsd:decimal ;
  geo-pos:long "-1.61779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11222'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61779'^^xsd:double;
  dwc:latitude '48.69339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61779 48.69339, -1.61779 48.69339, -1.61779 48.69339, -1.61779 48.69339, -1.61779 48.69339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11222'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69707 -1.61779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69707 -1.61779)"^^geo:wktLiteral ;
  geo-pos:lat "48.69707"^^xsd:decimal ;
  geo-pos:long "-1.61779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8473'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61779'^^xsd:double;
  dwc:latitude '48.69707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61779 48.69707, -1.61779 48.69707, -1.61779 48.69707, -1.61779 48.69707, -1.61779 48.69707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8473'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67095 -1.61778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67095 -1.61778)"^^geo:wktLiteral ;
  geo-pos:lat "48.67095"^^xsd:decimal ;
  geo-pos:long "-1.61778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11074'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61778'^^xsd:double;
  dwc:latitude '48.67095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61778 48.67095, -1.61778 48.67095, -1.61778 48.67095, -1.61778 48.67095, -1.61778 48.67095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11074'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67483 -1.61776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67483"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67483 -1.61776)"^^geo:wktLiteral ;
  geo-pos:lat "48.67483"^^xsd:decimal ;
  geo-pos:long "-1.61776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3112'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61776'^^xsd:double;
  dwc:latitude '48.67483'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61776 48.67483, -1.61776 48.67483, -1.61776 48.67483, -1.61776 48.67483, -1.61776 48.67483))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3112'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72928 -1.61774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72928 -1.61774)"^^geo:wktLiteral ;
  geo-pos:lat "48.72928"^^xsd:decimal ;
  geo-pos:long "-1.61774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8795'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61774'^^xsd:double;
  dwc:latitude '48.72928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61774 48.72928, -1.61774 48.72928, -1.61774 48.72928, -1.61774 48.72928, -1.61774 48.72928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8795'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67441 -1.61773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67441 -1.61773)"^^geo:wktLiteral ;
  geo-pos:lat "48.67441"^^xsd:decimal ;
  geo-pos:long "-1.61773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3116'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61773'^^xsd:double;
  dwc:latitude '48.67441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61773 48.67441, -1.61773 48.67441, -1.61773 48.67441, -1.61773 48.67441, -1.61773 48.67441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3116'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70772 -1.61771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70772 -1.61771)"^^geo:wktLiteral ;
  geo-pos:lat "48.70772"^^xsd:decimal ;
  geo-pos:long "-1.61771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_9480'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61771'^^xsd:double;
  dwc:latitude '48.70772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61771 48.70772, -1.61771 48.70772, -1.61771 48.70772, -1.61771 48.70772, -1.61771 48.70772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9480'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66156 -1.61766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66156 -1.61766)"^^geo:wktLiteral ;
  geo-pos:lat "48.66156"^^xsd:decimal ;
  geo-pos:long "-1.61766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7083'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61766'^^xsd:double;
  dwc:latitude '48.66156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61766 48.66156, -1.61766 48.66156, -1.61766 48.66156, -1.61766 48.66156, -1.61766 48.66156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7083'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6676 -1.61766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6676 -1.61766)"^^geo:wktLiteral ;
  geo-pos:lat "48.6676"^^xsd:decimal ;
  geo-pos:long "-1.61766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9980'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61766'^^xsd:double;
  dwc:latitude '48.6676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61766 48.6676, -1.61766 48.6676, -1.61766 48.6676, -1.61766 48.6676, -1.61766 48.6676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9980'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.61766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.61766)"^^geo:wktLiteral ;
  geo-pos:lat "48.66927"^^xsd:decimal ;
  geo-pos:long "-1.61766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10085'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61766'^^xsd:double;
  dwc:latitude '48.66927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61766 48.66927, -1.61766 48.66927, -1.61766 48.66927, -1.61766 48.66927, -1.61766 48.66927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10085'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66423 -1.61765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66423 -1.61765)"^^geo:wktLiteral ;
  geo-pos:lat "48.66423"^^xsd:decimal ;
  geo-pos:long "-1.61765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11343'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61765'^^xsd:double;
  dwc:latitude '48.66423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61765 48.66423, -1.61765 48.66423, -1.61765 48.66423, -1.61765 48.66423, -1.61765 48.66423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11343'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7049 -1.61765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7049 -1.61765)"^^geo:wktLiteral ;
  geo-pos:lat "48.7049"^^xsd:decimal ;
  geo-pos:long "-1.61765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11191'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61765'^^xsd:double;
  dwc:latitude '48.7049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61765 48.7049, -1.61765 48.7049, -1.61765 48.7049, -1.61765 48.7049, -1.61765 48.7049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11191'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69572 -1.61764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69572 -1.61764)"^^geo:wktLiteral ;
  geo-pos:lat "48.69572"^^xsd:decimal ;
  geo-pos:long "-1.61764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6073'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61764'^^xsd:double;
  dwc:latitude '48.69572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61764 48.69572, -1.61764 48.69572, -1.61764 48.69572, -1.61764 48.69572, -1.61764 48.69572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6073'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63882 -1.61763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63882 -1.61763)"^^geo:wktLiteral ;
  geo-pos:lat "48.63882"^^xsd:decimal ;
  geo-pos:long "-1.61763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12077'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61763'^^xsd:double;
  dwc:latitude '48.63882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61763 48.63882, -1.61763 48.63882, -1.61763 48.63882, -1.61763 48.63882, -1.61763 48.63882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12077'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64279 -1.61762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64279 -1.61762)"^^geo:wktLiteral ;
  geo-pos:lat "48.64279"^^xsd:decimal ;
  geo-pos:long "-1.61762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11452'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61762'^^xsd:double;
  dwc:latitude '48.64279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61762 48.64279, -1.61762 48.64279, -1.61762 48.64279, -1.61762 48.64279, -1.61762 48.64279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11452'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64615 -1.6176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64615 -1.6176)"^^geo:wktLiteral ;
  geo-pos:lat "48.64615"^^xsd:decimal ;
  geo-pos:long "-1.6176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13245'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6176'^^xsd:double;
  dwc:latitude '48.64615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6176 48.64615, -1.6176 48.64615, -1.6176 48.64615, -1.6176 48.64615, -1.6176 48.64615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13245'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66279 -1.6176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66279 -1.6176)"^^geo:wktLiteral ;
  geo-pos:lat "48.66279"^^xsd:decimal ;
  geo-pos:long "-1.6176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9001'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6176'^^xsd:double;
  dwc:latitude '48.66279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6176 48.66279, -1.6176 48.66279, -1.6176 48.66279, -1.6176 48.66279, -1.6176 48.66279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9001'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67202 -1.61758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67202"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67202 -1.61758)"^^geo:wktLiteral ;
  geo-pos:lat "48.67202"^^xsd:decimal ;
  geo-pos:long "-1.61758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2336'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61758'^^xsd:double;
  dwc:latitude '48.67202'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61758 48.67202, -1.61758 48.67202, -1.61758 48.67202, -1.61758 48.67202, -1.61758 48.67202))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2336'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64288 -1.61752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64288 -1.61752)"^^geo:wktLiteral ;
  geo-pos:lat "48.64288"^^xsd:decimal ;
  geo-pos:long "-1.61752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12918'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61752'^^xsd:double;
  dwc:latitude '48.64288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61752 48.64288, -1.61752 48.64288, -1.61752 48.64288, -1.61752 48.64288, -1.61752 48.64288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12918'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66492 -1.61752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66492 -1.61752)"^^geo:wktLiteral ;
  geo-pos:lat "48.66492"^^xsd:decimal ;
  geo-pos:long "-1.61752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7084'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61752'^^xsd:double;
  dwc:latitude '48.66492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61752 48.66492, -1.61752 48.66492, -1.61752 48.66492, -1.61752 48.66492, -1.61752 48.66492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7084'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70096 -1.61751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70096 -1.61751)"^^geo:wktLiteral ;
  geo-pos:lat "48.70096"^^xsd:decimal ;
  geo-pos:long "-1.61751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8041'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61751'^^xsd:double;
  dwc:latitude '48.70096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61751 48.70096, -1.61751 48.70096, -1.61751 48.70096, -1.61751 48.70096, -1.61751 48.70096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8041'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64275 -1.6175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64275 -1.6175)"^^geo:wktLiteral ;
  geo-pos:lat "48.64275"^^xsd:decimal ;
  geo-pos:long "-1.6175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11453'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6175'^^xsd:double;
  dwc:latitude '48.64275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6175 48.64275, -1.6175 48.64275, -1.6175 48.64275, -1.6175 48.64275, -1.6175 48.64275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11453'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66827 -1.6175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66827 -1.6175)"^^geo:wktLiteral ;
  geo-pos:lat "48.66827"^^xsd:decimal ;
  geo-pos:long "-1.6175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8984'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6175'^^xsd:double;
  dwc:latitude '48.66827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6175 48.66827, -1.6175 48.66827, -1.6175 48.66827, -1.6175 48.66827, -1.6175 48.66827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8984'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7273 -1.6175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7273 -1.6175)"^^geo:wktLiteral ;
  geo-pos:lat "48.7273"^^xsd:decimal ;
  geo-pos:long "-1.6175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9510'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6175'^^xsd:double;
  dwc:latitude '48.7273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6175 48.7273, -1.6175 48.7273, -1.6175 48.7273, -1.6175 48.7273, -1.6175 48.7273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9510'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66847 -1.61745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66847 -1.61745)"^^geo:wktLiteral ;
  geo-pos:lat "48.66847"^^xsd:decimal ;
  geo-pos:long "-1.61745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9613'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61745'^^xsd:double;
  dwc:latitude '48.66847'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61745 48.66847, -1.61745 48.66847, -1.61745 48.66847, -1.61745 48.66847, -1.61745 48.66847))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9613'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66862 -1.61744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66862 -1.61744)"^^geo:wktLiteral ;
  geo-pos:lat "48.66862"^^xsd:decimal ;
  geo-pos:long "-1.61744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10075'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61744'^^xsd:double;
  dwc:latitude '48.66862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61744 48.66862, -1.61744 48.66862, -1.61744 48.66862, -1.61744 48.66862, -1.61744 48.66862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10075'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7168 -1.61742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7168 -1.61742)"^^geo:wktLiteral ;
  geo-pos:lat "48.7168"^^xsd:decimal ;
  geo-pos:long "-1.61742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8772'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61742'^^xsd:double;
  dwc:latitude '48.7168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61742 48.7168, -1.61742 48.7168, -1.61742 48.7168, -1.61742 48.7168, -1.61742 48.7168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8772'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70552 -1.61738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70552 -1.61738)"^^geo:wktLiteral ;
  geo-pos:lat "48.70552"^^xsd:decimal ;
  geo-pos:long "-1.61738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1126'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61738'^^xsd:double;
  dwc:latitude '48.70552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61738 48.70552, -1.61738 48.70552, -1.61738 48.70552, -1.61738 48.70552, -1.61738 48.70552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1126'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64141 -1.61737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64141 -1.61737)"^^geo:wktLiteral ;
  geo-pos:lat "48.64141"^^xsd:decimal ;
  geo-pos:long "-1.61737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12889'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61737'^^xsd:double;
  dwc:latitude '48.64141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61737 48.64141, -1.61737 48.64141, -1.61737 48.64141, -1.61737 48.64141, -1.61737 48.64141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12889'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72371 -1.61737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72371 -1.61737)"^^geo:wktLiteral ;
  geo-pos:lat "48.72371"^^xsd:decimal ;
  geo-pos:long "-1.61737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9355'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61737'^^xsd:double;
  dwc:latitude '48.72371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61737 48.72371, -1.61737 48.72371, -1.61737 48.72371, -1.61737 48.72371, -1.61737 48.72371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9355'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.61736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61736"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.61736)"^^geo:wktLiteral ;
  geo-pos:lat "48.66927"^^xsd:decimal ;
  geo-pos:long "-1.61736"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9614'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61736'^^xsd:double;
  dwc:latitude '48.66927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61736 48.66927, -1.61736 48.66927, -1.61736 48.66927, -1.61736 48.66927, -1.61736 48.66927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9614'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.669 -1.61734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.669 -1.61734)"^^geo:wktLiteral ;
  geo-pos:lat "48.669"^^xsd:decimal ;
  geo-pos:long "-1.61734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13497'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61734'^^xsd:double;
  dwc:latitude '48.669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61734 48.669, -1.61734 48.669, -1.61734 48.669, -1.61734 48.669, -1.61734 48.669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13497'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64818 -1.61731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64818 -1.61731)"^^geo:wktLiteral ;
  geo-pos:lat "48.64818"^^xsd:decimal ;
  geo-pos:long "-1.61731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12936'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61731'^^xsd:double;
  dwc:latitude '48.64818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61731 48.64818, -1.61731 48.64818, -1.61731 48.64818, -1.61731 48.64818, -1.61731 48.64818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12936'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64527 -1.6173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64527 -1.6173)"^^geo:wktLiteral ;
  geo-pos:lat "48.64527"^^xsd:decimal ;
  geo-pos:long "-1.6173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13049'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6173'^^xsd:double;
  dwc:latitude '48.64527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6173 48.64527, -1.6173 48.64527, -1.6173 48.64527, -1.6173 48.64527, -1.6173 48.64527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13049'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66904 -1.6173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66904 -1.6173)"^^geo:wktLiteral ;
  geo-pos:lat "48.66904"^^xsd:decimal ;
  geo-pos:long "-1.6173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10754'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6173'^^xsd:double;
  dwc:latitude '48.66904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6173 48.66904, -1.6173 48.66904, -1.6173 48.66904, -1.6173 48.66904, -1.6173 48.66904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10754'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69821 -1.61724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69821 -1.61724)"^^geo:wktLiteral ;
  geo-pos:lat "48.69821"^^xsd:decimal ;
  geo-pos:long "-1.61724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6075'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61724'^^xsd:double;
  dwc:latitude '48.69821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61724 48.69821, -1.61724 48.69821, -1.61724 48.69821, -1.61724 48.69821, -1.61724 48.69821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6075'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70523 -1.61724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70523 -1.61724)"^^geo:wktLiteral ;
  geo-pos:lat "48.70523"^^xsd:decimal ;
  geo-pos:long "-1.61724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4126'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61724'^^xsd:double;
  dwc:latitude '48.70523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61724 48.70523, -1.61724 48.70523, -1.61724 48.70523, -1.61724 48.70523, -1.61724 48.70523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4126'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71014 -1.61723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71014 -1.61723)"^^geo:wktLiteral ;
  geo-pos:lat "48.71014"^^xsd:decimal ;
  geo-pos:long "-1.61723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7971'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61723'^^xsd:double;
  dwc:latitude '48.71014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61723 48.71014, -1.61723 48.71014, -1.61723 48.71014, -1.61723 48.71014, -1.61723 48.71014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7971'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66213 -1.61722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66213 -1.61722)"^^geo:wktLiteral ;
  geo-pos:lat "48.66213"^^xsd:decimal ;
  geo-pos:long "-1.61722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13473'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61722'^^xsd:double;
  dwc:latitude '48.66213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61722 48.66213, -1.61722 48.66213, -1.61722 48.66213, -1.61722 48.66213, -1.61722 48.66213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13473'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64782 -1.61721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64782 -1.61721)"^^geo:wktLiteral ;
  geo-pos:lat "48.64782"^^xsd:decimal ;
  geo-pos:long "-1.61721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13244'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61721'^^xsd:double;
  dwc:latitude '48.64782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61721 48.64782, -1.61721 48.64782, -1.61721 48.64782, -1.61721 48.64782, -1.61721 48.64782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13244'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66505 -1.61721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66505 -1.61721)"^^geo:wktLiteral ;
  geo-pos:lat "48.66505"^^xsd:decimal ;
  geo-pos:long "-1.61721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6806'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61721'^^xsd:double;
  dwc:latitude '48.66505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61721 48.66505, -1.61721 48.66505, -1.61721 48.66505, -1.61721 48.66505, -1.61721 48.66505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6806'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71129 -1.6172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71129 -1.6172)"^^geo:wktLiteral ;
  geo-pos:lat "48.71129"^^xsd:decimal ;
  geo-pos:long "-1.6172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8465'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6172'^^xsd:double;
  dwc:latitude '48.71129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6172 48.71129, -1.6172 48.71129, -1.6172 48.71129, -1.6172 48.71129, -1.6172 48.71129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8465'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6647 -1.61714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6647 -1.61714)"^^geo:wktLiteral ;
  geo-pos:lat "48.6647"^^xsd:decimal ;
  geo-pos:long "-1.61714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11208'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61714'^^xsd:double;
  dwc:latitude '48.6647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61714 48.6647, -1.61714 48.6647, -1.61714 48.6647, -1.61714 48.6647, -1.61714 48.6647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11208'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72812 -1.61714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72812 -1.61714)"^^geo:wktLiteral ;
  geo-pos:lat "48.72812"^^xsd:decimal ;
  geo-pos:long "-1.61714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8547'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61714'^^xsd:double;
  dwc:latitude '48.72812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61714 48.72812, -1.61714 48.72812, -1.61714 48.72812, -1.61714 48.72812, -1.61714 48.72812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8547'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71134 -1.61712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71134 -1.61712)"^^geo:wktLiteral ;
  geo-pos:lat "48.71134"^^xsd:decimal ;
  geo-pos:long "-1.61712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7711'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61712'^^xsd:double;
  dwc:latitude '48.71134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61712 48.71134, -1.61712 48.71134, -1.61712 48.71134, -1.61712 48.71134, -1.61712 48.71134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7711'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66835 -1.6171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66835 -1.6171)"^^geo:wktLiteral ;
  geo-pos:lat "48.66835"^^xsd:decimal ;
  geo-pos:long "-1.6171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10076'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6171'^^xsd:double;
  dwc:latitude '48.66835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6171 48.66835, -1.6171 48.66835, -1.6171 48.66835, -1.6171 48.66835, -1.6171 48.66835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10076'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66864 -1.6171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66864 -1.6171)"^^geo:wktLiteral ;
  geo-pos:lat "48.66864"^^xsd:decimal ;
  geo-pos:long "-1.6171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9501'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6171'^^xsd:double;
  dwc:latitude '48.66864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6171 48.66864, -1.6171 48.66864, -1.6171 48.66864, -1.6171 48.66864, -1.6171 48.66864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9501'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66204 -1.61708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66204 -1.61708)"^^geo:wktLiteral ;
  geo-pos:lat "48.66204"^^xsd:decimal ;
  geo-pos:long "-1.61708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7657'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61708'^^xsd:double;
  dwc:latitude '48.66204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61708 48.66204, -1.61708 48.66204, -1.61708 48.66204, -1.61708 48.66204, -1.61708 48.66204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7657'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65181 -1.61706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65181 -1.61706)"^^geo:wktLiteral ;
  geo-pos:lat "48.65181"^^xsd:decimal ;
  geo-pos:long "-1.61706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11338'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61706'^^xsd:double;
  dwc:latitude '48.65181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61706 48.65181, -1.61706 48.65181, -1.61706 48.65181, -1.61706 48.65181, -1.61706 48.65181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11338'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70327 -1.61705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70327 -1.61705)"^^geo:wktLiteral ;
  geo-pos:lat "48.70327"^^xsd:decimal ;
  geo-pos:long "-1.61705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3007'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61705'^^xsd:double;
  dwc:latitude '48.70327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61705 48.70327, -1.61705 48.70327, -1.61705 48.70327, -1.61705 48.70327, -1.61705 48.70327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3007'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70623 -1.61703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70623 -1.61703)"^^geo:wktLiteral ;
  geo-pos:lat "48.70623"^^xsd:decimal ;
  geo-pos:long "-1.61703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3709'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61703'^^xsd:double;
  dwc:latitude '48.70623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61703 48.70623, -1.61703 48.70623, -1.61703 48.70623, -1.61703 48.70623, -1.61703 48.70623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3709'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67564 -1.61701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67564 -1.61701)"^^geo:wktLiteral ;
  geo-pos:lat "48.67564"^^xsd:decimal ;
  geo-pos:long "-1.61701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8709'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61701'^^xsd:double;
  dwc:latitude '48.67564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61701 48.67564, -1.61701 48.67564, -1.61701 48.67564, -1.61701 48.67564, -1.61701 48.67564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8709'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69487 -1.61701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69487 -1.61701)"^^geo:wktLiteral ;
  geo-pos:lat "48.69487"^^xsd:decimal ;
  geo-pos:long "-1.61701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6127'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61701'^^xsd:double;
  dwc:latitude '48.69487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61701 48.69487, -1.61701 48.69487, -1.61701 48.69487, -1.61701 48.69487, -1.61701 48.69487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6127'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72632 -1.61701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72632 -1.61701)"^^geo:wktLiteral ;
  geo-pos:lat "48.72632"^^xsd:decimal ;
  geo-pos:long "-1.61701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_10833'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61701'^^xsd:double;
  dwc:latitude '48.72632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61701 48.72632, -1.61701 48.72632, -1.61701 48.72632, -1.61701 48.72632, -1.61701 48.72632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10833'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64302 -1.61695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64302 -1.61695)"^^geo:wktLiteral ;
  geo-pos:lat "48.64302"^^xsd:decimal ;
  geo-pos:long "-1.61695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11701'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61695'^^xsd:double;
  dwc:latitude '48.64302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61695 48.64302, -1.61695 48.64302, -1.61695 48.64302, -1.61695 48.64302, -1.61695 48.64302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11701'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71857 -1.61694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71857 -1.61694)"^^geo:wktLiteral ;
  geo-pos:lat "48.71857"^^xsd:decimal ;
  geo-pos:long "-1.61694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8502'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61694'^^xsd:double;
  dwc:latitude '48.71857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61694 48.71857, -1.61694 48.71857, -1.61694 48.71857, -1.61694 48.71857, -1.61694 48.71857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8502'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63731 -1.61693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63731 -1.61693)"^^geo:wktLiteral ;
  geo-pos:lat "48.63731"^^xsd:decimal ;
  geo-pos:long "-1.61693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11937'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61693'^^xsd:double;
  dwc:latitude '48.63731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61693 48.63731, -1.61693 48.63731, -1.61693 48.63731, -1.61693 48.63731, -1.61693 48.63731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11937'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69416 -1.61693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69416 -1.61693)"^^geo:wktLiteral ;
  geo-pos:lat "48.69416"^^xsd:decimal ;
  geo-pos:long "-1.61693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6508'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61693'^^xsd:double;
  dwc:latitude '48.69416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61693 48.69416, -1.61693 48.69416, -1.61693 48.69416, -1.61693 48.69416, -1.61693 48.69416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6508'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68887 -1.61692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68887 -1.61692)"^^geo:wktLiteral ;
  geo-pos:lat "48.68887"^^xsd:decimal ;
  geo-pos:long "-1.61692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8651'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61692'^^xsd:double;
  dwc:latitude '48.68887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61692 48.68887, -1.61692 48.68887, -1.61692 48.68887, -1.61692 48.68887, -1.61692 48.68887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8651'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64291 -1.61689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64291 -1.61689)"^^geo:wktLiteral ;
  geo-pos:lat "48.64291"^^xsd:decimal ;
  geo-pos:long "-1.61689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13421'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61689'^^xsd:double;
  dwc:latitude '48.64291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61689 48.64291, -1.61689 48.64291, -1.61689 48.64291, -1.61689 48.64291, -1.61689 48.64291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13421'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67947 -1.61689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67947 -1.61689)"^^geo:wktLiteral ;
  geo-pos:lat "48.67947"^^xsd:decimal ;
  geo-pos:long "-1.61689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8715'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61689'^^xsd:double;
  dwc:latitude '48.67947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61689 48.67947, -1.61689 48.67947, -1.61689 48.67947, -1.61689 48.67947, -1.61689 48.67947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8715'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68183 -1.61688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68183"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68183 -1.61688)"^^geo:wktLiteral ;
  geo-pos:lat "48.68183"^^xsd:decimal ;
  geo-pos:long "-1.61688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10285'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61688'^^xsd:double;
  dwc:latitude '48.68183'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61688 48.68183, -1.61688 48.68183, -1.61688 48.68183, -1.61688 48.68183, -1.61688 48.68183))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10285'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.781 -1.61688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.781 -1.61688)"^^geo:wktLiteral ;
  geo-pos:lat "48.781"^^xsd:decimal ;
  geo-pos:long "-1.61688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9960'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61688'^^xsd:double;
  dwc:latitude '48.781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61688 48.781, -1.61688 48.781, -1.61688 48.781, -1.61688 48.781, -1.61688 48.781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9960'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65137 -1.61687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65137 -1.61687)"^^geo:wktLiteral ;
  geo-pos:lat "48.65137"^^xsd:decimal ;
  geo-pos:long "-1.61687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11699'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61687'^^xsd:double;
  dwc:latitude '48.65137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61687 48.65137, -1.61687 48.65137, -1.61687 48.65137, -1.61687 48.65137, -1.61687 48.65137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11699'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67193 -1.61687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67193"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67193 -1.61687)"^^geo:wktLiteral ;
  geo-pos:lat "48.67193"^^xsd:decimal ;
  geo-pos:long "-1.61687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8675'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61687'^^xsd:double;
  dwc:latitude '48.67193'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61687 48.67193, -1.61687 48.67193, -1.61687 48.67193, -1.61687 48.67193, -1.61687 48.67193))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8675'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69884 -1.61686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69884 -1.61686)"^^geo:wktLiteral ;
  geo-pos:lat "48.69884"^^xsd:decimal ;
  geo-pos:long "-1.61686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4124'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61686'^^xsd:double;
  dwc:latitude '48.69884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61686 48.69884, -1.61686 48.69884, -1.61686 48.69884, -1.61686 48.69884, -1.61686 48.69884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4124'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69917 -1.61684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69917 -1.61684)"^^geo:wktLiteral ;
  geo-pos:lat "48.69917"^^xsd:decimal ;
  geo-pos:long "-1.61684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9668'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61684'^^xsd:double;
  dwc:latitude '48.69917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61684 48.69917, -1.61684 48.69917, -1.61684 48.69917, -1.61684 48.69917, -1.61684 48.69917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9668'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74069 -1.61683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74069 -1.61683)"^^geo:wktLiteral ;
  geo-pos:lat "48.74069"^^xsd:decimal ;
  geo-pos:long "-1.61683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2423'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61683'^^xsd:double;
  dwc:latitude '48.74069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61683 48.74069, -1.61683 48.74069, -1.61683 48.74069, -1.61683 48.74069, -1.61683 48.74069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2423'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68454 -1.61664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68454 -1.61664)"^^geo:wktLiteral ;
  geo-pos:lat "48.68454"^^xsd:decimal ;
  geo-pos:long "-1.61664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8799'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61664'^^xsd:double;
  dwc:latitude '48.68454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61664 48.68454, -1.61664 48.68454, -1.61664 48.68454, -1.61664 48.68454, -1.61664 48.68454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8799'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72973 -1.61662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72973 -1.61662)"^^geo:wktLiteral ;
  geo-pos:lat "48.72973"^^xsd:decimal ;
  geo-pos:long "-1.61662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9378'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61662'^^xsd:double;
  dwc:latitude '48.72973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61662 48.72973, -1.61662 48.72973, -1.61662 48.72973, -1.61662 48.72973, -1.61662 48.72973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9378'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65923 -1.61657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65923 -1.61657)"^^geo:wktLiteral ;
  geo-pos:lat "48.65923"^^xsd:decimal ;
  geo-pos:long "-1.61657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13000'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61657'^^xsd:double;
  dwc:latitude '48.65923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61657 48.65923, -1.61657 48.65923, -1.61657 48.65923, -1.61657 48.65923, -1.61657 48.65923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13000'^^xsd:string;
  dwc:observationDate '2008-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66447 -1.61652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66447 -1.61652)"^^geo:wktLiteral ;
  geo-pos:lat "48.66447"^^xsd:decimal ;
  geo-pos:long "-1.61652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2144'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61652'^^xsd:double;
  dwc:latitude '48.66447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61652 48.66447, -1.61652 48.66447, -1.61652 48.66447, -1.61652 48.66447, -1.61652 48.66447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2144'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67577 -1.61652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67577 -1.61652)"^^geo:wktLiteral ;
  geo-pos:lat "48.67577"^^xsd:decimal ;
  geo-pos:long "-1.61652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9846'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61652'^^xsd:double;
  dwc:latitude '48.67577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61652 48.67577, -1.61652 48.67577, -1.61652 48.67577, -1.61652 48.67577, -1.61652 48.67577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9846'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66859 -1.61647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66859 -1.61647)"^^geo:wktLiteral ;
  geo-pos:lat "48.66859"^^xsd:decimal ;
  geo-pos:long "-1.61647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10454'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61647'^^xsd:double;
  dwc:latitude '48.66859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61647 48.66859, -1.61647 48.66859, -1.61647 48.66859, -1.61647 48.66859, -1.61647 48.66859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10454'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67544 -1.61646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67544 -1.61646)"^^geo:wktLiteral ;
  geo-pos:lat "48.67544"^^xsd:decimal ;
  geo-pos:long "-1.61646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2783'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61646'^^xsd:double;
  dwc:latitude '48.67544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61646 48.67544, -1.61646 48.67544, -1.61646 48.67544, -1.61646 48.67544, -1.61646 48.67544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2783'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66645 -1.61644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66645 -1.61644)"^^geo:wktLiteral ;
  geo-pos:lat "48.66645"^^xsd:decimal ;
  geo-pos:long "-1.61644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12320'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61644'^^xsd:double;
  dwc:latitude '48.66645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61644 48.66645, -1.61644 48.66645, -1.61644 48.66645, -1.61644 48.66645, -1.61644 48.66645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12320'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66088 -1.61643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66088 -1.61643)"^^geo:wktLiteral ;
  geo-pos:lat "48.66088"^^xsd:decimal ;
  geo-pos:long "-1.61643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13183'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61643'^^xsd:double;
  dwc:latitude '48.66088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61643 48.66088, -1.61643 48.66088, -1.61643 48.66088, -1.61643 48.66088, -1.61643 48.66088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13183'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66513 -1.61643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66513 -1.61643)"^^geo:wktLiteral ;
  geo-pos:lat "48.66513"^^xsd:decimal ;
  geo-pos:long "-1.61643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5572'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61643'^^xsd:double;
  dwc:latitude '48.66513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61643 48.66513, -1.61643 48.66513, -1.61643 48.66513, -1.61643 48.66513, -1.61643 48.66513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5572'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67137 -1.61641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67137 -1.61641)"^^geo:wktLiteral ;
  geo-pos:lat "48.67137"^^xsd:decimal ;
  geo-pos:long "-1.61641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10809'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61641'^^xsd:double;
  dwc:latitude '48.67137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61641 48.67137, -1.61641 48.67137, -1.61641 48.67137, -1.61641 48.67137, -1.61641 48.67137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10809'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71556 -1.61639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71556 -1.61639)"^^geo:wktLiteral ;
  geo-pos:lat "48.71556"^^xsd:decimal ;
  geo-pos:long "-1.61639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8848'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61639'^^xsd:double;
  dwc:latitude '48.71556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61639 48.71556, -1.61639 48.71556, -1.61639 48.71556, -1.61639 48.71556, -1.61639 48.71556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8848'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68522 -1.61638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68522 -1.61638)"^^geo:wktLiteral ;
  geo-pos:lat "48.68522"^^xsd:decimal ;
  geo-pos:long "-1.61638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11401'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61638'^^xsd:double;
  dwc:latitude '48.68522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61638 48.68522, -1.61638 48.68522, -1.61638 48.68522, -1.61638 48.68522, -1.61638 48.68522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11401'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64252 -1.61636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64252 -1.61636)"^^geo:wktLiteral ;
  geo-pos:lat "48.64252"^^xsd:decimal ;
  geo-pos:long "-1.61636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11322'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61636'^^xsd:double;
  dwc:latitude '48.64252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61636 48.64252, -1.61636 48.64252, -1.61636 48.64252, -1.61636 48.64252, -1.61636 48.64252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11322'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65978 -1.61636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65978 -1.61636)"^^geo:wktLiteral ;
  geo-pos:lat "48.65978"^^xsd:decimal ;
  geo-pos:long "-1.61636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13300'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61636'^^xsd:double;
  dwc:latitude '48.65978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61636 48.65978, -1.61636 48.65978, -1.61636 48.65978, -1.61636 48.65978, -1.61636 48.65978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13300'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64204 -1.61625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64204 -1.61625)"^^geo:wktLiteral ;
  geo-pos:lat "48.64204"^^xsd:decimal ;
  geo-pos:long "-1.61625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13565'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61625'^^xsd:double;
  dwc:latitude '48.64204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61625 48.64204, -1.61625 48.64204, -1.61625 48.64204, -1.61625 48.64204, -1.61625 48.64204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13565'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66632 -1.61625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66632 -1.61625)"^^geo:wktLiteral ;
  geo-pos:lat "48.66632"^^xsd:decimal ;
  geo-pos:long "-1.61625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5321'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61625'^^xsd:double;
  dwc:latitude '48.66632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61625 48.66632, -1.61625 48.66632, -1.61625 48.66632, -1.61625 48.66632, -1.61625 48.66632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5321'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6587 -1.61624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6587 -1.61624)"^^geo:wktLiteral ;
  geo-pos:lat "48.6587"^^xsd:decimal ;
  geo-pos:long "-1.61624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12974'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61624'^^xsd:double;
  dwc:latitude '48.6587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61624 48.6587, -1.61624 48.6587, -1.61624 48.6587, -1.61624 48.6587, -1.61624 48.6587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12974'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6698 -1.61621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6698 -1.61621)"^^geo:wktLiteral ;
  geo-pos:lat "48.6698"^^xsd:decimal ;
  geo-pos:long "-1.61621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13556'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61621'^^xsd:double;
  dwc:latitude '48.6698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61621 48.6698, -1.61621 48.6698, -1.61621 48.6698, -1.61621 48.6698, -1.61621 48.6698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13556'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67711 -1.61618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67711 -1.61618)"^^geo:wktLiteral ;
  geo-pos:lat "48.67711"^^xsd:decimal ;
  geo-pos:long "-1.61618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3111'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61618'^^xsd:double;
  dwc:latitude '48.67711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61618 48.67711, -1.61618 48.67711, -1.61618 48.67711, -1.61618 48.67711, -1.61618 48.67711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3111'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63645 -1.61617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63645 -1.61617)"^^geo:wktLiteral ;
  geo-pos:lat "48.63645"^^xsd:decimal ;
  geo-pos:long "-1.61617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13519'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61617'^^xsd:double;
  dwc:latitude '48.63645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61617 48.63645, -1.61617 48.63645, -1.61617 48.63645, -1.61617 48.63645, -1.61617 48.63645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13519'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6613 -1.61617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6613 -1.61617)"^^geo:wktLiteral ;
  geo-pos:lat "48.6613"^^xsd:decimal ;
  geo-pos:long "-1.61617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2717'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61617'^^xsd:double;
  dwc:latitude '48.6613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61617 48.6613, -1.61617 48.6613, -1.61617 48.6613, -1.61617 48.6613, -1.61617 48.6613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2717'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6681 -1.61612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6681 -1.61612)"^^geo:wktLiteral ;
  geo-pos:lat "48.6681"^^xsd:decimal ;
  geo-pos:long "-1.61612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10077'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61612'^^xsd:double;
  dwc:latitude '48.6681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61612 48.6681, -1.61612 48.6681, -1.61612 48.6681, -1.61612 48.6681, -1.61612 48.6681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10077'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67926 -1.61612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67926 -1.61612)"^^geo:wktLiteral ;
  geo-pos:lat "48.67926"^^xsd:decimal ;
  geo-pos:long "-1.61612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2335'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61612'^^xsd:double;
  dwc:latitude '48.67926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61612 48.67926, -1.61612 48.67926, -1.61612 48.67926, -1.61612 48.67926, -1.61612 48.67926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2335'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64577 -1.6161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64577 -1.6161)"^^geo:wktLiteral ;
  geo-pos:lat "48.64577"^^xsd:decimal ;
  geo-pos:long "-1.6161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12886'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6161'^^xsd:double;
  dwc:latitude '48.64577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6161 48.64577, -1.6161 48.64577, -1.6161 48.64577, -1.6161 48.64577, -1.6161 48.64577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12886'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66397 -1.61609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66397 -1.61609)"^^geo:wktLiteral ;
  geo-pos:lat "48.66397"^^xsd:decimal ;
  geo-pos:long "-1.61609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8939'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61609'^^xsd:double;
  dwc:latitude '48.66397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61609 48.66397, -1.61609 48.66397, -1.61609 48.66397, -1.61609 48.66397, -1.61609 48.66397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8939'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65077 -1.61608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65077 -1.61608)"^^geo:wktLiteral ;
  geo-pos:lat "48.65077"^^xsd:decimal ;
  geo-pos:long "-1.61608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12857'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61608'^^xsd:double;
  dwc:latitude '48.65077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61608 48.65077, -1.61608 48.65077, -1.61608 48.65077, -1.61608 48.65077, -1.61608 48.65077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12857'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65585 -1.61606)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61606"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65585 -1.61606)"^^geo:wktLiteral ;
  geo-pos:lat "48.65585"^^xsd:decimal ;
  geo-pos:long "-1.61606"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12749'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61606'^^xsd:double;
  dwc:latitude '48.65585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61606 48.65585, -1.61606 48.65585, -1.61606 48.65585, -1.61606 48.65585, -1.61606 48.65585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12749'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69874 -1.616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69874 -1.616)"^^geo:wktLiteral ;
  geo-pos:lat "48.69874"^^xsd:decimal ;
  geo-pos:long "-1.616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8316'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.616'^^xsd:double;
  dwc:latitude '48.69874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.616 48.69874, -1.616 48.69874, -1.616 48.69874, -1.616 48.69874, -1.616 48.69874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8316'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69987 -1.61599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69987 -1.61599)"^^geo:wktLiteral ;
  geo-pos:lat "48.69987"^^xsd:decimal ;
  geo-pos:long "-1.61599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5229'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61599'^^xsd:double;
  dwc:latitude '48.69987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61599 48.69987, -1.61599 48.69987, -1.61599 48.69987, -1.61599 48.69987, -1.61599 48.69987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5229'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67018 -1.61598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67018 -1.61598)"^^geo:wktLiteral ;
  geo-pos:lat "48.67018"^^xsd:decimal ;
  geo-pos:long "-1.61598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7679'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61598'^^xsd:double;
  dwc:latitude '48.67018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61598 48.67018, -1.61598 48.67018, -1.61598 48.67018, -1.61598 48.67018, -1.61598 48.67018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7679'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6674 -1.61597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_98>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6674 -1.61597)"^^geo:wktLiteral ;
  geo-pos:lat "48.6674"^^xsd:decimal ;
  geo-pos:long "-1.61597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_98'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_98'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61597'^^xsd:double;
  dwc:latitude '48.6674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61597 48.6674, -1.61597 48.6674, -1.61597 48.6674, -1.61597 48.6674, -1.61597 48.6674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_98'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64749 -1.61596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64749 -1.61596)"^^geo:wktLiteral ;
  geo-pos:lat "48.64749"^^xsd:decimal ;
  geo-pos:long "-1.61596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11682'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61596'^^xsd:double;
  dwc:latitude '48.64749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61596 48.64749, -1.61596 48.64749, -1.61596 48.64749, -1.61596 48.64749, -1.61596 48.64749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11682'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65115 -1.61595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65115 -1.61595)"^^geo:wktLiteral ;
  geo-pos:lat "48.65115"^^xsd:decimal ;
  geo-pos:long "-1.61595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13434'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61595'^^xsd:double;
  dwc:latitude '48.65115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61595 48.65115, -1.61595 48.65115, -1.61595 48.65115, -1.61595 48.65115, -1.61595 48.65115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13434'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65499 -1.61585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65499"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65499 -1.61585)"^^geo:wktLiteral ;
  geo-pos:lat "48.65499"^^xsd:decimal ;
  geo-pos:long "-1.61585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13634'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61585'^^xsd:double;
  dwc:latitude '48.65499'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61585 48.65499, -1.61585 48.65499, -1.61585 48.65499, -1.61585 48.65499, -1.61585 48.65499))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13634'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70234 -1.61582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70234 -1.61582)"^^geo:wktLiteral ;
  geo-pos:lat "48.70234"^^xsd:decimal ;
  geo-pos:long "-1.61582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5172'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61582'^^xsd:double;
  dwc:latitude '48.70234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61582 48.70234, -1.61582 48.70234, -1.61582 48.70234, -1.61582 48.70234, -1.61582 48.70234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5172'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71287 -1.61582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71287"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71287 -1.61582)"^^geo:wktLiteral ;
  geo-pos:lat "48.71287"^^xsd:decimal ;
  geo-pos:long "-1.61582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7862'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61582'^^xsd:double;
  dwc:latitude '48.71287'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61582 48.71287, -1.61582 48.71287, -1.61582 48.71287, -1.61582 48.71287, -1.61582 48.71287))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7862'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66145 -1.61579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66145 -1.61579)"^^geo:wktLiteral ;
  geo-pos:lat "48.66145"^^xsd:decimal ;
  geo-pos:long "-1.61579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12999'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61579'^^xsd:double;
  dwc:latitude '48.66145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61579 48.66145, -1.61579 48.66145, -1.61579 48.66145, -1.61579 48.66145, -1.61579 48.66145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12999'^^xsd:string;
  dwc:observationDate '2008-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74029 -1.61579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74029"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74029 -1.61579)"^^geo:wktLiteral ;
  geo-pos:lat "48.74029"^^xsd:decimal ;
  geo-pos:long "-1.61579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1109'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61579'^^xsd:double;
  dwc:latitude '48.74029'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61579 48.74029, -1.61579 48.74029, -1.61579 48.74029, -1.61579 48.74029, -1.61579 48.74029))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1109'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66917 -1.61577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66917 -1.61577)"^^geo:wktLiteral ;
  geo-pos:lat "48.66917"^^xsd:decimal ;
  geo-pos:long "-1.61577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10453'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61577'^^xsd:double;
  dwc:latitude '48.66917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61577 48.66917, -1.61577 48.66917, -1.61577 48.66917, -1.61577 48.66917, -1.61577 48.66917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10453'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.655 -1.61573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.655 -1.61573)"^^geo:wktLiteral ;
  geo-pos:lat "48.655"^^xsd:decimal ;
  geo-pos:long "-1.61573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2338'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61573'^^xsd:double;
  dwc:latitude '48.655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61573 48.655, -1.61573 48.655, -1.61573 48.655, -1.61573 48.655, -1.61573 48.655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2338'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74627 -1.61572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74627 -1.61572)"^^geo:wktLiteral ;
  geo-pos:lat "48.74627"^^xsd:decimal ;
  geo-pos:long "-1.61572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1909'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61572'^^xsd:double;
  dwc:latitude '48.74627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61572 48.74627, -1.61572 48.74627, -1.61572 48.74627, -1.61572 48.74627, -1.61572 48.74627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1909'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66412 -1.61571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66412 -1.61571)"^^geo:wktLiteral ;
  geo-pos:lat "48.66412"^^xsd:decimal ;
  geo-pos:long "-1.61571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2721'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61571'^^xsd:double;
  dwc:latitude '48.66412'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61571 48.66412, -1.61571 48.66412, -1.61571 48.66412, -1.61571 48.66412, -1.61571 48.66412))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2721'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.61567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.61567)"^^geo:wktLiteral ;
  geo-pos:lat "48.66814"^^xsd:decimal ;
  geo-pos:long "-1.61567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10766'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61567'^^xsd:double;
  dwc:latitude '48.66814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61567 48.66814, -1.61567 48.66814, -1.61567 48.66814, -1.61567 48.66814, -1.61567 48.66814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10766'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66844 -1.61567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66844 -1.61567)"^^geo:wktLiteral ;
  geo-pos:lat "48.66844"^^xsd:decimal ;
  geo-pos:long "-1.61567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10451'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61567'^^xsd:double;
  dwc:latitude '48.66844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61567 48.66844, -1.61567 48.66844, -1.61567 48.66844, -1.61567 48.66844, -1.61567 48.66844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10451'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69801 -1.61564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69801 -1.61564)"^^geo:wktLiteral ;
  geo-pos:lat "48.69801"^^xsd:decimal ;
  geo-pos:long "-1.61564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4775'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61564'^^xsd:double;
  dwc:latitude '48.69801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61564 48.69801, -1.61564 48.69801, -1.61564 48.69801, -1.61564 48.69801, -1.61564 48.69801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4775'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66476 -1.61563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66476 -1.61563)"^^geo:wktLiteral ;
  geo-pos:lat "48.66476"^^xsd:decimal ;
  geo-pos:long "-1.61563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9977'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61563'^^xsd:double;
  dwc:latitude '48.66476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61563 48.66476, -1.61563 48.66476, -1.61563 48.66476, -1.61563 48.66476, -1.61563 48.66476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9977'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64416 -1.61559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64416 -1.61559)"^^geo:wktLiteral ;
  geo-pos:lat "48.64416"^^xsd:decimal ;
  geo-pos:long "-1.61559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_11700'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61559'^^xsd:double;
  dwc:latitude '48.64416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61559 48.64416, -1.61559 48.64416, -1.61559 48.64416, -1.61559 48.64416, -1.61559 48.64416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11700'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69281 -1.61559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69281 -1.61559)"^^geo:wktLiteral ;
  geo-pos:lat "48.69281"^^xsd:decimal ;
  geo-pos:long "-1.61559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8282'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61559'^^xsd:double;
  dwc:latitude '48.69281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61559 48.69281, -1.61559 48.69281, -1.61559 48.69281, -1.61559 48.69281, -1.61559 48.69281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8282'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71811 -1.61558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71811 -1.61558)"^^geo:wktLiteral ;
  geo-pos:lat "48.71811"^^xsd:decimal ;
  geo-pos:long "-1.61558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9376'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61558'^^xsd:double;
  dwc:latitude '48.71811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61558 48.71811, -1.61558 48.71811, -1.61558 48.71811, -1.61558 48.71811, -1.61558 48.71811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9376'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.61557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.61557)"^^geo:wktLiteral ;
  geo-pos:lat "48.70854"^^xsd:decimal ;
  geo-pos:long "-1.61557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9349'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61557'^^xsd:double;
  dwc:latitude '48.70854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61557 48.70854, -1.61557 48.70854, -1.61557 48.70854, -1.61557 48.70854, -1.61557 48.70854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9349'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66884 -1.61555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66884 -1.61555)"^^geo:wktLiteral ;
  geo-pos:lat "48.66884"^^xsd:decimal ;
  geo-pos:long "-1.61555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10452'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61555'^^xsd:double;
  dwc:latitude '48.66884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61555 48.66884, -1.61555 48.66884, -1.61555 48.66884, -1.61555 48.66884, -1.61555 48.66884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10452'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65736 -1.61554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65736 -1.61554)"^^geo:wktLiteral ;
  geo-pos:lat "48.65736"^^xsd:decimal ;
  geo-pos:long "-1.61554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13029'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61554'^^xsd:double;
  dwc:latitude '48.65736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61554 48.65736, -1.61554 48.65736, -1.61554 48.65736, -1.61554 48.65736, -1.61554 48.65736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13029'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64675 -1.61553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64675 -1.61553)"^^geo:wktLiteral ;
  geo-pos:lat "48.64675"^^xsd:decimal ;
  geo-pos:long "-1.61553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11953'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61553'^^xsd:double;
  dwc:latitude '48.64675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61553 48.64675, -1.61553 48.64675, -1.61553 48.64675, -1.61553 48.64675, -1.61553 48.64675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11953'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67013 -1.61552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67013 -1.61552)"^^geo:wktLiteral ;
  geo-pos:lat "48.67013"^^xsd:decimal ;
  geo-pos:long "-1.61552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8944'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61552'^^xsd:double;
  dwc:latitude '48.67013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61552 48.67013, -1.61552 48.67013, -1.61552 48.67013, -1.61552 48.67013, -1.61552 48.67013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8944'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65362 -1.61551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65362 -1.61551)"^^geo:wktLiteral ;
  geo-pos:lat "48.65362"^^xsd:decimal ;
  geo-pos:long "-1.61551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11326'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61551'^^xsd:double;
  dwc:latitude '48.65362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61551 48.65362, -1.61551 48.65362, -1.61551 48.65362, -1.61551 48.65362, -1.61551 48.65362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11326'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72044 -1.61541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72044 -1.61541)"^^geo:wktLiteral ;
  geo-pos:lat "48.72044"^^xsd:decimal ;
  geo-pos:long "-1.61541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8784'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61541'^^xsd:double;
  dwc:latitude '48.72044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61541 48.72044, -1.61541 48.72044, -1.61541 48.72044, -1.61541 48.72044, -1.61541 48.72044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8784'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67716 -1.61539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67716 -1.61539)"^^geo:wktLiteral ;
  geo-pos:lat "48.67716"^^xsd:decimal ;
  geo-pos:long "-1.61539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5302'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61539'^^xsd:double;
  dwc:latitude '48.67716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61539 48.67716, -1.61539 48.67716, -1.61539 48.67716, -1.61539 48.67716, -1.61539 48.67716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5302'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66227 -1.61538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66227 -1.61538)"^^geo:wktLiteral ;
  geo-pos:lat "48.66227"^^xsd:decimal ;
  geo-pos:long "-1.61538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12612'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61538'^^xsd:double;
  dwc:latitude '48.66227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61538 48.66227, -1.61538 48.66227, -1.61538 48.66227, -1.61538 48.66227, -1.61538 48.66227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12612'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73176 -1.61538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73176 -1.61538)"^^geo:wktLiteral ;
  geo-pos:lat "48.73176"^^xsd:decimal ;
  geo-pos:long "-1.61538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_765'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61538'^^xsd:double;
  dwc:latitude '48.73176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61538 48.73176, -1.61538 48.73176, -1.61538 48.73176, -1.61538 48.73176, -1.61538 48.73176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_765'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70824 -1.61536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70824 -1.61536)"^^geo:wktLiteral ;
  geo-pos:lat "48.70824"^^xsd:decimal ;
  geo-pos:long "-1.61536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10211'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61536'^^xsd:double;
  dwc:latitude '48.70824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61536 48.70824, -1.61536 48.70824, -1.61536 48.70824, -1.61536 48.70824, -1.61536 48.70824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10211'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71968 -1.61531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71968 -1.61531)"^^geo:wktLiteral ;
  geo-pos:lat "48.71968"^^xsd:decimal ;
  geo-pos:long "-1.61531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10096'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61531'^^xsd:double;
  dwc:latitude '48.71968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61531 48.71968, -1.61531 48.71968, -1.61531 48.71968, -1.61531 48.71968, -1.61531 48.71968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10096'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66216 -1.6153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66216 -1.6153)"^^geo:wktLiteral ;
  geo-pos:lat "48.66216"^^xsd:decimal ;
  geo-pos:long "-1.6153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11289'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6153'^^xsd:double;
  dwc:latitude '48.66216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6153 48.66216, -1.6153 48.66216, -1.6153 48.66216, -1.6153 48.66216, -1.6153 48.66216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11289'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66832 -1.61529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66832 -1.61529)"^^geo:wktLiteral ;
  geo-pos:lat "48.66832"^^xsd:decimal ;
  geo-pos:long "-1.61529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11220'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61529'^^xsd:double;
  dwc:latitude '48.66832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61529 48.66832, -1.61529 48.66832, -1.61529 48.66832, -1.61529 48.66832, -1.61529 48.66832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11220'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69376 -1.61529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69376 -1.61529)"^^geo:wktLiteral ;
  geo-pos:lat "48.69376"^^xsd:decimal ;
  geo-pos:long "-1.61529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6125'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61529'^^xsd:double;
  dwc:latitude '48.69376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61529 48.69376, -1.61529 48.69376, -1.61529 48.69376, -1.61529 48.69376, -1.61529 48.69376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6125'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69899 -1.61529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69899 -1.61529)"^^geo:wktLiteral ;
  geo-pos:lat "48.69899"^^xsd:decimal ;
  geo-pos:long "-1.61529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5411'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61529'^^xsd:double;
  dwc:latitude '48.69899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61529 48.69899, -1.61529 48.69899, -1.61529 48.69899, -1.61529 48.69899, -1.61529 48.69899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5411'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7201 -1.61529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7201 -1.61529)"^^geo:wktLiteral ;
  geo-pos:lat "48.7201"^^xsd:decimal ;
  geo-pos:long "-1.61529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7821'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61529'^^xsd:double;
  dwc:latitude '48.7201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61529 48.7201, -1.61529 48.7201, -1.61529 48.7201, -1.61529 48.7201, -1.61529 48.7201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7821'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6701 -1.61527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6701 -1.61527)"^^geo:wktLiteral ;
  geo-pos:lat "48.6701"^^xsd:decimal ;
  geo-pos:long "-1.61527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5630'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61527'^^xsd:double;
  dwc:latitude '48.6701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61527 48.6701, -1.61527 48.6701, -1.61527 48.6701, -1.61527 48.6701, -1.61527 48.6701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5630'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64112 -1.61525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64112"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64112 -1.61525)"^^geo:wktLiteral ;
  geo-pos:lat "48.64112"^^xsd:decimal ;
  geo-pos:long "-1.61525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10747'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61525'^^xsd:double;
  dwc:latitude '48.64112'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61525 48.64112, -1.61525 48.64112, -1.61525 48.64112, -1.61525 48.64112, -1.61525 48.64112))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10747'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74524 -1.61524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74524 -1.61524)"^^geo:wktLiteral ;
  geo-pos:lat "48.74524"^^xsd:decimal ;
  geo-pos:long "-1.61524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2424'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61524'^^xsd:double;
  dwc:latitude '48.74524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61524 48.74524, -1.61524 48.74524, -1.61524 48.74524, -1.61524 48.74524, -1.61524 48.74524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2424'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6685 -1.61521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6685 -1.61521)"^^geo:wktLiteral ;
  geo-pos:lat "48.6685"^^xsd:decimal ;
  geo-pos:long "-1.61521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10628'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61521'^^xsd:double;
  dwc:latitude '48.6685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61521 48.6685, -1.61521 48.6685, -1.61521 48.6685, -1.61521 48.6685, -1.61521 48.6685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10628'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64619 -1.6152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64619 -1.6152)"^^geo:wktLiteral ;
  geo-pos:lat "48.64619"^^xsd:decimal ;
  geo-pos:long "-1.6152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11710'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6152'^^xsd:double;
  dwc:latitude '48.64619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6152 48.64619, -1.6152 48.64619, -1.6152 48.64619, -1.6152 48.64619, -1.6152 48.64619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11710'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66913 -1.6152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66913 -1.6152)"^^geo:wktLiteral ;
  geo-pos:lat "48.66913"^^xsd:decimal ;
  geo-pos:long "-1.6152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11591'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6152'^^xsd:double;
  dwc:latitude '48.66913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6152 48.66913, -1.6152 48.66913, -1.6152 48.66913, -1.6152 48.66913, -1.6152 48.66913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11591'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.61518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.61518)"^^geo:wktLiteral ;
  geo-pos:lat "48.69561"^^xsd:decimal ;
  geo-pos:long "-1.61518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2334'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61518'^^xsd:double;
  dwc:latitude '48.69561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61518 48.69561, -1.61518 48.69561, -1.61518 48.69561, -1.61518 48.69561, -1.61518 48.69561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2334'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65042 -1.61517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65042 -1.61517)"^^geo:wktLiteral ;
  geo-pos:lat "48.65042"^^xsd:decimal ;
  geo-pos:long "-1.61517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_13318'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61517'^^xsd:double;
  dwc:latitude '48.65042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61517 48.65042, -1.61517 48.65042, -1.61517 48.65042, -1.61517 48.65042, -1.61517 48.65042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13318'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63997 -1.61509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63997 -1.61509)"^^geo:wktLiteral ;
  geo-pos:lat "48.63997"^^xsd:decimal ;
  geo-pos:long "-1.61509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11182'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61509'^^xsd:double;
  dwc:latitude '48.63997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61509 48.63997, -1.61509 48.63997, -1.61509 48.63997, -1.61509 48.63997, -1.61509 48.63997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11182'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66607 -1.61506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66607 -1.61506)"^^geo:wktLiteral ;
  geo-pos:lat "48.66607"^^xsd:decimal ;
  geo-pos:long "-1.61506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13171'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61506'^^xsd:double;
  dwc:latitude '48.66607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61506 48.66607, -1.61506 48.66607, -1.61506 48.66607, -1.61506 48.66607, -1.61506 48.66607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13171'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66971 -1.61506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66971 -1.61506)"^^geo:wktLiteral ;
  geo-pos:lat "48.66971"^^xsd:decimal ;
  geo-pos:long "-1.61506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8929'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61506'^^xsd:double;
  dwc:latitude '48.66971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61506 48.66971, -1.61506 48.66971, -1.61506 48.66971, -1.61506 48.66971, -1.61506 48.66971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8929'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70652 -1.61505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70652"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70652 -1.61505)"^^geo:wktLiteral ;
  geo-pos:lat "48.70652"^^xsd:decimal ;
  geo-pos:long "-1.61505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3498'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61505'^^xsd:double;
  dwc:latitude '48.70652'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61505 48.70652, -1.61505 48.70652, -1.61505 48.70652, -1.61505 48.70652, -1.61505 48.70652))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3498'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66257 -1.61504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66257 -1.61504)"^^geo:wktLiteral ;
  geo-pos:lat "48.66257"^^xsd:decimal ;
  geo-pos:long "-1.61504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_11536'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61504'^^xsd:double;
  dwc:latitude '48.66257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61504 48.66257, -1.61504 48.66257, -1.61504 48.66257, -1.61504 48.66257, -1.61504 48.66257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11536'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66765 -1.61504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66765 -1.61504)"^^geo:wktLiteral ;
  geo-pos:lat "48.66765"^^xsd:decimal ;
  geo-pos:long "-1.61504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10627'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61504'^^xsd:double;
  dwc:latitude '48.66765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61504 48.66765, -1.61504 48.66765, -1.61504 48.66765, -1.61504 48.66765, -1.61504 48.66765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10627'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67087 -1.61504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67087 -1.61504)"^^geo:wktLiteral ;
  geo-pos:lat "48.67087"^^xsd:decimal ;
  geo-pos:long "-1.61504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2793'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61504'^^xsd:double;
  dwc:latitude '48.67087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61504 48.67087, -1.61504 48.67087, -1.61504 48.67087, -1.61504 48.67087, -1.61504 48.67087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2793'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65442 -1.61502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65442 -1.61502)"^^geo:wktLiteral ;
  geo-pos:lat "48.65442"^^xsd:decimal ;
  geo-pos:long "-1.61502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11327'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61502'^^xsd:double;
  dwc:latitude '48.65442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61502 48.65442, -1.61502 48.65442, -1.61502 48.65442, -1.61502 48.65442, -1.61502 48.65442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11327'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71698 -1.61499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71698 -1.61499)"^^geo:wktLiteral ;
  geo-pos:lat "48.71698"^^xsd:decimal ;
  geo-pos:long "-1.61499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7917'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61499'^^xsd:double;
  dwc:latitude '48.71698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61499 48.71698, -1.61499 48.71698, -1.61499 48.71698, -1.61499 48.71698, -1.61499 48.71698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7917'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.664 -1.61493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.664 -1.61493)"^^geo:wktLiteral ;
  geo-pos:lat "48.664"^^xsd:decimal ;
  geo-pos:long "-1.61493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2829'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61493'^^xsd:double;
  dwc:latitude '48.664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61493 48.664, -1.61493 48.664, -1.61493 48.664, -1.61493 48.664, -1.61493 48.664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2829'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65287 -1.61492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65287"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65287 -1.61492)"^^geo:wktLiteral ;
  geo-pos:lat "48.65287"^^xsd:decimal ;
  geo-pos:long "-1.61492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12549'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61492'^^xsd:double;
  dwc:latitude '48.65287'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61492 48.65287, -1.61492 48.65287, -1.61492 48.65287, -1.61492 48.65287, -1.61492 48.65287))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12549'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65476 -1.61488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65476 -1.61488)"^^geo:wktLiteral ;
  geo-pos:lat "48.65476"^^xsd:decimal ;
  geo-pos:long "-1.61488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12047'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61488'^^xsd:double;
  dwc:latitude '48.65476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61488 48.65476, -1.61488 48.65476, -1.61488 48.65476, -1.61488 48.65476, -1.61488 48.65476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12047'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65529 -1.61485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65529 -1.61485)"^^geo:wktLiteral ;
  geo-pos:lat "48.65529"^^xsd:decimal ;
  geo-pos:long "-1.61485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13154'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61485'^^xsd:double;
  dwc:latitude '48.65529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61485 48.65529, -1.61485 48.65529, -1.61485 48.65529, -1.61485 48.65529, -1.61485 48.65529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13154'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66078 -1.61485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66078 -1.61485)"^^geo:wktLiteral ;
  geo-pos:lat "48.66078"^^xsd:decimal ;
  geo-pos:long "-1.61485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12873'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61485'^^xsd:double;
  dwc:latitude '48.66078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61485 48.66078, -1.61485 48.66078, -1.61485 48.66078, -1.61485 48.66078, -1.61485 48.66078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12873'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69289 -1.61483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69289 -1.61483)"^^geo:wktLiteral ;
  geo-pos:lat "48.69289"^^xsd:decimal ;
  geo-pos:long "-1.61483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6537'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61483'^^xsd:double;
  dwc:latitude '48.69289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61483 48.69289, -1.61483 48.69289, -1.61483 48.69289, -1.61483 48.69289, -1.61483 48.69289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6537'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70478 -1.61483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70478 -1.61483)"^^geo:wktLiteral ;
  geo-pos:lat "48.70478"^^xsd:decimal ;
  geo-pos:long "-1.61483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3624'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61483'^^xsd:double;
  dwc:latitude '48.70478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61483 48.70478, -1.61483 48.70478, -1.61483 48.70478, -1.61483 48.70478, -1.61483 48.70478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3624'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67441 -1.61482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67441 -1.61482)"^^geo:wktLiteral ;
  geo-pos:lat "48.67441"^^xsd:decimal ;
  geo-pos:long "-1.61482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8878'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61482'^^xsd:double;
  dwc:latitude '48.67441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61482 48.67441, -1.61482 48.67441, -1.61482 48.67441, -1.61482 48.67441, -1.61482 48.67441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8878'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67069 -1.61481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67069 -1.61481)"^^geo:wktLiteral ;
  geo-pos:lat "48.67069"^^xsd:decimal ;
  geo-pos:long "-1.61481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11592'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61481'^^xsd:double;
  dwc:latitude '48.67069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61481 48.67069, -1.61481 48.67069, -1.61481 48.67069, -1.61481 48.67069, -1.61481 48.67069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11592'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69554 -1.6148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69554 -1.6148)"^^geo:wktLiteral ;
  geo-pos:lat "48.69554"^^xsd:decimal ;
  geo-pos:long "-1.6148"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10808'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6148'^^xsd:double;
  dwc:latitude '48.69554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6148 48.69554, -1.6148 48.69554, -1.6148 48.69554, -1.6148 48.69554, -1.6148 48.69554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10808'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72303 -1.61477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72303 -1.61477)"^^geo:wktLiteral ;
  geo-pos:lat "48.72303"^^xsd:decimal ;
  geo-pos:long "-1.61477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7851'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61477'^^xsd:double;
  dwc:latitude '48.72303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61477 48.72303, -1.61477 48.72303, -1.61477 48.72303, -1.61477 48.72303, -1.61477 48.72303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7851'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64213 -1.61476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64213 -1.61476)"^^geo:wktLiteral ;
  geo-pos:lat "48.64213"^^xsd:decimal ;
  geo-pos:long "-1.61476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12698'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61476'^^xsd:double;
  dwc:latitude '48.64213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61476 48.64213, -1.61476 48.64213, -1.61476 48.64213, -1.61476 48.64213, -1.61476 48.64213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12698'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6459 -1.61473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6459"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6459 -1.61473)"^^geo:wktLiteral ;
  geo-pos:lat "48.6459"^^xsd:decimal ;
  geo-pos:long "-1.61473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_10838'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61473'^^xsd:double;
  dwc:latitude '48.6459'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61473 48.6459, -1.61473 48.6459, -1.61473 48.6459, -1.61473 48.6459, -1.61473 48.6459))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10838'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65064 -1.61468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65064 -1.61468)"^^geo:wktLiteral ;
  geo-pos:lat "48.65064"^^xsd:decimal ;
  geo-pos:long "-1.61468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11934'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61468'^^xsd:double;
  dwc:latitude '48.65064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61468 48.65064, -1.61468 48.65064, -1.61468 48.65064, -1.61468 48.65064, -1.61468 48.65064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11934'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.61468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.61468)"^^geo:wktLiteral ;
  geo-pos:lat "48.66953"^^xsd:decimal ;
  geo-pos:long "-1.61468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11206'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61468'^^xsd:double;
  dwc:latitude '48.66953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61468 48.66953, -1.61468 48.66953, -1.61468 48.66953, -1.61468 48.66953, -1.61468 48.66953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11206'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63998 -1.61466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63998 -1.61466)"^^geo:wktLiteral ;
  geo-pos:lat "48.63998"^^xsd:decimal ;
  geo-pos:long "-1.61466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10810'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61466'^^xsd:double;
  dwc:latitude '48.63998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61466 48.63998, -1.61466 48.63998, -1.61466 48.63998, -1.61466 48.63998, -1.61466 48.63998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10810'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66739 -1.61466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66739 -1.61466)"^^geo:wktLiteral ;
  geo-pos:lat "48.66739"^^xsd:decimal ;
  geo-pos:long "-1.61466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10361'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61466'^^xsd:double;
  dwc:latitude '48.66739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61466 48.66739, -1.61466 48.66739, -1.61466 48.66739, -1.61466 48.66739, -1.61466 48.66739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10361'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71283 -1.61466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71283"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71283 -1.61466)"^^geo:wktLiteral ;
  geo-pos:lat "48.71283"^^xsd:decimal ;
  geo-pos:long "-1.61466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10807'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61466'^^xsd:double;
  dwc:latitude '48.71283'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61466 48.71283, -1.61466 48.71283, -1.61466 48.71283, -1.61466 48.71283, -1.61466 48.71283))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10807'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63903 -1.61465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63903 -1.61465)"^^geo:wktLiteral ;
  geo-pos:lat "48.63903"^^xsd:decimal ;
  geo-pos:long "-1.61465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11936'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61465'^^xsd:double;
  dwc:latitude '48.63903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61465 48.63903, -1.61465 48.63903, -1.61465 48.63903, -1.61465 48.63903, -1.61465 48.63903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11936'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70328 -1.61461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70328 -1.61461)"^^geo:wktLiteral ;
  geo-pos:lat "48.70328"^^xsd:decimal ;
  geo-pos:long "-1.61461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8778'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61461'^^xsd:double;
  dwc:latitude '48.70328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61461 48.70328, -1.61461 48.70328, -1.61461 48.70328, -1.61461 48.70328, -1.61461 48.70328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8778'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72831 -1.6146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72831 -1.6146)"^^geo:wktLiteral ;
  geo-pos:lat "48.72831"^^xsd:decimal ;
  geo-pos:long "-1.6146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9381'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6146'^^xsd:double;
  dwc:latitude '48.72831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6146 48.72831, -1.6146 48.72831, -1.6146 48.72831, -1.6146 48.72831, -1.6146 48.72831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9381'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65675 -1.61456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65675 -1.61456)"^^geo:wktLiteral ;
  geo-pos:lat "48.65675"^^xsd:decimal ;
  geo-pos:long "-1.61456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13493'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61456'^^xsd:double;
  dwc:latitude '48.65675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61456 48.65675, -1.61456 48.65675, -1.61456 48.65675, -1.61456 48.65675, -1.61456 48.65675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13493'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72008 -1.61453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72008 -1.61453)"^^geo:wktLiteral ;
  geo-pos:lat "48.72008"^^xsd:decimal ;
  geo-pos:long "-1.61453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9375'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61453'^^xsd:double;
  dwc:latitude '48.72008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61453 48.72008, -1.61453 48.72008, -1.61453 48.72008, -1.61453 48.72008, -1.61453 48.72008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9375'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.61448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.61448)"^^geo:wktLiteral ;
  geo-pos:lat "48.66845"^^xsd:decimal ;
  geo-pos:long "-1.61448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5320'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61448'^^xsd:double;
  dwc:latitude '48.66845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61448 48.66845, -1.61448 48.66845, -1.61448 48.66845, -1.61448 48.66845, -1.61448 48.66845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5320'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63962 -1.61447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63962 -1.61447)"^^geo:wktLiteral ;
  geo-pos:lat "48.63962"^^xsd:decimal ;
  geo-pos:long "-1.61447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13564'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61447'^^xsd:double;
  dwc:latitude '48.63962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61447 48.63962, -1.61447 48.63962, -1.61447 48.63962, -1.61447 48.63962, -1.61447 48.63962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13564'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64048 -1.61446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64048 -1.61446)"^^geo:wktLiteral ;
  geo-pos:lat "48.64048"^^xsd:decimal ;
  geo-pos:long "-1.61446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12694'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61446'^^xsd:double;
  dwc:latitude '48.64048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61446 48.64048, -1.61446 48.64048, -1.61446 48.64048, -1.61446 48.64048, -1.61446 48.64048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12694'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71613 -1.61446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71613 -1.61446)"^^geo:wktLiteral ;
  geo-pos:lat "48.71613"^^xsd:decimal ;
  geo-pos:long "-1.61446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8698'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61446'^^xsd:double;
  dwc:latitude '48.71613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61446 48.71613, -1.61446 48.71613, -1.61446 48.71613, -1.61446 48.71613, -1.61446 48.71613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8698'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70919 -1.61445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70919 -1.61445)"^^geo:wktLiteral ;
  geo-pos:lat "48.70919"^^xsd:decimal ;
  geo-pos:long "-1.61445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8823'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61445'^^xsd:double;
  dwc:latitude '48.70919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61445 48.70919, -1.61445 48.70919, -1.61445 48.70919, -1.61445 48.70919, -1.61445 48.70919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8823'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64485 -1.61441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64485 -1.61441)"^^geo:wktLiteral ;
  geo-pos:lat "48.64485"^^xsd:decimal ;
  geo-pos:long "-1.61441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13078'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61441'^^xsd:double;
  dwc:latitude '48.64485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61441 48.64485, -1.61441 48.64485, -1.61441 48.64485, -1.61441 48.64485, -1.61441 48.64485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13078'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66746 -1.61441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66746 -1.61441)"^^geo:wktLiteral ;
  geo-pos:lat "48.66746"^^xsd:decimal ;
  geo-pos:long "-1.61441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12702'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61441'^^xsd:double;
  dwc:latitude '48.66746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61441 48.66746, -1.61441 48.66746, -1.61441 48.66746, -1.61441 48.66746, -1.61441 48.66746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12702'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69913 -1.61438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69913 -1.61438)"^^geo:wktLiteral ;
  geo-pos:lat "48.69913"^^xsd:decimal ;
  geo-pos:long "-1.61438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2837'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61438'^^xsd:double;
  dwc:latitude '48.69913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61438 48.69913, -1.61438 48.69913, -1.61438 48.69913, -1.61438 48.69913, -1.61438 48.69913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2837'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7043 -1.61436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_87>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7043 -1.61436)"^^geo:wktLiteral ;
  geo-pos:lat "48.7043"^^xsd:decimal ;
  geo-pos:long "-1.61436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_87'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_87'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61436'^^xsd:double;
  dwc:latitude '48.7043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61436 48.7043, -1.61436 48.7043, -1.61436 48.7043, -1.61436 48.7043, -1.61436 48.7043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_87'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66866 -1.61432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66866 -1.61432)"^^geo:wktLiteral ;
  geo-pos:lat "48.66866"^^xsd:decimal ;
  geo-pos:long "-1.61432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8800'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61432'^^xsd:double;
  dwc:latitude '48.66866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61432 48.66866, -1.61432 48.66866, -1.61432 48.66866, -1.61432 48.66866, -1.61432 48.66866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8800'^^xsd:string;
  dwc:observationDate '2008-01-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67016 -1.61428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67016 -1.61428)"^^geo:wktLiteral ;
  geo-pos:lat "48.67016"^^xsd:decimal ;
  geo-pos:long "-1.61428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5599'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61428'^^xsd:double;
  dwc:latitude '48.67016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61428 48.67016, -1.61428 48.67016, -1.61428 48.67016, -1.61428 48.67016, -1.61428 48.67016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5599'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67803 -1.61427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67803 -1.61427)"^^geo:wktLiteral ;
  geo-pos:lat "48.67803"^^xsd:decimal ;
  geo-pos:long "-1.61427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8645'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61427'^^xsd:double;
  dwc:latitude '48.67803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61427 48.67803, -1.61427 48.67803, -1.61427 48.67803, -1.61427 48.67803, -1.61427 48.67803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8645'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67604 -1.61426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67604 -1.61426)"^^geo:wktLiteral ;
  geo-pos:lat "48.67604"^^xsd:decimal ;
  geo-pos:long "-1.61426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10298'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61426'^^xsd:double;
  dwc:latitude '48.67604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61426 48.67604, -1.61426 48.67604, -1.61426 48.67604, -1.61426 48.67604, -1.61426 48.67604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10298'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72281 -1.61426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72281 -1.61426)"^^geo:wktLiteral ;
  geo-pos:lat "48.72281"^^xsd:decimal ;
  geo-pos:long "-1.61426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7807'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61426'^^xsd:double;
  dwc:latitude '48.72281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61426 48.72281, -1.61426 48.72281, -1.61426 48.72281, -1.61426 48.72281, -1.61426 48.72281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7807'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71133 -1.61425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71133 -1.61425)"^^geo:wktLiteral ;
  geo-pos:lat "48.71133"^^xsd:decimal ;
  geo-pos:long "-1.61425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9901'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61425'^^xsd:double;
  dwc:latitude '48.71133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61425 48.71133, -1.61425 48.71133, -1.61425 48.71133, -1.61425 48.71133, -1.61425 48.71133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9901'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68144 -1.61423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68144 -1.61423)"^^geo:wktLiteral ;
  geo-pos:lat "48.68144"^^xsd:decimal ;
  geo-pos:long "-1.61423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5323'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61423'^^xsd:double;
  dwc:latitude '48.68144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61423 48.68144, -1.61423 48.68144, -1.61423 48.68144, -1.61423 48.68144, -1.61423 48.68144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5323'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68841 -1.61422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_84>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68841 -1.61422)"^^geo:wktLiteral ;
  geo-pos:lat "48.68841"^^xsd:decimal ;
  geo-pos:long "-1.61422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_84'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_84'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61422'^^xsd:double;
  dwc:latitude '48.68841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61422 48.68841, -1.61422 48.68841, -1.61422 48.68841, -1.61422 48.68841, -1.61422 48.68841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_84'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66484 -1.6142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66484"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66484 -1.6142)"^^geo:wktLiteral ;
  geo-pos:lat "48.66484"^^xsd:decimal ;
  geo-pos:long "-1.6142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6301'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6142'^^xsd:double;
  dwc:latitude '48.66484'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6142 48.66484, -1.6142 48.66484, -1.6142 48.66484, -1.6142 48.66484, -1.6142 48.66484))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6301'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.61417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.61417)"^^geo:wktLiteral ;
  geo-pos:lat "48.668"^^xsd:decimal ;
  geo-pos:long "-1.61417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5583'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61417'^^xsd:double;
  dwc:latitude '48.668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61417 48.668, -1.61417 48.668, -1.61417 48.668, -1.61417 48.668, -1.61417 48.668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5583'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72503 -1.61416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72503 -1.61416)"^^geo:wktLiteral ;
  geo-pos:lat "48.72503"^^xsd:decimal ;
  geo-pos:long "-1.61416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8544'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61416'^^xsd:double;
  dwc:latitude '48.72503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61416 48.72503, -1.61416 48.72503, -1.61416 48.72503, -1.61416 48.72503, -1.61416 48.72503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8544'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65091 -1.61415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65091 -1.61415)"^^geo:wktLiteral ;
  geo-pos:lat "48.65091"^^xsd:decimal ;
  geo-pos:long "-1.61415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12647'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61415'^^xsd:double;
  dwc:latitude '48.65091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61415 48.65091, -1.61415 48.65091, -1.61415 48.65091, -1.61415 48.65091, -1.61415 48.65091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12647'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64075 -1.61412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64075 -1.61412)"^^geo:wktLiteral ;
  geo-pos:lat "48.64075"^^xsd:decimal ;
  geo-pos:long "-1.61412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13504'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61412'^^xsd:double;
  dwc:latitude '48.64075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61412 48.64075, -1.61412 48.64075, -1.61412 48.64075, -1.61412 48.64075, -1.61412 48.64075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13504'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66021 -1.6141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66021 -1.6141)"^^geo:wktLiteral ;
  geo-pos:lat "48.66021"^^xsd:decimal ;
  geo-pos:long "-1.6141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10639'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6141'^^xsd:double;
  dwc:latitude '48.66021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6141 48.66021, -1.6141 48.66021, -1.6141 48.66021, -1.6141 48.66021, -1.6141 48.66021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10639'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66344 -1.61409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66344 -1.61409)"^^geo:wktLiteral ;
  geo-pos:lat "48.66344"^^xsd:decimal ;
  geo-pos:long "-1.61409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11352'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61409'^^xsd:double;
  dwc:latitude '48.66344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61409 48.66344, -1.61409 48.66344, -1.61409 48.66344, -1.61409 48.66344, -1.61409 48.66344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11352'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66365 -1.61409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66365 -1.61409)"^^geo:wktLiteral ;
  geo-pos:lat "48.66365"^^xsd:decimal ;
  geo-pos:long "-1.61409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5337'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61409'^^xsd:double;
  dwc:latitude '48.66365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61409 48.66365, -1.61409 48.66365, -1.61409 48.66365, -1.61409 48.66365, -1.61409 48.66365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5337'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.61407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.61407)"^^geo:wktLiteral ;
  geo-pos:lat "48.6997"^^xsd:decimal ;
  geo-pos:long "-1.61407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_115'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61407'^^xsd:double;
  dwc:latitude '48.6997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61407 48.6997, -1.61407 48.6997, -1.61407 48.6997, -1.61407 48.6997, -1.61407 48.6997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_115'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64526 -1.61406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64526 -1.61406)"^^geo:wktLiteral ;
  geo-pos:lat "48.64526"^^xsd:decimal ;
  geo-pos:long "-1.61406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_11711'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61406'^^xsd:double;
  dwc:latitude '48.64526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61406 48.64526, -1.61406 48.64526, -1.61406 48.64526, -1.61406 48.64526, -1.61406 48.64526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11711'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7157 -1.61405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7157 -1.61405)"^^geo:wktLiteral ;
  geo-pos:lat "48.7157"^^xsd:decimal ;
  geo-pos:long "-1.61405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7915'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61405'^^xsd:double;
  dwc:latitude '48.7157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61405 48.7157, -1.61405 48.7157, -1.61405 48.7157, -1.61405 48.7157, -1.61405 48.7157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7915'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69433 -1.61399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69433 -1.61399)"^^geo:wktLiteral ;
  geo-pos:lat "48.69433"^^xsd:decimal ;
  geo-pos:long "-1.61399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8658'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61399'^^xsd:double;
  dwc:latitude '48.69433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61399 48.69433, -1.61399 48.69433, -1.61399 48.69433, -1.61399 48.69433, -1.61399 48.69433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8658'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66982 -1.61393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66982 -1.61393)"^^geo:wktLiteral ;
  geo-pos:lat "48.66982"^^xsd:decimal ;
  geo-pos:long "-1.61393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8945'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61393'^^xsd:double;
  dwc:latitude '48.66982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61393 48.66982, -1.61393 48.66982, -1.61393 48.66982, -1.61393 48.66982, -1.61393 48.66982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8945'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66361 -1.6139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66361"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66361 -1.6139)"^^geo:wktLiteral ;
  geo-pos:lat "48.66361"^^xsd:decimal ;
  geo-pos:long "-1.6139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12097'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6139'^^xsd:double;
  dwc:latitude '48.66361'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6139 48.66361, -1.6139 48.66361, -1.6139 48.66361, -1.6139 48.66361, -1.6139 48.66361))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12097'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66164 -1.61389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66164"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66164 -1.61389)"^^geo:wktLiteral ;
  geo-pos:lat "48.66164"^^xsd:decimal ;
  geo-pos:long "-1.61389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10655'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61389'^^xsd:double;
  dwc:latitude '48.66164'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61389 48.66164, -1.61389 48.66164, -1.61389 48.66164, -1.61389 48.66164, -1.61389 48.66164))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10655'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7266 -1.61386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7266 -1.61386)"^^geo:wktLiteral ;
  geo-pos:lat "48.7266"^^xsd:decimal ;
  geo-pos:long "-1.61386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8695'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61386'^^xsd:double;
  dwc:latitude '48.7266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61386 48.7266, -1.61386 48.7266, -1.61386 48.7266, -1.61386 48.7266, -1.61386 48.7266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8695'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73865 -1.61386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73865 -1.61386)"^^geo:wktLiteral ;
  geo-pos:lat "48.73865"^^xsd:decimal ;
  geo-pos:long "-1.61386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1972'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61386'^^xsd:double;
  dwc:latitude '48.73865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61386 48.73865, -1.61386 48.73865, -1.61386 48.73865, -1.61386 48.73865, -1.61386 48.73865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1972'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70583 -1.61384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70583 -1.61384)"^^geo:wktLiteral ;
  geo-pos:lat "48.70583"^^xsd:decimal ;
  geo-pos:long "-1.61384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10746'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61384'^^xsd:double;
  dwc:latitude '48.70583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61384 48.70583, -1.61384 48.70583, -1.61384 48.70583, -1.61384 48.70583, -1.61384 48.70583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10746'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7471 -1.61383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7471 -1.61383)"^^geo:wktLiteral ;
  geo-pos:lat "48.7471"^^xsd:decimal ;
  geo-pos:long "-1.61383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5422'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61383'^^xsd:double;
  dwc:latitude '48.7471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61383 48.7471, -1.61383 48.7471, -1.61383 48.7471, -1.61383 48.7471, -1.61383 48.7471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5422'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66688 -1.61381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66688 -1.61381)"^^geo:wktLiteral ;
  geo-pos:lat "48.66688"^^xsd:decimal ;
  geo-pos:long "-1.61381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10287'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61381'^^xsd:double;
  dwc:latitude '48.66688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61381 48.66688, -1.61381 48.66688, -1.61381 48.66688, -1.61381 48.66688, -1.61381 48.66688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10287'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66856 -1.61381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66856"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66856 -1.61381)"^^geo:wktLiteral ;
  geo-pos:lat "48.66856"^^xsd:decimal ;
  geo-pos:long "-1.61381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_9486'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61381'^^xsd:double;
  dwc:latitude '48.66856'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61381 48.66856, -1.61381 48.66856, -1.61381 48.66856, -1.61381 48.66856, -1.61381 48.66856))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9486'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64635 -1.61379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64635 -1.61379)"^^geo:wktLiteral ;
  geo-pos:lat "48.64635"^^xsd:decimal ;
  geo-pos:long "-1.61379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11879'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61379'^^xsd:double;
  dwc:latitude '48.64635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61379 48.64635, -1.61379 48.64635, -1.61379 48.64635, -1.61379 48.64635, -1.61379 48.64635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11879'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66867 -1.61378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66867 -1.61378)"^^geo:wktLiteral ;
  geo-pos:lat "48.66867"^^xsd:decimal ;
  geo-pos:long "-1.61378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8702'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61378'^^xsd:double;
  dwc:latitude '48.66867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61378 48.66867, -1.61378 48.66867, -1.61378 48.66867, -1.61378 48.66867, -1.61378 48.66867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8702'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66513 -1.61376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66513 -1.61376)"^^geo:wktLiteral ;
  geo-pos:lat "48.66513"^^xsd:decimal ;
  geo-pos:long "-1.61376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8975'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61376'^^xsd:double;
  dwc:latitude '48.66513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61376 48.66513, -1.61376 48.66513, -1.61376 48.66513, -1.61376 48.66513, -1.61376 48.66513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8975'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6611 -1.61375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6611 -1.61375)"^^geo:wktLiteral ;
  geo-pos:lat "48.6611"^^xsd:decimal ;
  geo-pos:long "-1.61375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2792'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61375'^^xsd:double;
  dwc:latitude '48.6611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61375 48.6611, -1.61375 48.6611, -1.61375 48.6611, -1.61375 48.6611, -1.61375 48.6611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2792'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67064 -1.61369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67064 -1.61369)"^^geo:wktLiteral ;
  geo-pos:lat "48.67064"^^xsd:decimal ;
  geo-pos:long "-1.61369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11593'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61369'^^xsd:double;
  dwc:latitude '48.67064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61369 48.67064, -1.61369 48.67064, -1.61369 48.67064, -1.61369 48.67064, -1.61369 48.67064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11593'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74662 -1.61368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74662"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74662 -1.61368)"^^geo:wktLiteral ;
  geo-pos:lat "48.74662"^^xsd:decimal ;
  geo-pos:long "-1.61368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_766'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61368'^^xsd:double;
  dwc:latitude '48.74662'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61368 48.74662, -1.61368 48.74662, -1.61368 48.74662, -1.61368 48.74662, -1.61368 48.74662))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_766'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73473 -1.61365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73473"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73473 -1.61365)"^^geo:wktLiteral ;
  geo-pos:lat "48.73473"^^xsd:decimal ;
  geo-pos:long "-1.61365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_8682'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61365'^^xsd:double;
  dwc:latitude '48.73473'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61365 48.73473, -1.61365 48.73473, -1.61365 48.73473, -1.61365 48.73473, -1.61365 48.73473))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8682'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69885 -1.61364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69885 -1.61364)"^^geo:wktLiteral ;
  geo-pos:lat "48.69885"^^xsd:decimal ;
  geo-pos:long "-1.61364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_116'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61364'^^xsd:double;
  dwc:latitude '48.69885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61364 48.69885, -1.61364 48.69885, -1.61364 48.69885, -1.61364 48.69885, -1.61364 48.69885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_116'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69302 -1.61361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69302 -1.61361)"^^geo:wktLiteral ;
  geo-pos:lat "48.69302"^^xsd:decimal ;
  geo-pos:long "-1.61361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9900'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61361'^^xsd:double;
  dwc:latitude '48.69302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61361 48.69302, -1.61361 48.69302, -1.61361 48.69302, -1.61361 48.69302, -1.61361 48.69302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9900'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64526 -1.6136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64526 -1.6136)"^^geo:wktLiteral ;
  geo-pos:lat "48.64526"^^xsd:decimal ;
  geo-pos:long "-1.6136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11665'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6136'^^xsd:double;
  dwc:latitude '48.64526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6136 48.64526, -1.6136 48.64526, -1.6136 48.64526, -1.6136 48.64526, -1.6136 48.64526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11665'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70629 -1.6136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_88>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70629 -1.6136)"^^geo:wktLiteral ;
  geo-pos:lat "48.70629"^^xsd:decimal ;
  geo-pos:long "-1.6136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_88'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_88'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6136'^^xsd:double;
  dwc:latitude '48.70629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6136 48.70629, -1.6136 48.70629, -1.6136 48.70629, -1.6136 48.70629, -1.6136 48.70629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_88'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65686 -1.61358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65686 -1.61358)"^^geo:wktLiteral ;
  geo-pos:lat "48.65686"^^xsd:decimal ;
  geo-pos:long "-1.61358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12037'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61358'^^xsd:double;
  dwc:latitude '48.65686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61358 48.65686, -1.61358 48.65686, -1.61358 48.65686, -1.61358 48.65686, -1.61358 48.65686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12037'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64328 -1.61357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64328 -1.61357)"^^geo:wktLiteral ;
  geo-pos:lat "48.64328"^^xsd:decimal ;
  geo-pos:long "-1.61357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13529'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61357'^^xsd:double;
  dwc:latitude '48.64328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61357 48.64328, -1.61357 48.64328, -1.61357 48.64328, -1.61357 48.64328, -1.61357 48.64328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13529'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6676 -1.61357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6676 -1.61357)"^^geo:wktLiteral ;
  geo-pos:lat "48.6676"^^xsd:decimal ;
  geo-pos:long "-1.61357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9845'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61357'^^xsd:double;
  dwc:latitude '48.6676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61357 48.6676, -1.61357 48.6676, -1.61357 48.6676, -1.61357 48.6676, -1.61357 48.6676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9845'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73515 -1.61354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73515"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73515 -1.61354)"^^geo:wktLiteral ;
  geo-pos:lat "48.73515"^^xsd:decimal ;
  geo-pos:long "-1.61354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9740'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61354'^^xsd:double;
  dwc:latitude '48.73515'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61354 48.73515, -1.61354 48.73515, -1.61354 48.73515, -1.61354 48.73515, -1.61354 48.73515))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9740'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66134 -1.61353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66134 -1.61353)"^^geo:wktLiteral ;
  geo-pos:lat "48.66134"^^xsd:decimal ;
  geo-pos:long "-1.61353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2791'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61353'^^xsd:double;
  dwc:latitude '48.66134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61353 48.66134, -1.61353 48.66134, -1.61353 48.66134, -1.61353 48.66134, -1.61353 48.66134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2791'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65518 -1.61349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65518 -1.61349)"^^geo:wktLiteral ;
  geo-pos:lat "48.65518"^^xsd:decimal ;
  geo-pos:long "-1.61349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13455'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61349'^^xsd:double;
  dwc:latitude '48.65518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61349 48.65518, -1.61349 48.65518, -1.61349 48.65518, -1.61349 48.65518, -1.61349 48.65518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13455'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69571 -1.61349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69571 -1.61349)"^^geo:wktLiteral ;
  geo-pos:lat "48.69571"^^xsd:decimal ;
  geo-pos:long "-1.61349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5523'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61349'^^xsd:double;
  dwc:latitude '48.69571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61349 48.69571, -1.61349 48.69571, -1.61349 48.69571, -1.61349 48.69571, -1.61349 48.69571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5523'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67204 -1.61348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67204 -1.61348)"^^geo:wktLiteral ;
  geo-pos:lat "48.67204"^^xsd:decimal ;
  geo-pos:long "-1.61348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13472'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61348'^^xsd:double;
  dwc:latitude '48.67204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61348 48.67204, -1.61348 48.67204, -1.61348 48.67204, -1.61348 48.67204, -1.61348 48.67204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13472'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68198 -1.61348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68198 -1.61348)"^^geo:wktLiteral ;
  geo-pos:lat "48.68198"^^xsd:decimal ;
  geo-pos:long "-1.61348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9664'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61348'^^xsd:double;
  dwc:latitude '48.68198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61348 48.68198, -1.61348 48.68198, -1.61348 48.68198, -1.61348 48.68198, -1.61348 48.68198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9664'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66752 -1.61344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66752 -1.61344)"^^geo:wktLiteral ;
  geo-pos:lat "48.66752"^^xsd:decimal ;
  geo-pos:long "-1.61344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9500'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61344'^^xsd:double;
  dwc:latitude '48.66752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61344 48.66752, -1.61344 48.66752, -1.61344 48.66752, -1.61344 48.66752, -1.61344 48.66752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9500'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6915 -1.61344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6915 -1.61344)"^^geo:wktLiteral ;
  geo-pos:lat "48.6915"^^xsd:decimal ;
  geo-pos:long "-1.61344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5062'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61344'^^xsd:double;
  dwc:latitude '48.6915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61344 48.6915, -1.61344 48.6915, -1.61344 48.6915, -1.61344 48.6915, -1.61344 48.6915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5062'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65146 -1.61342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65146 -1.61342)"^^geo:wktLiteral ;
  geo-pos:lat "48.65146"^^xsd:decimal ;
  geo-pos:long "-1.61342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12211'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61342'^^xsd:double;
  dwc:latitude '48.65146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61342 48.65146, -1.61342 48.65146, -1.61342 48.65146, -1.61342 48.65146, -1.61342 48.65146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12211'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66742 -1.61339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66742 -1.61339)"^^geo:wktLiteral ;
  geo-pos:lat "48.66742"^^xsd:decimal ;
  geo-pos:long "-1.61339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13459'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61339'^^xsd:double;
  dwc:latitude '48.66742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61339 48.66742, -1.61339 48.66742, -1.61339 48.66742, -1.61339 48.66742, -1.61339 48.66742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13459'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69207 -1.61338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69207 -1.61338)"^^geo:wktLiteral ;
  geo-pos:lat "48.69207"^^xsd:decimal ;
  geo-pos:long "-1.61338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5721'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61338'^^xsd:double;
  dwc:latitude '48.69207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61338 48.69207, -1.61338 48.69207, -1.61338 48.69207, -1.61338 48.69207, -1.61338 48.69207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5721'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.61337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.61337)"^^geo:wktLiteral ;
  geo-pos:lat "48.66784"^^xsd:decimal ;
  geo-pos:long "-1.61337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13031'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61337'^^xsd:double;
  dwc:latitude '48.66784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61337 48.66784, -1.61337 48.66784, -1.61337 48.66784, -1.61337 48.66784, -1.61337 48.66784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13031'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70668 -1.61333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70668 -1.61333)"^^geo:wktLiteral ;
  geo-pos:lat "48.70668"^^xsd:decimal ;
  geo-pos:long "-1.61333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7874'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61333'^^xsd:double;
  dwc:latitude '48.70668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61333 48.70668, -1.61333 48.70668, -1.61333 48.70668, -1.61333 48.70668, -1.61333 48.70668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7874'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71777 -1.6133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71777 -1.6133)"^^geo:wktLiteral ;
  geo-pos:lat "48.71777"^^xsd:decimal ;
  geo-pos:long "-1.6133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7822'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6133'^^xsd:double;
  dwc:latitude '48.71777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6133 48.71777, -1.6133 48.71777, -1.6133 48.71777, -1.6133 48.71777, -1.6133 48.71777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7822'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64594 -1.61327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64594 -1.61327)"^^geo:wktLiteral ;
  geo-pos:lat "48.64594"^^xsd:decimal ;
  geo-pos:long "-1.61327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_11664'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61327'^^xsd:double;
  dwc:latitude '48.64594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61327 48.64594, -1.61327 48.64594, -1.61327 48.64594, -1.61327 48.64594, -1.61327 48.64594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11664'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65149 -1.61327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65149 -1.61327)"^^geo:wktLiteral ;
  geo-pos:lat "48.65149"^^xsd:decimal ;
  geo-pos:long "-1.61327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10705'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61327'^^xsd:double;
  dwc:latitude '48.65149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61327 48.65149, -1.61327 48.65149, -1.61327 48.65149, -1.61327 48.65149, -1.61327 48.65149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10705'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66813 -1.61327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66813 -1.61327)"^^geo:wktLiteral ;
  geo-pos:lat "48.66813"^^xsd:decimal ;
  geo-pos:long "-1.61327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9004'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61327'^^xsd:double;
  dwc:latitude '48.66813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61327 48.66813, -1.61327 48.66813, -1.61327 48.66813, -1.61327 48.66813, -1.61327 48.66813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9004'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66262 -1.61325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66262"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66262 -1.61325)"^^geo:wktLiteral ;
  geo-pos:lat "48.66262"^^xsd:decimal ;
  geo-pos:long "-1.61325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12015'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61325'^^xsd:double;
  dwc:latitude '48.66262'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61325 48.66262, -1.61325 48.66262, -1.61325 48.66262, -1.61325 48.66262, -1.61325 48.66262))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12015'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70707 -1.61322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70707 -1.61322)"^^geo:wktLiteral ;
  geo-pos:lat "48.70707"^^xsd:decimal ;
  geo-pos:long "-1.61322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_89'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_89'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61322'^^xsd:double;
  dwc:latitude '48.70707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61322 48.70707, -1.61322 48.70707, -1.61322 48.70707, -1.61322 48.70707, -1.61322 48.70707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_89'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70797 -1.6132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_90>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70797 -1.6132)"^^geo:wktLiteral ;
  geo-pos:lat "48.70797"^^xsd:decimal ;
  geo-pos:long "-1.6132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_90'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_90'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6132'^^xsd:double;
  dwc:latitude '48.70797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6132 48.70797, -1.6132 48.70797, -1.6132 48.70797, -1.6132 48.70797, -1.6132 48.70797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_90'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6621 -1.61318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6621 -1.61318)"^^geo:wktLiteral ;
  geo-pos:lat "48.6621"^^xsd:decimal ;
  geo-pos:long "-1.61318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12247'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61318'^^xsd:double;
  dwc:latitude '48.6621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61318 48.6621, -1.61318 48.6621, -1.61318 48.6621, -1.61318 48.6621, -1.61318 48.6621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12247'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69962 -1.61317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69962 -1.61317)"^^geo:wktLiteral ;
  geo-pos:lat "48.69962"^^xsd:decimal ;
  geo-pos:long "-1.61317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10209'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61317'^^xsd:double;
  dwc:latitude '48.69962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61317 48.69962, -1.61317 48.69962, -1.61317 48.69962, -1.61317 48.69962, -1.61317 48.69962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10209'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68487 -1.61316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68487 -1.61316)"^^geo:wktLiteral ;
  geo-pos:lat "48.68487"^^xsd:decimal ;
  geo-pos:long "-1.61316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8824'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61316'^^xsd:double;
  dwc:latitude '48.68487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61316 48.68487, -1.61316 48.68487, -1.61316 48.68487, -1.61316 48.68487, -1.61316 48.68487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8824'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7153 -1.61316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7153"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7153 -1.61316)"^^geo:wktLiteral ;
  geo-pos:lat "48.7153"^^xsd:decimal ;
  geo-pos:long "-1.61316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9292'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61316'^^xsd:double;
  dwc:latitude '48.7153'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61316 48.7153, -1.61316 48.7153, -1.61316 48.7153, -1.61316 48.7153, -1.61316 48.7153))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9292'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74969 -1.61316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74969 -1.61316)"^^geo:wktLiteral ;
  geo-pos:lat "48.74969"^^xsd:decimal ;
  geo-pos:long "-1.61316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10135'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61316'^^xsd:double;
  dwc:latitude '48.74969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61316 48.74969, -1.61316 48.74969, -1.61316 48.74969, -1.61316 48.74969, -1.61316 48.74969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10135'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65554 -1.61315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65554 -1.61315)"^^geo:wktLiteral ;
  geo-pos:lat "48.65554"^^xsd:decimal ;
  geo-pos:long "-1.61315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13408'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61315'^^xsd:double;
  dwc:latitude '48.65554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61315 48.65554, -1.61315 48.65554, -1.61315 48.65554, -1.61315 48.65554, -1.61315 48.65554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13408'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66823 -1.61314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66823 -1.61314)"^^geo:wktLiteral ;
  geo-pos:lat "48.66823"^^xsd:decimal ;
  geo-pos:long "-1.61314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5319'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61314'^^xsd:double;
  dwc:latitude '48.66823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61314 48.66823, -1.61314 48.66823, -1.61314 48.66823, -1.61314 48.66823, -1.61314 48.66823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5319'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.61313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.61313)"^^geo:wktLiteral ;
  geo-pos:lat "48.69174"^^xsd:decimal ;
  geo-pos:long "-1.61313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5410'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61313'^^xsd:double;
  dwc:latitude '48.69174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61313 48.69174, -1.61313 48.69174, -1.61313 48.69174, -1.61313 48.69174, -1.61313 48.69174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5410'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6651 -1.61312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6651 -1.61312)"^^geo:wktLiteral ;
  geo-pos:lat "48.6651"^^xsd:decimal ;
  geo-pos:long "-1.61312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11402'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61312'^^xsd:double;
  dwc:latitude '48.6651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61312 48.6651, -1.61312 48.6651, -1.61312 48.6651, -1.61312 48.6651, -1.61312 48.6651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11402'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73013 -1.6131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73013 -1.6131)"^^geo:wktLiteral ;
  geo-pos:lat "48.73013"^^xsd:decimal ;
  geo-pos:long "-1.6131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4973'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6131'^^xsd:double;
  dwc:latitude '48.73013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6131 48.73013, -1.6131 48.73013, -1.6131 48.73013, -1.6131 48.73013, -1.6131 48.73013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4973'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66712 -1.61309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66712 -1.61309)"^^geo:wktLiteral ;
  geo-pos:lat "48.66712"^^xsd:decimal ;
  geo-pos:long "-1.61309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10288'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61309'^^xsd:double;
  dwc:latitude '48.66712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61309 48.66712, -1.61309 48.66712, -1.61309 48.66712, -1.61309 48.66712, -1.61309 48.66712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10288'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66893 -1.61309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66893 -1.61309)"^^geo:wktLiteral ;
  geo-pos:lat "48.66893"^^xsd:decimal ;
  geo-pos:long "-1.61309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7345'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61309'^^xsd:double;
  dwc:latitude '48.66893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61309 48.66893, -1.61309 48.66893, -1.61309 48.66893, -1.61309 48.66893, -1.61309 48.66893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7345'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.663 -1.61308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.663 -1.61308)"^^geo:wktLiteral ;
  geo-pos:lat "48.663"^^xsd:decimal ;
  geo-pos:long "-1.61308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10643'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61308'^^xsd:double;
  dwc:latitude '48.663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61308 48.663, -1.61308 48.663, -1.61308 48.663, -1.61308 48.663, -1.61308 48.663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10643'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65472 -1.61305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65472 -1.61305)"^^geo:wktLiteral ;
  geo-pos:lat "48.65472"^^xsd:decimal ;
  geo-pos:long "-1.61305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12824'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61305'^^xsd:double;
  dwc:latitude '48.65472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61305 48.65472, -1.61305 48.65472, -1.61305 48.65472, -1.61305 48.65472, -1.61305 48.65472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12824'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67953 -1.61303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67953 -1.61303)"^^geo:wktLiteral ;
  geo-pos:lat "48.67953"^^xsd:decimal ;
  geo-pos:long "-1.61303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2794'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61303'^^xsd:double;
  dwc:latitude '48.67953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61303 48.67953, -1.61303 48.67953, -1.61303 48.67953, -1.61303 48.67953, -1.61303 48.67953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2794'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72755 -1.61303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72755 -1.61303)"^^geo:wktLiteral ;
  geo-pos:lat "48.72755"^^xsd:decimal ;
  geo-pos:long "-1.61303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9511'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61303'^^xsd:double;
  dwc:latitude '48.72755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61303 48.72755, -1.61303 48.72755, -1.61303 48.72755, -1.61303 48.72755, -1.61303 48.72755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9511'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67 -1.61301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67 -1.61301)"^^geo:wktLiteral ;
  geo-pos:lat "48.67"^^xsd:decimal ;
  geo-pos:long "-1.61301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10290'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61301'^^xsd:double;
  dwc:latitude '48.67'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61301 48.67, -1.61301 48.67, -1.61301 48.67, -1.61301 48.67, -1.61301 48.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10290'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68316 -1.61298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68316 -1.61298)"^^geo:wktLiteral ;
  geo-pos:lat "48.68316"^^xsd:decimal ;
  geo-pos:long "-1.61298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2139'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61298'^^xsd:double;
  dwc:latitude '48.68316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61298 48.68316, -1.61298 48.68316, -1.61298 48.68316, -1.61298 48.68316, -1.61298 48.68316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2139'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65999 -1.61296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65999 -1.61296)"^^geo:wktLiteral ;
  geo-pos:lat "48.65999"^^xsd:decimal ;
  geo-pos:long "-1.61296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11636'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61296'^^xsd:double;
  dwc:latitude '48.65999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61296 48.65999, -1.61296 48.65999, -1.61296 48.65999, -1.61296 48.65999, -1.61296 48.65999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11636'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69177 -1.61296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69177 -1.61296)"^^geo:wktLiteral ;
  geo-pos:lat "48.69177"^^xsd:decimal ;
  geo-pos:long "-1.61296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9562'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61296'^^xsd:double;
  dwc:latitude '48.69177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61296 48.69177, -1.61296 48.69177, -1.61296 48.69177, -1.61296 48.69177, -1.61296 48.69177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9562'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69273 -1.61296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69273 -1.61296)"^^geo:wktLiteral ;
  geo-pos:lat "48.69273"^^xsd:decimal ;
  geo-pos:long "-1.61296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5171'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61296'^^xsd:double;
  dwc:latitude '48.69273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61296 48.69273, -1.61296 48.69273, -1.61296 48.69273, -1.61296 48.69273, -1.61296 48.69273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5171'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70603 -1.61294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70603 -1.61294)"^^geo:wktLiteral ;
  geo-pos:lat "48.70603"^^xsd:decimal ;
  geo-pos:long "-1.61294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7612'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61294'^^xsd:double;
  dwc:latitude '48.70603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61294 48.70603, -1.61294 48.70603, -1.61294 48.70603, -1.61294 48.70603, -1.61294 48.70603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7612'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64042 -1.61292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64042 -1.61292)"^^geo:wktLiteral ;
  geo-pos:lat "48.64042"^^xsd:decimal ;
  geo-pos:long "-1.61292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13382'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61292'^^xsd:double;
  dwc:latitude '48.64042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61292 48.64042, -1.61292 48.64042, -1.61292 48.64042, -1.61292 48.64042, -1.61292 48.64042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13382'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69253 -1.61292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69253 -1.61292)"^^geo:wktLiteral ;
  geo-pos:lat "48.69253"^^xsd:decimal ;
  geo-pos:long "-1.61292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8724'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61292'^^xsd:double;
  dwc:latitude '48.69253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61292 48.69253, -1.61292 48.69253, -1.61292 48.69253, -1.61292 48.69253, -1.61292 48.69253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8724'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71694 -1.61292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71694 -1.61292)"^^geo:wktLiteral ;
  geo-pos:lat "48.71694"^^xsd:decimal ;
  geo-pos:long "-1.61292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7820'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61292'^^xsd:double;
  dwc:latitude '48.71694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61292 48.71694, -1.61292 48.71694, -1.61292 48.71694, -1.61292 48.71694, -1.61292 48.71694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7820'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66085 -1.6129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66085 -1.6129)"^^geo:wktLiteral ;
  geo-pos:lat "48.66085"^^xsd:decimal ;
  geo-pos:long "-1.6129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_10825'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6129'^^xsd:double;
  dwc:latitude '48.66085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6129 48.66085, -1.6129 48.66085, -1.6129 48.66085, -1.6129 48.66085, -1.6129 48.66085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10825'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66051 -1.61288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66051 -1.61288)"^^geo:wktLiteral ;
  geo-pos:lat "48.66051"^^xsd:decimal ;
  geo-pos:long "-1.61288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12054'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61288'^^xsd:double;
  dwc:latitude '48.66051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61288 48.66051, -1.61288 48.66051, -1.61288 48.66051, -1.61288 48.66051, -1.61288 48.66051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12054'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70416 -1.61284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70416 -1.61284)"^^geo:wktLiteral ;
  geo-pos:lat "48.70416"^^xsd:decimal ;
  geo-pos:long "-1.61284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1098'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61284'^^xsd:double;
  dwc:latitude '48.70416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61284 48.70416, -1.61284 48.70416, -1.61284 48.70416, -1.61284 48.70416, -1.61284 48.70416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1098'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66317 -1.61282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66317 -1.61282)"^^geo:wktLiteral ;
  geo-pos:lat "48.66317"^^xsd:decimal ;
  geo-pos:long "-1.61282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8635'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61282'^^xsd:double;
  dwc:latitude '48.66317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61282 48.66317, -1.61282 48.66317, -1.61282 48.66317, -1.61282 48.66317, -1.61282 48.66317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8635'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71638 -1.61282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71638"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71638 -1.61282)"^^geo:wktLiteral ;
  geo-pos:lat "48.71638"^^xsd:decimal ;
  geo-pos:long "-1.61282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13676'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61282'^^xsd:double;
  dwc:latitude '48.71638'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61282 48.71638, -1.61282 48.71638, -1.61282 48.71638, -1.61282 48.71638, -1.61282 48.71638))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13676'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64062 -1.61279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64062 -1.61279)"^^geo:wktLiteral ;
  geo-pos:lat "48.64062"^^xsd:decimal ;
  geo-pos:long "-1.61279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11321'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61279'^^xsd:double;
  dwc:latitude '48.64062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61279 48.64062, -1.61279 48.64062, -1.61279 48.64062, -1.61279 48.64062, -1.61279 48.64062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11321'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68576 -1.61275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68576 -1.61275)"^^geo:wktLiteral ;
  geo-pos:lat "48.68576"^^xsd:decimal ;
  geo-pos:long "-1.61275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8315'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61275'^^xsd:double;
  dwc:latitude '48.68576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61275 48.68576, -1.61275 48.68576, -1.61275 48.68576, -1.61275 48.68576, -1.61275 48.68576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8315'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70621 -1.61275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70621 -1.61275)"^^geo:wktLiteral ;
  geo-pos:lat "48.70621"^^xsd:decimal ;
  geo-pos:long "-1.61275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61275'^^xsd:double;
  dwc:latitude '48.70621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61275 48.70621, -1.61275 48.70621, -1.61275 48.70621, -1.61275 48.70621, -1.61275 48.70621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66822 -1.61273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66822 -1.61273)"^^geo:wktLiteral ;
  geo-pos:lat "48.66822"^^xsd:decimal ;
  geo-pos:long "-1.61273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12729'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61273'^^xsd:double;
  dwc:latitude '48.66822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61273 48.66822, -1.61273 48.66822, -1.61273 48.66822, -1.61273 48.66822, -1.61273 48.66822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12729'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67153 -1.61273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67153"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67153 -1.61273)"^^geo:wktLiteral ;
  geo-pos:lat "48.67153"^^xsd:decimal ;
  geo-pos:long "-1.61273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10082'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61273'^^xsd:double;
  dwc:latitude '48.67153'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61273 48.67153, -1.61273 48.67153, -1.61273 48.67153, -1.61273 48.67153, -1.61273 48.67153))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10082'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75203 -1.61273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75203 -1.61273)"^^geo:wktLiteral ;
  geo-pos:lat "48.75203"^^xsd:decimal ;
  geo-pos:long "-1.61273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8387'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61273'^^xsd:double;
  dwc:latitude '48.75203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61273 48.75203, -1.61273 48.75203, -1.61273 48.75203, -1.61273 48.75203, -1.61273 48.75203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8387'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64642 -1.6127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64642 -1.6127)"^^geo:wktLiteral ;
  geo-pos:lat "48.64642"^^xsd:decimal ;
  geo-pos:long "-1.6127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12887'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6127'^^xsd:double;
  dwc:latitude '48.64642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6127 48.64642, -1.6127 48.64642, -1.6127 48.64642, -1.6127 48.64642, -1.6127 48.64642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12887'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72801 -1.61268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72801 -1.61268)"^^geo:wktLiteral ;
  geo-pos:lat "48.72801"^^xsd:decimal ;
  geo-pos:long "-1.61268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7702'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61268'^^xsd:double;
  dwc:latitude '48.72801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61268 48.72801, -1.61268 48.72801, -1.61268 48.72801, -1.61268 48.72801, -1.61268 48.72801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7702'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67567 -1.61265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67567 -1.61265)"^^geo:wktLiteral ;
  geo-pos:lat "48.67567"^^xsd:decimal ;
  geo-pos:long "-1.61265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3704'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61265'^^xsd:double;
  dwc:latitude '48.67567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61265 48.67567, -1.61265 48.67567, -1.61265 48.67567, -1.61265 48.67567, -1.61265 48.67567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3704'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64632 -1.61264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64632 -1.61264)"^^geo:wktLiteral ;
  geo-pos:lat "48.64632"^^xsd:decimal ;
  geo-pos:long "-1.61264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_11306'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61264'^^xsd:double;
  dwc:latitude '48.64632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61264 48.64632, -1.61264 48.64632, -1.61264 48.64632, -1.61264 48.64632, -1.61264 48.64632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11306'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74855 -1.61263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74855 -1.61263)"^^geo:wktLiteral ;
  geo-pos:lat "48.74855"^^xsd:decimal ;
  geo-pos:long "-1.61263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_767'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61263'^^xsd:double;
  dwc:latitude '48.74855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61263 48.74855, -1.61263 48.74855, -1.61263 48.74855, -1.61263 48.74855, -1.61263 48.74855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_767'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70263 -1.61261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70263 -1.61261)"^^geo:wktLiteral ;
  geo-pos:lat "48.70263"^^xsd:decimal ;
  geo-pos:long "-1.61261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5443'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61261'^^xsd:double;
  dwc:latitude '48.70263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61261 48.70263, -1.61261 48.70263, -1.61261 48.70263, -1.61261 48.70263, -1.61261 48.70263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5443'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79675 -1.61261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.79675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79675 -1.61261)"^^geo:wktLiteral ;
  geo-pos:lat "48.79675"^^xsd:decimal ;
  geo-pos:long "-1.61261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9919'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61261'^^xsd:double;
  dwc:latitude '48.79675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61261 48.79675, -1.61261 48.79675, -1.61261 48.79675, -1.61261 48.79675, -1.61261 48.79675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9919'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66809 -1.6126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66809 -1.6126)"^^geo:wktLiteral ;
  geo-pos:lat "48.66809"^^xsd:decimal ;
  geo-pos:long "-1.6126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12396'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6126'^^xsd:double;
  dwc:latitude '48.66809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6126 48.66809, -1.6126 48.66809, -1.6126 48.66809, -1.6126 48.66809, -1.6126 48.66809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12396'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.61258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.61258)"^^geo:wktLiteral ;
  geo-pos:lat "48.66806"^^xsd:decimal ;
  geo-pos:long "-1.61258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8780'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61258'^^xsd:double;
  dwc:latitude '48.66806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61258 48.66806, -1.61258 48.66806, -1.61258 48.66806, -1.61258 48.66806, -1.61258 48.66806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8780'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70518 -1.61256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70518 -1.61256)"^^geo:wktLiteral ;
  geo-pos:lat "48.70518"^^xsd:decimal ;
  geo-pos:long "-1.61256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_14'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_14'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61256'^^xsd:double;
  dwc:latitude '48.70518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61256 48.70518, -1.61256 48.70518, -1.61256 48.70518, -1.61256 48.70518, -1.61256 48.70518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_14'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64039 -1.61255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64039 -1.61255)"^^geo:wktLiteral ;
  geo-pos:lat "48.64039"^^xsd:decimal ;
  geo-pos:long "-1.61255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12722'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61255'^^xsd:double;
  dwc:latitude '48.64039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61255 48.64039, -1.61255 48.64039, -1.61255 48.64039, -1.61255 48.64039, -1.61255 48.64039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12722'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66188 -1.61255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66188 -1.61255)"^^geo:wktLiteral ;
  geo-pos:lat "48.66188"^^xsd:decimal ;
  geo-pos:long "-1.61255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12611'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61255'^^xsd:double;
  dwc:latitude '48.66188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61255 48.66188, -1.61255 48.66188, -1.61255 48.66188, -1.61255 48.66188, -1.61255 48.66188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12611'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65073 -1.61251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65073 -1.61251)"^^geo:wktLiteral ;
  geo-pos:lat "48.65073"^^xsd:decimal ;
  geo-pos:long "-1.61251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12795'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61251'^^xsd:double;
  dwc:latitude '48.65073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61251 48.65073, -1.61251 48.65073, -1.61251 48.65073, -1.61251 48.65073, -1.61251 48.65073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12795'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66244 -1.6125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66244"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66244 -1.6125)"^^geo:wktLiteral ;
  geo-pos:lat "48.66244"^^xsd:decimal ;
  geo-pos:long "-1.6125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2774'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6125'^^xsd:double;
  dwc:latitude '48.66244'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6125 48.66244, -1.6125 48.66244, -1.6125 48.66244, -1.6125 48.66244, -1.6125 48.66244))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2774'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68364 -1.6125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68364"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68364 -1.6125)"^^geo:wktLiteral ;
  geo-pos:lat "48.68364"^^xsd:decimal ;
  geo-pos:long "-1.6125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2707'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6125'^^xsd:double;
  dwc:latitude '48.68364'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6125 48.68364, -1.6125 48.68364, -1.6125 48.68364, -1.6125 48.68364, -1.6125 48.68364))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2707'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68514 -1.61249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68514"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68514 -1.61249)"^^geo:wktLiteral ;
  geo-pos:lat "48.68514"^^xsd:decimal ;
  geo-pos:long "-1.61249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_10170'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61249'^^xsd:double;
  dwc:latitude '48.68514'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61249 48.68514, -1.61249 48.68514, -1.61249 48.68514, -1.61249 48.68514, -1.61249 48.68514))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10170'^^xsd:string;
  dwc:observationDate '2008-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64842 -1.61248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64842"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64842 -1.61248)"^^geo:wktLiteral ;
  geo-pos:lat "48.64842"^^xsd:decimal ;
  geo-pos:long "-1.61248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13381'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61248'^^xsd:double;
  dwc:latitude '48.64842'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61248 48.64842, -1.61248 48.64842, -1.61248 48.64842, -1.61248 48.64842, -1.61248 48.64842))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13381'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66905 -1.61248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66905 -1.61248)"^^geo:wktLiteral ;
  geo-pos:lat "48.66905"^^xsd:decimal ;
  geo-pos:long "-1.61248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7333'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61248'^^xsd:double;
  dwc:latitude '48.66905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61248 48.66905, -1.61248 48.66905, -1.61248 48.66905, -1.61248 48.66905, -1.61248 48.66905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7333'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6633 -1.61247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6633 -1.61247)"^^geo:wktLiteral ;
  geo-pos:lat "48.6633"^^xsd:decimal ;
  geo-pos:long "-1.61247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8970'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61247'^^xsd:double;
  dwc:latitude '48.6633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61247 48.6633, -1.61247 48.6633, -1.61247 48.6633, -1.61247 48.6633, -1.61247 48.6633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8970'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72786 -1.61247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72786 -1.61247)"^^geo:wktLiteral ;
  geo-pos:lat "48.72786"^^xsd:decimal ;
  geo-pos:long "-1.61247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9384'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61247'^^xsd:double;
  dwc:latitude '48.72786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61247 48.72786, -1.61247 48.72786, -1.61247 48.72786, -1.61247 48.72786, -1.61247 48.72786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9384'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66901 -1.61246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66901 -1.61246)"^^geo:wktLiteral ;
  geo-pos:lat "48.66901"^^xsd:decimal ;
  geo-pos:long "-1.61246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7332'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.23333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61246'^^xsd:double;
  dwc:latitude '48.66901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61246 48.66901, -1.61246 48.66901, -1.61246 48.66901, -1.61246 48.66901, -1.61246 48.66901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7332'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.61242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.61242)"^^geo:wktLiteral ;
  geo-pos:lat "48.69561"^^xsd:decimal ;
  geo-pos:long "-1.61242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6575'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61242'^^xsd:double;
  dwc:latitude '48.69561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61242 48.69561, -1.61242 48.69561, -1.61242 48.69561, -1.61242 48.69561, -1.61242 48.69561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6575'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69788 -1.61242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69788 -1.61242)"^^geo:wktLiteral ;
  geo-pos:lat "48.69788"^^xsd:decimal ;
  geo-pos:long "-1.61242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_117'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61242'^^xsd:double;
  dwc:latitude '48.69788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61242 48.69788, -1.61242 48.69788, -1.61242 48.69788, -1.61242 48.69788, -1.61242 48.69788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_117'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70489 -1.61239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70489 -1.61239)"^^geo:wktLiteral ;
  geo-pos:lat "48.70489"^^xsd:decimal ;
  geo-pos:long "-1.61239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61239'^^xsd:double;
  dwc:latitude '48.70489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61239 48.70489, -1.61239 48.70489, -1.61239 48.70489, -1.61239 48.70489, -1.61239 48.70489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69667 -1.61237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69667 -1.61237)"^^geo:wktLiteral ;
  geo-pos:lat "48.69667"^^xsd:decimal ;
  geo-pos:long "-1.61237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4123'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61237'^^xsd:double;
  dwc:latitude '48.69667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61237 48.69667, -1.61237 48.69667, -1.61237 48.69667, -1.61237 48.69667, -1.61237 48.69667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4123'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70556 -1.61234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70556 -1.61234)"^^geo:wktLiteral ;
  geo-pos:lat "48.70556"^^xsd:decimal ;
  geo-pos:long "-1.61234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3710'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61234'^^xsd:double;
  dwc:latitude '48.70556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61234 48.70556, -1.61234 48.70556, -1.61234 48.70556, -1.61234 48.70556, -1.61234 48.70556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3710'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66344 -1.61233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66344 -1.61233)"^^geo:wktLiteral ;
  geo-pos:lat "48.66344"^^xsd:decimal ;
  geo-pos:long "-1.61233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2722'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61233'^^xsd:double;
  dwc:latitude '48.66344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61233 48.66344, -1.61233 48.66344, -1.61233 48.66344, -1.61233 48.66344, -1.61233 48.66344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2722'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64684 -1.61232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64684 -1.61232)"^^geo:wktLiteral ;
  geo-pos:lat "48.64684"^^xsd:decimal ;
  geo-pos:long "-1.61232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13406'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61232'^^xsd:double;
  dwc:latitude '48.64684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61232 48.64684, -1.61232 48.64684, -1.61232 48.64684, -1.61232 48.64684, -1.61232 48.64684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13406'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66244 -1.61232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66244"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66244 -1.61232)"^^geo:wktLiteral ;
  geo-pos:lat "48.66244"^^xsd:decimal ;
  geo-pos:long "-1.61232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7653'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61232'^^xsd:double;
  dwc:latitude '48.66244'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61232 48.66244, -1.61232 48.66244, -1.61232 48.66244, -1.61232 48.66244, -1.61232 48.66244))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7653'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65913 -1.6123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65913 -1.6123)"^^geo:wktLiteral ;
  geo-pos:lat "48.65913"^^xsd:decimal ;
  geo-pos:long "-1.6123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12356'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6123'^^xsd:double;
  dwc:latitude '48.65913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6123 48.65913, -1.6123 48.65913, -1.6123 48.65913, -1.6123 48.65913, -1.6123 48.65913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12356'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7185 -1.61228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7185"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7185 -1.61228)"^^geo:wktLiteral ;
  geo-pos:lat "48.7185"^^xsd:decimal ;
  geo-pos:long "-1.61228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7719'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61228'^^xsd:double;
  dwc:latitude '48.7185'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61228 48.7185, -1.61228 48.7185, -1.61228 48.7185, -1.61228 48.7185, -1.61228 48.7185))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7719'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.61227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.61227)"^^geo:wktLiteral ;
  geo-pos:lat "48.70854"^^xsd:decimal ;
  geo-pos:long "-1.61227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11417'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61227'^^xsd:double;
  dwc:latitude '48.70854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61227 48.70854, -1.61227 48.70854, -1.61227 48.70854, -1.61227 48.70854, -1.61227 48.70854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11417'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66706 -1.61226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61226"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66706 -1.61226)"^^geo:wktLiteral ;
  geo-pos:lat "48.66706"^^xsd:decimal ;
  geo-pos:long "-1.61226"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5600'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61226'^^xsd:double;
  dwc:latitude '48.66706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61226 48.66706, -1.61226 48.66706, -1.61226 48.66706, -1.61226 48.66706, -1.61226 48.66706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5600'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71357 -1.61225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71357 -1.61225)"^^geo:wktLiteral ;
  geo-pos:lat "48.71357"^^xsd:decimal ;
  geo-pos:long "-1.61225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7970'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61225'^^xsd:double;
  dwc:latitude '48.71357'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61225 48.71357, -1.61225 48.71357, -1.61225 48.71357, -1.61225 48.71357, -1.61225 48.71357))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7970'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7126 -1.61224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7126 -1.61224)"^^geo:wktLiteral ;
  geo-pos:lat "48.7126"^^xsd:decimal ;
  geo-pos:long "-1.61224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8730'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61224'^^xsd:double;
  dwc:latitude '48.7126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61224 48.7126, -1.61224 48.7126, -1.61224 48.7126, -1.61224 48.7126, -1.61224 48.7126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8730'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65467 -1.61223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65467"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65467 -1.61223)"^^geo:wktLiteral ;
  geo-pos:lat "48.65467"^^xsd:decimal ;
  geo-pos:long "-1.61223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12904'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61223'^^xsd:double;
  dwc:latitude '48.65467'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61223 48.65467, -1.61223 48.65467, -1.61223 48.65467, -1.61223 48.65467, -1.61223 48.65467))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12904'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66646 -1.61222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66646 -1.61222)"^^geo:wktLiteral ;
  geo-pos:lat "48.66646"^^xsd:decimal ;
  geo-pos:long "-1.61222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13299'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61222'^^xsd:double;
  dwc:latitude '48.66646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61222 48.66646, -1.61222 48.66646, -1.61222 48.66646, -1.61222 48.66646, -1.61222 48.66646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13299'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73089 -1.6122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73089 -1.6122)"^^geo:wktLiteral ;
  geo-pos:lat "48.73089"^^xsd:decimal ;
  geo-pos:long "-1.6122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9194'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6122'^^xsd:double;
  dwc:latitude '48.73089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6122 48.73089, -1.6122 48.73089, -1.6122 48.73089, -1.6122 48.73089, -1.6122 48.73089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9194'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66897 -1.61216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66897 -1.61216)"^^geo:wktLiteral ;
  geo-pos:lat "48.66897"^^xsd:decimal ;
  geo-pos:long "-1.61216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6041'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61216'^^xsd:double;
  dwc:latitude '48.66897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61216 48.66897, -1.61216 48.66897, -1.61216 48.66897, -1.61216 48.66897, -1.61216 48.66897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6041'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71414 -1.61213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71414 -1.61213)"^^geo:wktLiteral ;
  geo-pos:lat "48.71414"^^xsd:decimal ;
  geo-pos:long "-1.61213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10147'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61213'^^xsd:double;
  dwc:latitude '48.71414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61213 48.71414, -1.61213 48.71414, -1.61213 48.71414, -1.61213 48.71414, -1.61213 48.71414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10147'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71624 -1.61213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71624 -1.61213)"^^geo:wktLiteral ;
  geo-pos:lat "48.71624"^^xsd:decimal ;
  geo-pos:long "-1.61213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7916'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61213'^^xsd:double;
  dwc:latitude '48.71624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61213 48.71624, -1.61213 48.71624, -1.61213 48.71624, -1.61213 48.71624, -1.61213 48.71624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7916'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65864 -1.61212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65864 -1.61212)"^^geo:wktLiteral ;
  geo-pos:lat "48.65864"^^xsd:decimal ;
  geo-pos:long "-1.61212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2788'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61212'^^xsd:double;
  dwc:latitude '48.65864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61212 48.65864, -1.61212 48.65864, -1.61212 48.65864, -1.61212 48.65864, -1.61212 48.65864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2788'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66809 -1.61212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66809 -1.61212)"^^geo:wktLiteral ;
  geo-pos:lat "48.66809"^^xsd:decimal ;
  geo-pos:long "-1.61212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12371'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61212'^^xsd:double;
  dwc:latitude '48.66809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61212 48.66809, -1.61212 48.66809, -1.61212 48.66809, -1.61212 48.66809, -1.61212 48.66809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12371'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66821 -1.61209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66821 -1.61209)"^^geo:wktLiteral ;
  geo-pos:lat "48.66821"^^xsd:decimal ;
  geo-pos:long "-1.61209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12728'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61209'^^xsd:double;
  dwc:latitude '48.66821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61209 48.66821, -1.61209 48.66821, -1.61209 48.66821, -1.61209 48.66821, -1.61209 48.66821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12728'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71127 -1.61209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71127"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71127 -1.61209)"^^geo:wktLiteral ;
  geo-pos:lat "48.71127"^^xsd:decimal ;
  geo-pos:long "-1.61209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1123'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61209'^^xsd:double;
  dwc:latitude '48.71127'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61209 48.71127, -1.61209 48.71127, -1.61209 48.71127, -1.61209 48.71127, -1.61209 48.71127))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1123'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.721 -1.61197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.721 -1.61197)"^^geo:wktLiteral ;
  geo-pos:lat "48.721"^^xsd:decimal ;
  geo-pos:long "-1.61197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9354'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61197'^^xsd:double;
  dwc:latitude '48.721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61197 48.721, -1.61197 48.721, -1.61197 48.721, -1.61197 48.721, -1.61197 48.721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9354'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70536 -1.61194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70536 -1.61194)"^^geo:wktLiteral ;
  geo-pos:lat "48.70536"^^xsd:decimal ;
  geo-pos:long "-1.61194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7613'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61194'^^xsd:double;
  dwc:latitude '48.70536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61194 48.70536, -1.61194 48.70536, -1.61194 48.70536, -1.61194 48.70536, -1.61194 48.70536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7613'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73316 -1.61192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73316 -1.61192)"^^geo:wktLiteral ;
  geo-pos:lat "48.73316"^^xsd:decimal ;
  geo-pos:long "-1.61192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1992'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61192'^^xsd:double;
  dwc:latitude '48.73316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61192 48.73316, -1.61192 48.73316, -1.61192 48.73316, -1.61192 48.73316, -1.61192 48.73316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1992'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66693 -1.61191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66693 -1.61191)"^^geo:wktLiteral ;
  geo-pos:lat "48.66693"^^xsd:decimal ;
  geo-pos:long "-1.61191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10501'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61191'^^xsd:double;
  dwc:latitude '48.66693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61191 48.66693, -1.61191 48.66693, -1.61191 48.66693, -1.61191 48.66693, -1.61191 48.66693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10501'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73128 -1.61191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73128 -1.61191)"^^geo:wktLiteral ;
  geo-pos:lat "48.73128"^^xsd:decimal ;
  geo-pos:long "-1.61191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9385'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61191'^^xsd:double;
  dwc:latitude '48.73128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61191 48.73128, -1.61191 48.73128, -1.61191 48.73128, -1.61191 48.73128, -1.61191 48.73128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9385'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69865 -1.61186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69865 -1.61186)"^^geo:wktLiteral ;
  geo-pos:lat "48.69865"^^xsd:decimal ;
  geo-pos:long "-1.61186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5444'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61186'^^xsd:double;
  dwc:latitude '48.69865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61186 48.69865, -1.61186 48.69865, -1.61186 48.69865, -1.61186 48.69865, -1.61186 48.69865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5444'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71602 -1.61185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71602 -1.61185)"^^geo:wktLiteral ;
  geo-pos:lat "48.71602"^^xsd:decimal ;
  geo-pos:long "-1.61185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7953'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61185'^^xsd:double;
  dwc:latitude '48.71602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61185 48.71602, -1.61185 48.71602, -1.61185 48.71602, -1.61185 48.71602, -1.61185 48.71602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7953'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66126 -1.61183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66126 -1.61183)"^^geo:wktLiteral ;
  geo-pos:lat "48.66126"^^xsd:decimal ;
  geo-pos:long "-1.61183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8985'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61183'^^xsd:double;
  dwc:latitude '48.66126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61183 48.66126, -1.61183 48.66126, -1.61183 48.66126, -1.61183 48.66126, -1.61183 48.66126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8985'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66829 -1.61183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66829 -1.61183)"^^geo:wktLiteral ;
  geo-pos:lat "48.66829"^^xsd:decimal ;
  geo-pos:long "-1.61183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8779'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61183'^^xsd:double;
  dwc:latitude '48.66829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61183 48.66829, -1.61183 48.66829, -1.61183 48.66829, -1.61183 48.66829, -1.61183 48.66829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8779'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75531 -1.61183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75531 -1.61183)"^^geo:wktLiteral ;
  geo-pos:lat "48.75531"^^xsd:decimal ;
  geo-pos:long "-1.61183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1908'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61183'^^xsd:double;
  dwc:latitude '48.75531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61183 48.75531, -1.61183 48.75531, -1.61183 48.75531, -1.61183 48.75531, -1.61183 48.75531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1908'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66692 -1.61181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66692 -1.61181)"^^geo:wktLiteral ;
  geo-pos:lat "48.66692"^^xsd:decimal ;
  geo-pos:long "-1.61181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10007'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61181'^^xsd:double;
  dwc:latitude '48.66692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61181 48.66692, -1.61181 48.66692, -1.61181 48.66692, -1.61181 48.66692, -1.61181 48.66692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10007'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66208 -1.61178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66208"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66208 -1.61178)"^^geo:wktLiteral ;
  geo-pos:lat "48.66208"^^xsd:decimal ;
  geo-pos:long "-1.61178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7082'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61178'^^xsd:double;
  dwc:latitude '48.66208'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61178 48.66208, -1.61178 48.66208, -1.61178 48.66208, -1.61178 48.66208, -1.61178 48.66208))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7082'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.707 -1.61177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.707 -1.61177)"^^geo:wktLiteral ;
  geo-pos:lat "48.707"^^xsd:decimal ;
  geo-pos:long "-1.61177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3499'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61177'^^xsd:double;
  dwc:latitude '48.707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61177 48.707, -1.61177 48.707, -1.61177 48.707, -1.61177 48.707, -1.61177 48.707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3499'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66732 -1.61176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66732 -1.61176)"^^geo:wktLiteral ;
  geo-pos:lat "48.66732"^^xsd:decimal ;
  geo-pos:long "-1.61176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10073'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61176'^^xsd:double;
  dwc:latitude '48.66732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61176 48.66732, -1.61176 48.66732, -1.61176 48.66732, -1.61176 48.66732, -1.61176 48.66732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10073'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67323 -1.61176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67323 -1.61176)"^^geo:wktLiteral ;
  geo-pos:lat "48.67323"^^xsd:decimal ;
  geo-pos:long "-1.61176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3703'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61176'^^xsd:double;
  dwc:latitude '48.67323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61176 48.67323, -1.61176 48.67323, -1.61176 48.67323, -1.61176 48.67323, -1.61176 48.67323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3703'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67969 -1.61174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67969 -1.61174)"^^geo:wktLiteral ;
  geo-pos:lat "48.67969"^^xsd:decimal ;
  geo-pos:long "-1.61174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3581'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61174'^^xsd:double;
  dwc:latitude '48.67969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61174 48.67969, -1.61174 48.67969, -1.61174 48.67969, -1.61174 48.67969, -1.61174 48.67969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3581'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70119 -1.61172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70119"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70119 -1.61172)"^^geo:wktLiteral ;
  geo-pos:lat "48.70119"^^xsd:decimal ;
  geo-pos:long "-1.61172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4511'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61172'^^xsd:double;
  dwc:latitude '48.70119'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61172 48.70119, -1.61172 48.70119, -1.61172 48.70119, -1.61172 48.70119, -1.61172 48.70119))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4511'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65297 -1.61171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65297 -1.61171)"^^geo:wktLiteral ;
  geo-pos:lat "48.65297"^^xsd:decimal ;
  geo-pos:long "-1.61171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13153'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61171'^^xsd:double;
  dwc:latitude '48.65297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61171 48.65297, -1.61171 48.65297, -1.61171 48.65297, -1.61171 48.65297, -1.61171 48.65297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13153'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66719 -1.6117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66719 -1.6117)"^^geo:wktLiteral ;
  geo-pos:lat "48.66719"^^xsd:decimal ;
  geo-pos:long "-1.6117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13638'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6117'^^xsd:double;
  dwc:latitude '48.66719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6117 48.66719, -1.6117 48.66719, -1.6117 48.66719, -1.6117 48.66719, -1.6117 48.66719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13638'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66106 -1.61168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66106"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66106 -1.61168)"^^geo:wktLiteral ;
  geo-pos:lat "48.66106"^^xsd:decimal ;
  geo-pos:long "-1.61168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12984'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61168'^^xsd:double;
  dwc:latitude '48.66106'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61168 48.66106, -1.61168 48.66106, -1.61168 48.66106, -1.61168 48.66106, -1.61168 48.66106))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12984'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66698 -1.61168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66698 -1.61168)"^^geo:wktLiteral ;
  geo-pos:lat "48.66698"^^xsd:decimal ;
  geo-pos:long "-1.61168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9844'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61168'^^xsd:double;
  dwc:latitude '48.66698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61168 48.66698, -1.61168 48.66698, -1.61168 48.66698, -1.61168 48.66698, -1.61168 48.66698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9844'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64026 -1.61167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64026 -1.61167)"^^geo:wktLiteral ;
  geo-pos:lat "48.64026"^^xsd:decimal ;
  geo-pos:long "-1.61167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10749'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61167'^^xsd:double;
  dwc:latitude '48.64026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61167 48.64026, -1.61167 48.64026, -1.61167 48.64026, -1.61167 48.64026, -1.61167 48.64026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10749'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71216 -1.61166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71216 -1.61166)"^^geo:wktLiteral ;
  geo-pos:lat "48.71216"^^xsd:decimal ;
  geo-pos:long "-1.61166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10339'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61166'^^xsd:double;
  dwc:latitude '48.71216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61166 48.71216, -1.61166 48.71216, -1.61166 48.71216, -1.61166 48.71216, -1.61166 48.71216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10339'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72179 -1.61165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72179 -1.61165)"^^geo:wktLiteral ;
  geo-pos:lat "48.72179"^^xsd:decimal ;
  geo-pos:long "-1.61165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9377'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61165'^^xsd:double;
  dwc:latitude '48.72179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61165 48.72179, -1.61165 48.72179, -1.61165 48.72179, -1.61165 48.72179, -1.61165 48.72179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9377'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66711 -1.61164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66711 -1.61164)"^^geo:wktLiteral ;
  geo-pos:lat "48.66711"^^xsd:decimal ;
  geo-pos:long "-1.61164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9843'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61164'^^xsd:double;
  dwc:latitude '48.66711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61164 48.66711, -1.61164 48.66711, -1.61164 48.66711, -1.61164 48.66711, -1.61164 48.66711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9843'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66744 -1.61156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66744 -1.61156)"^^geo:wktLiteral ;
  geo-pos:lat "48.66744"^^xsd:decimal ;
  geo-pos:long "-1.61156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10006'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61156'^^xsd:double;
  dwc:latitude '48.66744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61156 48.66744, -1.61156 48.66744, -1.61156 48.66744, -1.61156 48.66744, -1.61156 48.66744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10006'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66792 -1.61155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66792 -1.61155)"^^geo:wktLiteral ;
  geo-pos:lat "48.66792"^^xsd:decimal ;
  geo-pos:long "-1.61155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10449'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61155'^^xsd:double;
  dwc:latitude '48.66792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61155 48.66792, -1.61155 48.66792, -1.61155 48.66792, -1.61155 48.66792, -1.61155 48.66792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10449'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66723 -1.61154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66723 -1.61154)"^^geo:wktLiteral ;
  geo-pos:lat "48.66723"^^xsd:decimal ;
  geo-pos:long "-1.61154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10074'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61154'^^xsd:double;
  dwc:latitude '48.66723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61154 48.66723, -1.61154 48.66723, -1.61154 48.66723, -1.61154 48.66723, -1.61154 48.66723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10074'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71386 -1.61149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71386"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71386 -1.61149)"^^geo:wktLiteral ;
  geo-pos:lat "48.71386"^^xsd:decimal ;
  geo-pos:long "-1.61149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7795'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61149'^^xsd:double;
  dwc:latitude '48.71386'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61149 48.71386, -1.61149 48.71386, -1.61149 48.71386, -1.61149 48.71386, -1.61149 48.71386))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7795'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7156 -1.61149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7156 -1.61149)"^^geo:wktLiteral ;
  geo-pos:lat "48.7156"^^xsd:decimal ;
  geo-pos:long "-1.61149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7918'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61149'^^xsd:double;
  dwc:latitude '48.7156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61149 48.7156, -1.61149 48.7156, -1.61149 48.7156, -1.61149 48.7156, -1.61149 48.7156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7918'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66431 -1.61147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66431 -1.61147)"^^geo:wktLiteral ;
  geo-pos:lat "48.66431"^^xsd:decimal ;
  geo-pos:long "-1.61147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7081'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61147'^^xsd:double;
  dwc:latitude '48.66431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61147 48.66431, -1.61147 48.66431, -1.61147 48.66431, -1.61147 48.66431, -1.61147 48.66431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7081'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68833 -1.61147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68833 -1.61147)"^^geo:wktLiteral ;
  geo-pos:lat "48.68833"^^xsd:decimal ;
  geo-pos:long "-1.61147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3647'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61147'^^xsd:double;
  dwc:latitude '48.68833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61147 48.68833, -1.61147 48.68833, -1.61147 48.68833, -1.61147 48.68833, -1.61147 48.68833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3647'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.715 -1.61141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.715 -1.61141)"^^geo:wktLiteral ;
  geo-pos:lat "48.715"^^xsd:decimal ;
  geo-pos:long "-1.61141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7704'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61141'^^xsd:double;
  dwc:latitude '48.715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61141 48.715, -1.61141 48.715, -1.61141 48.715, -1.61141 48.715, -1.61141 48.715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7704'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6633 -1.61138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6633 -1.61138)"^^geo:wktLiteral ;
  geo-pos:lat "48.6633"^^xsd:decimal ;
  geo-pos:long "-1.61138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2199'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61138'^^xsd:double;
  dwc:latitude '48.6633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61138 48.6633, -1.61138 48.6633, -1.61138 48.6633, -1.61138 48.6633, -1.61138 48.6633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2199'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66355 -1.61138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66355 -1.61138)"^^geo:wktLiteral ;
  geo-pos:lat "48.66355"^^xsd:decimal ;
  geo-pos:long "-1.61138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5318'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61138'^^xsd:double;
  dwc:latitude '48.66355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61138 48.66355, -1.61138 48.66355, -1.61138 48.66355, -1.61138 48.66355, -1.61138 48.66355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5318'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.61135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.61135)"^^geo:wktLiteral ;
  geo-pos:lat "48.66796"^^xsd:decimal ;
  geo-pos:long "-1.61135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12805'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61135'^^xsd:double;
  dwc:latitude '48.66796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61135 48.66796, -1.61135 48.66796, -1.61135 48.66796, -1.61135 48.66796, -1.61135 48.66796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12805'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71598 -1.61135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71598 -1.61135)"^^geo:wktLiteral ;
  geo-pos:lat "48.71598"^^xsd:decimal ;
  geo-pos:long "-1.61135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7818'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61135'^^xsd:double;
  dwc:latitude '48.71598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61135 48.71598, -1.61135 48.71598, -1.61135 48.71598, -1.61135 48.71598, -1.61135 48.71598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7818'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66439 -1.61134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66439"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66439 -1.61134)"^^geo:wktLiteral ;
  geo-pos:lat "48.66439"^^xsd:decimal ;
  geo-pos:long "-1.61134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6775'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61134'^^xsd:double;
  dwc:latitude '48.66439'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61134 48.66439, -1.61134 48.66439, -1.61134 48.66439, -1.61134 48.66439, -1.61134 48.66439))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6775'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66745 -1.61134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66745 -1.61134)"^^geo:wktLiteral ;
  geo-pos:lat "48.66745"^^xsd:decimal ;
  geo-pos:long "-1.61134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9564'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61134'^^xsd:double;
  dwc:latitude '48.66745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61134 48.66745, -1.61134 48.66745, -1.61134 48.66745, -1.61134 48.66745, -1.61134 48.66745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9564'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71739 -1.61134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71739 -1.61134)"^^geo:wktLiteral ;
  geo-pos:lat "48.71739"^^xsd:decimal ;
  geo-pos:long "-1.61134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7895'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61134'^^xsd:double;
  dwc:latitude '48.71739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61134 48.71739, -1.61134 48.71739, -1.61134 48.71739, -1.61134 48.71739, -1.61134 48.71739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7895'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66707 -1.61131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66707 -1.61131)"^^geo:wktLiteral ;
  geo-pos:lat "48.66707"^^xsd:decimal ;
  geo-pos:long "-1.61131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9882'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61131'^^xsd:double;
  dwc:latitude '48.66707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61131 48.66707, -1.61131 48.66707, -1.61131 48.66707, -1.61131 48.66707, -1.61131 48.66707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9882'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.61131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.61131)"^^geo:wktLiteral ;
  geo-pos:lat "48.66731"^^xsd:decimal ;
  geo-pos:long "-1.61131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10021'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61131'^^xsd:double;
  dwc:latitude '48.66731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61131 48.66731, -1.61131 48.66731, -1.61131 48.66731, -1.61131 48.66731, -1.61131 48.66731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10021'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6666 -1.61129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6666 -1.61129)"^^geo:wktLiteral ;
  geo-pos:lat "48.6666"^^xsd:decimal ;
  geo-pos:long "-1.61129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10579'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61129'^^xsd:double;
  dwc:latitude '48.6666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61129 48.6666, -1.61129 48.6666, -1.61129 48.6666, -1.61129 48.6666, -1.61129 48.6666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10579'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67511 -1.61126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67511 -1.61126)"^^geo:wktLiteral ;
  geo-pos:lat "48.67511"^^xsd:decimal ;
  geo-pos:long "-1.61126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5582'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61126'^^xsd:double;
  dwc:latitude '48.67511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61126 48.67511, -1.61126 48.67511, -1.61126 48.67511, -1.61126 48.67511, -1.61126 48.67511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5582'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66688 -1.61125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66688 -1.61125)"^^geo:wktLiteral ;
  geo-pos:lat "48.66688"^^xsd:decimal ;
  geo-pos:long "-1.61125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9940'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61125'^^xsd:double;
  dwc:latitude '48.66688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61125 48.66688, -1.61125 48.66688, -1.61125 48.66688, -1.61125 48.66688, -1.61125 48.66688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9940'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66828 -1.61125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66828 -1.61125)"^^geo:wktLiteral ;
  geo-pos:lat "48.66828"^^xsd:decimal ;
  geo-pos:long "-1.61125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12804'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61125'^^xsd:double;
  dwc:latitude '48.66828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61125 48.66828, -1.61125 48.66828, -1.61125 48.66828, -1.61125 48.66828, -1.61125 48.66828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12804'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63977 -1.61124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63977 -1.61124)"^^geo:wktLiteral ;
  geo-pos:lat "48.63977"^^xsd:decimal ;
  geo-pos:long "-1.61124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13420'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61124'^^xsd:double;
  dwc:latitude '48.63977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61124 48.63977, -1.61124 48.63977, -1.61124 48.63977, -1.61124 48.63977, -1.61124 48.63977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13420'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66476 -1.61123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66476 -1.61123)"^^geo:wktLiteral ;
  geo-pos:lat "48.66476"^^xsd:decimal ;
  geo-pos:long "-1.61123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6776'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61123'^^xsd:double;
  dwc:latitude '48.66476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61123 48.66476, -1.61123 48.66476, -1.61123 48.66476, -1.61123 48.66476, -1.61123 48.66476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6776'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66719 -1.61123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66719 -1.61123)"^^geo:wktLiteral ;
  geo-pos:lat "48.66719"^^xsd:decimal ;
  geo-pos:long "-1.61123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9592'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61123'^^xsd:double;
  dwc:latitude '48.66719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61123 48.66719, -1.61123 48.66719, -1.61123 48.66719, -1.61123 48.66719, -1.61123 48.66719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9592'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72458 -1.61121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72458 -1.61121)"^^geo:wktLiteral ;
  geo-pos:lat "48.72458"^^xsd:decimal ;
  geo-pos:long "-1.61121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9383'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61121'^^xsd:double;
  dwc:latitude '48.72458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61121 48.72458, -1.61121 48.72458, -1.61121 48.72458, -1.61121 48.72458, -1.61121 48.72458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9383'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67364 -1.6112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67364"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67364 -1.6112)"^^geo:wktLiteral ;
  geo-pos:lat "48.67364"^^xsd:decimal ;
  geo-pos:long "-1.6112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9471'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6112'^^xsd:double;
  dwc:latitude '48.67364'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6112 48.67364, -1.6112 48.67364, -1.6112 48.67364, -1.6112 48.67364, -1.6112 48.67364))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9471'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68356 -1.61119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68356 -1.61119)"^^geo:wktLiteral ;
  geo-pos:lat "48.68356"^^xsd:decimal ;
  geo-pos:long "-1.61119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8581'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61119'^^xsd:double;
  dwc:latitude '48.68356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61119 48.68356, -1.61119 48.68356, -1.61119 48.68356, -1.61119 48.68356, -1.61119 48.68356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8581'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63983 -1.61116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63983"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63983 -1.61116)"^^geo:wktLiteral ;
  geo-pos:lat "48.63983"^^xsd:decimal ;
  geo-pos:long "-1.61116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10812'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61116'^^xsd:double;
  dwc:latitude '48.63983'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61116 48.63983, -1.61116 48.63983, -1.61116 48.63983, -1.61116 48.63983, -1.61116 48.63983))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10812'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66496 -1.61115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66496 -1.61115)"^^geo:wktLiteral ;
  geo-pos:lat "48.66496"^^xsd:decimal ;
  geo-pos:long "-1.61115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6754'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61115'^^xsd:double;
  dwc:latitude '48.66496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61115 48.66496, -1.61115 48.66496, -1.61115 48.66496, -1.61115 48.66496, -1.61115 48.66496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6754'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.683 -1.61115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.683 -1.61115)"^^geo:wktLiteral ;
  geo-pos:lat "48.683"^^xsd:decimal ;
  geo-pos:long "-1.61115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5639'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61115'^^xsd:double;
  dwc:latitude '48.683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61115 48.683, -1.61115 48.683, -1.61115 48.683, -1.61115 48.683, -1.61115 48.683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5639'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6693 -1.61114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6693 -1.61114)"^^geo:wktLiteral ;
  geo-pos:lat "48.6693"^^xsd:decimal ;
  geo-pos:long "-1.61114"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8763'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61114'^^xsd:double;
  dwc:latitude '48.6693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61114 48.6693, -1.61114 48.6693, -1.61114 48.6693, -1.61114 48.6693, -1.61114 48.6693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8763'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64014 -1.61113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64014 -1.61113)"^^geo:wktLiteral ;
  geo-pos:lat "48.64014"^^xsd:decimal ;
  geo-pos:long "-1.61113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10748'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61113'^^xsd:double;
  dwc:latitude '48.64014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61113 48.64014, -1.61113 48.64014, -1.61113 48.64014, -1.61113 48.64014, -1.61113 48.64014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10748'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67228 -1.61113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67228 -1.61113)"^^geo:wktLiteral ;
  geo-pos:lat "48.67228"^^xsd:decimal ;
  geo-pos:long "-1.61113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8598'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61113'^^xsd:double;
  dwc:latitude '48.67228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61113 48.67228, -1.61113 48.67228, -1.61113 48.67228, -1.61113 48.67228, -1.61113 48.67228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8598'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6678 -1.61112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6678 -1.61112)"^^geo:wktLiteral ;
  geo-pos:lat "48.6678"^^xsd:decimal ;
  geo-pos:long "-1.61112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9083'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61112'^^xsd:double;
  dwc:latitude '48.6678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61112 48.6678, -1.61112 48.6678, -1.61112 48.6678, -1.61112 48.6678, -1.61112 48.6678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9083'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.61112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.61112)"^^geo:wktLiteral ;
  geo-pos:lat "48.6874"^^xsd:decimal ;
  geo-pos:long "-1.61112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8133'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61112'^^xsd:double;
  dwc:latitude '48.6874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61112 48.6874, -1.61112 48.6874, -1.61112 48.6874, -1.61112 48.6874, -1.61112 48.6874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8133'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65898 -1.61111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65898 -1.61111)"^^geo:wktLiteral ;
  geo-pos:lat "48.65898"^^xsd:decimal ;
  geo-pos:long "-1.61111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2789'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61111'^^xsd:double;
  dwc:latitude '48.65898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61111 48.65898, -1.61111 48.65898, -1.61111 48.65898, -1.61111 48.65898, -1.61111 48.65898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2789'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68913 -1.61111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68913 -1.61111)"^^geo:wktLiteral ;
  geo-pos:lat "48.68913"^^xsd:decimal ;
  geo-pos:long "-1.61111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8224'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61111'^^xsd:double;
  dwc:latitude '48.68913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61111 48.68913, -1.61111 48.68913, -1.61111 48.68913, -1.61111 48.68913, -1.61111 48.68913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8224'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66701 -1.61109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66701 -1.61109)"^^geo:wktLiteral ;
  geo-pos:lat "48.66701"^^xsd:decimal ;
  geo-pos:long "-1.61109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10260'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61109'^^xsd:double;
  dwc:latitude '48.66701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61109 48.66701, -1.61109 48.66701, -1.61109 48.66701, -1.61109 48.66701, -1.61109 48.66701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10260'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73142 -1.61108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73142 -1.61108)"^^geo:wktLiteral ;
  geo-pos:lat "48.73142"^^xsd:decimal ;
  geo-pos:long "-1.61108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8849'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61108'^^xsd:double;
  dwc:latitude '48.73142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61108 48.73142, -1.61108 48.73142, -1.61108 48.73142, -1.61108 48.73142, -1.61108 48.73142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8849'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66865 -1.61107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66865 -1.61107)"^^geo:wktLiteral ;
  geo-pos:lat "48.66865"^^xsd:decimal ;
  geo-pos:long "-1.61107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10423'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61107'^^xsd:double;
  dwc:latitude '48.66865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61107 48.66865, -1.61107 48.66865, -1.61107 48.66865, -1.61107 48.66865, -1.61107 48.66865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10423'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6983 -1.61107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6983"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6983 -1.61107)"^^geo:wktLiteral ;
  geo-pos:lat "48.6983"^^xsd:decimal ;
  geo-pos:long "-1.61107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4728'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61107'^^xsd:double;
  dwc:latitude '48.6983'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61107 48.6983, -1.61107 48.6983, -1.61107 48.6983, -1.61107 48.6983, -1.61107 48.6983))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4728'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66705 -1.61104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66705 -1.61104)"^^geo:wktLiteral ;
  geo-pos:lat "48.66705"^^xsd:decimal ;
  geo-pos:long "-1.61104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9941'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61104'^^xsd:double;
  dwc:latitude '48.66705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61104 48.66705, -1.61104 48.66705, -1.61104 48.66705, -1.61104 48.66705, -1.61104 48.66705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9941'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.61104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.61104)"^^geo:wktLiteral ;
  geo-pos:lat "48.69052"^^xsd:decimal ;
  geo-pos:long "-1.61104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6128'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61104'^^xsd:double;
  dwc:latitude '48.69052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61104 48.69052, -1.61104 48.69052, -1.61104 48.69052, -1.61104 48.69052, -1.61104 48.69052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6128'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66377 -1.61103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66377 -1.61103)"^^geo:wktLiteral ;
  geo-pos:lat "48.66377"^^xsd:decimal ;
  geo-pos:long "-1.61103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2198'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61103'^^xsd:double;
  dwc:latitude '48.66377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61103 48.66377, -1.61103 48.66377, -1.61103 48.66377, -1.61103 48.66377, -1.61103 48.66377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2198'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66712 -1.61103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66712 -1.61103)"^^geo:wktLiteral ;
  geo-pos:lat "48.66712"^^xsd:decimal ;
  geo-pos:long "-1.61103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9863'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61103'^^xsd:double;
  dwc:latitude '48.66712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61103 48.66712, -1.61103 48.66712, -1.61103 48.66712, -1.61103 48.66712, -1.61103 48.66712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9863'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69383 -1.61101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69383 -1.61101)"^^geo:wktLiteral ;
  geo-pos:lat "48.69383"^^xsd:decimal ;
  geo-pos:long "-1.61101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2594'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61101'^^xsd:double;
  dwc:latitude '48.69383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61101 48.69383, -1.61101 48.69383, -1.61101 48.69383, -1.61101 48.69383, -1.61101 48.69383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2594'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69154 -1.611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69154 -1.611)"^^geo:wktLiteral ;
  geo-pos:lat "48.69154"^^xsd:decimal ;
  geo-pos:long "-1.611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_114'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.611'^^xsd:double;
  dwc:latitude '48.69154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.611 48.69154, -1.611 48.69154, -1.611 48.69154, -1.611 48.69154, -1.611 48.69154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_114'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65336 -1.61098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65336"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65336 -1.61098)"^^geo:wktLiteral ;
  geo-pos:lat "48.65336"^^xsd:decimal ;
  geo-pos:long "-1.61098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13182'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61098'^^xsd:double;
  dwc:latitude '48.65336'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61098 48.65336, -1.61098 48.65336, -1.61098 48.65336, -1.61098 48.65336, -1.61098 48.65336))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13182'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66366 -1.61098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66366"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66366 -1.61098)"^^geo:wktLiteral ;
  geo-pos:lat "48.66366"^^xsd:decimal ;
  geo-pos:long "-1.61098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7069'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61098'^^xsd:double;
  dwc:latitude '48.66366'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61098 48.66366, -1.61098 48.66366, -1.61098 48.66366, -1.61098 48.66366, -1.61098 48.66366))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7069'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69585 -1.61097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69585 -1.61097)"^^geo:wktLiteral ;
  geo-pos:lat "48.69585"^^xsd:decimal ;
  geo-pos:long "-1.61097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5777'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61097'^^xsd:double;
  dwc:latitude '48.69585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61097 48.69585, -1.61097 48.69585, -1.61097 48.69585, -1.61097 48.69585, -1.61097 48.69585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5777'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73941 -1.61097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73941 -1.61097)"^^geo:wktLiteral ;
  geo-pos:lat "48.73941"^^xsd:decimal ;
  geo-pos:long "-1.61097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7893'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61097'^^xsd:double;
  dwc:latitude '48.73941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61097 48.73941, -1.61097 48.73941, -1.61097 48.73941, -1.61097 48.73941, -1.61097 48.73941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7893'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66708 -1.61094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66708 -1.61094)"^^geo:wktLiteral ;
  geo-pos:lat "48.66708"^^xsd:decimal ;
  geo-pos:long "-1.61094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10289'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61094'^^xsd:double;
  dwc:latitude '48.66708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61094 48.66708, -1.61094 48.66708, -1.61094 48.66708, -1.61094 48.66708, -1.61094 48.66708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10289'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66693 -1.61093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66693 -1.61093)"^^geo:wktLiteral ;
  geo-pos:lat "48.66693"^^xsd:decimal ;
  geo-pos:long "-1.61093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10362'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61093'^^xsd:double;
  dwc:latitude '48.66693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61093 48.66693, -1.61093 48.66693, -1.61093 48.66693, -1.61093 48.66693, -1.61093 48.66693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10362'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66706 -1.61093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66706 -1.61093)"^^geo:wktLiteral ;
  geo-pos:lat "48.66706"^^xsd:decimal ;
  geo-pos:long "-1.61093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10022'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61093'^^xsd:double;
  dwc:latitude '48.66706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61093 48.66706, -1.61093 48.66706, -1.61093 48.66706, -1.61093 48.66706, -1.61093 48.66706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10022'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66803 -1.61093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66803 -1.61093)"^^geo:wktLiteral ;
  geo-pos:lat "48.66803"^^xsd:decimal ;
  geo-pos:long "-1.61093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8974'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61093'^^xsd:double;
  dwc:latitude '48.66803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61093 48.66803, -1.61093 48.66803, -1.61093 48.66803, -1.61093 48.66803, -1.61093 48.66803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8974'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74669 -1.61091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74669 -1.61091)"^^geo:wktLiteral ;
  geo-pos:lat "48.74669"^^xsd:decimal ;
  geo-pos:long "-1.61091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1108'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61091'^^xsd:double;
  dwc:latitude '48.74669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61091 48.74669, -1.61091 48.74669, -1.61091 48.74669, -1.61091 48.74669, -1.61091 48.74669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1108'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72683 -1.6109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72683 -1.6109)"^^geo:wktLiteral ;
  geo-pos:lat "48.72683"^^xsd:decimal ;
  geo-pos:long "-1.6109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9512'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6109'^^xsd:double;
  dwc:latitude '48.72683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6109 48.72683, -1.6109 48.72683, -1.6109 48.72683, -1.6109 48.72683, -1.6109 48.72683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9512'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65938 -1.61089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65938 -1.61089)"^^geo:wktLiteral ;
  geo-pos:lat "48.65938"^^xsd:decimal ;
  geo-pos:long "-1.61089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13013'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61089'^^xsd:double;
  dwc:latitude '48.65938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61089 48.65938, -1.61089 48.65938, -1.61089 48.65938, -1.61089 48.65938, -1.61089 48.65938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13013'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66723 -1.61089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66723 -1.61089)"^^geo:wktLiteral ;
  geo-pos:lat "48.66723"^^xsd:decimal ;
  geo-pos:long "-1.61089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9591'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61089'^^xsd:double;
  dwc:latitude '48.66723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61089 48.66723, -1.61089 48.66723, -1.61089 48.66723, -1.61089 48.66723, -1.61089 48.66723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9591'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64396 -1.61088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64396 -1.61088)"^^geo:wktLiteral ;
  geo-pos:lat "48.64396"^^xsd:decimal ;
  geo-pos:long "-1.61088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12888'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61088'^^xsd:double;
  dwc:latitude '48.64396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61088 48.64396, -1.61088 48.64396, -1.61088 48.64396, -1.61088 48.64396, -1.61088 48.64396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12888'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65009 -1.61088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65009 -1.61088)"^^geo:wktLiteral ;
  geo-pos:lat "48.65009"^^xsd:decimal ;
  geo-pos:long "-1.61088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13043'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61088'^^xsd:double;
  dwc:latitude '48.65009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61088 48.65009, -1.61088 48.65009, -1.61088 48.65009, -1.61088 48.65009, -1.61088 48.65009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13043'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6547 -1.61088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6547 -1.61088)"^^geo:wktLiteral ;
  geo-pos:lat "48.6547"^^xsd:decimal ;
  geo-pos:long "-1.61088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12405'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61088'^^xsd:double;
  dwc:latitude '48.6547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61088 48.6547, -1.61088 48.6547, -1.61088 48.6547, -1.61088 48.6547, -1.61088 48.6547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12405'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66693 -1.61088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66693 -1.61088)"^^geo:wktLiteral ;
  geo-pos:lat "48.66693"^^xsd:decimal ;
  geo-pos:long "-1.61088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10300'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61088'^^xsd:double;
  dwc:latitude '48.66693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61088 48.66693, -1.61088 48.66693, -1.61088 48.66693, -1.61088 48.66693, -1.61088 48.66693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10300'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.61088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.61088)"^^geo:wktLiteral ;
  geo-pos:lat "48.66796"^^xsd:decimal ;
  geo-pos:long "-1.61088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12705'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61088'^^xsd:double;
  dwc:latitude '48.66796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61088 48.66796, -1.61088 48.66796, -1.61088 48.66796, -1.61088 48.66796, -1.61088 48.66796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12705'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6739 -1.61086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6739 -1.61086)"^^geo:wktLiteral ;
  geo-pos:lat "48.6739"^^xsd:decimal ;
  geo-pos:long "-1.61086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8738'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61086'^^xsd:double;
  dwc:latitude '48.6739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61086 48.6739, -1.61086 48.6739, -1.61086 48.6739, -1.61086 48.6739, -1.61086 48.6739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8738'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67422 -1.61086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67422 -1.61086)"^^geo:wktLiteral ;
  geo-pos:lat "48.67422"^^xsd:decimal ;
  geo-pos:long "-1.61086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9647'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61086'^^xsd:double;
  dwc:latitude '48.67422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61086 48.67422, -1.61086 48.67422, -1.61086 48.67422, -1.61086 48.67422, -1.61086 48.67422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9647'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66864 -1.61082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66864 -1.61082)"^^geo:wktLiteral ;
  geo-pos:lat "48.66864"^^xsd:decimal ;
  geo-pos:long "-1.61082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3118'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61082'^^xsd:double;
  dwc:latitude '48.66864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61082 48.66864, -1.61082 48.66864, -1.61082 48.66864, -1.61082 48.66864, -1.61082 48.66864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3118'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67969 -1.61079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67969 -1.61079)"^^geo:wktLiteral ;
  geo-pos:lat "48.67969"^^xsd:decimal ;
  geo-pos:long "-1.61079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9162'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61079'^^xsd:double;
  dwc:latitude '48.67969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61079 48.67969, -1.61079 48.67969, -1.61079 48.67969, -1.61079 48.67969, -1.61079 48.67969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9162'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6669 -1.61077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6669 -1.61077)"^^geo:wktLiteral ;
  geo-pos:lat "48.6669"^^xsd:decimal ;
  geo-pos:long "-1.61077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10301'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61077'^^xsd:double;
  dwc:latitude '48.6669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61077 48.6669, -1.61077 48.6669, -1.61077 48.6669, -1.61077 48.6669, -1.61077 48.6669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10301'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6682 -1.61077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6682 -1.61077)"^^geo:wktLiteral ;
  geo-pos:lat "48.6682"^^xsd:decimal ;
  geo-pos:long "-1.61077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3117'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61077'^^xsd:double;
  dwc:latitude '48.6682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61077 48.6682, -1.61077 48.6682, -1.61077 48.6682, -1.61077 48.6682, -1.61077 48.6682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3117'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68579 -1.61076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68579 -1.61076)"^^geo:wktLiteral ;
  geo-pos:lat "48.68579"^^xsd:decimal ;
  geo-pos:long "-1.61076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3805'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61076'^^xsd:double;
  dwc:latitude '48.68579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61076 48.68579, -1.61076 48.68579, -1.61076 48.68579, -1.61076 48.68579, -1.61076 48.68579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3805'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.61075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.61075)"^^geo:wktLiteral ;
  geo-pos:lat "48.66806"^^xsd:decimal ;
  geo-pos:long "-1.61075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9082'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61075'^^xsd:double;
  dwc:latitude '48.66806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61075 48.66806, -1.61075 48.66806, -1.61075 48.66806, -1.61075 48.66806, -1.61075 48.66806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9082'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6634 -1.61074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6634 -1.61074)"^^geo:wktLiteral ;
  geo-pos:lat "48.6634"^^xsd:decimal ;
  geo-pos:long "-1.61074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6804'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61074'^^xsd:double;
  dwc:latitude '48.6634'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61074 48.6634, -1.61074 48.6634, -1.61074 48.6634, -1.61074 48.6634, -1.61074 48.6634))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6804'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66716 -1.61074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66716 -1.61074)"^^geo:wktLiteral ;
  geo-pos:lat "48.66716"^^xsd:decimal ;
  geo-pos:long "-1.61074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9438'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61074'^^xsd:double;
  dwc:latitude '48.66716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61074 48.66716, -1.61074 48.66716, -1.61074 48.66716, -1.61074 48.66716, -1.61074 48.66716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9438'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.61068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.61068)"^^geo:wktLiteral ;
  geo-pos:lat "48.66808"^^xsd:decimal ;
  geo-pos:long "-1.61068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8707'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61068'^^xsd:double;
  dwc:latitude '48.66808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61068 48.66808, -1.61068 48.66808, -1.61068 48.66808, -1.61068 48.66808, -1.61068 48.66808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8707'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69371 -1.61068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69371 -1.61068)"^^geo:wktLiteral ;
  geo-pos:lat "48.69371"^^xsd:decimal ;
  geo-pos:long "-1.61068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3806'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61068'^^xsd:double;
  dwc:latitude '48.69371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61068 48.69371, -1.61068 48.69371, -1.61068 48.69371, -1.61068 48.69371, -1.61068 48.69371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3806'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7437 -1.61068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7437 -1.61068)"^^geo:wktLiteral ;
  geo-pos:lat "48.7437"^^xsd:decimal ;
  geo-pos:long "-1.61068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2056'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61068'^^xsd:double;
  dwc:latitude '48.7437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61068 48.7437, -1.61068 48.7437, -1.61068 48.7437, -1.61068 48.7437, -1.61068 48.7437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2056'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.667 -1.61066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.667 -1.61066)"^^geo:wktLiteral ;
  geo-pos:lat "48.667"^^xsd:decimal ;
  geo-pos:long "-1.61066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9439'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61066'^^xsd:double;
  dwc:latitude '48.667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61066 48.667, -1.61066 48.667, -1.61066 48.667, -1.61066 48.667, -1.61066 48.667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9439'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68904 -1.61063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68904 -1.61063)"^^geo:wktLiteral ;
  geo-pos:lat "48.68904"^^xsd:decimal ;
  geo-pos:long "-1.61063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8223'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61063'^^xsd:double;
  dwc:latitude '48.68904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61063 48.68904, -1.61063 48.68904, -1.61063 48.68904, -1.61063 48.68904, -1.61063 48.68904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8223'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63979 -1.61061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63979 -1.61061)"^^geo:wktLiteral ;
  geo-pos:lat "48.63979"^^xsd:decimal ;
  geo-pos:long "-1.61061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12697'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61061'^^xsd:double;
  dwc:latitude '48.63979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61061 48.63979, -1.61061 48.63979, -1.61061 48.63979, -1.61061 48.63979, -1.61061 48.63979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12697'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6671 -1.6106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6671 -1.6106)"^^geo:wktLiteral ;
  geo-pos:lat "48.6671"^^xsd:decimal ;
  geo-pos:long "-1.6106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9612'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6106'^^xsd:double;
  dwc:latitude '48.6671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6106 48.6671, -1.6106 48.6671, -1.6106 48.6671, -1.6106 48.6671, -1.6106 48.6671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9612'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66816 -1.61059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66816 -1.61059)"^^geo:wktLiteral ;
  geo-pos:lat "48.66816"^^xsd:decimal ;
  geo-pos:long "-1.61059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12660'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61059'^^xsd:double;
  dwc:latitude '48.66816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61059 48.66816, -1.61059 48.66816, -1.61059 48.66816, -1.61059 48.66816, -1.61059 48.66816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12660'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68923 -1.61059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68923 -1.61059)"^^geo:wktLiteral ;
  geo-pos:lat "48.68923"^^xsd:decimal ;
  geo-pos:long "-1.61059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8113'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61059'^^xsd:double;
  dwc:latitude '48.68923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61059 48.68923, -1.61059 48.68923, -1.61059 48.68923, -1.61059 48.68923, -1.61059 48.68923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8113'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66724 -1.61055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66724 -1.61055)"^^geo:wktLiteral ;
  geo-pos:lat "48.66724"^^xsd:decimal ;
  geo-pos:long "-1.61055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10259'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61055'^^xsd:double;
  dwc:latitude '48.66724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61055 48.66724, -1.61055 48.66724, -1.61055 48.66724, -1.61055 48.66724, -1.61055 48.66724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10259'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.61054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.61054)"^^geo:wktLiteral ;
  geo-pos:lat "48.66731"^^xsd:decimal ;
  geo-pos:long "-1.61054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10363'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61054'^^xsd:double;
  dwc:latitude '48.66731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61054 48.66731, -1.61054 48.66731, -1.61054 48.66731, -1.61054 48.66731, -1.61054 48.66731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10363'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67143 -1.61054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67143 -1.61054)"^^geo:wktLiteral ;
  geo-pos:lat "48.67143"^^xsd:decimal ;
  geo-pos:long "-1.61054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11207'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61054'^^xsd:double;
  dwc:latitude '48.67143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61054 48.67143, -1.61054 48.67143, -1.61054 48.67143, -1.61054 48.67143, -1.61054 48.67143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11207'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65868 -1.61053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65868"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65868 -1.61053)"^^geo:wktLiteral ;
  geo-pos:lat "48.65868"^^xsd:decimal ;
  geo-pos:long "-1.61053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2773'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61053'^^xsd:double;
  dwc:latitude '48.65868'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61053 48.65868, -1.61053 48.65868, -1.61053 48.65868, -1.61053 48.65868, -1.61053 48.65868))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2773'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.61052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.61052)"^^geo:wktLiteral ;
  geo-pos:lat "48.66796"^^xsd:decimal ;
  geo-pos:long "-1.61052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9104'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61052'^^xsd:double;
  dwc:latitude '48.66796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61052 48.66796, -1.61052 48.66796, -1.61052 48.66796, -1.61052 48.66796, -1.61052 48.66796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9104'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72106 -1.61051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72106"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72106 -1.61051)"^^geo:wktLiteral ;
  geo-pos:lat "48.72106"^^xsd:decimal ;
  geo-pos:long "-1.61051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9193'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61051'^^xsd:double;
  dwc:latitude '48.72106'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61051 48.72106, -1.61051 48.72106, -1.61051 48.72106, -1.61051 48.72106, -1.61051 48.72106))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9193'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65313 -1.61049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65313 -1.61049)"^^geo:wktLiteral ;
  geo-pos:lat "48.65313"^^xsd:decimal ;
  geo-pos:long "-1.61049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11973'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61049'^^xsd:double;
  dwc:latitude '48.65313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61049 48.65313, -1.61049 48.65313, -1.61049 48.65313, -1.61049 48.65313, -1.61049 48.65313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11973'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.61048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.61048)"^^geo:wktLiteral ;
  geo-pos:lat "48.66787"^^xsd:decimal ;
  geo-pos:long "-1.61048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8826'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61048'^^xsd:double;
  dwc:latitude '48.66787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61048 48.66787, -1.61048 48.66787, -1.61048 48.66787, -1.61048 48.66787, -1.61048 48.66787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8826'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71464 -1.61048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71464 -1.61048)"^^geo:wktLiteral ;
  geo-pos:lat "48.71464"^^xsd:decimal ;
  geo-pos:long "-1.61048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7827'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61048'^^xsd:double;
  dwc:latitude '48.71464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61048 48.71464, -1.61048 48.71464, -1.61048 48.71464, -1.61048 48.71464, -1.61048 48.71464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7827'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66744 -1.61047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66744 -1.61047)"^^geo:wktLiteral ;
  geo-pos:lat "48.66744"^^xsd:decimal ;
  geo-pos:long "-1.61047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10087'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61047'^^xsd:double;
  dwc:latitude '48.66744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61047 48.66744, -1.61047 48.66744, -1.61047 48.66744, -1.61047 48.66744, -1.61047 48.66744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10087'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66815 -1.61045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66815 -1.61045)"^^geo:wktLiteral ;
  geo-pos:lat "48.66815"^^xsd:decimal ;
  geo-pos:long "-1.61045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8825'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61045'^^xsd:double;
  dwc:latitude '48.66815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61045 48.66815, -1.61045 48.66815, -1.61045 48.66815, -1.61045 48.66815, -1.61045 48.66815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8825'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79664 -1.61044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.79664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79664 -1.61044)"^^geo:wktLiteral ;
  geo-pos:lat "48.79664"^^xsd:decimal ;
  geo-pos:long "-1.61044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9918'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61044'^^xsd:double;
  dwc:latitude '48.79664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61044 48.79664, -1.61044 48.79664, -1.61044 48.79664, -1.61044 48.79664, -1.61044 48.79664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9918'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69173 -1.61043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69173 -1.61043)"^^geo:wktLiteral ;
  geo-pos:lat "48.69173"^^xsd:decimal ;
  geo-pos:long "-1.61043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5722'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61043'^^xsd:double;
  dwc:latitude '48.69173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61043 48.69173, -1.61043 48.69173, -1.61043 48.69173, -1.61043 48.69173, -1.61043 48.69173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5722'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66776 -1.61042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66776 -1.61042)"^^geo:wktLiteral ;
  geo-pos:lat "48.66776"^^xsd:decimal ;
  geo-pos:long "-1.61042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8706'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61042'^^xsd:double;
  dwc:latitude '48.66776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61042 48.66776, -1.61042 48.66776, -1.61042 48.66776, -1.61042 48.66776, -1.61042 48.66776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8706'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73855 -1.61042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73855 -1.61042)"^^geo:wktLiteral ;
  geo-pos:lat "48.73855"^^xsd:decimal ;
  geo-pos:long "-1.61042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2483'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61042'^^xsd:double;
  dwc:latitude '48.73855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61042 48.73855, -1.61042 48.73855, -1.61042 48.73855, -1.61042 48.73855, -1.61042 48.73855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2483'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66199 -1.61041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66199 -1.61041)"^^geo:wktLiteral ;
  geo-pos:lat "48.66199"^^xsd:decimal ;
  geo-pos:long "-1.61041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5631'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61041'^^xsd:double;
  dwc:latitude '48.66199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61041 48.66199, -1.61041 48.66199, -1.61041 48.66199, -1.61041 48.66199, -1.61041 48.66199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5631'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.667 -1.61041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.667 -1.61041)"^^geo:wktLiteral ;
  geo-pos:lat "48.667"^^xsd:decimal ;
  geo-pos:long "-1.61041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10066'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61041'^^xsd:double;
  dwc:latitude '48.667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61041 48.667, -1.61041 48.667, -1.61041 48.667, -1.61041 48.667, -1.61041 48.667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10066'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63985 -1.6104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63985"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63985 -1.6104)"^^geo:wktLiteral ;
  geo-pos:lat "48.63985"^^xsd:decimal ;
  geo-pos:long "-1.6104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12695'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6104'^^xsd:double;
  dwc:latitude '48.63985'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6104 48.63985, -1.6104 48.63985, -1.6104 48.63985, -1.6104 48.63985, -1.6104 48.63985))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12695'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6516 -1.6104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6516 -1.6104)"^^geo:wktLiteral ;
  geo-pos:lat "48.6516"^^xsd:decimal ;
  geo-pos:long "-1.6104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13500'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6104'^^xsd:double;
  dwc:latitude '48.6516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6104 48.6516, -1.6104 48.6516, -1.6104 48.6516, -1.6104 48.6516, -1.6104 48.6516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13500'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68298 -1.61038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68298 -1.61038)"^^geo:wktLiteral ;
  geo-pos:lat "48.68298"^^xsd:decimal ;
  geo-pos:long "-1.61038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9437'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61038'^^xsd:double;
  dwc:latitude '48.68298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61038 48.68298, -1.61038 48.68298, -1.61038 48.68298, -1.61038 48.68298, -1.61038 48.68298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9437'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69421 -1.61038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69421 -1.61038)"^^geo:wktLiteral ;
  geo-pos:lat "48.69421"^^xsd:decimal ;
  geo-pos:long "-1.61038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6076'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61038'^^xsd:double;
  dwc:latitude '48.69421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61038 48.69421, -1.61038 48.69421, -1.61038 48.69421, -1.61038 48.69421, -1.61038 48.69421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6076'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73182 -1.61038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73182 -1.61038)"^^geo:wktLiteral ;
  geo-pos:lat "48.73182"^^xsd:decimal ;
  geo-pos:long "-1.61038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7780'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61038'^^xsd:double;
  dwc:latitude '48.73182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61038 48.73182, -1.61038 48.73182, -1.61038 48.73182, -1.61038 48.73182, -1.61038 48.73182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7780'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68603 -1.61037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68603 -1.61037)"^^geo:wktLiteral ;
  geo-pos:lat "48.68603"^^xsd:decimal ;
  geo-pos:long "-1.61037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9428'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.66666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61037'^^xsd:double;
  dwc:latitude '48.68603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61037 48.68603, -1.61037 48.68603, -1.61037 48.68603, -1.61037 48.68603, -1.61037 48.68603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9428'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66785 -1.61036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66785 -1.61036)"^^geo:wktLiteral ;
  geo-pos:lat "48.66785"^^xsd:decimal ;
  geo-pos:long "-1.61036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9005'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61036'^^xsd:double;
  dwc:latitude '48.66785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61036 48.66785, -1.61036 48.66785, -1.61036 48.66785, -1.61036 48.66785, -1.61036 48.66785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9005'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70668 -1.61036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70668 -1.61036)"^^geo:wktLiteral ;
  geo-pos:lat "48.70668"^^xsd:decimal ;
  geo-pos:long "-1.61036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10515'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61036'^^xsd:double;
  dwc:latitude '48.70668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61036 48.70668, -1.61036 48.70668, -1.61036 48.70668, -1.61036 48.70668, -1.61036 48.70668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10515'^^xsd:string;
  dwc:observationDate '2008-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.61034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.61034)"^^geo:wktLiteral ;
  geo-pos:lat "48.66787"^^xsd:decimal ;
  geo-pos:long "-1.61034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9006'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61034'^^xsd:double;
  dwc:latitude '48.66787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61034 48.66787, -1.61034 48.66787, -1.61034 48.66787, -1.61034 48.66787, -1.61034 48.66787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9006'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76502 -1.61034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76502 -1.61034)"^^geo:wktLiteral ;
  geo-pos:lat "48.76502"^^xsd:decimal ;
  geo-pos:long "-1.61034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_793'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61034'^^xsd:double;
  dwc:latitude '48.76502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61034 48.76502, -1.61034 48.76502, -1.61034 48.76502, -1.61034 48.76502, -1.61034 48.76502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_793'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63949 -1.61033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63949 -1.61033)"^^geo:wktLiteral ;
  geo-pos:lat "48.63949"^^xsd:decimal ;
  geo-pos:long "-1.61033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12696'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61033'^^xsd:double;
  dwc:latitude '48.63949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61033 48.63949, -1.61033 48.63949, -1.61033 48.63949, -1.61033 48.63949, -1.61033 48.63949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12696'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77212 -1.61032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.77212"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77212 -1.61032)"^^geo:wktLiteral ;
  geo-pos:lat "48.77212"^^xsd:decimal ;
  geo-pos:long "-1.61032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9961'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61032'^^xsd:double;
  dwc:latitude '48.77212'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61032 48.77212, -1.61032 48.77212, -1.61032 48.77212, -1.61032 48.77212, -1.61032 48.77212))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9961'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6839 -1.61029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6839 -1.61029)"^^geo:wktLiteral ;
  geo-pos:lat "48.6839"^^xsd:decimal ;
  geo-pos:long "-1.61029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3110'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61029'^^xsd:double;
  dwc:latitude '48.6839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61029 48.6839, -1.61029 48.6839, -1.61029 48.6839, -1.61029 48.6839, -1.61029 48.6839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3110'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66218 -1.61025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66218 -1.61025)"^^geo:wktLiteral ;
  geo-pos:lat "48.66218"^^xsd:decimal ;
  geo-pos:long "-1.61025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2711'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61025'^^xsd:double;
  dwc:latitude '48.66218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61025 48.66218, -1.61025 48.66218, -1.61025 48.66218, -1.61025 48.66218, -1.61025 48.66218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2711'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66688 -1.61024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66688 -1.61024)"^^geo:wktLiteral ;
  geo-pos:lat "48.66688"^^xsd:decimal ;
  geo-pos:long "-1.61024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10067'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61024'^^xsd:double;
  dwc:latitude '48.66688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61024 48.66688, -1.61024 48.66688, -1.61024 48.66688, -1.61024 48.66688, -1.61024 48.66688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10067'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66697 -1.61023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66697 -1.61023)"^^geo:wktLiteral ;
  geo-pos:lat "48.66697"^^xsd:decimal ;
  geo-pos:long "-1.61023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10119'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61023'^^xsd:double;
  dwc:latitude '48.66697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61023 48.66697, -1.61023 48.66697, -1.61023 48.66697, -1.61023 48.66697, -1.61023 48.66697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10119'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66482 -1.61022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66482 -1.61022)"^^geo:wktLiteral ;
  geo-pos:lat "48.66482"^^xsd:decimal ;
  geo-pos:long "-1.61022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10814'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61022'^^xsd:double;
  dwc:latitude '48.66482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61022 48.66482, -1.61022 48.66482, -1.61022 48.66482, -1.61022 48.66482, -1.61022 48.66482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10814'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.61022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.61022)"^^geo:wktLiteral ;
  geo-pos:lat "48.66808"^^xsd:decimal ;
  geo-pos:long "-1.61022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8972'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61022'^^xsd:double;
  dwc:latitude '48.66808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61022 48.66808, -1.61022 48.66808, -1.61022 48.66808, -1.61022 48.66808, -1.61022 48.66808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8972'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71448 -1.6102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71448 -1.6102)"^^geo:wktLiteral ;
  geo-pos:lat "48.71448"^^xsd:decimal ;
  geo-pos:long "-1.6102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7873'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6102'^^xsd:double;
  dwc:latitude '48.71448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6102 48.71448, -1.6102 48.71448, -1.6102 48.71448, -1.6102 48.71448, -1.6102 48.71448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7873'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6672 -1.61017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6672 -1.61017)"^^geo:wktLiteral ;
  geo-pos:lat "48.6672"^^xsd:decimal ;
  geo-pos:long "-1.61017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10086'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61017'^^xsd:double;
  dwc:latitude '48.6672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61017 48.6672, -1.61017 48.6672, -1.61017 48.6672, -1.61017 48.6672, -1.61017 48.6672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10086'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66082 -1.61016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66082 -1.61016)"^^geo:wktLiteral ;
  geo-pos:lat "48.66082"^^xsd:decimal ;
  geo-pos:long "-1.61016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12087'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61016'^^xsd:double;
  dwc:latitude '48.66082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61016 48.66082, -1.61016 48.66082, -1.61016 48.66082, -1.61016 48.66082, -1.61016 48.66082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12087'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69501 -1.61016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69501 -1.61016)"^^geo:wktLiteral ;
  geo-pos:lat "48.69501"^^xsd:decimal ;
  geo-pos:long "-1.61016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5063'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61016'^^xsd:double;
  dwc:latitude '48.69501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61016 48.69501, -1.61016 48.69501, -1.61016 48.69501, -1.61016 48.69501, -1.61016 48.69501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5063'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70687 -1.61015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70687 -1.61015)"^^geo:wktLiteral ;
  geo-pos:lat "48.70687"^^xsd:decimal ;
  geo-pos:long "-1.61015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10516'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61015'^^xsd:double;
  dwc:latitude '48.70687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61015 48.70687, -1.61015 48.70687, -1.61015 48.70687, -1.61015 48.70687, -1.61015 48.70687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10516'^^xsd:string;
  dwc:observationDate '2008-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66744 -1.61012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66744 -1.61012)"^^geo:wktLiteral ;
  geo-pos:lat "48.66744"^^xsd:decimal ;
  geo-pos:long "-1.61012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9611'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61012'^^xsd:double;
  dwc:latitude '48.66744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61012 48.66744, -1.61012 48.66744, -1.61012 48.66744, -1.61012 48.66744, -1.61012 48.66744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9611'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66753 -1.61012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66753 -1.61012)"^^geo:wktLiteral ;
  geo-pos:lat "48.66753"^^xsd:decimal ;
  geo-pos:long "-1.61012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13129'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61012'^^xsd:double;
  dwc:latitude '48.66753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61012 48.66753, -1.61012 48.66753, -1.61012 48.66753, -1.61012 48.66753, -1.61012 48.66753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13129'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66804 -1.61011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66804 -1.61011)"^^geo:wktLiteral ;
  geo-pos:lat "48.66804"^^xsd:decimal ;
  geo-pos:long "-1.61011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8980'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61011'^^xsd:double;
  dwc:latitude '48.66804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61011 48.66804, -1.61011 48.66804, -1.61011 48.66804, -1.61011 48.66804, -1.61011 48.66804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8980'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66223 -1.6101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66223 -1.6101)"^^geo:wktLiteral ;
  geo-pos:lat "48.66223"^^xsd:decimal ;
  geo-pos:long "-1.6101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12594'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6101'^^xsd:double;
  dwc:latitude '48.66223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6101 48.66223, -1.6101 48.66223, -1.6101 48.66223, -1.6101 48.66223, -1.6101 48.66223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12594'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71668 -1.6101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71668 -1.6101)"^^geo:wktLiteral ;
  geo-pos:lat "48.71668"^^xsd:decimal ;
  geo-pos:long "-1.6101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7933'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6101'^^xsd:double;
  dwc:latitude '48.71668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6101 48.71668, -1.6101 48.71668, -1.6101 48.71668, -1.6101 48.71668, -1.6101 48.71668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7933'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68463 -1.61008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68463 -1.61008)"^^geo:wktLiteral ;
  geo-pos:lat "48.68463"^^xsd:decimal ;
  geo-pos:long "-1.61008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2818'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61008'^^xsd:double;
  dwc:latitude '48.68463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61008 48.68463, -1.61008 48.68463, -1.61008 48.68463, -1.61008 48.68463, -1.61008 48.68463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2818'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66013 -1.61006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66013 -1.61006)"^^geo:wktLiteral ;
  geo-pos:lat "48.66013"^^xsd:decimal ;
  geo-pos:long "-1.61006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12618'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61006'^^xsd:double;
  dwc:latitude '48.66013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61006 48.66013, -1.61006 48.66013, -1.61006 48.66013, -1.61006 48.66013, -1.61006 48.66013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12618'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6671 -1.61004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6671 -1.61004)"^^geo:wktLiteral ;
  geo-pos:lat "48.6671"^^xsd:decimal ;
  geo-pos:long "-1.61004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10047'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61004'^^xsd:double;
  dwc:latitude '48.6671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61004 48.6671, -1.61004 48.6671, -1.61004 48.6671, -1.61004 48.6671, -1.61004 48.6671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10047'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66618 -1.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66618 -1.61)"^^geo:wktLiteral ;
  geo-pos:lat "48.66618"^^xsd:decimal ;
  geo-pos:long "-1.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12055'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61'^^xsd:double;
  dwc:latitude '48.66618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61 48.66618, -1.61 48.66618, -1.61 48.66618, -1.61 48.66618, -1.61 48.66618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12055'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69577 -1.61)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.61"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69577 -1.61)"^^geo:wktLiteral ;
  geo-pos:lat "48.69577"^^xsd:decimal ;
  geo-pos:long "-1.61"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4707'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.61'^^xsd:double;
  dwc:latitude '48.69577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.61 48.69577, -1.61 48.69577, -1.61 48.69577, -1.61 48.69577, -1.61 48.69577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4707'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65052 -1.60998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65052 -1.60998)"^^geo:wktLiteral ;
  geo-pos:lat "48.65052"^^xsd:decimal ;
  geo-pos:long "-1.60998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13402'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60998'^^xsd:double;
  dwc:latitude '48.65052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60998 48.65052, -1.60998 48.65052, -1.60998 48.65052, -1.60998 48.65052, -1.60998 48.65052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13402'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66734 -1.60997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66734"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66734 -1.60997)"^^geo:wktLiteral ;
  geo-pos:lat "48.66734"^^xsd:decimal ;
  geo-pos:long "-1.60997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10065'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60997'^^xsd:double;
  dwc:latitude '48.66734'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60997 48.66734, -1.60997 48.66734, -1.60997 48.66734, -1.60997 48.66734, -1.60997 48.66734))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10065'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66225 -1.60996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66225 -1.60996)"^^geo:wktLiteral ;
  geo-pos:lat "48.66225"^^xsd:decimal ;
  geo-pos:long "-1.60996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12274'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60996'^^xsd:double;
  dwc:latitude '48.66225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60996 48.66225, -1.60996 48.66225, -1.60996 48.66225, -1.60996 48.66225, -1.60996 48.66225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12274'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66801 -1.60996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66801 -1.60996)"^^geo:wktLiteral ;
  geo-pos:lat "48.66801"^^xsd:decimal ;
  geo-pos:long "-1.60996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8891'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60996'^^xsd:double;
  dwc:latitude '48.66801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60996 48.66801, -1.60996 48.66801, -1.60996 48.66801, -1.60996 48.66801, -1.60996 48.66801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8891'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70855 -1.60995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70855 -1.60995)"^^geo:wktLiteral ;
  geo-pos:lat "48.70855"^^xsd:decimal ;
  geo-pos:long "-1.60995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3500'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60995'^^xsd:double;
  dwc:latitude '48.70855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60995 48.70855, -1.60995 48.70855, -1.60995 48.70855, -1.60995 48.70855, -1.60995 48.70855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3500'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72999 -1.60994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72999 -1.60994)"^^geo:wktLiteral ;
  geo-pos:lat "48.72999"^^xsd:decimal ;
  geo-pos:long "-1.60994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9294'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60994'^^xsd:double;
  dwc:latitude '48.72999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60994 48.72999, -1.60994 48.72999, -1.60994 48.72999, -1.60994 48.72999, -1.60994 48.72999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9294'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71898 -1.60993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71898 -1.60993)"^^geo:wktLiteral ;
  geo-pos:lat "48.71898"^^xsd:decimal ;
  geo-pos:long "-1.60993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7703'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60993'^^xsd:double;
  dwc:latitude '48.71898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60993 48.71898, -1.60993 48.71898, -1.60993 48.71898, -1.60993 48.71898, -1.60993 48.71898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7703'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66289 -1.60992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66289 -1.60992)"^^geo:wktLiteral ;
  geo-pos:lat "48.66289"^^xsd:decimal ;
  geo-pos:long "-1.60992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11384'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60992'^^xsd:double;
  dwc:latitude '48.66289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60992 48.66289, -1.60992 48.66289, -1.60992 48.66289, -1.60992 48.66289, -1.60992 48.66289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11384'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71552 -1.60992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71552 -1.60992)"^^geo:wktLiteral ;
  geo-pos:lat "48.71552"^^xsd:decimal ;
  geo-pos:long "-1.60992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7715'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60992'^^xsd:double;
  dwc:latitude '48.71552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60992 48.71552, -1.60992 48.71552, -1.60992 48.71552, -1.60992 48.71552, -1.60992 48.71552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7715'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68635 -1.60991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68635 -1.60991)"^^geo:wktLiteral ;
  geo-pos:lat "48.68635"^^xsd:decimal ;
  geo-pos:long "-1.60991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6078'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60991'^^xsd:double;
  dwc:latitude '48.68635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60991 48.68635, -1.60991 48.68635, -1.60991 48.68635, -1.60991 48.68635, -1.60991 48.68635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6078'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66297 -1.60989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66297 -1.60989)"^^geo:wktLiteral ;
  geo-pos:lat "48.66297"^^xsd:decimal ;
  geo-pos:long "-1.60989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10570'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60989'^^xsd:double;
  dwc:latitude '48.66297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60989 48.66297, -1.60989 48.66297, -1.60989 48.66297, -1.60989 48.66297, -1.60989 48.66297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10570'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66322 -1.60989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66322 -1.60989)"^^geo:wktLiteral ;
  geo-pos:lat "48.66322"^^xsd:decimal ;
  geo-pos:long "-1.60989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10642'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60989'^^xsd:double;
  dwc:latitude '48.66322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60989 48.66322, -1.60989 48.66322, -1.60989 48.66322, -1.60989 48.66322, -1.60989 48.66322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10642'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6668 -1.60989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6668 -1.60989)"^^geo:wktLiteral ;
  geo-pos:lat "48.6668"^^xsd:decimal ;
  geo-pos:long "-1.60989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10048'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60989'^^xsd:double;
  dwc:latitude '48.6668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60989 48.6668, -1.60989 48.6668, -1.60989 48.6668, -1.60989 48.6668, -1.60989 48.6668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10048'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66725 -1.60988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66725 -1.60988)"^^geo:wktLiteral ;
  geo-pos:lat "48.66725"^^xsd:decimal ;
  geo-pos:long "-1.60988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9864'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60988'^^xsd:double;
  dwc:latitude '48.66725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60988 48.66725, -1.60988 48.66725, -1.60988 48.66725, -1.60988 48.66725, -1.60988 48.66725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9864'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71636 -1.60988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71636 -1.60988)"^^geo:wktLiteral ;
  geo-pos:lat "48.71636"^^xsd:decimal ;
  geo-pos:long "-1.60988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7753'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60988'^^xsd:double;
  dwc:latitude '48.71636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60988 48.71636, -1.60988 48.71636, -1.60988 48.71636, -1.60988 48.71636, -1.60988 48.71636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7753'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66829 -1.60986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66829 -1.60986)"^^geo:wktLiteral ;
  geo-pos:lat "48.66829"^^xsd:decimal ;
  geo-pos:long "-1.60986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8893'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60986'^^xsd:double;
  dwc:latitude '48.66829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60986 48.66829, -1.60986 48.66829, -1.60986 48.66829, -1.60986 48.66829, -1.60986 48.66829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8893'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66743 -1.60985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66743 -1.60985)"^^geo:wktLiteral ;
  geo-pos:lat "48.66743"^^xsd:decimal ;
  geo-pos:long "-1.60985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9978'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60985'^^xsd:double;
  dwc:latitude '48.66743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60985 48.66743, -1.60985 48.66743, -1.60985 48.66743, -1.60985 48.66743, -1.60985 48.66743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9978'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73356 -1.60985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73356 -1.60985)"^^geo:wktLiteral ;
  geo-pos:lat "48.73356"^^xsd:decimal ;
  geo-pos:long "-1.60985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9800'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60985'^^xsd:double;
  dwc:latitude '48.73356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60985 48.73356, -1.60985 48.73356, -1.60985 48.73356, -1.60985 48.73356, -1.60985 48.73356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9800'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66288 -1.60983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66288 -1.60983)"^^geo:wktLiteral ;
  geo-pos:lat "48.66288"^^xsd:decimal ;
  geo-pos:long "-1.60983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10328'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60983'^^xsd:double;
  dwc:latitude '48.66288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60983 48.66288, -1.60983 48.66288, -1.60983 48.66288, -1.60983 48.66288, -1.60983 48.66288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10328'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66716 -1.60983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66716 -1.60983)"^^geo:wktLiteral ;
  geo-pos:lat "48.66716"^^xsd:decimal ;
  geo-pos:long "-1.60983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10049'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60983'^^xsd:double;
  dwc:latitude '48.66716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60983 48.66716, -1.60983 48.66716, -1.60983 48.66716, -1.60983 48.66716, -1.60983 48.66716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10049'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71633 -1.60983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71633 -1.60983)"^^geo:wktLiteral ;
  geo-pos:lat "48.71633"^^xsd:decimal ;
  geo-pos:long "-1.60983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7936'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60983'^^xsd:double;
  dwc:latitude '48.71633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60983 48.71633, -1.60983 48.71633, -1.60983 48.71633, -1.60983 48.71633, -1.60983 48.71633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7936'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66654 -1.60982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66654 -1.60982)"^^geo:wktLiteral ;
  geo-pos:lat "48.66654"^^xsd:decimal ;
  geo-pos:long "-1.60982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10534'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60982'^^xsd:double;
  dwc:latitude '48.66654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60982 48.66654, -1.60982 48.66654, -1.60982 48.66654, -1.60982 48.66654, -1.60982 48.66654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10534'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67154 -1.60982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67154 -1.60982)"^^geo:wktLiteral ;
  geo-pos:lat "48.67154"^^xsd:decimal ;
  geo-pos:long "-1.60982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9981'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60982'^^xsd:double;
  dwc:latitude '48.67154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60982 48.67154, -1.60982 48.67154, -1.60982 48.67154, -1.60982 48.67154, -1.60982 48.67154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9981'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63916 -1.60981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63916 -1.60981)"^^geo:wktLiteral ;
  geo-pos:lat "48.63916"^^xsd:decimal ;
  geo-pos:long "-1.60981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11292'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60981'^^xsd:double;
  dwc:latitude '48.63916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60981 48.63916, -1.60981 48.63916, -1.60981 48.63916, -1.60981 48.63916, -1.60981 48.63916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11292'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64583 -1.60981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64583 -1.60981)"^^geo:wktLiteral ;
  geo-pos:lat "48.64583"^^xsd:decimal ;
  geo-pos:long "-1.60981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11935'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60981'^^xsd:double;
  dwc:latitude '48.64583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60981 48.64583, -1.60981 48.64583, -1.60981 48.64583, -1.60981 48.64583, -1.60981 48.64583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11935'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.60978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.60978)"^^geo:wktLiteral ;
  geo-pos:lat "48.6677"^^xsd:decimal ;
  geo-pos:long "-1.60978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13458'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60978'^^xsd:double;
  dwc:latitude '48.6677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60978 48.6677, -1.60978 48.6677, -1.60978 48.6677, -1.60978 48.6677, -1.60978 48.6677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13458'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66792 -1.60978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66792 -1.60978)"^^geo:wktLiteral ;
  geo-pos:lat "48.66792"^^xsd:decimal ;
  geo-pos:long "-1.60978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8892'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60978'^^xsd:double;
  dwc:latitude '48.66792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60978 48.66792, -1.60978 48.66792, -1.60978 48.66792, -1.60978 48.66792, -1.60978 48.66792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8892'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65201 -1.60976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65201 -1.60976)"^^geo:wktLiteral ;
  geo-pos:lat "48.65201"^^xsd:decimal ;
  geo-pos:long "-1.60976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13560'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60976'^^xsd:double;
  dwc:latitude '48.65201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60976 48.65201, -1.60976 48.65201, -1.60976 48.65201, -1.60976 48.65201, -1.60976 48.65201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13560'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66727 -1.60975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66727 -1.60975)"^^geo:wktLiteral ;
  geo-pos:lat "48.66727"^^xsd:decimal ;
  geo-pos:long "-1.60975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10083'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60975'^^xsd:double;
  dwc:latitude '48.66727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60975 48.66727, -1.60975 48.66727, -1.60975 48.66727, -1.60975 48.66727, -1.60975 48.66727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10083'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71545 -1.60973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71545 -1.60973)"^^geo:wktLiteral ;
  geo-pos:lat "48.71545"^^xsd:decimal ;
  geo-pos:long "-1.60973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7861'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60973'^^xsd:double;
  dwc:latitude '48.71545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60973 48.71545, -1.60973 48.71545, -1.60973 48.71545, -1.60973 48.71545, -1.60973 48.71545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7861'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73866 -1.60972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73866 -1.60972)"^^geo:wktLiteral ;
  geo-pos:lat "48.73866"^^xsd:decimal ;
  geo-pos:long "-1.60972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1971'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60972'^^xsd:double;
  dwc:latitude '48.73866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60972 48.73866, -1.60972 48.73866, -1.60972 48.73866, -1.60972 48.73866, -1.60972 48.73866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1971'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72499 -1.60969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72499"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72499 -1.60969)"^^geo:wktLiteral ;
  geo-pos:lat "48.72499"^^xsd:decimal ;
  geo-pos:long "-1.60969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9373'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60969'^^xsd:double;
  dwc:latitude '48.72499'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60969 48.72499, -1.60969 48.72499, -1.60969 48.72499, -1.60969 48.72499, -1.60969 48.72499))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9373'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66297 -1.60966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66297 -1.60966)"^^geo:wktLiteral ;
  geo-pos:lat "48.66297"^^xsd:decimal ;
  geo-pos:long "-1.60966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12730'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60966'^^xsd:double;
  dwc:latitude '48.66297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60966 48.66297, -1.60966 48.66297, -1.60966 48.66297, -1.60966 48.66297, -1.60966 48.66297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12730'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66721 -1.60964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66721 -1.60964)"^^geo:wktLiteral ;
  geo-pos:lat "48.66721"^^xsd:decimal ;
  geo-pos:long "-1.60964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10118'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60964'^^xsd:double;
  dwc:latitude '48.66721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60964 48.66721, -1.60964 48.66721, -1.60964 48.66721, -1.60964 48.66721, -1.60964 48.66721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10118'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71062 -1.60964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_71>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71062 -1.60964)"^^geo:wktLiteral ;
  geo-pos:lat "48.71062"^^xsd:decimal ;
  geo-pos:long "-1.60964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_71'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_71'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60964'^^xsd:double;
  dwc:latitude '48.71062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60964 48.71062, -1.60964 48.71062, -1.60964 48.71062, -1.60964 48.71062, -1.60964 48.71062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_71'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69035 -1.60961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69035 -1.60961)"^^geo:wktLiteral ;
  geo-pos:lat "48.69035"^^xsd:decimal ;
  geo-pos:long "-1.60961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4706'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60961'^^xsd:double;
  dwc:latitude '48.69035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60961 48.69035, -1.60961 48.69035, -1.60961 48.69035, -1.60961 48.69035, -1.60961 48.69035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4706'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.00568 -1.60961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.00568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.00568 -1.60961)"^^geo:wktLiteral ;
  geo-pos:lat "49.00568"^^xsd:decimal ;
  geo-pos:long "-1.60961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7532'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60961'^^xsd:double;
  dwc:latitude '49.00568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60961 49.00568, -1.60961 49.00568, -1.60961 49.00568, -1.60961 49.00568, -1.60961 49.00568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7532'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66723 -1.6096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66723 -1.6096)"^^geo:wktLiteral ;
  geo-pos:lat "48.66723"^^xsd:decimal ;
  geo-pos:long "-1.6096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13484'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6096'^^xsd:double;
  dwc:latitude '48.66723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6096 48.66723, -1.6096 48.66723, -1.6096 48.66723, -1.6096 48.66723, -1.6096 48.66723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13484'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66704 -1.60959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66704 -1.60959)"^^geo:wktLiteral ;
  geo-pos:lat "48.66704"^^xsd:decimal ;
  geo-pos:long "-1.60959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10450'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60959'^^xsd:double;
  dwc:latitude '48.66704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60959 48.66704, -1.60959 48.66704, -1.60959 48.66704, -1.60959 48.66704, -1.60959 48.66704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10450'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66782 -1.60955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66782 -1.60955)"^^geo:wktLiteral ;
  geo-pos:lat "48.66782"^^xsd:decimal ;
  geo-pos:long "-1.60955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8982'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60955'^^xsd:double;
  dwc:latitude '48.66782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60955 48.66782, -1.60955 48.66782, -1.60955 48.66782, -1.60955 48.66782, -1.60955 48.66782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8982'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.60954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.60954)"^^geo:wktLiteral ;
  geo-pos:lat "48.66796"^^xsd:decimal ;
  geo-pos:long "-1.60954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9942'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60954'^^xsd:double;
  dwc:latitude '48.66796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60954 48.66796, -1.60954 48.66796, -1.60954 48.66796, -1.60954 48.66796, -1.60954 48.66796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9942'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76355 -1.60954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76355 -1.60954)"^^geo:wktLiteral ;
  geo-pos:lat "48.76355"^^xsd:decimal ;
  geo-pos:long "-1.60954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9917'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60954'^^xsd:double;
  dwc:latitude '48.76355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60954 48.76355, -1.60954 48.76355, -1.60954 48.76355, -1.60954 48.76355, -1.60954 48.76355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9917'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65431 -1.60953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65431 -1.60953)"^^geo:wktLiteral ;
  geo-pos:lat "48.65431"^^xsd:decimal ;
  geo-pos:long "-1.60953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12844'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60953'^^xsd:double;
  dwc:latitude '48.65431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60953 48.65431, -1.60953 48.65431, -1.60953 48.65431, -1.60953 48.65431, -1.60953 48.65431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12844'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66754 -1.60952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66754 -1.60952)"^^geo:wktLiteral ;
  geo-pos:lat "48.66754"^^xsd:decimal ;
  geo-pos:long "-1.60952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13485'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60952'^^xsd:double;
  dwc:latitude '48.66754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60952 48.66754, -1.60952 48.66754, -1.60952 48.66754, -1.60952 48.66754, -1.60952 48.66754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13485'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66708 -1.60951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66708 -1.60951)"^^geo:wktLiteral ;
  geo-pos:lat "48.66708"^^xsd:decimal ;
  geo-pos:long "-1.60951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10195'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60951'^^xsd:double;
  dwc:latitude '48.66708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60951 48.66708, -1.60951 48.66708, -1.60951 48.66708, -1.60951 48.66708, -1.60951 48.66708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10195'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64692 -1.60949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64692 -1.60949)"^^geo:wktLiteral ;
  geo-pos:lat "48.64692"^^xsd:decimal ;
  geo-pos:long "-1.60949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13405'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60949'^^xsd:double;
  dwc:latitude '48.64692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60949 48.64692, -1.60949 48.64692, -1.60949 48.64692, -1.60949 48.64692, -1.60949 48.64692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13405'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65142 -1.60949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65142 -1.60949)"^^geo:wktLiteral ;
  geo-pos:lat "48.65142"^^xsd:decimal ;
  geo-pos:long "-1.60949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13492'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60949'^^xsd:double;
  dwc:latitude '48.65142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60949 48.65142, -1.60949 48.65142, -1.60949 48.65142, -1.60949 48.65142, -1.60949 48.65142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13492'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66703 -1.60948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66703 -1.60948)"^^geo:wktLiteral ;
  geo-pos:lat "48.66703"^^xsd:decimal ;
  geo-pos:long "-1.60948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10279'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60948'^^xsd:double;
  dwc:latitude '48.66703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60948 48.66703, -1.60948 48.66703, -1.60948 48.66703, -1.60948 48.66703, -1.60948 48.66703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10279'^^xsd:string;
  dwc:observationDate '2008-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66726 -1.60948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66726 -1.60948)"^^geo:wktLiteral ;
  geo-pos:lat "48.66726"^^xsd:decimal ;
  geo-pos:long "-1.60948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10278'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60948'^^xsd:double;
  dwc:latitude '48.66726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60948 48.66726, -1.60948 48.66726, -1.60948 48.66726, -1.60948 48.66726, -1.60948 48.66726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10278'^^xsd:string;
  dwc:observationDate '2008-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6715 -1.60948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6715 -1.60948)"^^geo:wktLiteral ;
  geo-pos:lat "48.6715"^^xsd:decimal ;
  geo-pos:long "-1.60948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8888'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60948'^^xsd:double;
  dwc:latitude '48.6715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60948 48.6715, -1.60948 48.6715, -1.60948 48.6715, -1.60948 48.6715, -1.60948 48.6715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8888'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66725 -1.60946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66725 -1.60946)"^^geo:wktLiteral ;
  geo-pos:lat "48.66725"^^xsd:decimal ;
  geo-pos:long "-1.60946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9565'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60946'^^xsd:double;
  dwc:latitude '48.66725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60946 48.66725, -1.60946 48.66725, -1.60946 48.66725, -1.60946 48.66725, -1.60946 48.66725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9565'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67434 -1.60945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67434 -1.60945)"^^geo:wktLiteral ;
  geo-pos:lat "48.67434"^^xsd:decimal ;
  geo-pos:long "-1.60945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5807'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60945'^^xsd:double;
  dwc:latitude '48.67434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60945 48.67434, -1.60945 48.67434, -1.60945 48.67434, -1.60945 48.67434, -1.60945 48.67434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5807'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66435 -1.60944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66435 -1.60944)"^^geo:wktLiteral ;
  geo-pos:lat "48.66435"^^xsd:decimal ;
  geo-pos:long "-1.60944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13204'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60944'^^xsd:double;
  dwc:latitude '48.66435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60944 48.66435, -1.60944 48.66435, -1.60944 48.66435, -1.60944 48.66435, -1.60944 48.66435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13204'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66555 -1.60943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66555 -1.60943)"^^geo:wktLiteral ;
  geo-pos:lat "48.66555"^^xsd:decimal ;
  geo-pos:long "-1.60943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12806'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60943'^^xsd:double;
  dwc:latitude '48.66555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60943 48.66555, -1.60943 48.66555, -1.60943 48.66555, -1.60943 48.66555, -1.60943 48.66555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12806'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69302 -1.60942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69302 -1.60942)"^^geo:wktLiteral ;
  geo-pos:lat "48.69302"^^xsd:decimal ;
  geo-pos:long "-1.60942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6510'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60942'^^xsd:double;
  dwc:latitude '48.69302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60942 48.69302, -1.60942 48.69302, -1.60942 48.69302, -1.60942 48.69302, -1.60942 48.69302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6510'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66794 -1.6094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66794 -1.6094)"^^geo:wktLiteral ;
  geo-pos:lat "48.66794"^^xsd:decimal ;
  geo-pos:long "-1.6094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8880'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6094'^^xsd:double;
  dwc:latitude '48.66794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6094 48.66794, -1.6094 48.66794, -1.6094 48.66794, -1.6094 48.66794, -1.6094 48.66794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8880'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65464 -1.60939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65464 -1.60939)"^^geo:wktLiteral ;
  geo-pos:lat "48.65464"^^xsd:decimal ;
  geo-pos:long "-1.60939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8977'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60939'^^xsd:double;
  dwc:latitude '48.65464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60939 48.65464, -1.60939 48.65464, -1.60939 48.65464, -1.60939 48.65464, -1.60939 48.65464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8977'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.60939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.60939)"^^geo:wktLiteral ;
  geo-pos:lat "48.66808"^^xsd:decimal ;
  geo-pos:long "-1.60939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13033'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60939'^^xsd:double;
  dwc:latitude '48.66808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60939 48.66808, -1.60939 48.66808, -1.60939 48.66808, -1.60939 48.66808, -1.60939 48.66808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13033'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64325 -1.60937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64325 -1.60937)"^^geo:wktLiteral ;
  geo-pos:lat "48.64325"^^xsd:decimal ;
  geo-pos:long "-1.60937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13077'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60937'^^xsd:double;
  dwc:latitude '48.64325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60937 48.64325, -1.60937 48.64325, -1.60937 48.64325, -1.60937 48.64325, -1.60937 48.64325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13077'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68949 -1.60937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68949 -1.60937)"^^geo:wktLiteral ;
  geo-pos:lat "48.68949"^^xsd:decimal ;
  geo-pos:long "-1.60937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5445'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60937'^^xsd:double;
  dwc:latitude '48.68949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60937 48.68949, -1.60937 48.68949, -1.60937 48.68949, -1.60937 48.68949, -1.60937 48.68949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5445'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74797 -1.60935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74797 -1.60935)"^^geo:wktLiteral ;
  geo-pos:lat "48.74797"^^xsd:decimal ;
  geo-pos:long "-1.60935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6382'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60935'^^xsd:double;
  dwc:latitude '48.74797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60935 48.74797, -1.60935 48.74797, -1.60935 48.74797, -1.60935 48.74797, -1.60935 48.74797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6382'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66254 -1.60934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66254 -1.60934)"^^geo:wktLiteral ;
  geo-pos:lat "48.66254"^^xsd:decimal ;
  geo-pos:long "-1.60934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5571'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60934'^^xsd:double;
  dwc:latitude '48.66254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60934 48.66254, -1.60934 48.66254, -1.60934 48.66254, -1.60934 48.66254, -1.60934 48.66254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5571'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71257 -1.60934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71257 -1.60934)"^^geo:wktLiteral ;
  geo-pos:lat "48.71257"^^xsd:decimal ;
  geo-pos:long "-1.60934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8419'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60934'^^xsd:double;
  dwc:latitude '48.71257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60934 48.71257, -1.60934 48.71257, -1.60934 48.71257, -1.60934 48.71257, -1.60934 48.71257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8419'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73612 -1.60934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73612 -1.60934)"^^geo:wktLiteral ;
  geo-pos:lat "48.73612"^^xsd:decimal ;
  geo-pos:long "-1.60934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_770'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60934'^^xsd:double;
  dwc:latitude '48.73612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60934 48.73612, -1.60934 48.73612, -1.60934 48.73612, -1.60934 48.73612, -1.60934 48.73612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_770'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63877 -1.60933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63877 -1.60933)"^^geo:wktLiteral ;
  geo-pos:lat "48.63877"^^xsd:decimal ;
  geo-pos:long "-1.60933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11290'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60933'^^xsd:double;
  dwc:latitude '48.63877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60933 48.63877, -1.60933 48.63877, -1.60933 48.63877, -1.60933 48.63877, -1.60933 48.63877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11290'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65714 -1.60933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65714"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65714 -1.60933)"^^geo:wktLiteral ;
  geo-pos:lat "48.65714"^^xsd:decimal ;
  geo-pos:long "-1.60933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12997'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60933'^^xsd:double;
  dwc:latitude '48.65714'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60933 48.65714, -1.60933 48.65714, -1.60933 48.65714, -1.60933 48.65714, -1.60933 48.65714))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12997'^^xsd:string;
  dwc:observationDate '2008-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65385 -1.60931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65385 -1.60931)"^^geo:wktLiteral ;
  geo-pos:lat "48.65385"^^xsd:decimal ;
  geo-pos:long "-1.60931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7605'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60931'^^xsd:double;
  dwc:latitude '48.65385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60931 48.65385, -1.60931 48.65385, -1.60931 48.65385, -1.60931 48.65385, -1.60931 48.65385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7605'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66805 -1.60931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66805 -1.60931)"^^geo:wktLiteral ;
  geo-pos:lat "48.66805"^^xsd:decimal ;
  geo-pos:long "-1.60931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8881'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60931'^^xsd:double;
  dwc:latitude '48.66805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60931 48.66805, -1.60931 48.66805, -1.60931 48.66805, -1.60931 48.66805, -1.60931 48.66805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8881'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63832 -1.60929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63832 -1.60929)"^^geo:wktLiteral ;
  geo-pos:lat "48.63832"^^xsd:decimal ;
  geo-pos:long "-1.60929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11291'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60929'^^xsd:double;
  dwc:latitude '48.63832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60929 48.63832, -1.60929 48.63832, -1.60929 48.63832, -1.60929 48.63832, -1.60929 48.63832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11291'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68888 -1.60928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68888 -1.60928)"^^geo:wktLiteral ;
  geo-pos:lat "48.68888"^^xsd:decimal ;
  geo-pos:long "-1.60928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5562'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60928'^^xsd:double;
  dwc:latitude '48.68888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60928 48.68888, -1.60928 48.68888, -1.60928 48.68888, -1.60928 48.68888, -1.60928 48.68888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5562'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67991 -1.60927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_83>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67991 -1.60927)"^^geo:wktLiteral ;
  geo-pos:lat "48.67991"^^xsd:decimal ;
  geo-pos:long "-1.60927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_83'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_83'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60927'^^xsd:double;
  dwc:latitude '48.67991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60927 48.67991, -1.60927 48.67991, -1.60927 48.67991, -1.60927 48.67991, -1.60927 48.67991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_83'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71079 -1.60927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_72>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71079 -1.60927)"^^geo:wktLiteral ;
  geo-pos:lat "48.71079"^^xsd:decimal ;
  geo-pos:long "-1.60927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_72'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_72'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60927'^^xsd:double;
  dwc:latitude '48.71079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60927 48.71079, -1.60927 48.71079, -1.60927 48.71079, -1.60927 48.71079, -1.60927 48.71079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_72'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73732 -1.60926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73732 -1.60926)"^^geo:wktLiteral ;
  geo-pos:lat "48.73732"^^xsd:decimal ;
  geo-pos:long "-1.60926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1901'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60926'^^xsd:double;
  dwc:latitude '48.73732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60926 48.73732, -1.60926 48.73732, -1.60926 48.73732, -1.60926 48.73732, -1.60926 48.73732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1901'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71398 -1.60923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71398"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71398 -1.60923)"^^geo:wktLiteral ;
  geo-pos:lat "48.71398"^^xsd:decimal ;
  geo-pos:long "-1.60923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7799'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60923'^^xsd:double;
  dwc:latitude '48.71398'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60923 48.71398, -1.60923 48.71398, -1.60923 48.71398, -1.60923 48.71398, -1.60923 48.71398))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7799'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65304 -1.60922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65304"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65304 -1.60922)"^^geo:wktLiteral ;
  geo-pos:lat "48.65304"^^xsd:decimal ;
  geo-pos:long "-1.60922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12959'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60922'^^xsd:double;
  dwc:latitude '48.65304'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60922 48.65304, -1.60922 48.65304, -1.60922 48.65304, -1.60922 48.65304, -1.60922 48.65304))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12959'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69631 -1.60922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69631 -1.60922)"^^geo:wktLiteral ;
  geo-pos:lat "48.69631"^^xsd:decimal ;
  geo-pos:long "-1.60922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_118'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60922'^^xsd:double;
  dwc:latitude '48.69631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60922 48.69631, -1.60922 48.69631, -1.60922 48.69631, -1.60922 48.69631, -1.60922 48.69631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_118'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71658 -1.60922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71658"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71658 -1.60922)"^^geo:wktLiteral ;
  geo-pos:lat "48.71658"^^xsd:decimal ;
  geo-pos:long "-1.60922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9244'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60922'^^xsd:double;
  dwc:latitude '48.71658'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60922 48.71658, -1.60922 48.71658, -1.60922 48.71658, -1.60922 48.71658, -1.60922 48.71658))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9244'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6715 -1.6092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6715 -1.6092)"^^geo:wktLiteral ;
  geo-pos:lat "48.6715"^^xsd:decimal ;
  geo-pos:long "-1.6092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11150'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6092'^^xsd:double;
  dwc:latitude '48.6715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6092 48.6715, -1.6092 48.6715, -1.6092 48.6715, -1.6092 48.6715, -1.6092 48.6715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11150'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6431 -1.60918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6431 -1.60918)"^^geo:wktLiteral ;
  geo-pos:lat "48.6431"^^xsd:decimal ;
  geo-pos:long "-1.60918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12078'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60918'^^xsd:double;
  dwc:latitude '48.6431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60918 48.6431, -1.60918 48.6431, -1.60918 48.6431, -1.60918 48.6431, -1.60918 48.6431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12078'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69215 -1.60915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69215 -1.60915)"^^geo:wktLiteral ;
  geo-pos:lat "48.69215"^^xsd:decimal ;
  geo-pos:long "-1.60915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7959'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60915'^^xsd:double;
  dwc:latitude '48.69215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60915 48.69215, -1.60915 48.69215, -1.60915 48.69215, -1.60915 48.69215, -1.60915 48.69215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7959'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72541 -1.60915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72541 -1.60915)"^^geo:wktLiteral ;
  geo-pos:lat "48.72541"^^xsd:decimal ;
  geo-pos:long "-1.60915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9293'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60915'^^xsd:double;
  dwc:latitude '48.72541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60915 48.72541, -1.60915 48.72541, -1.60915 48.72541, -1.60915 48.72541, -1.60915 48.72541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9293'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73302 -1.60915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73302 -1.60915)"^^geo:wktLiteral ;
  geo-pos:lat "48.73302"^^xsd:decimal ;
  geo-pos:long "-1.60915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7776'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60915'^^xsd:double;
  dwc:latitude '48.73302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60915 48.73302, -1.60915 48.73302, -1.60915 48.73302, -1.60915 48.73302, -1.60915 48.73302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7776'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66343 -1.60914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66343 -1.60914)"^^geo:wktLiteral ;
  geo-pos:lat "48.66343"^^xsd:decimal ;
  geo-pos:long "-1.60914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11359'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60914'^^xsd:double;
  dwc:latitude '48.66343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60914 48.66343, -1.60914 48.66343, -1.60914 48.66343, -1.60914 48.66343, -1.60914 48.66343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11359'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68917 -1.60914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68917 -1.60914)"^^geo:wktLiteral ;
  geo-pos:lat "48.68917"^^xsd:decimal ;
  geo-pos:long "-1.60914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1702'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60914'^^xsd:double;
  dwc:latitude '48.68917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60914 48.68917, -1.60914 48.68917, -1.60914 48.68917, -1.60914 48.68917, -1.60914 48.68917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1702'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66882 -1.60913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66882 -1.60913)"^^geo:wktLiteral ;
  geo-pos:lat "48.66882"^^xsd:decimal ;
  geo-pos:long "-1.60913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9161'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60913'^^xsd:double;
  dwc:latitude '48.66882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60913 48.66882, -1.60913 48.66882, -1.60913 48.66882, -1.60913 48.66882, -1.60913 48.66882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9161'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69272 -1.60913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69272 -1.60913)"^^geo:wktLiteral ;
  geo-pos:lat "48.69272"^^xsd:decimal ;
  geo-pos:long "-1.60913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6610'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60913'^^xsd:double;
  dwc:latitude '48.69272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60913 48.69272, -1.60913 48.69272, -1.60913 48.69272, -1.60913 48.69272, -1.60913 48.69272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6610'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71563 -1.60909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71563 -1.60909)"^^geo:wktLiteral ;
  geo-pos:lat "48.71563"^^xsd:decimal ;
  geo-pos:long "-1.60909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7935'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60909'^^xsd:double;
  dwc:latitude '48.71563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60909 48.71563, -1.60909 48.71563, -1.60909 48.71563, -1.60909 48.71563, -1.60909 48.71563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7935'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68991 -1.60907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68991 -1.60907)"^^geo:wktLiteral ;
  geo-pos:lat "48.68991"^^xsd:decimal ;
  geo-pos:long "-1.60907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5097'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60907'^^xsd:double;
  dwc:latitude '48.68991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60907 48.68991, -1.60907 48.68991, -1.60907 48.68991, -1.60907 48.68991, -1.60907 48.68991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5097'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72159 -1.60905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72159 -1.60905)"^^geo:wktLiteral ;
  geo-pos:lat "48.72159"^^xsd:decimal ;
  geo-pos:long "-1.60905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9542'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60905'^^xsd:double;
  dwc:latitude '48.72159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60905 48.72159, -1.60905 48.72159, -1.60905 48.72159, -1.60905 48.72159, -1.60905 48.72159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9542'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66809 -1.60904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66809 -1.60904)"^^geo:wktLiteral ;
  geo-pos:lat "48.66809"^^xsd:decimal ;
  geo-pos:long "-1.60904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12773'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60904'^^xsd:double;
  dwc:latitude '48.66809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60904 48.66809, -1.60904 48.66809, -1.60904 48.66809, -1.60904 48.66809, -1.60904 48.66809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12773'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72419 -1.60903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72419 -1.60903)"^^geo:wktLiteral ;
  geo-pos:lat "48.72419"^^xsd:decimal ;
  geo-pos:long "-1.60903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1155'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60903'^^xsd:double;
  dwc:latitude '48.72419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60903 48.72419, -1.60903 48.72419, -1.60903 48.72419, -1.60903 48.72419, -1.60903 48.72419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1155'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66703 -1.60902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66703 -1.60902)"^^geo:wktLiteral ;
  geo-pos:lat "48.66703"^^xsd:decimal ;
  geo-pos:long "-1.60902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10194'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60902'^^xsd:double;
  dwc:latitude '48.66703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60902 48.66703, -1.60902 48.66703, -1.60902 48.66703, -1.60902 48.66703, -1.60902 48.66703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10194'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70102 -1.60902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_86>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70102 -1.60902)"^^geo:wktLiteral ;
  geo-pos:lat "48.70102"^^xsd:decimal ;
  geo-pos:long "-1.60902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_86'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_86'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60902'^^xsd:double;
  dwc:latitude '48.70102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60902 48.70102, -1.60902 48.70102, -1.60902 48.70102, -1.60902 48.70102, -1.60902 48.70102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_86'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66333 -1.60899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66333 -1.60899)"^^geo:wktLiteral ;
  geo-pos:lat "48.66333"^^xsd:decimal ;
  geo-pos:long "-1.60899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12637'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60899'^^xsd:double;
  dwc:latitude '48.66333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60899 48.66333, -1.60899 48.66333, -1.60899 48.66333, -1.60899 48.66333, -1.60899 48.66333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12637'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73899 -1.60899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73899 -1.60899)"^^geo:wktLiteral ;
  geo-pos:lat "48.73899"^^xsd:decimal ;
  geo-pos:long "-1.60899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9545'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60899'^^xsd:double;
  dwc:latitude '48.73899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60899 48.73899, -1.60899 48.73899, -1.60899 48.73899, -1.60899 48.73899, -1.60899 48.73899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9545'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71023 -1.60896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_70>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71023 -1.60896)"^^geo:wktLiteral ;
  geo-pos:lat "48.71023"^^xsd:decimal ;
  geo-pos:long "-1.60896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_70'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_70'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60896'^^xsd:double;
  dwc:latitude '48.71023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60896 48.71023, -1.60896 48.71023, -1.60896 48.71023, -1.60896 48.71023, -1.60896 48.71023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_70'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72541 -1.60896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72541 -1.60896)"^^geo:wktLiteral ;
  geo-pos:lat "48.72541"^^xsd:decimal ;
  geo-pos:long "-1.60896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9397'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60896'^^xsd:double;
  dwc:latitude '48.72541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60896 48.72541, -1.60896 48.72541, -1.60896 48.72541, -1.60896 48.72541, -1.60896 48.72541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9397'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6683 -1.60894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6683 -1.60894)"^^geo:wktLiteral ;
  geo-pos:lat "48.6683"^^xsd:decimal ;
  geo-pos:long "-1.60894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13298'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60894'^^xsd:double;
  dwc:latitude '48.6683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60894 48.6683, -1.60894 48.6683, -1.60894 48.6683, -1.60894 48.6683, -1.60894 48.6683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13298'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66917 -1.60893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66917 -1.60893)"^^geo:wktLiteral ;
  geo-pos:lat "48.66917"^^xsd:decimal ;
  geo-pos:long "-1.60893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10734'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60893'^^xsd:double;
  dwc:latitude '48.66917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60893 48.66917, -1.60893 48.66917, -1.60893 48.66917, -1.60893 48.66917, -1.60893 48.66917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10734'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74868 -1.6089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74868"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74868 -1.6089)"^^geo:wktLiteral ;
  geo-pos:lat "48.74868"^^xsd:decimal ;
  geo-pos:long "-1.6089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_794'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6089'^^xsd:double;
  dwc:latitude '48.74868'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6089 48.74868, -1.6089 48.74868, -1.6089 48.74868, -1.6089 48.74868, -1.6089 48.74868))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_794'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66641 -1.60887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66641 -1.60887)"^^geo:wktLiteral ;
  geo-pos:lat "48.66641"^^xsd:decimal ;
  geo-pos:long "-1.60887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2804'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60887'^^xsd:double;
  dwc:latitude '48.66641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60887 48.66641, -1.60887 48.66641, -1.60887 48.66641, -1.60887 48.66641, -1.60887 48.66641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2804'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66789 -1.60884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66789 -1.60884)"^^geo:wktLiteral ;
  geo-pos:lat "48.66789"^^xsd:decimal ;
  geo-pos:long "-1.60884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8983'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60884'^^xsd:double;
  dwc:latitude '48.66789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60884 48.66789, -1.60884 48.66789, -1.60884 48.66789, -1.60884 48.66789, -1.60884 48.66789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8983'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67171 -1.60883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67171"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67171 -1.60883)"^^geo:wktLiteral ;
  geo-pos:lat "48.67171"^^xsd:decimal ;
  geo-pos:long "-1.60883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10711'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60883'^^xsd:double;
  dwc:latitude '48.67171'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60883 48.67171, -1.60883 48.67171, -1.60883 48.67171, -1.60883 48.67171, -1.60883 48.67171))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10711'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66328 -1.60881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66328 -1.60881)"^^geo:wktLiteral ;
  geo-pos:lat "48.66328"^^xsd:decimal ;
  geo-pos:long "-1.60881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10641'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60881'^^xsd:double;
  dwc:latitude '48.66328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60881 48.66328, -1.60881 48.66328, -1.60881 48.66328, -1.60881 48.66328, -1.60881 48.66328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10641'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73145 -1.60879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73145 -1.60879)"^^geo:wktLiteral ;
  geo-pos:lat "48.73145"^^xsd:decimal ;
  geo-pos:long "-1.60879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9513'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60879'^^xsd:double;
  dwc:latitude '48.73145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60879 48.73145, -1.60879 48.73145, -1.60879 48.73145, -1.60879 48.73145, -1.60879 48.73145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9513'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64033 -1.60878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64033 -1.60878)"^^geo:wktLiteral ;
  geo-pos:lat "48.64033"^^xsd:decimal ;
  geo-pos:long "-1.60878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13048'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60878'^^xsd:double;
  dwc:latitude '48.64033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60878 48.64033, -1.60878 48.64033, -1.60878 48.64033, -1.60878 48.64033, -1.60878 48.64033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13048'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.671 -1.60877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.671 -1.60877)"^^geo:wktLiteral ;
  geo-pos:lat "48.671"^^xsd:decimal ;
  geo-pos:long "-1.60877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6287'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60877'^^xsd:double;
  dwc:latitude '48.671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60877 48.671, -1.60877 48.671, -1.60877 48.671, -1.60877 48.671, -1.60877 48.671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6287'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6676 -1.60876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6676 -1.60876)"^^geo:wktLiteral ;
  geo-pos:lat "48.6676"^^xsd:decimal ;
  geo-pos:long "-1.60876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9426'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60876'^^xsd:double;
  dwc:latitude '48.6676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60876 48.6676, -1.60876 48.6676, -1.60876 48.6676, -1.60876 48.6676, -1.60876 48.6676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9426'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65838 -1.60875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65838"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65838 -1.60875)"^^geo:wktLiteral ;
  geo-pos:lat "48.65838"^^xsd:decimal ;
  geo-pos:long "-1.60875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12331'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60875'^^xsd:double;
  dwc:latitude '48.65838'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60875 48.65838, -1.60875 48.65838, -1.60875 48.65838, -1.60875 48.65838, -1.60875 48.65838))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12331'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66076 -1.60874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66076"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66076 -1.60874)"^^geo:wktLiteral ;
  geo-pos:lat "48.66076"^^xsd:decimal ;
  geo-pos:long "-1.60874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13482'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60874'^^xsd:double;
  dwc:latitude '48.66076'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60874 48.66076, -1.60874 48.66076, -1.60874 48.66076, -1.60874 48.66076, -1.60874 48.66076))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13482'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66862 -1.60866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66862 -1.60866)"^^geo:wktLiteral ;
  geo-pos:lat "48.66862"^^xsd:decimal ;
  geo-pos:long "-1.60866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12370'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60866'^^xsd:double;
  dwc:latitude '48.66862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60866 48.66862, -1.60866 48.66862, -1.60866 48.66862, -1.60866 48.66862, -1.60866 48.66862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12370'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75288 -1.60864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75288 -1.60864)"^^geo:wktLiteral ;
  geo-pos:lat "48.75288"^^xsd:decimal ;
  geo-pos:long "-1.60864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9906'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60864'^^xsd:double;
  dwc:latitude '48.75288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60864 48.75288, -1.60864 48.75288, -1.60864 48.75288, -1.60864 48.75288, -1.60864 48.75288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9906'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66818 -1.60863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66818 -1.60863)"^^geo:wktLiteral ;
  geo-pos:lat "48.66818"^^xsd:decimal ;
  geo-pos:long "-1.60863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2772'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60863'^^xsd:double;
  dwc:latitude '48.66818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60863 48.66818, -1.60863 48.66818, -1.60863 48.66818, -1.60863 48.66818, -1.60863 48.66818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2772'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66285 -1.6086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66285 -1.6086)"^^geo:wktLiteral ;
  geo-pos:lat "48.66285"^^xsd:decimal ;
  geo-pos:long "-1.6086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12638'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6086'^^xsd:double;
  dwc:latitude '48.66285'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6086 48.66285, -1.6086 48.66285, -1.6086 48.66285, -1.6086 48.66285, -1.6086 48.66285))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12638'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65756 -1.60859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65756 -1.60859)"^^geo:wktLiteral ;
  geo-pos:lat "48.65756"^^xsd:decimal ;
  geo-pos:long "-1.60859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12304'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60859'^^xsd:double;
  dwc:latitude '48.65756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60859 48.65756, -1.60859 48.65756, -1.60859 48.65756, -1.60859 48.65756, -1.60859 48.65756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12304'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68931 -1.60859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68931"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68931 -1.60859)"^^geo:wktLiteral ;
  geo-pos:lat "48.68931"^^xsd:decimal ;
  geo-pos:long "-1.60859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1730'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60859'^^xsd:double;
  dwc:latitude '48.68931'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60859 48.68931, -1.60859 48.68931, -1.60859 48.68931, -1.60859 48.68931, -1.60859 48.68931))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1730'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71677 -1.60858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71677 -1.60858)"^^geo:wktLiteral ;
  geo-pos:lat "48.71677"^^xsd:decimal ;
  geo-pos:long "-1.60858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7823'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60858'^^xsd:double;
  dwc:latitude '48.71677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60858 48.71677, -1.60858 48.71677, -1.60858 48.71677, -1.60858 48.71677, -1.60858 48.71677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7823'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6672 -1.60857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6672 -1.60857)"^^geo:wktLiteral ;
  geo-pos:lat "48.6672"^^xsd:decimal ;
  geo-pos:long "-1.60857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10364'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60857'^^xsd:double;
  dwc:latitude '48.6672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60857 48.6672, -1.60857 48.6672, -1.60857 48.6672, -1.60857 48.6672, -1.60857 48.6672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10364'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70524 -1.60856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70524 -1.60856)"^^geo:wktLiteral ;
  geo-pos:lat "48.70524"^^xsd:decimal ;
  geo-pos:long "-1.60856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7614'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60856'^^xsd:double;
  dwc:latitude '48.70524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60856 48.70524, -1.60856 48.70524, -1.60856 48.70524, -1.60856 48.70524, -1.60856 48.70524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7614'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66782 -1.60855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66782 -1.60855)"^^geo:wktLiteral ;
  geo-pos:lat "48.66782"^^xsd:decimal ;
  geo-pos:long "-1.60855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9425'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60855'^^xsd:double;
  dwc:latitude '48.66782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60855 48.66782, -1.60855 48.66782, -1.60855 48.66782, -1.60855 48.66782, -1.60855 48.66782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9425'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6936 -1.60855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6936 -1.60855)"^^geo:wktLiteral ;
  geo-pos:lat "48.6936"^^xsd:decimal ;
  geo-pos:long "-1.60855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6077'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60855'^^xsd:double;
  dwc:latitude '48.6936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60855 48.6936, -1.60855 48.6936, -1.60855 48.6936, -1.60855 48.6936, -1.60855 48.6936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6077'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65786 -1.60854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65786 -1.60854)"^^geo:wktLiteral ;
  geo-pos:lat "48.65786"^^xsd:decimal ;
  geo-pos:long "-1.60854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12655'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60854'^^xsd:double;
  dwc:latitude '48.65786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60854 48.65786, -1.60854 48.65786, -1.60854 48.65786, -1.60854 48.65786, -1.60854 48.65786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12655'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66715 -1.60853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66715 -1.60853)"^^geo:wktLiteral ;
  geo-pos:lat "48.66715"^^xsd:decimal ;
  geo-pos:long "-1.60853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10299'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60853'^^xsd:double;
  dwc:latitude '48.66715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60853 48.66715, -1.60853 48.66715, -1.60853 48.66715, -1.60853 48.66715, -1.60853 48.66715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10299'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68024 -1.6085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68024"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68024 -1.6085)"^^geo:wktLiteral ;
  geo-pos:lat "48.68024"^^xsd:decimal ;
  geo-pos:long "-1.6085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6347'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6085'^^xsd:double;
  dwc:latitude '48.68024'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6085 48.68024, -1.6085 48.68024, -1.6085 48.68024, -1.6085 48.68024, -1.6085 48.68024))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6347'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73859 -1.60849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73859 -1.60849)"^^geo:wktLiteral ;
  geo-pos:lat "48.73859"^^xsd:decimal ;
  geo-pos:long "-1.60849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2422'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60849'^^xsd:double;
  dwc:latitude '48.73859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60849 48.73859, -1.60849 48.73859, -1.60849 48.73859, -1.60849 48.73859, -1.60849 48.73859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2422'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70956 -1.60846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70956 -1.60846)"^^geo:wktLiteral ;
  geo-pos:lat "48.70956"^^xsd:decimal ;
  geo-pos:long "-1.60846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9804'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60846'^^xsd:double;
  dwc:latitude '48.70956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60846 48.70956, -1.60846 48.70956, -1.60846 48.70956, -1.60846 48.70956, -1.60846 48.70956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9804'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65073 -1.60845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65073 -1.60845)"^^geo:wktLiteral ;
  geo-pos:lat "48.65073"^^xsd:decimal ;
  geo-pos:long "-1.60845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13612'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60845'^^xsd:double;
  dwc:latitude '48.65073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60845 48.65073, -1.60845 48.65073, -1.60845 48.65073, -1.60845 48.65073, -1.60845 48.65073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13612'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66561 -1.60845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66561 -1.60845)"^^geo:wktLiteral ;
  geo-pos:lat "48.66561"^^xsd:decimal ;
  geo-pos:long "-1.60845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13553'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60845'^^xsd:double;
  dwc:latitude '48.66561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60845 48.66561, -1.60845 48.66561, -1.60845 48.66561, -1.60845 48.66561, -1.60845 48.66561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13553'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68415 -1.60844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68415 -1.60844)"^^geo:wktLiteral ;
  geo-pos:lat "48.68415"^^xsd:decimal ;
  geo-pos:long "-1.60844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10020'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60844'^^xsd:double;
  dwc:latitude '48.68415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60844 48.68415, -1.60844 48.68415, -1.60844 48.68415, -1.60844 48.68415, -1.60844 48.68415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10020'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70145 -1.60843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70145 -1.60843)"^^geo:wktLiteral ;
  geo-pos:lat "48.70145"^^xsd:decimal ;
  geo-pos:long "-1.60843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2333'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60843'^^xsd:double;
  dwc:latitude '48.70145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60843 48.70145, -1.60843 48.70145, -1.60843 48.70145, -1.60843 48.70145, -1.60843 48.70145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2333'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.60842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.60842)"^^geo:wktLiteral ;
  geo-pos:lat "48.66814"^^xsd:decimal ;
  geo-pos:long "-1.60842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13032'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60842'^^xsd:double;
  dwc:latitude '48.66814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60842 48.66814, -1.60842 48.66814, -1.60842 48.66814, -1.60842 48.66814, -1.60842 48.66814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13032'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.60841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.60841)"^^geo:wktLiteral ;
  geo-pos:lat "48.66758"^^xsd:decimal ;
  geo-pos:long "-1.60841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_9487'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60841'^^xsd:double;
  dwc:latitude '48.66758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60841 48.66758, -1.60841 48.66758, -1.60841 48.66758, -1.60841 48.66758, -1.60841 48.66758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9487'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72419 -1.60839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72419 -1.60839)"^^geo:wktLiteral ;
  geo-pos:lat "48.72419"^^xsd:decimal ;
  geo-pos:long "-1.60839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9382'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60839'^^xsd:double;
  dwc:latitude '48.72419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60839 48.72419, -1.60839 48.72419, -1.60839 48.72419, -1.60839 48.72419, -1.60839 48.72419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9382'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66727 -1.60838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66727 -1.60838)"^^geo:wktLiteral ;
  geo-pos:lat "48.66727"^^xsd:decimal ;
  geo-pos:long "-1.60838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10421'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60838'^^xsd:double;
  dwc:latitude '48.66727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60838 48.66727, -1.60838 48.66727, -1.60838 48.66727, -1.60838 48.66727, -1.60838 48.66727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10421'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70521 -1.60836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_91>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70521 -1.60836)"^^geo:wktLiteral ;
  geo-pos:lat "48.70521"^^xsd:decimal ;
  geo-pos:long "-1.60836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_91'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_91'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60836'^^xsd:double;
  dwc:latitude '48.70521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60836 48.70521, -1.60836 48.70521, -1.60836 48.70521, -1.60836 48.70521, -1.60836 48.70521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_91'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75039 -1.60836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75039 -1.60836)"^^geo:wktLiteral ;
  geo-pos:lat "48.75039"^^xsd:decimal ;
  geo-pos:long "-1.60836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7710'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60836'^^xsd:double;
  dwc:latitude '48.75039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60836 48.75039, -1.60836 48.75039, -1.60836 48.75039, -1.60836 48.75039, -1.60836 48.75039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7710'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67195 -1.60835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67195 -1.60835)"^^geo:wktLiteral ;
  geo-pos:lat "48.67195"^^xsd:decimal ;
  geo-pos:long "-1.60835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10023'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60835'^^xsd:double;
  dwc:latitude '48.67195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60835 48.67195, -1.60835 48.67195, -1.60835 48.67195, -1.60835 48.67195, -1.60835 48.67195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10023'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66805 -1.60831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66805 -1.60831)"^^geo:wktLiteral ;
  geo-pos:lat "48.66805"^^xsd:decimal ;
  geo-pos:long "-1.60831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12014'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60831'^^xsd:double;
  dwc:latitude '48.66805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60831 48.66805, -1.60831 48.66805, -1.60831 48.66805, -1.60831 48.66805, -1.60831 48.66805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12014'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71437 -1.6083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71437 -1.6083)"^^geo:wktLiteral ;
  geo-pos:lat "48.71437"^^xsd:decimal ;
  geo-pos:long "-1.6083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8123'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6083'^^xsd:double;
  dwc:latitude '48.71437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6083 48.71437, -1.6083 48.71437, -1.6083 48.71437, -1.6083 48.71437, -1.6083 48.71437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8123'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66738 -1.60828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66738"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66738 -1.60828)"^^geo:wktLiteral ;
  geo-pos:lat "48.66738"^^xsd:decimal ;
  geo-pos:long "-1.60828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10422'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60828'^^xsd:double;
  dwc:latitude '48.66738'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60828 48.66738, -1.60828 48.66738, -1.60828 48.66738, -1.60828 48.66738, -1.60828 48.66738))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10422'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6676 -1.60828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6676 -1.60828)"^^geo:wktLiteral ;
  geo-pos:lat "48.6676"^^xsd:decimal ;
  geo-pos:long "-1.60828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_13001'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60828'^^xsd:double;
  dwc:latitude '48.6676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60828 48.6676, -1.60828 48.6676, -1.60828 48.6676, -1.60828 48.6676, -1.60828 48.6676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13001'^^xsd:string;
  dwc:observationDate '2008-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70494 -1.60827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70494"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70494 -1.60827)"^^geo:wktLiteral ;
  geo-pos:lat "48.70494"^^xsd:decimal ;
  geo-pos:long "-1.60827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10539'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60827'^^xsd:double;
  dwc:latitude '48.70494'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60827 48.70494, -1.60827 48.70494, -1.60827 48.70494, -1.60827 48.70494, -1.60827 48.70494))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10539'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74022 -1.60826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74022 -1.60826)"^^geo:wktLiteral ;
  geo-pos:lat "48.74022"^^xsd:decimal ;
  geo-pos:long "-1.60826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13677'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60826'^^xsd:double;
  dwc:latitude '48.74022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60826 48.74022, -1.60826 48.74022, -1.60826 48.74022, -1.60826 48.74022, -1.60826 48.74022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13677'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66832 -1.60822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66832 -1.60822)"^^geo:wktLiteral ;
  geo-pos:lat "48.66832"^^xsd:decimal ;
  geo-pos:long "-1.60822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12276'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60822'^^xsd:double;
  dwc:latitude '48.66832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60822 48.66832, -1.60822 48.66832, -1.60822 48.66832, -1.60822 48.66832, -1.60822 48.66832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12276'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69672 -1.6082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69672 -1.6082)"^^geo:wktLiteral ;
  geo-pos:lat "48.69672"^^xsd:decimal ;
  geo-pos:long "-1.6082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6574'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6082'^^xsd:double;
  dwc:latitude '48.69672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6082 48.69672, -1.6082 48.69672, -1.6082 48.69672, -1.6082 48.69672, -1.6082 48.69672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6574'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68859 -1.60818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68859 -1.60818)"^^geo:wktLiteral ;
  geo-pos:lat "48.68859"^^xsd:decimal ;
  geo-pos:long "-1.60818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7099'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60818'^^xsd:double;
  dwc:latitude '48.68859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60818 48.68859, -1.60818 48.68859, -1.60818 48.68859, -1.60818 48.68859, -1.60818 48.68859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7099'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64893 -1.60811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64893 -1.60811)"^^geo:wktLiteral ;
  geo-pos:lat "48.64893"^^xsd:decimal ;
  geo-pos:long "-1.60811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12507'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60811'^^xsd:double;
  dwc:latitude '48.64893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60811 48.64893, -1.60811 48.64893, -1.60811 48.64893, -1.60811 48.64893, -1.60811 48.64893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12507'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.60811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.60811)"^^geo:wktLiteral ;
  geo-pos:lat "48.66845"^^xsd:decimal ;
  geo-pos:long "-1.60811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12772'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60811'^^xsd:double;
  dwc:latitude '48.66845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60811 48.66845, -1.60811 48.66845, -1.60811 48.66845, -1.60811 48.66845, -1.60811 48.66845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12772'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66916 -1.60811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66916 -1.60811)"^^geo:wktLiteral ;
  geo-pos:lat "48.66916"^^xsd:decimal ;
  geo-pos:long "-1.60811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10063'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60811'^^xsd:double;
  dwc:latitude '48.66916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60811 48.66916, -1.60811 48.66916, -1.60811 48.66916, -1.60811 48.66916, -1.60811 48.66916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10063'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.6081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.6081)"^^geo:wktLiteral ;
  geo-pos:lat "48.7064"^^xsd:decimal ;
  geo-pos:long "-1.6081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10097'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6081'^^xsd:double;
  dwc:latitude '48.7064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6081 48.7064, -1.6081 48.7064, -1.6081 48.7064, -1.6081 48.7064, -1.6081 48.7064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10097'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66972 -1.60809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66972 -1.60809)"^^geo:wktLiteral ;
  geo-pos:lat "48.66972"^^xsd:decimal ;
  geo-pos:long "-1.60809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8312'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60809'^^xsd:double;
  dwc:latitude '48.66972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60809 48.66972, -1.60809 48.66972, -1.60809 48.66972, -1.60809 48.66972, -1.60809 48.66972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8312'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66413 -1.60808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66413 -1.60808)"^^geo:wktLiteral ;
  geo-pos:lat "48.66413"^^xsd:decimal ;
  geo-pos:long "-1.60808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2145'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60808'^^xsd:double;
  dwc:latitude '48.66413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60808 48.66413, -1.60808 48.66413, -1.60808 48.66413, -1.60808 48.66413, -1.60808 48.66413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2145'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66819 -1.60808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66819 -1.60808)"^^geo:wktLiteral ;
  geo-pos:lat "48.66819"^^xsd:decimal ;
  geo-pos:long "-1.60808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9159'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60808'^^xsd:double;
  dwc:latitude '48.66819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60808 48.66819, -1.60808 48.66819, -1.60808 48.66819, -1.60808 48.66819, -1.60808 48.66819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9159'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72916 -1.60806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72916 -1.60806)"^^geo:wktLiteral ;
  geo-pos:lat "48.72916"^^xsd:decimal ;
  geo-pos:long "-1.60806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8545'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60806'^^xsd:double;
  dwc:latitude '48.72916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60806 48.72916, -1.60806 48.72916, -1.60806 48.72916, -1.60806 48.72916, -1.60806 48.72916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8545'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71017 -1.60804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_69>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71017 -1.60804)"^^geo:wktLiteral ;
  geo-pos:lat "48.71017"^^xsd:decimal ;
  geo-pos:long "-1.60804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_69'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_69'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60804'^^xsd:double;
  dwc:latitude '48.71017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60804 48.71017, -1.60804 48.71017, -1.60804 48.71017, -1.60804 48.71017, -1.60804 48.71017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_69'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71938 -1.60802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71938 -1.60802)"^^geo:wktLiteral ;
  geo-pos:lat "48.71938"^^xsd:decimal ;
  geo-pos:long "-1.60802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9374'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60802'^^xsd:double;
  dwc:latitude '48.71938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60802 48.71938, -1.60802 48.71938, -1.60802 48.71938, -1.60802 48.71938, -1.60802 48.71938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9374'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71661 -1.60801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71661 -1.60801)"^^geo:wktLiteral ;
  geo-pos:lat "48.71661"^^xsd:decimal ;
  geo-pos:long "-1.60801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7934'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60801'^^xsd:double;
  dwc:latitude '48.71661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60801 48.71661, -1.60801 48.71661, -1.60801 48.71661, -1.60801 48.71661, -1.60801 48.71661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7934'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66152 -1.608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66152"^^xsd:decimal ;
  dwc:decimalLongitude "-1.608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66152 -1.608)"^^geo:wktLiteral ;
  geo-pos:lat "48.66152"^^xsd:decimal ;
  geo-pos:long "-1.608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2790'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.608'^^xsd:double;
  dwc:latitude '48.66152'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.608 48.66152, -1.608 48.66152, -1.608 48.66152, -1.608 48.66152, -1.608 48.66152))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2790'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64079 -1.60799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64079 -1.60799)"^^geo:wktLiteral ;
  geo-pos:lat "48.64079"^^xsd:decimal ;
  geo-pos:long "-1.60799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12938'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60799'^^xsd:double;
  dwc:latitude '48.64079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60799 48.64079, -1.60799 48.64079, -1.60799 48.64079, -1.60799 48.64079, -1.60799 48.64079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12938'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66262 -1.60799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66262"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66262 -1.60799)"^^geo:wktLiteral ;
  geo-pos:lat "48.66262"^^xsd:decimal ;
  geo-pos:long "-1.60799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6803'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60799'^^xsd:double;
  dwc:latitude '48.66262'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60799 48.66262, -1.60799 48.66262, -1.60799 48.66262, -1.60799 48.66262, -1.60799 48.66262))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6803'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70799 -1.60796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70799 -1.60796)"^^geo:wktLiteral ;
  geo-pos:lat "48.70799"^^xsd:decimal ;
  geo-pos:long "-1.60796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10514'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60796'^^xsd:double;
  dwc:latitude '48.70799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60796 48.70799, -1.60796 48.70799, -1.60796 48.70799, -1.60796 48.70799, -1.60796 48.70799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10514'^^xsd:string;
  dwc:observationDate '2008-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69422 -1.60794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69422 -1.60794)"^^geo:wktLiteral ;
  geo-pos:lat "48.69422"^^xsd:decimal ;
  geo-pos:long "-1.60794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5580'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60794'^^xsd:double;
  dwc:latitude '48.69422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60794 48.69422, -1.60794 48.69422, -1.60794 48.69422, -1.60794 48.69422, -1.60794 48.69422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5580'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66354 -1.60793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_97>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66354 -1.60793)"^^geo:wktLiteral ;
  geo-pos:lat "48.66354"^^xsd:decimal ;
  geo-pos:long "-1.60793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_97'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_97'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60793'^^xsd:double;
  dwc:latitude '48.66354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60793 48.66354, -1.60793 48.66354, -1.60793 48.66354, -1.60793 48.66354, -1.60793 48.66354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_97'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73893 -1.60788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73893 -1.60788)"^^geo:wktLiteral ;
  geo-pos:lat "48.73893"^^xsd:decimal ;
  geo-pos:long "-1.60788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4526'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60788'^^xsd:double;
  dwc:latitude '48.73893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60788 48.73893, -1.60788 48.73893, -1.60788 48.73893, -1.60788 48.73893, -1.60788 48.73893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4526'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69921 -1.60786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69921 -1.60786)"^^geo:wktLiteral ;
  geo-pos:lat "48.69921"^^xsd:decimal ;
  geo-pos:long "-1.60786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5640'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60786'^^xsd:double;
  dwc:latitude '48.69921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60786 48.69921, -1.60786 48.69921, -1.60786 48.69921, -1.60786 48.69921, -1.60786 48.69921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5640'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70436 -1.60786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70436 -1.60786)"^^geo:wktLiteral ;
  geo-pos:lat "48.70436"^^xsd:decimal ;
  geo-pos:long "-1.60786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3711'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60786'^^xsd:double;
  dwc:latitude '48.70436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60786 48.70436, -1.60786 48.70436, -1.60786 48.70436, -1.60786 48.70436, -1.60786 48.70436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3711'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72062 -1.60785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72062 -1.60785)"^^geo:wktLiteral ;
  geo-pos:lat "48.72062"^^xsd:decimal ;
  geo-pos:long "-1.60785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1156'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60785'^^xsd:double;
  dwc:latitude '48.72062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60785 48.72062, -1.60785 48.72062, -1.60785 48.72062, -1.60785 48.72062, -1.60785 48.72062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1156'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70346 -1.60784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70346 -1.60784)"^^geo:wktLiteral ;
  geo-pos:lat "48.70346"^^xsd:decimal ;
  geo-pos:long "-1.60784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7919'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60784'^^xsd:double;
  dwc:latitude '48.70346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60784 48.70346, -1.60784 48.70346, -1.60784 48.70346, -1.60784 48.70346, -1.60784 48.70346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7919'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70436 -1.60783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70436 -1.60783)"^^geo:wktLiteral ;
  geo-pos:lat "48.70436"^^xsd:decimal ;
  geo-pos:long "-1.60783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10540'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60783'^^xsd:double;
  dwc:latitude '48.70436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60783 48.70436, -1.60783 48.70436, -1.60783 48.70436, -1.60783 48.70436, -1.60783 48.70436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10540'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66759 -1.60782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66759 -1.60782)"^^geo:wktLiteral ;
  geo-pos:lat "48.66759"^^xsd:decimal ;
  geo-pos:long "-1.60782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9862'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60782'^^xsd:double;
  dwc:latitude '48.66759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60782 48.66759, -1.60782 48.66759, -1.60782 48.66759, -1.60782 48.66759, -1.60782 48.66759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9862'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70146 -1.60782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70146 -1.60782)"^^geo:wktLiteral ;
  geo-pos:lat "48.70146"^^xsd:decimal ;
  geo-pos:long "-1.60782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6954'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60782'^^xsd:double;
  dwc:latitude '48.70146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60782 48.70146, -1.60782 48.70146, -1.60782 48.70146, -1.60782 48.70146, -1.60782 48.70146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6954'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7482 -1.60778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7482 -1.60778)"^^geo:wktLiteral ;
  geo-pos:lat "48.7482"^^xsd:decimal ;
  geo-pos:long "-1.60778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_768'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60778'^^xsd:double;
  dwc:latitude '48.7482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60778 48.7482, -1.60778 48.7482, -1.60778 48.7482, -1.60778 48.7482, -1.60778 48.7482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_768'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66809 -1.60777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66809 -1.60777)"^^geo:wktLiteral ;
  geo-pos:lat "48.66809"^^xsd:decimal ;
  geo-pos:long "-1.60777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13174'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60777'^^xsd:double;
  dwc:latitude '48.66809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60777 48.66809, -1.60777 48.66809, -1.60777 48.66809, -1.60777 48.66809, -1.60777 48.66809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13174'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69204 -1.60776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69204 -1.60776)"^^geo:wktLiteral ;
  geo-pos:lat "48.69204"^^xsd:decimal ;
  geo-pos:long "-1.60776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3586'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60776'^^xsd:double;
  dwc:latitude '48.69204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60776 48.69204, -1.60776 48.69204, -1.60776 48.69204, -1.60776 48.69204, -1.60776 48.69204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3586'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.60774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.60774)"^^geo:wktLiteral ;
  geo-pos:lat "48.66758"^^xsd:decimal ;
  geo-pos:long "-1.60774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10046'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60774'^^xsd:double;
  dwc:latitude '48.66758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60774 48.66758, -1.60774 48.66758, -1.60774 48.66758, -1.60774 48.66758, -1.60774 48.66758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10046'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68861 -1.60774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68861 -1.60774)"^^geo:wktLiteral ;
  geo-pos:lat "48.68861"^^xsd:decimal ;
  geo-pos:long "-1.60774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5491'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60774'^^xsd:double;
  dwc:latitude '48.68861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60774 48.68861, -1.60774 48.68861, -1.60774 48.68861, -1.60774 48.68861, -1.60774 48.68861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5491'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74032 -1.60774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74032 -1.60774)"^^geo:wktLiteral ;
  geo-pos:lat "48.74032"^^xsd:decimal ;
  geo-pos:long "-1.60774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5423'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60774'^^xsd:double;
  dwc:latitude '48.74032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60774 48.74032, -1.60774 48.74032, -1.60774 48.74032, -1.60774 48.74032, -1.60774 48.74032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5423'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66683 -1.6076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66683 -1.6076)"^^geo:wktLiteral ;
  geo-pos:lat "48.66683"^^xsd:decimal ;
  geo-pos:long "-1.6076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6055'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6076'^^xsd:double;
  dwc:latitude '48.66683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6076 48.66683, -1.6076 48.66683, -1.6076 48.66683, -1.6076 48.66683, -1.6076 48.66683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6055'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.60759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.60759)"^^geo:wktLiteral ;
  geo-pos:lat "48.65957"^^xsd:decimal ;
  geo-pos:long "-1.60759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7656'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60759'^^xsd:double;
  dwc:latitude '48.65957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60759 48.65957, -1.60759 48.65957, -1.60759 48.65957, -1.60759 48.65957, -1.60759 48.65957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7656'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66496 -1.60758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66496 -1.60758)"^^geo:wktLiteral ;
  geo-pos:lat "48.66496"^^xsd:decimal ;
  geo-pos:long "-1.60758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5315'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60758'^^xsd:double;
  dwc:latitude '48.66496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60758 48.66496, -1.60758 48.66496, -1.60758 48.66496, -1.60758 48.66496, -1.60758 48.66496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5315'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66703 -1.60758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66703 -1.60758)"^^geo:wktLiteral ;
  geo-pos:lat "48.66703"^^xsd:decimal ;
  geo-pos:long "-1.60758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10068'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60758'^^xsd:double;
  dwc:latitude '48.66703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60758 48.66703, -1.60758 48.66703, -1.60758 48.66703, -1.60758 48.66703, -1.60758 48.66703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10068'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68418 -1.60756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68418 -1.60756)"^^geo:wktLiteral ;
  geo-pos:lat "48.68418"^^xsd:decimal ;
  geo-pos:long "-1.60756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_821'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60756'^^xsd:double;
  dwc:latitude '48.68418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60756 48.68418, -1.60756 48.68418, -1.60756 48.68418, -1.60756 48.68418, -1.60756 48.68418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_821'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76298 -1.60756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76298 -1.60756)"^^geo:wktLiteral ;
  geo-pos:lat "48.76298"^^xsd:decimal ;
  geo-pos:long "-1.60756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9972'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60756'^^xsd:double;
  dwc:latitude '48.76298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60756 48.76298, -1.60756 48.76298, -1.60756 48.76298, -1.60756 48.76298, -1.60756 48.76298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9972'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67347 -1.60753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67347 -1.60753)"^^geo:wktLiteral ;
  geo-pos:lat "48.67347"^^xsd:decimal ;
  geo-pos:long "-1.60753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9881'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60753'^^xsd:double;
  dwc:latitude '48.67347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60753 48.67347, -1.60753 48.67347, -1.60753 48.67347, -1.60753 48.67347, -1.60753 48.67347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9881'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7022 -1.60745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7022 -1.60745)"^^geo:wktLiteral ;
  geo-pos:lat "48.7022"^^xsd:decimal ;
  geo-pos:long "-1.60745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8187'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60745'^^xsd:double;
  dwc:latitude '48.7022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60745 48.7022, -1.60745 48.7022, -1.60745 48.7022, -1.60745 48.7022, -1.60745 48.7022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8187'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6486 -1.60744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6486"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6486 -1.60744)"^^geo:wktLiteral ;
  geo-pos:lat "48.6486"^^xsd:decimal ;
  geo-pos:long "-1.60744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13059'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60744'^^xsd:double;
  dwc:latitude '48.6486'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60744 48.6486, -1.60744 48.6486, -1.60744 48.6486, -1.60744 48.6486, -1.60744 48.6486))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13059'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69208 -1.60744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69208"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69208 -1.60744)"^^geo:wktLiteral ;
  geo-pos:lat "48.69208"^^xsd:decimal ;
  geo-pos:long "-1.60744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5629'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60744'^^xsd:double;
  dwc:latitude '48.69208'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60744 48.69208, -1.60744 48.69208, -1.60744 48.69208, -1.60744 48.69208, -1.60744 48.69208))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5629'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69756 -1.60741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69756 -1.60741)"^^geo:wktLiteral ;
  geo-pos:lat "48.69756"^^xsd:decimal ;
  geo-pos:long "-1.60741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_131'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60741'^^xsd:double;
  dwc:latitude '48.69756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60741 48.69756, -1.60741 48.69756, -1.60741 48.69756, -1.60741 48.69756, -1.60741 48.69756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_131'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6379 -1.60738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6379 -1.60738)"^^geo:wktLiteral ;
  geo-pos:lat "48.6379"^^xsd:decimal ;
  geo-pos:long "-1.60738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10811'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60738'^^xsd:double;
  dwc:latitude '48.6379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60738 48.6379, -1.60738 48.6379, -1.60738 48.6379, -1.60738 48.6379, -1.60738 48.6379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10811'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74463 -1.60738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74463 -1.60738)"^^geo:wktLiteral ;
  geo-pos:lat "48.74463"^^xsd:decimal ;
  geo-pos:long "-1.60738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1136'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60738'^^xsd:double;
  dwc:latitude '48.74463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60738 48.74463, -1.60738 48.74463, -1.60738 48.74463, -1.60738 48.74463, -1.60738 48.74463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1136'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74087 -1.60737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74087 -1.60737)"^^geo:wktLiteral ;
  geo-pos:lat "48.74087"^^xsd:decimal ;
  geo-pos:long "-1.60737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_769'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60737'^^xsd:double;
  dwc:latitude '48.74087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60737 48.74087, -1.60737 48.74087, -1.60737 48.74087, -1.60737 48.74087, -1.60737 48.74087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_769'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75694 -1.60733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75694 -1.60733)"^^geo:wktLiteral ;
  geo-pos:lat "48.75694"^^xsd:decimal ;
  geo-pos:long "-1.60733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8820'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60733'^^xsd:double;
  dwc:latitude '48.75694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60733 48.75694, -1.60733 48.75694, -1.60733 48.75694, -1.60733 48.75694, -1.60733 48.75694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8820'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75529 -1.60732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75529 -1.60732)"^^geo:wktLiteral ;
  geo-pos:lat "48.75529"^^xsd:decimal ;
  geo-pos:long "-1.60732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9962'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60732'^^xsd:double;
  dwc:latitude '48.75529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60732 48.75529, -1.60732 48.75529, -1.60732 48.75529, -1.60732 48.75529, -1.60732 48.75529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9962'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69104 -1.6073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69104 -1.6073)"^^geo:wktLiteral ;
  geo-pos:lat "48.69104"^^xsd:decimal ;
  geo-pos:long "-1.6073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_437'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6073'^^xsd:double;
  dwc:latitude '48.69104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6073 48.69104, -1.6073 48.69104, -1.6073 48.69104, -1.6073 48.69104, -1.6073 48.69104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_437'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7108 -1.6073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7108 -1.6073)"^^geo:wktLiteral ;
  geo-pos:lat "48.7108"^^xsd:decimal ;
  geo-pos:long "-1.6073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8850'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6073'^^xsd:double;
  dwc:latitude '48.7108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6073 48.7108, -1.6073 48.7108, -1.6073 48.7108, -1.6073 48.7108, -1.6073 48.7108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8850'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72471 -1.60728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72471 -1.60728)"^^geo:wktLiteral ;
  geo-pos:lat "48.72471"^^xsd:decimal ;
  geo-pos:long "-1.60728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9208'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60728'^^xsd:double;
  dwc:latitude '48.72471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60728 48.72471, -1.60728 48.72471, -1.60728 48.72471, -1.60728 48.72471, -1.60728 48.72471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9208'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65871 -1.60727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65871"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65871 -1.60727)"^^geo:wktLiteral ;
  geo-pos:lat "48.65871"^^xsd:decimal ;
  geo-pos:long "-1.60727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2787'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60727'^^xsd:double;
  dwc:latitude '48.65871'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60727 48.65871, -1.60727 48.65871, -1.60727 48.65871, -1.60727 48.65871, -1.60727 48.65871))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2787'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73735 -1.60726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73735 -1.60726)"^^geo:wktLiteral ;
  geo-pos:lat "48.73735"^^xsd:decimal ;
  geo-pos:long "-1.60726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1900'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60726'^^xsd:double;
  dwc:latitude '48.73735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60726 48.73735, -1.60726 48.73735, -1.60726 48.73735, -1.60726 48.73735, -1.60726 48.73735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1900'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68897 -1.60724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68897 -1.60724)"^^geo:wktLiteral ;
  geo-pos:lat "48.68897"^^xsd:decimal ;
  geo-pos:long "-1.60724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2592'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60724'^^xsd:double;
  dwc:latitude '48.68897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60724 48.68897, -1.60724 48.68897, -1.60724 48.68897, -1.60724 48.68897, -1.60724 48.68897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2592'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69779 -1.60723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69779 -1.60723)"^^geo:wktLiteral ;
  geo-pos:lat "48.69779"^^xsd:decimal ;
  geo-pos:long "-1.60723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8851'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60723'^^xsd:double;
  dwc:latitude '48.69779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60723 48.69779, -1.60723 48.69779, -1.60723 48.69779, -1.60723 48.69779, -1.60723 48.69779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8851'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65078 -1.60722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65078 -1.60722)"^^geo:wktLiteral ;
  geo-pos:lat "48.65078"^^xsd:decimal ;
  geo-pos:long "-1.60722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12314'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60722'^^xsd:double;
  dwc:latitude '48.65078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60722 48.65078, -1.60722 48.65078, -1.60722 48.65078, -1.60722 48.65078, -1.60722 48.65078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12314'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66828 -1.60719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66828 -1.60719)"^^geo:wktLiteral ;
  geo-pos:lat "48.66828"^^xsd:decimal ;
  geo-pos:long "-1.60719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8973'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60719'^^xsd:double;
  dwc:latitude '48.66828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60719 48.66828, -1.60719 48.66828, -1.60719 48.66828, -1.60719 48.66828, -1.60719 48.66828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8973'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65668 -1.60718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65668 -1.60718)"^^geo:wktLiteral ;
  geo-pos:lat "48.65668"^^xsd:decimal ;
  geo-pos:long "-1.60718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12347'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60718'^^xsd:double;
  dwc:latitude '48.65668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60718 48.65668, -1.60718 48.65668, -1.60718 48.65668, -1.60718 48.65668, -1.60718 48.65668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12347'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70743 -1.60718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70743 -1.60718)"^^geo:wktLiteral ;
  geo-pos:lat "48.70743"^^xsd:decimal ;
  geo-pos:long "-1.60718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5782'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60718'^^xsd:double;
  dwc:latitude '48.70743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60718 48.70743, -1.60718 48.70743, -1.60718 48.70743, -1.60718 48.70743, -1.60718 48.70743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5782'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6498 -1.60714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6498 -1.60714)"^^geo:wktLiteral ;
  geo-pos:lat "48.6498"^^xsd:decimal ;
  geo-pos:long "-1.60714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12768'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60714'^^xsd:double;
  dwc:latitude '48.6498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60714 48.6498, -1.60714 48.6498, -1.60714 48.6498, -1.60714 48.6498, -1.60714 48.6498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12768'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65325 -1.60712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65325 -1.60712)"^^geo:wktLiteral ;
  geo-pos:lat "48.65325"^^xsd:decimal ;
  geo-pos:long "-1.60712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12903'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60712'^^xsd:double;
  dwc:latitude '48.65325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60712 48.65325, -1.60712 48.65325, -1.60712 48.65325, -1.60712 48.65325, -1.60712 48.65325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12903'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66031 -1.60712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66031 -1.60712)"^^geo:wktLiteral ;
  geo-pos:lat "48.66031"^^xsd:decimal ;
  geo-pos:long "-1.60712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11405'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60712'^^xsd:double;
  dwc:latitude '48.66031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60712 48.66031, -1.60712 48.66031, -1.60712 48.66031, -1.60712 48.66031, -1.60712 48.66031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11405'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6974 -1.60712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6974 -1.60712)"^^geo:wktLiteral ;
  geo-pos:lat "48.6974"^^xsd:decimal ;
  geo-pos:long "-1.60712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6371'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60712'^^xsd:double;
  dwc:latitude '48.6974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60712 48.6974, -1.60712 48.6974, -1.60712 48.6974, -1.60712 48.6974, -1.60712 48.6974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6371'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68656 -1.60711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68656 -1.60711)"^^geo:wktLiteral ;
  geo-pos:lat "48.68656"^^xsd:decimal ;
  geo-pos:long "-1.60711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4773'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60711'^^xsd:double;
  dwc:latitude '48.68656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60711 48.68656, -1.60711 48.68656, -1.60711 48.68656, -1.60711 48.68656, -1.60711 48.68656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4773'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64295 -1.60708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64295 -1.60708)"^^geo:wktLiteral ;
  geo-pos:lat "48.64295"^^xsd:decimal ;
  geo-pos:long "-1.60708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13419'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60708'^^xsd:double;
  dwc:latitude '48.64295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60708 48.64295, -1.60708 48.64295, -1.60708 48.64295, -1.60708 48.64295, -1.60708 48.64295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13419'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71146 -1.60707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71146 -1.60707)"^^geo:wktLiteral ;
  geo-pos:lat "48.71146"^^xsd:decimal ;
  geo-pos:long "-1.60707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11192'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60707'^^xsd:double;
  dwc:latitude '48.71146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60707 48.71146, -1.60707 48.71146, -1.60707 48.71146, -1.60707 48.71146, -1.60707 48.71146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11192'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71434 -1.60701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71434 -1.60701)"^^geo:wktLiteral ;
  geo-pos:lat "48.71434"^^xsd:decimal ;
  geo-pos:long "-1.60701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7939'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60701'^^xsd:double;
  dwc:latitude '48.71434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60701 48.71434, -1.60701 48.71434, -1.60701 48.71434, -1.60701 48.71434, -1.60701 48.71434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7939'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72209 -1.60699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72209 -1.60699)"^^geo:wktLiteral ;
  geo-pos:lat "48.72209"^^xsd:decimal ;
  geo-pos:long "-1.60699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10293'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60699'^^xsd:double;
  dwc:latitude '48.72209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60699 48.72209, -1.60699 48.72209, -1.60699 48.72209, -1.60699 48.72209, -1.60699 48.72209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10293'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66883 -1.60697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66883 -1.60697)"^^geo:wktLiteral ;
  geo-pos:lat "48.66883"^^xsd:decimal ;
  geo-pos:long "-1.60697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8836'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60697'^^xsd:double;
  dwc:latitude '48.66883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60697 48.66883, -1.60697 48.66883, -1.60697 48.66883, -1.60697 48.66883, -1.60697 48.66883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8836'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68841 -1.60697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68841 -1.60697)"^^geo:wktLiteral ;
  geo-pos:lat "48.68841"^^xsd:decimal ;
  geo-pos:long "-1.60697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3694'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60697'^^xsd:double;
  dwc:latitude '48.68841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60697 48.68841, -1.60697 48.68841, -1.60697 48.68841, -1.60697 48.68841, -1.60697 48.68841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3694'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73674 -1.60695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73674 -1.60695)"^^geo:wktLiteral ;
  geo-pos:lat "48.73674"^^xsd:decimal ;
  geo-pos:long "-1.60695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9754'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60695'^^xsd:double;
  dwc:latitude '48.73674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60695 48.73674, -1.60695 48.73674, -1.60695 48.73674, -1.60695 48.73674, -1.60695 48.73674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9754'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69274 -1.60693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69274 -1.60693)"^^geo:wktLiteral ;
  geo-pos:lat "48.69274"^^xsd:decimal ;
  geo-pos:long "-1.60693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5230'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60693'^^xsd:double;
  dwc:latitude '48.69274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60693 48.69274, -1.60693 48.69274, -1.60693 48.69274, -1.60693 48.69274, -1.60693 48.69274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5230'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66246 -1.60692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66246"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66246 -1.60692)"^^geo:wktLiteral ;
  geo-pos:lat "48.66246"^^xsd:decimal ;
  geo-pos:long "-1.60692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5317'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60692'^^xsd:double;
  dwc:latitude '48.66246'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60692 48.66246, -1.60692 48.66246, -1.60692 48.66246, -1.60692 48.66246, -1.60692 48.66246))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5317'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.673 -1.60692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.673 -1.60692)"^^geo:wktLiteral ;
  geo-pos:lat "48.673"^^xsd:decimal ;
  geo-pos:long "-1.60692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8367'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60692'^^xsd:double;
  dwc:latitude '48.673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60692 48.673, -1.60692 48.673, -1.60692 48.673, -1.60692 48.673, -1.60692 48.673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8367'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71585 -1.6069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71585 -1.6069)"^^geo:wktLiteral ;
  geo-pos:lat "48.71585"^^xsd:decimal ;
  geo-pos:long "-1.6069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7826'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6069'^^xsd:double;
  dwc:latitude '48.71585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6069 48.71585, -1.6069 48.71585, -1.6069 48.71585, -1.6069 48.71585, -1.6069 48.71585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7826'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72408 -1.6069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72408 -1.6069)"^^geo:wktLiteral ;
  geo-pos:lat "48.72408"^^xsd:decimal ;
  geo-pos:long "-1.6069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_9479'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6069'^^xsd:double;
  dwc:latitude '48.72408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6069 48.72408, -1.6069 48.72408, -1.6069 48.72408, -1.6069 48.72408, -1.6069 48.72408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9479'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65852 -1.60689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65852 -1.60689)"^^geo:wktLiteral ;
  geo-pos:lat "48.65852"^^xsd:decimal ;
  geo-pos:long "-1.60689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12360'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60689'^^xsd:double;
  dwc:latitude '48.65852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60689 48.65852, -1.60689 48.65852, -1.60689 48.65852, -1.60689 48.65852, -1.60689 48.65852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12360'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64179 -1.60688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64179 -1.60688)"^^geo:wktLiteral ;
  geo-pos:lat "48.64179"^^xsd:decimal ;
  geo-pos:long "-1.60688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13521'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60688'^^xsd:double;
  dwc:latitude '48.64179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60688 48.64179, -1.60688 48.64179, -1.60688 48.64179, -1.60688 48.64179, -1.60688 48.64179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13521'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70976 -1.60688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70976 -1.60688)"^^geo:wktLiteral ;
  geo-pos:lat "48.70976"^^xsd:decimal ;
  geo-pos:long "-1.60688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9669'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60688'^^xsd:double;
  dwc:latitude '48.70976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60688 48.70976, -1.60688 48.70976, -1.60688 48.70976, -1.60688 48.70976, -1.60688 48.70976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9669'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66229 -1.60685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66229 -1.60685)"^^geo:wktLiteral ;
  geo-pos:lat "48.66229"^^xsd:decimal ;
  geo-pos:long "-1.60685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13637'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60685'^^xsd:double;
  dwc:latitude '48.66229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60685 48.66229, -1.60685 48.66229, -1.60685 48.66229, -1.60685 48.66229, -1.60685 48.66229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13637'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72862 -1.60684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72862 -1.60684)"^^geo:wktLiteral ;
  geo-pos:lat "48.72862"^^xsd:decimal ;
  geo-pos:long "-1.60684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1903'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60684'^^xsd:double;
  dwc:latitude '48.72862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60684 48.72862, -1.60684 48.72862, -1.60684 48.72862, -1.60684 48.72862, -1.60684 48.72862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1903'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68187 -1.60679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68187 -1.60679)"^^geo:wktLiteral ;
  geo-pos:lat "48.68187"^^xsd:decimal ;
  geo-pos:long "-1.60679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5928'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60679'^^xsd:double;
  dwc:latitude '48.68187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60679 48.68187, -1.60679 48.68187, -1.60679 48.68187, -1.60679 48.68187, -1.60679 48.68187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5928'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64837 -1.60677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64837 -1.60677)"^^geo:wktLiteral ;
  geo-pos:lat "48.64837"^^xsd:decimal ;
  geo-pos:long "-1.60677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12313'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60677'^^xsd:double;
  dwc:latitude '48.64837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60677 48.64837, -1.60677 48.64837, -1.60677 48.64837, -1.60677 48.64837, -1.60677 48.64837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12313'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70811 -1.60676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70811 -1.60676)"^^geo:wktLiteral ;
  geo-pos:lat "48.70811"^^xsd:decimal ;
  geo-pos:long "-1.60676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8485'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60676'^^xsd:double;
  dwc:latitude '48.70811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60676 48.70811, -1.60676 48.70811, -1.60676 48.70811, -1.60676 48.70811, -1.60676 48.70811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8485'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66659 -1.60675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66659 -1.60675)"^^geo:wktLiteral ;
  geo-pos:lat "48.66659"^^xsd:decimal ;
  geo-pos:long "-1.60675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11115'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60675'^^xsd:double;
  dwc:latitude '48.66659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60675 48.66659, -1.60675 48.66659, -1.60675 48.66659, -1.60675 48.66659, -1.60675 48.66659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11115'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.60675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.60675)"^^geo:wktLiteral ;
  geo-pos:lat "48.66812"^^xsd:decimal ;
  geo-pos:long "-1.60675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9160'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60675'^^xsd:double;
  dwc:latitude '48.66812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60675 48.66812, -1.60675 48.66812, -1.60675 48.66812, -1.60675 48.66812, -1.60675 48.66812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9160'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65114 -1.60672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65114 -1.60672)"^^geo:wktLiteral ;
  geo-pos:lat "48.65114"^^xsd:decimal ;
  geo-pos:long "-1.60672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13152'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60672'^^xsd:double;
  dwc:latitude '48.65114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60672 48.65114, -1.60672 48.65114, -1.60672 48.65114, -1.60672 48.65114, -1.60672 48.65114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13152'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.60672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.60672)"^^geo:wktLiteral ;
  geo-pos:lat "48.70582"^^xsd:decimal ;
  geo-pos:long "-1.60672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13713'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60672'^^xsd:double;
  dwc:latitude '48.70582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60672 48.70582, -1.60672 48.70582, -1.60672 48.70582, -1.60672 48.70582, -1.60672 48.70582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13713'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66543 -1.6067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66543 -1.6067)"^^geo:wktLiteral ;
  geo-pos:lat "48.66543"^^xsd:decimal ;
  geo-pos:long "-1.6067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13639'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6067'^^xsd:double;
  dwc:latitude '48.66543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6067 48.66543, -1.6067 48.66543, -1.6067 48.66543, -1.6067 48.66543, -1.6067 48.66543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13639'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69507 -1.60669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69507 -1.60669)"^^geo:wktLiteral ;
  geo-pos:lat "48.69507"^^xsd:decimal ;
  geo-pos:long "-1.60669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_119'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60669'^^xsd:double;
  dwc:latitude '48.69507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60669 48.69507, -1.60669 48.69507, -1.60669 48.69507, -1.60669 48.69507, -1.60669 48.69507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_119'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6612 -1.60666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6612 -1.60666)"^^geo:wktLiteral ;
  geo-pos:lat "48.6612"^^xsd:decimal ;
  geo-pos:long "-1.60666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2997'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60666'^^xsd:double;
  dwc:latitude '48.6612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60666 48.6612, -1.60666 48.6612, -1.60666 48.6612, -1.60666 48.6612, -1.60666 48.6612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2997'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.60666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.60666)"^^geo:wktLiteral ;
  geo-pos:lat "48.66758"^^xsd:decimal ;
  geo-pos:long "-1.60666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10079'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60666'^^xsd:double;
  dwc:latitude '48.66758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60666 48.66758, -1.60666 48.66758, -1.60666 48.66758, -1.60666 48.66758, -1.60666 48.66758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10079'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65089 -1.60665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65089 -1.60665)"^^geo:wktLiteral ;
  geo-pos:lat "48.65089"^^xsd:decimal ;
  geo-pos:long "-1.60665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13071'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60665'^^xsd:double;
  dwc:latitude '48.65089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60665 48.65089, -1.60665 48.65089, -1.60665 48.65089, -1.60665 48.65089, -1.60665 48.65089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13071'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63701 -1.60659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63701 -1.60659)"^^geo:wktLiteral ;
  geo-pos:lat "48.63701"^^xsd:decimal ;
  geo-pos:long "-1.60659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13503'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60659'^^xsd:double;
  dwc:latitude '48.63701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60659 48.63701, -1.60659 48.63701, -1.60659 48.63701, -1.60659 48.63701, -1.60659 48.63701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13503'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66779 -1.60657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66779 -1.60657)"^^geo:wktLiteral ;
  geo-pos:lat "48.66779"^^xsd:decimal ;
  geo-pos:long "-1.60657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10359'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60657'^^xsd:double;
  dwc:latitude '48.66779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60657 48.66779, -1.60657 48.66779, -1.60657 48.66779, -1.60657 48.66779, -1.60657 48.66779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10359'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67481 -1.60657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67481 -1.60657)"^^geo:wktLiteral ;
  geo-pos:lat "48.67481"^^xsd:decimal ;
  geo-pos:long "-1.60657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10263'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60657'^^xsd:double;
  dwc:latitude '48.67481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60657 48.67481, -1.60657 48.67481, -1.60657 48.67481, -1.60657 48.67481, -1.60657 48.67481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10263'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67158 -1.60655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67158 -1.60655)"^^geo:wktLiteral ;
  geo-pos:lat "48.67158"^^xsd:decimal ;
  geo-pos:long "-1.60655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9646'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60655'^^xsd:double;
  dwc:latitude '48.67158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60655 48.67158, -1.60655 48.67158, -1.60655 48.67158, -1.60655 48.67158, -1.60655 48.67158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9646'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68766 -1.60653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68766 -1.60653)"^^geo:wktLiteral ;
  geo-pos:lat "48.68766"^^xsd:decimal ;
  geo-pos:long "-1.60653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7100'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60653'^^xsd:double;
  dwc:latitude '48.68766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60653 48.68766, -1.60653 48.68766, -1.60653 48.68766, -1.60653 48.68766, -1.60653 48.68766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7100'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67318 -1.60649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67318 -1.60649)"^^geo:wktLiteral ;
  geo-pos:lat "48.67318"^^xsd:decimal ;
  geo-pos:long "-1.60649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9361'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60649'^^xsd:double;
  dwc:latitude '48.67318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60649 48.67318, -1.60649 48.67318, -1.60649 48.67318, -1.60649 48.67318, -1.60649 48.67318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9361'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.60648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.60648)"^^geo:wktLiteral ;
  geo-pos:lat "48.69536"^^xsd:decimal ;
  geo-pos:long "-1.60648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1099'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60648'^^xsd:double;
  dwc:latitude '48.69536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60648 48.69536, -1.60648 48.69536, -1.60648 48.69536, -1.60648 48.69536, -1.60648 48.69536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1099'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65135 -1.60647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65135 -1.60647)"^^geo:wktLiteral ;
  geo-pos:lat "48.65135"^^xsd:decimal ;
  geo-pos:long "-1.60647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_13214'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60647'^^xsd:double;
  dwc:latitude '48.65135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60647 48.65135, -1.60647 48.65135, -1.60647 48.65135, -1.60647 48.65135, -1.60647 48.65135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13214'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75564 -1.60647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75564 -1.60647)"^^geo:wktLiteral ;
  geo-pos:lat "48.75564"^^xsd:decimal ;
  geo-pos:long "-1.60647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4941'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60647'^^xsd:double;
  dwc:latitude '48.75564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60647 48.75564, -1.60647 48.75564, -1.60647 48.75564, -1.60647 48.75564, -1.60647 48.75564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4941'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6867 -1.60646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6867 -1.60646)"^^geo:wktLiteral ;
  geo-pos:lat "48.6867"^^xsd:decimal ;
  geo-pos:long "-1.60646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9616'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60646'^^xsd:double;
  dwc:latitude '48.6867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60646 48.6867, -1.60646 48.6867, -1.60646 48.6867, -1.60646 48.6867, -1.60646 48.6867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9616'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67292 -1.60644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67292 -1.60644)"^^geo:wktLiteral ;
  geo-pos:lat "48.67292"^^xsd:decimal ;
  geo-pos:long "-1.60644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9360'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60644'^^xsd:double;
  dwc:latitude '48.67292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60644 48.67292, -1.60644 48.67292, -1.60644 48.67292, -1.60644 48.67292, -1.60644 48.67292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9360'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67218 -1.60643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67218 -1.60643)"^^geo:wktLiteral ;
  geo-pos:lat "48.67218"^^xsd:decimal ;
  geo-pos:long "-1.60643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9103'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60643'^^xsd:double;
  dwc:latitude '48.67218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60643 48.67218, -1.60643 48.67218, -1.60643 48.67218, -1.60643 48.67218, -1.60643 48.67218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9103'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73218 -1.60643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73218 -1.60643)"^^geo:wktLiteral ;
  geo-pos:lat "48.73218"^^xsd:decimal ;
  geo-pos:long "-1.60643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_771'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.18333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60643'^^xsd:double;
  dwc:latitude '48.73218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60643 48.73218, -1.60643 48.73218, -1.60643 48.73218, -1.60643 48.73218, -1.60643 48.73218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_771'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68617 -1.60641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68617"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68617 -1.60641)"^^geo:wktLiteral ;
  geo-pos:lat "48.68617"^^xsd:decimal ;
  geo-pos:long "-1.60641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10208'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60641'^^xsd:double;
  dwc:latitude '48.68617'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60641 48.68617, -1.60641 48.68617, -1.60641 48.68617, -1.60641 48.68617, -1.60641 48.68617))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10208'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64749 -1.6064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64749 -1.6064)"^^geo:wktLiteral ;
  geo-pos:lat "48.64749"^^xsd:decimal ;
  geo-pos:long "-1.6064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13368'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6064'^^xsd:double;
  dwc:latitude '48.64749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6064 48.64749, -1.6064 48.64749, -1.6064 48.64749, -1.6064 48.64749, -1.6064 48.64749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13368'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64882 -1.6064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64882 -1.6064)"^^geo:wktLiteral ;
  geo-pos:lat "48.64882"^^xsd:decimal ;
  geo-pos:long "-1.6064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13528'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6064'^^xsd:double;
  dwc:latitude '48.64882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6064 48.64882, -1.6064 48.64882, -1.6064 48.64882, -1.6064 48.64882, -1.6064 48.64882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13528'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66785 -1.60638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66785 -1.60638)"^^geo:wktLiteral ;
  geo-pos:lat "48.66785"^^xsd:decimal ;
  geo-pos:long "-1.60638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10327'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60638'^^xsd:double;
  dwc:latitude '48.66785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60638 48.66785, -1.60638 48.66785, -1.60638 48.66785, -1.60638 48.66785, -1.60638 48.66785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10327'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66259 -1.60636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66259"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66259 -1.60636)"^^geo:wktLiteral ;
  geo-pos:lat "48.66259"^^xsd:decimal ;
  geo-pos:long "-1.60636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2038'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60636'^^xsd:double;
  dwc:latitude '48.66259'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60636 48.66259, -1.60636 48.66259, -1.60636 48.66259, -1.60636 48.66259, -1.60636 48.66259))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2038'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73822 -1.60633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73822 -1.60633)"^^geo:wktLiteral ;
  geo-pos:lat "48.73822"^^xsd:decimal ;
  geo-pos:long "-1.60633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9199'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60633'^^xsd:double;
  dwc:latitude '48.73822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60633 48.73822, -1.60633 48.73822, -1.60633 48.73822, -1.60633 48.73822, -1.60633 48.73822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9199'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69036 -1.6063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69036 -1.6063)"^^geo:wktLiteral ;
  geo-pos:lat "48.69036"^^xsd:decimal ;
  geo-pos:long "-1.6063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8336'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6063'^^xsd:double;
  dwc:latitude '48.69036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6063 48.69036, -1.6063 48.69036, -1.6063 48.69036, -1.6063 48.69036, -1.6063 48.69036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8336'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66838 -1.60629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66838"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66838 -1.60629)"^^geo:wktLiteral ;
  geo-pos:lat "48.66838"^^xsd:decimal ;
  geo-pos:long "-1.60629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13144'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60629'^^xsd:double;
  dwc:latitude '48.66838'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60629 48.66838, -1.60629 48.66838, -1.60629 48.66838, -1.60629 48.66838, -1.60629 48.66838))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13144'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73344 -1.60628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73344 -1.60628)"^^geo:wktLiteral ;
  geo-pos:lat "48.73344"^^xsd:decimal ;
  geo-pos:long "-1.60628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7779'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60628'^^xsd:double;
  dwc:latitude '48.73344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60628 48.73344, -1.60628 48.73344, -1.60628 48.73344, -1.60628 48.73344, -1.60628 48.73344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7779'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66217 -1.60626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66217 -1.60626)"^^geo:wktLiteral ;
  geo-pos:lat "48.66217"^^xsd:decimal ;
  geo-pos:long "-1.60626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5316'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60626'^^xsd:double;
  dwc:latitude '48.66217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60626 48.66217, -1.60626 48.66217, -1.60626 48.66217, -1.60626 48.66217, -1.60626 48.66217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5316'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7309 -1.60626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7309 -1.60626)"^^geo:wktLiteral ;
  geo-pos:lat "48.7309"^^xsd:decimal ;
  geo-pos:long "-1.60626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7781'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60626'^^xsd:double;
  dwc:latitude '48.7309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60626 48.7309, -1.60626 48.7309, -1.60626 48.7309, -1.60626 48.7309, -1.60626 48.7309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7781'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67233 -1.60624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67233 -1.60624)"^^geo:wktLiteral ;
  geo-pos:lat "48.67233"^^xsd:decimal ;
  geo-pos:long "-1.60624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2724'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60624'^^xsd:double;
  dwc:latitude '48.67233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60624 48.67233, -1.60624 48.67233, -1.60624 48.67233, -1.60624 48.67233, -1.60624 48.67233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2724'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.60622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.60622)"^^geo:wktLiteral ;
  geo-pos:lat "48.65629"^^xsd:decimal ;
  geo-pos:long "-1.60622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13051'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60622'^^xsd:double;
  dwc:latitude '48.65629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60622 48.65629, -1.60622 48.65629, -1.60622 48.65629, -1.60622 48.65629, -1.60622 48.65629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13051'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72603 -1.60622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72603 -1.60622)"^^geo:wktLiteral ;
  geo-pos:lat "48.72603"^^xsd:decimal ;
  geo-pos:long "-1.60622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1905'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60622'^^xsd:double;
  dwc:latitude '48.72603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60622 48.72603, -1.60622 48.72603, -1.60622 48.72603, -1.60622 48.72603, -1.60622 48.72603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1905'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66816 -1.6062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66816 -1.6062)"^^geo:wktLiteral ;
  geo-pos:lat "48.66816"^^xsd:decimal ;
  geo-pos:long "-1.6062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8971'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6062'^^xsd:double;
  dwc:latitude '48.66816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6062 48.66816, -1.6062 48.66816, -1.6062 48.66816, -1.6062 48.66816, -1.6062 48.66816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8971'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67136 -1.60618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67136"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67136 -1.60618)"^^geo:wktLiteral ;
  geo-pos:lat "48.67136"^^xsd:decimal ;
  geo-pos:long "-1.60618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12058'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60618'^^xsd:double;
  dwc:latitude '48.67136'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60618 48.67136, -1.60618 48.67136, -1.60618 48.67136, -1.60618 48.67136, -1.60618 48.67136))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12058'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65816 -1.60617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65816 -1.60617)"^^geo:wktLiteral ;
  geo-pos:lat "48.65816"^^xsd:decimal ;
  geo-pos:long "-1.60617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13175'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60617'^^xsd:double;
  dwc:latitude '48.65816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60617 48.65816, -1.60617 48.65816, -1.60617 48.65816, -1.60617 48.65816, -1.60617 48.65816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13175'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71637 -1.60615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71637 -1.60615)"^^geo:wktLiteral ;
  geo-pos:lat "48.71637"^^xsd:decimal ;
  geo-pos:long "-1.60615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7794'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60615'^^xsd:double;
  dwc:latitude '48.71637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60615 48.71637, -1.60615 48.71637, -1.60615 48.71637, -1.60615 48.71637, -1.60615 48.71637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7794'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67894 -1.60614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67894 -1.60614)"^^geo:wktLiteral ;
  geo-pos:lat "48.67894"^^xsd:decimal ;
  geo-pos:long "-1.60614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2195'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60614'^^xsd:double;
  dwc:latitude '48.67894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60614 48.67894, -1.60614 48.67894, -1.60614 48.67894, -1.60614 48.67894, -1.60614 48.67894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2195'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66925 -1.60613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66925 -1.60613)"^^geo:wktLiteral ;
  geo-pos:lat "48.66925"^^xsd:decimal ;
  geo-pos:long "-1.60613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8935'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60613'^^xsd:double;
  dwc:latitude '48.66925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60613 48.66925, -1.60613 48.66925, -1.60613 48.66925, -1.60613 48.66925, -1.60613 48.66925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8935'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65102 -1.60611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65102 -1.60611)"^^geo:wktLiteral ;
  geo-pos:lat "48.65102"^^xsd:decimal ;
  geo-pos:long "-1.60611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10689'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60611'^^xsd:double;
  dwc:latitude '48.65102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60611 48.65102, -1.60611 48.65102, -1.60611 48.65102, -1.60611 48.65102, -1.60611 48.65102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10689'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65181 -1.60609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65181 -1.60609)"^^geo:wktLiteral ;
  geo-pos:lat "48.65181"^^xsd:decimal ;
  geo-pos:long "-1.60609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12048'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60609'^^xsd:double;
  dwc:latitude '48.65181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60609 48.65181, -1.60609 48.65181, -1.60609 48.65181, -1.60609 48.65181, -1.60609 48.65181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12048'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65469 -1.60608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65469 -1.60608)"^^geo:wktLiteral ;
  geo-pos:lat "48.65469"^^xsd:decimal ;
  geo-pos:long "-1.60608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13474'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60608'^^xsd:double;
  dwc:latitude '48.65469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60608 48.65469, -1.60608 48.65469, -1.60608 48.65469, -1.60608 48.65469, -1.60608 48.65469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13474'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71744 -1.60608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71744 -1.60608)"^^geo:wktLiteral ;
  geo-pos:lat "48.71744"^^xsd:decimal ;
  geo-pos:long "-1.60608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10148'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60608'^^xsd:double;
  dwc:latitude '48.71744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60608 48.71744, -1.60608 48.71744, -1.60608 48.71744, -1.60608 48.71744, -1.60608 48.71744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10148'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66272 -1.60607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66272 -1.60607)"^^geo:wktLiteral ;
  geo-pos:lat "48.66272"^^xsd:decimal ;
  geo-pos:long "-1.60607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11987'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60607'^^xsd:double;
  dwc:latitude '48.66272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60607 48.66272, -1.60607 48.66272, -1.60607 48.66272, -1.60607 48.66272, -1.60607 48.66272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11987'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64839 -1.60603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64839 -1.60603)"^^geo:wktLiteral ;
  geo-pos:lat "48.64839"^^xsd:decimal ;
  geo-pos:long "-1.60603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13435'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60603'^^xsd:double;
  dwc:latitude '48.64839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60603 48.64839, -1.60603 48.64839, -1.60603 48.64839, -1.60603 48.64839, -1.60603 48.64839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13435'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73859 -1.60603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73859 -1.60603)"^^geo:wktLiteral ;
  geo-pos:lat "48.73859"^^xsd:decimal ;
  geo-pos:long "-1.60603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1899'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60603'^^xsd:double;
  dwc:latitude '48.73859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60603 48.73859, -1.60603 48.73859, -1.60603 48.73859, -1.60603 48.73859, -1.60603 48.73859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1899'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.60599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.60599)"^^geo:wktLiteral ;
  geo-pos:lat "48.6903"^^xsd:decimal ;
  geo-pos:long "-1.60599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10376'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60599'^^xsd:double;
  dwc:latitude '48.6903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60599 48.6903, -1.60599 48.6903, -1.60599 48.6903, -1.60599 48.6903, -1.60599 48.6903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10376'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65814 -1.60598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65814 -1.60598)"^^geo:wktLiteral ;
  geo-pos:lat "48.65814"^^xsd:decimal ;
  geo-pos:long "-1.60598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7655'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60598'^^xsd:double;
  dwc:latitude '48.65814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60598 48.65814, -1.60598 48.65814, -1.60598 48.65814, -1.60598 48.65814, -1.60598 48.65814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7655'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65635 -1.60594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65635 -1.60594)"^^geo:wktLiteral ;
  geo-pos:lat "48.65635"^^xsd:decimal ;
  geo-pos:long "-1.60594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12748'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60594'^^xsd:double;
  dwc:latitude '48.65635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60594 48.65635, -1.60594 48.65635, -1.60594 48.65635, -1.60594 48.65635, -1.60594 48.65635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12748'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66056 -1.60594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66056 -1.60594)"^^geo:wktLiteral ;
  geo-pos:lat "48.66056"^^xsd:decimal ;
  geo-pos:long "-1.60594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13585'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60594'^^xsd:double;
  dwc:latitude '48.66056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60594 48.66056, -1.60594 48.66056, -1.60594 48.66056, -1.60594 48.66056, -1.60594 48.66056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13585'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6645 -1.60594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6645 -1.60594)"^^geo:wktLiteral ;
  geo-pos:lat "48.6645"^^xsd:decimal ;
  geo-pos:long "-1.60594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9009'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60594'^^xsd:double;
  dwc:latitude '48.6645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60594 48.6645, -1.60594 48.6645, -1.60594 48.6645, -1.60594 48.6645, -1.60594 48.6645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9009'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.723 -1.60594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.723 -1.60594)"^^geo:wktLiteral ;
  geo-pos:lat "48.723"^^xsd:decimal ;
  geo-pos:long "-1.60594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1904'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60594'^^xsd:double;
  dwc:latitude '48.723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60594 48.723, -1.60594 48.723, -1.60594 48.723, -1.60594 48.723, -1.60594 48.723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1904'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68607 -1.60593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68607 -1.60593)"^^geo:wktLiteral ;
  geo-pos:lat "48.68607"^^xsd:decimal ;
  geo-pos:long "-1.60593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4891'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60593'^^xsd:double;
  dwc:latitude '48.68607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60593 48.68607, -1.60593 48.68607, -1.60593 48.68607, -1.60593 48.68607, -1.60593 48.68607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4891'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70523 -1.60593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70523 -1.60593)"^^geo:wktLiteral ;
  geo-pos:lat "48.70523"^^xsd:decimal ;
  geo-pos:long "-1.60593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1915'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60593'^^xsd:double;
  dwc:latitude '48.70523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60593 48.70523, -1.60593 48.70523, -1.60593 48.70523, -1.60593 48.70523, -1.60593 48.70523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1915'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64626 -1.60589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64626 -1.60589)"^^geo:wktLiteral ;
  geo-pos:lat "48.64626"^^xsd:decimal ;
  geo-pos:long "-1.60589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13404'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60589'^^xsd:double;
  dwc:latitude '48.64626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60589 48.64626, -1.60589 48.64626, -1.60589 48.64626, -1.60589 48.64626, -1.60589 48.64626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13404'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72396 -1.60587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72396 -1.60587)"^^geo:wktLiteral ;
  geo-pos:lat "48.72396"^^xsd:decimal ;
  geo-pos:long "-1.60587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8464'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60587'^^xsd:double;
  dwc:latitude '48.72396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60587 48.72396, -1.60587 48.72396, -1.60587 48.72396, -1.60587 48.72396, -1.60587 48.72396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8464'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67435 -1.60584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67435 -1.60584)"^^geo:wktLiteral ;
  geo-pos:lat "48.67435"^^xsd:decimal ;
  geo-pos:long "-1.60584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8370'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60584'^^xsd:double;
  dwc:latitude '48.67435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60584 48.67435, -1.60584 48.67435, -1.60584 48.67435, -1.60584 48.67435, -1.60584 48.67435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8370'^^xsd:string;
  dwc:observationDate '2007-12-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73191 -1.60583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73191"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73191 -1.60583)"^^geo:wktLiteral ;
  geo-pos:lat "48.73191"^^xsd:decimal ;
  geo-pos:long "-1.60583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9741'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60583'^^xsd:double;
  dwc:latitude '48.73191'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60583 48.73191, -1.60583 48.73191, -1.60583 48.73191, -1.60583 48.73191, -1.60583 48.73191))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9741'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67148 -1.60582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67148"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67148 -1.60582)"^^geo:wktLiteral ;
  geo-pos:lat "48.67148"^^xsd:decimal ;
  geo-pos:long "-1.60582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9645'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60582'^^xsd:double;
  dwc:latitude '48.67148'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60582 48.67148, -1.60582 48.67148, -1.60582 48.67148, -1.60582 48.67148, -1.60582 48.67148))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9645'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70587 -1.60582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70587 -1.60582)"^^geo:wktLiteral ;
  geo-pos:lat "48.70587"^^xsd:decimal ;
  geo-pos:long "-1.60582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1914'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60582'^^xsd:double;
  dwc:latitude '48.70587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60582 48.70587, -1.60582 48.70587, -1.60582 48.70587, -1.60582 48.70587, -1.60582 48.70587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1914'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68155 -1.60581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68155 -1.60581)"^^geo:wktLiteral ;
  geo-pos:lat "48.68155"^^xsd:decimal ;
  geo-pos:long "-1.60581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3804'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60581'^^xsd:double;
  dwc:latitude '48.68155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60581 48.68155, -1.60581 48.68155, -1.60581 48.68155, -1.60581 48.68155, -1.60581 48.68155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3804'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7161 -1.60578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7161 -1.60578)"^^geo:wktLiteral ;
  geo-pos:lat "48.7161"^^xsd:decimal ;
  geo-pos:long "-1.60578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8155'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60578'^^xsd:double;
  dwc:latitude '48.7161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60578 48.7161, -1.60578 48.7161, -1.60578 48.7161, -1.60578 48.7161, -1.60578 48.7161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8155'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68889 -1.60577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68889 -1.60577)"^^geo:wktLiteral ;
  geo-pos:lat "48.68889"^^xsd:decimal ;
  geo-pos:long "-1.60577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3620'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60577'^^xsd:double;
  dwc:latitude '48.68889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60577 48.68889, -1.60577 48.68889, -1.60577 48.68889, -1.60577 48.68889, -1.60577 48.68889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3620'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73354 -1.60575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73354 -1.60575)"^^geo:wktLiteral ;
  geo-pos:lat "48.73354"^^xsd:decimal ;
  geo-pos:long "-1.60575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1902'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60575'^^xsd:double;
  dwc:latitude '48.73354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60575 48.73354, -1.60575 48.73354, -1.60575 48.73354, -1.60575 48.73354, -1.60575 48.73354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1902'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66051 -1.60573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66051 -1.60573)"^^geo:wktLiteral ;
  geo-pos:lat "48.66051"^^xsd:decimal ;
  geo-pos:long "-1.60573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12239'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60573'^^xsd:double;
  dwc:latitude '48.66051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60573 48.66051, -1.60573 48.66051, -1.60573 48.66051, -1.60573 48.66051, -1.60573 48.66051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12239'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68839 -1.60573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68839 -1.60573)"^^geo:wktLiteral ;
  geo-pos:lat "48.68839"^^xsd:decimal ;
  geo-pos:long "-1.60573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9899'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60573'^^xsd:double;
  dwc:latitude '48.68839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60573 48.68839, -1.60573 48.68839, -1.60573 48.68839, -1.60573 48.68839, -1.60573 48.68839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9899'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66353 -1.60572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66353 -1.60572)"^^geo:wktLiteral ;
  geo-pos:lat "48.66353"^^xsd:decimal ;
  geo-pos:long "-1.60572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12294'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60572'^^xsd:double;
  dwc:latitude '48.66353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60572 48.66353, -1.60572 48.66353, -1.60572 48.66353, -1.60572 48.66353, -1.60572 48.66353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12294'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70998 -1.60569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_68>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70998 -1.60569)"^^geo:wktLiteral ;
  geo-pos:lat "48.70998"^^xsd:decimal ;
  geo-pos:long "-1.60569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_68'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_68'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60569'^^xsd:double;
  dwc:latitude '48.70998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60569 48.70998, -1.60569 48.70998, -1.60569 48.70998, -1.60569 48.70998, -1.60569 48.70998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_68'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64427 -1.60568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64427 -1.60568)"^^geo:wktLiteral ;
  geo-pos:lat "48.64427"^^xsd:decimal ;
  geo-pos:long "-1.60568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12767'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60568'^^xsd:double;
  dwc:latitude '48.64427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60568 48.64427, -1.60568 48.64427, -1.60568 48.64427, -1.60568 48.64427, -1.60568 48.64427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12767'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71676 -1.60568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71676 -1.60568)"^^geo:wktLiteral ;
  geo-pos:lat "48.71676"^^xsd:decimal ;
  geo-pos:long "-1.60568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7712'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60568'^^xsd:double;
  dwc:latitude '48.71676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60568 48.71676, -1.60568 48.71676, -1.60568 48.71676, -1.60568 48.71676, -1.60568 48.71676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7712'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7748 -1.60565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7748 -1.60565)"^^geo:wktLiteral ;
  geo-pos:lat "48.7748"^^xsd:decimal ;
  geo-pos:long "-1.60565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10139'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60565'^^xsd:double;
  dwc:latitude '48.7748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60565 48.7748, -1.60565 48.7748, -1.60565 48.7748, -1.60565 48.7748, -1.60565 48.7748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10139'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73825 -1.60563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73825 -1.60563)"^^geo:wktLiteral ;
  geo-pos:lat "48.73825"^^xsd:decimal ;
  geo-pos:long "-1.60563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2505'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60563'^^xsd:double;
  dwc:latitude '48.73825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60563 48.73825, -1.60563 48.73825, -1.60563 48.73825, -1.60563 48.73825, -1.60563 48.73825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2505'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69675 -1.60562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69675 -1.60562)"^^geo:wktLiteral ;
  geo-pos:lat "48.69675"^^xsd:decimal ;
  geo-pos:long "-1.60562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6599'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60562'^^xsd:double;
  dwc:latitude '48.69675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60562 48.69675, -1.60562 48.69675, -1.60562 48.69675, -1.60562 48.69675, -1.60562 48.69675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6599'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74487 -1.60549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74487 -1.60549)"^^geo:wktLiteral ;
  geo-pos:lat "48.74487"^^xsd:decimal ;
  geo-pos:long "-1.60549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6383'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60549'^^xsd:double;
  dwc:latitude '48.74487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60549 48.74487, -1.60549 48.74487, -1.60549 48.74487, -1.60549 48.74487, -1.60549 48.74487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6383'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71078 -1.60543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_73>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71078 -1.60543)"^^geo:wktLiteral ;
  geo-pos:lat "48.71078"^^xsd:decimal ;
  geo-pos:long "-1.60543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_73'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_73'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60543'^^xsd:double;
  dwc:latitude '48.71078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60543 48.71078, -1.60543 48.71078, -1.60543 48.71078, -1.60543 48.71078, -1.60543 48.71078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_73'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65115 -1.60541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65115 -1.60541)"^^geo:wktLiteral ;
  geo-pos:lat "48.65115"^^xsd:decimal ;
  geo-pos:long "-1.60541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10631'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60541'^^xsd:double;
  dwc:latitude '48.65115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60541 48.65115, -1.60541 48.65115, -1.60541 48.65115, -1.60541 48.65115, -1.60541 48.65115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10631'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68398 -1.60541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68398"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68398 -1.60541)"^^geo:wktLiteral ;
  geo-pos:lat "48.68398"^^xsd:decimal ;
  geo-pos:long "-1.60541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9648'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60541'^^xsd:double;
  dwc:latitude '48.68398'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60541 48.68398, -1.60541 48.68398, -1.60541 48.68398, -1.60541 48.68398, -1.60541 48.68398))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9648'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70888 -1.6054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70888 -1.6054)"^^geo:wktLiteral ;
  geo-pos:lat "48.70888"^^xsd:decimal ;
  geo-pos:long "-1.6054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6541'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6054'^^xsd:double;
  dwc:latitude '48.70888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6054 48.70888, -1.6054 48.70888, -1.6054 48.70888, -1.6054 48.70888, -1.6054 48.70888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6541'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70118 -1.60537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70118 -1.60537)"^^geo:wktLiteral ;
  geo-pos:lat "48.70118"^^xsd:decimal ;
  geo-pos:long "-1.60537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_438'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.16666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60537'^^xsd:double;
  dwc:latitude '48.70118'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60537 48.70118, -1.60537 48.70118, -1.60537 48.70118, -1.60537 48.70118, -1.60537 48.70118))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_438'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65751 -1.60527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65751"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65751 -1.60527)"^^geo:wktLiteral ;
  geo-pos:lat "48.65751"^^xsd:decimal ;
  geo-pos:long "-1.60527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2716'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60527'^^xsd:double;
  dwc:latitude '48.65751'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60527 48.65751, -1.60527 48.65751, -1.60527 48.65751, -1.60527 48.65751, -1.60527 48.65751))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2716'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65559 -1.60523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65559"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65559 -1.60523)"^^geo:wktLiteral ;
  geo-pos:lat "48.65559"^^xsd:decimal ;
  geo-pos:long "-1.60523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10750'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60523'^^xsd:double;
  dwc:latitude '48.65559'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60523 48.65559, -1.60523 48.65559, -1.60523 48.65559, -1.60523 48.65559, -1.60523 48.65559))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10750'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66015 -1.60523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66015"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66015 -1.60523)"^^geo:wktLiteral ;
  geo-pos:lat "48.66015"^^xsd:decimal ;
  geo-pos:long "-1.60523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11167'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60523'^^xsd:double;
  dwc:latitude '48.66015'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60523 48.66015, -1.60523 48.66015, -1.60523 48.66015, -1.60523 48.66015, -1.60523 48.66015))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11167'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65811 -1.60522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65811 -1.60522)"^^geo:wktLiteral ;
  geo-pos:lat "48.65811"^^xsd:decimal ;
  geo-pos:long "-1.60522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12361'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60522'^^xsd:double;
  dwc:latitude '48.65811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60522 48.65811, -1.60522 48.65811, -1.60522 48.65811, -1.60522 48.65811, -1.60522 48.65811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12361'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67358 -1.60522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67358 -1.60522)"^^geo:wktLiteral ;
  geo-pos:lat "48.67358"^^xsd:decimal ;
  geo-pos:long "-1.60522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11480'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60522'^^xsd:double;
  dwc:latitude '48.67358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60522 48.67358, -1.60522 48.67358, -1.60522 48.67358, -1.60522 48.67358, -1.60522 48.67358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11480'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74918 -1.60522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74918 -1.60522)"^^geo:wktLiteral ;
  geo-pos:lat "48.74918"^^xsd:decimal ;
  geo-pos:long "-1.60522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6381'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60522'^^xsd:double;
  dwc:latitude '48.74918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60522 48.74918, -1.60522 48.74918, -1.60522 48.74918, -1.60522 48.74918, -1.60522 48.74918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6381'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6644 -1.6052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6644 -1.6052)"^^geo:wktLiteral ;
  geo-pos:lat "48.6644"^^xsd:decimal ;
  geo-pos:long "-1.6052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2723'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6052'^^xsd:double;
  dwc:latitude '48.6644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6052 48.6644, -1.6052 48.6644, -1.6052 48.6644, -1.6052 48.6644, -1.6052 48.6644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2723'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65724 -1.60517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65724 -1.60517)"^^geo:wktLiteral ;
  geo-pos:lat "48.65724"^^xsd:decimal ;
  geo-pos:long "-1.60517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11006'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60517'^^xsd:double;
  dwc:latitude '48.65724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60517 48.65724, -1.60517 48.65724, -1.60517 48.65724, -1.60517 48.65724, -1.60517 48.65724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11006'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68863 -1.60517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68863 -1.60517)"^^geo:wktLiteral ;
  geo-pos:lat "48.68863"^^xsd:decimal ;
  geo-pos:long "-1.60517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5049'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60517'^^xsd:double;
  dwc:latitude '48.68863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60517 48.68863, -1.60517 48.68863, -1.60517 48.68863, -1.60517 48.68863, -1.60517 48.68863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5049'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73351 -1.60517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73351 -1.60517)"^^geo:wktLiteral ;
  geo-pos:lat "48.73351"^^xsd:decimal ;
  geo-pos:long "-1.60517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2499'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60517'^^xsd:double;
  dwc:latitude '48.73351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60517 48.73351, -1.60517 48.73351, -1.60517 48.73351, -1.60517 48.73351, -1.60517 48.73351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2499'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70421 -1.60516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70421 -1.60516)"^^geo:wktLiteral ;
  geo-pos:lat "48.70421"^^xsd:decimal ;
  geo-pos:long "-1.60516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2332'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60516'^^xsd:double;
  dwc:latitude '48.70421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60516 48.70421, -1.60516 48.70421, -1.60516 48.70421, -1.60516 48.70421, -1.60516 48.70421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2332'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66977 -1.60512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66977 -1.60512)"^^geo:wktLiteral ;
  geo-pos:lat "48.66977"^^xsd:decimal ;
  geo-pos:long "-1.60512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10502'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60512'^^xsd:double;
  dwc:latitude '48.66977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60512 48.66977, -1.60512 48.66977, -1.60512 48.66977, -1.60512 48.66977, -1.60512 48.66977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10502'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.60511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.60511)"^^geo:wktLiteral ;
  geo-pos:lat "48.70431"^^xsd:decimal ;
  geo-pos:long "-1.60511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3008'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60511'^^xsd:double;
  dwc:latitude '48.70431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60511 48.70431, -1.60511 48.70431, -1.60511 48.70431, -1.60511 48.70431, -1.60511 48.70431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3008'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70599 -1.60511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70599 -1.60511)"^^geo:wktLiteral ;
  geo-pos:lat "48.70599"^^xsd:decimal ;
  geo-pos:long "-1.60511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1916'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60511'^^xsd:double;
  dwc:latitude '48.70599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60511 48.70599, -1.60511 48.70599, -1.60511 48.70599, -1.60511 48.70599, -1.60511 48.70599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1916'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71623 -1.6051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71623 -1.6051)"^^geo:wktLiteral ;
  geo-pos:lat "48.71623"^^xsd:decimal ;
  geo-pos:long "-1.6051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7913'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6051'^^xsd:double;
  dwc:latitude '48.71623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6051 48.71623, -1.6051 48.71623, -1.6051 48.71623, -1.6051 48.71623, -1.6051 48.71623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7913'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67497 -1.60507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67497 -1.60507)"^^geo:wktLiteral ;
  geo-pos:lat "48.67497"^^xsd:decimal ;
  geo-pos:long "-1.60507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3299'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60507'^^xsd:double;
  dwc:latitude '48.67497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60507 48.67497, -1.60507 48.67497, -1.60507 48.67497, -1.60507 48.67497, -1.60507 48.67497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3299'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64852 -1.60506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64852 -1.60506)"^^geo:wktLiteral ;
  geo-pos:lat "48.64852"^^xsd:decimal ;
  geo-pos:long "-1.60506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13403'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60506'^^xsd:double;
  dwc:latitude '48.64852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60506 48.64852, -1.60506 48.64852, -1.60506 48.64852, -1.60506 48.64852, -1.60506 48.64852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13403'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73201 -1.60506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73201 -1.60506)"^^geo:wktLiteral ;
  geo-pos:lat "48.73201"^^xsd:decimal ;
  geo-pos:long "-1.60506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7777'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60506'^^xsd:double;
  dwc:latitude '48.73201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60506 48.73201, -1.60506 48.73201, -1.60506 48.73201, -1.60506 48.73201, -1.60506 48.73201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7777'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67341 -1.60501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67341 -1.60501)"^^geo:wktLiteral ;
  geo-pos:lat "48.67341"^^xsd:decimal ;
  geo-pos:long "-1.60501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12293'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60501'^^xsd:double;
  dwc:latitude '48.67341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60501 48.67341, -1.60501 48.67341, -1.60501 48.67341, -1.60501 48.67341, -1.60501 48.67341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12293'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67709 -1.605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67709 -1.605)"^^geo:wktLiteral ;
  geo-pos:lat "48.67709"^^xsd:decimal ;
  geo-pos:long "-1.605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8672'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.605'^^xsd:double;
  dwc:latitude '48.67709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.605 48.67709, -1.605 48.67709, -1.605 48.67709, -1.605 48.67709, -1.605 48.67709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8672'^^xsd:string;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67091 -1.60499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67091 -1.60499)"^^geo:wktLiteral ;
  geo-pos:lat "48.67091"^^xsd:decimal ;
  geo-pos:long "-1.60499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8852'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60499'^^xsd:double;
  dwc:latitude '48.67091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60499 48.67091, -1.60499 48.67091, -1.60499 48.67091, -1.60499 48.67091, -1.60499 48.67091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8852'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70291 -1.60499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70291 -1.60499)"^^geo:wktLiteral ;
  geo-pos:lat "48.70291"^^xsd:decimal ;
  geo-pos:long "-1.60499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3004'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60499'^^xsd:double;
  dwc:latitude '48.70291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60499 48.70291, -1.60499 48.70291, -1.60499 48.70291, -1.60499 48.70291, -1.60499 48.70291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3004'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6625 -1.60498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6625"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6625 -1.60498)"^^geo:wktLiteral ;
  geo-pos:lat "48.6625"^^xsd:decimal ;
  geo-pos:long "-1.60498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2292'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60498'^^xsd:double;
  dwc:latitude '48.6625'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60498 48.6625, -1.60498 48.6625, -1.60498 48.6625, -1.60498 48.6625, -1.60498 48.6625))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2292'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7169 -1.60497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7169 -1.60497)"^^geo:wktLiteral ;
  geo-pos:lat "48.7169"^^xsd:decimal ;
  geo-pos:long "-1.60497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7716'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60497'^^xsd:double;
  dwc:latitude '48.7169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60497 48.7169, -1.60497 48.7169, -1.60497 48.7169, -1.60497 48.7169, -1.60497 48.7169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7716'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70355 -1.60495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70355 -1.60495)"^^geo:wktLiteral ;
  geo-pos:lat "48.70355"^^xsd:decimal ;
  geo-pos:long "-1.60495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5173'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60495'^^xsd:double;
  dwc:latitude '48.70355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60495 48.70355, -1.60495 48.70355, -1.60495 48.70355, -1.60495 48.70355, -1.60495 48.70355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5173'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65068 -1.60494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65068 -1.60494)"^^geo:wktLiteral ;
  geo-pos:lat "48.65068"^^xsd:decimal ;
  geo-pos:long "-1.60494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11972'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60494'^^xsd:double;
  dwc:latitude '48.65068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60494 48.65068, -1.60494 48.65068, -1.60494 48.65068, -1.60494 48.65068, -1.60494 48.65068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11972'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68 -1.60494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68 -1.60494)"^^geo:wktLiteral ;
  geo-pos:lat "48.68"^^xsd:decimal ;
  geo-pos:long "-1.60494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2040'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60494'^^xsd:double;
  dwc:latitude '48.68'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60494 48.68, -1.60494 48.68, -1.60494 48.68, -1.60494 48.68, -1.60494 48.68))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2040'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66161 -1.60493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66161 -1.60493)"^^geo:wktLiteral ;
  geo-pos:lat "48.66161"^^xsd:decimal ;
  geo-pos:long "-1.60493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12381'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60493'^^xsd:double;
  dwc:latitude '48.66161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60493 48.66161, -1.60493 48.66161, -1.60493 48.66161, -1.60493 48.66161, -1.60493 48.66161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12381'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68124 -1.60493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68124 -1.60493)"^^geo:wktLiteral ;
  geo-pos:lat "48.68124"^^xsd:decimal ;
  geo-pos:long "-1.60493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9498'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60493'^^xsd:double;
  dwc:latitude '48.68124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60493 48.68124, -1.60493 48.68124, -1.60493 48.68124, -1.60493 48.68124, -1.60493 48.68124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9498'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66692 -1.60491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66692 -1.60491)"^^geo:wktLiteral ;
  geo-pos:lat "48.66692"^^xsd:decimal ;
  geo-pos:long "-1.60491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9007'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60491'^^xsd:double;
  dwc:latitude '48.66692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60491 48.66692, -1.60491 48.66692, -1.60491 48.66692, -1.60491 48.66692, -1.60491 48.66692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9007'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71679 -1.60491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71679 -1.60491)"^^geo:wktLiteral ;
  geo-pos:lat "48.71679"^^xsd:decimal ;
  geo-pos:long "-1.60491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7824'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60491'^^xsd:double;
  dwc:latitude '48.71679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60491 48.71679, -1.60491 48.71679, -1.60491 48.71679, -1.60491 48.71679, -1.60491 48.71679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7824'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66033 -1.60489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66033 -1.60489)"^^geo:wktLiteral ;
  geo-pos:lat "48.66033"^^xsd:decimal ;
  geo-pos:long "-1.60489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10736'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60489'^^xsd:double;
  dwc:latitude '48.66033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60489 48.66033, -1.60489 48.66033, -1.60489 48.66033, -1.60489 48.66033, -1.60489 48.66033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10736'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73035 -1.60489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73035 -1.60489)"^^geo:wktLiteral ;
  geo-pos:lat "48.73035"^^xsd:decimal ;
  geo-pos:long "-1.60489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1910'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60489'^^xsd:double;
  dwc:latitude '48.73035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60489 48.73035, -1.60489 48.73035, -1.60489 48.73035, -1.60489 48.73035, -1.60489 48.73035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1910'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74408 -1.60488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74408 -1.60488)"^^geo:wktLiteral ;
  geo-pos:lat "48.74408"^^xsd:decimal ;
  geo-pos:long "-1.60488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2860'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60488'^^xsd:double;
  dwc:latitude '48.74408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60488 48.74408, -1.60488 48.74408, -1.60488 48.74408, -1.60488 48.74408, -1.60488 48.74408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2860'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6558 -1.60486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6558 -1.60486)"^^geo:wktLiteral ;
  geo-pos:lat "48.6558"^^xsd:decimal ;
  geo-pos:long "-1.60486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13292'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60486'^^xsd:double;
  dwc:latitude '48.6558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60486 48.6558, -1.60486 48.6558, -1.60486 48.6558, -1.60486 48.6558, -1.60486 48.6558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13292'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71443 -1.60484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71443 -1.60484)"^^geo:wktLiteral ;
  geo-pos:lat "48.71443"^^xsd:decimal ;
  geo-pos:long "-1.60484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9295'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60484'^^xsd:double;
  dwc:latitude '48.71443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60484 48.71443, -1.60484 48.71443, -1.60484 48.71443, -1.60484 48.71443, -1.60484 48.71443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9295'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64912 -1.60483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64912 -1.60483)"^^geo:wktLiteral ;
  geo-pos:lat "48.64912"^^xsd:decimal ;
  geo-pos:long "-1.60483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11968'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60483'^^xsd:double;
  dwc:latitude '48.64912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60483 48.64912, -1.60483 48.64912, -1.60483 48.64912, -1.60483 48.64912, -1.60483 48.64912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11968'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72041 -1.60483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72041 -1.60483)"^^geo:wktLiteral ;
  geo-pos:lat "48.72041"^^xsd:decimal ;
  geo-pos:long "-1.60483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5734'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60483'^^xsd:double;
  dwc:latitude '48.72041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60483 48.72041, -1.60483 48.72041, -1.60483 48.72041, -1.60483 48.72041, -1.60483 48.72041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5734'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72406 -1.60481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72406"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72406 -1.60481)"^^geo:wktLiteral ;
  geo-pos:lat "48.72406"^^xsd:decimal ;
  geo-pos:long "-1.60481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9517'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60481'^^xsd:double;
  dwc:latitude '48.72406'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60481 48.72406, -1.60481 48.72406, -1.60481 48.72406, -1.60481 48.72406, -1.60481 48.72406))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9517'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66645 -1.60477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66645 -1.60477)"^^geo:wktLiteral ;
  geo-pos:lat "48.66645"^^xsd:decimal ;
  geo-pos:long "-1.60477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9488'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60477'^^xsd:double;
  dwc:latitude '48.66645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60477 48.66645, -1.60477 48.66645, -1.60477 48.66645, -1.60477 48.66645, -1.60477 48.66645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9488'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71622 -1.60476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71622 -1.60476)"^^geo:wktLiteral ;
  geo-pos:lat "48.71622"^^xsd:decimal ;
  geo-pos:long "-1.60476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7726'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60476'^^xsd:double;
  dwc:latitude '48.71622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60476 48.71622, -1.60476 48.71622, -1.60476 48.71622, -1.60476 48.71622, -1.60476 48.71622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7726'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67053 -1.60475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67053 -1.60475)"^^geo:wktLiteral ;
  geo-pos:lat "48.67053"^^xsd:decimal ;
  geo-pos:long "-1.60475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3491'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60475'^^xsd:double;
  dwc:latitude '48.67053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60475 48.67053, -1.60475 48.67053, -1.60475 48.67053, -1.60475 48.67053, -1.60475 48.67053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3491'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65763 -1.60473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65763 -1.60473)"^^geo:wktLiteral ;
  geo-pos:lat "48.65763"^^xsd:decimal ;
  geo-pos:long "-1.60473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10751'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60473'^^xsd:double;
  dwc:latitude '48.65763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60473 48.65763, -1.60473 48.65763, -1.60473 48.65763, -1.60473 48.65763, -1.60473 48.65763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10751'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67369 -1.60473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67369 -1.60473)"^^geo:wktLiteral ;
  geo-pos:lat "48.67369"^^xsd:decimal ;
  geo-pos:long "-1.60473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10536'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60473'^^xsd:double;
  dwc:latitude '48.67369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60473 48.67369, -1.60473 48.67369, -1.60473 48.67369, -1.60473 48.67369, -1.60473 48.67369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10536'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71635 -1.60471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71635 -1.60471)"^^geo:wktLiteral ;
  geo-pos:lat "48.71635"^^xsd:decimal ;
  geo-pos:long "-1.60471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7872'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60471'^^xsd:double;
  dwc:latitude '48.71635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60471 48.71635, -1.60471 48.71635, -1.60471 48.71635, -1.60471 48.71635, -1.60471 48.71635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7872'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72293 -1.60469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72293 -1.60469)"^^geo:wktLiteral ;
  geo-pos:lat "48.72293"^^xsd:decimal ;
  geo-pos:long "-1.60469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9350'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60469'^^xsd:double;
  dwc:latitude '48.72293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60469 48.72293, -1.60469 48.72293, -1.60469 48.72293, -1.60469 48.72293, -1.60469 48.72293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9350'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69135 -1.60468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69135 -1.60468)"^^geo:wktLiteral ;
  geo-pos:lat "48.69135"^^xsd:decimal ;
  geo-pos:long "-1.60468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2138'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60468'^^xsd:double;
  dwc:latitude '48.69135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60468 48.69135, -1.60468 48.69135, -1.60468 48.69135, -1.60468 48.69135, -1.60468 48.69135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2138'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70458 -1.60467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70458 -1.60467)"^^geo:wktLiteral ;
  geo-pos:lat "48.70458"^^xsd:decimal ;
  geo-pos:long "-1.60467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1913'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60467'^^xsd:double;
  dwc:latitude '48.70458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60467 48.70458, -1.60467 48.70458, -1.60467 48.70458, -1.60467 48.70458, -1.60467 48.70458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1913'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65376 -1.60466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65376 -1.60466)"^^geo:wktLiteral ;
  geo-pos:lat "48.65376"^^xsd:decimal ;
  geo-pos:long "-1.60466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11508'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60466'^^xsd:double;
  dwc:latitude '48.65376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60466 48.65376, -1.60466 48.65376, -1.60466 48.65376, -1.60466 48.65376, -1.60466 48.65376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11508'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68446 -1.60466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68446"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68446 -1.60466)"^^geo:wktLiteral ;
  geo-pos:lat "48.68446"^^xsd:decimal ;
  geo-pos:long "-1.60466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5581'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60466'^^xsd:double;
  dwc:latitude '48.68446'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60466 48.68446, -1.60466 48.68446, -1.60466 48.68446, -1.60466 48.68446, -1.60466 48.68446))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5581'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70147 -1.60466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70147 -1.60466)"^^geo:wktLiteral ;
  geo-pos:lat "48.70147"^^xsd:decimal ;
  geo-pos:long "-1.60466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6509'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60466'^^xsd:double;
  dwc:latitude '48.70147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60466 48.70147, -1.60466 48.70147, -1.60466 48.70147, -1.60466 48.70147, -1.60466 48.70147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6509'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72364 -1.60463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72364"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72364 -1.60463)"^^geo:wktLiteral ;
  geo-pos:lat "48.72364"^^xsd:decimal ;
  geo-pos:long "-1.60463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7806'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60463'^^xsd:double;
  dwc:latitude '48.72364'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60463 48.72364, -1.60463 48.72364, -1.60463 48.72364, -1.60463 48.72364, -1.60463 48.72364))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7806'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69033 -1.60459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69033 -1.60459)"^^geo:wktLiteral ;
  geo-pos:lat "48.69033"^^xsd:decimal ;
  geo-pos:long "-1.60459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_823'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60459'^^xsd:double;
  dwc:latitude '48.69033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60459 48.69033, -1.60459 48.69033, -1.60459 48.69033, -1.60459 48.69033, -1.60459 48.69033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_823'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70123 -1.60459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70123"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70123 -1.60459)"^^geo:wktLiteral ;
  geo-pos:lat "48.70123"^^xsd:decimal ;
  geo-pos:long "-1.60459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60459'^^xsd:double;
  dwc:latitude '48.70123'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60459 48.70123, -1.60459 48.70123, -1.60459 48.70123, -1.60459 48.70123, -1.60459 48.70123))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67205 -1.60454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67205"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67205 -1.60454)"^^geo:wktLiteral ;
  geo-pos:lat "48.67205"^^xsd:decimal ;
  geo-pos:long "-1.60454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5180'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60454'^^xsd:double;
  dwc:latitude '48.67205'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60454 48.67205, -1.60454 48.67205, -1.60454 48.67205, -1.60454 48.67205, -1.60454 48.67205))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5180'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66957 -1.60453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66957 -1.60453)"^^geo:wktLiteral ;
  geo-pos:lat "48.66957"^^xsd:decimal ;
  geo-pos:long "-1.60453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7344'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60453'^^xsd:double;
  dwc:latitude '48.66957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60453 48.66957, -1.60453 48.66957, -1.60453 48.66957, -1.60453 48.66957, -1.60453 48.66957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7344'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70399 -1.60453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70399 -1.60453)"^^geo:wktLiteral ;
  geo-pos:lat "48.70399"^^xsd:decimal ;
  geo-pos:long "-1.60453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1127'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60453'^^xsd:double;
  dwc:latitude '48.70399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60453 48.70399, -1.60453 48.70399, -1.60453 48.70399, -1.60453 48.70399, -1.60453 48.70399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1127'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.60451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.60451)"^^geo:wktLiteral ;
  geo-pos:lat "48.66953"^^xsd:decimal ;
  geo-pos:long "-1.60451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8946'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60451'^^xsd:double;
  dwc:latitude '48.66953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60451 48.66953, -1.60451 48.66953, -1.60451 48.66953, -1.60451 48.66953, -1.60451 48.66953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8946'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66116 -1.6045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66116 -1.6045)"^^geo:wktLiteral ;
  geo-pos:lat "48.66116"^^xsd:decimal ;
  geo-pos:long "-1.6045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8998'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6045'^^xsd:double;
  dwc:latitude '48.66116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6045 48.66116, -1.6045 48.66116, -1.6045 48.66116, -1.6045 48.66116, -1.6045 48.66116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8998'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67296 -1.6045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67296"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67296 -1.6045)"^^geo:wktLiteral ;
  geo-pos:lat "48.67296"^^xsd:decimal ;
  geo-pos:long "-1.6045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3633'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6045'^^xsd:double;
  dwc:latitude '48.67296'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6045 48.67296, -1.6045 48.67296, -1.6045 48.67296, -1.6045 48.67296, -1.6045 48.67296))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3633'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70701 -1.60449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70701 -1.60449)"^^geo:wktLiteral ;
  geo-pos:lat "48.70701"^^xsd:decimal ;
  geo-pos:long "-1.60449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5442'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60449'^^xsd:double;
  dwc:latitude '48.70701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60449 48.70701, -1.60449 48.70701, -1.60449 48.70701, -1.60449 48.70701, -1.60449 48.70701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5442'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7098 -1.60446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7098 -1.60446)"^^geo:wktLiteral ;
  geo-pos:lat "48.7098"^^xsd:decimal ;
  geo-pos:long "-1.60446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3501'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60446'^^xsd:double;
  dwc:latitude '48.7098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60446 48.7098, -1.60446 48.7098, -1.60446 48.7098, -1.60446 48.7098, -1.60446 48.7098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3501'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68637 -1.60443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68637 -1.60443)"^^geo:wktLiteral ;
  geo-pos:lat "48.68637"^^xsd:decimal ;
  geo-pos:long "-1.60443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3639'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60443'^^xsd:double;
  dwc:latitude '48.68637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60443 48.68637, -1.60443 48.68637, -1.60443 48.68637, -1.60443 48.68637, -1.60443 48.68637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3639'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68801 -1.60441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68801 -1.60441)"^^geo:wktLiteral ;
  geo-pos:lat "48.68801"^^xsd:decimal ;
  geo-pos:long "-1.60441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6414'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60441'^^xsd:double;
  dwc:latitude '48.68801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60441 48.68801, -1.60441 48.68801, -1.60441 48.68801, -1.60441 48.68801, -1.60441 48.68801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6414'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72205 -1.60441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72205"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72205 -1.60441)"^^geo:wktLiteral ;
  geo-pos:lat "48.72205"^^xsd:decimal ;
  geo-pos:long "-1.60441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9299'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60441'^^xsd:double;
  dwc:latitude '48.72205'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60441 48.72205, -1.60441 48.72205, -1.60441 48.72205, -1.60441 48.72205, -1.60441 48.72205))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9299'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6607 -1.6044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6607 -1.6044)"^^geo:wktLiteral ;
  geo-pos:lat "48.6607"^^xsd:decimal ;
  geo-pos:long "-1.6044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8976'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6044'^^xsd:double;
  dwc:latitude '48.6607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6044 48.6607, -1.6044 48.6607, -1.6044 48.6607, -1.6044 48.6607, -1.6044 48.6607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8976'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65633 -1.60435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65633 -1.60435)"^^geo:wktLiteral ;
  geo-pos:lat "48.65633"^^xsd:decimal ;
  geo-pos:long "-1.60435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12629'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60435'^^xsd:double;
  dwc:latitude '48.65633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60435 48.65633, -1.60435 48.65633, -1.60435 48.65633, -1.60435 48.65633, -1.60435 48.65633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12629'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67768 -1.60434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67768 -1.60434)"^^geo:wktLiteral ;
  geo-pos:lat "48.67768"^^xsd:decimal ;
  geo-pos:long "-1.60434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6042'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60434'^^xsd:double;
  dwc:latitude '48.67768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60434 48.67768, -1.60434 48.67768, -1.60434 48.67768, -1.60434 48.67768, -1.60434 48.67768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6042'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73815 -1.60434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73815 -1.60434)"^^geo:wktLiteral ;
  geo-pos:lat "48.73815"^^xsd:decimal ;
  geo-pos:long "-1.60434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2504'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60434'^^xsd:double;
  dwc:latitude '48.73815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60434 48.73815, -1.60434 48.73815, -1.60434 48.73815, -1.60434 48.73815, -1.60434 48.73815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2504'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66554 -1.60432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66554 -1.60432)"^^geo:wktLiteral ;
  geo-pos:lat "48.66554"^^xsd:decimal ;
  geo-pos:long "-1.60432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10078'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60432'^^xsd:double;
  dwc:latitude '48.66554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60432 48.66554, -1.60432 48.66554, -1.60432 48.66554, -1.60432 48.66554, -1.60432 48.66554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10078'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66776 -1.60431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66776 -1.60431)"^^geo:wktLiteral ;
  geo-pos:lat "48.66776"^^xsd:decimal ;
  geo-pos:long "-1.60431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10420'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60431'^^xsd:double;
  dwc:latitude '48.66776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60431 48.66776, -1.60431 48.66776, -1.60431 48.66776, -1.60431 48.66776, -1.60431 48.66776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10420'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66976 -1.60431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66976 -1.60431)"^^geo:wktLiteral ;
  geo-pos:lat "48.66976"^^xsd:decimal ;
  geo-pos:long "-1.60431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2784'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60431'^^xsd:double;
  dwc:latitude '48.66976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60431 48.66976, -1.60431 48.66976, -1.60431 48.66976, -1.60431 48.66976, -1.60431 48.66976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2784'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71183 -1.60431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71183"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71183 -1.60431)"^^geo:wktLiteral ;
  geo-pos:lat "48.71183"^^xsd:decimal ;
  geo-pos:long "-1.60431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8543'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60431'^^xsd:double;
  dwc:latitude '48.71183'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60431 48.71183, -1.60431 48.71183, -1.60431 48.71183, -1.60431 48.71183, -1.60431 48.71183))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8543'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71629 -1.60431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71629 -1.60431)"^^geo:wktLiteral ;
  geo-pos:lat "48.71629"^^xsd:decimal ;
  geo-pos:long "-1.60431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7841'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60431'^^xsd:double;
  dwc:latitude '48.71629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60431 48.71629, -1.60431 48.71629, -1.60431 48.71629, -1.60431 48.71629, -1.60431 48.71629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7841'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63921 -1.60426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63921 -1.60426)"^^geo:wktLiteral ;
  geo-pos:lat "48.63921"^^xsd:decimal ;
  geo-pos:long "-1.60426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13502'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60426'^^xsd:double;
  dwc:latitude '48.63921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60426 48.63921, -1.60426 48.63921, -1.60426 48.63921, -1.60426 48.63921, -1.60426 48.63921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13502'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70083 -1.60425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70083 -1.60425)"^^geo:wktLiteral ;
  geo-pos:lat "48.70083"^^xsd:decimal ;
  geo-pos:long "-1.60425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8114'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60425'^^xsd:double;
  dwc:latitude '48.70083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60425 48.70083, -1.60425 48.70083, -1.60425 48.70083, -1.60425 48.70083, -1.60425 48.70083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8114'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67515 -1.60424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67515"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67515 -1.60424)"^^geo:wktLiteral ;
  geo-pos:lat "48.67515"^^xsd:decimal ;
  geo-pos:long "-1.60424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12086'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60424'^^xsd:double;
  dwc:latitude '48.67515'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60424 48.67515, -1.60424 48.67515, -1.60424 48.67515, -1.60424 48.67515, -1.60424 48.67515))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12086'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68154 -1.60424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68154 -1.60424)"^^geo:wktLiteral ;
  geo-pos:lat "48.68154"^^xsd:decimal ;
  geo-pos:long "-1.60424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5615'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60424'^^xsd:double;
  dwc:latitude '48.68154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60424 48.68154, -1.60424 48.68154, -1.60424 48.68154, -1.60424 48.68154, -1.60424 48.68154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5615'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66117 -1.60421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66117 -1.60421)"^^geo:wktLiteral ;
  geo-pos:lat "48.66117"^^xsd:decimal ;
  geo-pos:long "-1.60421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12067'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60421'^^xsd:double;
  dwc:latitude '48.66117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60421 48.66117, -1.60421 48.66117, -1.60421 48.66117, -1.60421 48.66117, -1.60421 48.66117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12067'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70745 -1.60421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70745 -1.60421)"^^geo:wktLiteral ;
  geo-pos:lat "48.70745"^^xsd:decimal ;
  geo-pos:long "-1.60421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10182'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60421'^^xsd:double;
  dwc:latitude '48.70745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60421 48.70745, -1.60421 48.70745, -1.60421 48.70745, -1.60421 48.70745, -1.60421 48.70745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10182'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66774 -1.6042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66774 -1.6042)"^^geo:wktLiteral ;
  geo-pos:lat "48.66774"^^xsd:decimal ;
  geo-pos:long "-1.6042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13014'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6042'^^xsd:double;
  dwc:latitude '48.66774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6042 48.66774, -1.6042 48.66774, -1.6042 48.66774, -1.6042 48.66774, -1.6042 48.66774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13014'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69608 -1.60419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69608 -1.60419)"^^geo:wktLiteral ;
  geo-pos:lat "48.69608"^^xsd:decimal ;
  geo-pos:long "-1.60419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5561'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60419'^^xsd:double;
  dwc:latitude '48.69608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60419 48.69608, -1.60419 48.69608, -1.60419 48.69608, -1.60419 48.69608, -1.60419 48.69608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5561'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70732 -1.60419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_67>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70732 -1.60419)"^^geo:wktLiteral ;
  geo-pos:lat "48.70732"^^xsd:decimal ;
  geo-pos:long "-1.60419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_67'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_67'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60419'^^xsd:double;
  dwc:latitude '48.70732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60419 48.70732, -1.60419 48.70732, -1.60419 48.70732, -1.60419 48.70732, -1.60419 48.70732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_67'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70098 -1.60418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70098 -1.60418)"^^geo:wktLiteral ;
  geo-pos:lat "48.70098"^^xsd:decimal ;
  geo-pos:long "-1.60418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6538'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60418'^^xsd:double;
  dwc:latitude '48.70098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60418 48.70098, -1.60418 48.70098, -1.60418 48.70098, -1.60418 48.70098, -1.60418 48.70098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6538'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67646 -1.60416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67646 -1.60416)"^^geo:wktLiteral ;
  geo-pos:lat "48.67646"^^xsd:decimal ;
  geo-pos:long "-1.60416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8314'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60416'^^xsd:double;
  dwc:latitude '48.67646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60416 48.67646, -1.60416 48.67646, -1.60416 48.67646, -1.60416 48.67646, -1.60416 48.67646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8314'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65729 -1.60415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65729"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65729 -1.60415)"^^geo:wktLiteral ;
  geo-pos:lat "48.65729"^^xsd:decimal ;
  geo-pos:long "-1.60415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2715'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60415'^^xsd:double;
  dwc:latitude '48.65729'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60415 48.65729, -1.60415 48.65729, -1.60415 48.65729, -1.60415 48.65729, -1.60415 48.65729))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2715'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69218 -1.60414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69218 -1.60414)"^^geo:wktLiteral ;
  geo-pos:lat "48.69218"^^xsd:decimal ;
  geo-pos:long "-1.60414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5598'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60414'^^xsd:double;
  dwc:latitude '48.69218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60414 48.69218, -1.60414 48.69218, -1.60414 48.69218, -1.60414 48.69218, -1.60414 48.69218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5598'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70939 -1.60413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70939 -1.60413)"^^geo:wktLiteral ;
  geo-pos:lat "48.70939"^^xsd:decimal ;
  geo-pos:long "-1.60413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5489'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60413'^^xsd:double;
  dwc:latitude '48.70939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60413 48.70939, -1.60413 48.70939, -1.60413 48.70939, -1.60413 48.70939, -1.60413 48.70939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5489'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65119 -1.6041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65119"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65119 -1.6041)"^^geo:wktLiteral ;
  geo-pos:lat "48.65119"^^xsd:decimal ;
  geo-pos:long "-1.6041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7604'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6041'^^xsd:double;
  dwc:latitude '48.65119'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6041 48.65119, -1.6041 48.65119, -1.6041 48.65119, -1.6041 48.65119, -1.6041 48.65119))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7604'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6513 -1.60409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6513 -1.60409)"^^geo:wktLiteral ;
  geo-pos:lat "48.6513"^^xsd:decimal ;
  geo-pos:long "-1.60409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11454'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60409'^^xsd:double;
  dwc:latitude '48.6513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60409 48.6513, -1.60409 48.6513, -1.60409 48.6513, -1.60409 48.6513, -1.60409 48.6513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11454'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66108 -1.60407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66108 -1.60407)"^^geo:wktLiteral ;
  geo-pos:lat "48.66108"^^xsd:decimal ;
  geo-pos:long "-1.60407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8311'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60407'^^xsd:double;
  dwc:latitude '48.66108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60407 48.66108, -1.60407 48.66108, -1.60407 48.66108, -1.60407 48.66108, -1.60407 48.66108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8311'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73409 -1.60406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73409 -1.60406)"^^geo:wktLiteral ;
  geo-pos:lat "48.73409"^^xsd:decimal ;
  geo-pos:long "-1.60406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9753'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60406'^^xsd:double;
  dwc:latitude '48.73409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60406 48.73409, -1.60406 48.73409, -1.60406 48.73409, -1.60406 48.73409, -1.60406 48.73409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9753'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64113 -1.60405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64113 -1.60405)"^^geo:wktLiteral ;
  geo-pos:lat "48.64113"^^xsd:decimal ;
  geo-pos:long "-1.60405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13047'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60405'^^xsd:double;
  dwc:latitude '48.64113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60405 48.64113, -1.60405 48.64113, -1.60405 48.64113, -1.60405 48.64113, -1.60405 48.64113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13047'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68894 -1.60404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68894 -1.60404)"^^geo:wktLiteral ;
  geo-pos:lat "48.68894"^^xsd:decimal ;
  geo-pos:long "-1.60404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2001'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60404'^^xsd:double;
  dwc:latitude '48.68894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60404 48.68894, -1.60404 48.68894, -1.60404 48.68894, -1.60404 48.68894, -1.60404 48.68894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2001'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75085 -1.60404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75085 -1.60404)"^^geo:wktLiteral ;
  geo-pos:lat "48.75085"^^xsd:decimal ;
  geo-pos:long "-1.60404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9927'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60404'^^xsd:double;
  dwc:latitude '48.75085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60404 48.75085, -1.60404 48.75085, -1.60404 48.75085, -1.60404 48.75085, -1.60404 48.75085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9927'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68985 -1.60403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68985"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68985 -1.60403)"^^geo:wktLiteral ;
  geo-pos:lat "48.68985"^^xsd:decimal ;
  geo-pos:long "-1.60403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60403'^^xsd:double;
  dwc:latitude '48.68985'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60403 48.68985, -1.60403 48.68985, -1.60403 48.68985, -1.60403 48.68985, -1.60403 48.68985))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66393 -1.60401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66393 -1.60401)"^^geo:wktLiteral ;
  geo-pos:lat "48.66393"^^xsd:decimal ;
  geo-pos:long "-1.60401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8987'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60401'^^xsd:double;
  dwc:latitude '48.66393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60401 48.66393, -1.60401 48.66393, -1.60401 48.66393, -1.60401 48.66393, -1.60401 48.66393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8987'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66958 -1.604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66958 -1.604)"^^geo:wktLiteral ;
  geo-pos:lat "48.66958"^^xsd:decimal ;
  geo-pos:long "-1.604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7363'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.604'^^xsd:double;
  dwc:latitude '48.66958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.604 48.66958, -1.604 48.66958, -1.604 48.66958, -1.604 48.66958, -1.604 48.66958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7363'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66324 -1.60399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66324"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66324 -1.60399)"^^geo:wktLiteral ;
  geo-pos:lat "48.66324"^^xsd:decimal ;
  geo-pos:long "-1.60399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13460'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60399'^^xsd:double;
  dwc:latitude '48.66324'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60399 48.66324, -1.60399 48.66324, -1.60399 48.66324, -1.60399 48.66324, -1.60399 48.66324))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13460'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67472 -1.60398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67472 -1.60398)"^^geo:wktLiteral ;
  geo-pos:lat "48.67472"^^xsd:decimal ;
  geo-pos:long "-1.60398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11073'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60398'^^xsd:double;
  dwc:latitude '48.67472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60398 48.67472, -1.60398 48.67472, -1.60398 48.67472, -1.60398 48.67472, -1.60398 48.67472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11073'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67541 -1.60398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67541 -1.60398)"^^geo:wktLiteral ;
  geo-pos:lat "48.67541"^^xsd:decimal ;
  geo-pos:long "-1.60398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10817'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60398'^^xsd:double;
  dwc:latitude '48.67541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60398 48.67541, -1.60398 48.67541, -1.60398 48.67541, -1.60398 48.67541, -1.60398 48.67541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10817'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68913 -1.60398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68913 -1.60398)"^^geo:wktLiteral ;
  geo-pos:lat "48.68913"^^xsd:decimal ;
  geo-pos:long "-1.60398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2000'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60398'^^xsd:double;
  dwc:latitude '48.68913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60398 48.68913, -1.60398 48.68913, -1.60398 48.68913, -1.60398 48.68913, -1.60398 48.68913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2000'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66837 -1.60394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66837 -1.60394)"^^geo:wktLiteral ;
  geo-pos:lat "48.66837"^^xsd:decimal ;
  geo-pos:long "-1.60394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2039'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60394'^^xsd:double;
  dwc:latitude '48.66837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60394 48.66837, -1.60394 48.66837, -1.60394 48.66837, -1.60394 48.66837, -1.60394 48.66837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2039'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70972 -1.60394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70972 -1.60394)"^^geo:wktLiteral ;
  geo-pos:lat "48.70972"^^xsd:decimal ;
  geo-pos:long "-1.60394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10292'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60394'^^xsd:double;
  dwc:latitude '48.70972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60394 48.70972, -1.60394 48.70972, -1.60394 48.70972, -1.60394 48.70972, -1.60394 48.70972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10292'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7309 -1.60394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7309 -1.60394)"^^geo:wktLiteral ;
  geo-pos:lat "48.7309"^^xsd:decimal ;
  geo-pos:long "-1.60394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1154'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60394'^^xsd:double;
  dwc:latitude '48.7309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60394 48.7309, -1.60394 48.7309, -1.60394 48.7309, -1.60394 48.7309, -1.60394 48.7309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1154'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73163 -1.60394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73163 -1.60394)"^^geo:wktLiteral ;
  geo-pos:lat "48.73163"^^xsd:decimal ;
  geo-pos:long "-1.60394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7792'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60394'^^xsd:double;
  dwc:latitude '48.73163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60394 48.73163, -1.60394 48.73163, -1.60394 48.73163, -1.60394 48.73163, -1.60394 48.73163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7792'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68714 -1.60393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68714"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68714 -1.60393)"^^geo:wktLiteral ;
  geo-pos:lat "48.68714"^^xsd:decimal ;
  geo-pos:long "-1.60393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5720'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60393'^^xsd:double;
  dwc:latitude '48.68714'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60393 48.68714, -1.60393 48.68714, -1.60393 48.68714, -1.60393 48.68714, -1.60393 48.68714))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5720'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71933 -1.60393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71933 -1.60393)"^^geo:wktLiteral ;
  geo-pos:lat "48.71933"^^xsd:decimal ;
  geo-pos:long "-1.60393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7896'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60393'^^xsd:double;
  dwc:latitude '48.71933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60393 48.71933, -1.60393 48.71933, -1.60393 48.71933, -1.60393 48.71933, -1.60393 48.71933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7896'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64927 -1.60392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64927 -1.60392)"^^geo:wktLiteral ;
  geo-pos:lat "48.64927"^^xsd:decimal ;
  geo-pos:long "-1.60392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13151'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60392'^^xsd:double;
  dwc:latitude '48.64927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60392 48.64927, -1.60392 48.64927, -1.60392 48.64927, -1.60392 48.64927, -1.60392 48.64927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13151'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68257 -1.60391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68257 -1.60391)"^^geo:wktLiteral ;
  geo-pos:lat "48.68257"^^xsd:decimal ;
  geo-pos:long "-1.60391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7088'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60391'^^xsd:double;
  dwc:latitude '48.68257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60391 48.68257, -1.60391 48.68257, -1.60391 48.68257, -1.60391 48.68257, -1.60391 48.68257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7088'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.60387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.60387)"^^geo:wktLiteral ;
  geo-pos:lat "48.69963"^^xsd:decimal ;
  geo-pos:long "-1.60387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6596'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60387'^^xsd:double;
  dwc:latitude '48.69963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60387 48.69963, -1.60387 48.69963, -1.60387 48.69963, -1.60387 48.69963, -1.60387 48.69963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6596'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66199 -1.60386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66199 -1.60386)"^^geo:wktLiteral ;
  geo-pos:lat "48.66199"^^xsd:decimal ;
  geo-pos:long "-1.60386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8986'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60386'^^xsd:double;
  dwc:latitude '48.66199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60386 48.66199, -1.60386 48.66199, -1.60386 48.66199, -1.60386 48.66199, -1.60386 48.66199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8986'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74352 -1.60384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74352 -1.60384)"^^geo:wktLiteral ;
  geo-pos:lat "48.74352"^^xsd:decimal ;
  geo-pos:long "-1.60384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1137'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60384'^^xsd:double;
  dwc:latitude '48.74352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60384 48.74352, -1.60384 48.74352, -1.60384 48.74352, -1.60384 48.74352, -1.60384 48.74352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1137'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66362 -1.60379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66362 -1.60379)"^^geo:wktLiteral ;
  geo-pos:lat "48.66362"^^xsd:decimal ;
  geo-pos:long "-1.60379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9189'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60379'^^xsd:double;
  dwc:latitude '48.66362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60379 48.66362, -1.60379 48.66362, -1.60379 48.66362, -1.60379 48.66362, -1.60379 48.66362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9189'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68498 -1.60376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68498 -1.60376)"^^geo:wktLiteral ;
  geo-pos:lat "48.68498"^^xsd:decimal ;
  geo-pos:long "-1.60376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5300'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60376'^^xsd:double;
  dwc:latitude '48.68498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60376 48.68498, -1.60376 48.68498, -1.60376 48.68498, -1.60376 48.68498, -1.60376 48.68498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5300'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76381 -1.60375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76381"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76381 -1.60375)"^^geo:wktLiteral ;
  geo-pos:lat "48.76381"^^xsd:decimal ;
  geo-pos:long "-1.60375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9971'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60375'^^xsd:double;
  dwc:latitude '48.76381'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60375 48.76381, -1.60375 48.76381, -1.60375 48.76381, -1.60375 48.76381, -1.60375 48.76381))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9971'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66145 -1.6037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66145 -1.6037)"^^geo:wktLiteral ;
  geo-pos:lat "48.66145"^^xsd:decimal ;
  geo-pos:long "-1.6037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6802'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6037'^^xsd:double;
  dwc:latitude '48.66145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6037 48.66145, -1.6037 48.66145, -1.6037 48.66145, -1.6037 48.66145, -1.6037 48.66145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6802'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67294 -1.60369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67294 -1.60369)"^^geo:wktLiteral ;
  geo-pos:lat "48.67294"^^xsd:decimal ;
  geo-pos:long "-1.60369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9593'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60369'^^xsd:double;
  dwc:latitude '48.67294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60369 48.67294, -1.60369 48.67294, -1.60369 48.67294, -1.60369 48.67294, -1.60369 48.67294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9593'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6801 -1.60368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6801 -1.60368)"^^geo:wktLiteral ;
  geo-pos:lat "48.6801"^^xsd:decimal ;
  geo-pos:long "-1.60368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6040'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60368'^^xsd:double;
  dwc:latitude '48.6801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60368 48.6801, -1.60368 48.6801, -1.60368 48.6801, -1.60368 48.6801, -1.60368 48.6801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6040'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71782 -1.60368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71782 -1.60368)"^^geo:wktLiteral ;
  geo-pos:lat "48.71782"^^xsd:decimal ;
  geo-pos:long "-1.60368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7717'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60368'^^xsd:double;
  dwc:latitude '48.71782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60368 48.71782, -1.60368 48.71782, -1.60368 48.71782, -1.60368 48.71782, -1.60368 48.71782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7717'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74598 -1.60367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74598 -1.60367)"^^geo:wktLiteral ;
  geo-pos:lat "48.74598"^^xsd:decimal ;
  geo-pos:long "-1.60367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6379'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60367'^^xsd:double;
  dwc:latitude '48.74598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60367 48.74598, -1.60367 48.74598, -1.60367 48.74598, -1.60367 48.74598, -1.60367 48.74598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6379'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69181 -1.60366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69181 -1.60366)"^^geo:wktLiteral ;
  geo-pos:lat "48.69181"^^xsd:decimal ;
  geo-pos:long "-1.60366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9470'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60366'^^xsd:double;
  dwc:latitude '48.69181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60366 48.69181, -1.60366 48.69181, -1.60366 48.69181, -1.60366 48.69181, -1.60366 48.69181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9470'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70445 -1.60361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70445 -1.60361)"^^geo:wktLiteral ;
  geo-pos:lat "48.70445"^^xsd:decimal ;
  geo-pos:long "-1.60361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1917'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60361'^^xsd:double;
  dwc:latitude '48.70445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60361 48.70445, -1.60361 48.70445, -1.60361 48.70445, -1.60361 48.70445, -1.60361 48.70445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1917'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73804 -1.60358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73804 -1.60358)"^^geo:wktLiteral ;
  geo-pos:lat "48.73804"^^xsd:decimal ;
  geo-pos:long "-1.60358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4974'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60358'^^xsd:double;
  dwc:latitude '48.73804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60358 48.73804, -1.60358 48.73804, -1.60358 48.73804, -1.60358 48.73804, -1.60358 48.73804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4974'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66765 -1.60356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66765 -1.60356)"^^geo:wktLiteral ;
  geo-pos:lat "48.66765"^^xsd:decimal ;
  geo-pos:long "-1.60356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6777'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60356'^^xsd:double;
  dwc:latitude '48.66765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60356 48.66765, -1.60356 48.66765, -1.60356 48.66765, -1.60356 48.66765, -1.60356 48.66765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6777'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71782 -1.60355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71782 -1.60355)"^^geo:wktLiteral ;
  geo-pos:lat "48.71782"^^xsd:decimal ;
  geo-pos:long "-1.60355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7932'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60355'^^xsd:double;
  dwc:latitude '48.71782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60355 48.71782, -1.60355 48.71782, -1.60355 48.71782, -1.60355 48.71782, -1.60355 48.71782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7932'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67568 -1.6035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67568 -1.6035)"^^geo:wktLiteral ;
  geo-pos:lat "48.67568"^^xsd:decimal ;
  geo-pos:long "-1.6035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9883'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6035'^^xsd:double;
  dwc:latitude '48.67568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6035 48.67568, -1.6035 48.67568, -1.6035 48.67568, -1.6035 48.67568, -1.6035 48.67568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9883'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73821 -1.6035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73821 -1.6035)"^^geo:wktLiteral ;
  geo-pos:lat "48.73821"^^xsd:decimal ;
  geo-pos:long "-1.6035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1153'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6035'^^xsd:double;
  dwc:latitude '48.73821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6035 48.73821, -1.6035 48.73821, -1.6035 48.73821, -1.6035 48.73821, -1.6035 48.73821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1153'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70683 -1.60341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_66>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70683 -1.60341)"^^geo:wktLiteral ;
  geo-pos:lat "48.70683"^^xsd:decimal ;
  geo-pos:long "-1.60341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_66'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_66'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60341'^^xsd:double;
  dwc:latitude '48.70683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60341 48.70683, -1.60341 48.70683, -1.60341 48.70683, -1.60341 48.70683, -1.60341 48.70683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_66'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73562 -1.6034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73562 -1.6034)"^^geo:wktLiteral ;
  geo-pos:lat "48.73562"^^xsd:decimal ;
  geo-pos:long "-1.6034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7894'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6034'^^xsd:double;
  dwc:latitude '48.73562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6034 48.73562, -1.6034 48.73562, -1.6034 48.73562, -1.6034 48.73562, -1.6034 48.73562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7894'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66503 -1.60339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66503 -1.60339)"^^geo:wktLiteral ;
  geo-pos:lat "48.66503"^^xsd:decimal ;
  geo-pos:long "-1.60339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3119'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60339'^^xsd:double;
  dwc:latitude '48.66503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60339 48.66503, -1.60339 48.66503, -1.60339 48.66503, -1.60339 48.66503, -1.60339 48.66503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3119'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66131 -1.60335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66131 -1.60335)"^^geo:wktLiteral ;
  geo-pos:lat "48.66131"^^xsd:decimal ;
  geo-pos:long "-1.60335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10656'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60335'^^xsd:double;
  dwc:latitude '48.66131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60335 48.66131, -1.60335 48.66131, -1.60335 48.66131, -1.60335 48.66131, -1.60335 48.66131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10656'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66192 -1.60334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66192 -1.60334)"^^geo:wktLiteral ;
  geo-pos:lat "48.66192"^^xsd:decimal ;
  geo-pos:long "-1.60334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6801'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60334'^^xsd:double;
  dwc:latitude '48.66192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60334 48.66192, -1.60334 48.66192, -1.60334 48.66192, -1.60334 48.66192, -1.60334 48.66192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6801'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6918 -1.60331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6918 -1.60331)"^^geo:wktLiteral ;
  geo-pos:lat "48.6918"^^xsd:decimal ;
  geo-pos:long "-1.60331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_100'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60331'^^xsd:double;
  dwc:latitude '48.6918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60331 48.6918, -1.60331 48.6918, -1.60331 48.6918, -1.60331 48.6918, -1.60331 48.6918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_100'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65385 -1.60329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65385 -1.60329)"^^geo:wktLiteral ;
  geo-pos:lat "48.65385"^^xsd:decimal ;
  geo-pos:long "-1.60329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_12212'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60329'^^xsd:double;
  dwc:latitude '48.65385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60329 48.65385, -1.60329 48.65385, -1.60329 48.65385, -1.60329 48.65385, -1.60329 48.65385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12212'^^xsd:string;
  dwc:observationDate '2008-01-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67825 -1.60329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67825 -1.60329)"^^geo:wktLiteral ;
  geo-pos:lat "48.67825"^^xsd:decimal ;
  geo-pos:long "-1.60329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8532'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60329'^^xsd:double;
  dwc:latitude '48.67825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60329 48.67825, -1.60329 48.67825, -1.60329 48.67825, -1.60329 48.67825, -1.60329 48.67825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8532'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67061 -1.60325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67061 -1.60325)"^^geo:wktLiteral ;
  geo-pos:lat "48.67061"^^xsd:decimal ;
  geo-pos:long "-1.60325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9158'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60325'^^xsd:double;
  dwc:latitude '48.67061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60325 48.67061, -1.60325 48.67061, -1.60325 48.67061, -1.60325 48.67061, -1.60325 48.67061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9158'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67939 -1.60325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67939 -1.60325)"^^geo:wktLiteral ;
  geo-pos:lat "48.67939"^^xsd:decimal ;
  geo-pos:long "-1.60325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10282'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60325'^^xsd:double;
  dwc:latitude '48.67939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60325 48.67939, -1.60325 48.67939, -1.60325 48.67939, -1.60325 48.67939, -1.60325 48.67939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10282'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71927 -1.60325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71927 -1.60325)"^^geo:wktLiteral ;
  geo-pos:lat "48.71927"^^xsd:decimal ;
  geo-pos:long "-1.60325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7952'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60325'^^xsd:double;
  dwc:latitude '48.71927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60325 48.71927, -1.60325 48.71927, -1.60325 48.71927, -1.60325 48.71927, -1.60325 48.71927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7952'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71759 -1.60321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71759 -1.60321)"^^geo:wktLiteral ;
  geo-pos:lat "48.71759"^^xsd:decimal ;
  geo-pos:long "-1.60321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7914'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60321'^^xsd:double;
  dwc:latitude '48.71759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60321 48.71759, -1.60321 48.71759, -1.60321 48.71759, -1.60321 48.71759, -1.60321 48.71759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7914'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.656 -1.60319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.656 -1.60319)"^^geo:wktLiteral ;
  geo-pos:lat "48.656"^^xsd:decimal ;
  geo-pos:long "-1.60319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12601'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60319'^^xsd:double;
  dwc:latitude '48.656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60319 48.656, -1.60319 48.656, -1.60319 48.656, -1.60319 48.656, -1.60319 48.656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12601'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70206 -1.60318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70206"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70206 -1.60318)"^^geo:wktLiteral ;
  geo-pos:lat "48.70206"^^xsd:decimal ;
  geo-pos:long "-1.60318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6598'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60318'^^xsd:double;
  dwc:latitude '48.70206'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60318 48.70206, -1.60318 48.70206, -1.60318 48.70206, -1.60318 48.70206, -1.60318 48.70206))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6598'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64641 -1.60317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64641 -1.60317)"^^geo:wktLiteral ;
  geo-pos:lat "48.64641"^^xsd:decimal ;
  geo-pos:long "-1.60317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11984'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60317'^^xsd:double;
  dwc:latitude '48.64641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60317 48.64641, -1.60317 48.64641, -1.60317 48.64641, -1.60317 48.64641, -1.60317 48.64641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11984'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69473 -1.60316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69473"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69473 -1.60316)"^^geo:wktLiteral ;
  geo-pos:lat "48.69473"^^xsd:decimal ;
  geo-pos:long "-1.60316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4295'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60316'^^xsd:double;
  dwc:latitude '48.69473'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60316 48.69473, -1.60316 48.69473, -1.60316 48.69473, -1.60316 48.69473, -1.60316 48.69473))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4295'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71757 -1.60315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71757"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71757 -1.60315)"^^geo:wktLiteral ;
  geo-pos:lat "48.71757"^^xsd:decimal ;
  geo-pos:long "-1.60315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7731'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60315'^^xsd:double;
  dwc:latitude '48.71757'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60315 48.71757, -1.60315 48.71757, -1.60315 48.71757, -1.60315 48.71757, -1.60315 48.71757))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7731'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67368 -1.60314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67368"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67368 -1.60314)"^^geo:wktLiteral ;
  geo-pos:lat "48.67368"^^xsd:decimal ;
  geo-pos:long "-1.60314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3216'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60314'^^xsd:double;
  dwc:latitude '48.67368'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60314 48.67368, -1.60314 48.67368, -1.60314 48.67368, -1.60314 48.67368, -1.60314 48.67368))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3216'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71679 -1.60314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71679 -1.60314)"^^geo:wktLiteral ;
  geo-pos:lat "48.71679"^^xsd:decimal ;
  geo-pos:long "-1.60314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7825'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60314'^^xsd:double;
  dwc:latitude '48.71679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60314 48.71679, -1.60314 48.71679, -1.60314 48.71679, -1.60314 48.71679, -1.60314 48.71679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7825'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64109 -1.6031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64109 -1.6031)"^^geo:wktLiteral ;
  geo-pos:lat "48.64109"^^xsd:decimal ;
  geo-pos:long "-1.6031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13520'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6031'^^xsd:double;
  dwc:latitude '48.64109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6031 48.64109, -1.6031 48.64109, -1.6031 48.64109, -1.6031 48.64109, -1.6031 48.64109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13520'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69811 -1.60309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69811 -1.60309)"^^geo:wktLiteral ;
  geo-pos:lat "48.69811"^^xsd:decimal ;
  geo-pos:long "-1.60309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8687'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60309'^^xsd:double;
  dwc:latitude '48.69811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60309 48.69811, -1.60309 48.69811, -1.60309 48.69811, -1.60309 48.69811, -1.60309 48.69811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8687'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72081 -1.60309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72081 -1.60309)"^^geo:wktLiteral ;
  geo-pos:lat "48.72081"^^xsd:decimal ;
  geo-pos:long "-1.60309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9372'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60309'^^xsd:double;
  dwc:latitude '48.72081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60309 48.72081, -1.60309 48.72081, -1.60309 48.72081, -1.60309 48.72081, -1.60309 48.72081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9372'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73248 -1.60305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73248 -1.60305)"^^geo:wktLiteral ;
  geo-pos:lat "48.73248"^^xsd:decimal ;
  geo-pos:long "-1.60305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8457'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60305'^^xsd:double;
  dwc:latitude '48.73248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60305 48.73248, -1.60305 48.73248, -1.60305 48.73248, -1.60305 48.73248, -1.60305 48.73248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8457'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66811 -1.60303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66811 -1.60303)"^^geo:wktLiteral ;
  geo-pos:lat "48.66811"^^xsd:decimal ;
  geo-pos:long "-1.60303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12895'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60303'^^xsd:double;
  dwc:latitude '48.66811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60303 48.66811, -1.60303 48.66811, -1.60303 48.66811, -1.60303 48.66811, -1.60303 48.66811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12895'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68679 -1.60303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68679 -1.60303)"^^geo:wktLiteral ;
  geo-pos:lat "48.68679"^^xsd:decimal ;
  geo-pos:long "-1.60303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3619'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60303'^^xsd:double;
  dwc:latitude '48.68679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60303 48.68679, -1.60303 48.68679, -1.60303 48.68679, -1.60303 48.68679, -1.60303 48.68679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3619'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64941 -1.60299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64941 -1.60299)"^^geo:wktLiteral ;
  geo-pos:lat "48.64941"^^xsd:decimal ;
  geo-pos:long "-1.60299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10706'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60299'^^xsd:double;
  dwc:latitude '48.64941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60299 48.64941, -1.60299 48.64941, -1.60299 48.64941, -1.60299 48.64941, -1.60299 48.64941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10706'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74043 -1.60297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74043 -1.60297)"^^geo:wktLiteral ;
  geo-pos:lat "48.74043"^^xsd:decimal ;
  geo-pos:long "-1.60297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5487'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60297'^^xsd:double;
  dwc:latitude '48.74043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60297 48.74043, -1.60297 48.74043, -1.60297 48.74043, -1.60297 48.74043, -1.60297 48.74043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5487'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71834 -1.60294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71834 -1.60294)"^^geo:wktLiteral ;
  geo-pos:lat "48.71834"^^xsd:decimal ;
  geo-pos:long "-1.60294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8775'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60294'^^xsd:double;
  dwc:latitude '48.71834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60294 48.71834, -1.60294 48.71834, -1.60294 48.71834, -1.60294 48.71834, -1.60294 48.71834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8775'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66017 -1.60293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66017 -1.60293)"^^geo:wktLiteral ;
  geo-pos:lat "48.66017"^^xsd:decimal ;
  geo-pos:long "-1.60293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12988'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60293'^^xsd:double;
  dwc:latitude '48.66017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60293 48.66017, -1.60293 48.66017, -1.60293 48.66017, -1.60293 48.66017, -1.60293 48.66017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12988'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74049 -1.60292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74049 -1.60292)"^^geo:wktLiteral ;
  geo-pos:lat "48.74049"^^xsd:decimal ;
  geo-pos:long "-1.60292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1138'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60292'^^xsd:double;
  dwc:latitude '48.74049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60292 48.74049, -1.60292 48.74049, -1.60292 48.74049, -1.60292 48.74049, -1.60292 48.74049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1138'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65416 -1.60291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65416 -1.60291)"^^geo:wktLiteral ;
  geo-pos:lat "48.65416"^^xsd:decimal ;
  geo-pos:long "-1.60291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12346'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60291'^^xsd:double;
  dwc:latitude '48.65416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60291 48.65416, -1.60291 48.65416, -1.60291 48.65416, -1.60291 48.65416, -1.60291 48.65416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12346'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64454 -1.6029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64454 -1.6029)"^^geo:wktLiteral ;
  geo-pos:lat "48.64454"^^xsd:decimal ;
  geo-pos:long "-1.6029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12937'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6029'^^xsd:double;
  dwc:latitude '48.64454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6029 48.64454, -1.6029 48.64454, -1.6029 48.64454, -1.6029 48.64454, -1.6029 48.64454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12937'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66051 -1.60288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66051 -1.60288)"^^geo:wktLiteral ;
  geo-pos:lat "48.66051"^^xsd:decimal ;
  geo-pos:long "-1.60288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10329'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60288'^^xsd:double;
  dwc:latitude '48.66051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60288 48.66051, -1.60288 48.66051, -1.60288 48.66051, -1.60288 48.66051, -1.60288 48.66051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10329'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64986 -1.60286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64986 -1.60286)"^^geo:wktLiteral ;
  geo-pos:lat "48.64986"^^xsd:decimal ;
  geo-pos:long "-1.60286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12858'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60286'^^xsd:double;
  dwc:latitude '48.64986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60286 48.64986, -1.60286 48.64986, -1.60286 48.64986, -1.60286 48.64986, -1.60286 48.64986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12858'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6595 -1.60286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6595 -1.60286)"^^geo:wktLiteral ;
  geo-pos:lat "48.6595"^^xsd:decimal ;
  geo-pos:long "-1.60286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12569'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60286'^^xsd:double;
  dwc:latitude '48.6595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60286 48.6595, -1.60286 48.6595, -1.60286 48.6595, -1.60286 48.6595, -1.60286 48.6595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12569'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66062 -1.60286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66062 -1.60286)"^^geo:wktLiteral ;
  geo-pos:lat "48.66062"^^xsd:decimal ;
  geo-pos:long "-1.60286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12626'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60286'^^xsd:double;
  dwc:latitude '48.66062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60286 48.66062, -1.60286 48.66062, -1.60286 48.66062, -1.60286 48.66062, -1.60286 48.66062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12626'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66066 -1.60285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66066 -1.60285)"^^geo:wktLiteral ;
  geo-pos:lat "48.66066"^^xsd:decimal ;
  geo-pos:long "-1.60285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12986'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60285'^^xsd:double;
  dwc:latitude '48.66066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60285 48.66066, -1.60285 48.66066, -1.60285 48.66066, -1.60285 48.66066, -1.60285 48.66066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12986'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67963 -1.60283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67963 -1.60283)"^^geo:wktLiteral ;
  geo-pos:lat "48.67963"^^xsd:decimal ;
  geo-pos:long "-1.60283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3128'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60283'^^xsd:double;
  dwc:latitude '48.67963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60283 48.67963, -1.60283 48.67963, -1.60283 48.67963, -1.60283 48.67963, -1.60283 48.67963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3128'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66773 -1.60276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66773 -1.60276)"^^geo:wktLiteral ;
  geo-pos:lat "48.66773"^^xsd:decimal ;
  geo-pos:long "-1.60276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8950'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60276'^^xsd:double;
  dwc:latitude '48.66773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60276 48.66773, -1.60276 48.66773, -1.60276 48.66773, -1.60276 48.66773, -1.60276 48.66773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8950'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70275 -1.60276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70275 -1.60276)"^^geo:wktLiteral ;
  geo-pos:lat "48.70275"^^xsd:decimal ;
  geo-pos:long "-1.60276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7615'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60276'^^xsd:double;
  dwc:latitude '48.70275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60276 48.70275, -1.60276 48.70275, -1.60276 48.70275, -1.60276 48.70275, -1.60276 48.70275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7615'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69068 -1.60273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69068 -1.60273)"^^geo:wktLiteral ;
  geo-pos:lat "48.69068"^^xsd:decimal ;
  geo-pos:long "-1.60273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5324'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60273'^^xsd:double;
  dwc:latitude '48.69068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60273 48.69068, -1.60273 48.69068, -1.60273 48.69068, -1.60273 48.69068, -1.60273 48.69068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5324'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65278 -1.60268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65278 -1.60268)"^^geo:wktLiteral ;
  geo-pos:lat "48.65278"^^xsd:decimal ;
  geo-pos:long "-1.60268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12843'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60268'^^xsd:double;
  dwc:latitude '48.65278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60268 48.65278, -1.60268 48.65278, -1.60268 48.65278, -1.60268 48.65278, -1.60268 48.65278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12843'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65986 -1.60267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65986 -1.60267)"^^geo:wktLiteral ;
  geo-pos:lat "48.65986"^^xsd:decimal ;
  geo-pos:long "-1.60267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13699'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60267'^^xsd:double;
  dwc:latitude '48.65986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60267 48.65986, -1.60267 48.65986, -1.60267 48.65986, -1.60267 48.65986, -1.60267 48.65986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13699'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6568 -1.60265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6568 -1.60265)"^^geo:wktLiteral ;
  geo-pos:lat "48.6568"^^xsd:decimal ;
  geo-pos:long "-1.60265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12016'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60265'^^xsd:double;
  dwc:latitude '48.6568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60265 48.6568, -1.60265 48.6568, -1.60265 48.6568, -1.60265 48.6568, -1.60265 48.6568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12016'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73273 -1.60265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73273 -1.60265)"^^geo:wktLiteral ;
  geo-pos:lat "48.73273"^^xsd:decimal ;
  geo-pos:long "-1.60265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2500'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60265'^^xsd:double;
  dwc:latitude '48.73273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60265 48.73273, -1.60265 48.73273, -1.60265 48.73273, -1.60265 48.73273, -1.60265 48.73273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2500'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69009 -1.60262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69009 -1.60262)"^^geo:wktLiteral ;
  geo-pos:lat "48.69009"^^xsd:decimal ;
  geo-pos:long "-1.60262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8205'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60262'^^xsd:double;
  dwc:latitude '48.69009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60262 48.69009, -1.60262 48.69009, -1.60262 48.69009, -1.60262 48.69009, -1.60262 48.69009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8205'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64725 -1.60258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64725 -1.60258)"^^geo:wktLiteral ;
  geo-pos:lat "48.64725"^^xsd:decimal ;
  geo-pos:long "-1.60258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13436'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60258'^^xsd:double;
  dwc:latitude '48.64725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60258 48.64725, -1.60258 48.64725, -1.60258 48.64725, -1.60258 48.64725, -1.60258 48.64725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13436'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69482 -1.60258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69482 -1.60258)"^^geo:wktLiteral ;
  geo-pos:lat "48.69482"^^xsd:decimal ;
  geo-pos:long "-1.60258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6955'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60258'^^xsd:double;
  dwc:latitude '48.69482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60258 48.69482, -1.60258 48.69482, -1.60258 48.69482, -1.60258 48.69482, -1.60258 48.69482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6955'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72596 -1.60258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72596 -1.60258)"^^geo:wktLiteral ;
  geo-pos:lat "48.72596"^^xsd:decimal ;
  geo-pos:long "-1.60258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10149'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60258'^^xsd:double;
  dwc:latitude '48.72596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60258 48.72596, -1.60258 48.72596, -1.60258 48.72596, -1.60258 48.72596, -1.60258 48.72596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10149'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6526 -1.60256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6526 -1.60256)"^^geo:wktLiteral ;
  geo-pos:lat "48.6526"^^xsd:decimal ;
  geo-pos:long "-1.60256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13643'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60256'^^xsd:double;
  dwc:latitude '48.6526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60256 48.6526, -1.60256 48.6526, -1.60256 48.6526, -1.60256 48.6526, -1.60256 48.6526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13643'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69258 -1.60255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69258 -1.60255)"^^geo:wktLiteral ;
  geo-pos:lat "48.69258"^^xsd:decimal ;
  geo-pos:long "-1.60255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2706'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60255'^^xsd:double;
  dwc:latitude '48.69258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60255 48.69258, -1.60255 48.69258, -1.60255 48.69258, -1.60255 48.69258, -1.60255 48.69258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2706'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73612 -1.60251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73612 -1.60251)"^^geo:wktLiteral ;
  geo-pos:lat "48.73612"^^xsd:decimal ;
  geo-pos:long "-1.60251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8241'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60251'^^xsd:double;
  dwc:latitude '48.73612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60251 48.73612, -1.60251 48.73612, -1.60251 48.73612, -1.60251 48.73612, -1.60251 48.73612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8241'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71705 -1.60249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71705 -1.60249)"^^geo:wktLiteral ;
  geo-pos:lat "48.71705"^^xsd:decimal ;
  geo-pos:long "-1.60249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7730'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60249'^^xsd:double;
  dwc:latitude '48.71705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60249 48.71705, -1.60249 48.71705, -1.60249 48.71705, -1.60249 48.71705, -1.60249 48.71705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7730'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65053 -1.60246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65053 -1.60246)"^^geo:wktLiteral ;
  geo-pos:lat "48.65053"^^xsd:decimal ;
  geo-pos:long "-1.60246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13017'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60246'^^xsd:double;
  dwc:latitude '48.65053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60246 48.65053, -1.60246 48.65053, -1.60246 48.65053, -1.60246 48.65053, -1.60246 48.65053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13017'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7105 -1.60246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7105 -1.60246)"^^geo:wktLiteral ;
  geo-pos:lat "48.7105"^^xsd:decimal ;
  geo-pos:long "-1.60246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9469'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60246'^^xsd:double;
  dwc:latitude '48.7105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60246 48.7105, -1.60246 48.7105, -1.60246 48.7105, -1.60246 48.7105, -1.60246 48.7105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9469'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64478 -1.60243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64478 -1.60243)"^^geo:wktLiteral ;
  geo-pos:lat "48.64478"^^xsd:decimal ;
  geo-pos:long "-1.60243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13563'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60243'^^xsd:double;
  dwc:latitude '48.64478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60243 48.64478, -1.60243 48.64478, -1.60243 48.64478, -1.60243 48.64478, -1.60243 48.64478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13563'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66851 -1.6024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66851"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66851 -1.6024)"^^geo:wktLiteral ;
  geo-pos:lat "48.66851"^^xsd:decimal ;
  geo-pos:long "-1.6024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12770'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6024'^^xsd:double;
  dwc:latitude '48.66851'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6024 48.66851, -1.6024 48.66851, -1.6024 48.66851, -1.6024 48.66851, -1.6024 48.66851))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12770'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64681 -1.60239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64681 -1.60239)"^^geo:wktLiteral ;
  geo-pos:lat "48.64681"^^xsd:decimal ;
  geo-pos:long "-1.60239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13418'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60239'^^xsd:double;
  dwc:latitude '48.64681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60239 48.64681, -1.60239 48.64681, -1.60239 48.64681, -1.60239 48.64681, -1.60239 48.64681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13418'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70225 -1.60239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_92>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70225 -1.60239)"^^geo:wktLiteral ;
  geo-pos:lat "48.70225"^^xsd:decimal ;
  geo-pos:long "-1.60239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_92'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_92'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60239'^^xsd:double;
  dwc:latitude '48.70225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60239 48.70225, -1.60239 48.70225, -1.60239 48.70225, -1.60239 48.70225, -1.60239 48.70225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_92'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73505 -1.60237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73505 -1.60237)"^^geo:wktLiteral ;
  geo-pos:lat "48.73505"^^xsd:decimal ;
  geo-pos:long "-1.60237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2026'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60237'^^xsd:double;
  dwc:latitude '48.73505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60237 48.73505, -1.60237 48.73505, -1.60237 48.73505, -1.60237 48.73505, -1.60237 48.73505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2026'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68774 -1.60236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68774 -1.60236)"^^geo:wktLiteral ;
  geo-pos:lat "48.68774"^^xsd:decimal ;
  geo-pos:long "-1.60236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5707'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60236'^^xsd:double;
  dwc:latitude '48.68774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60236 48.68774, -1.60236 48.68774, -1.60236 48.68774, -1.60236 48.68774, -1.60236 48.68774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5707'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71778 -1.60233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71778 -1.60233)"^^geo:wktLiteral ;
  geo-pos:lat "48.71778"^^xsd:decimal ;
  geo-pos:long "-1.60233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9353'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60233'^^xsd:double;
  dwc:latitude '48.71778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60233 48.71778, -1.60233 48.71778, -1.60233 48.71778, -1.60233 48.71778, -1.60233 48.71778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9353'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73563 -1.60232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73563 -1.60232)"^^geo:wktLiteral ;
  geo-pos:lat "48.73563"^^xsd:decimal ;
  geo-pos:long "-1.60232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2429'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60232'^^xsd:double;
  dwc:latitude '48.73563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60232 48.73563, -1.60232 48.73563, -1.60232 48.73563, -1.60232 48.73563, -1.60232 48.73563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2429'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66025 -1.60231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66025 -1.60231)"^^geo:wktLiteral ;
  geo-pos:lat "48.66025"^^xsd:decimal ;
  geo-pos:long "-1.60231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13698'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60231'^^xsd:double;
  dwc:latitude '48.66025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60231 48.66025, -1.60231 48.66025, -1.60231 48.66025, -1.60231 48.66025, -1.60231 48.66025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13698'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66472 -1.60231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66472 -1.60231)"^^geo:wktLiteral ;
  geo-pos:lat "48.66472"^^xsd:decimal ;
  geo-pos:long "-1.60231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13640'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60231'^^xsd:double;
  dwc:latitude '48.66472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60231 48.66472, -1.60231 48.66472, -1.60231 48.66472, -1.60231 48.66472, -1.60231 48.66472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13640'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73486 -1.60231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73486"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73486 -1.60231)"^^geo:wktLiteral ;
  geo-pos:lat "48.73486"^^xsd:decimal ;
  geo-pos:long "-1.60231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1105'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60231'^^xsd:double;
  dwc:latitude '48.73486'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60231 48.73486, -1.60231 48.73486, -1.60231 48.73486, -1.60231 48.73486, -1.60231 48.73486))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1105'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68709 -1.6023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68709 -1.6023)"^^geo:wktLiteral ;
  geo-pos:lat "48.68709"^^xsd:decimal ;
  geo-pos:long "-1.6023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3695'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6023'^^xsd:double;
  dwc:latitude '48.68709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6023 48.68709, -1.6023 48.68709, -1.6023 48.68709, -1.6023 48.68709, -1.6023 48.68709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3695'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65835 -1.60229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65835 -1.60229)"^^geo:wktLiteral ;
  geo-pos:lat "48.65835"^^xsd:decimal ;
  geo-pos:long "-1.60229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12954'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60229'^^xsd:double;
  dwc:latitude '48.65835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60229 48.65835, -1.60229 48.65835, -1.60229 48.65835, -1.60229 48.65835, -1.60229 48.65835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12954'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73198 -1.60229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73198 -1.60229)"^^geo:wktLiteral ;
  geo-pos:lat "48.73198"^^xsd:decimal ;
  geo-pos:long "-1.60229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1970'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60229'^^xsd:double;
  dwc:latitude '48.73198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60229 48.73198, -1.60229 48.73198, -1.60229 48.73198, -1.60229 48.73198, -1.60229 48.73198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1970'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66193 -1.60223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66193"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66193 -1.60223)"^^geo:wktLiteral ;
  geo-pos:lat "48.66193"^^xsd:decimal ;
  geo-pos:long "-1.60223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5601'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60223'^^xsd:double;
  dwc:latitude '48.66193'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60223 48.66193, -1.60223 48.66193, -1.60223 48.66193, -1.60223 48.66193, -1.60223 48.66193))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5601'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70923 -1.60223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70923 -1.60223)"^^geo:wktLiteral ;
  geo-pos:lat "48.70923"^^xsd:decimal ;
  geo-pos:long "-1.60223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7651'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60223'^^xsd:double;
  dwc:latitude '48.70923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60223 48.70923, -1.60223 48.70923, -1.60223 48.70923, -1.60223 48.70923, -1.60223 48.70923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7651'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66047 -1.60221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60221"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66047 -1.60221)"^^geo:wktLiteral ;
  geo-pos:lat "48.66047"^^xsd:decimal ;
  geo-pos:long "-1.60221"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2879'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60221'^^xsd:double;
  dwc:latitude '48.66047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60221 48.66047, -1.60221 48.66047, -1.60221 48.66047, -1.60221 48.66047, -1.60221 48.66047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2879'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68297 -1.6022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68297 -1.6022)"^^geo:wktLiteral ;
  geo-pos:lat "48.68297"^^xsd:decimal ;
  geo-pos:long "-1.6022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10326'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6022'^^xsd:double;
  dwc:latitude '48.68297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6022 48.68297, -1.6022 48.68297, -1.6022 48.68297, -1.6022 48.68297, -1.6022 48.68297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10326'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74463 -1.6022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74463 -1.6022)"^^geo:wktLiteral ;
  geo-pos:lat "48.74463"^^xsd:decimal ;
  geo-pos:long "-1.6022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1906'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6022'^^xsd:double;
  dwc:latitude '48.74463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6022 48.74463, -1.6022 48.74463, -1.6022 48.74463, -1.6022 48.74463, -1.6022 48.74463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1906'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65444 -1.60219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65444"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65444 -1.60219)"^^geo:wktLiteral ;
  geo-pos:lat "48.65444"^^xsd:decimal ;
  geo-pos:long "-1.60219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12036'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60219'^^xsd:double;
  dwc:latitude '48.65444'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60219 48.65444, -1.60219 48.65444, -1.60219 48.65444, -1.60219 48.65444, -1.60219 48.65444))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12036'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71635 -1.60219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71635 -1.60219)"^^geo:wktLiteral ;
  geo-pos:lat "48.71635"^^xsd:decimal ;
  geo-pos:long "-1.60219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7819'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60219'^^xsd:double;
  dwc:latitude '48.71635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60219 48.71635, -1.60219 48.71635, -1.60219 48.71635, -1.60219 48.71635, -1.60219 48.71635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7819'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74616 -1.60217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74616 -1.60217)"^^geo:wktLiteral ;
  geo-pos:lat "48.74616"^^xsd:decimal ;
  geo-pos:long "-1.60217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1898'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60217'^^xsd:double;
  dwc:latitude '48.74616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60217 48.74616, -1.60217 48.74616, -1.60217 48.74616, -1.60217 48.74616, -1.60217 48.74616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1898'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73817 -1.60215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73817 -1.60215)"^^geo:wktLiteral ;
  geo-pos:lat "48.73817"^^xsd:decimal ;
  geo-pos:long "-1.60215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1106'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60215'^^xsd:double;
  dwc:latitude '48.73817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60215 48.73817, -1.60215 48.73817, -1.60215 48.73817, -1.60215 48.73817, -1.60215 48.73817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1106'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65966 -1.60212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65966 -1.60212)"^^geo:wktLiteral ;
  geo-pos:lat "48.65966"^^xsd:decimal ;
  geo-pos:long "-1.60212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13696'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60212'^^xsd:double;
  dwc:latitude '48.65966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60212 48.65966, -1.60212 48.65966, -1.60212 48.65966, -1.60212 48.65966, -1.60212 48.65966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13696'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66006 -1.60211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66006 -1.60211)"^^geo:wktLiteral ;
  geo-pos:lat "48.66006"^^xsd:decimal ;
  geo-pos:long "-1.60211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12985'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60211'^^xsd:double;
  dwc:latitude '48.66006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60211 48.66006, -1.60211 48.66006, -1.60211 48.66006, -1.60211 48.66006, -1.60211 48.66006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12985'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66079 -1.60209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66079 -1.60209)"^^geo:wktLiteral ;
  geo-pos:lat "48.66079"^^xsd:decimal ;
  geo-pos:long "-1.60209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6753'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60209'^^xsd:double;
  dwc:latitude '48.66079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60209 48.66079, -1.60209 48.66079, -1.60209 48.66079, -1.60209 48.66079, -1.60209 48.66079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6753'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65998 -1.60208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65998 -1.60208)"^^geo:wktLiteral ;
  geo-pos:lat "48.65998"^^xsd:decimal ;
  geo-pos:long "-1.60208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10360'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60208'^^xsd:double;
  dwc:latitude '48.65998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60208 48.65998, -1.60208 48.65998, -1.60208 48.65998, -1.60208 48.65998, -1.60208 48.65998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10360'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68733 -1.60205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68733 -1.60205)"^^geo:wktLiteral ;
  geo-pos:lat "48.68733"^^xsd:decimal ;
  geo-pos:long "-1.60205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_822'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60205'^^xsd:double;
  dwc:latitude '48.68733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60205 48.68733, -1.60205 48.68733, -1.60205 48.68733, -1.60205 48.68733, -1.60205 48.68733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_822'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73275 -1.60204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73275 -1.60204)"^^geo:wktLiteral ;
  geo-pos:lat "48.73275"^^xsd:decimal ;
  geo-pos:long "-1.60204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2546'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60204'^^xsd:double;
  dwc:latitude '48.73275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60204 48.73275, -1.60204 48.73275, -1.60204 48.73275, -1.60204 48.73275, -1.60204 48.73275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2546'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72991 -1.60202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72991 -1.60202)"^^geo:wktLiteral ;
  geo-pos:lat "48.72991"^^xsd:decimal ;
  geo-pos:long "-1.60202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5488'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60202'^^xsd:double;
  dwc:latitude '48.72991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60202 48.72991, -1.60202 48.72991, -1.60202 48.72991, -1.60202 48.72991, -1.60202 48.72991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5488'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68037 -1.60201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68037 -1.60201)"^^geo:wktLiteral ;
  geo-pos:lat "48.68037"^^xsd:decimal ;
  geo-pos:long "-1.60201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4517'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60201'^^xsd:double;
  dwc:latitude '48.68037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60201 48.68037, -1.60201 48.68037, -1.60201 48.68037, -1.60201 48.68037, -1.60201 48.68037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4517'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6604 -1.60199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6604 -1.60199)"^^geo:wktLiteral ;
  geo-pos:lat "48.6604"^^xsd:decimal ;
  geo-pos:long "-1.60199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12625'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60199'^^xsd:double;
  dwc:latitude '48.6604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60199 48.6604, -1.60199 48.6604, -1.60199 48.6604, -1.60199 48.6604, -1.60199 48.6604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12625'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67475 -1.60199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67475 -1.60199)"^^geo:wktLiteral ;
  geo-pos:lat "48.67475"^^xsd:decimal ;
  geo-pos:long "-1.60199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5301'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60199'^^xsd:double;
  dwc:latitude '48.67475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60199 48.67475, -1.60199 48.67475, -1.60199 48.67475, -1.60199 48.67475, -1.60199 48.67475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5301'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70338 -1.60199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70338"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70338 -1.60199)"^^geo:wktLiteral ;
  geo-pos:lat "48.70338"^^xsd:decimal ;
  geo-pos:long "-1.60199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6540'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60199'^^xsd:double;
  dwc:latitude '48.70338'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60199 48.70338, -1.60199 48.70338, -1.60199 48.70338, -1.60199 48.70338, -1.60199 48.70338))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6540'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73283 -1.60198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73283"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73283 -1.60198)"^^geo:wktLiteral ;
  geo-pos:lat "48.73283"^^xsd:decimal ;
  geo-pos:long "-1.60198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9629'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60198'^^xsd:double;
  dwc:latitude '48.73283'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60198 48.73283, -1.60198 48.73283, -1.60198 48.73283, -1.60198 48.73283, -1.60198 48.73283))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9629'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67011 -1.60192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67011 -1.60192)"^^geo:wktLiteral ;
  geo-pos:lat "48.67011"^^xsd:decimal ;
  geo-pos:long "-1.60192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9943'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60192'^^xsd:double;
  dwc:latitude '48.67011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60192 48.67011, -1.60192 48.67011, -1.60192 48.67011, -1.60192 48.67011, -1.60192 48.67011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9943'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6605 -1.6019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6605 -1.6019)"^^geo:wktLiteral ;
  geo-pos:lat "48.6605"^^xsd:decimal ;
  geo-pos:long "-1.6019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10657'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6019'^^xsd:double;
  dwc:latitude '48.6605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6019 48.6605, -1.6019 48.6605, -1.6019 48.6605, -1.6019 48.6605, -1.6019 48.6605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10657'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71463 -1.60189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71463 -1.60189)"^^geo:wktLiteral ;
  geo-pos:lat "48.71463"^^xsd:decimal ;
  geo-pos:long "-1.60189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1128'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60189'^^xsd:double;
  dwc:latitude '48.71463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60189 48.71463, -1.60189 48.71463, -1.60189 48.71463, -1.60189 48.71463, -1.60189 48.71463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1128'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66002 -1.60188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60188"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66002 -1.60188)"^^geo:wktLiteral ;
  geo-pos:lat "48.66002"^^xsd:decimal ;
  geo-pos:long "-1.60188"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13697'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60188'^^xsd:double;
  dwc:latitude '48.66002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60188 48.66002, -1.60188 48.66002, -1.60188 48.66002, -1.60188 48.66002, -1.60188 48.66002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13697'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68165 -1.60187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68165 -1.60187)"^^geo:wktLiteral ;
  geo-pos:lat "48.68165"^^xsd:decimal ;
  geo-pos:long "-1.60187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8667'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60187'^^xsd:double;
  dwc:latitude '48.68165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60187 48.68165, -1.60187 48.68165, -1.60187 48.68165, -1.60187 48.68165, -1.60187 48.68165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8667'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65962 -1.60186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65962 -1.60186)"^^geo:wktLiteral ;
  geo-pos:lat "48.65962"^^xsd:decimal ;
  geo-pos:long "-1.60186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10331'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60186'^^xsd:double;
  dwc:latitude '48.65962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60186 48.65962, -1.60186 48.65962, -1.60186 48.65962, -1.60186 48.65962, -1.60186 48.65962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10331'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65995 -1.60186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65995 -1.60186)"^^geo:wktLiteral ;
  geo-pos:lat "48.65995"^^xsd:decimal ;
  geo-pos:long "-1.60186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13693'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.43333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60186'^^xsd:double;
  dwc:latitude '48.65995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60186 48.65995, -1.60186 48.65995, -1.60186 48.65995, -1.60186 48.65995, -1.60186 48.65995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13693'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66036 -1.60186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66036 -1.60186)"^^geo:wktLiteral ;
  geo-pos:lat "48.66036"^^xsd:decimal ;
  geo-pos:long "-1.60186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11403'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60186'^^xsd:double;
  dwc:latitude '48.66036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60186 48.66036, -1.60186 48.66036, -1.60186 48.66036, -1.60186 48.66036, -1.60186 48.66036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11403'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68597 -1.60186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68597"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68597 -1.60186)"^^geo:wktLiteral ;
  geo-pos:lat "48.68597"^^xsd:decimal ;
  geo-pos:long "-1.60186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6369'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60186'^^xsd:double;
  dwc:latitude '48.68597'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60186 48.68597, -1.60186 48.68597, -1.60186 48.68597, -1.60186 48.68597, -1.60186 48.68597))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6369'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72238 -1.60186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72238"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72238 -1.60186)"^^geo:wktLiteral ;
  geo-pos:lat "48.72238"^^xsd:decimal ;
  geo-pos:long "-1.60186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8184'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60186'^^xsd:double;
  dwc:latitude '48.72238'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60186 48.72238, -1.60186 48.72238, -1.60186 48.72238, -1.60186 48.72238, -1.60186 48.72238))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8184'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64843 -1.60184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64843 -1.60184)"^^geo:wktLiteral ;
  geo-pos:lat "48.64843"^^xsd:decimal ;
  geo-pos:long "-1.60184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11969'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60184'^^xsd:double;
  dwc:latitude '48.64843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60184 48.64843, -1.60184 48.64843, -1.60184 48.64843, -1.60184 48.64843, -1.60184 48.64843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11969'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69339 -1.60183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69339 -1.60183)"^^geo:wktLiteral ;
  geo-pos:lat "48.69339"^^xsd:decimal ;
  geo-pos:long "-1.60183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7980'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60183'^^xsd:double;
  dwc:latitude '48.69339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60183 48.69339, -1.60183 48.69339, -1.60183 48.69339, -1.60183 48.69339, -1.60183 48.69339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7980'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65976 -1.60182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65976 -1.60182)"^^geo:wktLiteral ;
  geo-pos:lat "48.65976"^^xsd:decimal ;
  geo-pos:long "-1.60182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10332'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60182'^^xsd:double;
  dwc:latitude '48.65976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60182 48.65976, -1.60182 48.65976, -1.60182 48.65976, -1.60182 48.65976, -1.60182 48.65976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10332'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71705 -1.60182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71705 -1.60182)"^^geo:wktLiteral ;
  geo-pos:lat "48.71705"^^xsd:decimal ;
  geo-pos:long "-1.60182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7842'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60182'^^xsd:double;
  dwc:latitude '48.71705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60182 48.71705, -1.60182 48.71705, -1.60182 48.71705, -1.60182 48.71705, -1.60182 48.71705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7842'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72237 -1.60175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72237 -1.60175)"^^geo:wktLiteral ;
  geo-pos:lat "48.72237"^^xsd:decimal ;
  geo-pos:long "-1.60175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1911'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60175'^^xsd:double;
  dwc:latitude '48.72237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60175 48.72237, -1.60175 48.72237, -1.60175 48.72237, -1.60175 48.72237, -1.60175 48.72237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1911'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68654 -1.60174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68654 -1.60174)"^^geo:wktLiteral ;
  geo-pos:lat "48.68654"^^xsd:decimal ;
  geo-pos:long "-1.60174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3618'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60174'^^xsd:double;
  dwc:latitude '48.68654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60174 48.68654, -1.60174 48.68654, -1.60174 48.68654, -1.60174 48.68654, -1.60174 48.68654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3618'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65489 -1.60173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65489 -1.60173)"^^geo:wktLiteral ;
  geo-pos:lat "48.65489"^^xsd:decimal ;
  geo-pos:long "-1.60173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12460'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60173'^^xsd:double;
  dwc:latitude '48.65489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60173 48.65489, -1.60173 48.65489, -1.60173 48.65489, -1.60173 48.65489, -1.60173 48.65489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12460'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6643 -1.60172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6643 -1.60172)"^^geo:wktLiteral ;
  geo-pos:lat "48.6643"^^xsd:decimal ;
  geo-pos:long "-1.60172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10640'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60172'^^xsd:double;
  dwc:latitude '48.6643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60172 48.6643, -1.60172 48.6643, -1.60172 48.6643, -1.60172 48.6643, -1.60172 48.6643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10640'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6491 -1.6017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6491 -1.6017)"^^geo:wktLiteral ;
  geo-pos:lat "48.6491"^^xsd:decimal ;
  geo-pos:long "-1.6017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13491'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6017'^^xsd:double;
  dwc:latitude '48.6491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6017 48.6491, -1.6017 48.6491, -1.6017 48.6491, -1.6017 48.6491, -1.6017 48.6491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13491'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72105 -1.60169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72105 -1.60169)"^^geo:wktLiteral ;
  geo-pos:lat "48.72105"^^xsd:decimal ;
  geo-pos:long "-1.60169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7805'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60169'^^xsd:double;
  dwc:latitude '48.72105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60169 48.72105, -1.60169 48.72105, -1.60169 48.72105, -1.60169 48.72105, -1.60169 48.72105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7805'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68884 -1.60166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68884 -1.60166)"^^geo:wktLiteral ;
  geo-pos:lat "48.68884"^^xsd:decimal ;
  geo-pos:long "-1.60166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2042'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60166'^^xsd:double;
  dwc:latitude '48.68884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60166 48.68884, -1.60166 48.68884, -1.60166 48.68884, -1.60166 48.68884, -1.60166 48.68884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2042'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66084 -1.60164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66084 -1.60164)"^^geo:wktLiteral ;
  geo-pos:lat "48.66084"^^xsd:decimal ;
  geo-pos:long "-1.60164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8967'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60164'^^xsd:double;
  dwc:latitude '48.66084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60164 48.66084, -1.60164 48.66084, -1.60164 48.66084, -1.60164 48.66084, -1.60164 48.66084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8967'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73312 -1.60163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73312"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73312 -1.60163)"^^geo:wktLiteral ;
  geo-pos:lat "48.73312"^^xsd:decimal ;
  geo-pos:long "-1.60163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2025'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60163'^^xsd:double;
  dwc:latitude '48.73312'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60163 48.73312, -1.60163 48.73312, -1.60163 48.73312, -1.60163 48.73312, -1.60163 48.73312))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2025'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67263 -1.6016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67263 -1.6016)"^^geo:wktLiteral ;
  geo-pos:lat "48.67263"^^xsd:decimal ;
  geo-pos:long "-1.6016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7963'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6016'^^xsd:double;
  dwc:latitude '48.67263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6016 48.67263, -1.6016 48.67263, -1.6016 48.67263, -1.6016 48.67263, -1.6016 48.67263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7963'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66843 -1.60159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66843 -1.60159)"^^geo:wktLiteral ;
  geo-pos:lat "48.66843"^^xsd:decimal ;
  geo-pos:long "-1.60159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10008'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60159'^^xsd:double;
  dwc:latitude '48.66843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60159 48.66843, -1.60159 48.66843, -1.60159 48.66843, -1.60159 48.66843, -1.60159 48.66843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10008'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64711 -1.60158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64711 -1.60158)"^^geo:wktLiteral ;
  geo-pos:lat "48.64711"^^xsd:decimal ;
  geo-pos:long "-1.60158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13072'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60158'^^xsd:double;
  dwc:latitude '48.64711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60158 48.64711, -1.60158 48.64711, -1.60158 48.64711, -1.60158 48.64711, -1.60158 48.64711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13072'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73877 -1.60158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73877 -1.60158)"^^geo:wktLiteral ;
  geo-pos:lat "48.73877"^^xsd:decimal ;
  geo-pos:long "-1.60158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2425'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60158'^^xsd:double;
  dwc:latitude '48.73877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60158 48.73877, -1.60158 48.73877, -1.60158 48.73877, -1.60158 48.73877, -1.60158 48.73877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2425'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66334 -1.60157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66334 -1.60157)"^^geo:wktLiteral ;
  geo-pos:lat "48.66334"^^xsd:decimal ;
  geo-pos:long "-1.60157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10333'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60157'^^xsd:double;
  dwc:latitude '48.66334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60157 48.66334, -1.60157 48.66334, -1.60157 48.66334, -1.60157 48.66334, -1.60157 48.66334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10333'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6594 -1.60154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6594 -1.60154)"^^geo:wktLiteral ;
  geo-pos:lat "48.6594"^^xsd:decimal ;
  geo-pos:long "-1.60154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13636'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60154'^^xsd:double;
  dwc:latitude '48.6594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60154 48.6594, -1.60154 48.6594, -1.60154 48.6594, -1.60154 48.6594, -1.60154 48.6594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13636'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67636 -1.60153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67636 -1.60153)"^^geo:wktLiteral ;
  geo-pos:lat "48.67636"^^xsd:decimal ;
  geo-pos:long "-1.60153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9362'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60153'^^xsd:double;
  dwc:latitude '48.67636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60153 48.67636, -1.60153 48.67636, -1.60153 48.67636, -1.60153 48.67636, -1.60153 48.67636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9362'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71819 -1.60153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71819 -1.60153)"^^geo:wktLiteral ;
  geo-pos:lat "48.71819"^^xsd:decimal ;
  geo-pos:long "-1.60153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8452'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60153'^^xsd:double;
  dwc:latitude '48.71819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60153 48.71819, -1.60153 48.71819, -1.60153 48.71819, -1.60153 48.71819, -1.60153 48.71819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8452'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72141 -1.60149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72141 -1.60149)"^^geo:wktLiteral ;
  geo-pos:lat "48.72141"^^xsd:decimal ;
  geo-pos:long "-1.60149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8217'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60149'^^xsd:double;
  dwc:latitude '48.72141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60149 48.72141, -1.60149 48.72141, -1.60149 48.72141, -1.60149 48.72141, -1.60149 48.72141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8217'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68227 -1.60145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68227 -1.60145)"^^geo:wktLiteral ;
  geo-pos:lat "48.68227"^^xsd:decimal ;
  geo-pos:long "-1.60145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1100'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60145'^^xsd:double;
  dwc:latitude '48.68227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60145 48.68227, -1.60145 48.68227, -1.60145 48.68227, -1.60145 48.68227, -1.60145 48.68227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1100'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68593 -1.60145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68593 -1.60145)"^^geo:wktLiteral ;
  geo-pos:lat "48.68593"^^xsd:decimal ;
  geo-pos:long "-1.60145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1999'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60145'^^xsd:double;
  dwc:latitude '48.68593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60145 48.68593, -1.60145 48.68593, -1.60145 48.68593, -1.60145 48.68593, -1.60145 48.68593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1999'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68745 -1.6014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68745 -1.6014)"^^geo:wktLiteral ;
  geo-pos:lat "48.68745"^^xsd:decimal ;
  geo-pos:long "-1.6014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4552'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6014'^^xsd:double;
  dwc:latitude '48.68745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6014 48.68745, -1.6014 48.68745, -1.6014 48.68745, -1.6014 48.68745, -1.6014 48.68745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4552'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64882 -1.60138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64882 -1.60138)"^^geo:wktLiteral ;
  geo-pos:lat "48.64882"^^xsd:decimal ;
  geo-pos:long "-1.60138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11986'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60138'^^xsd:double;
  dwc:latitude '48.64882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60138 48.64882, -1.60138 48.64882, -1.60138 48.64882, -1.60138 48.64882, -1.60138 48.64882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11986'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66867 -1.60138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66867 -1.60138)"^^geo:wktLiteral ;
  geo-pos:lat "48.66867"^^xsd:decimal ;
  geo-pos:long "-1.60138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13457'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60138'^^xsd:double;
  dwc:latitude '48.66867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60138 48.66867, -1.60138 48.66867, -1.60138 48.66867, -1.60138 48.66867, -1.60138 48.66867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13457'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68288 -1.60136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68288 -1.60136)"^^geo:wktLiteral ;
  geo-pos:lat "48.68288"^^xsd:decimal ;
  geo-pos:long "-1.60136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9427'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.066666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60136'^^xsd:double;
  dwc:latitude '48.68288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60136 48.68288, -1.60136 48.68288, -1.60136 48.68288, -1.60136 48.68288, -1.60136 48.68288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9427'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65983 -1.60135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65983"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65983 -1.60135)"^^geo:wktLiteral ;
  geo-pos:lat "48.65983"^^xsd:decimal ;
  geo-pos:long "-1.60135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13635'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60135'^^xsd:double;
  dwc:latitude '48.65983'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60135 48.65983, -1.60135 48.65983, -1.60135 48.65983, -1.60135 48.65983, -1.60135 48.65983))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13635'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67198 -1.60135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67198 -1.60135)"^^geo:wktLiteral ;
  geo-pos:lat "48.67198"^^xsd:decimal ;
  geo-pos:long "-1.60135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10934'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60135'^^xsd:double;
  dwc:latitude '48.67198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60135 48.67198, -1.60135 48.67198, -1.60135 48.67198, -1.60135 48.67198, -1.60135 48.67198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10934'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6755 -1.60133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6755 -1.60133)"^^geo:wktLiteral ;
  geo-pos:lat "48.6755"^^xsd:decimal ;
  geo-pos:long "-1.60133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7687'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60133'^^xsd:double;
  dwc:latitude '48.6755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60133 48.6755, -1.60133 48.6755, -1.60133 48.6755, -1.60133 48.6755, -1.60133 48.6755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7687'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70124 -1.60132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70124 -1.60132)"^^geo:wktLiteral ;
  geo-pos:lat "48.70124"^^xsd:decimal ;
  geo-pos:long "-1.60132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4729'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60132'^^xsd:double;
  dwc:latitude '48.70124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60132 48.70124, -1.60132 48.70124, -1.60132 48.70124, -1.60132 48.70124, -1.60132 48.70124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4729'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68466 -1.60129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68466 -1.60129)"^^geo:wktLiteral ;
  geo-pos:lat "48.68466"^^xsd:decimal ;
  geo-pos:long "-1.60129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7964'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60129'^^xsd:double;
  dwc:latitude '48.68466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60129 48.68466, -1.60129 48.68466, -1.60129 48.68466, -1.60129 48.68466, -1.60129 48.68466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7964'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66013 -1.60128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66013 -1.60128)"^^geo:wktLiteral ;
  geo-pos:lat "48.66013"^^xsd:decimal ;
  geo-pos:long "-1.60128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10752'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60128'^^xsd:double;
  dwc:latitude '48.66013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60128 48.66013, -1.60128 48.66013, -1.60128 48.66013, -1.60128 48.66013, -1.60128 48.66013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10752'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70145 -1.60126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70145 -1.60126)"^^geo:wktLiteral ;
  geo-pos:lat "48.70145"^^xsd:decimal ;
  geo-pos:long "-1.60126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4512'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60126'^^xsd:double;
  dwc:latitude '48.70145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60126 48.70145, -1.60126 48.70145, -1.60126 48.70145, -1.60126 48.70145, -1.60126 48.70145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4512'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68599 -1.60125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68599 -1.60125)"^^geo:wktLiteral ;
  geo-pos:lat "48.68599"^^xsd:decimal ;
  geo-pos:long "-1.60125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2043'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60125'^^xsd:double;
  dwc:latitude '48.68599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60125 48.68599, -1.60125 48.68599, -1.60125 48.68599, -1.60125 48.68599, -1.60125 48.68599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2043'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67195 -1.60123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67195 -1.60123)"^^geo:wktLiteral ;
  geo-pos:lat "48.67195"^^xsd:decimal ;
  geo-pos:long "-1.60123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12463'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60123'^^xsd:double;
  dwc:latitude '48.67195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60123 48.67195, -1.60123 48.67195, -1.60123 48.67195, -1.60123 48.67195, -1.60123 48.67195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12463'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66252 -1.60122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66252 -1.60122)"^^geo:wktLiteral ;
  geo-pos:lat "48.66252"^^xsd:decimal ;
  geo-pos:long "-1.60122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8997'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60122'^^xsd:double;
  dwc:latitude '48.66252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60122 48.66252, -1.60122 48.66252, -1.60122 48.66252, -1.60122 48.66252, -1.60122 48.66252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8997'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68342 -1.60122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68342 -1.60122)"^^geo:wktLiteral ;
  geo-pos:lat "48.68342"^^xsd:decimal ;
  geo-pos:long "-1.60122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9363'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60122'^^xsd:double;
  dwc:latitude '48.68342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60122 48.68342, -1.60122 48.68342, -1.60122 48.68342, -1.60122 48.68342, -1.60122 48.68342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9363'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69775 -1.60122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69775 -1.60122)"^^geo:wktLiteral ;
  geo-pos:lat "48.69775"^^xsd:decimal ;
  geo-pos:long "-1.60122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5783'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60122'^^xsd:double;
  dwc:latitude '48.69775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60122 48.69775, -1.60122 48.69775, -1.60122 48.69775, -1.60122 48.69775, -1.60122 48.69775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5783'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76587 -1.6012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76587 -1.6012)"^^geo:wktLiteral ;
  geo-pos:lat "48.76587"^^xsd:decimal ;
  geo-pos:long "-1.6012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4939'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6012'^^xsd:double;
  dwc:latitude '48.76587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6012 48.76587, -1.6012 48.76587, -1.6012 48.76587, -1.6012 48.76587, -1.6012 48.76587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4939'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64749 -1.60118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64749 -1.60118)"^^geo:wktLiteral ;
  geo-pos:lat "48.64749"^^xsd:decimal ;
  geo-pos:long "-1.60118"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13044'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60118'^^xsd:double;
  dwc:latitude '48.64749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60118 48.64749, -1.60118 48.64749, -1.60118 48.64749, -1.60118 48.64749, -1.60118 48.64749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13044'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65909 -1.60117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65909"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65909 -1.60117)"^^geo:wktLiteral ;
  geo-pos:lat "48.65909"^^xsd:decimal ;
  geo-pos:long "-1.60117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8989'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60117'^^xsd:double;
  dwc:latitude '48.65909'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60117 48.65909, -1.60117 48.65909, -1.60117 48.65909, -1.60117 48.65909, -1.60117 48.65909))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8989'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70833 -1.60117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70833 -1.60117)"^^geo:wktLiteral ;
  geo-pos:lat "48.70833"^^xsd:decimal ;
  geo-pos:long "-1.60117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10107'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60117'^^xsd:double;
  dwc:latitude '48.70833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60117 48.70833, -1.60117 48.70833, -1.60117 48.70833, -1.60117 48.70833, -1.60117 48.70833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10107'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6863 -1.60116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6863 -1.60116)"^^geo:wktLiteral ;
  geo-pos:lat "48.6863"^^xsd:decimal ;
  geo-pos:long "-1.60116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6454'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60116'^^xsd:double;
  dwc:latitude '48.6863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60116 48.6863, -1.60116 48.6863, -1.60116 48.6863, -1.60116 48.6863, -1.60116 48.6863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6454'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6895 -1.60116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6895 -1.60116)"^^geo:wktLiteral ;
  geo-pos:lat "48.6895"^^xsd:decimal ;
  geo-pos:long "-1.60116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6370'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60116'^^xsd:double;
  dwc:latitude '48.6895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60116 48.6895, -1.60116 48.6895, -1.60116 48.6895, -1.60116 48.6895, -1.60116 48.6895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6370'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71696 -1.60115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71696 -1.60115)"^^geo:wktLiteral ;
  geo-pos:lat "48.71696"^^xsd:decimal ;
  geo-pos:long "-1.60115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7800'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60115'^^xsd:double;
  dwc:latitude '48.71696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60115 48.71696, -1.60115 48.71696, -1.60115 48.71696, -1.60115 48.71696, -1.60115 48.71696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7800'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67865 -1.60112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67865 -1.60112)"^^geo:wktLiteral ;
  geo-pos:lat "48.67865"^^xsd:decimal ;
  geo-pos:long "-1.60112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9080'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60112'^^xsd:double;
  dwc:latitude '48.67865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60112 48.67865, -1.60112 48.67865, -1.60112 48.67865, -1.60112 48.67865, -1.60112 48.67865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9080'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71393 -1.60111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71393 -1.60111)"^^geo:wktLiteral ;
  geo-pos:lat "48.71393"^^xsd:decimal ;
  geo-pos:long "-1.60111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5733'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60111'^^xsd:double;
  dwc:latitude '48.71393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60111 48.71393, -1.60111 48.71393, -1.60111 48.71393, -1.60111 48.71393, -1.60111 48.71393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5733'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.60108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.60108)"^^geo:wktLiteral ;
  geo-pos:lat "48.66845"^^xsd:decimal ;
  geo-pos:long "-1.60108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12461'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60108'^^xsd:double;
  dwc:latitude '48.66845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60108 48.66845, -1.60108 48.66845, -1.60108 48.66845, -1.60108 48.66845, -1.60108 48.66845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12461'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68457 -1.60105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68457"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68457 -1.60105)"^^geo:wktLiteral ;
  geo-pos:lat "48.68457"^^xsd:decimal ;
  geo-pos:long "-1.60105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4542'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60105'^^xsd:double;
  dwc:latitude '48.68457'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60105 48.68457, -1.60105 48.68457, -1.60105 48.68457, -1.60105 48.68457, -1.60105 48.68457))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4542'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64769 -1.601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64769 -1.601)"^^geo:wktLiteral ;
  geo-pos:lat "48.64769"^^xsd:decimal ;
  geo-pos:long "-1.601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13490'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.601'^^xsd:double;
  dwc:latitude '48.64769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.601 48.64769, -1.601 48.64769, -1.601 48.64769, -1.601 48.64769, -1.601 48.64769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13490'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70016 -1.601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70016 -1.601)"^^geo:wktLiteral ;
  geo-pos:lat "48.70016"^^xsd:decimal ;
  geo-pos:long "-1.601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8746'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.601'^^xsd:double;
  dwc:latitude '48.70016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.601 48.70016, -1.601 48.70016, -1.601 48.70016, -1.601 48.70016, -1.601 48.70016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8746'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68799 -1.60099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68799 -1.60099)"^^geo:wktLiteral ;
  geo-pos:lat "48.68799"^^xsd:decimal ;
  geo-pos:long "-1.60099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6525'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60099'^^xsd:double;
  dwc:latitude '48.68799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60099 48.68799, -1.60099 48.68799, -1.60099 48.68799, -1.60099 48.68799, -1.60099 48.68799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6525'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70257 -1.60097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70257 -1.60097)"^^geo:wktLiteral ;
  geo-pos:lat "48.70257"^^xsd:decimal ;
  geo-pos:long "-1.60097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6597'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60097'^^xsd:double;
  dwc:latitude '48.70257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60097 48.70257, -1.60097 48.70257, -1.60097 48.70257, -1.60097 48.70257, -1.60097 48.70257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6597'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75366 -1.60097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75366"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75366 -1.60097)"^^geo:wktLiteral ;
  geo-pos:lat "48.75366"^^xsd:decimal ;
  geo-pos:long "-1.60097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9656'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60097'^^xsd:double;
  dwc:latitude '48.75366'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60097 48.75366, -1.60097 48.75366, -1.60097 48.75366, -1.60097 48.75366, -1.60097 48.75366))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9656'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65381 -1.60096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65381"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65381 -1.60096)"^^geo:wktLiteral ;
  geo-pos:lat "48.65381"^^xsd:decimal ;
  geo-pos:long "-1.60096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10523'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60096'^^xsd:double;
  dwc:latitude '48.65381'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60096 48.65381, -1.60096 48.65381, -1.60096 48.65381, -1.60096 48.65381, -1.60096 48.65381))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10523'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67138 -1.60096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67138"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67138 -1.60096)"^^geo:wktLiteral ;
  geo-pos:lat "48.67138"^^xsd:decimal ;
  geo-pos:long "-1.60096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9011'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60096'^^xsd:double;
  dwc:latitude '48.67138'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60096 48.67138, -1.60096 48.67138, -1.60096 48.67138, -1.60096 48.67138, -1.60096 48.67138))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9011'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70457 -1.60095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70457"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_65>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70457 -1.60095)"^^geo:wktLiteral ;
  geo-pos:lat "48.70457"^^xsd:decimal ;
  geo-pos:long "-1.60095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_65'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_65'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60095'^^xsd:double;
  dwc:latitude '48.70457'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60095 48.70457, -1.60095 48.70457, -1.60095 48.70457, -1.60095 48.70457, -1.60095 48.70457))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_65'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66459 -1.60091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66459"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66459 -1.60091)"^^geo:wktLiteral ;
  geo-pos:lat "48.66459"^^xsd:decimal ;
  geo-pos:long "-1.60091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3215'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60091'^^xsd:double;
  dwc:latitude '48.66459'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60091 48.66459, -1.60091 48.66459, -1.60091 48.66459, -1.60091 48.66459, -1.60091 48.66459))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3215'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7177 -1.60091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7177 -1.60091)"^^geo:wktLiteral ;
  geo-pos:lat "48.7177"^^xsd:decimal ;
  geo-pos:long "-1.60091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7729'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60091'^^xsd:double;
  dwc:latitude '48.7177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60091 48.7177, -1.60091 48.7177, -1.60091 48.7177, -1.60091 48.7177, -1.60091 48.7177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7729'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65832 -1.6009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65832 -1.6009)"^^geo:wktLiteral ;
  geo-pos:lat "48.65832"^^xsd:decimal ;
  geo-pos:long "-1.6009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2786'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6009'^^xsd:double;
  dwc:latitude '48.65832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6009 48.65832, -1.6009 48.65832, -1.6009 48.65832, -1.6009 48.65832, -1.6009 48.65832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2786'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.6009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.6009)"^^geo:wktLiteral ;
  geo-pos:lat "48.65957"^^xsd:decimal ;
  geo-pos:long "-1.6009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2291'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6009'^^xsd:double;
  dwc:latitude '48.65957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6009 48.65957, -1.6009 48.65957, -1.6009 48.65957, -1.6009 48.65957, -1.6009 48.65957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2291'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68679 -1.6009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68679 -1.6009)"^^geo:wktLiteral ;
  geo-pos:lat "48.68679"^^xsd:decimal ;
  geo-pos:long "-1.6009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1998'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6009'^^xsd:double;
  dwc:latitude '48.68679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6009 48.68679, -1.6009 48.68679, -1.6009 48.68679, -1.6009 48.68679, -1.6009 48.68679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1998'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72116 -1.6009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72116 -1.6009)"^^geo:wktLiteral ;
  geo-pos:lat "48.72116"^^xsd:decimal ;
  geo-pos:long "-1.6009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9351'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6009'^^xsd:double;
  dwc:latitude '48.72116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6009 48.72116, -1.6009 48.72116, -1.6009 48.72116, -1.6009 48.72116, -1.6009 48.72116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9351'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65689 -1.60089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65689 -1.60089)"^^geo:wktLiteral ;
  geo-pos:lat "48.65689"^^xsd:decimal ;
  geo-pos:long "-1.60089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13012'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60089'^^xsd:double;
  dwc:latitude '48.65689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60089 48.65689, -1.60089 48.65689, -1.60089 48.65689, -1.60089 48.65689, -1.60089 48.65689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13012'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71876 -1.60086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71876 -1.60086)"^^geo:wktLiteral ;
  geo-pos:lat "48.71876"^^xsd:decimal ;
  geo-pos:long "-1.60086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9298'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60086'^^xsd:double;
  dwc:latitude '48.71876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60086 48.71876, -1.60086 48.71876, -1.60086 48.71876, -1.60086 48.71876, -1.60086 48.71876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9298'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67308 -1.60083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67308 -1.60083)"^^geo:wktLiteral ;
  geo-pos:lat "48.67308"^^xsd:decimal ;
  geo-pos:long "-1.60083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3300'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60083'^^xsd:double;
  dwc:latitude '48.67308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60083 48.67308, -1.60083 48.67308, -1.60083 48.67308, -1.60083 48.67308, -1.60083 48.67308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3300'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66972 -1.60082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66972 -1.60082)"^^geo:wktLiteral ;
  geo-pos:lat "48.66972"^^xsd:decimal ;
  geo-pos:long "-1.60082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6302'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60082'^^xsd:double;
  dwc:latitude '48.66972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60082 48.66972, -1.60082 48.66972, -1.60082 48.66972, -1.60082 48.66972, -1.60082 48.66972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6302'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72364 -1.60082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72364"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72364 -1.60082)"^^geo:wktLiteral ;
  geo-pos:lat "48.72364"^^xsd:decimal ;
  geo-pos:long "-1.60082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5735'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60082'^^xsd:double;
  dwc:latitude '48.72364'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60082 48.72364, -1.60082 48.72364, -1.60082 48.72364, -1.60082 48.72364, -1.60082 48.72364))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5735'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68628 -1.6008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68628 -1.6008)"^^geo:wktLiteral ;
  geo-pos:lat "48.68628"^^xsd:decimal ;
  geo-pos:long "-1.6008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5827'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6008'^^xsd:double;
  dwc:latitude '48.68628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6008 48.68628, -1.6008 48.68628, -1.6008 48.68628, -1.6008 48.68628, -1.6008 48.68628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5827'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65963 -1.60074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65963 -1.60074)"^^geo:wktLiteral ;
  geo-pos:lat "48.65963"^^xsd:decimal ;
  geo-pos:long "-1.60074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11383'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60074'^^xsd:double;
  dwc:latitude '48.65963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60074 48.65963, -1.60074 48.65963, -1.60074 48.65963, -1.60074 48.65963, -1.60074 48.65963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11383'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.732 -1.60073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.732 -1.60073)"^^geo:wktLiteral ;
  geo-pos:lat "48.732"^^xsd:decimal ;
  geo-pos:long "-1.60073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2501'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60073'^^xsd:double;
  dwc:latitude '48.732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60073 48.732, -1.60073 48.732, -1.60073 48.732, -1.60073 48.732, -1.60073 48.732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2501'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72898 -1.60071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72898 -1.60071)"^^geo:wktLiteral ;
  geo-pos:lat "48.72898"^^xsd:decimal ;
  geo-pos:long "-1.60071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8082'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60071'^^xsd:double;
  dwc:latitude '48.72898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60071 48.72898, -1.60071 48.72898, -1.60071 48.72898, -1.60071 48.72898, -1.60071 48.72898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8082'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.6007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.6007)"^^geo:wktLiteral ;
  geo-pos:lat "48.66845"^^xsd:decimal ;
  geo-pos:long "-1.6007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8832'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6007'^^xsd:double;
  dwc:latitude '48.66845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6007 48.66845, -1.6007 48.66845, -1.6007 48.66845, -1.6007 48.66845, -1.6007 48.66845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8832'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65973 -1.60067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65973 -1.60067)"^^geo:wktLiteral ;
  geo-pos:lat "48.65973"^^xsd:decimal ;
  geo-pos:long "-1.60067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12989'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60067'^^xsd:double;
  dwc:latitude '48.65973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60067 48.65973, -1.60067 48.65973, -1.60067 48.65973, -1.60067 48.65973, -1.60067 48.65973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12989'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73182 -1.60067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73182 -1.60067)"^^geo:wktLiteral ;
  geo-pos:lat "48.73182"^^xsd:decimal ;
  geo-pos:long "-1.60067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7782'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60067'^^xsd:double;
  dwc:latitude '48.73182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60067 48.73182, -1.60067 48.73182, -1.60067 48.73182, -1.60067 48.73182, -1.60067 48.73182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7782'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65758 -1.60066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65758 -1.60066)"^^geo:wktLiteral ;
  geo-pos:lat "48.65758"^^xsd:decimal ;
  geo-pos:long "-1.60066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12380'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60066'^^xsd:double;
  dwc:latitude '48.65758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60066 48.65758, -1.60066 48.65758, -1.60066 48.65758, -1.60066 48.65758, -1.60066 48.65758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12380'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65952 -1.60065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65952 -1.60065)"^^geo:wktLiteral ;
  geo-pos:lat "48.65952"^^xsd:decimal ;
  geo-pos:long "-1.60065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10500'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60065'^^xsd:double;
  dwc:latitude '48.65952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60065 48.65952, -1.60065 48.65952, -1.60065 48.65952, -1.60065 48.65952, -1.60065 48.65952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10500'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66835 -1.60065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66835 -1.60065)"^^geo:wktLiteral ;
  geo-pos:lat "48.66835"^^xsd:decimal ;
  geo-pos:long "-1.60065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12068'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60065'^^xsd:double;
  dwc:latitude '48.66835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60065 48.66835, -1.60065 48.66835, -1.60065 48.66835, -1.60065 48.66835, -1.60065 48.66835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12068'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72558 -1.60062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72558 -1.60062)"^^geo:wktLiteral ;
  geo-pos:lat "48.72558"^^xsd:decimal ;
  geo-pos:long "-1.60062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1993'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60062'^^xsd:double;
  dwc:latitude '48.72558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60062 48.72558, -1.60062 48.72558, -1.60062 48.72558, -1.60062 48.72558, -1.60062 48.72558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1993'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71708 -1.60061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71708 -1.60061)"^^geo:wktLiteral ;
  geo-pos:lat "48.71708"^^xsd:decimal ;
  geo-pos:long "-1.60061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7754'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60061'^^xsd:double;
  dwc:latitude '48.71708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60061 48.71708, -1.60061 48.71708, -1.60061 48.71708, -1.60061 48.71708, -1.60061 48.71708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7754'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66093 -1.60057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66093 -1.60057)"^^geo:wktLiteral ;
  geo-pos:lat "48.66093"^^xsd:decimal ;
  geo-pos:long "-1.60057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12240'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60057'^^xsd:double;
  dwc:latitude '48.66093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60057 48.66093, -1.60057 48.66093, -1.60057 48.66093, -1.60057 48.66093, -1.60057 48.66093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12240'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.60057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.60057)"^^geo:wktLiteral ;
  geo-pos:lat "48.68818"^^xsd:decimal ;
  geo-pos:long "-1.60057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6643'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60057'^^xsd:double;
  dwc:latitude '48.68818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60057 48.68818, -1.60057 48.68818, -1.60057 48.68818, -1.60057 48.68818, -1.60057 48.68818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6643'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64671 -1.60055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64671 -1.60055)"^^geo:wktLiteral ;
  geo-pos:lat "48.64671"^^xsd:decimal ;
  geo-pos:long "-1.60055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7602'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60055'^^xsd:double;
  dwc:latitude '48.64671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60055 48.64671, -1.60055 48.64671, -1.60055 48.64671, -1.60055 48.64671, -1.60055 48.64671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7602'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65937 -1.60055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65937"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65937 -1.60055)"^^geo:wktLiteral ;
  geo-pos:lat "48.65937"^^xsd:decimal ;
  geo-pos:long "-1.60055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9976'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60055'^^xsd:double;
  dwc:latitude '48.65937'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60055 48.65937, -1.60055 48.65937, -1.60055 48.65937, -1.60055 48.65937, -1.60055 48.65937))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9976'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65995 -1.60055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65995 -1.60055)"^^geo:wktLiteral ;
  geo-pos:lat "48.65995"^^xsd:decimal ;
  geo-pos:long "-1.60055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6774'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60055'^^xsd:double;
  dwc:latitude '48.65995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60055 48.65995, -1.60055 48.65995, -1.60055 48.65995, -1.60055 48.65995, -1.60055 48.65995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6774'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69907 -1.60055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69907 -1.60055)"^^geo:wktLiteral ;
  geo-pos:lat "48.69907"^^xsd:decimal ;
  geo-pos:long "-1.60055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10513'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60055'^^xsd:double;
  dwc:latitude '48.69907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60055 48.69907, -1.60055 48.69907, -1.60055 48.69907, -1.60055 48.69907, -1.60055 48.69907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10513'^^xsd:string;
  dwc:observationDate '2008-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64922 -1.60053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64922 -1.60053)"^^geo:wktLiteral ;
  geo-pos:lat "48.64922"^^xsd:decimal ;
  geo-pos:long "-1.60053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7603'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60053'^^xsd:double;
  dwc:latitude '48.64922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60053 48.64922, -1.60053 48.64922, -1.60053 48.64922, -1.60053 48.64922, -1.60053 48.64922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7603'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64789 -1.60052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64789 -1.60052)"^^geo:wktLiteral ;
  geo-pos:lat "48.64789"^^xsd:decimal ;
  geo-pos:long "-1.60052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12534'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60052'^^xsd:double;
  dwc:latitude '48.64789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60052 48.64789, -1.60052 48.64789, -1.60052 48.64789, -1.60052 48.64789, -1.60052 48.64789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12534'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68608 -1.60051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68608 -1.60051)"^^geo:wktLiteral ;
  geo-pos:lat "48.68608"^^xsd:decimal ;
  geo-pos:long "-1.60051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5852'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60051'^^xsd:double;
  dwc:latitude '48.68608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60051 48.68608, -1.60051 48.68608, -1.60051 48.68608, -1.60051 48.68608, -1.60051 48.68608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5852'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65964 -1.6005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65964 -1.6005)"^^geo:wktLiteral ;
  geo-pos:lat "48.65964"^^xsd:decimal ;
  geo-pos:long "-1.6005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_12987'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6005'^^xsd:double;
  dwc:latitude '48.65964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6005 48.65964, -1.6005 48.65964, -1.6005 48.65964, -1.6005 48.65964, -1.6005 48.65964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12987'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6587 -1.60049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6587 -1.60049)"^^geo:wktLiteral ;
  geo-pos:lat "48.6587"^^xsd:decimal ;
  geo-pos:long "-1.60049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11356'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60049'^^xsd:double;
  dwc:latitude '48.6587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60049 48.6587, -1.60049 48.6587, -1.60049 48.6587, -1.60049 48.6587, -1.60049 48.6587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11356'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68733 -1.60047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68733 -1.60047)"^^geo:wktLiteral ;
  geo-pos:lat "48.68733"^^xsd:decimal ;
  geo-pos:long "-1.60047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4399'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60047'^^xsd:double;
  dwc:latitude '48.68733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60047 48.68733, -1.60047 48.68733, -1.60047 48.68733, -1.60047 48.68733, -1.60047 48.68733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4399'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66036 -1.60046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66036 -1.60046)"^^geo:wktLiteral ;
  geo-pos:lat "48.66036"^^xsd:decimal ;
  geo-pos:long "-1.60046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5602'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60046'^^xsd:double;
  dwc:latitude '48.66036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60046 48.66036, -1.60046 48.66036, -1.60046 48.66036, -1.60046 48.66036, -1.60046 48.66036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5602'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64691 -1.60044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64691 -1.60044)"^^geo:wktLiteral ;
  geo-pos:lat "48.64691"^^xsd:decimal ;
  geo-pos:long "-1.60044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11970'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60044'^^xsd:double;
  dwc:latitude '48.64691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60044 48.64691, -1.60044 48.64691, -1.60044 48.64691, -1.60044 48.64691, -1.60044 48.64691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11970'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64913 -1.60043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64913 -1.60043)"^^geo:wktLiteral ;
  geo-pos:lat "48.64913"^^xsd:decimal ;
  geo-pos:long "-1.60043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11339'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60043'^^xsd:double;
  dwc:latitude '48.64913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60043 48.64913, -1.60043 48.64913, -1.60043 48.64913, -1.60043 48.64913, -1.60043 48.64913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11339'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69099 -1.60043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69099 -1.60043)"^^geo:wktLiteral ;
  geo-pos:lat "48.69099"^^xsd:decimal ;
  geo-pos:long "-1.60043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6129'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60043'^^xsd:double;
  dwc:latitude '48.69099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60043 48.69099, -1.60043 48.69099, -1.60043 48.69099, -1.60043 48.69099, -1.60043 48.69099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6129'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65909 -1.60042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65909"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65909 -1.60042)"^^geo:wktLiteral ;
  geo-pos:lat "48.65909"^^xsd:decimal ;
  geo-pos:long "-1.60042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13692'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60042'^^xsd:double;
  dwc:latitude '48.65909'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60042 48.65909, -1.60042 48.65909, -1.60042 48.65909, -1.60042 48.65909, -1.60042 48.65909))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13692'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69356 -1.6004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69356 -1.6004)"^^geo:wktLiteral ;
  geo-pos:lat "48.69356"^^xsd:decimal ;
  geo-pos:long "-1.6004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10207'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6004'^^xsd:double;
  dwc:latitude '48.69356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6004 48.69356, -1.6004 48.69356, -1.6004 48.69356, -1.6004 48.69356, -1.6004 48.69356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10207'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67398 -1.60032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67398"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67398 -1.60032)"^^geo:wktLiteral ;
  geo-pos:lat "48.67398"^^xsd:decimal ;
  geo-pos:long "-1.60032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8652'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60032'^^xsd:double;
  dwc:latitude '48.67398'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60032 48.67398, -1.60032 48.67398, -1.60032 48.67398, -1.60032 48.67398, -1.60032 48.67398))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8652'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68118 -1.60031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68118 -1.60031)"^^geo:wktLiteral ;
  geo-pos:lat "48.68118"^^xsd:decimal ;
  geo-pos:long "-1.60031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8828'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60031'^^xsd:double;
  dwc:latitude '48.68118'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60031 48.68118, -1.60031 48.68118, -1.60031 48.68118, -1.60031 48.68118, -1.60031 48.68118))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8828'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73302 -1.60031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73302 -1.60031)"^^geo:wktLiteral ;
  geo-pos:lat "48.73302"^^xsd:decimal ;
  geo-pos:long "-1.60031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2545'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60031'^^xsd:double;
  dwc:latitude '48.73302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60031 48.73302, -1.60031 48.73302, -1.60031 48.73302, -1.60031 48.73302, -1.60031 48.73302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2545'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72965 -1.6003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72965 -1.6003)"^^geo:wktLiteral ;
  geo-pos:lat "48.72965"^^xsd:decimal ;
  geo-pos:long "-1.6003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7793'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6003'^^xsd:double;
  dwc:latitude '48.72965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6003 48.72965, -1.6003 48.72965, -1.6003 48.72965, -1.6003 48.72965, -1.6003 48.72965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7793'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67551 -1.60029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67551 -1.60029)"^^geo:wktLiteral ;
  geo-pos:lat "48.67551"^^xsd:decimal ;
  geo-pos:long "-1.60029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_128'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60029'^^xsd:double;
  dwc:latitude '48.67551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60029 48.67551, -1.60029 48.67551, -1.60029 48.67551, -1.60029 48.67551, -1.60029 48.67551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_128'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68513 -1.60028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68513 -1.60028)"^^geo:wktLiteral ;
  geo-pos:lat "48.68513"^^xsd:decimal ;
  geo-pos:long "-1.60028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4665'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60028'^^xsd:double;
  dwc:latitude '48.68513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60028 48.68513, -1.60028 48.68513, -1.60028 48.68513, -1.60028 48.68513, -1.60028 48.68513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4665'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69056 -1.60025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69056 -1.60025)"^^geo:wktLiteral ;
  geo-pos:lat "48.69056"^^xsd:decimal ;
  geo-pos:long "-1.60025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12140'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60025'^^xsd:double;
  dwc:latitude '48.69056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60025 48.69056, -1.60025 48.69056, -1.60025 48.69056, -1.60025 48.69056, -1.60025 48.69056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12140'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66684 -1.60022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66684 -1.60022)"^^geo:wktLiteral ;
  geo-pos:lat "48.66684"^^xsd:decimal ;
  geo-pos:long "-1.60022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8708'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60022'^^xsd:double;
  dwc:latitude '48.66684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60022 48.66684, -1.60022 48.66684, -1.60022 48.66684, -1.60022 48.66684, -1.60022 48.66684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8708'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64739 -1.60021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64739 -1.60021)"^^geo:wktLiteral ;
  geo-pos:lat "48.64739"^^xsd:decimal ;
  geo-pos:long "-1.60021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11985'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60021'^^xsd:double;
  dwc:latitude '48.64739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60021 48.64739, -1.60021 48.64739, -1.60021 48.64739, -1.60021 48.64739, -1.60021 48.64739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11985'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69201 -1.6002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69201 -1.6002)"^^geo:wktLiteral ;
  geo-pos:lat "48.69201"^^xsd:decimal ;
  geo-pos:long "-1.6002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9663'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6002'^^xsd:double;
  dwc:latitude '48.69201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6002 48.69201, -1.6002 48.69201, -1.6002 48.69201, -1.6002 48.69201, -1.6002 48.69201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9663'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66184 -1.60017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66184"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66184 -1.60017)"^^geo:wktLiteral ;
  geo-pos:lat "48.66184"^^xsd:decimal ;
  geo-pos:long "-1.60017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10629'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60017'^^xsd:double;
  dwc:latitude '48.66184'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60017 48.66184, -1.60017 48.66184, -1.60017 48.66184, -1.60017 48.66184, -1.60017 48.66184))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10629'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66965 -1.60017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66965 -1.60017)"^^geo:wktLiteral ;
  geo-pos:lat "48.66965"^^xsd:decimal ;
  geo-pos:long "-1.60017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8585'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60017'^^xsd:double;
  dwc:latitude '48.66965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60017 48.66965, -1.60017 48.66965, -1.60017 48.66965, -1.60017 48.66965, -1.60017 48.66965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8585'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67184 -1.60017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67184"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67184 -1.60017)"^^geo:wktLiteral ;
  geo-pos:lat "48.67184"^^xsd:decimal ;
  geo-pos:long "-1.60017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10937'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60017'^^xsd:double;
  dwc:latitude '48.67184'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60017 48.67184, -1.60017 48.67184, -1.60017 48.67184, -1.60017 48.67184, -1.60017 48.67184))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10937'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68042 -1.60015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68042 -1.60015)"^^geo:wktLiteral ;
  geo-pos:lat "48.68042"^^xsd:decimal ;
  geo-pos:long "-1.60015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7688'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60015'^^xsd:double;
  dwc:latitude '48.68042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60015 48.68042, -1.60015 48.68042, -1.60015 48.68042, -1.60015 48.68042, -1.60015 48.68042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7688'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67202 -1.60008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67202"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67202 -1.60008)"^^geo:wktLiteral ;
  geo-pos:lat "48.67202"^^xsd:decimal ;
  geo-pos:long "-1.60008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11441'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60008'^^xsd:double;
  dwc:latitude '48.67202'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60008 48.67202, -1.60008 48.67202, -1.60008 48.67202, -1.60008 48.67202, -1.60008 48.67202))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11441'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65132 -1.60007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65132"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65132 -1.60007)"^^geo:wktLiteral ;
  geo-pos:lat "48.65132"^^xsd:decimal ;
  geo-pos:long "-1.60007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13213'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60007'^^xsd:double;
  dwc:latitude '48.65132'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60007 48.65132, -1.60007 48.65132, -1.60007 48.65132, -1.60007 48.65132, -1.60007 48.65132))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13213'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66619 -1.60005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66619 -1.60005)"^^geo:wktLiteral ;
  geo-pos:lat "48.66619"^^xsd:decimal ;
  geo-pos:long "-1.60005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10069'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60005'^^xsd:double;
  dwc:latitude '48.66619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60005 48.66619, -1.60005 48.66619, -1.60005 48.66619, -1.60005 48.66619, -1.60005 48.66619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10069'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73551 -1.60002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.60002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73551 -1.60002)"^^geo:wktLiteral ;
  geo-pos:lat "48.73551"^^xsd:decimal ;
  geo-pos:long "-1.60002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2427'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.60002'^^xsd:double;
  dwc:latitude '48.73551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.60002 48.73551, -1.60002 48.73551, -1.60002 48.73551, -1.60002 48.73551, -1.60002 48.73551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2427'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66859 -1.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66859 -1.6)"^^geo:wktLiteral ;
  geo-pos:lat "48.66859"^^xsd:decimal ;
  geo-pos:long "-1.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9025'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.6'^^xsd:double;
  dwc:latitude '48.66859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.6 48.66859, -1.6 48.66859, -1.6 48.66859, -1.6 48.66859, -1.6 48.66859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9025'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65954 -1.59999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65954"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65954 -1.59999)"^^geo:wktLiteral ;
  geo-pos:lat "48.65954"^^xsd:decimal ;
  geo-pos:long "-1.59999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10658'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59999'^^xsd:double;
  dwc:latitude '48.65954'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59999 48.65954, -1.59999 48.65954, -1.59999 48.65954, -1.59999 48.65954, -1.59999 48.65954))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10658'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65971 -1.59998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65971 -1.59998)"^^geo:wktLiteral ;
  geo-pos:lat "48.65971"^^xsd:decimal ;
  geo-pos:long "-1.59998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12593'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59998'^^xsd:double;
  dwc:latitude '48.65971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59998 48.65971, -1.59998 48.65971, -1.59998 48.65971, -1.59998 48.65971, -1.59998 48.65971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12593'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70724 -1.59997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70724 -1.59997)"^^geo:wktLiteral ;
  geo-pos:lat "48.70724"^^xsd:decimal ;
  geo-pos:long "-1.59997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10106'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59997'^^xsd:double;
  dwc:latitude '48.70724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59997 48.70724, -1.59997 48.70724, -1.59997 48.70724, -1.59997 48.70724, -1.59997 48.70724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10106'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69301 -1.59996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69301"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69301 -1.59996)"^^geo:wktLiteral ;
  geo-pos:lat "48.69301"^^xsd:decimal ;
  geo-pos:long "-1.59996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6221'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59996'^^xsd:double;
  dwc:latitude '48.69301'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59996 48.69301, -1.59996 48.69301, -1.59996 48.69301, -1.59996 48.69301, -1.59996 48.69301))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6221'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67553 -1.59995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67553"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67553 -1.59995)"^^geo:wktLiteral ;
  geo-pos:lat "48.67553"^^xsd:decimal ;
  geo-pos:long "-1.59995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10712'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59995'^^xsd:double;
  dwc:latitude '48.67553'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59995 48.67553, -1.59995 48.67553, -1.59995 48.67553, -1.59995 48.67553, -1.59995 48.67553))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10712'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6603 -1.59994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6603 -1.59994)"^^geo:wktLiteral ;
  geo-pos:lat "48.6603"^^xsd:decimal ;
  geo-pos:long "-1.59994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5336'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59994'^^xsd:double;
  dwc:latitude '48.6603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59994 48.6603, -1.59994 48.6603, -1.59994 48.6603, -1.59994 48.6603, -1.59994 48.6603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5336'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64154 -1.59992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64154 -1.59992)"^^geo:wktLiteral ;
  geo-pos:lat "48.64154"^^xsd:decimal ;
  geo-pos:long "-1.59992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13438'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59992'^^xsd:double;
  dwc:latitude '48.64154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59992 48.64154, -1.59992 48.64154, -1.59992 48.64154, -1.59992 48.64154, -1.59992 48.64154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13438'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73153 -1.59991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73153"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73153 -1.59991)"^^geo:wktLiteral ;
  geo-pos:lat "48.73153"^^xsd:decimal ;
  geo-pos:long "-1.59991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2502'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59991'^^xsd:double;
  dwc:latitude '48.73153'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59991 48.73153, -1.59991 48.73153, -1.59991 48.73153, -1.59991 48.73153, -1.59991 48.73153))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2502'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68906 -1.5999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68906 -1.5999)"^^geo:wktLiteral ;
  geo-pos:lat "48.68906"^^xsd:decimal ;
  geo-pos:long "-1.5999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5524'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5999'^^xsd:double;
  dwc:latitude '48.68906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5999 48.68906, -1.5999 48.68906, -1.5999 48.68906, -1.5999 48.68906, -1.5999 48.68906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5524'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67207 -1.59989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67207 -1.59989)"^^geo:wktLiteral ;
  geo-pos:lat "48.67207"^^xsd:decimal ;
  geo-pos:long "-1.59989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7358'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59989'^^xsd:double;
  dwc:latitude '48.67207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59989 48.67207, -1.59989 48.67207, -1.59989 48.67207, -1.59989 48.67207, -1.59989 48.67207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7358'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74876 -1.59988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74876 -1.59988)"^^geo:wktLiteral ;
  geo-pos:lat "48.74876"^^xsd:decimal ;
  geo-pos:long "-1.59988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8821'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59988'^^xsd:double;
  dwc:latitude '48.74876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59988 48.74876, -1.59988 48.74876, -1.59988 48.74876, -1.59988 48.74876, -1.59988 48.74876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8821'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68904 -1.59986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68904 -1.59986)"^^geo:wktLiteral ;
  geo-pos:lat "48.68904"^^xsd:decimal ;
  geo-pos:long "-1.59986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3129'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59986'^^xsd:double;
  dwc:latitude '48.68904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59986 48.68904, -1.59986 48.68904, -1.59986 48.68904, -1.59986 48.68904, -1.59986 48.68904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3129'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67556 -1.59985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67556 -1.59985)"^^geo:wktLiteral ;
  geo-pos:lat "48.67556"^^xsd:decimal ;
  geo-pos:long "-1.59985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10424'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59985'^^xsd:double;
  dwc:latitude '48.67556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59985 48.67556, -1.59985 48.67556, -1.59985 48.67556, -1.59985 48.67556, -1.59985 48.67556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10424'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69881 -1.59985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69881"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69881 -1.59985)"^^geo:wktLiteral ;
  geo-pos:lat "48.69881"^^xsd:decimal ;
  geo-pos:long "-1.59985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11418'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59985'^^xsd:double;
  dwc:latitude '48.69881'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59985 48.69881, -1.59985 48.69881, -1.59985 48.69881, -1.59985 48.69881, -1.59985 48.69881))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11418'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6876 -1.59982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6876 -1.59982)"^^geo:wktLiteral ;
  geo-pos:lat "48.6876"^^xsd:decimal ;
  geo-pos:long "-1.59982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7098'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59982'^^xsd:double;
  dwc:latitude '48.6876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59982 48.6876, -1.59982 48.6876, -1.59982 48.6876, -1.59982 48.6876, -1.59982 48.6876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7098'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67009 -1.59981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67009 -1.59981)"^^geo:wktLiteral ;
  geo-pos:lat "48.67009"^^xsd:decimal ;
  geo-pos:long "-1.59981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2290'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59981'^^xsd:double;
  dwc:latitude '48.67009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59981 48.67009, -1.59981 48.67009, -1.59981 48.67009, -1.59981 48.67009, -1.59981 48.67009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2290'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66928 -1.5998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66928 -1.5998)"^^geo:wktLiteral ;
  geo-pos:lat "48.66928"^^xsd:decimal ;
  geo-pos:long "-1.5998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9472'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5998'^^xsd:double;
  dwc:latitude '48.66928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5998 48.66928, -1.5998 48.66928, -1.5998 48.66928, -1.5998 48.66928, -1.5998 48.66928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9472'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75376 -1.5998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75376 -1.5998)"^^geo:wktLiteral ;
  geo-pos:lat "48.75376"^^xsd:decimal ;
  geo-pos:long "-1.5998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1107'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5998'^^xsd:double;
  dwc:latitude '48.75376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5998 48.75376, -1.5998 48.75376, -1.5998 48.75376, -1.5998 48.75376, -1.5998 48.75376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1107'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69943 -1.59978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69943 -1.59978)"^^geo:wktLiteral ;
  geo-pos:lat "48.69943"^^xsd:decimal ;
  geo-pos:long "-1.59978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5427'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59978'^^xsd:double;
  dwc:latitude '48.69943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59978 48.69943, -1.59978 48.69943, -1.59978 48.69943, -1.59978 48.69943, -1.59978 48.69943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5427'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64728 -1.59977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64728 -1.59977)"^^geo:wktLiteral ;
  geo-pos:lat "48.64728"^^xsd:decimal ;
  geo-pos:long "-1.59977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13026'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59977'^^xsd:double;
  dwc:latitude '48.64728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59977 48.64728, -1.59977 48.64728, -1.59977 48.64728, -1.59977 48.64728, -1.59977 48.64728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13026'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65817 -1.59974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65817 -1.59974)"^^geo:wktLiteral ;
  geo-pos:lat "48.65817"^^xsd:decimal ;
  geo-pos:long "-1.59974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13294'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59974'^^xsd:double;
  dwc:latitude '48.65817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59974 48.65817, -1.59974 48.65817, -1.59974 48.65817, -1.59974 48.65817, -1.59974 48.65817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13294'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67375 -1.59974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67375"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67375 -1.59974)"^^geo:wktLiteral ;
  geo-pos:lat "48.67375"^^xsd:decimal ;
  geo-pos:long "-1.59974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5338'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59974'^^xsd:double;
  dwc:latitude '48.67375'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59974 48.67375, -1.59974 48.67375, -1.59974 48.67375, -1.59974 48.67375, -1.59974 48.67375))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5338'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67501 -1.59971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67501 -1.59971)"^^geo:wktLiteral ;
  geo-pos:lat "48.67501"^^xsd:decimal ;
  geo-pos:long "-1.59971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10577'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59971'^^xsd:double;
  dwc:latitude '48.67501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59971 48.67501, -1.59971 48.67501, -1.59971 48.67501, -1.59971 48.67501, -1.59971 48.67501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10577'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66038 -1.5997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66038 -1.5997)"^^geo:wktLiteral ;
  geo-pos:lat "48.66038"^^xsd:decimal ;
  geo-pos:long "-1.5997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12059'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5997'^^xsd:double;
  dwc:latitude '48.66038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5997 48.66038, -1.5997 48.66038, -1.5997 48.66038, -1.5997 48.66038, -1.5997 48.66038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12059'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7361 -1.5997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7361"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7361 -1.5997)"^^geo:wktLiteral ;
  geo-pos:lat "48.7361"^^xsd:decimal ;
  geo-pos:long "-1.5997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2503'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5997'^^xsd:double;
  dwc:latitude '48.7361'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5997 48.7361, -1.5997 48.7361, -1.5997 48.7361, -1.5997 48.7361, -1.5997 48.7361))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2503'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67427 -1.59969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67427 -1.59969)"^^geo:wktLiteral ;
  geo-pos:lat "48.67427"^^xsd:decimal ;
  geo-pos:long "-1.59969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10573'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59969'^^xsd:double;
  dwc:latitude '48.67427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59969 48.67427, -1.59969 48.67427, -1.59969 48.67427, -1.59969 48.67427, -1.59969 48.67427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10573'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68571 -1.59969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68571 -1.59969)"^^geo:wktLiteral ;
  geo-pos:lat "48.68571"^^xsd:decimal ;
  geo-pos:long "-1.59969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9343'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59969'^^xsd:double;
  dwc:latitude '48.68571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59969 48.68571, -1.59969 48.68571, -1.59969 48.68571, -1.59969 48.68571, -1.59969 48.68571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9343'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66839 -1.59967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66839 -1.59967)"^^geo:wktLiteral ;
  geo-pos:lat "48.66839"^^xsd:decimal ;
  geo-pos:long "-1.59967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12023'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59967'^^xsd:double;
  dwc:latitude '48.66839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59967 48.66839, -1.59967 48.66839, -1.59967 48.66839, -1.59967 48.66839, -1.59967 48.66839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12023'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69013 -1.59967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69013 -1.59967)"^^geo:wktLiteral ;
  geo-pos:lat "48.69013"^^xsd:decimal ;
  geo-pos:long "-1.59967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10045'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59967'^^xsd:double;
  dwc:latitude '48.69013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59967 48.69013, -1.59967 48.69013, -1.59967 48.69013, -1.59967 48.69013, -1.59967 48.69013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10045'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65941 -1.59966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65941 -1.59966)"^^geo:wktLiteral ;
  geo-pos:lat "48.65941"^^xsd:decimal ;
  geo-pos:long "-1.59966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12609'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59966'^^xsd:double;
  dwc:latitude '48.65941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59966 48.65941, -1.59966 48.65941, -1.59966 48.65941, -1.59966 48.65941, -1.59966 48.65941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12609'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65328 -1.59963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65328 -1.59963)"^^geo:wktLiteral ;
  geo-pos:lat "48.65328"^^xsd:decimal ;
  geo-pos:long "-1.59963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13111'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59963'^^xsd:double;
  dwc:latitude '48.65328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59963 48.65328, -1.59963 48.65328, -1.59963 48.65328, -1.59963 48.65328, -1.59963 48.65328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13111'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67548 -1.59963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67548 -1.59963)"^^geo:wktLiteral ;
  geo-pos:lat "48.67548"^^xsd:decimal ;
  geo-pos:long "-1.59963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11072'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59963'^^xsd:double;
  dwc:latitude '48.67548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59963 48.67548, -1.59963 48.67548, -1.59963 48.67548, -1.59963 48.67548, -1.59963 48.67548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11072'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67549 -1.59963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67549 -1.59963)"^^geo:wktLiteral ;
  geo-pos:lat "48.67549"^^xsd:decimal ;
  geo-pos:long "-1.59963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9643'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59963'^^xsd:double;
  dwc:latitude '48.67549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59963 48.67549, -1.59963 48.67549, -1.59963 48.67549, -1.59963 48.67549, -1.59963 48.67549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9643'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73139 -1.59963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73139 -1.59963)"^^geo:wktLiteral ;
  geo-pos:lat "48.73139"^^xsd:decimal ;
  geo-pos:long "-1.59963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2507'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59963'^^xsd:double;
  dwc:latitude '48.73139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59963 48.73139, -1.59963 48.73139, -1.59963 48.73139, -1.59963 48.73139, -1.59963 48.73139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2507'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65918 -1.59961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65918 -1.59961)"^^geo:wktLiteral ;
  geo-pos:lat "48.65918"^^xsd:decimal ;
  geo-pos:long "-1.59961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10330'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59961'^^xsd:double;
  dwc:latitude '48.65918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59961 48.65918, -1.59961 48.65918, -1.59961 48.65918, -1.59961 48.65918, -1.59961 48.65918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10330'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67347 -1.59961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67347 -1.59961)"^^geo:wktLiteral ;
  geo-pos:lat "48.67347"^^xsd:decimal ;
  geo-pos:long "-1.59961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11355'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59961'^^xsd:double;
  dwc:latitude '48.67347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59961 48.67347, -1.59961 48.67347, -1.59961 48.67347, -1.59961 48.67347, -1.59961 48.67347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11355'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69801 -1.59961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69801 -1.59961)"^^geo:wktLiteral ;
  geo-pos:lat "48.69801"^^xsd:decimal ;
  geo-pos:long "-1.59961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8731'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59961'^^xsd:double;
  dwc:latitude '48.69801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59961 48.69801, -1.59961 48.69801, -1.59961 48.69801, -1.59961 48.69801, -1.59961 48.69801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8731'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7207 -1.59958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7207 -1.59958)"^^geo:wktLiteral ;
  geo-pos:lat "48.7207"^^xsd:decimal ;
  geo-pos:long "-1.59958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7718'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59958'^^xsd:double;
  dwc:latitude '48.7207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59958 48.7207, -1.59958 48.7207, -1.59958 48.7207, -1.59958 48.7207, -1.59958 48.7207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7718'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67541 -1.59955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67541 -1.59955)"^^geo:wktLiteral ;
  geo-pos:lat "48.67541"^^xsd:decimal ;
  geo-pos:long "-1.59955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13704'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59955'^^xsd:double;
  dwc:latitude '48.67541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59955 48.67541, -1.59955 48.67541, -1.59955 48.67541, -1.59955 48.67541, -1.59955 48.67541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13704'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67 -1.59954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67 -1.59954)"^^geo:wktLiteral ;
  geo-pos:lat "48.67"^^xsd:decimal ;
  geo-pos:long "-1.59954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13349'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59954'^^xsd:double;
  dwc:latitude '48.67'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59954 48.67, -1.59954 48.67, -1.59954 48.67, -1.59954 48.67, -1.59954 48.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13349'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6644 -1.59953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6644 -1.59953)"^^geo:wktLiteral ;
  geo-pos:lat "48.6644"^^xsd:decimal ;
  geo-pos:long "-1.59953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13295'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59953'^^xsd:double;
  dwc:latitude '48.6644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59953 48.6644, -1.59953 48.6644, -1.59953 48.6644, -1.59953 48.6644, -1.59953 48.6644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13295'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.59952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.59952)"^^geo:wktLiteral ;
  geo-pos:lat "48.65957"^^xsd:decimal ;
  geo-pos:long "-1.59952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13691'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59952'^^xsd:double;
  dwc:latitude '48.65957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59952 48.65957, -1.59952 48.65957, -1.59952 48.65957, -1.59952 48.65957, -1.59952 48.65957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13691'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67962 -1.59952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67962 -1.59952)"^^geo:wktLiteral ;
  geo-pos:lat "48.67962"^^xsd:decimal ;
  geo-pos:long "-1.59952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10025'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59952'^^xsd:double;
  dwc:latitude '48.67962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59952 48.67962, -1.59952 48.67962, -1.59952 48.67962, -1.59952 48.67962, -1.59952 48.67962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10025'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66214 -1.5995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66214 -1.5995)"^^geo:wktLiteral ;
  geo-pos:lat "48.66214"^^xsd:decimal ;
  geo-pos:long "-1.5995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12706'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5995'^^xsd:double;
  dwc:latitude '48.66214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5995 48.66214, -1.5995 48.66214, -1.5995 48.66214, -1.5995 48.66214, -1.5995 48.66214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12706'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68513 -1.59949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68513 -1.59949)"^^geo:wktLiteral ;
  geo-pos:lat "48.68513"^^xsd:decimal ;
  geo-pos:long "-1.59949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4531'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.33333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59949'^^xsd:double;
  dwc:latitude '48.68513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59949 48.68513, -1.59949 48.68513, -1.59949 48.68513, -1.59949 48.68513, -1.59949 48.68513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4531'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.59948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.59948)"^^geo:wktLiteral ;
  geo-pos:lat "48.65925"^^xsd:decimal ;
  geo-pos:long "-1.59948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13690'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59948'^^xsd:double;
  dwc:latitude '48.65925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59948 48.65925, -1.59948 48.65925, -1.59948 48.65925, -1.59948 48.65925, -1.59948 48.65925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13690'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6594 -1.59945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6594 -1.59945)"^^geo:wktLiteral ;
  geo-pos:lat "48.6594"^^xsd:decimal ;
  geo-pos:long "-1.59945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13703'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59945'^^xsd:double;
  dwc:latitude '48.6594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59945 48.6594, -1.59945 48.6594, -1.59945 48.6594, -1.59945 48.6594, -1.59945 48.6594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13703'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67465 -1.59944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67465"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67465 -1.59944)"^^geo:wktLiteral ;
  geo-pos:lat "48.67465"^^xsd:decimal ;
  geo-pos:long "-1.59944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9610'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59944'^^xsd:double;
  dwc:latitude '48.67465'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59944 48.67465, -1.59944 48.67465, -1.59944 48.67465, -1.59944 48.67465, -1.59944 48.67465))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9610'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71292 -1.59944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71292 -1.59944)"^^geo:wktLiteral ;
  geo-pos:lat "48.71292"^^xsd:decimal ;
  geo-pos:long "-1.59944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11223'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59944'^^xsd:double;
  dwc:latitude '48.71292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59944 48.71292, -1.59944 48.71292, -1.59944 48.71292, -1.59944 48.71292, -1.59944 48.71292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11223'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66159 -1.59943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66159 -1.59943)"^^geo:wktLiteral ;
  geo-pos:lat "48.66159"^^xsd:decimal ;
  geo-pos:long "-1.59943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8988'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59943'^^xsd:double;
  dwc:latitude '48.66159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59943 48.66159, -1.59943 48.66159, -1.59943 48.66159, -1.59943 48.66159, -1.59943 48.66159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8988'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67545 -1.59943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67545 -1.59943)"^^geo:wktLiteral ;
  geo-pos:lat "48.67545"^^xsd:decimal ;
  geo-pos:long "-1.59943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7677'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59943'^^xsd:double;
  dwc:latitude '48.67545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59943 48.67545, -1.59943 48.67545, -1.59943 48.67545, -1.59943 48.67545, -1.59943 48.67545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7677'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73313 -1.59942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73313 -1.59942)"^^geo:wktLiteral ;
  geo-pos:lat "48.73313"^^xsd:decimal ;
  geo-pos:long "-1.59942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2544'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59942'^^xsd:double;
  dwc:latitude '48.73313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59942 48.73313, -1.59942 48.73313, -1.59942 48.73313, -1.59942 48.73313, -1.59942 48.73313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2544'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71185 -1.59941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71185"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71185 -1.59941)"^^geo:wktLiteral ;
  geo-pos:lat "48.71185"^^xsd:decimal ;
  geo-pos:long "-1.59941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5227'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59941'^^xsd:double;
  dwc:latitude '48.71185'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59941 48.71185, -1.59941 48.71185, -1.59941 48.71185, -1.59941 48.71185, -1.59941 48.71185))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5227'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70465 -1.59939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70465"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70465 -1.59939)"^^geo:wktLiteral ;
  geo-pos:lat "48.70465"^^xsd:decimal ;
  geo-pos:long "-1.59939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1166'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59939'^^xsd:double;
  dwc:latitude '48.70465'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59939 48.70465, -1.59939 48.70465, -1.59939 48.70465, -1.59939 48.70465, -1.59939 48.70465))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1166'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65903 -1.59938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65903 -1.59938)"^^geo:wktLiteral ;
  geo-pos:lat "48.65903"^^xsd:decimal ;
  geo-pos:long "-1.59938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13702'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59938'^^xsd:double;
  dwc:latitude '48.65903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59938 48.65903, -1.59938 48.65903, -1.59938 48.65903, -1.59938 48.65903, -1.59938 48.65903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13702'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71673 -1.59933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71673 -1.59933)"^^geo:wktLiteral ;
  geo-pos:lat "48.71673"^^xsd:decimal ;
  geo-pos:long "-1.59933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7727'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59933'^^xsd:double;
  dwc:latitude '48.71673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59933 48.71673, -1.59933 48.71673, -1.59933 48.71673, -1.59933 48.71673, -1.59933 48.71673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7727'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69253 -1.59932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69253 -1.59932)"^^geo:wktLiteral ;
  geo-pos:lat "48.69253"^^xsd:decimal ;
  geo-pos:long "-1.59932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6576'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59932'^^xsd:double;
  dwc:latitude '48.69253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59932 48.69253, -1.59932 48.69253, -1.59932 48.69253, -1.59932 48.69253, -1.59932 48.69253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6576'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69476 -1.59929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69476 -1.59929)"^^geo:wktLiteral ;
  geo-pos:lat "48.69476"^^xsd:decimal ;
  geo-pos:long "-1.59929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10512'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59929'^^xsd:double;
  dwc:latitude '48.69476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59929 48.69476, -1.59929 48.69476, -1.59929 48.69476, -1.59929 48.69476, -1.59929 48.69476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10512'^^xsd:string;
  dwc:observationDate '2008-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71869 -1.59929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71869 -1.59929)"^^geo:wktLiteral ;
  geo-pos:lat "48.71869"^^xsd:decimal ;
  geo-pos:long "-1.59929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7860'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59929'^^xsd:double;
  dwc:latitude '48.71869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59929 48.71869, -1.59929 48.71869, -1.59929 48.71869, -1.59929 48.71869, -1.59929 48.71869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7860'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6565 -1.59927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6565 -1.59927)"^^geo:wktLiteral ;
  geo-pos:lat "48.6565"^^xsd:decimal ;
  geo-pos:long "-1.59927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2714'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59927'^^xsd:double;
  dwc:latitude '48.6565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59927 48.6565, -1.59927 48.6565, -1.59927 48.6565, -1.59927 48.6565, -1.59927 48.6565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2714'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71837 -1.59927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71837 -1.59927)"^^geo:wktLiteral ;
  geo-pos:lat "48.71837"^^xsd:decimal ;
  geo-pos:long "-1.59927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7752'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59927'^^xsd:double;
  dwc:latitude '48.71837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59927 48.71837, -1.59927 48.71837, -1.59927 48.71837, -1.59927 48.71837, -1.59927 48.71837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7752'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74412 -1.59925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74412 -1.59925)"^^geo:wktLiteral ;
  geo-pos:lat "48.74412"^^xsd:decimal ;
  geo-pos:long "-1.59925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7709'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59925'^^xsd:double;
  dwc:latitude '48.74412'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59925 48.74412, -1.59925 48.74412, -1.59925 48.74412, -1.59925 48.74412, -1.59925 48.74412))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7709'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67586 -1.59921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67586 -1.59921)"^^geo:wktLiteral ;
  geo-pos:lat "48.67586"^^xsd:decimal ;
  geo-pos:long "-1.59921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10713'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59921'^^xsd:double;
  dwc:latitude '48.67586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59921 48.67586, -1.59921 48.67586, -1.59921 48.67586, -1.59921 48.67586, -1.59921 48.67586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10713'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69301 -1.59919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69301"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69301 -1.59919)"^^geo:wktLiteral ;
  geo-pos:lat "48.69301"^^xsd:decimal ;
  geo-pos:long "-1.59919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6413'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59919'^^xsd:double;
  dwc:latitude '48.69301'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59919 48.69301, -1.59919 48.69301, -1.59919 48.69301, -1.59919 48.69301, -1.59919 48.69301))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6413'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7199 -1.59916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7199 -1.59916)"^^geo:wktLiteral ;
  geo-pos:lat "48.7199"^^xsd:decimal ;
  geo-pos:long "-1.59916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9352'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59916'^^xsd:double;
  dwc:latitude '48.7199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59916 48.7199, -1.59916 48.7199, -1.59916 48.7199, -1.59916 48.7199, -1.59916 48.7199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9352'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64504 -1.59914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64504 -1.59914)"^^geo:wktLiteral ;
  geo-pos:lat "48.64504"^^xsd:decimal ;
  geo-pos:long "-1.59914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12799'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59914'^^xsd:double;
  dwc:latitude '48.64504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59914 48.64504, -1.59914 48.64504, -1.59914 48.64504, -1.59914 48.64504, -1.59914 48.64504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12799'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74277 -1.59914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74277 -1.59914)"^^geo:wktLiteral ;
  geo-pos:lat "48.74277"^^xsd:decimal ;
  geo-pos:long "-1.59914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6380'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59914'^^xsd:double;
  dwc:latitude '48.74277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59914 48.74277, -1.59914 48.74277, -1.59914 48.74277, -1.59914 48.74277, -1.59914 48.74277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6380'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67495 -1.59912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67495 -1.59912)"^^geo:wktLiteral ;
  geo-pos:lat "48.67495"^^xsd:decimal ;
  geo-pos:long "-1.59912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10714'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59912'^^xsd:double;
  dwc:latitude '48.67495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59912 48.67495, -1.59912 48.67495, -1.59912 48.67495, -1.59912 48.67495, -1.59912 48.67495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10714'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68807 -1.59909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68807 -1.59909)"^^geo:wktLiteral ;
  geo-pos:lat "48.68807"^^xsd:decimal ;
  geo-pos:long "-1.59909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_824'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59909'^^xsd:double;
  dwc:latitude '48.68807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59909 48.68807, -1.59909 48.68807, -1.59909 48.68807, -1.59909 48.68807, -1.59909 48.68807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_824'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65294 -1.59907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65294 -1.59907)"^^geo:wktLiteral ;
  geo-pos:lat "48.65294"^^xsd:decimal ;
  geo-pos:long "-1.59907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12902'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59907'^^xsd:double;
  dwc:latitude '48.65294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59907 48.65294, -1.59907 48.65294, -1.59907 48.65294, -1.59907 48.65294, -1.59907 48.65294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12902'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66498 -1.59907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66498 -1.59907)"^^geo:wktLiteral ;
  geo-pos:lat "48.66498"^^xsd:decimal ;
  geo-pos:long "-1.59907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8959'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59907'^^xsd:double;
  dwc:latitude '48.66498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59907 48.66498, -1.59907 48.66498, -1.59907 48.66498, -1.59907 48.66498, -1.59907 48.66498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8959'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67911 -1.59907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67911 -1.59907)"^^geo:wktLiteral ;
  geo-pos:lat "48.67911"^^xsd:decimal ;
  geo-pos:long "-1.59907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4533'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59907'^^xsd:double;
  dwc:latitude '48.67911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59907 48.67911, -1.59907 48.67911, -1.59907 48.67911, -1.59907 48.67911, -1.59907 48.67911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4533'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65945 -1.59906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65945 -1.59906)"^^geo:wktLiteral ;
  geo-pos:lat "48.65945"^^xsd:decimal ;
  geo-pos:long "-1.59906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8966'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59906'^^xsd:double;
  dwc:latitude '48.65945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59906 48.65945, -1.59906 48.65945, -1.59906 48.65945, -1.59906 48.65945, -1.59906 48.65945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8966'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69333 -1.59906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69333 -1.59906)"^^geo:wktLiteral ;
  geo-pos:lat "48.69333"^^xsd:decimal ;
  geo-pos:long "-1.59906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8225'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59906'^^xsd:double;
  dwc:latitude '48.69333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59906 48.69333, -1.59906 48.69333, -1.59906 48.69333, -1.59906 48.69333, -1.59906 48.69333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8225'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68672 -1.59903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68672 -1.59903)"^^geo:wktLiteral ;
  geo-pos:lat "48.68672"^^xsd:decimal ;
  geo-pos:long "-1.59903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5814'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59903'^^xsd:double;
  dwc:latitude '48.68672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59903 48.68672, -1.59903 48.68672, -1.59903 48.68672, -1.59903 48.68672, -1.59903 48.68672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5814'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67567 -1.59902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67567 -1.59902)"^^geo:wktLiteral ;
  geo-pos:lat "48.67567"^^xsd:decimal ;
  geo-pos:long "-1.59902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3852'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59902'^^xsd:double;
  dwc:latitude '48.67567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59902 48.67567, -1.59902 48.67567, -1.59902 48.67567, -1.59902 48.67567, -1.59902 48.67567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3852'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67575 -1.59901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67575 -1.59901)"^^geo:wktLiteral ;
  geo-pos:lat "48.67575"^^xsd:decimal ;
  geo-pos:long "-1.59901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7678'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59901'^^xsd:double;
  dwc:latitude '48.67575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59901 48.67575, -1.59901 48.67575, -1.59901 48.67575, -1.59901 48.67575, -1.59901 48.67575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7678'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65862 -1.599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65862 -1.599)"^^geo:wktLiteral ;
  geo-pos:lat "48.65862"^^xsd:decimal ;
  geo-pos:long "-1.599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2798'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.599'^^xsd:double;
  dwc:latitude '48.65862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.599 48.65862, -1.599 48.65862, -1.599 48.65862, -1.599 48.65862, -1.599 48.65862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2798'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68427 -1.599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68427 -1.599)"^^geo:wktLiteral ;
  geo-pos:lat "48.68427"^^xsd:decimal ;
  geo-pos:long "-1.599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4532'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.63333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.599'^^xsd:double;
  dwc:latitude '48.68427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.599 48.68427, -1.599 48.68427, -1.599 48.68427, -1.599 48.68427, -1.599 48.68427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4532'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7434 -1.59895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7434 -1.59895)"^^geo:wktLiteral ;
  geo-pos:lat "48.7434"^^xsd:decimal ;
  geo-pos:long "-1.59895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1897'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59895'^^xsd:double;
  dwc:latitude '48.7434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59895 48.7434, -1.59895 48.7434, -1.59895 48.7434, -1.59895 48.7434, -1.59895 48.7434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1897'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67547 -1.59894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67547 -1.59894)"^^geo:wktLiteral ;
  geo-pos:lat "48.67547"^^xsd:decimal ;
  geo-pos:long "-1.59894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10816'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59894'^^xsd:double;
  dwc:latitude '48.67547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59894 48.67547, -1.59894 48.67547, -1.59894 48.67547, -1.59894 48.67547, -1.59894 48.67547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10816'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68475 -1.59893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68475 -1.59893)"^^geo:wktLiteral ;
  geo-pos:lat "48.68475"^^xsd:decimal ;
  geo-pos:long "-1.59893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3217'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59893'^^xsd:double;
  dwc:latitude '48.68475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59893 48.68475, -1.59893 48.68475, -1.59893 48.68475, -1.59893 48.68475, -1.59893 48.68475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3217'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66037 -1.59891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66037 -1.59891)"^^geo:wktLiteral ;
  geo-pos:lat "48.66037"^^xsd:decimal ;
  geo-pos:long "-1.59891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12031'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59891'^^xsd:double;
  dwc:latitude '48.66037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59891 48.66037, -1.59891 48.66037, -1.59891 48.66037, -1.59891 48.66037, -1.59891 48.66037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12031'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66913 -1.59891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66913 -1.59891)"^^geo:wktLiteral ;
  geo-pos:lat "48.66913"^^xsd:decimal ;
  geo-pos:long "-1.59891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9344'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59891'^^xsd:double;
  dwc:latitude '48.66913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59891 48.66913, -1.59891 48.66913, -1.59891 48.66913, -1.59891 48.66913, -1.59891 48.66913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9344'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67046 -1.59891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67046 -1.59891)"^^geo:wktLiteral ;
  geo-pos:lat "48.67046"^^xsd:decimal ;
  geo-pos:long "-1.59891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9010'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59891'^^xsd:double;
  dwc:latitude '48.67046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59891 48.67046, -1.59891 48.67046, -1.59891 48.67046, -1.59891 48.67046, -1.59891 48.67046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9010'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7091 -1.59889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7091 -1.59889)"^^geo:wktLiteral ;
  geo-pos:lat "48.7091"^^xsd:decimal ;
  geo-pos:long "-1.59889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9561'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59889'^^xsd:double;
  dwc:latitude '48.7091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59889 48.7091, -1.59889 48.7091, -1.59889 48.7091, -1.59889 48.7091, -1.59889 48.7091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9561'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65988 -1.59888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65988 -1.59888)"^^geo:wktLiteral ;
  geo-pos:lat "48.65988"^^xsd:decimal ;
  geo-pos:long "-1.59888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8705'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59888'^^xsd:double;
  dwc:latitude '48.65988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59888 48.65988, -1.59888 48.65988, -1.59888 48.65988, -1.59888 48.65988, -1.59888 48.65988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8705'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70994 -1.59884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70994 -1.59884)"^^geo:wktLiteral ;
  geo-pos:lat "48.70994"^^xsd:decimal ;
  geo-pos:long "-1.59884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10108'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59884'^^xsd:double;
  dwc:latitude '48.70994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59884 48.70994, -1.59884 48.70994, -1.59884 48.70994, -1.59884 48.70994, -1.59884 48.70994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10108'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65951 -1.59882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65951"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65951 -1.59882)"^^geo:wktLiteral ;
  geo-pos:lat "48.65951"^^xsd:decimal ;
  geo-pos:long "-1.59882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11341'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59882'^^xsd:double;
  dwc:latitude '48.65951'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59882 48.65951, -1.59882 48.65951, -1.59882 48.65951, -1.59882 48.65951, -1.59882 48.65951))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11341'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73053 -1.59882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73053 -1.59882)"^^geo:wktLiteral ;
  geo-pos:lat "48.73053"^^xsd:decimal ;
  geo-pos:long "-1.59882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5400'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59882'^^xsd:double;
  dwc:latitude '48.73053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59882 48.73053, -1.59882 48.73053, -1.59882 48.73053, -1.59882 48.73053, -1.59882 48.73053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5400'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71682 -1.59881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71682 -1.59881)"^^geo:wktLiteral ;
  geo-pos:lat "48.71682"^^xsd:decimal ;
  geo-pos:long "-1.59881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7951'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59881'^^xsd:double;
  dwc:latitude '48.71682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59881 48.71682, -1.59881 48.71682, -1.59881 48.71682, -1.59881 48.71682, -1.59881 48.71682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7951'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6849 -1.5988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6849 -1.5988)"^^geo:wktLiteral ;
  geo-pos:lat "48.6849"^^xsd:decimal ;
  geo-pos:long "-1.5988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4562'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5988'^^xsd:double;
  dwc:latitude '48.6849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5988 48.6849, -1.5988 48.6849, -1.5988 48.6849, -1.5988 48.6849, -1.5988 48.6849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4562'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70674 -1.59873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70674 -1.59873)"^^geo:wktLiteral ;
  geo-pos:lat "48.70674"^^xsd:decimal ;
  geo-pos:long "-1.59873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2331'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59873'^^xsd:double;
  dwc:latitude '48.70674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59873 48.70674, -1.59873 48.70674, -1.59873 48.70674, -1.59873 48.70674, -1.59873 48.70674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2331'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71159 -1.59873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71159 -1.59873)"^^geo:wktLiteral ;
  geo-pos:lat "48.71159"^^xsd:decimal ;
  geo-pos:long "-1.59873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3602'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59873'^^xsd:double;
  dwc:latitude '48.71159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59873 48.71159, -1.59873 48.71159, -1.59873 48.71159, -1.59873 48.71159, -1.59873 48.71159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3602'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64745 -1.59871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64745 -1.59871)"^^geo:wktLiteral ;
  geo-pos:lat "48.64745"^^xsd:decimal ;
  geo-pos:long "-1.59871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13417'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59871'^^xsd:double;
  dwc:latitude '48.64745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59871 48.64745, -1.59871 48.64745, -1.59871 48.64745, -1.59871 48.64745, -1.59871 48.64745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13417'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66552 -1.59866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66552 -1.59866)"^^geo:wktLiteral ;
  geo-pos:lat "48.66552"^^xsd:decimal ;
  geo-pos:long "-1.59866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12393'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59866'^^xsd:double;
  dwc:latitude '48.66552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59866 48.66552, -1.59866 48.66552, -1.59866 48.66552, -1.59866 48.66552, -1.59866 48.66552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12393'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75828 -1.59865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75828 -1.59865)"^^geo:wktLiteral ;
  geo-pos:lat "48.75828"^^xsd:decimal ;
  geo-pos:long "-1.59865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4940'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59865'^^xsd:double;
  dwc:latitude '48.75828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59865 48.75828, -1.59865 48.75828, -1.59865 48.75828, -1.59865 48.75828, -1.59865 48.75828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4940'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64936 -1.59864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64936 -1.59864)"^^geo:wktLiteral ;
  geo-pos:lat "48.64936"^^xsd:decimal ;
  geo-pos:long "-1.59864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11971'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59864'^^xsd:double;
  dwc:latitude '48.64936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59864 48.64936, -1.59864 48.64936, -1.59864 48.64936, -1.59864 48.64936, -1.59864 48.64936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11971'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64878 -1.59863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64878 -1.59863)"^^geo:wktLiteral ;
  geo-pos:lat "48.64878"^^xsd:decimal ;
  geo-pos:long "-1.59863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13611'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59863'^^xsd:double;
  dwc:latitude '48.64878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59863 48.64878, -1.59863 48.64878, -1.59863 48.64878, -1.59863 48.64878, -1.59863 48.64878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13611'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68567 -1.59862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68567 -1.59862)"^^geo:wktLiteral ;
  geo-pos:lat "48.68567"^^xsd:decimal ;
  geo-pos:long "-1.59862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5826'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59862'^^xsd:double;
  dwc:latitude '48.68567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59862 48.68567, -1.59862 48.68567, -1.59862 48.68567, -1.59862 48.68567, -1.59862 48.68567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5826'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74215 -1.59861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74215 -1.59861)"^^geo:wktLiteral ;
  geo-pos:lat "48.74215"^^xsd:decimal ;
  geo-pos:long "-1.59861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4525'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59861'^^xsd:double;
  dwc:latitude '48.74215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59861 48.74215, -1.59861 48.74215, -1.59861 48.74215, -1.59861 48.74215, -1.59861 48.74215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4525'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73801 -1.59858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73801 -1.59858)"^^geo:wktLiteral ;
  geo-pos:lat "48.73801"^^xsd:decimal ;
  geo-pos:long "-1.59858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2027'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59858'^^xsd:double;
  dwc:latitude '48.73801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59858 48.73801, -1.59858 48.73801, -1.59858 48.73801, -1.59858 48.73801, -1.59858 48.73801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2027'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67103 -1.59857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67103 -1.59857)"^^geo:wktLiteral ;
  geo-pos:lat "48.67103"^^xsd:decimal ;
  geo-pos:long "-1.59857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3632'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59857'^^xsd:double;
  dwc:latitude '48.67103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59857 48.67103, -1.59857 48.67103, -1.59857 48.67103, -1.59857 48.67103, -1.59857 48.67103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3632'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68557 -1.59857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68557 -1.59857)"^^geo:wktLiteral ;
  geo-pos:lat "48.68557"^^xsd:decimal ;
  geo-pos:long "-1.59857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2595'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59857'^^xsd:double;
  dwc:latitude '48.68557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59857 48.68557, -1.59857 48.68557, -1.59857 48.68557, -1.59857 48.68557, -1.59857 48.68557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2595'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70002 -1.59855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70002 -1.59855)"^^geo:wktLiteral ;
  geo-pos:lat "48.70002"^^xsd:decimal ;
  geo-pos:long "-1.59855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9348'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59855'^^xsd:double;
  dwc:latitude '48.70002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59855 48.70002, -1.59855 48.70002, -1.59855 48.70002, -1.59855 48.70002, -1.59855 48.70002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9348'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6963 -1.59853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6963 -1.59853)"^^geo:wktLiteral ;
  geo-pos:lat "48.6963"^^xsd:decimal ;
  geo-pos:long "-1.59853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8134'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59853'^^xsd:double;
  dwc:latitude '48.6963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59853 48.6963, -1.59853 48.6963, -1.59853 48.6963, -1.59853 48.6963, -1.59853 48.6963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8134'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71037 -1.59853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71037 -1.59853)"^^geo:wktLiteral ;
  geo-pos:lat "48.71037"^^xsd:decimal ;
  geo-pos:long "-1.59853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8115'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59853'^^xsd:double;
  dwc:latitude '48.71037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59853 48.71037, -1.59853 48.71037, -1.59853 48.71037, -1.59853 48.71037, -1.59853 48.71037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8115'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68711 -1.59852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68711 -1.59852)"^^geo:wktLiteral ;
  geo-pos:lat "48.68711"^^xsd:decimal ;
  geo-pos:long "-1.59852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5791'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59852'^^xsd:double;
  dwc:latitude '48.68711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59852 48.68711, -1.59852 48.68711, -1.59852 48.68711, -1.59852 48.68711, -1.59852 48.68711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5791'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65065 -1.5985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65065"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65065 -1.5985)"^^geo:wktLiteral ;
  geo-pos:lat "48.65065"^^xsd:decimal ;
  geo-pos:long "-1.5985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12550'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5985'^^xsd:double;
  dwc:latitude '48.65065'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5985 48.65065, -1.5985 48.65065, -1.5985 48.65065, -1.5985 48.65065, -1.5985 48.65065))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12550'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65598 -1.5985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65598 -1.5985)"^^geo:wktLiteral ;
  geo-pos:lat "48.65598"^^xsd:decimal ;
  geo-pos:long "-1.5985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11340'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5985'^^xsd:double;
  dwc:latitude '48.65598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5985 48.65598, -1.5985 48.65598, -1.5985 48.65598, -1.5985 48.65598, -1.5985 48.65598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11340'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.59849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.59849)"^^geo:wktLiteral ;
  geo-pos:lat "48.66845"^^xsd:decimal ;
  geo-pos:long "-1.59849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12570'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59849'^^xsd:double;
  dwc:latitude '48.66845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59849 48.66845, -1.59849 48.66845, -1.59849 48.66845, -1.59849 48.66845, -1.59849 48.66845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12570'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69415 -1.59848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69415 -1.59848)"^^geo:wktLiteral ;
  geo-pos:lat "48.69415"^^xsd:decimal ;
  geo-pos:long "-1.59848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10297'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59848'^^xsd:double;
  dwc:latitude '48.69415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59848 48.69415, -1.59848 48.69415, -1.59848 48.69415, -1.59848 48.69415, -1.59848 48.69415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10297'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67492 -1.59847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67492 -1.59847)"^^geo:wktLiteral ;
  geo-pos:lat "48.67492"^^xsd:decimal ;
  geo-pos:long "-1.59847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10535'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59847'^^xsd:double;
  dwc:latitude '48.67492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59847 48.67492, -1.59847 48.67492, -1.59847 48.67492, -1.59847 48.67492, -1.59847 48.67492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10535'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70104 -1.59843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70104 -1.59843)"^^geo:wktLiteral ;
  geo-pos:lat "48.70104"^^xsd:decimal ;
  geo-pos:long "-1.59843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7199'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59843'^^xsd:double;
  dwc:latitude '48.70104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59843 48.70104, -1.59843 48.70104, -1.59843 48.70104, -1.59843 48.70104, -1.59843 48.70104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7199'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66062 -1.59841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66062 -1.59841)"^^geo:wktLiteral ;
  geo-pos:lat "48.66062"^^xsd:decimal ;
  geo-pos:long "-1.59841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13701'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59841'^^xsd:double;
  dwc:latitude '48.66062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59841 48.66062, -1.59841 48.66062, -1.59841 48.66062, -1.59841 48.66062, -1.59841 48.66062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13701'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70888 -1.59841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70888 -1.59841)"^^geo:wktLiteral ;
  geo-pos:lat "48.70888"^^xsd:decimal ;
  geo-pos:long "-1.59841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6372'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59841'^^xsd:double;
  dwc:latitude '48.70888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59841 48.70888, -1.59841 48.70888, -1.59841 48.70888, -1.59841 48.70888, -1.59841 48.70888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6372'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73935 -1.59838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73935"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73935 -1.59838)"^^geo:wktLiteral ;
  geo-pos:lat "48.73935"^^xsd:decimal ;
  geo-pos:long "-1.59838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9956'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59838'^^xsd:double;
  dwc:latitude '48.73935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59838 48.73935, -1.59838 48.73935, -1.59838 48.73935, -1.59838 48.73935, -1.59838 48.73935))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9956'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65421 -1.59837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65421 -1.59837)"^^geo:wktLiteral ;
  geo-pos:lat "48.65421"^^xsd:decimal ;
  geo-pos:long "-1.59837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13146'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59837'^^xsd:double;
  dwc:latitude '48.65421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59837 48.65421, -1.59837 48.65421, -1.59837 48.65421, -1.59837 48.65421, -1.59837 48.65421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13146'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65495 -1.59836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65495 -1.59836)"^^geo:wktLiteral ;
  geo-pos:lat "48.65495"^^xsd:decimal ;
  geo-pos:long "-1.59836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12355'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59836'^^xsd:double;
  dwc:latitude '48.65495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59836 48.65495, -1.59836 48.65495, -1.59836 48.65495, -1.59836 48.65495, -1.59836 48.65495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12355'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65366 -1.59835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65366"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65366 -1.59835)"^^geo:wktLiteral ;
  geo-pos:lat "48.65366"^^xsd:decimal ;
  geo-pos:long "-1.59835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12354'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59835'^^xsd:double;
  dwc:latitude '48.65366'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59835 48.65366, -1.59835 48.65366, -1.59835 48.65366, -1.59835 48.65366, -1.59835 48.65366))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12354'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71379 -1.59835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71379 -1.59835)"^^geo:wktLiteral ;
  geo-pos:lat "48.71379"^^xsd:decimal ;
  geo-pos:long "-1.59835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1167'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59835'^^xsd:double;
  dwc:latitude '48.71379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59835 48.71379, -1.59835 48.71379, -1.59835 48.71379, -1.59835 48.71379, -1.59835 48.71379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1167'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67405 -1.59833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67405 -1.59833)"^^geo:wktLiteral ;
  geo-pos:lat "48.67405"^^xsd:decimal ;
  geo-pos:long "-1.59833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9309'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59833'^^xsd:double;
  dwc:latitude '48.67405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59833 48.67405, -1.59833 48.67405, -1.59833 48.67405, -1.59833 48.67405, -1.59833 48.67405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9309'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66942 -1.59828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66942 -1.59828)"^^geo:wktLiteral ;
  geo-pos:lat "48.66942"^^xsd:decimal ;
  geo-pos:long "-1.59828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9060'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59828'^^xsd:double;
  dwc:latitude '48.66942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59828 48.66942, -1.59828 48.66942, -1.59828 48.66942, -1.59828 48.66942, -1.59828 48.66942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9060'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64592 -1.59826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64592 -1.59826)"^^geo:wktLiteral ;
  geo-pos:lat "48.64592"^^xsd:decimal ;
  geo-pos:long "-1.59826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13046'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59826'^^xsd:double;
  dwc:latitude '48.64592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59826 48.64592, -1.59826 48.64592, -1.59826 48.64592, -1.59826 48.64592, -1.59826 48.64592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13046'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.59826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.59826)"^^geo:wktLiteral ;
  geo-pos:lat "48.70582"^^xsd:decimal ;
  geo-pos:long "-1.59826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8561'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59826'^^xsd:double;
  dwc:latitude '48.70582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59826 48.70582, -1.59826 48.70582, -1.59826 48.70582, -1.59826 48.70582, -1.59826 48.70582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8561'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67129 -1.59823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67129 -1.59823)"^^geo:wktLiteral ;
  geo-pos:lat "48.67129"^^xsd:decimal ;
  geo-pos:long "-1.59823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11205'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59823'^^xsd:double;
  dwc:latitude '48.67129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59823 48.67129, -1.59823 48.67129, -1.59823 48.67129, -1.59823 48.67129, -1.59823 48.67129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11205'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69027 -1.59822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69027 -1.59822)"^^geo:wktLiteral ;
  geo-pos:lat "48.69027"^^xsd:decimal ;
  geo-pos:long "-1.59822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4518'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59822'^^xsd:double;
  dwc:latitude '48.69027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59822 48.69027, -1.59822 48.69027, -1.59822 48.69027, -1.59822 48.69027, -1.59822 48.69027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4518'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74785 -1.5982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74785 -1.5982)"^^geo:wktLiteral ;
  geo-pos:lat "48.74785"^^xsd:decimal ;
  geo-pos:long "-1.5982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_772'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5982'^^xsd:double;
  dwc:latitude '48.74785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5982 48.74785, -1.5982 48.74785, -1.5982 48.74785, -1.5982 48.74785, -1.5982 48.74785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_772'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65174 -1.59819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65174 -1.59819)"^^geo:wktLiteral ;
  geo-pos:lat "48.65174"^^xsd:decimal ;
  geo-pos:long "-1.59819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13468'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59819'^^xsd:double;
  dwc:latitude '48.65174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59819 48.65174, -1.59819 48.65174, -1.59819 48.65174, -1.59819 48.65174, -1.59819 48.65174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13468'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66441 -1.59816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66441 -1.59816)"^^geo:wktLiteral ;
  geo-pos:lat "48.66441"^^xsd:decimal ;
  geo-pos:long "-1.59816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8764'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59816'^^xsd:double;
  dwc:latitude '48.66441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59816 48.66441, -1.59816 48.66441, -1.59816 48.66441, -1.59816 48.66441, -1.59816 48.66441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8764'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64313 -1.59814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64313 -1.59814)"^^geo:wktLiteral ;
  geo-pos:lat "48.64313"^^xsd:decimal ;
  geo-pos:long "-1.59814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12766'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59814'^^xsd:double;
  dwc:latitude '48.64313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59814 48.64313, -1.59814 48.64313, -1.59814 48.64313, -1.59814 48.64313, -1.59814 48.64313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12766'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73832 -1.59814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73832 -1.59814)"^^geo:wktLiteral ;
  geo-pos:lat "48.73832"^^xsd:decimal ;
  geo-pos:long "-1.59814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2055'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59814'^^xsd:double;
  dwc:latitude '48.73832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59814 48.73832, -1.59814 48.73832, -1.59814 48.73832, -1.59814 48.73832, -1.59814 48.73832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2055'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68528 -1.59812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68528 -1.59812)"^^geo:wktLiteral ;
  geo-pos:lat "48.68528"^^xsd:decimal ;
  geo-pos:long "-1.59812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5708'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59812'^^xsd:double;
  dwc:latitude '48.68528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59812 48.68528, -1.59812 48.68528, -1.59812 48.68528, -1.59812 48.68528, -1.59812 48.68528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5708'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.59811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.59811)"^^geo:wktLiteral ;
  geo-pos:lat "48.66953"^^xsd:decimal ;
  geo-pos:long "-1.59811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3127'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59811'^^xsd:double;
  dwc:latitude '48.66953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59811 48.66953, -1.59811 48.66953, -1.59811 48.66953, -1.59811 48.66953, -1.59811 48.66953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3127'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73386 -1.59811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73386"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73386 -1.59811)"^^geo:wktLiteral ;
  geo-pos:lat "48.73386"^^xsd:decimal ;
  geo-pos:long "-1.59811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2024'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59811'^^xsd:double;
  dwc:latitude '48.73386'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59811 48.73386, -1.59811 48.73386, -1.59811 48.73386, -1.59811 48.73386, -1.59811 48.73386))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2024'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67421 -1.59809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67421 -1.59809)"^^geo:wktLiteral ;
  geo-pos:lat "48.67421"^^xsd:decimal ;
  geo-pos:long "-1.59809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10576'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59809'^^xsd:double;
  dwc:latitude '48.67421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59809 48.67421, -1.59809 48.67421, -1.59809 48.67421, -1.59809 48.67421, -1.59809 48.67421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10576'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68282 -1.59809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68282 -1.59809)"^^geo:wktLiteral ;
  geo-pos:lat "48.68282"^^xsd:decimal ;
  geo-pos:long "-1.59809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3829'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59809'^^xsd:double;
  dwc:latitude '48.68282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59809 48.68282, -1.59809 48.68282, -1.59809 48.68282, -1.59809 48.68282, -1.59809 48.68282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3829'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7495 -1.59809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7495 -1.59809)"^^geo:wktLiteral ;
  geo-pos:lat "48.7495"^^xsd:decimal ;
  geo-pos:long "-1.59809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9198'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59809'^^xsd:double;
  dwc:latitude '48.7495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59809 48.7495, -1.59809 48.7495, -1.59809 48.7495, -1.59809 48.7495, -1.59809 48.7495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9198'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64577 -1.59807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64577 -1.59807)"^^geo:wktLiteral ;
  geo-pos:lat "48.64577"^^xsd:decimal ;
  geo-pos:long "-1.59807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13437'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59807'^^xsd:double;
  dwc:latitude '48.64577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59807 48.64577, -1.59807 48.64577, -1.59807 48.64577, -1.59807 48.64577, -1.59807 48.64577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13437'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68443 -1.59807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68443 -1.59807)"^^geo:wktLiteral ;
  geo-pos:lat "48.68443"^^xsd:decimal ;
  geo-pos:long "-1.59807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6417'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59807'^^xsd:double;
  dwc:latitude '48.68443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59807 48.68443, -1.59807 48.68443, -1.59807 48.68443, -1.59807 48.68443, -1.59807 48.68443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6417'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66229 -1.59806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66229 -1.59806)"^^geo:wktLiteral ;
  geo-pos:lat "48.66229"^^xsd:decimal ;
  geo-pos:long "-1.59806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2785'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59806'^^xsd:double;
  dwc:latitude '48.66229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59806 48.66229, -1.59806 48.66229, -1.59806 48.66229, -1.59806 48.66229, -1.59806 48.66229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2785'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65953 -1.59804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65953 -1.59804)"^^geo:wktLiteral ;
  geo-pos:lat "48.65953"^^xsd:decimal ;
  geo-pos:long "-1.59804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13695'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59804'^^xsd:double;
  dwc:latitude '48.65953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59804 48.65953, -1.59804 48.65953, -1.59804 48.65953, -1.59804 48.65953, -1.59804 48.65953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13695'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67611 -1.59804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67611 -1.59804)"^^geo:wktLiteral ;
  geo-pos:lat "48.67611"^^xsd:decimal ;
  geo-pos:long "-1.59804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_820'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59804'^^xsd:double;
  dwc:latitude '48.67611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59804 48.67611, -1.59804 48.67611, -1.59804 48.67611, -1.59804 48.67611, -1.59804 48.67611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_820'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71684 -1.59803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71684 -1.59803)"^^geo:wktLiteral ;
  geo-pos:lat "48.71684"^^xsd:decimal ;
  geo-pos:long "-1.59803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8001'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59803'^^xsd:double;
  dwc:latitude '48.71684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59803 48.71684, -1.59803 48.71684, -1.59803 48.71684, -1.59803 48.71684, -1.59803 48.71684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8001'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74362 -1.598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74362 -1.598)"^^geo:wktLiteral ;
  geo-pos:lat "48.74362"^^xsd:decimal ;
  geo-pos:long "-1.598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8529'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.598'^^xsd:double;
  dwc:latitude '48.74362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.598 48.74362, -1.598 48.74362, -1.598 48.74362, -1.598 48.74362, -1.598 48.74362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8529'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.00017 -1.598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "49.00017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (49.00017 -1.598)"^^geo:wktLiteral ;
  geo-pos:lat "49.00017"^^xsd:decimal ;
  geo-pos:long "-1.598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7531'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.598'^^xsd:double;
  dwc:latitude '49.00017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.598 49.00017, -1.598 49.00017, -1.598 49.00017, -1.598 49.00017, -1.598 49.00017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7531'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67114 -1.59799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67114 -1.59799)"^^geo:wktLiteral ;
  geo-pos:lat "48.67114"^^xsd:decimal ;
  geo-pos:long "-1.59799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11908'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59799'^^xsd:double;
  dwc:latitude '48.67114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59799 48.67114, -1.59799 48.67114, -1.59799 48.67114, -1.59799 48.67114, -1.59799 48.67114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11908'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67425 -1.59798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67425 -1.59798)"^^geo:wktLiteral ;
  geo-pos:lat "48.67425"^^xsd:decimal ;
  geo-pos:long "-1.59798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6233'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59798'^^xsd:double;
  dwc:latitude '48.67425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59798 48.67425, -1.59798 48.67425, -1.59798 48.67425, -1.59798 48.67425, -1.59798 48.67425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6233'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6837 -1.59796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6837 -1.59796)"^^geo:wktLiteral ;
  geo-pos:lat "48.6837"^^xsd:decimal ;
  geo-pos:long "-1.59796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6222'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59796'^^xsd:double;
  dwc:latitude '48.6837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59796 48.6837, -1.59796 48.6837, -1.59796 48.6837, -1.59796 48.6837, -1.59796 48.6837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6222'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.59792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.59792)"^^geo:wktLiteral ;
  geo-pos:lat "48.69894"^^xsd:decimal ;
  geo-pos:long "-1.59792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5628'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59792'^^xsd:double;
  dwc:latitude '48.69894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59792 48.69894, -1.59792 48.69894, -1.59792 48.69894, -1.59792 48.69894, -1.59792 48.69894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5628'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71802 -1.59792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71802 -1.59792)"^^geo:wktLiteral ;
  geo-pos:lat "48.71802"^^xsd:decimal ;
  geo-pos:long "-1.59792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7728'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59792'^^xsd:double;
  dwc:latitude '48.71802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59792 48.71802, -1.59792 48.71802, -1.59792 48.71802, -1.59792 48.71802, -1.59792 48.71802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7728'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69936 -1.59791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69936 -1.59791)"^^geo:wktLiteral ;
  geo-pos:lat "48.69936"^^xsd:decimal ;
  geo-pos:long "-1.59791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8016'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59791'^^xsd:double;
  dwc:latitude '48.69936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59791 48.69936, -1.59791 48.69936, -1.59791 48.69936, -1.59791 48.69936, -1.59791 48.69936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8016'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65999 -1.59789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65999 -1.59789)"^^geo:wktLiteral ;
  geo-pos:lat "48.65999"^^xsd:decimal ;
  geo-pos:long "-1.59789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13694'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59789'^^xsd:double;
  dwc:latitude '48.65999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59789 48.65999, -1.59789 48.65999, -1.59789 48.65999, -1.59789 48.65999, -1.59789 48.65999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13694'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.686 -1.59789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.686 -1.59789)"^^geo:wktLiteral ;
  geo-pos:lat "48.686"^^xsd:decimal ;
  geo-pos:long "-1.59789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5813'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59789'^^xsd:double;
  dwc:latitude '48.686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59789 48.686, -1.59789 48.686, -1.59789 48.686, -1.59789 48.686, -1.59789 48.686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5813'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66574 -1.59787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66574 -1.59787)"^^geo:wktLiteral ;
  geo-pos:lat "48.66574"^^xsd:decimal ;
  geo-pos:long "-1.59787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6304'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59787'^^xsd:double;
  dwc:latitude '48.66574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59787 48.66574, -1.59787 48.66574, -1.59787 48.66574, -1.59787 48.66574, -1.59787 48.66574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6304'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74448 -1.59786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74448 -1.59786)"^^geo:wktLiteral ;
  geo-pos:lat "48.74448"^^xsd:decimal ;
  geo-pos:long "-1.59786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9991'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59786'^^xsd:double;
  dwc:latitude '48.74448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59786 48.74448, -1.59786 48.74448, -1.59786 48.74448, -1.59786 48.74448, -1.59786 48.74448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9991'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64709 -1.59785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64709 -1.59785)"^^geo:wktLiteral ;
  geo-pos:lat "48.64709"^^xsd:decimal ;
  geo-pos:long "-1.59785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13501'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59785'^^xsd:double;
  dwc:latitude '48.64709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59785 48.64709, -1.59785 48.64709, -1.59785 48.64709, -1.59785 48.64709, -1.59785 48.64709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13501'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70619 -1.59785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70619 -1.59785)"^^geo:wktLiteral ;
  geo-pos:lat "48.70619"^^xsd:decimal ;
  geo-pos:long "-1.59785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4730'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59785'^^xsd:double;
  dwc:latitude '48.70619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59785 48.70619, -1.59785 48.70619, -1.59785 48.70619, -1.59785 48.70619, -1.59785 48.70619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4730'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72229 -1.59784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72229 -1.59784)"^^geo:wktLiteral ;
  geo-pos:lat "48.72229"^^xsd:decimal ;
  geo-pos:long "-1.59784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7870'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59784'^^xsd:double;
  dwc:latitude '48.72229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59784 48.72229, -1.59784 48.72229, -1.59784 48.72229, -1.59784 48.72229, -1.59784 48.72229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7870'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68404 -1.59783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68404 -1.59783)"^^geo:wktLiteral ;
  geo-pos:lat "48.68404"^^xsd:decimal ;
  geo-pos:long "-1.59783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_826'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59783'^^xsd:double;
  dwc:latitude '48.68404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59783 48.68404, -1.59783 48.68404, -1.59783 48.68404, -1.59783 48.68404, -1.59783 48.68404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_826'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70912 -1.59778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70912 -1.59778)"^^geo:wktLiteral ;
  geo-pos:lat "48.70912"^^xsd:decimal ;
  geo-pos:long "-1.59778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8085'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59778'^^xsd:double;
  dwc:latitude '48.70912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59778 48.70912, -1.59778 48.70912, -1.59778 48.70912, -1.59778 48.70912, -1.59778 48.70912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8085'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72182 -1.59777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72182 -1.59777)"^^geo:wktLiteral ;
  geo-pos:lat "48.72182"^^xsd:decimal ;
  geo-pos:long "-1.59777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8776'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59777'^^xsd:double;
  dwc:latitude '48.72182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59777 48.72182, -1.59777 48.72182, -1.59777 48.72182, -1.59777 48.72182, -1.59777 48.72182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8776'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65693 -1.59776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65693 -1.59776)"^^geo:wktLiteral ;
  geo-pos:lat "48.65693"^^xsd:decimal ;
  geo-pos:long "-1.59776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12105'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59776'^^xsd:double;
  dwc:latitude '48.65693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59776 48.65693, -1.59776 48.65693, -1.59776 48.65693, -1.59776 48.65693, -1.59776 48.65693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12105'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70578 -1.59776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70578 -1.59776)"^^geo:wktLiteral ;
  geo-pos:lat "48.70578"^^xsd:decimal ;
  geo-pos:long "-1.59776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3605'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59776'^^xsd:double;
  dwc:latitude '48.70578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59776 48.70578, -1.59776 48.70578, -1.59776 48.70578, -1.59776 48.70578, -1.59776 48.70578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3605'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6761 -1.59775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6761"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6761 -1.59775)"^^geo:wktLiteral ;
  geo-pos:lat "48.6761"^^xsd:decimal ;
  geo-pos:long "-1.59775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8369'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59775'^^xsd:double;
  dwc:latitude '48.6761'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59775 48.6761, -1.59775 48.6761, -1.59775 48.6761, -1.59775 48.6761, -1.59775 48.6761))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8369'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7387 -1.59775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7387 -1.59775)"^^geo:wktLiteral ;
  geo-pos:lat "48.7387"^^xsd:decimal ;
  geo-pos:long "-1.59775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2028'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59775'^^xsd:double;
  dwc:latitude '48.7387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59775 48.7387, -1.59775 48.7387, -1.59775 48.7387, -1.59775 48.7387, -1.59775 48.7387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2028'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71779 -1.59774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71779 -1.59774)"^^geo:wktLiteral ;
  geo-pos:lat "48.71779"^^xsd:decimal ;
  geo-pos:long "-1.59774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9172'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59774'^^xsd:double;
  dwc:latitude '48.71779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59774 48.71779, -1.59774 48.71779, -1.59774 48.71779, -1.59774 48.71779, -1.59774 48.71779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9172'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69443 -1.59773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69443 -1.59773)"^^geo:wktLiteral ;
  geo-pos:lat "48.69443"^^xsd:decimal ;
  geo-pos:long "-1.59773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2137'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59773'^^xsd:double;
  dwc:latitude '48.69443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59773 48.69443, -1.59773 48.69443, -1.59773 48.69443, -1.59773 48.69443, -1.59773 48.69443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2137'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75884 -1.59773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75884 -1.59773)"^^geo:wktLiteral ;
  geo-pos:lat "48.75884"^^xsd:decimal ;
  geo-pos:long "-1.59773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1135'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59773'^^xsd:double;
  dwc:latitude '48.75884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59773 48.75884, -1.59773 48.75884, -1.59773 48.75884, -1.59773 48.75884, -1.59773 48.75884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1135'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66622 -1.59772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66622 -1.59772)"^^geo:wktLiteral ;
  geo-pos:lat "48.66622"^^xsd:decimal ;
  geo-pos:long "-1.59772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_13700'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59772'^^xsd:double;
  dwc:latitude '48.66622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59772 48.66622, -1.59772 48.66622, -1.59772 48.66622, -1.59772 48.66622, -1.59772 48.66622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13700'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67516 -1.59772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67516 -1.59772)"^^geo:wktLiteral ;
  geo-pos:lat "48.67516"^^xsd:decimal ;
  geo-pos:long "-1.59772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7676'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59772'^^xsd:double;
  dwc:latitude '48.67516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59772 48.67516, -1.59772 48.67516, -1.59772 48.67516, -1.59772 48.67516, -1.59772 48.67516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7676'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65073 -1.59768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65073 -1.59768)"^^geo:wktLiteral ;
  geo-pos:lat "48.65073"^^xsd:decimal ;
  geo-pos:long "-1.59768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13181'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59768'^^xsd:double;
  dwc:latitude '48.65073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59768 48.65073, -1.59768 48.65073, -1.59768 48.65073, -1.59768 48.65073, -1.59768 48.65073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13181'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.59768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65925 -1.59768)"^^geo:wktLiteral ;
  geo-pos:lat "48.65925"^^xsd:decimal ;
  geo-pos:long "-1.59768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12636'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59768'^^xsd:double;
  dwc:latitude '48.65925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59768 48.65925, -1.59768 48.65925, -1.59768 48.65925, -1.59768 48.65925, -1.59768 48.65925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12636'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67624 -1.59768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67624 -1.59768)"^^geo:wktLiteral ;
  geo-pos:lat "48.67624"^^xsd:decimal ;
  geo-pos:long "-1.59768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9424'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59768'^^xsd:double;
  dwc:latitude '48.67624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59768 48.67624, -1.59768 48.67624, -1.59768 48.67624, -1.59768 48.67624, -1.59768 48.67624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9424'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69541 -1.59768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69541 -1.59768)"^^geo:wktLiteral ;
  geo-pos:lat "48.69541"^^xsd:decimal ;
  geo-pos:long "-1.59768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6956'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59768'^^xsd:double;
  dwc:latitude '48.69541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59768 48.69541, -1.59768 48.69541, -1.59768 48.69541, -1.59768 48.69541, -1.59768 48.69541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6956'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67102 -1.59767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67102 -1.59767)"^^geo:wktLiteral ;
  geo-pos:lat "48.67102"^^xsd:decimal ;
  geo-pos:long "-1.59767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8934'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59767'^^xsd:double;
  dwc:latitude '48.67102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59767 48.67102, -1.59767 48.67102, -1.59767 48.67102, -1.59767 48.67102, -1.59767 48.67102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8934'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69853 -1.59766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69853"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69853 -1.59766)"^^geo:wktLiteral ;
  geo-pos:lat "48.69853"^^xsd:decimal ;
  geo-pos:long "-1.59766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_93'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_93'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59766'^^xsd:double;
  dwc:latitude '48.69853'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59766 48.69853, -1.59766 48.69853, -1.59766 48.69853, -1.59766 48.69853, -1.59766 48.69853))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_93'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6713 -1.59765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6713"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6713 -1.59765)"^^geo:wktLiteral ;
  geo-pos:lat "48.6713"^^xsd:decimal ;
  geo-pos:long "-1.59765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_819'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59765'^^xsd:double;
  dwc:latitude '48.6713'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59765 48.6713, -1.59765 48.6713, -1.59765 48.6713, -1.59765 48.6713, -1.59765 48.6713))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_819'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65741 -1.59764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65741 -1.59764)"^^geo:wktLiteral ;
  geo-pos:lat "48.65741"^^xsd:decimal ;
  geo-pos:long "-1.59764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12303'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59764'^^xsd:double;
  dwc:latitude '48.65741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59764 48.65741, -1.59764 48.65741, -1.59764 48.65741, -1.59764 48.65741, -1.59764 48.65741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12303'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73014 -1.59759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73014 -1.59759)"^^geo:wktLiteral ;
  geo-pos:lat "48.73014"^^xsd:decimal ;
  geo-pos:long "-1.59759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7778'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59759'^^xsd:double;
  dwc:latitude '48.73014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59759 48.73014, -1.59759 48.73014, -1.59759 48.73014, -1.59759 48.73014, -1.59759 48.73014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7778'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68316 -1.59755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68316 -1.59755)"^^geo:wktLiteral ;
  geo-pos:lat "48.68316"^^xsd:decimal ;
  geo-pos:long "-1.59755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5577'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59755'^^xsd:double;
  dwc:latitude '48.68316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59755 48.68316, -1.59755 48.68316, -1.59755 48.68316, -1.59755 48.68316, -1.59755 48.68316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5577'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79636 -1.59754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.79636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79636 -1.59754)"^^geo:wktLiteral ;
  geo-pos:lat "48.79636"^^xsd:decimal ;
  geo-pos:long "-1.59754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9327'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59754'^^xsd:double;
  dwc:latitude '48.79636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59754 48.79636, -1.59754 48.79636, -1.59754 48.79636, -1.59754 48.79636, -1.59754 48.79636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9327'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6653 -1.59752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6653 -1.59752)"^^geo:wktLiteral ;
  geo-pos:lat "48.6653"^^xsd:decimal ;
  geo-pos:long "-1.59752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2293'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59752'^^xsd:double;
  dwc:latitude '48.6653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59752 48.6653, -1.59752 48.6653, -1.59752 48.6653, -1.59752 48.6653, -1.59752 48.6653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2293'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67087 -1.59751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67087 -1.59751)"^^geo:wktLiteral ;
  geo-pos:lat "48.67087"^^xsd:decimal ;
  geo-pos:long "-1.59751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9105'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59751'^^xsd:double;
  dwc:latitude '48.67087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59751 48.67087, -1.59751 48.67087, -1.59751 48.67087, -1.59751 48.67087, -1.59751 48.67087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9105'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68531 -1.59751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68531 -1.59751)"^^geo:wktLiteral ;
  geo-pos:lat "48.68531"^^xsd:decimal ;
  geo-pos:long "-1.59751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5853'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59751'^^xsd:double;
  dwc:latitude '48.68531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59751 48.68531, -1.59751 48.68531, -1.59751 48.68531, -1.59751 48.68531, -1.59751 48.68531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5853'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79627 -1.5975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.79627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.79627 -1.5975)"^^geo:wktLiteral ;
  geo-pos:lat "48.79627"^^xsd:decimal ;
  geo-pos:long "-1.5975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9328'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5975'^^xsd:double;
  dwc:latitude '48.79627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5975 48.79627, -1.5975 48.79627, -1.5975 48.79627, -1.5975 48.79627, -1.5975 48.79627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9328'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78928 -1.59749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.78928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78928 -1.59749)"^^geo:wktLiteral ;
  geo-pos:lat "48.78928"^^xsd:decimal ;
  geo-pos:long "-1.59749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9330'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59749'^^xsd:double;
  dwc:latitude '48.78928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59749 48.78928, -1.59749 48.78928, -1.59749 48.78928, -1.59749 48.78928, -1.59749 48.78928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9330'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65908 -1.59748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65908 -1.59748)"^^geo:wktLiteral ;
  geo-pos:lat "48.65908"^^xsd:decimal ;
  geo-pos:long "-1.59748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13688'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59748'^^xsd:double;
  dwc:latitude '48.65908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59748 48.65908, -1.59748 48.65908, -1.59748 48.65908, -1.59748 48.65908, -1.59748 48.65908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13688'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66362 -1.59748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66362 -1.59748)"^^geo:wktLiteral ;
  geo-pos:lat "48.66362"^^xsd:decimal ;
  geo-pos:long "-1.59748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9008'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59748'^^xsd:double;
  dwc:latitude '48.66362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59748 48.66362, -1.59748 48.66362, -1.59748 48.66362, -1.59748 48.66362, -1.59748 48.66362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9008'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.679 -1.59748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.679 -1.59748)"^^geo:wktLiteral ;
  geo-pos:lat "48.679"^^xsd:decimal ;
  geo-pos:long "-1.59748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9827'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59748'^^xsd:double;
  dwc:latitude '48.679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59748 48.679, -1.59748 48.679, -1.59748 48.679, -1.59748 48.679, -1.59748 48.679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9827'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65945 -1.59746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65945 -1.59746)"^^geo:wktLiteral ;
  geo-pos:lat "48.65945"^^xsd:decimal ;
  geo-pos:long "-1.59746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_11342'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59746'^^xsd:double;
  dwc:latitude '48.65945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59746 48.65945, -1.59746 48.65945, -1.59746 48.65945, -1.59746 48.65945, -1.59746 48.65945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11342'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65697 -1.59745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65697 -1.59745)"^^geo:wktLiteral ;
  geo-pos:lat "48.65697"^^xsd:decimal ;
  geo-pos:long "-1.59745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11760'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59745'^^xsd:double;
  dwc:latitude '48.65697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59745 48.65697, -1.59745 48.65697, -1.59745 48.65697, -1.59745 48.65697, -1.59745 48.65697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11760'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67504 -1.59742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67504 -1.59742)"^^geo:wktLiteral ;
  geo-pos:lat "48.67504"^^xsd:decimal ;
  geo-pos:long "-1.59742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8680'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59742'^^xsd:double;
  dwc:latitude '48.67504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59742 48.67504, -1.59742 48.67504, -1.59742 48.67504, -1.59742 48.67504, -1.59742 48.67504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8680'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71956 -1.59742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71956 -1.59742)"^^geo:wktLiteral ;
  geo-pos:lat "48.71956"^^xsd:decimal ;
  geo-pos:long "-1.59742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8253'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59742'^^xsd:double;
  dwc:latitude '48.71956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59742 48.71956, -1.59742 48.71956, -1.59742 48.71956, -1.59742 48.71956, -1.59742 48.71956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8253'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.59741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.59741)"^^geo:wktLiteral ;
  geo-pos:lat "48.69107"^^xsd:decimal ;
  geo-pos:long "-1.59741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9423'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59741'^^xsd:double;
  dwc:latitude '48.69107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59741 48.69107, -1.59741 48.69107, -1.59741 48.69107, -1.59741 48.69107, -1.59741 48.69107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9423'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6526 -1.5974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6526 -1.5974)"^^geo:wktLiteral ;
  geo-pos:lat "48.6526"^^xsd:decimal ;
  geo-pos:long "-1.5974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12035'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5974'^^xsd:double;
  dwc:latitude '48.6526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5974 48.6526, -1.5974 48.6526, -1.5974 48.6526, -1.5974 48.6526, -1.5974 48.6526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12035'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68383 -1.59734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68383 -1.59734)"^^geo:wktLiteral ;
  geo-pos:lat "48.68383"^^xsd:decimal ;
  geo-pos:long "-1.59734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4515'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59734'^^xsd:double;
  dwc:latitude '48.68383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59734 48.68383, -1.59734 48.68383, -1.59734 48.68383, -1.59734 48.68383, -1.59734 48.68383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4515'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75845 -1.59733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75845 -1.59733)"^^geo:wktLiteral ;
  geo-pos:lat "48.75845"^^xsd:decimal ;
  geo-pos:long "-1.59733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1907'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59733'^^xsd:double;
  dwc:latitude '48.75845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59733 48.75845, -1.59733 48.75845, -1.59733 48.75845, -1.59733 48.75845, -1.59733 48.75845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1907'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70494 -1.59732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70494"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70494 -1.59732)"^^geo:wktLiteral ;
  geo-pos:lat "48.70494"^^xsd:decimal ;
  geo-pos:long "-1.59732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8167'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59732'^^xsd:double;
  dwc:latitude '48.70494'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59732 48.70494, -1.59732 48.70494, -1.59732 48.70494, -1.59732 48.70494, -1.59732 48.70494))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8167'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7453 -1.59732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7453 -1.59732)"^^geo:wktLiteral ;
  geo-pos:lat "48.7453"^^xsd:decimal ;
  geo-pos:long "-1.59732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7708'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59732'^^xsd:double;
  dwc:latitude '48.7453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59732 48.7453, -1.59732 48.7453, -1.59732 48.7453, -1.59732 48.7453, -1.59732 48.7453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7708'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67607 -1.5973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67607 -1.5973)"^^geo:wktLiteral ;
  geo-pos:lat "48.67607"^^xsd:decimal ;
  geo-pos:long "-1.5973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10859'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5973'^^xsd:double;
  dwc:latitude '48.67607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5973 48.67607, -1.5973 48.67607, -1.5973 48.67607, -1.5973 48.67607, -1.5973 48.67607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10859'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69404 -1.5973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69404 -1.5973)"^^geo:wktLiteral ;
  geo-pos:lat "48.69404"^^xsd:decimal ;
  geo-pos:long "-1.5973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_58'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_58'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5973'^^xsd:double;
  dwc:latitude '48.69404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5973 48.69404, -1.5973 48.69404, -1.5973 48.69404, -1.5973 48.69404, -1.5973 48.69404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_58'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6673 -1.59727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6673 -1.59727)"^^geo:wktLiteral ;
  geo-pos:lat "48.6673"^^xsd:decimal ;
  geo-pos:long "-1.59727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3120'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59727'^^xsd:double;
  dwc:latitude '48.6673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59727 48.6673, -1.59727 48.6673, -1.59727 48.6673, -1.59727 48.6673, -1.59727 48.6673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3120'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67592 -1.59727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67592 -1.59727)"^^geo:wktLiteral ;
  geo-pos:lat "48.67592"^^xsd:decimal ;
  geo-pos:long "-1.59727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10574'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59727'^^xsd:double;
  dwc:latitude '48.67592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59727 48.67592, -1.59727 48.67592, -1.59727 48.67592, -1.59727 48.67592, -1.59727 48.67592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10574'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68086 -1.59727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68086 -1.59727)"^^geo:wktLiteral ;
  geo-pos:lat "48.68086"^^xsd:decimal ;
  geo-pos:long "-1.59727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3851'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59727'^^xsd:double;
  dwc:latitude '48.68086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59727 48.68086, -1.59727 48.68086, -1.59727 48.68086, -1.59727 48.68086, -1.59727 48.68086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3851'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70979 -1.59724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70979 -1.59724)"^^geo:wktLiteral ;
  geo-pos:lat "48.70979"^^xsd:decimal ;
  geo-pos:long "-1.59724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3606'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59724'^^xsd:double;
  dwc:latitude '48.70979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59724 48.70979, -1.59724 48.70979, -1.59724 48.70979, -1.59724 48.70979, -1.59724 48.70979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3606'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65932 -1.5972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65932 -1.5972)"^^geo:wktLiteral ;
  geo-pos:lat "48.65932"^^xsd:decimal ;
  geo-pos:long "-1.5972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11456'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5972'^^xsd:double;
  dwc:latitude '48.65932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5972 48.65932, -1.5972 48.65932, -1.5972 48.65932, -1.5972 48.65932, -1.5972 48.65932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11456'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71497 -1.5972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71497 -1.5972)"^^geo:wktLiteral ;
  geo-pos:lat "48.71497"^^xsd:decimal ;
  geo-pos:long "-1.5972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1168'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5972'^^xsd:double;
  dwc:latitude '48.71497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5972 48.71497, -1.5972 48.71497, -1.5972 48.71497, -1.5972 48.71497, -1.5972 48.71497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1168'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70495 -1.59719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70495 -1.59719)"^^geo:wktLiteral ;
  geo-pos:lat "48.70495"^^xsd:decimal ;
  geo-pos:long "-1.59719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8188'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59719'^^xsd:double;
  dwc:latitude '48.70495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59719 48.70495, -1.59719 48.70495, -1.59719 48.70495, -1.59719 48.70495, -1.59719 48.70495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8188'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64609 -1.59717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64609 -1.59717)"^^geo:wktLiteral ;
  geo-pos:lat "48.64609"^^xsd:decimal ;
  geo-pos:long "-1.59717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12051'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59717'^^xsd:double;
  dwc:latitude '48.64609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59717 48.64609, -1.59717 48.64609, -1.59717 48.64609, -1.59717 48.64609, -1.59717 48.64609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12051'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65915 -1.59716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65915 -1.59716)"^^geo:wktLiteral ;
  geo-pos:lat "48.65915"^^xsd:decimal ;
  geo-pos:long "-1.59716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_12998'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59716'^^xsd:double;
  dwc:latitude '48.65915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59716 48.65915, -1.59716 48.65915, -1.59716 48.65915, -1.59716 48.65915, -1.59716 48.65915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12998'^^xsd:string;
  dwc:observationDate '2008-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67072 -1.59716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67072 -1.59716)"^^geo:wktLiteral ;
  geo-pos:lat "48.67072"^^xsd:decimal ;
  geo-pos:long "-1.59716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8933'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59716'^^xsd:double;
  dwc:latitude '48.67072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59716 48.67072, -1.59716 48.67072, -1.59716 48.67072, -1.59716 48.67072, -1.59716 48.67072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8933'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74277 -1.59714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74277 -1.59714)"^^geo:wktLiteral ;
  geo-pos:lat "48.74277"^^xsd:decimal ;
  geo-pos:long "-1.59714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4001'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59714'^^xsd:double;
  dwc:latitude '48.74277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59714 48.74277, -1.59714 48.74277, -1.59714 48.74277, -1.59714 48.74277, -1.59714 48.74277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4001'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65906 -1.59712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65906 -1.59712)"^^geo:wktLiteral ;
  geo-pos:lat "48.65906"^^xsd:decimal ;
  geo-pos:long "-1.59712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12610'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59712'^^xsd:double;
  dwc:latitude '48.65906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59712 48.65906, -1.59712 48.65906, -1.59712 48.65906, -1.59712 48.65906, -1.59712 48.65906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12610'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.59711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.59711)"^^geo:wktLiteral ;
  geo-pos:lat "48.659"^^xsd:decimal ;
  geo-pos:long "-1.59711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13293'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59711'^^xsd:double;
  dwc:latitude '48.659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59711 48.659, -1.59711 48.659, -1.59711 48.659, -1.59711 48.659, -1.59711 48.659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13293'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67464 -1.59708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67464 -1.59708)"^^geo:wktLiteral ;
  geo-pos:lat "48.67464"^^xsd:decimal ;
  geo-pos:long "-1.59708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10560'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59708'^^xsd:double;
  dwc:latitude '48.67464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59708 48.67464, -1.59708 48.67464, -1.59708 48.67464, -1.59708 48.67464, -1.59708 48.67464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10560'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7261 -1.59708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7261 -1.59708)"^^geo:wktLiteral ;
  geo-pos:lat "48.7261"^^xsd:decimal ;
  geo-pos:long "-1.59708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6542'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59708'^^xsd:double;
  dwc:latitude '48.7261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59708 48.7261, -1.59708 48.7261, -1.59708 48.7261, -1.59708 48.7261, -1.59708 48.7261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6542'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.661 -1.59707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.661 -1.59707)"^^geo:wktLiteral ;
  geo-pos:lat "48.661"^^xsd:decimal ;
  geo-pos:long "-1.59707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10499'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59707'^^xsd:double;
  dwc:latitude '48.661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59707 48.661, -1.59707 48.661, -1.59707 48.661, -1.59707 48.661, -1.59707 48.661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10499'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67587 -1.59707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67587 -1.59707)"^^geo:wktLiteral ;
  geo-pos:lat "48.67587"^^xsd:decimal ;
  geo-pos:long "-1.59707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10676'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59707'^^xsd:double;
  dwc:latitude '48.67587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59707 48.67587, -1.59707 48.67587, -1.59707 48.67587, -1.59707 48.67587, -1.59707 48.67587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10676'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6754 -1.59705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6754 -1.59705)"^^geo:wktLiteral ;
  geo-pos:lat "48.6754"^^xsd:decimal ;
  geo-pos:long "-1.59705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10575'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59705'^^xsd:double;
  dwc:latitude '48.6754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59705 48.6754, -1.59705 48.6754, -1.59705 48.6754, -1.59705 48.6754, -1.59705 48.6754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10575'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71676 -1.59701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71676 -1.59701)"^^geo:wktLiteral ;
  geo-pos:lat "48.71676"^^xsd:decimal ;
  geo-pos:long "-1.59701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7755'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59701'^^xsd:double;
  dwc:latitude '48.71676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59701 48.71676, -1.59701 48.71676, -1.59701 48.71676, -1.59701 48.71676, -1.59701 48.71676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7755'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71739 -1.59697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71739 -1.59697)"^^geo:wktLiteral ;
  geo-pos:lat "48.71739"^^xsd:decimal ;
  geo-pos:long "-1.59697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7828'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59697'^^xsd:double;
  dwc:latitude '48.71739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59697 48.71739, -1.59697 48.71739, -1.59697 48.71739, -1.59697 48.71739, -1.59697 48.71739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7828'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65161 -1.59696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65161 -1.59696)"^^geo:wktLiteral ;
  geo-pos:lat "48.65161"^^xsd:decimal ;
  geo-pos:long "-1.59696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12027'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59696'^^xsd:double;
  dwc:latitude '48.65161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59696 48.65161, -1.59696 48.65161, -1.59696 48.65161, -1.59696 48.65161, -1.59696 48.65161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12027'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71082 -1.59696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71082 -1.59696)"^^geo:wktLiteral ;
  geo-pos:lat "48.71082"^^xsd:decimal ;
  geo-pos:long "-1.59696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8560'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59696'^^xsd:double;
  dwc:latitude '48.71082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59696 48.71082, -1.59696 48.71082, -1.59696 48.71082, -1.59696 48.71082, -1.59696 48.71082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8560'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78576 -1.59696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.78576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.78576 -1.59696)"^^geo:wktLiteral ;
  geo-pos:lat "48.78576"^^xsd:decimal ;
  geo-pos:long "-1.59696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9329'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59696'^^xsd:double;
  dwc:latitude '48.78576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59696 48.78576, -1.59696 48.78576, -1.59696 48.78576, -1.59696 48.78576, -1.59696 48.78576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9329'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71799 -1.59695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71799 -1.59695)"^^geo:wktLiteral ;
  geo-pos:lat "48.71799"^^xsd:decimal ;
  geo-pos:long "-1.59695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7732'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59695'^^xsd:double;
  dwc:latitude '48.71799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59695 48.71799, -1.59695 48.71799, -1.59695 48.71799, -1.59695 48.71799, -1.59695 48.71799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7732'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67922 -1.59694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67922 -1.59694)"^^geo:wktLiteral ;
  geo-pos:lat "48.67922"^^xsd:decimal ;
  geo-pos:long "-1.59694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6043'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59694'^^xsd:double;
  dwc:latitude '48.67922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59694 48.67922, -1.59694 48.67922, -1.59694 48.67922, -1.59694 48.67922, -1.59694 48.67922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6043'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.674 -1.59693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.674 -1.59693)"^^geo:wktLiteral ;
  geo-pos:lat "48.674"^^xsd:decimal ;
  geo-pos:long "-1.59693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10667'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59693'^^xsd:double;
  dwc:latitude '48.674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59693 48.674, -1.59693 48.674, -1.59693 48.674, -1.59693 48.674, -1.59693 48.674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10667'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73504 -1.59693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73504 -1.59693)"^^geo:wktLiteral ;
  geo-pos:lat "48.73504"^^xsd:decimal ;
  geo-pos:long "-1.59693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2543'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59693'^^xsd:double;
  dwc:latitude '48.73504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59693 48.73504, -1.59693 48.73504, -1.59693 48.73504, -1.59693 48.73504, -1.59693 48.73504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2543'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.5969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.5969)"^^geo:wktLiteral ;
  geo-pos:lat "48.66806"^^xsd:decimal ;
  geo-pos:long "-1.5969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12348'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5969'^^xsd:double;
  dwc:latitude '48.66806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5969 48.66806, -1.5969 48.66806, -1.5969 48.66806, -1.5969 48.66806, -1.5969 48.66806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12348'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66928 -1.59689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66928 -1.59689)"^^geo:wktLiteral ;
  geo-pos:lat "48.66928"^^xsd:decimal ;
  geo-pos:long "-1.59689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5312'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59689'^^xsd:double;
  dwc:latitude '48.66928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59689 48.66928, -1.59689 48.66928, -1.59689 48.66928, -1.59689 48.66928, -1.59689 48.66928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5312'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67576 -1.59689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67576 -1.59689)"^^geo:wktLiteral ;
  geo-pos:lat "48.67576"^^xsd:decimal ;
  geo-pos:long "-1.59689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10794'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59689'^^xsd:double;
  dwc:latitude '48.67576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59689 48.67576, -1.59689 48.67576, -1.59689 48.67576, -1.59689 48.67576, -1.59689 48.67576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10794'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65046 -1.59688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65046 -1.59688)"^^geo:wktLiteral ;
  geo-pos:lat "48.65046"^^xsd:decimal ;
  geo-pos:long "-1.59688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12572'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59688'^^xsd:double;
  dwc:latitude '48.65046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59688 48.65046, -1.59688 48.65046, -1.59688 48.65046, -1.59688 48.65046, -1.59688 48.65046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12572'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6884 -1.59687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6884 -1.59687)"^^geo:wktLiteral ;
  geo-pos:lat "48.6884"^^xsd:decimal ;
  geo-pos:long "-1.59687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4561'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59687'^^xsd:double;
  dwc:latitude '48.6884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59687 48.6884, -1.59687 48.6884, -1.59687 48.6884, -1.59687 48.6884, -1.59687 48.6884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4561'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68418 -1.59686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68418 -1.59686)"^^geo:wktLiteral ;
  geo-pos:lat "48.68418"^^xsd:decimal ;
  geo-pos:long "-1.59686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4508'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59686'^^xsd:double;
  dwc:latitude '48.68418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59686 48.68418, -1.59686 48.68418, -1.59686 48.68418, -1.59686 48.68418, -1.59686 48.68418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4508'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7416 -1.59685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7416 -1.59685)"^^geo:wktLiteral ;
  geo-pos:lat "48.7416"^^xsd:decimal ;
  geo-pos:long "-1.59685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6384'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59685'^^xsd:double;
  dwc:latitude '48.7416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59685 48.7416, -1.59685 48.7416, -1.59685 48.7416, -1.59685 48.7416, -1.59685 48.7416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6384'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72271 -1.59684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72271 -1.59684)"^^geo:wktLiteral ;
  geo-pos:lat "48.72271"^^xsd:decimal ;
  geo-pos:long "-1.59684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8013'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59684'^^xsd:double;
  dwc:latitude '48.72271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59684 48.72271, -1.59684 48.72271, -1.59684 48.72271, -1.59684 48.72271, -1.59684 48.72271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8013'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64981 -1.59683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64981"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64981 -1.59683)"^^geo:wktLiteral ;
  geo-pos:lat "48.64981"^^xsd:decimal ;
  geo-pos:long "-1.59683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13467'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59683'^^xsd:double;
  dwc:latitude '48.64981'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59683 48.64981, -1.59683 48.64981, -1.59683 48.64981, -1.59683 48.64981, -1.59683 48.64981))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13467'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72059 -1.59682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72059 -1.59682)"^^geo:wktLiteral ;
  geo-pos:lat "48.72059"^^xsd:decimal ;
  geo-pos:long "-1.59682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8057'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59682'^^xsd:double;
  dwc:latitude '48.72059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59682 48.72059, -1.59682 48.72059, -1.59682 48.72059, -1.59682 48.72059, -1.59682 48.72059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8057'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64769 -1.59681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64769 -1.59681)"^^geo:wktLiteral ;
  geo-pos:lat "48.64769"^^xsd:decimal ;
  geo-pos:long "-1.59681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13561'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59681'^^xsd:double;
  dwc:latitude '48.64769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59681 48.64769, -1.59681 48.64769, -1.59681 48.64769, -1.59681 48.64769, -1.59681 48.64769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13561'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66948 -1.59681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66948 -1.59681)"^^geo:wktLiteral ;
  geo-pos:lat "48.66948"^^xsd:decimal ;
  geo-pos:long "-1.59681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8641'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59681'^^xsd:double;
  dwc:latitude '48.66948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59681 48.66948, -1.59681 48.66948, -1.59681 48.66948, -1.59681 48.66948, -1.59681 48.66948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8641'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67066 -1.59681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67066 -1.59681)"^^geo:wktLiteral ;
  geo-pos:lat "48.67066"^^xsd:decimal ;
  geo-pos:long "-1.59681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9212'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59681'^^xsd:double;
  dwc:latitude '48.67066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59681 48.67066, -1.59681 48.67066, -1.59681 48.67066, -1.59681 48.67066, -1.59681 48.67066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9212'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.80001 -1.59681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.80001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.80001 -1.59681)"^^geo:wktLiteral ;
  geo-pos:lat "48.80001"^^xsd:decimal ;
  geo-pos:long "-1.59681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9326'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59681'^^xsd:double;
  dwc:latitude '48.80001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59681 48.80001, -1.59681 48.80001, -1.59681 48.80001, -1.59681 48.80001, -1.59681 48.80001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9326'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6711 -1.59679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6711 -1.59679)"^^geo:wktLiteral ;
  geo-pos:lat "48.6711"^^xsd:decimal ;
  geo-pos:long "-1.59679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3803'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59679'^^xsd:double;
  dwc:latitude '48.6711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59679 48.6711, -1.59679 48.6711, -1.59679 48.6711, -1.59679 48.6711, -1.59679 48.6711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3803'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67572 -1.59679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67572 -1.59679)"^^geo:wktLiteral ;
  geo-pos:lat "48.67572"^^xsd:decimal ;
  geo-pos:long "-1.59679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10793'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59679'^^xsd:double;
  dwc:latitude '48.67572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59679 48.67572, -1.59679 48.67572, -1.59679 48.67572, -1.59679 48.67572, -1.59679 48.67572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10793'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64408 -1.59678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64408 -1.59678)"^^geo:wktLiteral ;
  geo-pos:lat "48.64408"^^xsd:decimal ;
  geo-pos:long "-1.59678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12798'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59678'^^xsd:double;
  dwc:latitude '48.64408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59678 48.64408, -1.59678 48.64408, -1.59678 48.64408, -1.59678 48.64408, -1.59678 48.64408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12798'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64721 -1.59678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64721 -1.59678)"^^geo:wktLiteral ;
  geo-pos:lat "48.64721"^^xsd:decimal ;
  geo-pos:long "-1.59678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13027'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59678'^^xsd:double;
  dwc:latitude '48.64721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59678 48.64721, -1.59678 48.64721, -1.59678 48.64721, -1.59678 48.64721, -1.59678 48.64721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13027'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74428 -1.59678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74428 -1.59678)"^^geo:wktLiteral ;
  geo-pos:lat "48.74428"^^xsd:decimal ;
  geo-pos:long "-1.59678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9195'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59678'^^xsd:double;
  dwc:latitude '48.74428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59678 48.74428, -1.59678 48.74428, -1.59678 48.74428, -1.59678 48.74428, -1.59678 48.74428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9195'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6847 -1.59677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6847 -1.59677)"^^geo:wktLiteral ;
  geo-pos:lat "48.6847"^^xsd:decimal ;
  geo-pos:long "-1.59677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9847'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59677'^^xsd:double;
  dwc:latitude '48.6847'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59677 48.6847, -1.59677 48.6847, -1.59677 48.6847, -1.59677 48.6847, -1.59677 48.6847))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9847'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73393 -1.59666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73393 -1.59666)"^^geo:wktLiteral ;
  geo-pos:lat "48.73393"^^xsd:decimal ;
  geo-pos:long "-1.59666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2464'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59666'^^xsd:double;
  dwc:latitude '48.73393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59666 48.73393, -1.59666 48.73393, -1.59666 48.73393, -1.59666 48.73393, -1.59666 48.73393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2464'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69873 -1.59665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69873 -1.59665)"^^geo:wktLiteral ;
  geo-pos:lat "48.69873"^^xsd:decimal ;
  geo-pos:long "-1.59665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6124'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59665'^^xsd:double;
  dwc:latitude '48.69873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59665 48.69873, -1.59665 48.69873, -1.59665 48.69873, -1.59665 48.69873, -1.59665 48.69873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6124'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71672 -1.59663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71672 -1.59663)"^^geo:wktLiteral ;
  geo-pos:lat "48.71672"^^xsd:decimal ;
  geo-pos:long "-1.59663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7714'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59663'^^xsd:double;
  dwc:latitude '48.71672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59663 48.71672, -1.59663 48.71672, -1.59663 48.71672, -1.59663 48.71672, -1.59663 48.71672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7714'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73173 -1.59661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73173 -1.59661)"^^geo:wktLiteral ;
  geo-pos:lat "48.73173"^^xsd:decimal ;
  geo-pos:long "-1.59661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2508'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59661'^^xsd:double;
  dwc:latitude '48.73173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59661 48.73173, -1.59661 48.73173, -1.59661 48.73173, -1.59661 48.73173, -1.59661 48.73173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2508'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67615 -1.59658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67615 -1.59658)"^^geo:wktLiteral ;
  geo-pos:lat "48.67615"^^xsd:decimal ;
  geo-pos:long "-1.59658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8313'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59658'^^xsd:double;
  dwc:latitude '48.67615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59658 48.67615, -1.59658 48.67615, -1.59658 48.67615, -1.59658 48.67615, -1.59658 48.67615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8313'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68486 -1.59657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68486"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68486 -1.59657)"^^geo:wktLiteral ;
  geo-pos:lat "48.68486"^^xsd:decimal ;
  geo-pos:long "-1.59657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6021'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59657'^^xsd:double;
  dwc:latitude '48.68486'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59657 48.68486, -1.59657 48.68486, -1.59657 48.68486, -1.59657 48.68486, -1.59657 48.68486))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6021'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64747 -1.59656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64747"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64747 -1.59656)"^^geo:wktLiteral ;
  geo-pos:lat "48.64747"^^xsd:decimal ;
  geo-pos:long "-1.59656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_10861'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59656'^^xsd:double;
  dwc:latitude '48.64747'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59656 48.64747, -1.59656 48.64747, -1.59656 48.64747, -1.59656 48.64747, -1.59656 48.64747))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10861'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73689 -1.59655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73689 -1.59655)"^^geo:wktLiteral ;
  geo-pos:lat "48.73689"^^xsd:decimal ;
  geo-pos:long "-1.59655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2426'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59655'^^xsd:double;
  dwc:latitude '48.73689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59655 48.73689, -1.59655 48.73689, -1.59655 48.73689, -1.59655 48.73689, -1.59655 48.73689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2426'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66094 -1.59654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66094 -1.59654)"^^geo:wktLiteral ;
  geo-pos:lat "48.66094"^^xsd:decimal ;
  geo-pos:long "-1.59654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5584'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59654'^^xsd:double;
  dwc:latitude '48.66094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59654 48.66094, -1.59654 48.66094, -1.59654 48.66094, -1.59654 48.66094, -1.59654 48.66094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5584'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73914 -1.59654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73914 -1.59654)"^^geo:wktLiteral ;
  geo-pos:lat "48.73914"^^xsd:decimal ;
  geo-pos:long "-1.59654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2428'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59654'^^xsd:double;
  dwc:latitude '48.73914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59654 48.73914, -1.59654 48.73914, -1.59654 48.73914, -1.59654 48.73914, -1.59654 48.73914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2428'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64781 -1.59653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64781 -1.59653)"^^geo:wktLiteral ;
  geo-pos:lat "48.64781"^^xsd:decimal ;
  geo-pos:long "-1.59653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13006'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59653'^^xsd:double;
  dwc:latitude '48.64781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59653 48.64781, -1.59653 48.64781, -1.59653 48.64781, -1.59653 48.64781, -1.59653 48.64781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13006'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66822 -1.59653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66822 -1.59653)"^^geo:wktLiteral ;
  geo-pos:lat "48.66822"^^xsd:decimal ;
  geo-pos:long "-1.59653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9939'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59653'^^xsd:double;
  dwc:latitude '48.66822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59653 48.66822, -1.59653 48.66822, -1.59653 48.66822, -1.59653 48.66822, -1.59653 48.66822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9939'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6842 -1.59652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6842"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6842 -1.59652)"^^geo:wktLiteral ;
  geo-pos:lat "48.6842"^^xsd:decimal ;
  geo-pos:long "-1.59652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11012'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59652'^^xsd:double;
  dwc:latitude '48.6842'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59652 48.6842, -1.59652 48.6842, -1.59652 48.6842, -1.59652 48.6842, -1.59652 48.6842))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11012'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71022 -1.59652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71022 -1.59652)"^^geo:wktLiteral ;
  geo-pos:lat "48.71022"^^xsd:decimal ;
  geo-pos:long "-1.59652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1912'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59652'^^xsd:double;
  dwc:latitude '48.71022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59652 48.71022, -1.59652 48.71022, -1.59652 48.71022, -1.59652 48.71022, -1.59652 48.71022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1912'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68408 -1.59651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68408 -1.59651)"^^geo:wktLiteral ;
  geo-pos:lat "48.68408"^^xsd:decimal ;
  geo-pos:long "-1.59651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3696'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '17.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59651'^^xsd:double;
  dwc:latitude '48.68408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59651 48.68408, -1.59651 48.68408, -1.59651 48.68408, -1.59651 48.68408, -1.59651 48.68408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3696'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6704 -1.5965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6704 -1.5965)"^^geo:wktLiteral ;
  geo-pos:lat "48.6704"^^xsd:decimal ;
  geo-pos:long "-1.5965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5940'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5965'^^xsd:double;
  dwc:latitude '48.6704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5965 48.6704, -1.5965 48.6704, -1.5965 48.6704, -1.5965 48.6704, -1.5965 48.6704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5940'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64274 -1.59648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64274 -1.59648)"^^geo:wktLiteral ;
  geo-pos:lat "48.64274"^^xsd:decimal ;
  geo-pos:long "-1.59648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12765'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59648'^^xsd:double;
  dwc:latitude '48.64274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59648 48.64274, -1.59648 48.64274, -1.59648 48.64274, -1.59648 48.64274, -1.59648 48.64274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12765'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7078 -1.59647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7078 -1.59647)"^^geo:wktLiteral ;
  geo-pos:lat "48.7078"^^xsd:decimal ;
  geo-pos:long "-1.59647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5426'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59647'^^xsd:double;
  dwc:latitude '48.7078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59647 48.7078, -1.59647 48.7078, -1.59647 48.7078, -1.59647 48.7078, -1.59647 48.7078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5426'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67176 -1.59646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67176 -1.59646)"^^geo:wktLiteral ;
  geo-pos:lat "48.67176"^^xsd:decimal ;
  geo-pos:long "-1.59646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3631'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59646'^^xsd:double;
  dwc:latitude '48.67176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59646 48.67176, -1.59646 48.67176, -1.59646 48.67176, -1.59646 48.67176, -1.59646 48.67176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3631'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66928 -1.59645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66928 -1.59645)"^^geo:wktLiteral ;
  geo-pos:lat "48.66928"^^xsd:decimal ;
  geo-pos:long "-1.59645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12085'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59645'^^xsd:double;
  dwc:latitude '48.66928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59645 48.66928, -1.59645 48.66928, -1.59645 48.66928, -1.59645 48.66928, -1.59645 48.66928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12085'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65932 -1.59643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65932 -1.59643)"^^geo:wktLiteral ;
  geo-pos:lat "48.65932"^^xsd:decimal ;
  geo-pos:long "-1.59643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12813'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59643'^^xsd:double;
  dwc:latitude '48.65932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59643 48.65932, -1.59643 48.65932, -1.59643 48.65932, -1.59643 48.65932, -1.59643 48.65932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12813'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74199 -1.59643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74199 -1.59643)"^^geo:wktLiteral ;
  geo-pos:lat "48.74199"^^xsd:decimal ;
  geo-pos:long "-1.59643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5399'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.23333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59643'^^xsd:double;
  dwc:latitude '48.74199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59643 48.74199, -1.59643 48.74199, -1.59643 48.74199, -1.59643 48.74199, -1.59643 48.74199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5399'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73236 -1.59641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73236 -1.59641)"^^geo:wktLiteral ;
  geo-pos:lat "48.73236"^^xsd:decimal ;
  geo-pos:long "-1.59641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4527'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59641'^^xsd:double;
  dwc:latitude '48.73236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59641 48.73236, -1.59641 48.73236, -1.59641 48.73236, -1.59641 48.73236, -1.59641 48.73236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4527'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6524 -1.59639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6524 -1.59639)"^^geo:wktLiteral ;
  geo-pos:lat "48.6524"^^xsd:decimal ;
  geo-pos:long "-1.59639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13642'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59639'^^xsd:double;
  dwc:latitude '48.6524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59639 48.6524, -1.59639 48.6524, -1.59639 48.6524, -1.59639 48.6524, -1.59639 48.6524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13642'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69674 -1.59637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69674 -1.59637)"^^geo:wktLiteral ;
  geo-pos:lat "48.69674"^^xsd:decimal ;
  geo-pos:long "-1.59637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9497'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59637'^^xsd:double;
  dwc:latitude '48.69674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59637 48.69674, -1.59637 48.69674, -1.59637 48.69674, -1.59637 48.69674, -1.59637 48.69674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9497'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73971 -1.59636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73971 -1.59636)"^^geo:wktLiteral ;
  geo-pos:lat "48.73971"^^xsd:decimal ;
  geo-pos:long "-1.59636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_743'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59636'^^xsd:double;
  dwc:latitude '48.73971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59636 48.73971, -1.59636 48.73971, -1.59636 48.73971, -1.59636 48.73971, -1.59636 48.73971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_743'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.59633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.59633)"^^geo:wktLiteral ;
  geo-pos:lat "48.69387"^^xsd:decimal ;
  geo-pos:long "-1.59633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5597'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59633'^^xsd:double;
  dwc:latitude '48.69387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59633 48.69387, -1.59633 48.69387, -1.59633 48.69387, -1.59633 48.69387, -1.59633 48.69387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5597'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73376 -1.59632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73376 -1.59632)"^^geo:wktLiteral ;
  geo-pos:lat "48.73376"^^xsd:decimal ;
  geo-pos:long "-1.59632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1947'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59632'^^xsd:double;
  dwc:latitude '48.73376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59632 48.73376, -1.59632 48.73376, -1.59632 48.73376, -1.59632 48.73376, -1.59632 48.73376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1947'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69716 -1.59629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69716 -1.59629)"^^geo:wktLiteral ;
  geo-pos:lat "48.69716"^^xsd:decimal ;
  geo-pos:long "-1.59629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6595'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59629'^^xsd:double;
  dwc:latitude '48.69716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59629 48.69716, -1.59629 48.69716, -1.59629 48.69716, -1.59629 48.69716, -1.59629 48.69716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6595'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71929 -1.59628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71929 -1.59628)"^^geo:wktLiteral ;
  geo-pos:lat "48.71929"^^xsd:decimal ;
  geo-pos:long "-1.59628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7838'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59628'^^xsd:double;
  dwc:latitude '48.71929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59628 48.71929, -1.59628 48.71929, -1.59628 48.71929, -1.59628 48.71929, -1.59628 48.71929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7838'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64576 -1.59627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64576 -1.59627)"^^geo:wktLiteral ;
  geo-pos:lat "48.64576"^^xsd:decimal ;
  geo-pos:long "-1.59627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13439'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59627'^^xsd:double;
  dwc:latitude '48.64576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59627 48.64576, -1.59627 48.64576, -1.59627 48.64576, -1.59627 48.64576, -1.59627 48.64576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13439'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67064 -1.59627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67064 -1.59627)"^^geo:wktLiteral ;
  geo-pos:lat "48.67064"^^xsd:decimal ;
  geo-pos:long "-1.59627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5929'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59627'^^xsd:double;
  dwc:latitude '48.67064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59627 48.67064, -1.59627 48.67064, -1.59627 48.67064, -1.59627 48.67064, -1.59627 48.67064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5929'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64232 -1.59623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64232 -1.59623)"^^geo:wktLiteral ;
  geo-pos:lat "48.64232"^^xsd:decimal ;
  geo-pos:long "-1.59623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12764'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59623'^^xsd:double;
  dwc:latitude '48.64232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59623 48.64232, -1.59623 48.64232, -1.59623 48.64232, -1.59623 48.64232, -1.59623 48.64232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12764'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68099 -1.5962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68099 -1.5962)"^^geo:wktLiteral ;
  geo-pos:lat "48.68099"^^xsd:decimal ;
  geo-pos:long "-1.5962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8723'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5962'^^xsd:double;
  dwc:latitude '48.68099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5962 48.68099, -1.5962 48.68099, -1.5962 48.68099, -1.5962 48.68099, -1.5962 48.68099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8723'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66831 -1.59619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66831 -1.59619)"^^geo:wktLiteral ;
  geo-pos:lat "48.66831"^^xsd:decimal ;
  geo-pos:long "-1.59619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8716'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59619'^^xsd:double;
  dwc:latitude '48.66831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59619 48.66831, -1.59619 48.66831, -1.59619 48.66831, -1.59619 48.66831, -1.59619 48.66831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8716'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66069 -1.59618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66069 -1.59618)"^^geo:wktLiteral ;
  geo-pos:lat "48.66069"^^xsd:decimal ;
  geo-pos:long "-1.59618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6286'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59618'^^xsd:double;
  dwc:latitude '48.66069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59618 48.66069, -1.59618 48.66069, -1.59618 48.66069, -1.59618 48.66069, -1.59618 48.66069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6286'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73116 -1.59618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73116 -1.59618)"^^geo:wktLiteral ;
  geo-pos:lat "48.73116"^^xsd:decimal ;
  geo-pos:long "-1.59618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4972'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59618'^^xsd:double;
  dwc:latitude '48.73116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59618 48.73116, -1.59618 48.73116, -1.59618 48.73116, -1.59618 48.73116, -1.59618 48.73116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4972'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67609 -1.59617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67609 -1.59617)"^^geo:wktLiteral ;
  geo-pos:lat "48.67609"^^xsd:decimal ;
  geo-pos:long "-1.59617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9128'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59617'^^xsd:double;
  dwc:latitude '48.67609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59617 48.67609, -1.59617 48.67609, -1.59617 48.67609, -1.59617 48.67609, -1.59617 48.67609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9128'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66923 -1.59616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66923 -1.59616)"^^geo:wktLiteral ;
  geo-pos:lat "48.66923"^^xsd:decimal ;
  geo-pos:long "-1.59616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12083'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59616'^^xsd:double;
  dwc:latitude '48.66923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59616 48.66923, -1.59616 48.66923, -1.59616 48.66923, -1.59616 48.66923, -1.59616 48.66923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12083'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68363 -1.59616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68363 -1.59616)"^^geo:wktLiteral ;
  geo-pos:lat "48.68363"^^xsd:decimal ;
  geo-pos:long "-1.59616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9182'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59616'^^xsd:double;
  dwc:latitude '48.68363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59616 48.68363, -1.59616 48.68363, -1.59616 48.68363, -1.59616 48.68363, -1.59616 48.68363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9182'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66961 -1.59614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66961 -1.59614)"^^geo:wktLiteral ;
  geo-pos:lat "48.66961"^^xsd:decimal ;
  geo-pos:long "-1.59614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12084'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59614'^^xsd:double;
  dwc:latitude '48.66961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59614 48.66961, -1.59614 48.66961, -1.59614 48.66961, -1.59614 48.66961, -1.59614 48.66961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12084'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75113 -1.59614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75113 -1.59614)"^^geo:wktLiteral ;
  geo-pos:lat "48.75113"^^xsd:decimal ;
  geo-pos:long "-1.59614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9211'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59614'^^xsd:double;
  dwc:latitude '48.75113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59614 48.75113, -1.59614 48.75113, -1.59614 48.75113, -1.59614 48.75113, -1.59614 48.75113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9211'^^xsd:string;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68729 -1.59613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68729"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68729 -1.59613)"^^geo:wktLiteral ;
  geo-pos:lat "48.68729"^^xsd:decimal ;
  geo-pos:long "-1.59613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6007'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59613'^^xsd:double;
  dwc:latitude '48.68729'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59613 48.68729, -1.59613 48.68729, -1.59613 48.68729, -1.59613 48.68729, -1.59613 48.68729))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6007'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73156 -1.59613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73156 -1.59613)"^^geo:wktLiteral ;
  geo-pos:lat "48.73156"^^xsd:decimal ;
  geo-pos:long "-1.59613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2506'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59613'^^xsd:double;
  dwc:latitude '48.73156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59613 48.73156, -1.59613 48.73156, -1.59613 48.73156, -1.59613 48.73156, -1.59613 48.73156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2506'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71937 -1.59612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71937"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71937 -1.59612)"^^geo:wktLiteral ;
  geo-pos:lat "48.71937"^^xsd:decimal ;
  geo-pos:long "-1.59612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7720'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59612'^^xsd:double;
  dwc:latitude '48.71937'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59612 48.71937, -1.59612 48.71937, -1.59612 48.71937, -1.59612 48.71937, -1.59612 48.71937))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7720'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65917 -1.59609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65917 -1.59609)"^^geo:wktLiteral ;
  geo-pos:lat "48.65917"^^xsd:decimal ;
  geo-pos:long "-1.59609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10088'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59609'^^xsd:double;
  dwc:latitude '48.65917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59609 48.65917, -1.59609 48.65917, -1.59609 48.65917, -1.59609 48.65917, -1.59609 48.65917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10088'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68613 -1.59609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68613 -1.59609)"^^geo:wktLiteral ;
  geo-pos:lat "48.68613"^^xsd:decimal ;
  geo-pos:long "-1.59609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5839'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59609'^^xsd:double;
  dwc:latitude '48.68613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59609 48.68613, -1.59609 48.68613, -1.59609 48.68613, -1.59609 48.68613, -1.59609 48.68613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5839'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70284 -1.59608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70284"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70284 -1.59608)"^^geo:wktLiteral ;
  geo-pos:lat "48.70284"^^xsd:decimal ;
  geo-pos:long "-1.59608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6594'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59608'^^xsd:double;
  dwc:latitude '48.70284'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59608 48.70284, -1.59608 48.70284, -1.59608 48.70284, -1.59608 48.70284, -1.59608 48.70284))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6594'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66174 -1.59607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66174 -1.59607)"^^geo:wktLiteral ;
  geo-pos:lat "48.66174"^^xsd:decimal ;
  geo-pos:long "-1.59607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6686'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59607'^^xsd:double;
  dwc:latitude '48.66174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59607 48.66174, -1.59607 48.66174, -1.59607 48.66174, -1.59607 48.66174, -1.59607 48.66174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6686'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69839 -1.59605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69839 -1.59605)"^^geo:wktLiteral ;
  geo-pos:lat "48.69839"^^xsd:decimal ;
  geo-pos:long "-1.59605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5091'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59605'^^xsd:double;
  dwc:latitude '48.69839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59605 48.69839, -1.59605 48.69839, -1.59605 48.69839, -1.59605 48.69839, -1.59605 48.69839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5091'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68441 -1.59603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68441 -1.59603)"^^geo:wktLiteral ;
  geo-pos:lat "48.68441"^^xsd:decimal ;
  geo-pos:long "-1.59603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10419'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59603'^^xsd:double;
  dwc:latitude '48.68441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59603 48.68441, -1.59603 48.68441, -1.59603 48.68441, -1.59603 48.68441, -1.59603 48.68441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10419'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68598 -1.59602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68598 -1.59602)"^^geo:wktLiteral ;
  geo-pos:lat "48.68598"^^xsd:decimal ;
  geo-pos:long "-1.59602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6453'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59602'^^xsd:double;
  dwc:latitude '48.68598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59602 48.68598, -1.59602 48.68598, -1.59602 48.68598, -1.59602 48.68598, -1.59602 48.68598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6453'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70377 -1.59602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70377 -1.59602)"^^geo:wktLiteral ;
  geo-pos:lat "48.70377"^^xsd:decimal ;
  geo-pos:long "-1.59602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1043'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59602'^^xsd:double;
  dwc:latitude '48.70377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59602 48.70377, -1.59602 48.70377, -1.59602 48.70377, -1.59602 48.70377, -1.59602 48.70377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1043'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69301 -1.59601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69301"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69301 -1.59601)"^^geo:wktLiteral ;
  geo-pos:lat "48.69301"^^xsd:decimal ;
  geo-pos:long "-1.59601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10511'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59601'^^xsd:double;
  dwc:latitude '48.69301'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59601 48.69301, -1.59601 48.69301, -1.59601 48.69301, -1.59601 48.69301, -1.59601 48.69301))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10511'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65449 -1.596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65449 -1.596)"^^geo:wktLiteral ;
  geo-pos:lat "48.65449"^^xsd:decimal ;
  geo-pos:long "-1.596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10630'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.596'^^xsd:double;
  dwc:latitude '48.65449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.596 48.65449, -1.596 48.65449, -1.596 48.65449, -1.596 48.65449, -1.596 48.65449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10630'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.596)"^^geo:wktLiteral ;
  geo-pos:lat "48.6894"^^xsd:decimal ;
  geo-pos:long "-1.596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6244'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.596'^^xsd:double;
  dwc:latitude '48.6894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.596 48.6894, -1.596 48.6894, -1.596 48.6894, -1.596 48.6894, -1.596 48.6894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6244'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71072 -1.59599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71072 -1.59599)"^^geo:wktLiteral ;
  geo-pos:lat "48.71072"^^xsd:decimal ;
  geo-pos:long "-1.59599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7867'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59599'^^xsd:double;
  dwc:latitude '48.71072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59599 48.71072, -1.59599 48.71072, -1.59599 48.71072, -1.59599 48.71072, -1.59599 48.71072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7867'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64808 -1.59598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64808 -1.59598)"^^geo:wktLiteral ;
  geo-pos:lat "48.64808"^^xsd:decimal ;
  geo-pos:long "-1.59598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12796'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59598'^^xsd:double;
  dwc:latitude '48.64808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59598 48.64808, -1.59598 48.64808, -1.59598 48.64808, -1.59598 48.64808, -1.59598 48.64808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12796'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71878 -1.59598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71878 -1.59598)"^^geo:wktLiteral ;
  geo-pos:lat "48.71878"^^xsd:decimal ;
  geo-pos:long "-1.59598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7837'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59598'^^xsd:double;
  dwc:latitude '48.71878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59598 48.71878, -1.59598 48.71878, -1.59598 48.71878, -1.59598 48.71878, -1.59598 48.71878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7837'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6786 -1.59596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6786 -1.59596)"^^geo:wktLiteral ;
  geo-pos:lat "48.6786"^^xsd:decimal ;
  geo-pos:long "-1.59596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9865'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59596'^^xsd:double;
  dwc:latitude '48.6786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59596 48.6786, -1.59596 48.6786, -1.59596 48.6786, -1.59596 48.6786, -1.59596 48.6786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9865'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73468 -1.59596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73468 -1.59596)"^^geo:wktLiteral ;
  geo-pos:lat "48.73468"^^xsd:decimal ;
  geo-pos:long "-1.59596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1948'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59596'^^xsd:double;
  dwc:latitude '48.73468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59596 48.73468, -1.59596 48.73468, -1.59596 48.73468, -1.59596 48.73468, -1.59596 48.73468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1948'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66202 -1.59594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66202"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66202 -1.59594)"^^geo:wktLiteral ;
  geo-pos:lat "48.66202"^^xsd:decimal ;
  geo-pos:long "-1.59594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10448'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59594'^^xsd:double;
  dwc:latitude '48.66202'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59594 48.66202, -1.59594 48.66202, -1.59594 48.66202, -1.59594 48.66202, -1.59594 48.66202))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10448'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67207 -1.59591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67207 -1.59591)"^^geo:wktLiteral ;
  geo-pos:lat "48.67207"^^xsd:decimal ;
  geo-pos:long "-1.59591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12116'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59591'^^xsd:double;
  dwc:latitude '48.67207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59591 48.67207, -1.59591 48.67207, -1.59591 48.67207, -1.59591 48.67207, -1.59591 48.67207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12116'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74354 -1.59586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74354 -1.59586)"^^geo:wktLiteral ;
  geo-pos:lat "48.74354"^^xsd:decimal ;
  geo-pos:long "-1.59586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5398'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59586'^^xsd:double;
  dwc:latitude '48.74354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59586 48.74354, -1.59586 48.74354, -1.59586 48.74354, -1.59586 48.74354, -1.59586 48.74354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5398'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67223 -1.59584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67223 -1.59584)"^^geo:wktLiteral ;
  geo-pos:lat "48.67223"^^xsd:decimal ;
  geo-pos:long "-1.59584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10009'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59584'^^xsd:double;
  dwc:latitude '48.67223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59584 48.67223, -1.59584 48.67223, -1.59584 48.67223, -1.59584 48.67223, -1.59584 48.67223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10009'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65891 -1.59583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65891 -1.59583)"^^geo:wktLiteral ;
  geo-pos:lat "48.65891"^^xsd:decimal ;
  geo-pos:long "-1.59583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13689'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59583'^^xsd:double;
  dwc:latitude '48.65891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59583 48.65891, -1.59583 48.65891, -1.59583 48.65891, -1.59583 48.65891, -1.59583 48.65891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13689'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68395 -1.59581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68395 -1.59581)"^^geo:wktLiteral ;
  geo-pos:lat "48.68395"^^xsd:decimal ;
  geo-pos:long "-1.59581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9056'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59581'^^xsd:double;
  dwc:latitude '48.68395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59581 48.68395, -1.59581 48.68395, -1.59581 48.68395, -1.59581 48.68395, -1.59581 48.68395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9056'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69782 -1.59581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69782 -1.59581)"^^geo:wktLiteral ;
  geo-pos:lat "48.69782"^^xsd:decimal ;
  geo-pos:long "-1.59581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5776'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59581'^^xsd:double;
  dwc:latitude '48.69782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59581 48.69782, -1.59581 48.69782, -1.59581 48.69782, -1.59581 48.69782, -1.59581 48.69782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5776'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6921 -1.59577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6921 -1.59577)"^^geo:wktLiteral ;
  geo-pos:lat "48.6921"^^xsd:decimal ;
  geo-pos:long "-1.59577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13705'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59577'^^xsd:double;
  dwc:latitude '48.6921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59577 48.6921, -1.59577 48.6921, -1.59577 48.6921, -1.59577 48.6921, -1.59577 48.6921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13705'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75566 -1.59575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75566"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75566 -1.59575)"^^geo:wktLiteral ;
  geo-pos:lat "48.75566"^^xsd:decimal ;
  geo-pos:long "-1.59575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1110'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59575'^^xsd:double;
  dwc:latitude '48.75566'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59575 48.75566, -1.59575 48.75566, -1.59575 48.75566, -1.59575 48.75566, -1.59575 48.75566))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1110'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.59571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.59571)"^^geo:wktLiteral ;
  geo-pos:lat "48.6677"^^xsd:decimal ;
  geo-pos:long "-1.59571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11465'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59571'^^xsd:double;
  dwc:latitude '48.6677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59571 48.6677, -1.59571 48.6677, -1.59571 48.6677, -1.59571 48.6677, -1.59571 48.6677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11465'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68484 -1.59571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68484"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68484 -1.59571)"^^geo:wktLiteral ;
  geo-pos:lat "48.68484"^^xsd:decimal ;
  geo-pos:long "-1.59571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4516'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59571'^^xsd:double;
  dwc:latitude '48.68484'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59571 48.68484, -1.59571 48.68484, -1.59571 48.68484, -1.59571 48.68484, -1.59571 48.68484))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4516'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66003 -1.59569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66003 -1.59569)"^^geo:wktLiteral ;
  geo-pos:lat "48.66003"^^xsd:decimal ;
  geo-pos:long "-1.59569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3213'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59569'^^xsd:double;
  dwc:latitude '48.66003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59569 48.66003, -1.59569 48.66003, -1.59569 48.66003, -1.59569 48.66003, -1.59569 48.66003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3213'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68987 -1.59566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68987 -1.59566)"^^geo:wktLiteral ;
  geo-pos:lat "48.68987"^^xsd:decimal ;
  geo-pos:long "-1.59566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3721'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59566'^^xsd:double;
  dwc:latitude '48.68987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59566 48.68987, -1.59566 48.68987, -1.59566 48.68987, -1.59566 48.68987, -1.59566 48.68987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3721'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65093 -1.59564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65093 -1.59564)"^^geo:wktLiteral ;
  geo-pos:lat "48.65093"^^xsd:decimal ;
  geo-pos:long "-1.59564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13055'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59564'^^xsd:double;
  dwc:latitude '48.65093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59564 48.65093, -1.59564 48.65093, -1.59564 48.65093, -1.59564 48.65093, -1.59564 48.65093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13055'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75207 -1.59564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75207 -1.59564)"^^geo:wktLiteral ;
  geo-pos:lat "48.75207"^^xsd:decimal ;
  geo-pos:long "-1.59564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10136'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59564'^^xsd:double;
  dwc:latitude '48.75207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59564 48.75207, -1.59564 48.75207, -1.59564 48.75207, -1.59564 48.75207, -1.59564 48.75207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10136'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70999 -1.59563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70999 -1.59563)"^^geo:wktLiteral ;
  geo-pos:lat "48.70999"^^xsd:decimal ;
  geo-pos:long "-1.59563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_439'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59563'^^xsd:double;
  dwc:latitude '48.70999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59563 48.70999, -1.59563 48.70999, -1.59563 48.70999, -1.59563 48.70999, -1.59563 48.70999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_439'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71986 -1.59563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71986 -1.59563)"^^geo:wktLiteral ;
  geo-pos:lat "48.71986"^^xsd:decimal ;
  geo-pos:long "-1.59563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9272'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59563'^^xsd:double;
  dwc:latitude '48.71986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59563 48.71986, -1.59563 48.71986, -1.59563 48.71986, -1.59563 48.71986, -1.59563 48.71986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9272'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6745 -1.5956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6745 -1.5956)"^^geo:wktLiteral ;
  geo-pos:lat "48.6745"^^xsd:decimal ;
  geo-pos:long "-1.5956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2819'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5956'^^xsd:double;
  dwc:latitude '48.6745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5956 48.6745, -1.5956 48.6745, -1.5956 48.6745, -1.5956 48.6745, -1.5956 48.6745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2819'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70311 -1.59559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70311"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70311 -1.59559)"^^geo:wktLiteral ;
  geo-pos:lat "48.70311"^^xsd:decimal ;
  geo-pos:long "-1.59559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3604'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59559'^^xsd:double;
  dwc:latitude '48.70311'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59559 48.70311, -1.59559 48.70311, -1.59559 48.70311, -1.59559 48.70311, -1.59559 48.70311))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3604'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74187 -1.59559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74187 -1.59559)"^^geo:wktLiteral ;
  geo-pos:lat "48.74187"^^xsd:decimal ;
  geo-pos:long "-1.59559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13678'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59559'^^xsd:double;
  dwc:latitude '48.74187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59559 48.74187, -1.59559 48.74187, -1.59559 48.74187, -1.59559 48.74187, -1.59559 48.74187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13678'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70541 -1.59558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70541 -1.59558)"^^geo:wktLiteral ;
  geo-pos:lat "48.70541"^^xsd:decimal ;
  geo-pos:long "-1.59558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9662'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59558'^^xsd:double;
  dwc:latitude '48.70541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59558 48.70541, -1.59558 48.70541, -1.59558 48.70541, -1.59558 48.70541, -1.59558 48.70541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9662'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74429 -1.59558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74429"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74429 -1.59558)"^^geo:wktLiteral ;
  geo-pos:lat "48.74429"^^xsd:decimal ;
  geo-pos:long "-1.59558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6378'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59558'^^xsd:double;
  dwc:latitude '48.74429'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59558 48.74429, -1.59558 48.74429, -1.59558 48.74429, -1.59558 48.74429, -1.59558 48.74429))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6378'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65379 -1.59557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65379 -1.59557)"^^geo:wktLiteral ;
  geo-pos:lat "48.65379"^^xsd:decimal ;
  geo-pos:long "-1.59557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13011'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59557'^^xsd:double;
  dwc:latitude '48.65379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59557 48.65379, -1.59557 48.65379, -1.59557 48.65379, -1.59557 48.65379, -1.59557 48.65379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13011'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66879 -1.59557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66879 -1.59557)"^^geo:wktLiteral ;
  geo-pos:lat "48.66879"^^xsd:decimal ;
  geo-pos:long "-1.59557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7683'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59557'^^xsd:double;
  dwc:latitude '48.66879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59557 48.66879, -1.59557 48.66879, -1.59557 48.66879, -1.59557 48.66879, -1.59557 48.66879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7683'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64382 -1.59556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64382"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64382 -1.59556)"^^geo:wktLiteral ;
  geo-pos:lat "48.64382"^^xsd:decimal ;
  geo-pos:long "-1.59556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12778'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59556'^^xsd:double;
  dwc:latitude '48.64382'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59556 48.64382, -1.59556 48.64382, -1.59556 48.64382, -1.59556 48.64382, -1.59556 48.64382))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12778'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66202 -1.59554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66202"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66202 -1.59554)"^^geo:wktLiteral ;
  geo-pos:lat "48.66202"^^xsd:decimal ;
  geo-pos:long "-1.59554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10233'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59554'^^xsd:double;
  dwc:latitude '48.66202'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59554 48.66202, -1.59554 48.66202, -1.59554 48.66202, -1.59554 48.66202, -1.59554 48.66202))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10233'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65568 -1.59553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65568 -1.59553)"^^geo:wktLiteral ;
  geo-pos:lat "48.65568"^^xsd:decimal ;
  geo-pos:long "-1.59553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13176'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59553'^^xsd:double;
  dwc:latitude '48.65568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59553 48.65568, -1.59553 48.65568, -1.59553 48.65568, -1.59553 48.65568, -1.59553 48.65568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13176'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64776 -1.59551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64776 -1.59551)"^^geo:wktLiteral ;
  geo-pos:lat "48.64776"^^xsd:decimal ;
  geo-pos:long "-1.59551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11509'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59551'^^xsd:double;
  dwc:latitude '48.64776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59551 48.64776, -1.59551 48.64776, -1.59551 48.64776, -1.59551 48.64776, -1.59551 48.64776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11509'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65963 -1.59551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65963 -1.59551)"^^geo:wktLiteral ;
  geo-pos:lat "48.65963"^^xsd:decimal ;
  geo-pos:long "-1.59551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2996'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59551'^^xsd:double;
  dwc:latitude '48.65963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59551 48.65963, -1.59551 48.65963, -1.59551 48.65963, -1.59551 48.65963, -1.59551 48.65963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2996'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65996 -1.59551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65996"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65996 -1.59551)"^^geo:wktLiteral ;
  geo-pos:lat "48.65996"^^xsd:decimal ;
  geo-pos:long "-1.59551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3214'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59551'^^xsd:double;
  dwc:latitude '48.65996'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59551 48.65996, -1.59551 48.65996, -1.59551 48.65996, -1.59551 48.65996, -1.59551 48.65996))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3214'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66898 -1.59547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66898 -1.59547)"^^geo:wktLiteral ;
  geo-pos:lat "48.66898"^^xsd:decimal ;
  geo-pos:long "-1.59547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9713'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59547'^^xsd:double;
  dwc:latitude '48.66898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59547 48.66898, -1.59547 48.66898, -1.59547 48.66898, -1.59547 48.66898, -1.59547 48.66898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9713'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67555 -1.59546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67555 -1.59546)"^^geo:wktLiteral ;
  geo-pos:lat "48.67555"^^xsd:decimal ;
  geo-pos:long "-1.59546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_10815'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59546'^^xsd:double;
  dwc:latitude '48.67555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59546 48.67555, -1.59546 48.67555, -1.59546 48.67555, -1.59546 48.67555, -1.59546 48.67555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10815'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67564 -1.59545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67564 -1.59545)"^^geo:wktLiteral ;
  geo-pos:lat "48.67564"^^xsd:decimal ;
  geo-pos:long "-1.59545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10764'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59545'^^xsd:double;
  dwc:latitude '48.67564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59545 48.67564, -1.59545 48.67564, -1.59545 48.67564, -1.59545 48.67564, -1.59545 48.67564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10764'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67022 -1.59544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67022 -1.59544)"^^geo:wktLiteral ;
  geo-pos:lat "48.67022"^^xsd:decimal ;
  geo-pos:long "-1.59544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8932'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59544'^^xsd:double;
  dwc:latitude '48.67022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59544 48.67022, -1.59544 48.67022, -1.59544 48.67022, -1.59544 48.67022, -1.59544 48.67022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8932'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.59544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.59544)"^^geo:wktLiteral ;
  geo-pos:lat "48.71409"^^xsd:decimal ;
  geo-pos:long "-1.59544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1169'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59544'^^xsd:double;
  dwc:latitude '48.71409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59544 48.71409, -1.59544 48.71409, -1.59544 48.71409, -1.59544 48.71409, -1.59544 48.71409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1169'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65915 -1.5954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65915 -1.5954)"^^geo:wktLiteral ;
  geo-pos:lat "48.65915"^^xsd:decimal ;
  geo-pos:long "-1.5954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11358'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5954'^^xsd:double;
  dwc:latitude '48.65915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5954 48.65915, -1.5954 48.65915, -1.5954 48.65915, -1.5954 48.65915, -1.5954 48.65915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11358'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65884 -1.59539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65884 -1.59539)"^^geo:wktLiteral ;
  geo-pos:lat "48.65884"^^xsd:decimal ;
  geo-pos:long "-1.59539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10005'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59539'^^xsd:double;
  dwc:latitude '48.65884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59539 48.65884, -1.59539 48.65884, -1.59539 48.65884, -1.59539 48.65884, -1.59539 48.65884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10005'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70138 -1.59539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70138"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70138 -1.59539)"^^geo:wktLiteral ;
  geo-pos:lat "48.70138"^^xsd:decimal ;
  geo-pos:long "-1.59539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9291'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59539'^^xsd:double;
  dwc:latitude '48.70138'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59539 48.70138, -1.59539 48.70138, -1.59539 48.70138, -1.59539 48.70138, -1.59539 48.70138))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9291'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70551 -1.59539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70551 -1.59539)"^^geo:wktLiteral ;
  geo-pos:lat "48.70551"^^xsd:decimal ;
  geo-pos:long "-1.59539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8189'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59539'^^xsd:double;
  dwc:latitude '48.70551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59539 48.70551, -1.59539 48.70551, -1.59539 48.70551, -1.59539 48.70551, -1.59539 48.70551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8189'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67745 -1.59535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67745 -1.59535)"^^geo:wktLiteral ;
  geo-pos:lat "48.67745"^^xsd:decimal ;
  geo-pos:long "-1.59535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9403'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59535'^^xsd:double;
  dwc:latitude '48.67745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59535 48.67745, -1.59535 48.67745, -1.59535 48.67745, -1.59535 48.67745, -1.59535 48.67745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9403'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64945 -1.59534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64945 -1.59534)"^^geo:wktLiteral ;
  geo-pos:lat "48.64945"^^xsd:decimal ;
  geo-pos:long "-1.59534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12869'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59534'^^xsd:double;
  dwc:latitude '48.64945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59534 48.64945, -1.59534 48.64945, -1.59534 48.64945, -1.59534 48.64945, -1.59534 48.64945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12869'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64608 -1.59533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64608 -1.59533)"^^geo:wktLiteral ;
  geo-pos:lat "48.64608"^^xsd:decimal ;
  geo-pos:long "-1.59533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13562'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59533'^^xsd:double;
  dwc:latitude '48.64608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59533 48.64608, -1.59533 48.64608, -1.59533 48.64608, -1.59533 48.64608, -1.59533 48.64608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13562'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67039 -1.59533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67039 -1.59533)"^^geo:wktLiteral ;
  geo-pos:lat "48.67039"^^xsd:decimal ;
  geo-pos:long "-1.59533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2878'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59533'^^xsd:double;
  dwc:latitude '48.67039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59533 48.67039, -1.59533 48.67039, -1.59533 48.67039, -1.59533 48.67039, -1.59533 48.67039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2878'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65934 -1.59532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65934 -1.59532)"^^geo:wktLiteral ;
  geo-pos:lat "48.65934"^^xsd:decimal ;
  geo-pos:long "-1.59532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2712'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59532'^^xsd:double;
  dwc:latitude '48.65934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59532 48.65934, -1.59532 48.65934, -1.59532 48.65934, -1.59532 48.65934, -1.59532 48.65934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2712'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65934 -1.59531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65934 -1.59531)"^^geo:wktLiteral ;
  geo-pos:lat "48.65934"^^xsd:decimal ;
  geo-pos:long "-1.59531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11357'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59531'^^xsd:double;
  dwc:latitude '48.65934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59531 48.65934, -1.59531 48.65934, -1.59531 48.65934, -1.59531 48.65934, -1.59531 48.65934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11357'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64899 -1.5953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64899 -1.5953)"^^geo:wktLiteral ;
  geo-pos:lat "48.64899"^^xsd:decimal ;
  geo-pos:long "-1.5953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12026'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5953'^^xsd:double;
  dwc:latitude '48.64899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5953 48.64899, -1.5953 48.64899, -1.5953 48.64899, -1.5953 48.64899, -1.5953 48.64899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12026'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7024 -1.5953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7024"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7024 -1.5953)"^^geo:wktLiteral ;
  geo-pos:lat "48.7024"^^xsd:decimal ;
  geo-pos:long "-1.5953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13714'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5953'^^xsd:double;
  dwc:latitude '48.7024'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5953 48.7024, -1.5953 48.7024, -1.5953 48.7024, -1.5953 48.7024, -1.5953 48.7024))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13714'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73627 -1.5953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73627 -1.5953)"^^geo:wktLiteral ;
  geo-pos:lat "48.73627"^^xsd:decimal ;
  geo-pos:long "-1.5953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2484'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5953'^^xsd:double;
  dwc:latitude '48.73627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5953 48.73627, -1.5953 48.73627, -1.5953 48.73627, -1.5953 48.73627, -1.5953 48.73627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2484'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64503 -1.59526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64503 -1.59526)"^^geo:wktLiteral ;
  geo-pos:lat "48.64503"^^xsd:decimal ;
  geo-pos:long "-1.59526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13025'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59526'^^xsd:double;
  dwc:latitude '48.64503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59526 48.64503, -1.59526 48.64503, -1.59526 48.64503, -1.59526 48.64503, -1.59526 48.64503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13025'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66084 -1.59524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66084 -1.59524)"^^geo:wktLiteral ;
  geo-pos:lat "48.66084"^^xsd:decimal ;
  geo-pos:long "-1.59524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8965'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59524'^^xsd:double;
  dwc:latitude '48.66084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59524 48.66084, -1.59524 48.66084, -1.59524 48.66084, -1.59524 48.66084, -1.59524 48.66084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8965'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66921 -1.59519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66921 -1.59519)"^^geo:wktLiteral ;
  geo-pos:lat "48.66921"^^xsd:decimal ;
  geo-pos:long "-1.59519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12557'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59519'^^xsd:double;
  dwc:latitude '48.66921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59519 48.66921, -1.59519 48.66921, -1.59519 48.66921, -1.59519 48.66921, -1.59519 48.66921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12557'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68057 -1.59519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68057 -1.59519)"^^geo:wktLiteral ;
  geo-pos:lat "48.68057"^^xsd:decimal ;
  geo-pos:long "-1.59519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10258'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59519'^^xsd:double;
  dwc:latitude '48.68057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59519 48.68057, -1.59519 48.68057, -1.59519 48.68057, -1.59519 48.68057, -1.59519 48.68057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10258'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6507 -1.59515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6507 -1.59515)"^^geo:wktLiteral ;
  geo-pos:lat "48.6507"^^xsd:decimal ;
  geo-pos:long "-1.59515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12034'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59515'^^xsd:double;
  dwc:latitude '48.6507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59515 48.6507, -1.59515 48.6507, -1.59515 48.6507, -1.59515 48.6507, -1.59515 48.6507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12034'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66619 -1.59515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66619 -1.59515)"^^geo:wktLiteral ;
  geo-pos:lat "48.66619"^^xsd:decimal ;
  geo-pos:long "-1.59515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10232'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59515'^^xsd:double;
  dwc:latitude '48.66619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59515 48.66619, -1.59515 48.66619, -1.59515 48.66619, -1.59515 48.66619, -1.59515 48.66619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10232'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68552 -1.59512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68552 -1.59512)"^^geo:wktLiteral ;
  geo-pos:lat "48.68552"^^xsd:decimal ;
  geo-pos:long "-1.59512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4579'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59512'^^xsd:double;
  dwc:latitude '48.68552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59512 48.68552, -1.59512 48.68552, -1.59512 48.68552, -1.59512 48.68552, -1.59512 48.68552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4579'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67284 -1.59511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67284"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67284 -1.59511)"^^geo:wktLiteral ;
  geo-pos:lat "48.67284"^^xsd:decimal ;
  geo-pos:long "-1.59511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5905'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59511'^^xsd:double;
  dwc:latitude '48.67284'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59511 48.67284, -1.59511 48.67284, -1.59511 48.67284, -1.59511 48.67284, -1.59511 48.67284))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5905'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68139 -1.5951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68139 -1.5951)"^^geo:wktLiteral ;
  geo-pos:lat "48.68139"^^xsd:decimal ;
  geo-pos:long "-1.5951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3830'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5951'^^xsd:double;
  dwc:latitude '48.68139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5951 48.68139, -1.5951 48.68139, -1.5951 48.68139, -1.5951 48.68139, -1.5951 48.68139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3830'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72939 -1.59508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72939 -1.59508)"^^geo:wktLiteral ;
  geo-pos:lat "48.72939"^^xsd:decimal ;
  geo-pos:long "-1.59508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3601'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59508'^^xsd:double;
  dwc:latitude '48.72939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59508 48.72939, -1.59508 48.72939, -1.59508 48.72939, -1.59508 48.72939, -1.59508 48.72939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3601'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66017 -1.59506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66017 -1.59506)"^^geo:wktLiteral ;
  geo-pos:lat "48.66017"^^xsd:decimal ;
  geo-pos:long "-1.59506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3212'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59506'^^xsd:double;
  dwc:latitude '48.66017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59506 48.66017, -1.59506 48.66017, -1.59506 48.66017, -1.59506 48.66017, -1.59506 48.66017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3212'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67165 -1.59506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67165 -1.59506)"^^geo:wktLiteral ;
  geo-pos:lat "48.67165"^^xsd:decimal ;
  geo-pos:long "-1.59506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12516'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59506'^^xsd:double;
  dwc:latitude '48.67165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59506 48.67165, -1.59506 48.67165, -1.59506 48.67165, -1.59506 48.67165, -1.59506 48.67165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12516'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71555 -1.59506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71555 -1.59506)"^^geo:wktLiteral ;
  geo-pos:lat "48.71555"^^xsd:decimal ;
  geo-pos:long "-1.59506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8563'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59506'^^xsd:double;
  dwc:latitude '48.71555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59506 48.71555, -1.59506 48.71555, -1.59506 48.71555, -1.59506 48.71555, -1.59506 48.71555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8563'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65814 -1.59505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65814 -1.59505)"^^geo:wktLiteral ;
  geo-pos:lat "48.65814"^^xsd:decimal ;
  geo-pos:long "-1.59505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2713'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59505'^^xsd:double;
  dwc:latitude '48.65814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59505 48.65814, -1.59505 48.65814, -1.59505 48.65814, -1.59505 48.65814, -1.59505 48.65814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2713'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.59505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.59505)"^^geo:wktLiteral ;
  geo-pos:lat "48.70056"^^xsd:decimal ;
  geo-pos:long "-1.59505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1165'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59505'^^xsd:double;
  dwc:latitude '48.70056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59505 48.70056, -1.59505 48.70056, -1.59505 48.70056, -1.59505 48.70056, -1.59505 48.70056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1165'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74428 -1.59505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74428 -1.59505)"^^geo:wktLiteral ;
  geo-pos:lat "48.74428"^^xsd:decimal ;
  geo-pos:long "-1.59505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9546'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59505'^^xsd:double;
  dwc:latitude '48.74428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59505 48.74428, -1.59505 48.74428, -1.59505 48.74428, -1.59505 48.74428, -1.59505 48.74428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9546'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68433 -1.59504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68433 -1.59504)"^^geo:wktLiteral ;
  geo-pos:lat "48.68433"^^xsd:decimal ;
  geo-pos:long "-1.59504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5927'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59504'^^xsd:double;
  dwc:latitude '48.68433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59504 48.68433, -1.59504 48.68433, -1.59504 48.68433, -1.59504 48.68433, -1.59504 48.68433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5927'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65953 -1.59502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65953 -1.59502)"^^geo:wktLiteral ;
  geo-pos:lat "48.65953"^^xsd:decimal ;
  geo-pos:long "-1.59502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12624'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59502'^^xsd:double;
  dwc:latitude '48.65953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59502 48.65953, -1.59502 48.65953, -1.59502 48.65953, -1.59502 48.65953, -1.59502 48.65953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12624'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66921 -1.595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66921 -1.595)"^^geo:wktLiteral ;
  geo-pos:lat "48.66921"^^xsd:decimal ;
  geo-pos:long "-1.595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12556'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.595'^^xsd:double;
  dwc:latitude '48.66921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.595 48.66921, -1.595 48.66921, -1.595 48.66921, -1.595 48.66921, -1.595 48.66921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12556'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65044 -1.59499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65044 -1.59499)"^^geo:wktLiteral ;
  geo-pos:lat "48.65044"^^xsd:decimal ;
  geo-pos:long "-1.59499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13028'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59499'^^xsd:double;
  dwc:latitude '48.65044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59499 48.65044, -1.59499 48.65044, -1.59499 48.65044, -1.59499 48.65044, -1.59499 48.65044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13028'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65148 -1.59497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65148"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65148 -1.59497)"^^geo:wktLiteral ;
  geo-pos:lat "48.65148"^^xsd:decimal ;
  geo-pos:long "-1.59497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11997'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59497'^^xsd:double;
  dwc:latitude '48.65148'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59497 48.65148, -1.59497 48.65148, -1.59497 48.65148, -1.59497 48.65148, -1.59497 48.65148))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11997'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68509 -1.59497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68509"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68509 -1.59497)"^^geo:wktLiteral ;
  geo-pos:lat "48.68509"^^xsd:decimal ;
  geo-pos:long "-1.59497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4563'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59497'^^xsd:double;
  dwc:latitude '48.68509'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59497 48.68509, -1.59497 48.68509, -1.59497 48.68509, -1.59497 48.68509, -1.59497 48.68509))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4563'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68954 -1.59497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68954"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68954 -1.59497)"^^geo:wktLiteral ;
  geo-pos:lat "48.68954"^^xsd:decimal ;
  geo-pos:long "-1.59497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9102'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59497'^^xsd:double;
  dwc:latitude '48.68954'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59497 48.68954, -1.59497 48.68954, -1.59497 48.68954, -1.59497 48.68954, -1.59497 48.68954))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9102'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68313 -1.59495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68313 -1.59495)"^^geo:wktLiteral ;
  geo-pos:lat "48.68313"^^xsd:decimal ;
  geo-pos:long "-1.59495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5698'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59495'^^xsd:double;
  dwc:latitude '48.68313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59495 48.68313, -1.59495 48.68313, -1.59495 48.68313, -1.59495 48.68313, -1.59495 48.68313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5698'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69677 -1.5949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69677 -1.5949)"^^geo:wktLiteral ;
  geo-pos:lat "48.69677"^^xsd:decimal ;
  geo-pos:long "-1.5949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8317'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5949'^^xsd:double;
  dwc:latitude '48.69677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5949 48.69677, -1.5949 48.69677, -1.5949 48.69677, -1.5949 48.69677, -1.5949 48.69677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8317'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66475 -1.59486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66475 -1.59486)"^^geo:wktLiteral ;
  geo-pos:lat "48.66475"^^xsd:decimal ;
  geo-pos:long "-1.59486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_13641'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59486'^^xsd:double;
  dwc:latitude '48.66475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59486 48.66475, -1.59486 48.66475, -1.59486 48.66475, -1.59486 48.66475, -1.59486 48.66475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13641'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70865 -1.59484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70865 -1.59484)"^^geo:wktLiteral ;
  geo-pos:lat "48.70865"^^xsd:decimal ;
  geo-pos:long "-1.59484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13712'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59484'^^xsd:double;
  dwc:latitude '48.70865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59484 48.70865, -1.59484 48.70865, -1.59484 48.70865, -1.59484 48.70865, -1.59484 48.70865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13712'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6895 -1.59483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6895 -1.59483)"^^geo:wktLiteral ;
  geo-pos:lat "48.6895"^^xsd:decimal ;
  geo-pos:long "-1.59483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6246'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59483'^^xsd:double;
  dwc:latitude '48.6895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59483 48.6895, -1.59483 48.6895, -1.59483 48.6895, -1.59483 48.6895, -1.59483 48.6895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6246'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67202 -1.59478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67202"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67202 -1.59478)"^^geo:wktLiteral ;
  geo-pos:lat "48.67202"^^xsd:decimal ;
  geo-pos:long "-1.59478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8626'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59478'^^xsd:double;
  dwc:latitude '48.67202'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59478 48.67202, -1.59478 48.67202, -1.59478 48.67202, -1.59478 48.67202, -1.59478 48.67202))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8626'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6473 -1.59475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6473"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6473 -1.59475)"^^geo:wktLiteral ;
  geo-pos:lat "48.6473"^^xsd:decimal ;
  geo-pos:long "-1.59475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12738'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59475'^^xsd:double;
  dwc:latitude '48.6473'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59475 48.6473, -1.59475 48.6473, -1.59475 48.6473, -1.59475 48.6473, -1.59475 48.6473))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12738'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7038 -1.59474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7038 -1.59474)"^^geo:wktLiteral ;
  geo-pos:lat "48.7038"^^xsd:decimal ;
  geo-pos:long "-1.59474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3603'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59474'^^xsd:double;
  dwc:latitude '48.7038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59474 48.7038, -1.59474 48.7038, -1.59474 48.7038, -1.59474 48.7038, -1.59474 48.7038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3603'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6533 -1.59473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6533 -1.59473)"^^geo:wktLiteral ;
  geo-pos:lat "48.6533"^^xsd:decimal ;
  geo-pos:long "-1.59473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12345'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59473'^^xsd:double;
  dwc:latitude '48.6533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59473 48.6533, -1.59473 48.6533, -1.59473 48.6533, -1.59473 48.6533, -1.59473 48.6533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12345'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67553 -1.59469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67553"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67553 -1.59469)"^^geo:wktLiteral ;
  geo-pos:lat "48.67553"^^xsd:decimal ;
  geo-pos:long "-1.59469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5638'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59469'^^xsd:double;
  dwc:latitude '48.67553'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59469 48.67553, -1.59469 48.67553, -1.59469 48.67553, -1.59469 48.67553, -1.59469 48.67553))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5638'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66582 -1.59465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66582 -1.59465)"^^geo:wktLiteral ;
  geo-pos:lat "48.66582"^^xsd:decimal ;
  geo-pos:long "-1.59465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6799'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59465'^^xsd:double;
  dwc:latitude '48.66582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59465 48.66582, -1.59465 48.66582, -1.59465 48.66582, -1.59465 48.66582, -1.59465 48.66582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6799'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64712 -1.59464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64712 -1.59464)"^^geo:wktLiteral ;
  geo-pos:lat "48.64712"^^xsd:decimal ;
  geo-pos:long "-1.59464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13056'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59464'^^xsd:double;
  dwc:latitude '48.64712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59464 48.64712, -1.59464 48.64712, -1.59464 48.64712, -1.59464 48.64712, -1.59464 48.64712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13056'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72033 -1.59464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72033 -1.59464)"^^geo:wktLiteral ;
  geo-pos:lat "48.72033"^^xsd:decimal ;
  geo-pos:long "-1.59464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9173'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59464'^^xsd:double;
  dwc:latitude '48.72033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59464 48.72033, -1.59464 48.72033, -1.59464 48.72033, -1.59464 48.72033, -1.59464 48.72033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9173'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65949 -1.59459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65949 -1.59459)"^^geo:wktLiteral ;
  geo-pos:lat "48.65949"^^xsd:decimal ;
  geo-pos:long "-1.59459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12273'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59459'^^xsd:double;
  dwc:latitude '48.65949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59459 48.65949, -1.59459 48.65949, -1.59459 48.65949, -1.59459 48.65949, -1.59459 48.65949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12273'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67663 -1.59459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67663 -1.59459)"^^geo:wktLiteral ;
  geo-pos:lat "48.67663"^^xsd:decimal ;
  geo-pos:long "-1.59459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10365'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59459'^^xsd:double;
  dwc:latitude '48.67663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59459 48.67663, -1.59459 48.67663, -1.59459 48.67663, -1.59459 48.67663, -1.59459 48.67663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10365'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76446 -1.59459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76446"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76446 -1.59459)"^^geo:wktLiteral ;
  geo-pos:lat "48.76446"^^xsd:decimal ;
  geo-pos:long "-1.59459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4937'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59459'^^xsd:double;
  dwc:latitude '48.76446'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59459 48.76446, -1.59459 48.76446, -1.59459 48.76446, -1.59459 48.76446, -1.59459 48.76446))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4937'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77236 -1.59459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.77236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77236 -1.59459)"^^geo:wktLiteral ;
  geo-pos:lat "48.77236"^^xsd:decimal ;
  geo-pos:long "-1.59459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4938'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59459'^^xsd:double;
  dwc:latitude '48.77236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59459 48.77236, -1.59459 48.77236, -1.59459 48.77236, -1.59459 48.77236, -1.59459 48.77236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4938'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67601 -1.59458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67601 -1.59458)"^^geo:wktLiteral ;
  geo-pos:lat "48.67601"^^xsd:decimal ;
  geo-pos:long "-1.59458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11989'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59458'^^xsd:double;
  dwc:latitude '48.67601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59458 48.67601, -1.59458 48.67601, -1.59458 48.67601, -1.59458 48.67601, -1.59458 48.67601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11989'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72003 -1.59458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72003 -1.59458)"^^geo:wktLiteral ;
  geo-pos:lat "48.72003"^^xsd:decimal ;
  geo-pos:long "-1.59458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9297'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59458'^^xsd:double;
  dwc:latitude '48.72003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59458 48.72003, -1.59458 48.72003, -1.59458 48.72003, -1.59458 48.72003, -1.59458 48.72003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9297'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68444 -1.59457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68444"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68444 -1.59457)"^^geo:wktLiteral ;
  geo-pos:lat "48.68444"^^xsd:decimal ;
  geo-pos:long "-1.59457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6039'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59457'^^xsd:double;
  dwc:latitude '48.68444'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59457 48.68444, -1.59457 48.68444, -1.59457 48.68444, -1.59457 48.68444, -1.59457 48.68444))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6039'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65893 -1.59456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65893 -1.59456)"^^geo:wktLiteral ;
  geo-pos:lat "48.65893"^^xsd:decimal ;
  geo-pos:long "-1.59456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12654'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59456'^^xsd:double;
  dwc:latitude '48.65893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59456 48.65893, -1.59456 48.65893, -1.59456 48.65893, -1.59456 48.65893, -1.59456 48.65893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12654'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71851 -1.59453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71851"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71851 -1.59453)"^^geo:wktLiteral ;
  geo-pos:lat "48.71851"^^xsd:decimal ;
  geo-pos:long "-1.59453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7882'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59453'^^xsd:double;
  dwc:latitude '48.71851'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59453 48.71851, -1.59453 48.71851, -1.59453 48.71851, -1.59453 48.71851, -1.59453 48.71851))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7882'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.59451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.59451)"^^geo:wktLiteral ;
  geo-pos:lat "48.68818"^^xsd:decimal ;
  geo-pos:long "-1.59451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4507'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59451'^^xsd:double;
  dwc:latitude '48.68818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59451 48.68818, -1.59451 48.68818, -1.59451 48.68818, -1.59451 48.68818, -1.59451 48.68818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4507'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7109 -1.59451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7109 -1.59451)"^^geo:wktLiteral ;
  geo-pos:lat "48.7109"^^xsd:decimal ;
  geo-pos:long "-1.59451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10109'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59451'^^xsd:double;
  dwc:latitude '48.7109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59451 48.7109, -1.59451 48.7109, -1.59451 48.7109, -1.59451 48.7109, -1.59451 48.7109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10109'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67316 -1.5945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67316 -1.5945)"^^geo:wktLiteral ;
  geo-pos:lat "48.67316"^^xsd:decimal ;
  geo-pos:long "-1.5945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12384'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5945'^^xsd:double;
  dwc:latitude '48.67316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5945 48.67316, -1.5945 48.67316, -1.5945 48.67316, -1.5945 48.67316, -1.5945 48.67316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12384'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6862 -1.59449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6862 -1.59449)"^^geo:wktLiteral ;
  geo-pos:lat "48.6862"^^xsd:decimal ;
  geo-pos:long "-1.59449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6213'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59449'^^xsd:double;
  dwc:latitude '48.6862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59449 48.6862, -1.59449 48.6862, -1.59449 48.6862, -1.59449 48.6862, -1.59449 48.6862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6213'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68609 -1.59448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68609 -1.59448)"^^geo:wktLiteral ;
  geo-pos:lat "48.68609"^^xsd:decimal ;
  geo-pos:long "-1.59448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3646'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59448'^^xsd:double;
  dwc:latitude '48.68609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59448 48.68609, -1.59448 48.68609, -1.59448 48.68609, -1.59448 48.68609, -1.59448 48.68609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3646'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6595 -1.59447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6595 -1.59447)"^^geo:wktLiteral ;
  geo-pos:lat "48.6595"^^xsd:decimal ;
  geo-pos:long "-1.59447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12635'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59447'^^xsd:double;
  dwc:latitude '48.6595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59447 48.6595, -1.59447 48.6595, -1.59447 48.6595, -1.59447 48.6595, -1.59447 48.6595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12635'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70865 -1.59447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70865 -1.59447)"^^geo:wktLiteral ;
  geo-pos:lat "48.70865"^^xsd:decimal ;
  geo-pos:long "-1.59447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5037'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59447'^^xsd:double;
  dwc:latitude '48.70865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59447 48.70865, -1.59447 48.70865, -1.59447 48.70865, -1.59447 48.70865, -1.59447 48.70865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5037'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64438 -1.59444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64438 -1.59444)"^^geo:wktLiteral ;
  geo-pos:lat "48.64438"^^xsd:decimal ;
  geo-pos:long "-1.59444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11994'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59444'^^xsd:double;
  dwc:latitude '48.64438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59444 48.64438, -1.59444 48.64438, -1.59444 48.64438, -1.59444 48.64438, -1.59444 48.64438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11994'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65331 -1.59444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65331 -1.59444)"^^geo:wktLiteral ;
  geo-pos:lat "48.65331"^^xsd:decimal ;
  geo-pos:long "-1.59444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12680'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59444'^^xsd:double;
  dwc:latitude '48.65331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59444 48.65331, -1.59444 48.65331, -1.59444 48.65331, -1.59444 48.65331, -1.59444 48.65331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12680'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68974 -1.59443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68974 -1.59443)"^^geo:wktLiteral ;
  geo-pos:lat "48.68974"^^xsd:decimal ;
  geo-pos:long "-1.59443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4889'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59443'^^xsd:double;
  dwc:latitude '48.68974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59443 48.68974, -1.59443 48.68974, -1.59443 48.68974, -1.59443 48.68974, -1.59443 48.68974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4889'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68943 -1.59441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68943 -1.59441)"^^geo:wktLiteral ;
  geo-pos:lat "48.68943"^^xsd:decimal ;
  geo-pos:long "-1.59441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6506'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59441'^^xsd:double;
  dwc:latitude '48.68943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59441 48.68943, -1.59441 48.68943, -1.59441 48.68943, -1.59441 48.68943, -1.59441 48.68943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6506'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69 -1.59441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69 -1.59441)"^^geo:wktLiteral ;
  geo-pos:lat "48.69"^^xsd:decimal ;
  geo-pos:long "-1.59441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9440'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59441'^^xsd:double;
  dwc:latitude '48.69'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59441 48.69, -1.59441 48.69, -1.59441 48.69, -1.59441 48.69, -1.59441 48.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9440'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71161 -1.59439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71161 -1.59439)"^^geo:wktLiteral ;
  geo-pos:lat "48.71161"^^xsd:decimal ;
  geo-pos:long "-1.59439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3607'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.41666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59439'^^xsd:double;
  dwc:latitude '48.71161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59439 48.71161, -1.59439 48.71161, -1.59439 48.71161, -1.59439 48.71161, -1.59439 48.71161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3607'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68474 -1.59438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68474 -1.59438)"^^geo:wktLiteral ;
  geo-pos:lat "48.68474"^^xsd:decimal ;
  geo-pos:long "-1.59438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9155'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59438'^^xsd:double;
  dwc:latitude '48.68474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59438 48.68474, -1.59438 48.68474, -1.59438 48.68474, -1.59438 48.68474, -1.59438 48.68474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9155'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68995 -1.59437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68995 -1.59437)"^^geo:wktLiteral ;
  geo-pos:lat "48.68995"^^xsd:decimal ;
  geo-pos:long "-1.59437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8067'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59437'^^xsd:double;
  dwc:latitude '48.68995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59437 48.68995, -1.59437 48.68995, -1.59437 48.68995, -1.59437 48.68995, -1.59437 48.68995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8067'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70449 -1.59436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70449 -1.59436)"^^geo:wktLiteral ;
  geo-pos:lat "48.70449"^^xsd:decimal ;
  geo-pos:long "-1.59436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8771'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59436'^^xsd:double;
  dwc:latitude '48.70449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59436 48.70449, -1.59436 48.70449, -1.59436 48.70449, -1.59436 48.70449, -1.59436 48.70449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8771'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69102 -1.59435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69102 -1.59435)"^^geo:wktLiteral ;
  geo-pos:lat "48.69102"^^xsd:decimal ;
  geo-pos:long "-1.59435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4292'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59435'^^xsd:double;
  dwc:latitude '48.69102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59435 48.69102, -1.59435 48.69102, -1.59435 48.69102, -1.59435 48.69102, -1.59435 48.69102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4292'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64367 -1.59433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64367 -1.59433)"^^geo:wktLiteral ;
  geo-pos:lat "48.64367"^^xsd:decimal ;
  geo-pos:long "-1.59433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12737'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59433'^^xsd:double;
  dwc:latitude '48.64367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59433 48.64367, -1.59433 48.64367, -1.59433 48.64367, -1.59433 48.64367, -1.59433 48.64367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12737'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68903 -1.59432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68903 -1.59432)"^^geo:wktLiteral ;
  geo-pos:lat "48.68903"^^xsd:decimal ;
  geo-pos:long "-1.59432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4683'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59432'^^xsd:double;
  dwc:latitude '48.68903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59432 48.68903, -1.59432 48.68903, -1.59432 48.68903, -1.59432 48.68903, -1.59432 48.68903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4683'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67001 -1.59431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67001 -1.59431)"^^geo:wktLiteral ;
  geo-pos:lat "48.67001"^^xsd:decimal ;
  geo-pos:long "-1.59431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8949'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59431'^^xsd:double;
  dwc:latitude '48.67001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59431 48.67001, -1.59431 48.67001, -1.59431 48.67001, -1.59431 48.67001, -1.59431 48.67001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8949'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64865 -1.59429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64865 -1.59429)"^^geo:wktLiteral ;
  geo-pos:lat "48.64865"^^xsd:decimal ;
  geo-pos:long "-1.59429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12679'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59429'^^xsd:double;
  dwc:latitude '48.64865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59429 48.64865, -1.59429 48.64865, -1.59429 48.64865, -1.59429 48.64865, -1.59429 48.64865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12679'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6622 -1.59429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6622 -1.59429)"^^geo:wktLiteral ;
  geo-pos:lat "48.6622"^^xsd:decimal ;
  geo-pos:long "-1.59429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2803'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59429'^^xsd:double;
  dwc:latitude '48.6622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59429 48.6622, -1.59429 48.6622, -1.59429 48.6622, -1.59429 48.6622, -1.59429 48.6622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2803'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68071 -1.59429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68071"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68071 -1.59429)"^^geo:wktLiteral ;
  geo-pos:lat "48.68071"^^xsd:decimal ;
  geo-pos:long "-1.59429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2725'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59429'^^xsd:double;
  dwc:latitude '48.68071'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59429 48.68071, -1.59429 48.68071, -1.59429 48.68071, -1.59429 48.68071, -1.59429 48.68071))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2725'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70233 -1.59429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70233 -1.59429)"^^geo:wktLiteral ;
  geo-pos:lat "48.70233"^^xsd:decimal ;
  geo-pos:long "-1.59429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3807'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59429'^^xsd:double;
  dwc:latitude '48.70233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59429 48.70233, -1.59429 48.70233, -1.59429 48.70233, -1.59429 48.70233, -1.59429 48.70233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3807'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64567 -1.59428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64567 -1.59428)"^^geo:wktLiteral ;
  geo-pos:lat "48.64567"^^xsd:decimal ;
  geo-pos:long "-1.59428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12763'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59428'^^xsd:double;
  dwc:latitude '48.64567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59428 48.64567, -1.59428 48.64567, -1.59428 48.64567, -1.59428 48.64567, -1.59428 48.64567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12763'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67967 -1.59427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67967 -1.59427)"^^geo:wktLiteral ;
  geo-pos:lat "48.67967"^^xsd:decimal ;
  geo-pos:long "-1.59427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6212'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59427'^^xsd:double;
  dwc:latitude '48.67967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59427 48.67967, -1.59427 48.67967, -1.59427 48.67967, -1.59427 48.67967, -1.59427 48.67967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6212'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64851 -1.59426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64851"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64851 -1.59426)"^^geo:wktLiteral ;
  geo-pos:lat "48.64851"^^xsd:decimal ;
  geo-pos:long "-1.59426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11996'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59426'^^xsd:double;
  dwc:latitude '48.64851'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59426 48.64851, -1.59426 48.64851, -1.59426 48.64851, -1.59426 48.64851, -1.59426 48.64851))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11996'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66945 -1.59425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66945 -1.59425)"^^geo:wktLiteral ;
  geo-pos:lat "48.66945"^^xsd:decimal ;
  geo-pos:long "-1.59425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12069'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59425'^^xsd:double;
  dwc:latitude '48.66945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59425 48.66945, -1.59425 48.66945, -1.59425 48.66945, -1.59425 48.66945, -1.59425 48.66945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12069'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72694 -1.59424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72694 -1.59424)"^^geo:wktLiteral ;
  geo-pos:lat "48.72694"^^xsd:decimal ;
  geo-pos:long "-1.59424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8576'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59424'^^xsd:double;
  dwc:latitude '48.72694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59424 48.72694, -1.59424 48.72694, -1.59424 48.72694, -1.59424 48.72694, -1.59424 48.72694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8576'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66088 -1.59422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66088 -1.59422)"^^geo:wktLiteral ;
  geo-pos:lat "48.66088"^^xsd:decimal ;
  geo-pos:long "-1.59422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_11354'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59422'^^xsd:double;
  dwc:latitude '48.66088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59422 48.66088, -1.59422 48.66088, -1.59422 48.66088, -1.59422 48.66088, -1.59422 48.66088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11354'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66844 -1.59422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66844 -1.59422)"^^geo:wktLiteral ;
  geo-pos:lat "48.66844"^^xsd:decimal ;
  geo-pos:long "-1.59422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13409'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59422'^^xsd:double;
  dwc:latitude '48.66844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59422 48.66844, -1.59422 48.66844, -1.59422 48.66844, -1.59422 48.66844, -1.59422 48.66844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13409'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72575 -1.59422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72575 -1.59422)"^^geo:wktLiteral ;
  geo-pos:lat "48.72575"^^xsd:decimal ;
  geo-pos:long "-1.59422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5424'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59422'^^xsd:double;
  dwc:latitude '48.72575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59422 48.72575, -1.59422 48.72575, -1.59422 48.72575, -1.59422 48.72575, -1.59422 48.72575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5424'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65533 -1.59421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65533 -1.59421)"^^geo:wktLiteral ;
  geo-pos:lat "48.65533"^^xsd:decimal ;
  geo-pos:long "-1.59421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12379'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59421'^^xsd:double;
  dwc:latitude '48.65533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59421 48.65533, -1.59421 48.65533, -1.59421 48.65533, -1.59421 48.65533, -1.59421 48.65533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12379'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67292 -1.59421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67292 -1.59421)"^^geo:wktLiteral ;
  geo-pos:lat "48.67292"^^xsd:decimal ;
  geo-pos:long "-1.59421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11083'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59421'^^xsd:double;
  dwc:latitude '48.67292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59421 48.67292, -1.59421 48.67292, -1.59421 48.67292, -1.59421 48.67292, -1.59421 48.67292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11083'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67498 -1.59419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67498 -1.59419)"^^geo:wktLiteral ;
  geo-pos:lat "48.67498"^^xsd:decimal ;
  geo-pos:long "-1.59419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10792'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59419'^^xsd:double;
  dwc:latitude '48.67498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59419 48.67498, -1.59419 48.67498, -1.59419 48.67498, -1.59419 48.67498, -1.59419 48.67498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10792'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67648 -1.59418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67648 -1.59418)"^^geo:wktLiteral ;
  geo-pos:lat "48.67648"^^xsd:decimal ;
  geo-pos:long "-1.59418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9219'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59418'^^xsd:double;
  dwc:latitude '48.67648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59418 48.67648, -1.59418 48.67648, -1.59418 48.67648, -1.59418 48.67648, -1.59418 48.67648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9219'^^xsd:string;
  dwc:observationDate '2008-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68414 -1.59418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68414 -1.59418)"^^geo:wktLiteral ;
  geo-pos:lat "48.68414"^^xsd:decimal ;
  geo-pos:long "-1.59418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2342'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59418'^^xsd:double;
  dwc:latitude '48.68414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59418 48.68414, -1.59418 48.68414, -1.59418 48.68414, -1.59418 48.68414, -1.59418 48.68414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2342'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70108 -1.59418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70108 -1.59418)"^^geo:wktLiteral ;
  geo-pos:lat "48.70108"^^xsd:decimal ;
  geo-pos:long "-1.59418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4127'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59418'^^xsd:double;
  dwc:latitude '48.70108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59418 48.70108, -1.59418 48.70108, -1.59418 48.70108, -1.59418 48.70108, -1.59418 48.70108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4127'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70292 -1.59418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70292 -1.59418)"^^geo:wktLiteral ;
  geo-pos:lat "48.70292"^^xsd:decimal ;
  geo-pos:long "-1.59418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9436'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59418'^^xsd:double;
  dwc:latitude '48.70292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59418 48.70292, -1.59418 48.70292, -1.59418 48.70292, -1.59418 48.70292, -1.59418 48.70292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9436'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.59414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.59414)"^^geo:wktLiteral ;
  geo-pos:lat "48.65889"^^xsd:decimal ;
  geo-pos:long "-1.59414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2799'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59414'^^xsd:double;
  dwc:latitude '48.65889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59414 48.65889, -1.59414 48.65889, -1.59414 48.65889, -1.59414 48.65889, -1.59414 48.65889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2799'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72397 -1.59413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72397 -1.59413)"^^geo:wktLiteral ;
  geo-pos:lat "48.72397"^^xsd:decimal ;
  geo-pos:long "-1.59413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8034'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59413'^^xsd:double;
  dwc:latitude '48.72397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59413 48.72397, -1.59413 48.72397, -1.59413 48.72397, -1.59413 48.72397, -1.59413 48.72397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8034'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6461 -1.59412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6461"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6461 -1.59412)"^^geo:wktLiteral ;
  geo-pos:lat "48.6461"^^xsd:decimal ;
  geo-pos:long "-1.59412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13045'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59412'^^xsd:double;
  dwc:latitude '48.6461'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59412 48.6461, -1.59412 48.6461, -1.59412 48.6461, -1.59412 48.6461, -1.59412 48.6461))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13045'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69565 -1.59411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69565 -1.59411)"^^geo:wktLiteral ;
  geo-pos:lat "48.69565"^^xsd:decimal ;
  geo-pos:long "-1.59411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10019'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59411'^^xsd:double;
  dwc:latitude '48.69565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59411 48.69565, -1.59411 48.69565, -1.59411 48.69565, -1.59411 48.69565, -1.59411 48.69565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10019'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73446 -1.59408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73446"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73446 -1.59408)"^^geo:wktLiteral ;
  geo-pos:lat "48.73446"^^xsd:decimal ;
  geo-pos:long "-1.59408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6385'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59408'^^xsd:double;
  dwc:latitude '48.73446'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59408 48.73446, -1.59408 48.73446, -1.59408 48.73446, -1.59408 48.73446, -1.59408 48.73446))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6385'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69875 -1.59404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69875 -1.59404)"^^geo:wktLiteral ;
  geo-pos:lat "48.69875"^^xsd:decimal ;
  geo-pos:long "-1.59404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5560'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59404'^^xsd:double;
  dwc:latitude '48.69875'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59404 48.69875, -1.59404 48.69875, -1.59404 48.69875, -1.59404 48.69875, -1.59404 48.69875))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5560'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64961 -1.59403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64961 -1.59403)"^^geo:wktLiteral ;
  geo-pos:lat "48.64961"^^xsd:decimal ;
  geo-pos:long "-1.59403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12053'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59403'^^xsd:double;
  dwc:latitude '48.64961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59403 48.64961, -1.59403 48.64961, -1.59403 48.64961, -1.59403 48.64961, -1.59403 48.64961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12053'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72242 -1.59401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72242 -1.59401)"^^geo:wktLiteral ;
  geo-pos:lat "48.72242"^^xsd:decimal ;
  geo-pos:long "-1.59401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8203'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59401'^^xsd:double;
  dwc:latitude '48.72242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59401 48.72242, -1.59401 48.72242, -1.59401 48.72242, -1.59401 48.72242, -1.59401 48.72242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8203'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66988 -1.594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66988 -1.594)"^^geo:wktLiteral ;
  geo-pos:lat "48.66988"^^xsd:decimal ;
  geo-pos:long "-1.594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10733'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.594'^^xsd:double;
  dwc:latitude '48.66988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.594 48.66988, -1.594 48.66988, -1.594 48.66988, -1.594 48.66988, -1.594 48.66988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10733'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75226 -1.594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75226 -1.594)"^^geo:wktLiteral ;
  geo-pos:lat "48.75226"^^xsd:decimal ;
  geo-pos:long "-1.594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4942'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.594'^^xsd:double;
  dwc:latitude '48.75226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.594 48.75226, -1.594 48.75226, -1.594 48.75226, -1.594 48.75226, -1.594 48.75226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4942'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64256 -1.59399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64256 -1.59399)"^^geo:wktLiteral ;
  geo-pos:lat "48.64256"^^xsd:decimal ;
  geo-pos:long "-1.59399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12797'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59399'^^xsd:double;
  dwc:latitude '48.64256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59399 48.64256, -1.59399 48.64256, -1.59399 48.64256, -1.59399 48.64256, -1.59399 48.64256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12797'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70173 -1.59399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70173 -1.59399)"^^geo:wktLiteral ;
  geo-pos:lat "48.70173"^^xsd:decimal ;
  geo-pos:long "-1.59399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10744'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59399'^^xsd:double;
  dwc:latitude '48.70173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59399 48.70173, -1.59399 48.70173, -1.59399 48.70173, -1.59399 48.70173, -1.59399 48.70173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10744'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66742 -1.59398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66742 -1.59398)"^^geo:wktLiteral ;
  geo-pos:lat "48.66742"^^xsd:decimal ;
  geo-pos:long "-1.59398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10243'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59398'^^xsd:double;
  dwc:latitude '48.66742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59398 48.66742, -1.59398 48.66742, -1.59398 48.66742, -1.59398 48.66742, -1.59398 48.66742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10243'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67009 -1.59397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67009 -1.59397)"^^geo:wktLiteral ;
  geo-pos:lat "48.67009"^^xsd:decimal ;
  geo-pos:long "-1.59397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7132'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59397'^^xsd:double;
  dwc:latitude '48.67009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59397 48.67009, -1.59397 48.67009, -1.59397 48.67009, -1.59397 48.67009, -1.59397 48.67009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7132'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67577 -1.59397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67577 -1.59397)"^^geo:wktLiteral ;
  geo-pos:lat "48.67577"^^xsd:decimal ;
  geo-pos:long "-1.59397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11116'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59397'^^xsd:double;
  dwc:latitude '48.67577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59397 48.67577, -1.59397 48.67577, -1.59397 48.67577, -1.59397 48.67577, -1.59397 48.67577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11116'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67177 -1.59396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67177 -1.59396)"^^geo:wktLiteral ;
  geo-pos:lat "48.67177"^^xsd:decimal ;
  geo-pos:long "-1.59396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12013'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59396'^^xsd:double;
  dwc:latitude '48.67177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59396 48.67177, -1.59396 48.67177, -1.59396 48.67177, -1.59396 48.67177, -1.59396 48.67177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12013'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69722 -1.59396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69722 -1.59396)"^^geo:wktLiteral ;
  geo-pos:lat "48.69722"^^xsd:decimal ;
  geo-pos:long "-1.59396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6220'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59396'^^xsd:double;
  dwc:latitude '48.69722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59396 48.69722, -1.59396 48.69722, -1.59396 48.69722, -1.59396 48.69722, -1.59396 48.69722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6220'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73734 -1.59395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73734"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73734 -1.59395)"^^geo:wktLiteral ;
  geo-pos:lat "48.73734"^^xsd:decimal ;
  geo-pos:long "-1.59395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1151'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59395'^^xsd:double;
  dwc:latitude '48.73734'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59395 48.73734, -1.59395 48.73734, -1.59395 48.73734, -1.59395 48.73734, -1.59395 48.73734))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1151'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64297 -1.5939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64297 -1.5939)"^^geo:wktLiteral ;
  geo-pos:lat "48.64297"^^xsd:decimal ;
  geo-pos:long "-1.5939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13076'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5939'^^xsd:double;
  dwc:latitude '48.64297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5939 48.64297, -1.5939 48.64297, -1.5939 48.64297, -1.5939 48.64297, -1.5939 48.64297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13076'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73973 -1.5939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73973 -1.5939)"^^geo:wktLiteral ;
  geo-pos:lat "48.73973"^^xsd:decimal ;
  geo-pos:long "-1.5939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4002'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5939'^^xsd:double;
  dwc:latitude '48.73973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5939 48.73973, -1.5939 48.73973, -1.5939 48.73973, -1.5939 48.73973, -1.5939 48.73973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4002'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71162 -1.59389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71162 -1.59389)"^^geo:wktLiteral ;
  geo-pos:lat "48.71162"^^xsd:decimal ;
  geo-pos:long "-1.59389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5033'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59389'^^xsd:double;
  dwc:latitude '48.71162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59389 48.71162, -1.59389 48.71162, -1.59389 48.71162, -1.59389 48.71162, -1.59389 48.71162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5033'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65922 -1.59388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65922 -1.59388)"^^geo:wktLiteral ;
  geo-pos:lat "48.65922"^^xsd:decimal ;
  geo-pos:long "-1.59388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12592'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59388'^^xsd:double;
  dwc:latitude '48.65922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59388 48.65922, -1.59388 48.65922, -1.59388 48.65922, -1.59388 48.65922, -1.59388 48.65922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12592'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7333 -1.59386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7333 -1.59386)"^^geo:wktLiteral ;
  geo-pos:lat "48.7333"^^xsd:decimal ;
  geo-pos:long "-1.59386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1969'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59386'^^xsd:double;
  dwc:latitude '48.7333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59386 48.7333, -1.59386 48.7333, -1.59386 48.7333, -1.59386 48.7333, -1.59386 48.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1969'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69111 -1.59385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69111"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69111 -1.59385)"^^geo:wktLiteral ;
  geo-pos:lat "48.69111"^^xsd:decimal ;
  geo-pos:long "-1.59385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6235'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59385'^^xsd:double;
  dwc:latitude '48.69111'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59385 48.69111, -1.59385 48.69111, -1.59385 48.69111, -1.59385 48.69111, -1.59385 48.69111))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6235'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73637 -1.59384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73637 -1.59384)"^^geo:wktLiteral ;
  geo-pos:lat "48.73637"^^xsd:decimal ;
  geo-pos:long "-1.59384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2857'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59384'^^xsd:double;
  dwc:latitude '48.73637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59384 48.73637, -1.59384 48.73637, -1.59384 48.73637, -1.59384 48.73637, -1.59384 48.73637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2857'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71334 -1.59383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71334 -1.59383)"^^geo:wktLiteral ;
  geo-pos:lat "48.71334"^^xsd:decimal ;
  geo-pos:long "-1.59383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5034'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59383'^^xsd:double;
  dwc:latitude '48.71334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59383 48.71334, -1.59383 48.71334, -1.59383 48.71334, -1.59383 48.71334, -1.59383 48.71334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5034'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70156 -1.59379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70156 -1.59379)"^^geo:wktLiteral ;
  geo-pos:lat "48.70156"^^xsd:decimal ;
  geo-pos:long "-1.59379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10745'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59379'^^xsd:double;
  dwc:latitude '48.70156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59379 48.70156, -1.59379 48.70156, -1.59379 48.70156, -1.59379 48.70156, -1.59379 48.70156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10745'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64575 -1.59378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64575 -1.59378)"^^geo:wktLiteral ;
  geo-pos:lat "48.64575"^^xsd:decimal ;
  geo-pos:long "-1.59378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12353'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59378'^^xsd:double;
  dwc:latitude '48.64575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59378 48.64575, -1.59378 48.64575, -1.59378 48.64575, -1.59378 48.64575, -1.59378 48.64575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12353'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68562 -1.59378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68562 -1.59378)"^^geo:wktLiteral ;
  geo-pos:lat "48.68562"^^xsd:decimal ;
  geo-pos:long "-1.59378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9691'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59378'^^xsd:double;
  dwc:latitude '48.68562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59378 48.68562, -1.59378 48.68562, -1.59378 48.68562, -1.59378 48.68562, -1.59378 48.68562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9691'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69865 -1.59375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69865 -1.59375)"^^geo:wktLiteral ;
  geo-pos:lat "48.69865"^^xsd:decimal ;
  geo-pos:long "-1.59375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8747'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59375'^^xsd:double;
  dwc:latitude '48.69865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59375 48.69865, -1.59375 48.69865, -1.59375 48.69865, -1.59375 48.69865, -1.59375 48.69865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8747'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75436 -1.59375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75436 -1.59375)"^^geo:wktLiteral ;
  geo-pos:lat "48.75436"^^xsd:decimal ;
  geo-pos:long "-1.59375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4979'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59375'^^xsd:double;
  dwc:latitude '48.75436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59375 48.75436, -1.59375 48.75436, -1.59375 48.75436, -1.59375 48.75436, -1.59375 48.75436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4979'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71628 -1.59372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71628 -1.59372)"^^geo:wktLiteral ;
  geo-pos:lat "48.71628"^^xsd:decimal ;
  geo-pos:long "-1.59372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8002'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.66666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59372'^^xsd:double;
  dwc:latitude '48.71628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59372 48.71628, -1.59372 48.71628, -1.59372 48.71628, -1.59372 48.71628, -1.59372 48.71628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8002'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72452 -1.59371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72452"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72452 -1.59371)"^^geo:wktLiteral ;
  geo-pos:lat "48.72452"^^xsd:decimal ;
  geo-pos:long "-1.59371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7783'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59371'^^xsd:double;
  dwc:latitude '48.72452'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59371 48.72452, -1.59371 48.72452, -1.59371 48.72452, -1.59371 48.72452, -1.59371 48.72452))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7783'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64877 -1.59369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64877 -1.59369)"^^geo:wktLiteral ;
  geo-pos:lat "48.64877"^^xsd:decimal ;
  geo-pos:long "-1.59369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12052'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59369'^^xsd:double;
  dwc:latitude '48.64877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59369 48.64877, -1.59369 48.64877, -1.59369 48.64877, -1.59369 48.64877, -1.59369 48.64877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12052'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6548 -1.59367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6548 -1.59367)"^^geo:wktLiteral ;
  geo-pos:lat "48.6548"^^xsd:decimal ;
  geo-pos:long "-1.59367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12602'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59367'^^xsd:double;
  dwc:latitude '48.6548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59367 48.6548, -1.59367 48.6548, -1.59367 48.6548, -1.59367 48.6548, -1.59367 48.6548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12602'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65181 -1.59365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65181 -1.59365)"^^geo:wktLiteral ;
  geo-pos:lat "48.65181"^^xsd:decimal ;
  geo-pos:long "-1.59365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13454'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59365'^^xsd:double;
  dwc:latitude '48.65181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59365 48.65181, -1.59365 48.65181, -1.59365 48.65181, -1.59365 48.65181, -1.59365 48.65181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13454'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69026 -1.59363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69026 -1.59363)"^^geo:wktLiteral ;
  geo-pos:lat "48.69026"^^xsd:decimal ;
  geo-pos:long "-1.59363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6572'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59363'^^xsd:double;
  dwc:latitude '48.69026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59363 48.69026, -1.59363 48.69026, -1.59363 48.69026, -1.59363 48.69026, -1.59363 48.69026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6572'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.59362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.59362)"^^geo:wktLiteral ;
  geo-pos:lat "48.66758"^^xsd:decimal ;
  geo-pos:long "-1.59362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9861'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59362'^^xsd:double;
  dwc:latitude '48.66758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59362 48.66758, -1.59362 48.66758, -1.59362 48.66758, -1.59362 48.66758, -1.59362 48.66758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9861'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70081 -1.59361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70081 -1.59361)"^^geo:wktLiteral ;
  geo-pos:lat "48.70081"^^xsd:decimal ;
  geo-pos:long "-1.59361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4128'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59361'^^xsd:double;
  dwc:latitude '48.70081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59361 48.70081, -1.59361 48.70081, -1.59361 48.70081, -1.59361 48.70081, -1.59361 48.70081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4128'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74145 -1.59361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74145 -1.59361)"^^geo:wktLiteral ;
  geo-pos:lat "48.74145"^^xsd:decimal ;
  geo-pos:long "-1.59361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9872'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59361'^^xsd:double;
  dwc:latitude '48.74145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59361 48.74145, -1.59361 48.74145, -1.59361 48.74145, -1.59361 48.74145, -1.59361 48.74145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9872'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65859 -1.59357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65859 -1.59357)"^^geo:wktLiteral ;
  geo-pos:lat "48.65859"^^xsd:decimal ;
  geo-pos:long "-1.59357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10004'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59357'^^xsd:double;
  dwc:latitude '48.65859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59357 48.65859, -1.59357 48.65859, -1.59357 48.65859, -1.59357 48.65859, -1.59357 48.65859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10004'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68565 -1.59355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68565 -1.59355)"^^geo:wktLiteral ;
  geo-pos:lat "48.68565"^^xsd:decimal ;
  geo-pos:long "-1.59355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10264'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59355'^^xsd:double;
  dwc:latitude '48.68565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59355 48.68565, -1.59355 48.68565, -1.59355 48.68565, -1.59355 48.68565, -1.59355 48.68565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10264'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71974 -1.59354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71974 -1.59354)"^^geo:wktLiteral ;
  geo-pos:lat "48.71974"^^xsd:decimal ;
  geo-pos:long "-1.59354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7912'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59354'^^xsd:double;
  dwc:latitude '48.71974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59354 48.71974, -1.59354 48.71974, -1.59354 48.71974, -1.59354 48.71974, -1.59354 48.71974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7912'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72107 -1.59353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72107 -1.59353)"^^geo:wktLiteral ;
  geo-pos:lat "48.72107"^^xsd:decimal ;
  geo-pos:long "-1.59353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9245'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59353'^^xsd:double;
  dwc:latitude '48.72107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59353 48.72107, -1.59353 48.72107, -1.59353 48.72107, -1.59353 48.72107, -1.59353 48.72107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9245'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.761 -1.59352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.761"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.761 -1.59352)"^^geo:wktLiteral ;
  geo-pos:lat "48.761"^^xsd:decimal ;
  geo-pos:long "-1.59352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9197'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59352'^^xsd:double;
  dwc:latitude '48.761'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59352 48.761, -1.59352 48.761, -1.59352 48.761, -1.59352 48.761, -1.59352 48.761))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9197'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70169 -1.59351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70169 -1.59351)"^^geo:wktLiteral ;
  geo-pos:lat "48.70169"^^xsd:decimal ;
  geo-pos:long "-1.59351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8540'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59351'^^xsd:double;
  dwc:latitude '48.70169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59351 48.70169, -1.59351 48.70169, -1.59351 48.70169, -1.59351 48.70169, -1.59351 48.70169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8540'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64341 -1.59347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64341 -1.59347)"^^geo:wktLiteral ;
  geo-pos:lat "48.64341"^^xsd:decimal ;
  geo-pos:long "-1.59347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12746'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59347'^^xsd:double;
  dwc:latitude '48.64341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59347 48.64341, -1.59347 48.64341, -1.59347 48.64341, -1.59347 48.64341, -1.59347 48.64341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12746'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6861 -1.59347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6861 -1.59347)"^^geo:wktLiteral ;
  geo-pos:lat "48.6861"^^xsd:decimal ;
  geo-pos:long "-1.59347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2041'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59347'^^xsd:double;
  dwc:latitude '48.6861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59347 48.6861, -1.59347 48.6861, -1.59347 48.6861, -1.59347 48.6861, -1.59347 48.6861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2041'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68723 -1.59345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68723 -1.59345)"^^geo:wktLiteral ;
  geo-pos:lat "48.68723"^^xsd:decimal ;
  geo-pos:long "-1.59345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6492'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59345'^^xsd:double;
  dwc:latitude '48.68723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59345 48.68723, -1.59345 48.68723, -1.59345 48.68723, -1.59345 48.68723, -1.59345 48.68723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6492'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69862 -1.59345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69862 -1.59345)"^^geo:wktLiteral ;
  geo-pos:lat "48.69862"^^xsd:decimal ;
  geo-pos:long "-1.59345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8423'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59345'^^xsd:double;
  dwc:latitude '48.69862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59345 48.69862, -1.59345 48.69862, -1.59345 48.69862, -1.59345 48.69862, -1.59345 48.69862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8423'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71855 -1.59343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71855 -1.59343)"^^geo:wktLiteral ;
  geo-pos:lat "48.71855"^^xsd:decimal ;
  geo-pos:long "-1.59343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7705'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59343'^^xsd:double;
  dwc:latitude '48.71855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59343 48.71855, -1.59343 48.71855, -1.59343 48.71855, -1.59343 48.71855, -1.59343 48.71855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7705'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66931 -1.59338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66931"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66931 -1.59338)"^^geo:wktLiteral ;
  geo-pos:lat "48.66931"^^xsd:decimal ;
  geo-pos:long "-1.59338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3207'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59338'^^xsd:double;
  dwc:latitude '48.66931'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59338 48.66931, -1.59338 48.66931, -1.59338 48.66931, -1.59338 48.66931, -1.59338 48.66931))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3207'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68258 -1.59338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68258 -1.59338)"^^geo:wktLiteral ;
  geo-pos:lat "48.68258"^^xsd:decimal ;
  geo-pos:long "-1.59338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5299'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59338'^^xsd:double;
  dwc:latitude '48.68258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59338 48.68258, -1.59338 48.68258, -1.59338 48.68258, -1.59338 48.68258, -1.59338 48.68258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5299'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70458 -1.59338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70458 -1.59338)"^^geo:wktLiteral ;
  geo-pos:lat "48.70458"^^xsd:decimal ;
  geo-pos:long "-1.59338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11255'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59338'^^xsd:double;
  dwc:latitude '48.70458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59338 48.70458, -1.59338 48.70458, -1.59338 48.70458, -1.59338 48.70458, -1.59338 48.70458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11255'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66719 -1.59335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66719 -1.59335)"^^geo:wktLiteral ;
  geo-pos:lat "48.66719"^^xsd:decimal ;
  geo-pos:long "-1.59335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9714'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59335'^^xsd:double;
  dwc:latitude '48.66719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59335 48.66719, -1.59335 48.66719, -1.59335 48.66719, -1.59335 48.66719, -1.59335 48.66719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9714'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7347 -1.59335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7347 -1.59335)"^^geo:wktLiteral ;
  geo-pos:lat "48.7347"^^xsd:decimal ;
  geo-pos:long "-1.59335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2542'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59335'^^xsd:double;
  dwc:latitude '48.7347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59335 48.7347, -1.59335 48.7347, -1.59335 48.7347, -1.59335 48.7347, -1.59335 48.7347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2542'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68861 -1.59333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68861 -1.59333)"^^geo:wktLiteral ;
  geo-pos:lat "48.68861"^^xsd:decimal ;
  geo-pos:long "-1.59333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6641'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59333'^^xsd:double;
  dwc:latitude '48.68861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59333 48.68861, -1.59333 48.68861, -1.59333 48.68861, -1.59333 48.68861, -1.59333 48.68861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6641'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66253 -1.59332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66253 -1.59332)"^^geo:wktLiteral ;
  geo-pos:lat "48.66253"^^xsd:decimal ;
  geo-pos:long "-1.59332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10892'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59332'^^xsd:double;
  dwc:latitude '48.66253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59332 48.66253, -1.59332 48.66253, -1.59332 48.66253, -1.59332 48.66253, -1.59332 48.66253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10892'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66595 -1.59332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66595 -1.59332)"^^geo:wktLiteral ;
  geo-pos:lat "48.66595"^^xsd:decimal ;
  geo-pos:long "-1.59332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9394'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59332'^^xsd:double;
  dwc:latitude '48.66595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59332 48.66595, -1.59332 48.66595, -1.59332 48.66595, -1.59332 48.66595, -1.59332 48.66595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9394'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7435 -1.59332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7435 -1.59332)"^^geo:wktLiteral ;
  geo-pos:lat "48.7435"^^xsd:decimal ;
  geo-pos:long "-1.59332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3469'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59332'^^xsd:double;
  dwc:latitude '48.7435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59332 48.7435, -1.59332 48.7435, -1.59332 48.7435, -1.59332 48.7435, -1.59332 48.7435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3469'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7023 -1.59329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7023 -1.59329)"^^geo:wktLiteral ;
  geo-pos:lat "48.7023"^^xsd:decimal ;
  geo-pos:long "-1.59329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8541'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59329'^^xsd:double;
  dwc:latitude '48.7023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59329 48.7023, -1.59329 48.7023, -1.59329 48.7023, -1.59329 48.7023, -1.59329 48.7023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8541'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68933 -1.59328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68933 -1.59328)"^^geo:wktLiteral ;
  geo-pos:lat "48.68933"^^xsd:decimal ;
  geo-pos:long "-1.59328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6522'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59328'^^xsd:double;
  dwc:latitude '48.68933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59328 48.68933, -1.59328 48.68933, -1.59328 48.68933, -1.59328 48.68933, -1.59328 48.68933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6522'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73004 -1.59328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73004 -1.59328)"^^geo:wktLiteral ;
  geo-pos:lat "48.73004"^^xsd:decimal ;
  geo-pos:long "-1.59328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2444'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59328'^^xsd:double;
  dwc:latitude '48.73004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59328 48.73004, -1.59328 48.73004, -1.59328 48.73004, -1.59328 48.73004, -1.59328 48.73004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2444'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64819 -1.59326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64819 -1.59326)"^^geo:wktLiteral ;
  geo-pos:lat "48.64819"^^xsd:decimal ;
  geo-pos:long "-1.59326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12459'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59326'^^xsd:double;
  dwc:latitude '48.64819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59326 48.64819, -1.59326 48.64819, -1.59326 48.64819, -1.59326 48.64819, -1.59326 48.64819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12459'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66704 -1.59326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66704 -1.59326)"^^geo:wktLiteral ;
  geo-pos:lat "48.66704"^^xsd:decimal ;
  geo-pos:long "-1.59326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10070'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59326'^^xsd:double;
  dwc:latitude '48.66704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59326 48.66704, -1.59326 48.66704, -1.59326 48.66704, -1.59326 48.66704, -1.59326 48.66704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10070'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68976 -1.59326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68976 -1.59326)"^^geo:wktLiteral ;
  geo-pos:lat "48.68976"^^xsd:decimal ;
  geo-pos:long "-1.59326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4202'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59326'^^xsd:double;
  dwc:latitude '48.68976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59326 48.68976, -1.59326 48.68976, -1.59326 48.68976, -1.59326 48.68976, -1.59326 48.68976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4202'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75539 -1.59326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75539 -1.59326)"^^geo:wktLiteral ;
  geo-pos:lat "48.75539"^^xsd:decimal ;
  geo-pos:long "-1.59326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4980'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59326'^^xsd:double;
  dwc:latitude '48.75539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59326 48.75539, -1.59326 48.75539, -1.59326 48.75539, -1.59326 48.75539, -1.59326 48.75539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4980'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67205 -1.59325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67205"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67205 -1.59325)"^^geo:wktLiteral ;
  geo-pos:lat "48.67205"^^xsd:decimal ;
  geo-pos:long "-1.59325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10003'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59325'^^xsd:double;
  dwc:latitude '48.67205'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59325 48.67205, -1.59325 48.67205, -1.59325 48.67205, -1.59325 48.67205, -1.59325 48.67205))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10003'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72092 -1.59325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72092"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72092 -1.59325)"^^geo:wktLiteral ;
  geo-pos:lat "48.72092"^^xsd:decimal ;
  geo-pos:long "-1.59325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7713'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59325'^^xsd:double;
  dwc:latitude '48.72092'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59325 48.72092, -1.59325 48.72092, -1.59325 48.72092, -1.59325 48.72092, -1.59325 48.72092))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7713'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66942 -1.59323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66942 -1.59323)"^^geo:wktLiteral ;
  geo-pos:lat "48.66942"^^xsd:decimal ;
  geo-pos:long "-1.59323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13483'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59323'^^xsd:double;
  dwc:latitude '48.66942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59323 48.66942, -1.59323 48.66942, -1.59323 48.66942, -1.59323 48.66942, -1.59323 48.66942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13483'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68357 -1.59322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68357 -1.59322)"^^geo:wktLiteral ;
  geo-pos:lat "48.68357"^^xsd:decimal ;
  geo-pos:long "-1.59322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10062'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59322'^^xsd:double;
  dwc:latitude '48.68357'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59322 48.68357, -1.59322 48.68357, -1.59322 48.68357, -1.59322 48.68357, -1.59322 48.68357))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10062'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70108 -1.59321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70108 -1.59321)"^^geo:wktLiteral ;
  geo-pos:lat "48.70108"^^xsd:decimal ;
  geo-pos:long "-1.59321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1918'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59321'^^xsd:double;
  dwc:latitude '48.70108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59321 48.70108, -1.59321 48.70108, -1.59321 48.70108, -1.59321 48.70108, -1.59321 48.70108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1918'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6459 -1.59319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6459"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6459 -1.59319)"^^geo:wktLiteral ;
  geo-pos:lat "48.6459"^^xsd:decimal ;
  geo-pos:long "-1.59319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12678'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59319'^^xsd:double;
  dwc:latitude '48.6459'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59319 48.6459, -1.59319 48.6459, -1.59319 48.6459, -1.59319 48.6459, -1.59319 48.6459))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12678'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68947 -1.59315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68947 -1.59315)"^^geo:wktLiteral ;
  geo-pos:lat "48.68947"^^xsd:decimal ;
  geo-pos:long "-1.59315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4987'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59315'^^xsd:double;
  dwc:latitude '48.68947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59315 48.68947, -1.59315 48.68947, -1.59315 48.68947, -1.59315 48.68947, -1.59315 48.68947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4987'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65042 -1.59314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65042 -1.59314)"^^geo:wktLiteral ;
  geo-pos:lat "48.65042"^^xsd:decimal ;
  geo-pos:long "-1.59314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13089'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59314'^^xsd:double;
  dwc:latitude '48.65042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59314 48.65042, -1.59314 48.65042, -1.59314 48.65042, -1.59314 48.65042, -1.59314 48.65042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13089'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6697 -1.59313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6697 -1.59313)"^^geo:wktLiteral ;
  geo-pos:lat "48.6697"^^xsd:decimal ;
  geo-pos:long "-1.59313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10715'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59313'^^xsd:double;
  dwc:latitude '48.6697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59313 48.6697, -1.59313 48.6697, -1.59313 48.6697, -1.59313 48.6697, -1.59313 48.6697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10715'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66903 -1.59309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66903 -1.59309)"^^geo:wktLiteral ;
  geo-pos:lat "48.66903"^^xsd:decimal ;
  geo-pos:long "-1.59309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12395'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59309'^^xsd:double;
  dwc:latitude '48.66903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59309 48.66903, -1.59309 48.66903, -1.59309 48.66903, -1.59309 48.66903, -1.59309 48.66903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12395'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69057 -1.59308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69057 -1.59308)"^^geo:wktLiteral ;
  geo-pos:lat "48.69057"^^xsd:decimal ;
  geo-pos:long "-1.59308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8428'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59308'^^xsd:double;
  dwc:latitude '48.69057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59308 48.69057, -1.59308 48.69057, -1.59308 48.69057, -1.59308 48.69057, -1.59308 48.69057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8428'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67271 -1.59307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67271 -1.59307)"^^geo:wktLiteral ;
  geo-pos:lat "48.67271"^^xsd:decimal ;
  geo-pos:long "-1.59307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3853'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59307'^^xsd:double;
  dwc:latitude '48.67271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59307 48.67271, -1.59307 48.67271, -1.59307 48.67271, -1.59307 48.67271, -1.59307 48.67271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3853'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67764 -1.59307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67764 -1.59307)"^^geo:wktLiteral ;
  geo-pos:lat "48.67764"^^xsd:decimal ;
  geo-pos:long "-1.59307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10456'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59307'^^xsd:double;
  dwc:latitude '48.67764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59307 48.67764, -1.59307 48.67764, -1.59307 48.67764, -1.59307 48.67764, -1.59307 48.67764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10456'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66908 -1.59306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66908 -1.59306)"^^geo:wktLiteral ;
  geo-pos:lat "48.66908"^^xsd:decimal ;
  geo-pos:long "-1.59306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8655'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59306'^^xsd:double;
  dwc:latitude '48.66908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59306 48.66908, -1.59306 48.66908, -1.59306 48.66908, -1.59306 48.66908, -1.59306 48.66908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8655'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70581 -1.59306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70581 -1.59306)"^^geo:wktLiteral ;
  geo-pos:lat "48.70581"^^xsd:decimal ;
  geo-pos:long "-1.59306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4731'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59306'^^xsd:double;
  dwc:latitude '48.70581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59306 48.70581, -1.59306 48.70581, -1.59306 48.70581, -1.59306 48.70581, -1.59306 48.70581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4731'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66954 -1.59304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66954"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66954 -1.59304)"^^geo:wktLiteral ;
  geo-pos:lat "48.66954"^^xsd:decimal ;
  geo-pos:long "-1.59304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5339'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59304'^^xsd:double;
  dwc:latitude '48.66954'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59304 48.66954, -1.59304 48.66954, -1.59304 48.66954, -1.59304 48.66954, -1.59304 48.66954))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5339'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77066 -1.59303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.77066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77066 -1.59303)"^^geo:wktLiteral ;
  geo-pos:lat "48.77066"^^xsd:decimal ;
  geo-pos:long "-1.59303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10138'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59303'^^xsd:double;
  dwc:latitude '48.77066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59303 48.77066, -1.59303 48.77066, -1.59303 48.77066, -1.59303 48.77066, -1.59303 48.77066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10138'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68216 -1.59302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68216 -1.59302)"^^geo:wktLiteral ;
  geo-pos:lat "48.68216"^^xsd:decimal ;
  geo-pos:long "-1.59302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9825'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59302'^^xsd:double;
  dwc:latitude '48.68216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59302 48.68216, -1.59302 48.68216, -1.59302 48.68216, -1.59302 48.68216, -1.59302 48.68216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9825'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69328 -1.59302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69328 -1.59302)"^^geo:wktLiteral ;
  geo-pos:lat "48.69328"^^xsd:decimal ;
  geo-pos:long "-1.59302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7101'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59302'^^xsd:double;
  dwc:latitude '48.69328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59302 48.69328, -1.59302 48.69328, -1.59302 48.69328, -1.59302 48.69328, -1.59302 48.69328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7101'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65839 -1.59299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65839 -1.59299)"^^geo:wktLiteral ;
  geo-pos:lat "48.65839"^^xsd:decimal ;
  geo-pos:long "-1.59299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7654'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59299'^^xsd:double;
  dwc:latitude '48.65839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59299 48.65839, -1.59299 48.65839, -1.59299 48.65839, -1.59299 48.65839, -1.59299 48.65839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7654'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7262 -1.59298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7262"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7262 -1.59298)"^^geo:wktLiteral ;
  geo-pos:lat "48.7262"^^xsd:decimal ;
  geo-pos:long "-1.59298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8755'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59298'^^xsd:double;
  dwc:latitude '48.7262'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59298 48.7262, -1.59298 48.7262, -1.59298 48.7262, -1.59298 48.7262, -1.59298 48.7262))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8755'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68861 -1.59296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68861 -1.59296)"^^geo:wktLiteral ;
  geo-pos:lat "48.68861"^^xsd:decimal ;
  geo-pos:long "-1.59296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6006'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59296'^^xsd:double;
  dwc:latitude '48.68861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59296 48.68861, -1.59296 48.68861, -1.59296 48.68861, -1.59296 48.68861, -1.59296 48.68861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6006'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64569 -1.59295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64569"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64569 -1.59295)"^^geo:wktLiteral ;
  geo-pos:lat "48.64569"^^xsd:decimal ;
  geo-pos:long "-1.59295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12508'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59295'^^xsd:double;
  dwc:latitude '48.64569'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59295 48.64569, -1.59295 48.64569, -1.59295 48.64569, -1.59295 48.64569, -1.59295 48.64569))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12508'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64905 -1.59295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64905 -1.59295)"^^geo:wktLiteral ;
  geo-pos:lat "48.64905"^^xsd:decimal ;
  geo-pos:long "-1.59295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12747'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59295'^^xsd:double;
  dwc:latitude '48.64905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59295 48.64905, -1.59295 48.64905, -1.59295 48.64905, -1.59295 48.64905, -1.59295 48.64905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12747'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69171 -1.59294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69171"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69171 -1.59294)"^^geo:wktLiteral ;
  geo-pos:lat "48.69171"^^xsd:decimal ;
  geo-pos:long "-1.59294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2838'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59294'^^xsd:double;
  dwc:latitude '48.69171'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59294 48.69171, -1.59294 48.69171, -1.59294 48.69171, -1.59294 48.69171, -1.59294 48.69171))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2838'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64628 -1.59291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64628 -1.59291)"^^geo:wktLiteral ;
  geo-pos:lat "48.64628"^^xsd:decimal ;
  geo-pos:long "-1.59291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12509'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59291'^^xsd:double;
  dwc:latitude '48.64628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59291 48.64628, -1.59291 48.64628, -1.59291 48.64628, -1.59291 48.64628, -1.59291 48.64628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12509'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64802 -1.5929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64802 -1.5929)"^^geo:wktLiteral ;
  geo-pos:lat "48.64802"^^xsd:decimal ;
  geo-pos:long "-1.5929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12376'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5929'^^xsd:double;
  dwc:latitude '48.64802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5929 48.64802, -1.5929 48.64802, -1.5929 48.64802, -1.5929 48.64802, -1.5929 48.64802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12376'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7179 -1.5929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7179 -1.5929)"^^geo:wktLiteral ;
  geo-pos:lat "48.7179"^^xsd:decimal ;
  geo-pos:long "-1.5929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7940'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5929'^^xsd:double;
  dwc:latitude '48.7179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5929 48.7179, -1.5929 48.7179, -1.5929 48.7179, -1.5929 48.7179, -1.5929 48.7179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7940'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66118 -1.59286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66118 -1.59286)"^^geo:wktLiteral ;
  geo-pos:lat "48.66118"^^xsd:decimal ;
  geo-pos:long "-1.59286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12774'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59286'^^xsd:double;
  dwc:latitude '48.66118'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59286 48.66118, -1.59286 48.66118, -1.59286 48.66118, -1.59286 48.66118, -1.59286 48.66118))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12774'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66469 -1.59286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66469 -1.59286)"^^geo:wktLiteral ;
  geo-pos:lat "48.66469"^^xsd:decimal ;
  geo-pos:long "-1.59286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3858'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59286'^^xsd:double;
  dwc:latitude '48.66469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59286 48.66469, -1.59286 48.66469, -1.59286 48.66469, -1.59286 48.66469, -1.59286 48.66469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3858'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66916 -1.59285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66916 -1.59285)"^^geo:wktLiteral ;
  geo-pos:lat "48.66916"^^xsd:decimal ;
  geo-pos:long "-1.59285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8879'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59285'^^xsd:double;
  dwc:latitude '48.66916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59285 48.66916, -1.59285 48.66916, -1.59285 48.66916, -1.59285 48.66916, -1.59285 48.66916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8879'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65869 -1.59284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65869 -1.59284)"^^geo:wktLiteral ;
  geo-pos:lat "48.65869"^^xsd:decimal ;
  geo-pos:long "-1.59284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12608'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59284'^^xsd:double;
  dwc:latitude '48.65869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59284 48.65869, -1.59284 48.65869, -1.59284 48.65869, -1.59284 48.65869, -1.59284 48.65869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12608'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71921 -1.59284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71921 -1.59284)"^^geo:wktLiteral ;
  geo-pos:lat "48.71921"^^xsd:decimal ;
  geo-pos:long "-1.59284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7808'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59284'^^xsd:double;
  dwc:latitude '48.71921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59284 48.71921, -1.59284 48.71921, -1.59284 48.71921, -1.59284 48.71921, -1.59284 48.71921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7808'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68216 -1.59283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68216 -1.59283)"^^geo:wktLiteral ;
  geo-pos:lat "48.68216"^^xsd:decimal ;
  geo-pos:long "-1.59283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9842'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59283'^^xsd:double;
  dwc:latitude '48.68216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59283 48.68216, -1.59283 48.68216, -1.59283 48.68216, -1.59283 48.68216, -1.59283 48.68216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9842'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67305 -1.5928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67305 -1.5928)"^^geo:wktLiteral ;
  geo-pos:lat "48.67305"^^xsd:decimal ;
  geo-pos:long "-1.5928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10435'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5928'^^xsd:double;
  dwc:latitude '48.67305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5928 48.67305, -1.5928 48.67305, -1.5928 48.67305, -1.5928 48.67305, -1.5928 48.67305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10435'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70594 -1.5928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70594 -1.5928)"^^geo:wktLiteral ;
  geo-pos:lat "48.70594"^^xsd:decimal ;
  geo-pos:long "-1.5928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4486'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5928'^^xsd:double;
  dwc:latitude '48.70594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5928 48.70594, -1.5928 48.70594, -1.5928 48.70594, -1.5928 48.70594, -1.5928 48.70594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4486'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67248 -1.59277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67248 -1.59277)"^^geo:wktLiteral ;
  geo-pos:lat "48.67248"^^xsd:decimal ;
  geo-pos:long "-1.59277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11882'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59277'^^xsd:double;
  dwc:latitude '48.67248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59277 48.67248, -1.59277 48.67248, -1.59277 48.67248, -1.59277 48.67248, -1.59277 48.67248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11882'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71977 -1.59277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71977 -1.59277)"^^geo:wktLiteral ;
  geo-pos:lat "48.71977"^^xsd:decimal ;
  geo-pos:long "-1.59277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7883'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59277'^^xsd:double;
  dwc:latitude '48.71977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59277 48.71977, -1.59277 48.71977, -1.59277 48.71977, -1.59277 48.71977, -1.59277 48.71977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7883'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64308 -1.59276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64308 -1.59276)"^^geo:wktLiteral ;
  geo-pos:lat "48.64308"^^xsd:decimal ;
  geo-pos:long "-1.59276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13058'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59276'^^xsd:double;
  dwc:latitude '48.64308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59276 48.64308, -1.59276 48.64308, -1.59276 48.64308, -1.59276 48.64308, -1.59276 48.64308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13058'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65325 -1.59276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65325 -1.59276)"^^geo:wktLiteral ;
  geo-pos:lat "48.65325"^^xsd:decimal ;
  geo-pos:long "-1.59276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12812'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59276'^^xsd:double;
  dwc:latitude '48.65325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59276 48.65325, -1.59276 48.65325, -1.59276 48.65325, -1.59276 48.65325, -1.59276 48.65325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12812'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6463 -1.59275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6463 -1.59275)"^^geo:wktLiteral ;
  geo-pos:lat "48.6463"^^xsd:decimal ;
  geo-pos:long "-1.59275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12375'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59275'^^xsd:double;
  dwc:latitude '48.6463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59275 48.6463, -1.59275 48.6463, -1.59275 48.6463, -1.59275 48.6463, -1.59275 48.6463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12375'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67355 -1.59275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67355 -1.59275)"^^geo:wktLiteral ;
  geo-pos:lat "48.67355"^^xsd:decimal ;
  geo-pos:long "-1.59275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8368'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59275'^^xsd:double;
  dwc:latitude '48.67355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59275 48.67355, -1.59275 48.67355, -1.59275 48.67355, -1.59275 48.67355, -1.59275 48.67355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8368'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65142 -1.59274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65142 -1.59274)"^^geo:wktLiteral ;
  geo-pos:lat "48.65142"^^xsd:decimal ;
  geo-pos:long "-1.59274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12377'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59274'^^xsd:double;
  dwc:latitude '48.65142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59274 48.65142, -1.59274 48.65142, -1.59274 48.65142, -1.59274 48.65142, -1.59274 48.65142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12377'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76084 -1.59274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76084 -1.59274)"^^geo:wktLiteral ;
  geo-pos:lat "48.76084"^^xsd:decimal ;
  geo-pos:long "-1.59274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_773'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59274'^^xsd:double;
  dwc:latitude '48.76084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59274 48.76084, -1.59274 48.76084, -1.59274 48.76084, -1.59274 48.76084, -1.59274 48.76084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_773'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67023 -1.59273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67023 -1.59273)"^^geo:wktLiteral ;
  geo-pos:lat "48.67023"^^xsd:decimal ;
  geo-pos:long "-1.59273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3630'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59273'^^xsd:double;
  dwc:latitude '48.67023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59273 48.67023, -1.59273 48.67023, -1.59273 48.67023, -1.59273 48.67023, -1.59273 48.67023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3630'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68425 -1.59273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68425 -1.59273)"^^geo:wktLiteral ;
  geo-pos:lat "48.68425"^^xsd:decimal ;
  geo-pos:long "-1.59273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9024'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59273'^^xsd:double;
  dwc:latitude '48.68425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59273 48.68425, -1.59273 48.68425, -1.59273 48.68425, -1.59273 48.68425, -1.59273 48.68425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9024'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73651 -1.59273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73651 -1.59273)"^^geo:wktLiteral ;
  geo-pos:lat "48.73651"^^xsd:decimal ;
  geo-pos:long "-1.59273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9627'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59273'^^xsd:double;
  dwc:latitude '48.73651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59273 48.73651, -1.59273 48.73651, -1.59273 48.73651, -1.59273 48.73651, -1.59273 48.73651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9627'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64362 -1.59271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64362 -1.59271)"^^geo:wktLiteral ;
  geo-pos:lat "48.64362"^^xsd:decimal ;
  geo-pos:long "-1.59271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12809'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59271'^^xsd:double;
  dwc:latitude '48.64362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59271 48.64362, -1.59271 48.64362, -1.59271 48.64362, -1.59271 48.64362, -1.59271 48.64362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12809'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.5927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.5927)"^^geo:wktLiteral ;
  geo-pos:lat "48.66814"^^xsd:decimal ;
  geo-pos:long "-1.5927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9057'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5927'^^xsd:double;
  dwc:latitude '48.66814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5927 48.66814, -1.5927 48.66814, -1.5927 48.66814, -1.5927 48.66814, -1.5927 48.66814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9057'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69668 -1.5927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69668 -1.5927)"^^geo:wktLiteral ;
  geo-pos:lat "48.69668"^^xsd:decimal ;
  geo-pos:long "-1.5927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8422'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5927'^^xsd:double;
  dwc:latitude '48.69668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5927 48.69668, -1.5927 48.69668, -1.5927 48.69668, -1.5927 48.69668, -1.5927 48.69668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8422'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65693 -1.59268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65693 -1.59268)"^^geo:wktLiteral ;
  geo-pos:lat "48.65693"^^xsd:decimal ;
  geo-pos:long "-1.59268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10659'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59268'^^xsd:double;
  dwc:latitude '48.65693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59268 48.65693, -1.59268 48.65693, -1.59268 48.65693, -1.59268 48.65693, -1.59268 48.65693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10659'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66854 -1.59267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66854 -1.59267)"^^geo:wktLiteral ;
  geo-pos:lat "48.66854"^^xsd:decimal ;
  geo-pos:long "-1.59267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12771'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59267'^^xsd:double;
  dwc:latitude '48.66854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59267 48.66854, -1.59267 48.66854, -1.59267 48.66854, -1.59267 48.66854, -1.59267 48.66854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12771'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68997 -1.59267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68997 -1.59267)"^^geo:wktLiteral ;
  geo-pos:lat "48.68997"^^xsd:decimal ;
  geo-pos:long "-1.59267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4986'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59267'^^xsd:double;
  dwc:latitude '48.68997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59267 48.68997, -1.59267 48.68997, -1.59267 48.68997, -1.59267 48.68997, -1.59267 48.68997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4986'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71282 -1.59267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71282 -1.59267)"^^geo:wktLiteral ;
  geo-pos:lat "48.71282"^^xsd:decimal ;
  geo-pos:long "-1.59267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5757'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59267'^^xsd:double;
  dwc:latitude '48.71282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59267 48.71282, -1.59267 48.71282, -1.59267 48.71282, -1.59267 48.71282, -1.59267 48.71282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5757'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66906 -1.59266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66906 -1.59266)"^^geo:wktLiteral ;
  geo-pos:lat "48.66906"^^xsd:decimal ;
  geo-pos:long "-1.59266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9081'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59266'^^xsd:double;
  dwc:latitude '48.66906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59266 48.66906, -1.59266 48.66906, -1.59266 48.66906, -1.59266 48.66906, -1.59266 48.66906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9081'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68805 -1.59266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68805 -1.59266)"^^geo:wktLiteral ;
  geo-pos:lat "48.68805"^^xsd:decimal ;
  geo-pos:long "-1.59266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5446'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59266'^^xsd:double;
  dwc:latitude '48.68805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59266 48.68805, -1.59266 48.68805, -1.59266 48.68805, -1.59266 48.68805, -1.59266 48.68805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5446'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74276 -1.59266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74276 -1.59266)"^^geo:wktLiteral ;
  geo-pos:lat "48.74276"^^xsd:decimal ;
  geo-pos:long "-1.59266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1152'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59266'^^xsd:double;
  dwc:latitude '48.74276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59266 48.74276, -1.59266 48.74276, -1.59266 48.74276, -1.59266 48.74276, -1.59266 48.74276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1152'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67203 -1.59265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67203 -1.59265)"^^geo:wktLiteral ;
  geo-pos:lat "48.67203"^^xsd:decimal ;
  geo-pos:long "-1.59265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11288'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59265'^^xsd:double;
  dwc:latitude '48.67203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59265 48.67203, -1.59265 48.67203, -1.59265 48.67203, -1.59265 48.67203, -1.59265 48.67203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11288'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70862 -1.59264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70862 -1.59264)"^^geo:wktLiteral ;
  geo-pos:lat "48.70862"^^xsd:decimal ;
  geo-pos:long "-1.59264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1785'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59264'^^xsd:double;
  dwc:latitude '48.70862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59264 48.70862, -1.59264 48.70862, -1.59264 48.70862, -1.59264 48.70862, -1.59264 48.70862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1785'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64581 -1.59262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64581 -1.59262)"^^geo:wktLiteral ;
  geo-pos:lat "48.64581"^^xsd:decimal ;
  geo-pos:long "-1.59262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12352'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59262'^^xsd:double;
  dwc:latitude '48.64581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59262 48.64581, -1.59262 48.64581, -1.59262 48.64581, -1.59262 48.64581, -1.59262 48.64581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12352'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69277 -1.59262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69277 -1.59262)"^^geo:wktLiteral ;
  geo-pos:lat "48.69277"^^xsd:decimal ;
  geo-pos:long "-1.59262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5579'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59262'^^xsd:double;
  dwc:latitude '48.69277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59262 48.69277, -1.59262 48.69277, -1.59262 48.69277, -1.59262 48.69277, -1.59262 48.69277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5579'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6796 -1.59259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6796 -1.59259)"^^geo:wktLiteral ;
  geo-pos:lat "48.6796"^^xsd:decimal ;
  geo-pos:long "-1.59259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8732'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59259'^^xsd:double;
  dwc:latitude '48.6796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59259 48.6796, -1.59259 48.6796, -1.59259 48.6796, -1.59259 48.6796, -1.59259 48.6796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8732'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71644 -1.59257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71644 -1.59257)"^^geo:wktLiteral ;
  geo-pos:lat "48.71644"^^xsd:decimal ;
  geo-pos:long "-1.59257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7843'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59257'^^xsd:double;
  dwc:latitude '48.71644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59257 48.71644, -1.59257 48.71644, -1.59257 48.71644, -1.59257 48.71644, -1.59257 48.71644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7843'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64482 -1.59254)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59254"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64482 -1.59254)"^^geo:wktLiteral ;
  geo-pos:lat "48.64482"^^xsd:decimal ;
  geo-pos:long "-1.59254"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12050'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59254'^^xsd:double;
  dwc:latitude '48.64482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59254 48.64482, -1.59254 48.64482, -1.59254 48.64482, -1.59254 48.64482, -1.59254 48.64482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12050'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64679 -1.59254)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59254"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64679 -1.59254)"^^geo:wktLiteral ;
  geo-pos:lat "48.64679"^^xsd:decimal ;
  geo-pos:long "-1.59254"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12403'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59254'^^xsd:double;
  dwc:latitude '48.64679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59254 48.64679, -1.59254 48.64679, -1.59254 48.64679, -1.59254 48.64679, -1.59254 48.64679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12403'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64907 -1.59254)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59254"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64907 -1.59254)"^^geo:wktLiteral ;
  geo-pos:lat "48.64907"^^xsd:decimal ;
  geo-pos:long "-1.59254"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12404'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59254'^^xsd:double;
  dwc:latitude '48.64907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59254 48.64907, -1.59254 48.64907, -1.59254 48.64907, -1.59254 48.64907, -1.59254 48.64907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12404'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6761 -1.59251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6761"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6761 -1.59251)"^^geo:wktLiteral ;
  geo-pos:lat "48.6761"^^xsd:decimal ;
  geo-pos:long "-1.59251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10050'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59251'^^xsd:double;
  dwc:latitude '48.6761'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59251 48.6761, -1.59251 48.6761, -1.59251 48.6761, -1.59251 48.6761, -1.59251 48.6761))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10050'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68894 -1.5925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68894 -1.5925)"^^geo:wktLiteral ;
  geo-pos:lat "48.68894"^^xsd:decimal ;
  geo-pos:long "-1.5925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5428'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5925'^^xsd:double;
  dwc:latitude '48.68894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5925 48.68894, -1.5925 48.68894, -1.5925 48.68894, -1.5925 48.68894, -1.5925 48.68894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5428'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7551 -1.5925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7551 -1.5925)"^^geo:wktLiteral ;
  geo-pos:lat "48.7551"^^xsd:decimal ;
  geo-pos:long "-1.5925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4944'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5925'^^xsd:double;
  dwc:latitude '48.7551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5925 48.7551, -1.5925 48.7551, -1.5925 48.7551, -1.5925 48.7551, -1.5925 48.7551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4944'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6421 -1.59248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6421 -1.59248)"^^geo:wktLiteral ;
  geo-pos:lat "48.6421"^^xsd:decimal ;
  geo-pos:long "-1.59248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13075'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59248'^^xsd:double;
  dwc:latitude '48.6421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59248 48.6421, -1.59248 48.6421, -1.59248 48.6421, -1.59248 48.6421, -1.59248 48.6421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13075'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70093 -1.59248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70093 -1.59248)"^^geo:wktLiteral ;
  geo-pos:lat "48.70093"^^xsd:decimal ;
  geo-pos:long "-1.59248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7201'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59248'^^xsd:double;
  dwc:latitude '48.70093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59248 48.70093, -1.59248 48.70093, -1.59248 48.70093, -1.59248 48.70093, -1.59248 48.70093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7201'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68342 -1.59247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68342 -1.59247)"^^geo:wktLiteral ;
  geo-pos:lat "48.68342"^^xsd:decimal ;
  geo-pos:long "-1.59247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4541'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59247'^^xsd:double;
  dwc:latitude '48.68342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59247 48.68342, -1.59247 48.68342, -1.59247 48.68342, -1.59247 48.68342, -1.59247 48.68342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4541'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73106 -1.59247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73106"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73106 -1.59247)"^^geo:wktLiteral ;
  geo-pos:lat "48.73106"^^xsd:decimal ;
  geo-pos:long "-1.59247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6543'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59247'^^xsd:double;
  dwc:latitude '48.73106'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59247 48.73106, -1.59247 48.73106, -1.59247 48.73106, -1.59247 48.73106, -1.59247 48.73106))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6543'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68575 -1.59245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68575 -1.59245)"^^geo:wktLiteral ;
  geo-pos:lat "48.68575"^^xsd:decimal ;
  geo-pos:long "-1.59245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5762'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59245'^^xsd:double;
  dwc:latitude '48.68575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59245 48.68575, -1.59245 48.68575, -1.59245 48.68575, -1.59245 48.68575, -1.59245 48.68575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5762'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69068 -1.59245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69068 -1.59245)"^^geo:wktLiteral ;
  geo-pos:lat "48.69068"^^xsd:decimal ;
  geo-pos:long "-1.59245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5024'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59245'^^xsd:double;
  dwc:latitude '48.69068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59245 48.69068, -1.59245 48.69068, -1.59245 48.69068, -1.59245 48.69068, -1.59245 48.69068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5024'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.59244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.59244)"^^geo:wktLiteral ;
  geo-pos:lat "48.657"^^xsd:decimal ;
  geo-pos:long "-1.59244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10660'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59244'^^xsd:double;
  dwc:latitude '48.657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59244 48.657, -1.59244 48.657, -1.59244 48.657, -1.59244 48.657, -1.59244 48.657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10660'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66387 -1.59244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66387 -1.59244)"^^geo:wktLiteral ;
  geo-pos:lat "48.66387"^^xsd:decimal ;
  geo-pos:long "-1.59244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8957'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59244'^^xsd:double;
  dwc:latitude '48.66387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59244 48.66387, -1.59244 48.66387, -1.59244 48.66387, -1.59244 48.66387, -1.59244 48.66387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8957'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66616 -1.59244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66616 -1.59244)"^^geo:wktLiteral ;
  geo-pos:lat "48.66616"^^xsd:decimal ;
  geo-pos:long "-1.59244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8853'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59244'^^xsd:double;
  dwc:latitude '48.66616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59244 48.66616, -1.59244 48.66616, -1.59244 48.66616, -1.59244 48.66616, -1.59244 48.66616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8853'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66974 -1.59242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66974 -1.59242)"^^geo:wktLiteral ;
  geo-pos:lat "48.66974"^^xsd:decimal ;
  geo-pos:long "-1.59242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5340'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59242'^^xsd:double;
  dwc:latitude '48.66974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59242 48.66974, -1.59242 48.66974, -1.59242 48.66974, -1.59242 48.66974, -1.59242 48.66974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5340'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64251 -1.59239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64251"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64251 -1.59239)"^^geo:wktLiteral ;
  geo-pos:lat "48.64251"^^xsd:decimal ;
  geo-pos:long "-1.59239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12736'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59239'^^xsd:double;
  dwc:latitude '48.64251'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59239 48.64251, -1.59239 48.64251, -1.59239 48.64251, -1.59239 48.64251, -1.59239 48.64251))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12736'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66206 -1.59239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66206"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66206 -1.59239)"^^geo:wktLiteral ;
  geo-pos:lat "48.66206"^^xsd:decimal ;
  geo-pos:long "-1.59239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6800'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59239'^^xsd:double;
  dwc:latitude '48.66206'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59239 48.66206, -1.59239 48.66206, -1.59239 48.66206, -1.59239 48.66206, -1.59239 48.66206))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6800'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6422 -1.59237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6422 -1.59237)"^^geo:wktLiteral ;
  geo-pos:lat "48.6422"^^xsd:decimal ;
  geo-pos:long "-1.59237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13465'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59237'^^xsd:double;
  dwc:latitude '48.6422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59237 48.6422, -1.59237 48.6422, -1.59237 48.6422, -1.59237 48.6422, -1.59237 48.6422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13465'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68861 -1.59237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68861 -1.59237)"^^geo:wktLiteral ;
  geo-pos:lat "48.68861"^^xsd:decimal ;
  geo-pos:long "-1.59237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6247'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59237'^^xsd:double;
  dwc:latitude '48.68861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59237 48.68861, -1.59237 48.68861, -1.59237 48.68861, -1.59237 48.68861, -1.59237 48.68861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6247'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6721 -1.59235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6721 -1.59235)"^^geo:wktLiteral ;
  geo-pos:lat "48.6721"^^xsd:decimal ;
  geo-pos:long "-1.59235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9982'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59235'^^xsd:double;
  dwc:latitude '48.6721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59235 48.6721, -1.59235 48.6721, -1.59235 48.6721, -1.59235 48.6721, -1.59235 48.6721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9982'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67367 -1.59234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67367 -1.59234)"^^geo:wktLiteral ;
  geo-pos:lat "48.67367"^^xsd:decimal ;
  geo-pos:long "-1.59234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5943'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59234'^^xsd:double;
  dwc:latitude '48.67367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59234 48.67367, -1.59234 48.67367, -1.59234 48.67367, -1.59234 48.67367, -1.59234 48.67367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5943'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65201 -1.59232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65201 -1.59232)"^^geo:wktLiteral ;
  geo-pos:lat "48.65201"^^xsd:decimal ;
  geo-pos:long "-1.59232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12842'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59232'^^xsd:double;
  dwc:latitude '48.65201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59232 48.65201, -1.59232 48.65201, -1.59232 48.65201, -1.59232 48.65201, -1.59232 48.65201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12842'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.59232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.59232)"^^geo:wktLiteral ;
  geo-pos:lat "48.69252"^^xsd:decimal ;
  geo-pos:long "-1.59232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5627'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59232'^^xsd:double;
  dwc:latitude '48.69252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59232 48.69252, -1.59232 48.69252, -1.59232 48.69252, -1.59232 48.69252, -1.59232 48.69252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5627'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67382 -1.59231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67382"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67382 -1.59231)"^^geo:wktLiteral ;
  geo-pos:lat "48.67382"^^xsd:decimal ;
  geo-pos:long "-1.59231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3298'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59231'^^xsd:double;
  dwc:latitude '48.67382'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59231 48.67382, -1.59231 48.67382, -1.59231 48.67382, -1.59231 48.67382, -1.59231 48.67382))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3298'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66932 -1.5923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66932 -1.5923)"^^geo:wktLiteral ;
  geo-pos:lat "48.66932"^^xsd:decimal ;
  geo-pos:long "-1.5923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10571'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5923'^^xsd:double;
  dwc:latitude '48.66932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5923 48.66932, -1.5923 48.66932, -1.5923 48.66932, -1.5923 48.66932, -1.5923 48.66932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10571'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64604 -1.59228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64604 -1.59228)"^^geo:wktLiteral ;
  geo-pos:lat "48.64604"^^xsd:decimal ;
  geo-pos:long "-1.59228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12032'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59228'^^xsd:double;
  dwc:latitude '48.64604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59228 48.64604, -1.59228 48.64604, -1.59228 48.64604, -1.59228 48.64604, -1.59228 48.64604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12032'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67299 -1.59228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_82>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67299 -1.59228)"^^geo:wktLiteral ;
  geo-pos:lat "48.67299"^^xsd:decimal ;
  geo-pos:long "-1.59228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_82'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_82'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59228'^^xsd:double;
  dwc:latitude '48.67299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59228 48.67299, -1.59228 48.67299, -1.59228 48.67299, -1.59228 48.67299, -1.59228 48.67299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_82'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68569 -1.59226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68569"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59226"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68569 -1.59226)"^^geo:wktLiteral ;
  geo-pos:lat "48.68569"^^xsd:decimal ;
  geo-pos:long "-1.59226"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4960'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59226'^^xsd:double;
  dwc:latitude '48.68569'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59226 48.68569, -1.59226 48.68569, -1.59226 48.68569, -1.59226 48.68569, -1.59226 48.68569))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4960'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69477 -1.59225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69477 -1.59225)"^^geo:wktLiteral ;
  geo-pos:lat "48.69477"^^xsd:decimal ;
  geo-pos:long "-1.59225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5064'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59225'^^xsd:double;
  dwc:latitude '48.69477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59225 48.69477, -1.59225 48.69477, -1.59225 48.69477, -1.59225 48.69477, -1.59225 48.69477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5064'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73959 -1.59225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73959 -1.59225)"^^geo:wktLiteral ;
  geo-pos:lat "48.73959"^^xsd:decimal ;
  geo-pos:long "-1.59225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9628'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59225'^^xsd:double;
  dwc:latitude '48.73959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59225 48.73959, -1.59225 48.73959, -1.59225 48.73959, -1.59225 48.73959, -1.59225 48.73959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9628'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64723 -1.59223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64723 -1.59223)"^^geo:wktLiteral ;
  geo-pos:lat "48.64723"^^xsd:decimal ;
  geo-pos:long "-1.59223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12326'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59223'^^xsd:double;
  dwc:latitude '48.64723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59223 48.64723, -1.59223 48.64723, -1.59223 48.64723, -1.59223 48.64723, -1.59223 48.64723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12326'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6771 -1.59223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6771"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6771 -1.59223)"^^geo:wktLiteral ;
  geo-pos:lat "48.6771"^^xsd:decimal ;
  geo-pos:long "-1.59223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10765'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59223'^^xsd:double;
  dwc:latitude '48.6771'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59223 48.6771, -1.59223 48.6771, -1.59223 48.6771, -1.59223 48.6771, -1.59223 48.6771))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10765'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73186 -1.59223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73186 -1.59223)"^^geo:wktLiteral ;
  geo-pos:lat "48.73186"^^xsd:decimal ;
  geo-pos:long "-1.59223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2482'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59223'^^xsd:double;
  dwc:latitude '48.73186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59223 48.73186, -1.59223 48.73186, -1.59223 48.73186, -1.59223 48.73186, -1.59223 48.73186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2482'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68974 -1.59222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68974 -1.59222)"^^geo:wktLiteral ;
  geo-pos:lat "48.68974"^^xsd:decimal ;
  geo-pos:long "-1.59222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6493'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59222'^^xsd:double;
  dwc:latitude '48.68974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59222 48.68974, -1.59222 48.68974, -1.59222 48.68974, -1.59222 48.68974, -1.59222 48.68974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6493'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6891 -1.59221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59221"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6891 -1.59221)"^^geo:wktLiteral ;
  geo-pos:lat "48.6891"^^xsd:decimal ;
  geo-pos:long "-1.59221"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4705'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59221'^^xsd:double;
  dwc:latitude '48.6891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59221 48.6891, -1.59221 48.6891, -1.59221 48.6891, -1.59221 48.6891, -1.59221 48.6891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4705'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6864 -1.5922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6864 -1.5922)"^^geo:wktLiteral ;
  geo-pos:lat "48.6864"^^xsd:decimal ;
  geo-pos:long "-1.5922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6416'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5922'^^xsd:double;
  dwc:latitude '48.6864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5922 48.6864, -1.5922 48.6864, -1.5922 48.6864, -1.5922 48.6864, -1.5922 48.6864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6416'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7011 -1.59219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7011 -1.59219)"^^geo:wktLiteral ;
  geo-pos:lat "48.7011"^^xsd:decimal ;
  geo-pos:long "-1.59219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8542'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59219'^^xsd:double;
  dwc:latitude '48.7011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59219 48.7011, -1.59219 48.7011, -1.59219 48.7011, -1.59219 48.7011, -1.59219 48.7011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8542'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67139 -1.59217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67139 -1.59217)"^^geo:wktLiteral ;
  geo-pos:lat "48.67139"^^xsd:decimal ;
  geo-pos:long "-1.59217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8955'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59217'^^xsd:double;
  dwc:latitude '48.67139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59217 48.67139, -1.59217 48.67139, -1.59217 48.67139, -1.59217 48.67139, -1.59217 48.67139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8955'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70409 -1.59217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70409 -1.59217)"^^geo:wktLiteral ;
  geo-pos:lat "48.70409"^^xsd:decimal ;
  geo-pos:long "-1.59217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3808'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59217'^^xsd:double;
  dwc:latitude '48.70409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59217 48.70409, -1.59217 48.70409, -1.59217 48.70409, -1.59217 48.70409, -1.59217 48.70409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3808'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71138 -1.59216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71138"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71138 -1.59216)"^^geo:wktLiteral ;
  geo-pos:lat "48.71138"^^xsd:decimal ;
  geo-pos:long "-1.59216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5035'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59216'^^xsd:double;
  dwc:latitude '48.71138'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59216 48.71138, -1.59216 48.71138, -1.59216 48.71138, -1.59216 48.71138, -1.59216 48.71138))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5035'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.59215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.59215)"^^geo:wktLiteral ;
  geo-pos:lat "48.66784"^^xsd:decimal ;
  geo-pos:long "-1.59215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9692'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59215'^^xsd:double;
  dwc:latitude '48.66784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59215 48.66784, -1.59215 48.66784, -1.59215 48.66784, -1.59215 48.66784, -1.59215 48.66784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9692'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64672 -1.59212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64672 -1.59212)"^^geo:wktLiteral ;
  geo-pos:lat "48.64672"^^xsd:decimal ;
  geo-pos:long "-1.59212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13007'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59212'^^xsd:double;
  dwc:latitude '48.64672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59212 48.64672, -1.59212 48.64672, -1.59212 48.64672, -1.59212 48.64672, -1.59212 48.64672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13007'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7093 -1.59212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7093 -1.59212)"^^geo:wktLiteral ;
  geo-pos:lat "48.7093"^^xsd:decimal ;
  geo-pos:long "-1.59212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5036'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59212'^^xsd:double;
  dwc:latitude '48.7093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59212 48.7093, -1.59212 48.7093, -1.59212 48.7093, -1.59212 48.7093, -1.59212 48.7093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5036'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64893 -1.59211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64893 -1.59211)"^^geo:wktLiteral ;
  geo-pos:lat "48.64893"^^xsd:decimal ;
  geo-pos:long "-1.59211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13610'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59211'^^xsd:double;
  dwc:latitude '48.64893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59211 48.64893, -1.59211 48.64893, -1.59211 48.64893, -1.59211 48.64893, -1.59211 48.64893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13610'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64665 -1.59209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64665 -1.59209)"^^geo:wktLiteral ;
  geo-pos:lat "48.64665"^^xsd:decimal ;
  geo-pos:long "-1.59209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11995'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59209'^^xsd:double;
  dwc:latitude '48.64665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59209 48.64665, -1.59209 48.64665, -1.59209 48.64665, -1.59209 48.64665, -1.59209 48.64665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11995'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70911 -1.59208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70911 -1.59208)"^^geo:wktLiteral ;
  geo-pos:lat "48.70911"^^xsd:decimal ;
  geo-pos:long "-1.59208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4434'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59208'^^xsd:double;
  dwc:latitude '48.70911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59208 48.70911, -1.59208 48.70911, -1.59208 48.70911, -1.59208 48.70911, -1.59208 48.70911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4434'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66611 -1.59203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66611 -1.59203)"^^geo:wktLiteral ;
  geo-pos:lat "48.66611"^^xsd:decimal ;
  geo-pos:long "-1.59203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13358'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59203'^^xsd:double;
  dwc:latitude '48.66611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59203 48.66611, -1.59203 48.66611, -1.59203 48.66611, -1.59203 48.66611, -1.59203 48.66611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13358'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69476 -1.59201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69476 -1.59201)"^^geo:wktLiteral ;
  geo-pos:lat "48.69476"^^xsd:decimal ;
  geo-pos:long "-1.59201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8421'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59201'^^xsd:double;
  dwc:latitude '48.69476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59201 48.69476, -1.59201 48.69476, -1.59201 48.69476, -1.59201 48.69476, -1.59201 48.69476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8421'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66306 -1.59198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66306 -1.59198)"^^geo:wktLiteral ;
  geo-pos:lat "48.66306"^^xsd:decimal ;
  geo-pos:long "-1.59198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2828'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59198'^^xsd:double;
  dwc:latitude '48.66306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59198 48.66306, -1.59198 48.66306, -1.59198 48.66306, -1.59198 48.66306, -1.59198 48.66306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2828'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66894 -1.59198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66894 -1.59198)"^^geo:wktLiteral ;
  geo-pos:lat "48.66894"^^xsd:decimal ;
  geo-pos:long "-1.59198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11892'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59198'^^xsd:double;
  dwc:latitude '48.66894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59198 48.66894, -1.59198 48.66894, -1.59198 48.66894, -1.59198 48.66894, -1.59198 48.66894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11892'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69489 -1.59198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69489 -1.59198)"^^geo:wktLiteral ;
  geo-pos:lat "48.69489"^^xsd:decimal ;
  geo-pos:long "-1.59198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8420'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59198'^^xsd:double;
  dwc:latitude '48.69489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59198 48.69489, -1.59198 48.69489, -1.59198 48.69489, -1.59198 48.69489, -1.59198 48.69489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8420'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71121 -1.59198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71121 -1.59198)"^^geo:wktLiteral ;
  geo-pos:lat "48.71121"^^xsd:decimal ;
  geo-pos:long "-1.59198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3608'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59198'^^xsd:double;
  dwc:latitude '48.71121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59198 48.71121, -1.59198 48.71121, -1.59198 48.71121, -1.59198 48.71121, -1.59198 48.71121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3608'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74116 -1.59197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74116 -1.59197)"^^geo:wktLiteral ;
  geo-pos:lat "48.74116"^^xsd:decimal ;
  geo-pos:long "-1.59197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3470'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59197'^^xsd:double;
  dwc:latitude '48.74116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59197 48.74116, -1.59197 48.74116, -1.59197 48.74116, -1.59197 48.74116, -1.59197 48.74116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3470'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64318 -1.59196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64318 -1.59196)"^^geo:wktLiteral ;
  geo-pos:lat "48.64318"^^xsd:decimal ;
  geo-pos:long "-1.59196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13466'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59196'^^xsd:double;
  dwc:latitude '48.64318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59196 48.64318, -1.59196 48.64318, -1.59196 48.64318, -1.59196 48.64318, -1.59196 48.64318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13466'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73536 -1.59196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73536 -1.59196)"^^geo:wktLiteral ;
  geo-pos:lat "48.73536"^^xsd:decimal ;
  geo-pos:long "-1.59196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2023'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59196'^^xsd:double;
  dwc:latitude '48.73536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59196 48.73536, -1.59196 48.73536, -1.59196 48.73536, -1.59196 48.73536, -1.59196 48.73536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2023'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67006 -1.59195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67006 -1.59195)"^^geo:wktLiteral ;
  geo-pos:lat "48.67006"^^xsd:decimal ;
  geo-pos:long "-1.59195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5589'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59195'^^xsd:double;
  dwc:latitude '48.67006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59195 48.67006, -1.59195 48.67006, -1.59195 48.67006, -1.59195 48.67006, -1.59195 48.67006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5589'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68367 -1.59195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68367 -1.59195)"^^geo:wktLiteral ;
  geo-pos:lat "48.68367"^^xsd:decimal ;
  geo-pos:long "-1.59195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5790'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59195'^^xsd:double;
  dwc:latitude '48.68367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59195 48.68367, -1.59195 48.68367, -1.59195 48.68367, -1.59195 48.68367, -1.59195 48.68367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5790'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68915 -1.59195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68915 -1.59195)"^^geo:wktLiteral ;
  geo-pos:lat "48.68915"^^xsd:decimal ;
  geo-pos:long "-1.59195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6415'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59195'^^xsd:double;
  dwc:latitude '48.68915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59195 48.68915, -1.59195 48.68915, -1.59195 48.68915, -1.59195 48.68915, -1.59195 48.68915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6415'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68613 -1.59194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68613 -1.59194)"^^geo:wktLiteral ;
  geo-pos:lat "48.68613"^^xsd:decimal ;
  geo-pos:long "-1.59194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7262'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59194'^^xsd:double;
  dwc:latitude '48.68613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59194 48.68613, -1.59194 48.68613, -1.59194 48.68613, -1.59194 48.68613, -1.59194 48.68613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7262'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67054 -1.59193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67054 -1.59193)"^^geo:wktLiteral ;
  geo-pos:lat "48.67054"^^xsd:decimal ;
  geo-pos:long "-1.59193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3490'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59193'^^xsd:double;
  dwc:latitude '48.67054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59193 48.67054, -1.59193 48.67054, -1.59193 48.67054, -1.59193 48.67054, -1.59193 48.67054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3490'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6807 -1.59193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6807 -1.59193)"^^geo:wktLiteral ;
  geo-pos:lat "48.6807"^^xsd:decimal ;
  geo-pos:long "-1.59193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7414'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59193'^^xsd:double;
  dwc:latitude '48.6807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59193 48.6807, -1.59193 48.6807, -1.59193 48.6807, -1.59193 48.6807, -1.59193 48.6807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7414'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64934 -1.59191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64934 -1.59191)"^^geo:wktLiteral ;
  geo-pos:lat "48.64934"^^xsd:decimal ;
  geo-pos:long "-1.59191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12386'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59191'^^xsd:double;
  dwc:latitude '48.64934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59191 48.64934, -1.59191 48.64934, -1.59191 48.64934, -1.59191 48.64934, -1.59191 48.64934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12386'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64232 -1.5919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64232 -1.5919)"^^geo:wktLiteral ;
  geo-pos:lat "48.64232"^^xsd:decimal ;
  geo-pos:long "-1.5919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13489'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5919'^^xsd:double;
  dwc:latitude '48.64232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5919 48.64232, -1.5919 48.64232, -1.5919 48.64232, -1.5919 48.64232, -1.5919 48.64232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13489'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66088 -1.59189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66088 -1.59189)"^^geo:wktLiteral ;
  geo-pos:lat "48.66088"^^xsd:decimal ;
  geo-pos:long "-1.59189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12449'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59189'^^xsd:double;
  dwc:latitude '48.66088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59189 48.66088, -1.59189 48.66088, -1.59189 48.66088, -1.59189 48.66088, -1.59189 48.66088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12449'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68993 -1.59189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68993"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68993 -1.59189)"^^geo:wktLiteral ;
  geo-pos:lat "48.68993"^^xsd:decimal ;
  geo-pos:long "-1.59189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6507'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59189'^^xsd:double;
  dwc:latitude '48.68993'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59189 48.68993, -1.59189 48.68993, -1.59189 48.68993, -1.59189 48.68993, -1.59189 48.68993))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6507'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70211 -1.59187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70211 -1.59187)"^^geo:wktLiteral ;
  geo-pos:lat "48.70211"^^xsd:decimal ;
  geo-pos:long "-1.59187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8539'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59187'^^xsd:double;
  dwc:latitude '48.70211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59187 48.70211, -1.59187 48.70211, -1.59187 48.70211, -1.59187 48.70211, -1.59187 48.70211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8539'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64633 -1.59186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64633 -1.59186)"^^geo:wktLiteral ;
  geo-pos:lat "48.64633"^^xsd:decimal ;
  geo-pos:long "-1.59186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12033'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59186'^^xsd:double;
  dwc:latitude '48.64633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59186 48.64633, -1.59186 48.64633, -1.59186 48.64633, -1.59186 48.64633, -1.59186 48.64633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12033'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66958 -1.59186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66958 -1.59186)"^^geo:wktLiteral ;
  geo-pos:lat "48.66958"^^xsd:decimal ;
  geo-pos:long "-1.59186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12292'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59186'^^xsd:double;
  dwc:latitude '48.66958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59186 48.66958, -1.59186 48.66958, -1.59186 48.66958, -1.59186 48.66958, -1.59186 48.66958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12292'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71893 -1.59186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71893 -1.59186)"^^geo:wktLiteral ;
  geo-pos:lat "48.71893"^^xsd:decimal ;
  geo-pos:long "-1.59186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9296'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59186'^^xsd:double;
  dwc:latitude '48.71893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59186 48.71893, -1.59186 48.71893, -1.59186 48.71893, -1.59186 48.71893, -1.59186 48.71893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9296'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73791 -1.59184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73791"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73791 -1.59184)"^^geo:wktLiteral ;
  geo-pos:lat "48.73791"^^xsd:decimal ;
  geo-pos:long "-1.59184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5736'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59184'^^xsd:double;
  dwc:latitude '48.73791'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59184 48.73791, -1.59184 48.73791, -1.59184 48.73791, -1.59184 48.73791, -1.59184 48.73791))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5736'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68252 -1.59181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68252 -1.59181)"^^geo:wktLiteral ;
  geo-pos:lat "48.68252"^^xsd:decimal ;
  geo-pos:long "-1.59181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5815'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59181'^^xsd:double;
  dwc:latitude '48.68252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59181 48.68252, -1.59181 48.68252, -1.59181 48.68252, -1.59181 48.68252, -1.59181 48.68252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5815'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68826 -1.5918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68826"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68826 -1.5918)"^^geo:wktLiteral ;
  geo-pos:lat "48.68826"^^xsd:decimal ;
  geo-pos:long "-1.5918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5096'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5918'^^xsd:double;
  dwc:latitude '48.68826'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5918 48.68826, -1.5918 48.68826, -1.5918 48.68826, -1.5918 48.68826, -1.5918 48.68826))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5096'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68612 -1.59179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68612 -1.59179)"^^geo:wktLiteral ;
  geo-pos:lat "48.68612"^^xsd:decimal ;
  geo-pos:long "-1.59179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2002'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59179'^^xsd:double;
  dwc:latitude '48.68612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59179 48.68612, -1.59179 48.68612, -1.59179 48.68612, -1.59179 48.68612, -1.59179 48.68612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2002'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6879 -1.59178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6879 -1.59178)"^^geo:wktLiteral ;
  geo-pos:lat "48.6879"^^xsd:decimal ;
  geo-pos:long "-1.59178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5010'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59178'^^xsd:double;
  dwc:latitude '48.6879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59178 48.6879, -1.59178 48.6879, -1.59178 48.6879, -1.59178 48.6879, -1.59178 48.6879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5010'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66908 -1.59177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66908 -1.59177)"^^geo:wktLiteral ;
  geo-pos:lat "48.66908"^^xsd:decimal ;
  geo-pos:long "-1.59177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8930'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59177'^^xsd:double;
  dwc:latitude '48.66908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59177 48.66908, -1.59177 48.66908, -1.59177 48.66908, -1.59177 48.66908, -1.59177 48.66908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8930'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66893 -1.59176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66893 -1.59176)"^^geo:wktLiteral ;
  geo-pos:lat "48.66893"^^xsd:decimal ;
  geo-pos:long "-1.59176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3301'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59176'^^xsd:double;
  dwc:latitude '48.66893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59176 48.66893, -1.59176 48.66893, -1.59176 48.66893, -1.59176 48.66893, -1.59176 48.66893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3301'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.59173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.59173)"^^geo:wktLiteral ;
  geo-pos:lat "48.68818"^^xsd:decimal ;
  geo-pos:long "-1.59173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6523'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59173'^^xsd:double;
  dwc:latitude '48.68818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59173 48.68818, -1.59173 48.68818, -1.59173 48.68818, -1.59173 48.68818, -1.59173 48.68818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6523'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6493 -1.59172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6493"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6493 -1.59172)"^^geo:wktLiteral ;
  geo-pos:lat "48.6493"^^xsd:decimal ;
  geo-pos:long "-1.59172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13009'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59172'^^xsd:double;
  dwc:latitude '48.6493'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59172 48.6493, -1.59172 48.6493, -1.59172 48.6493, -1.59172 48.6493, -1.59172 48.6493))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13009'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72536 -1.59172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72536 -1.59172)"^^geo:wktLiteral ;
  geo-pos:lat "48.72536"^^xsd:decimal ;
  geo-pos:long "-1.59172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7624'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59172'^^xsd:double;
  dwc:latitude '48.72536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59172 48.72536, -1.59172 48.72536, -1.59172 48.72536, -1.59172 48.72536, -1.59172 48.72536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7624'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72105 -1.59171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72105 -1.59171)"^^geo:wktLiteral ;
  geo-pos:lat "48.72105"^^xsd:decimal ;
  geo-pos:long "-1.59171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10480'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59171'^^xsd:double;
  dwc:latitude '48.72105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59171 48.72105, -1.59171 48.72105, -1.59171 48.72105, -1.59171 48.72105, -1.59171 48.72105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10480'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67039 -1.5917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67039 -1.5917)"^^geo:wktLiteral ;
  geo-pos:lat "48.67039"^^xsd:decimal ;
  geo-pos:long "-1.5917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12383'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5917'^^xsd:double;
  dwc:latitude '48.67039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5917 48.67039, -1.5917 48.67039, -1.5917 48.67039, -1.5917 48.67039, -1.5917 48.67039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12383'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66777 -1.59169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66777 -1.59169)"^^geo:wktLiteral ;
  geo-pos:lat "48.66777"^^xsd:decimal ;
  geo-pos:long "-1.59169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2200'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59169'^^xsd:double;
  dwc:latitude '48.66777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59169 48.66777, -1.59169 48.66777, -1.59169 48.66777, -1.59169 48.66777, -1.59169 48.66777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2200'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6851 -1.59169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6851"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6851 -1.59169)"^^geo:wktLiteral ;
  geo-pos:lat "48.6851"^^xsd:decimal ;
  geo-pos:long "-1.59169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2194'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59169'^^xsd:double;
  dwc:latitude '48.6851'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59169 48.6851, -1.59169 48.6851, -1.59169 48.6851, -1.59169 48.6851, -1.59169 48.6851))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2194'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69344 -1.59168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69344 -1.59168)"^^geo:wktLiteral ;
  geo-pos:lat "48.69344"^^xsd:decimal ;
  geo-pos:long "-1.59168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10604'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59168'^^xsd:double;
  dwc:latitude '48.69344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59168 48.69344, -1.59168 48.69344, -1.59168 48.69344, -1.59168 48.69344, -1.59168 48.69344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10604'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73097 -1.59168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73097 -1.59168)"^^geo:wktLiteral ;
  geo-pos:lat "48.73097"^^xsd:decimal ;
  geo-pos:long "-1.59168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_762'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59168'^^xsd:double;
  dwc:latitude '48.73097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59168 48.73097, -1.59168 48.73097, -1.59168 48.73097, -1.59168 48.73097, -1.59168 48.73097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_762'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71564 -1.59166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71564 -1.59166)"^^geo:wktLiteral ;
  geo-pos:lat "48.71564"^^xsd:decimal ;
  geo-pos:long "-1.59166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9386'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59166'^^xsd:double;
  dwc:latitude '48.71564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59166 48.71564, -1.59166 48.71564, -1.59166 48.71564, -1.59166 48.71564, -1.59166 48.71564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9386'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68962 -1.59165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68962 -1.59165)"^^geo:wktLiteral ;
  geo-pos:lat "48.68962"^^xsd:decimal ;
  geo-pos:long "-1.59165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4959'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59165'^^xsd:double;
  dwc:latitude '48.68962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59165 48.68962, -1.59165 48.68962, -1.59165 48.68962, -1.59165 48.68962, -1.59165 48.68962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4959'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64371 -1.59164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64371 -1.59164)"^^geo:wktLiteral ;
  geo-pos:lat "48.64371"^^xsd:decimal ;
  geo-pos:long "-1.59164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13479'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59164'^^xsd:double;
  dwc:latitude '48.64371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59164 48.64371, -1.59164 48.64371, -1.59164 48.64371, -1.59164 48.64371, -1.59164 48.64371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13479'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73972 -1.59164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73972 -1.59164)"^^geo:wktLiteral ;
  geo-pos:lat "48.73972"^^xsd:decimal ;
  geo-pos:long "-1.59164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4000'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59164'^^xsd:double;
  dwc:latitude '48.73972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59164 48.73972, -1.59164 48.73972, -1.59164 48.73972, -1.59164 48.73972, -1.59164 48.73972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4000'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68868 -1.59163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68868"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68868 -1.59163)"^^geo:wktLiteral ;
  geo-pos:lat "48.68868"^^xsd:decimal ;
  geo-pos:long "-1.59163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6521'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59163'^^xsd:double;
  dwc:latitude '48.68868'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59163 48.68868, -1.59163 48.68868, -1.59163 48.68868, -1.59163 48.68868, -1.59163 48.68868))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6521'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65746 -1.59161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65746 -1.59161)"^^geo:wktLiteral ;
  geo-pos:lat "48.65746"^^xsd:decimal ;
  geo-pos:long "-1.59161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11249'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59161'^^xsd:double;
  dwc:latitude '48.65746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59161 48.65746, -1.59161 48.65746, -1.59161 48.65746, -1.59161 48.65746, -1.59161 48.65746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11249'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66832 -1.59158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66832 -1.59158)"^^geo:wktLiteral ;
  geo-pos:lat "48.66832"^^xsd:decimal ;
  geo-pos:long "-1.59158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10064'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59158'^^xsd:double;
  dwc:latitude '48.66832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59158 48.66832, -1.59158 48.66832, -1.59158 48.66832, -1.59158 48.66832, -1.59158 48.66832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10064'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70474 -1.59158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70474 -1.59158)"^^geo:wktLiteral ;
  geo-pos:lat "48.70474"^^xsd:decimal ;
  geo-pos:long "-1.59158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_807'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59158'^^xsd:double;
  dwc:latitude '48.70474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59158 48.70474, -1.59158 48.70474, -1.59158 48.70474, -1.59158 48.70474, -1.59158 48.70474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_807'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.59158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70509"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.59158)"^^geo:wktLiteral ;
  geo-pos:lat "48.70509"^^xsd:decimal ;
  geo-pos:long "-1.59158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1566'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59158'^^xsd:double;
  dwc:latitude '48.70509'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59158 48.70509, -1.59158 48.70509, -1.59158 48.70509, -1.59158 48.70509, -1.59158 48.70509))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1566'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64936 -1.59157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64936 -1.59157)"^^geo:wktLiteral ;
  geo-pos:lat "48.64936"^^xsd:decimal ;
  geo-pos:long "-1.59157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12390'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59157'^^xsd:double;
  dwc:latitude '48.64936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59157 48.64936, -1.59157 48.64936, -1.59157 48.64936, -1.59157 48.64936, -1.59157 48.64936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12390'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64192 -1.59156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64192 -1.59156)"^^geo:wktLiteral ;
  geo-pos:lat "48.64192"^^xsd:decimal ;
  geo-pos:long "-1.59156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13086'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59156'^^xsd:double;
  dwc:latitude '48.64192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59156 48.64192, -1.59156 48.64192, -1.59156 48.64192, -1.59156 48.64192, -1.59156 48.64192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13086'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64736 -1.59156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64736 -1.59156)"^^geo:wktLiteral ;
  geo-pos:lat "48.64736"^^xsd:decimal ;
  geo-pos:long "-1.59156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12533'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59156'^^xsd:double;
  dwc:latitude '48.64736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59156 48.64736, -1.59156 48.64736, -1.59156 48.64736, -1.59156 48.64736, -1.59156 48.64736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12533'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6938 -1.59153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6938 -1.59153)"^^geo:wktLiteral ;
  geo-pos:lat "48.6938"^^xsd:decimal ;
  geo-pos:long "-1.59153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10603'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59153'^^xsd:double;
  dwc:latitude '48.6938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59153 48.6938, -1.59153 48.6938, -1.59153 48.6938, -1.59153 48.6938, -1.59153 48.6938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10603'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64354 -1.5915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64354 -1.5915)"^^geo:wktLiteral ;
  geo-pos:lat "48.64354"^^xsd:decimal ;
  geo-pos:long "-1.5915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12374'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5915'^^xsd:double;
  dwc:latitude '48.64354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5915 48.64354, -1.5915 48.64354, -1.5915 48.64354, -1.5915 48.64354, -1.5915 48.64354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12374'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65334 -1.5915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65334 -1.5915)"^^geo:wktLiteral ;
  geo-pos:lat "48.65334"^^xsd:decimal ;
  geo-pos:long "-1.5915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13475'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5915'^^xsd:double;
  dwc:latitude '48.65334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5915 48.65334, -1.5915 48.65334, -1.5915 48.65334, -1.5915 48.65334, -1.5915 48.65334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13475'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72501 -1.59149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72501 -1.59149)"^^geo:wktLiteral ;
  geo-pos:lat "48.72501"^^xsd:decimal ;
  geo-pos:long "-1.59149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8501'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59149'^^xsd:double;
  dwc:latitude '48.72501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59149 48.72501, -1.59149 48.72501, -1.59149 48.72501, -1.59149 48.72501, -1.59149 48.72501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8501'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64198 -1.59147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64198 -1.59147)"^^geo:wktLiteral ;
  geo-pos:lat "48.64198"^^xsd:decimal ;
  geo-pos:long "-1.59147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13087'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59147'^^xsd:double;
  dwc:latitude '48.64198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59147 48.64198, -1.59147 48.64198, -1.59147 48.64198, -1.59147 48.64198, -1.59147 48.64198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13087'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64242 -1.59146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64242 -1.59146)"^^geo:wktLiteral ;
  geo-pos:lat "48.64242"^^xsd:decimal ;
  geo-pos:long "-1.59146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13451'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59146'^^xsd:double;
  dwc:latitude '48.64242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59146 48.64242, -1.59146 48.64242, -1.59146 48.64242, -1.59146 48.64242, -1.59146 48.64242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13451'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69081 -1.59146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69081 -1.59146)"^^geo:wktLiteral ;
  geo-pos:lat "48.69081"^^xsd:decimal ;
  geo-pos:long "-1.59146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5112'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59146'^^xsd:double;
  dwc:latitude '48.69081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59146 48.69081, -1.59146 48.69081, -1.59146 48.69081, -1.59146 48.69081, -1.59146 48.69081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5112'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68106 -1.59145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68106"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68106 -1.59145)"^^geo:wktLiteral ;
  geo-pos:lat "48.68106"^^xsd:decimal ;
  geo-pos:long "-1.59145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10117'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59145'^^xsd:double;
  dwc:latitude '48.68106'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59145 48.68106, -1.59145 48.68106, -1.59145 48.68106, -1.59145 48.68106, -1.59145 48.68106))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10117'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64273 -1.59144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64273 -1.59144)"^^geo:wktLiteral ;
  geo-pos:lat "48.64273"^^xsd:decimal ;
  geo-pos:long "-1.59144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13057'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59144'^^xsd:double;
  dwc:latitude '48.64273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59144 48.64273, -1.59144 48.64273, -1.59144 48.64273, -1.59144 48.64273, -1.59144 48.64273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13057'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65097 -1.59144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65097 -1.59144)"^^geo:wktLiteral ;
  geo-pos:lat "48.65097"^^xsd:decimal ;
  geo-pos:long "-1.59144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12328'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59144'^^xsd:double;
  dwc:latitude '48.65097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59144 48.65097, -1.59144 48.65097, -1.59144 48.65097, -1.59144 48.65097, -1.59144 48.65097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12328'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70002 -1.59144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70002 -1.59144)"^^geo:wktLiteral ;
  geo-pos:lat "48.70002"^^xsd:decimal ;
  geo-pos:long "-1.59144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9090'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59144'^^xsd:double;
  dwc:latitude '48.70002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59144 48.70002, -1.59144 48.70002, -1.59144 48.70002, -1.59144 48.70002, -1.59144 48.70002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9090'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64188 -1.59143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64188 -1.59143)"^^geo:wktLiteral ;
  geo-pos:lat "48.64188"^^xsd:decimal ;
  geo-pos:long "-1.59143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13477'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59143'^^xsd:double;
  dwc:latitude '48.64188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59143 48.64188, -1.59143 48.64188, -1.59143 48.64188, -1.59143 48.64188, -1.59143 48.64188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13477'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67192 -1.59142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67192 -1.59142)"^^geo:wktLiteral ;
  geo-pos:lat "48.67192"^^xsd:decimal ;
  geo-pos:long "-1.59142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9530'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59142'^^xsd:double;
  dwc:latitude '48.67192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59142 48.67192, -1.59142 48.67192, -1.59142 48.67192, -1.59142 48.67192, -1.59142 48.67192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9530'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69295 -1.59142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69295 -1.59142)"^^geo:wktLiteral ;
  geo-pos:lat "48.69295"^^xsd:decimal ;
  geo-pos:long "-1.59142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10605'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59142'^^xsd:double;
  dwc:latitude '48.69295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59142 48.69295, -1.59142 48.69295, -1.59142 48.69295, -1.59142 48.69295, -1.59142 48.69295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10605'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73128 -1.59142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73128 -1.59142)"^^geo:wktLiteral ;
  geo-pos:lat "48.73128"^^xsd:decimal ;
  geo-pos:long "-1.59142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4969'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59142'^^xsd:double;
  dwc:latitude '48.73128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59142 48.73128, -1.59142 48.73128, -1.59142 48.73128, -1.59142 48.73128, -1.59142 48.73128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4969'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73738 -1.59141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73738"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73738 -1.59141)"^^geo:wktLiteral ;
  geo-pos:lat "48.73738"^^xsd:decimal ;
  geo-pos:long "-1.59141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9626'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59141'^^xsd:double;
  dwc:latitude '48.73738'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59141 48.73738, -1.59141 48.73738, -1.59141 48.73738, -1.59141 48.73738, -1.59141 48.73738))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9626'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72635 -1.5914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72635 -1.5914)"^^geo:wktLiteral ;
  geo-pos:lat "48.72635"^^xsd:decimal ;
  geo-pos:long "-1.5914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8528'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5914'^^xsd:double;
  dwc:latitude '48.72635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5914 48.72635, -1.5914 48.72635, -1.5914 48.72635, -1.5914 48.72635, -1.5914 48.72635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8528'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70162 -1.59139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70162 -1.59139)"^^geo:wktLiteral ;
  geo-pos:lat "48.70162"^^xsd:decimal ;
  geo-pos:long "-1.59139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1565'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59139'^^xsd:double;
  dwc:latitude '48.70162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59139 48.70162, -1.59139 48.70162, -1.59139 48.70162, -1.59139 48.70162, -1.59139 48.70162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1565'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64858 -1.59138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64858 -1.59138)"^^geo:wktLiteral ;
  geo-pos:lat "48.64858"^^xsd:decimal ;
  geo-pos:long "-1.59138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12351'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59138'^^xsd:double;
  dwc:latitude '48.64858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59138 48.64858, -1.59138 48.64858, -1.59138 48.64858, -1.59138 48.64858, -1.59138 48.64858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12351'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71162 -1.59138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71162 -1.59138)"^^geo:wktLiteral ;
  geo-pos:lat "48.71162"^^xsd:decimal ;
  geo-pos:long "-1.59138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6186'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59138'^^xsd:double;
  dwc:latitude '48.71162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59138 48.71162, -1.59138 48.71162, -1.59138 48.71162, -1.59138 48.71162, -1.59138 48.71162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6186'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66908 -1.59137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66908 -1.59137)"^^geo:wktLiteral ;
  geo-pos:lat "48.66908"^^xsd:decimal ;
  geo-pos:long "-1.59137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8981'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59137'^^xsd:double;
  dwc:latitude '48.66908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59137 48.66908, -1.59137 48.66908, -1.59137 48.66908, -1.59137 48.66908, -1.59137 48.66908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8981'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69251 -1.59137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69251"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69251 -1.59137)"^^geo:wktLiteral ;
  geo-pos:lat "48.69251"^^xsd:decimal ;
  geo-pos:long "-1.59137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5048'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59137'^^xsd:double;
  dwc:latitude '48.69251'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59137 48.69251, -1.59137 48.69251, -1.59137 48.69251, -1.59137 48.69251, -1.59137 48.69251))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5048'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71355 -1.59137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71355 -1.59137)"^^geo:wktLiteral ;
  geo-pos:lat "48.71355"^^xsd:decimal ;
  geo-pos:long "-1.59137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5425'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59137'^^xsd:double;
  dwc:latitude '48.71355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59137 48.71355, -1.59137 48.71355, -1.59137 48.71355, -1.59137 48.71355, -1.59137 48.71355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5425'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64583 -1.59135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64583 -1.59135)"^^geo:wktLiteral ;
  geo-pos:lat "48.64583"^^xsd:decimal ;
  geo-pos:long "-1.59135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13416'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59135'^^xsd:double;
  dwc:latitude '48.64583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59135 48.64583, -1.59135 48.64583, -1.59135 48.64583, -1.59135 48.64583, -1.59135 48.64583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13416'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65002 -1.59135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65002 -1.59135)"^^geo:wktLiteral ;
  geo-pos:lat "48.65002"^^xsd:decimal ;
  geo-pos:long "-1.59135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12049'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59135'^^xsd:double;
  dwc:latitude '48.65002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59135 48.65002, -1.59135 48.65002, -1.59135 48.65002, -1.59135 48.65002, -1.59135 48.65002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12049'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66902 -1.59133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66902 -1.59133)"^^geo:wktLiteral ;
  geo-pos:lat "48.66902"^^xsd:decimal ;
  geo-pos:long "-1.59133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8940'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59133'^^xsd:double;
  dwc:latitude '48.66902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59133 48.66902, -1.59133 48.66902, -1.59133 48.66902, -1.59133 48.66902, -1.59133 48.66902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8940'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64701 -1.59132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64701 -1.59132)"^^geo:wktLiteral ;
  geo-pos:lat "48.64701"^^xsd:decimal ;
  geo-pos:long "-1.59132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13367'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59132'^^xsd:double;
  dwc:latitude '48.64701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59132 48.64701, -1.59132 48.64701, -1.59132 48.64701, -1.59132 48.64701, -1.59132 48.64701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13367'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69399 -1.59131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69399 -1.59131)"^^geo:wktLiteral ;
  geo-pos:lat "48.69399"^^xsd:decimal ;
  geo-pos:long "-1.59131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5130'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59131'^^xsd:double;
  dwc:latitude '48.69399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59131 48.69399, -1.59131 48.69399, -1.59131 48.69399, -1.59131 48.69399, -1.59131 48.69399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5130'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73351 -1.5913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73351 -1.5913)"^^geo:wktLiteral ;
  geo-pos:lat "48.73351"^^xsd:decimal ;
  geo-pos:long "-1.5913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2463'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5913'^^xsd:double;
  dwc:latitude '48.73351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5913 48.73351, -1.5913 48.73351, -1.5913 48.73351, -1.5913 48.73351, -1.5913 48.73351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2463'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6899 -1.59128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6899 -1.59128)"^^geo:wktLiteral ;
  geo-pos:lat "48.6899"^^xsd:decimal ;
  geo-pos:long "-1.59128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6609'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59128'^^xsd:double;
  dwc:latitude '48.6899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59128 48.6899, -1.59128 48.6899, -1.59128 48.6899, -1.59128 48.6899, -1.59128 48.6899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6609'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72804 -1.59128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72804 -1.59128)"^^geo:wktLiteral ;
  geo-pos:lat "48.72804"^^xsd:decimal ;
  geo-pos:long "-1.59128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4321'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59128'^^xsd:double;
  dwc:latitude '48.72804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59128 48.72804, -1.59128 48.72804, -1.59128 48.72804, -1.59128 48.72804, -1.59128 48.72804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4321'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64216 -1.59127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64216 -1.59127)"^^geo:wktLiteral ;
  geo-pos:lat "48.64216"^^xsd:decimal ;
  geo-pos:long "-1.59127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13450'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59127'^^xsd:double;
  dwc:latitude '48.64216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59127 48.64216, -1.59127 48.64216, -1.59127 48.64216, -1.59127 48.64216, -1.59127 48.64216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13450'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64248 -1.59127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64248 -1.59127)"^^geo:wktLiteral ;
  geo-pos:lat "48.64248"^^xsd:decimal ;
  geo-pos:long "-1.59127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13121'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59127'^^xsd:double;
  dwc:latitude '48.64248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59127 48.64248, -1.59127 48.64248, -1.59127 48.64248, -1.59127 48.64248, -1.59127 48.64248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13121'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73163 -1.59127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73163 -1.59127)"^^geo:wktLiteral ;
  geo-pos:lat "48.73163"^^xsd:decimal ;
  geo-pos:long "-1.59127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2466'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59127'^^xsd:double;
  dwc:latitude '48.73163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59127 48.73163, -1.59127 48.73163, -1.59127 48.73163, -1.59127 48.73163, -1.59127 48.73163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2466'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66948 -1.59126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66948 -1.59126)"^^geo:wktLiteral ;
  geo-pos:lat "48.66948"^^xsd:decimal ;
  geo-pos:long "-1.59126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5614'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59126'^^xsd:double;
  dwc:latitude '48.66948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59126 48.66948, -1.59126 48.66948, -1.59126 48.66948, -1.59126 48.66948, -1.59126 48.66948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5614'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68542 -1.59125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68542 -1.59125)"^^geo:wktLiteral ;
  geo-pos:lat "48.68542"^^xsd:decimal ;
  geo-pos:long "-1.59125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4686'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59125'^^xsd:double;
  dwc:latitude '48.68542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59125 48.68542, -1.59125 48.68542, -1.59125 48.68542, -1.59125 48.68542, -1.59125 48.68542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4686'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68377 -1.59122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68377 -1.59122)"^^geo:wktLiteral ;
  geo-pos:lat "48.68377"^^xsd:decimal ;
  geo-pos:long "-1.59122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5169'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59122'^^xsd:double;
  dwc:latitude '48.68377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59122 48.68377, -1.59122 48.68377, -1.59122 48.68377, -1.59122 48.68377, -1.59122 48.68377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5169'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64653 -1.59121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64653 -1.59121)"^^geo:wktLiteral ;
  geo-pos:lat "48.64653"^^xsd:decimal ;
  geo-pos:long "-1.59121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13008'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59121'^^xsd:double;
  dwc:latitude '48.64653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59121 48.64653, -1.59121 48.64653, -1.59121 48.64653, -1.59121 48.64653, -1.59121 48.64653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13008'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74261 -1.59121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74261 -1.59121)"^^geo:wktLiteral ;
  geo-pos:lat "48.74261"^^xsd:decimal ;
  geo-pos:long "-1.59121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9549'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59121'^^xsd:double;
  dwc:latitude '48.74261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59121 48.74261, -1.59121 48.74261, -1.59121 48.74261, -1.59121 48.74261, -1.59121 48.74261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9549'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64389 -1.5912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64389 -1.5912)"^^geo:wktLiteral ;
  geo-pos:lat "48.64389"^^xsd:decimal ;
  geo-pos:long "-1.5912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13024'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5912'^^xsd:double;
  dwc:latitude '48.64389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5912 48.64389, -1.5912 48.64389, -1.5912 48.64389, -1.5912 48.64389, -1.5912 48.64389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13024'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70571 -1.59119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70571 -1.59119)"^^geo:wktLiteral ;
  geo-pos:lat "48.70571"^^xsd:decimal ;
  geo-pos:long "-1.59119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7652'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59119'^^xsd:double;
  dwc:latitude '48.70571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59119 48.70571, -1.59119 48.70571, -1.59119 48.70571, -1.59119 48.70571, -1.59119 48.70571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7652'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68924 -1.59117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68924"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68924 -1.59117)"^^geo:wktLiteral ;
  geo-pos:lat "48.68924"^^xsd:decimal ;
  geo-pos:long "-1.59117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6642'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59117'^^xsd:double;
  dwc:latitude '48.68924'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59117 48.68924, -1.59117 48.68924, -1.59117 48.68924, -1.59117 48.68924, -1.59117 48.68924))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6642'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75615 -1.59117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75615 -1.59117)"^^geo:wktLiteral ;
  geo-pos:lat "48.75615"^^xsd:decimal ;
  geo-pos:long "-1.59117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4943'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59117'^^xsd:double;
  dwc:latitude '48.75615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59117 48.75615, -1.59117 48.75615, -1.59117 48.75615, -1.59117 48.75615, -1.59117 48.75615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4943'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64303 -1.59116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64303 -1.59116)"^^geo:wktLiteral ;
  geo-pos:lat "48.64303"^^xsd:decimal ;
  geo-pos:long "-1.59116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13149'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59116'^^xsd:double;
  dwc:latitude '48.64303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59116 48.64303, -1.59116 48.64303, -1.59116 48.64303, -1.59116 48.64303, -1.59116 48.64303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13149'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66857 -1.59116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66857 -1.59116)"^^geo:wktLiteral ;
  geo-pos:lat "48.66857"^^xsd:decimal ;
  geo-pos:long "-1.59116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13494'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59116'^^xsd:double;
  dwc:latitude '48.66857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59116 48.66857, -1.59116 48.66857, -1.59116 48.66857, -1.59116 48.66857, -1.59116 48.66857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13494'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64671 -1.59112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64671 -1.59112)"^^geo:wktLiteral ;
  geo-pos:lat "48.64671"^^xsd:decimal ;
  geo-pos:long "-1.59112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13366'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59112'^^xsd:double;
  dwc:latitude '48.64671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59112 48.64671, -1.59112 48.64671, -1.59112 48.64671, -1.59112 48.64671, -1.59112 48.64671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13366'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66225 -1.59112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66225 -1.59112)"^^geo:wktLiteral ;
  geo-pos:lat "48.66225"^^xsd:decimal ;
  geo-pos:long "-1.59112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12295'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59112'^^xsd:double;
  dwc:latitude '48.66225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59112 48.66225, -1.59112 48.66225, -1.59112 48.66225, -1.59112 48.66225, -1.59112 48.66225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12295'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64478 -1.5911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64478 -1.5911)"^^geo:wktLiteral ;
  geo-pos:lat "48.64478"^^xsd:decimal ;
  geo-pos:long "-1.5911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12721'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5911'^^xsd:double;
  dwc:latitude '48.64478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5911 48.64478, -1.5911 48.64478, -1.5911 48.64478, -1.5911 48.64478, -1.5911 48.64478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12721'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66619 -1.5911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66619 -1.5911)"^^geo:wktLiteral ;
  geo-pos:lat "48.66619"^^xsd:decimal ;
  geo-pos:long "-1.5911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6285'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5911'^^xsd:double;
  dwc:latitude '48.66619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5911 48.66619, -1.5911 48.66619, -1.5911 48.66619, -1.5911 48.66619, -1.5911 48.66619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6285'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68845 -1.5911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68845 -1.5911)"^^geo:wktLiteral ;
  geo-pos:lat "48.68845"^^xsd:decimal ;
  geo-pos:long "-1.5911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8590'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5911'^^xsd:double;
  dwc:latitude '48.68845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5911 48.68845, -1.5911 48.68845, -1.5911 48.68845, -1.5911 48.68845, -1.5911 48.68845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8590'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65981 -1.59109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65981"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65981 -1.59109)"^^geo:wktLiteral ;
  geo-pos:lat "48.65981"^^xsd:decimal ;
  geo-pos:long "-1.59109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10234'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59109'^^xsd:double;
  dwc:latitude '48.65981'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59109 48.65981, -1.59109 48.65981, -1.59109 48.65981, -1.59109 48.65981, -1.59109 48.65981))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10234'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67216 -1.59107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67216 -1.59107)"^^geo:wktLiteral ;
  geo-pos:lat "48.67216"^^xsd:decimal ;
  geo-pos:long "-1.59107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10675'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59107'^^xsd:double;
  dwc:latitude '48.67216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59107 48.67216, -1.59107 48.67216, -1.59107 48.67216, -1.59107 48.67216, -1.59107 48.67216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10675'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71781 -1.59107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71781 -1.59107)"^^geo:wktLiteral ;
  geo-pos:lat "48.71781"^^xsd:decimal ;
  geo-pos:long "-1.59107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10481'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59107'^^xsd:double;
  dwc:latitude '48.71781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59107 48.71781, -1.59107 48.71781, -1.59107 48.71781, -1.59107 48.71781, -1.59107 48.71781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10481'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65031 -1.59106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65031 -1.59106)"^^geo:wktLiteral ;
  geo-pos:lat "48.65031"^^xsd:decimal ;
  geo-pos:long "-1.59106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12632'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59106'^^xsd:double;
  dwc:latitude '48.65031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59106 48.65031, -1.59106 48.65031, -1.59106 48.65031, -1.59106 48.65031, -1.59106 48.65031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12632'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68746 -1.59106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68746 -1.59106)"^^geo:wktLiteral ;
  geo-pos:lat "48.68746"^^xsd:decimal ;
  geo-pos:long "-1.59106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4830'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59106'^^xsd:double;
  dwc:latitude '48.68746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59106 48.68746, -1.59106 48.68746, -1.59106 48.68746, -1.59106 48.68746, -1.59106 48.68746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4830'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68812 -1.59105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68812 -1.59105)"^^geo:wktLiteral ;
  geo-pos:lat "48.68812"^^xsd:decimal ;
  geo-pos:long "-1.59105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5016'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59105'^^xsd:double;
  dwc:latitude '48.68812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59105 48.68812, -1.59105 48.68812, -1.59105 48.68812, -1.59105 48.68812, -1.59105 48.68812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5016'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6572 -1.59104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6572 -1.59104)"^^geo:wktLiteral ;
  geo-pos:lat "48.6572"^^xsd:decimal ;
  geo-pos:long "-1.59104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2800'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59104'^^xsd:double;
  dwc:latitude '48.6572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59104 48.6572, -1.59104 48.6572, -1.59104 48.6572, -1.59104 48.6572, -1.59104 48.6572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2800'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.59104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.59104)"^^geo:wktLiteral ;
  geo-pos:lat "48.66953"^^xsd:decimal ;
  geo-pos:long "-1.59104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8956'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59104'^^xsd:double;
  dwc:latitude '48.66953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59104 48.66953, -1.59104 48.66953, -1.59104 48.66953, -1.59104 48.66953, -1.59104 48.66953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8956'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68297 -1.59104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68297 -1.59104)"^^geo:wktLiteral ;
  geo-pos:lat "48.68297"^^xsd:decimal ;
  geo-pos:long "-1.59104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3850'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59104'^^xsd:double;
  dwc:latitude '48.68297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59104 48.68297, -1.59104 48.68297, -1.59104 48.68297, -1.59104 48.68297, -1.59104 48.68297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3850'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64939 -1.59103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64939 -1.59103)"^^geo:wktLiteral ;
  geo-pos:lat "48.64939"^^xsd:decimal ;
  geo-pos:long "-1.59103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12327'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59103'^^xsd:double;
  dwc:latitude '48.64939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59103 48.64939, -1.59103 48.64939, -1.59103 48.64939, -1.59103 48.64939, -1.59103 48.64939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12327'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65895 -1.59102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65895 -1.59102)"^^geo:wktLiteral ;
  geo-pos:lat "48.65895"^^xsd:decimal ;
  geo-pos:long "-1.59102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12634'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59102'^^xsd:double;
  dwc:latitude '48.65895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59102 48.65895, -1.59102 48.65895, -1.59102 48.65895, -1.59102 48.65895, -1.59102 48.65895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12634'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65844 -1.59101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65844 -1.59101)"^^geo:wktLiteral ;
  geo-pos:lat "48.65844"^^xsd:decimal ;
  geo-pos:long "-1.59101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5632'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59101'^^xsd:double;
  dwc:latitude '48.65844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59101 48.65844, -1.59101 48.65844, -1.59101 48.65844, -1.59101 48.65844, -1.59101 48.65844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5632'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66832 -1.591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66832 -1.591)"^^geo:wktLiteral ;
  geo-pos:lat "48.66832"^^xsd:decimal ;
  geo-pos:long "-1.591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13586'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.591'^^xsd:double;
  dwc:latitude '48.66832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.591 48.66832, -1.591 48.66832, -1.591 48.66832, -1.591 48.66832, -1.591 48.66832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13586'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66173 -1.59098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66173 -1.59098)"^^geo:wktLiteral ;
  geo-pos:lat "48.66173"^^xsd:decimal ;
  geo-pos:long "-1.59098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_10827'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59098'^^xsd:double;
  dwc:latitude '48.66173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59098 48.66173, -1.59098 48.66173, -1.59098 48.66173, -1.59098 48.66173, -1.59098 48.66173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10827'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66708 -1.59098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66708 -1.59098)"^^geo:wktLiteral ;
  geo-pos:lat "48.66708"^^xsd:decimal ;
  geo-pos:long "-1.59098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10193'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59098'^^xsd:double;
  dwc:latitude '48.66708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59098 48.66708, -1.59098 48.66708, -1.59098 48.66708, -1.59098 48.66708, -1.59098 48.66708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10193'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65785 -1.59096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65785 -1.59096)"^^geo:wktLiteral ;
  geo-pos:lat "48.65785"^^xsd:decimal ;
  geo-pos:long "-1.59096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8704'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59096'^^xsd:double;
  dwc:latitude '48.65785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59096 48.65785, -1.59096 48.65785, -1.59096 48.65785, -1.59096 48.65785, -1.59096 48.65785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8704'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6825 -1.59096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6825 -1.59096)"^^geo:wktLiteral ;
  geo-pos:lat "48.6825"^^xsd:decimal ;
  geo-pos:long "-1.59096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10358'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59096'^^xsd:double;
  dwc:latitude '48.6825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59096 48.6825, -1.59096 48.6825, -1.59096 48.6825, -1.59096 48.6825, -1.59096 48.6825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10358'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67105 -1.59094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67105 -1.59094)"^^geo:wktLiteral ;
  geo-pos:lat "48.67105"^^xsd:decimal ;
  geo-pos:long "-1.59094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9357'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59094'^^xsd:double;
  dwc:latitude '48.67105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59094 48.67105, -1.59094 48.67105, -1.59094 48.67105, -1.59094 48.67105, -1.59094 48.67105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9357'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68389 -1.59094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68389 -1.59094)"^^geo:wktLiteral ;
  geo-pos:lat "48.68389"^^xsd:decimal ;
  geo-pos:long "-1.59094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9290'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59094'^^xsd:double;
  dwc:latitude '48.68389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59094 48.68389, -1.59094 48.68389, -1.59094 48.68389, -1.59094 48.68389, -1.59094 48.68389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9290'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7176 -1.59094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7176 -1.59094)"^^geo:wktLiteral ;
  geo-pos:lat "48.7176"^^xsd:decimal ;
  geo-pos:long "-1.59094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9678'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59094'^^xsd:double;
  dwc:latitude '48.7176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59094 48.7176, -1.59094 48.7176, -1.59094 48.7176, -1.59094 48.7176, -1.59094 48.7176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9678'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64241 -1.59093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64241"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64241 -1.59093)"^^geo:wktLiteral ;
  geo-pos:lat "48.64241"^^xsd:decimal ;
  geo-pos:long "-1.59093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13478'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59093'^^xsd:double;
  dwc:latitude '48.64241'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59093 48.64241, -1.59093 48.64241, -1.59093 48.64241, -1.59093 48.64241, -1.59093 48.64241))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13478'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70357 -1.59093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70357 -1.59093)"^^geo:wktLiteral ;
  geo-pos:lat "48.70357"^^xsd:decimal ;
  geo-pos:long "-1.59093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6185'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59093'^^xsd:double;
  dwc:latitude '48.70357'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59093 48.70357, -1.59093 48.70357, -1.59093 48.70357, -1.59093 48.70357, -1.59093 48.70357))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6185'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66926 -1.59092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66926 -1.59092)"^^geo:wktLiteral ;
  geo-pos:lat "48.66926"^^xsd:decimal ;
  geo-pos:long "-1.59092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11891'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59092'^^xsd:double;
  dwc:latitude '48.66926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59092 48.66926, -1.59092 48.66926, -1.59092 48.66926, -1.59092 48.66926, -1.59092 48.66926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11891'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6963 -1.59091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6963 -1.59091)"^^geo:wktLiteral ;
  geo-pos:lat "48.6963"^^xsd:decimal ;
  geo-pos:long "-1.59091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1442'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59091'^^xsd:double;
  dwc:latitude '48.6963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59091 48.6963, -1.59091 48.6963, -1.59091 48.6963, -1.59091 48.6963, -1.59091 48.6963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1442'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64407 -1.5909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64407"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64407 -1.5909)"^^geo:wktLiteral ;
  geo-pos:lat "48.64407"^^xsd:decimal ;
  geo-pos:long "-1.5909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13088'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5909'^^xsd:double;
  dwc:latitude '48.64407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5909 48.64407, -1.5909 48.64407, -1.5909 48.64407, -1.5909 48.64407, -1.5909 48.64407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13088'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64449 -1.5909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64449 -1.5909)"^^geo:wktLiteral ;
  geo-pos:lat "48.64449"^^xsd:decimal ;
  geo-pos:long "-1.5909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12777'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5909'^^xsd:double;
  dwc:latitude '48.64449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5909 48.64449, -1.5909 48.64449, -1.5909 48.64449, -1.5909 48.64449, -1.5909 48.64449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12777'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69885 -1.5909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69885 -1.5909)"^^geo:wktLiteral ;
  geo-pos:lat "48.69885"^^xsd:decimal ;
  geo-pos:long "-1.5909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8206'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5909'^^xsd:double;
  dwc:latitude '48.69885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5909 48.69885, -1.5909 48.69885, -1.5909 48.69885, -1.5909 48.69885, -1.5909 48.69885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8206'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70089 -1.5909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70089 -1.5909)"^^geo:wktLiteral ;
  geo-pos:lat "48.70089"^^xsd:decimal ;
  geo-pos:long "-1.5909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7202'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5909'^^xsd:double;
  dwc:latitude '48.70089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5909 48.70089, -1.5909 48.70089, -1.5909 48.70089, -1.5909 48.70089, -1.5909 48.70089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7202'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64599 -1.59088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64599 -1.59088)"^^geo:wktLiteral ;
  geo-pos:lat "48.64599"^^xsd:decimal ;
  geo-pos:long "-1.59088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12810'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59088'^^xsd:double;
  dwc:latitude '48.64599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59088 48.64599, -1.59088 48.64599, -1.59088 48.64599, -1.59088 48.64599, -1.59088 48.64599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12810'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68323 -1.59088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68323 -1.59088)"^^geo:wktLiteral ;
  geo-pos:lat "48.68323"^^xsd:decimal ;
  geo-pos:long "-1.59088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_825'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59088'^^xsd:double;
  dwc:latitude '48.68323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59088 48.68323, -1.59088 48.68323, -1.59088 48.68323, -1.59088 48.68323, -1.59088 48.68323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_825'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69207 -1.59085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69207 -1.59085)"^^geo:wktLiteral ;
  geo-pos:lat "48.69207"^^xsd:decimal ;
  geo-pos:long "-1.59085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5792'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59085'^^xsd:double;
  dwc:latitude '48.69207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59085 48.69207, -1.59085 48.69207, -1.59085 48.69207, -1.59085 48.69207, -1.59085 48.69207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5792'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72927 -1.59085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72927 -1.59085)"^^geo:wktLiteral ;
  geo-pos:lat "48.72927"^^xsd:decimal ;
  geo-pos:long "-1.59085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4528'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59085'^^xsd:double;
  dwc:latitude '48.72927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59085 48.72927, -1.59085 48.72927, -1.59085 48.72927, -1.59085 48.72927, -1.59085 48.72927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4528'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64595 -1.59084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64595 -1.59084)"^^geo:wktLiteral ;
  geo-pos:lat "48.64595"^^xsd:decimal ;
  geo-pos:long "-1.59084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13023'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59084'^^xsd:double;
  dwc:latitude '48.64595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59084 48.64595, -1.59084 48.64595, -1.59084 48.64595, -1.59084 48.64595, -1.59084 48.64595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13023'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68951 -1.59084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68951"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68951 -1.59084)"^^geo:wktLiteral ;
  geo-pos:lat "48.68951"^^xsd:decimal ;
  geo-pos:long "-1.59084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6223'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59084'^^xsd:double;
  dwc:latitude '48.68951'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59084 48.68951, -1.59084 48.68951, -1.59084 48.68951, -1.59084 48.68951, -1.59084 48.68951))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6223'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69418 -1.59083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69418 -1.59083)"^^geo:wktLiteral ;
  geo-pos:lat "48.69418"^^xsd:decimal ;
  geo-pos:long "-1.59083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4465'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59083'^^xsd:double;
  dwc:latitude '48.69418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59083 48.69418, -1.59083 48.69418, -1.59083 48.69418, -1.59083 48.69418, -1.59083 48.69418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4465'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64525 -1.59082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64525 -1.59082)"^^geo:wktLiteral ;
  geo-pos:lat "48.64525"^^xsd:decimal ;
  geo-pos:long "-1.59082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13084'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59082'^^xsd:double;
  dwc:latitude '48.64525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59082 48.64525, -1.59082 48.64525, -1.59082 48.64525, -1.59082 48.64525, -1.59082 48.64525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13084'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6691 -1.59082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6691 -1.59082)"^^geo:wktLiteral ;
  geo-pos:lat "48.6691"^^xsd:decimal ;
  geo-pos:long "-1.59082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8644'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59082'^^xsd:double;
  dwc:latitude '48.6691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59082 48.6691, -1.59082 48.6691, -1.59082 48.6691, -1.59082 48.6691, -1.59082 48.6691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8644'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67497 -1.5908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67497 -1.5908)"^^geo:wktLiteral ;
  geo-pos:lat "48.67497"^^xsd:decimal ;
  geo-pos:long "-1.5908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2771'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5908'^^xsd:double;
  dwc:latitude '48.67497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5908 48.67497, -1.5908 48.67497, -1.5908 48.67497, -1.5908 48.67497, -1.5908 48.67497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2771'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64432 -1.59079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64432 -1.59079)"^^geo:wktLiteral ;
  geo-pos:lat "48.64432"^^xsd:decimal ;
  geo-pos:long "-1.59079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13150'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59079'^^xsd:double;
  dwc:latitude '48.64432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59079 48.64432, -1.59079 48.64432, -1.59079 48.64432, -1.59079 48.64432, -1.59079 48.64432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13150'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65847 -1.59078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65847 -1.59078)"^^geo:wktLiteral ;
  geo-pos:lat "48.65847"^^xsd:decimal ;
  geo-pos:long "-1.59078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10235'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59078'^^xsd:double;
  dwc:latitude '48.65847'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59078 48.65847, -1.59078 48.65847, -1.59078 48.65847, -1.59078 48.65847, -1.59078 48.65847))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10235'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.99597 -1.59078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.99597"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.99597 -1.59078)"^^geo:wktLiteral ;
  geo-pos:lat "48.99597"^^xsd:decimal ;
  geo-pos:long "-1.59078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7530'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59078'^^xsd:double;
  dwc:latitude '48.99597'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59078 48.99597, -1.59078 48.99597, -1.59078 48.99597, -1.59078 48.99597, -1.59078 48.99597))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7530'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68662 -1.59077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68662"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68662 -1.59077)"^^geo:wktLiteral ;
  geo-pos:lat "48.68662"^^xsd:decimal ;
  geo-pos:long "-1.59077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4682'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59077'^^xsd:double;
  dwc:latitude '48.68662'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59077 48.68662, -1.59077 48.68662, -1.59077 48.68662, -1.59077 48.68662, -1.59077 48.68662))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4682'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65863 -1.59075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65863 -1.59075)"^^geo:wktLiteral ;
  geo-pos:lat "48.65863"^^xsd:decimal ;
  geo-pos:long "-1.59075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12397'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59075'^^xsd:double;
  dwc:latitude '48.65863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59075 48.65863, -1.59075 48.65863, -1.59075 48.65863, -1.59075 48.65863, -1.59075 48.65863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12397'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72956 -1.59075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72956 -1.59075)"^^geo:wktLiteral ;
  geo-pos:lat "48.72956"^^xsd:decimal ;
  geo-pos:long "-1.59075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10307'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59075'^^xsd:double;
  dwc:latitude '48.72956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59075 48.72956, -1.59075 48.72956, -1.59075 48.72956, -1.59075 48.72956, -1.59075 48.72956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10307'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68252 -1.59074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68252 -1.59074)"^^geo:wktLiteral ;
  geo-pos:lat "48.68252"^^xsd:decimal ;
  geo-pos:long "-1.59074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9457'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59074'^^xsd:double;
  dwc:latitude '48.68252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59074 48.68252, -1.59074 48.68252, -1.59074 48.68252, -1.59074 48.68252, -1.59074 48.68252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9457'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68711 -1.59074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68711 -1.59074)"^^geo:wktLiteral ;
  geo-pos:lat "48.68711"^^xsd:decimal ;
  geo-pos:long "-1.59074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6921'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59074'^^xsd:double;
  dwc:latitude '48.68711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59074 48.68711, -1.59074 48.68711, -1.59074 48.68711, -1.59074 48.68711, -1.59074 48.68711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6921'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72121 -1.59074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72121 -1.59074)"^^geo:wktLiteral ;
  geo-pos:lat "48.72121"^^xsd:decimal ;
  geo-pos:long "-1.59074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7725'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59074'^^xsd:double;
  dwc:latitude '48.72121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59074 48.72121, -1.59074 48.72121, -1.59074 48.72121, -1.59074 48.72121, -1.59074 48.72121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7725'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65931 -1.5907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65931"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65931 -1.5907)"^^geo:wktLiteral ;
  geo-pos:lat "48.65931"^^xsd:decimal ;
  geo-pos:long "-1.5907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12872'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5907'^^xsd:double;
  dwc:latitude '48.65931'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5907 48.65931, -1.5907 48.65931, -1.5907 48.65931, -1.5907 48.65931, -1.5907 48.65931))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12872'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65732 -1.59068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65732 -1.59068)"^^geo:wktLiteral ;
  geo-pos:lat "48.65732"^^xsd:decimal ;
  geo-pos:long "-1.59068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11511'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59068'^^xsd:double;
  dwc:latitude '48.65732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59068 48.65732, -1.59068 48.65732, -1.59068 48.65732, -1.59068 48.65732, -1.59068 48.65732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11511'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6907 -1.59068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6907 -1.59068)"^^geo:wktLiteral ;
  geo-pos:lat "48.6907"^^xsd:decimal ;
  geo-pos:long "-1.59068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4534'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59068'^^xsd:double;
  dwc:latitude '48.6907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59068 48.6907, -1.59068 48.6907, -1.59068 48.6907, -1.59068 48.6907, -1.59068 48.6907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4534'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64532 -1.59063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64532"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64532 -1.59063)"^^geo:wktLiteral ;
  geo-pos:lat "48.64532"^^xsd:decimal ;
  geo-pos:long "-1.59063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13452'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59063'^^xsd:double;
  dwc:latitude '48.64532'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59063 48.64532, -1.59063 48.64532, -1.59063 48.64532, -1.59063 48.64532, -1.59063 48.64532))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13452'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65268 -1.59063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65268"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65268 -1.59063)"^^geo:wktLiteral ;
  geo-pos:lat "48.65268"^^xsd:decimal ;
  geo-pos:long "-1.59063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12586'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59063'^^xsd:double;
  dwc:latitude '48.65268'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59063 48.65268, -1.59063 48.65268, -1.59063 48.65268, -1.59063 48.65268, -1.59063 48.65268))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12586'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68115 -1.5906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68115 -1.5906)"^^geo:wktLiteral ;
  geo-pos:lat "48.68115"^^xsd:decimal ;
  geo-pos:long "-1.5906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9944'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5906'^^xsd:double;
  dwc:latitude '48.68115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5906 48.68115, -1.5906 48.68115, -1.5906 48.68115, -1.5906 48.68115, -1.5906 48.68115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9944'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6906 -1.5906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6906 -1.5906)"^^geo:wktLiteral ;
  geo-pos:lat "48.6906"^^xsd:decimal ;
  geo-pos:long "-1.5906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7689'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5906'^^xsd:double;
  dwc:latitude '48.6906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5906 48.6906, -1.5906 48.6906, -1.5906 48.6906, -1.5906 48.6906, -1.5906 48.6906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7689'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65718 -1.59057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65718 -1.59057)"^^geo:wktLiteral ;
  geo-pos:lat "48.65718"^^xsd:decimal ;
  geo-pos:long "-1.59057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12254'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59057'^^xsd:double;
  dwc:latitude '48.65718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59057 48.65718, -1.59057 48.65718, -1.59057 48.65718, -1.59057 48.65718, -1.59057 48.65718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12254'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65801 -1.59055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65801 -1.59055)"^^geo:wktLiteral ;
  geo-pos:lat "48.65801"^^xsd:decimal ;
  geo-pos:long "-1.59055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8703'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59055'^^xsd:double;
  dwc:latitude '48.65801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59055 48.65801, -1.59055 48.65801, -1.59055 48.65801, -1.59055 48.65801, -1.59055 48.65801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8703'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64901 -1.59054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64901 -1.59054)"^^geo:wktLiteral ;
  geo-pos:lat "48.64901"^^xsd:decimal ;
  geo-pos:long "-1.59054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12811'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59054'^^xsd:double;
  dwc:latitude '48.64901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59054 48.64901, -1.59054 48.64901, -1.59054 48.64901, -1.59054 48.64901, -1.59054 48.64901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12811'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69009 -1.59054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69009 -1.59054)"^^geo:wktLiteral ;
  geo-pos:lat "48.69009"^^xsd:decimal ;
  geo-pos:long "-1.59054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6881'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59054'^^xsd:double;
  dwc:latitude '48.69009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59054 48.69009, -1.59054 48.69009, -1.59054 48.69009, -1.59054 48.69009, -1.59054 48.69009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6881'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75613 -1.59054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75613 -1.59054)"^^geo:wktLiteral ;
  geo-pos:lat "48.75613"^^xsd:decimal ;
  geo-pos:long "-1.59054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1111'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59054'^^xsd:double;
  dwc:latitude '48.75613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59054 48.75613, -1.59054 48.75613, -1.59054 48.75613, -1.59054 48.75613, -1.59054 48.75613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1111'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.59053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.59053)"^^geo:wktLiteral ;
  geo-pos:lat "48.6874"^^xsd:decimal ;
  geo-pos:long "-1.59053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4890'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59053'^^xsd:double;
  dwc:latitude '48.6874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59053 48.6874, -1.59053 48.6874, -1.59053 48.6874, -1.59053 48.6874, -1.59053 48.6874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4890'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64802 -1.59052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64802 -1.59052)"^^geo:wktLiteral ;
  geo-pos:lat "48.64802"^^xsd:decimal ;
  geo-pos:long "-1.59052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7668'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59052'^^xsd:double;
  dwc:latitude '48.64802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59052 48.64802, -1.59052 48.64802, -1.59052 48.64802, -1.59052 48.64802, -1.59052 48.64802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7668'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66456 -1.59051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66456"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66456 -1.59051)"^^geo:wktLiteral ;
  geo-pos:lat "48.66456"^^xsd:decimal ;
  geo-pos:long "-1.59051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3208'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59051'^^xsd:double;
  dwc:latitude '48.66456'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59051 48.66456, -1.59051 48.66456, -1.59051 48.66456, -1.59051 48.66456, -1.59051 48.66456))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3208'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.59049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.59049)"^^geo:wktLiteral ;
  geo-pos:lat "48.66808"^^xsd:decimal ;
  geo-pos:long "-1.59049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8767'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59049'^^xsd:double;
  dwc:latitude '48.66808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59049 48.66808, -1.59049 48.66808, -1.59049 48.66808, -1.59049 48.66808, -1.59049 48.66808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8767'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6904 -1.59049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6904 -1.59049)"^^geo:wktLiteral ;
  geo-pos:lat "48.6904"^^xsd:decimal ;
  geo-pos:long "-1.59049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5061'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59049'^^xsd:double;
  dwc:latitude '48.6904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59049 48.6904, -1.59049 48.6904, -1.59049 48.6904, -1.59049 48.6904, -1.59049 48.6904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5061'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69426 -1.59049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69426 -1.59049)"^^geo:wktLiteral ;
  geo-pos:lat "48.69426"^^xsd:decimal ;
  geo-pos:long "-1.59049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1443'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59049'^^xsd:double;
  dwc:latitude '48.69426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59049 48.69426, -1.59049 48.69426, -1.59049 48.69426, -1.59049 48.69426, -1.59049 48.69426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1443'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67115 -1.59048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67115 -1.59048)"^^geo:wktLiteral ;
  geo-pos:lat "48.67115"^^xsd:decimal ;
  geo-pos:long "-1.59048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11071'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59048'^^xsd:double;
  dwc:latitude '48.67115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59048 48.67115, -1.59048 48.67115, -1.59048 48.67115, -1.59048 48.67115, -1.59048 48.67115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11071'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65176 -1.59047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65176 -1.59047)"^^geo:wktLiteral ;
  geo-pos:lat "48.65176"^^xsd:decimal ;
  geo-pos:long "-1.59047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13010'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59047'^^xsd:double;
  dwc:latitude '48.65176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59047 48.65176, -1.59047 48.65176, -1.59047 48.65176, -1.59047 48.65176, -1.59047 48.65176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13010'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68227 -1.59046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68227 -1.59046)"^^geo:wktLiteral ;
  geo-pos:lat "48.68227"^^xsd:decimal ;
  geo-pos:long "-1.59046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3831'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59046'^^xsd:double;
  dwc:latitude '48.68227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59046 48.68227, -1.59046 48.68227, -1.59046 48.68227, -1.59046 48.68227, -1.59046 48.68227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3831'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73577 -1.59046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73577 -1.59046)"^^geo:wktLiteral ;
  geo-pos:lat "48.73577"^^xsd:decimal ;
  geo-pos:long "-1.59046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2485'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59046'^^xsd:double;
  dwc:latitude '48.73577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59046 48.73577, -1.59046 48.73577, -1.59046 48.73577, -1.59046 48.73577, -1.59046 48.73577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2485'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66909 -1.59044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66909"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66909 -1.59044)"^^geo:wktLiteral ;
  geo-pos:lat "48.66909"^^xsd:decimal ;
  geo-pos:long "-1.59044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10710'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59044'^^xsd:double;
  dwc:latitude '48.66909'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59044 48.66909, -1.59044 48.66909, -1.59044 48.66909, -1.59044 48.66909, -1.59044 48.66909))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10710'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68213 -1.59044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68213 -1.59044)"^^geo:wktLiteral ;
  geo-pos:lat "48.68213"^^xsd:decimal ;
  geo-pos:long "-1.59044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1731'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59044'^^xsd:double;
  dwc:latitude '48.68213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59044 48.68213, -1.59044 48.68213, -1.59044 48.68213, -1.59044 48.68213, -1.59044 48.68213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1731'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64531 -1.5904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64531 -1.5904)"^^geo:wktLiteral ;
  geo-pos:lat "48.64531"^^xsd:decimal ;
  geo-pos:long "-1.5904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12025'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5904'^^xsd:double;
  dwc:latitude '48.64531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5904 48.64531, -1.5904 48.64531, -1.5904 48.64531, -1.5904 48.64531, -1.5904 48.64531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12025'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66959 -1.5904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66959 -1.5904)"^^geo:wktLiteral ;
  geo-pos:lat "48.66959"^^xsd:decimal ;
  geo-pos:long "-1.5904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8721'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5904'^^xsd:double;
  dwc:latitude '48.66959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5904 48.66959, -1.5904 48.66959, -1.5904 48.66959, -1.5904 48.66959, -1.5904 48.66959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8721'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67055 -1.5904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67055 -1.5904)"^^geo:wktLiteral ;
  geo-pos:lat "48.67055"^^xsd:decimal ;
  geo-pos:long "-1.5904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5613'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5904'^^xsd:double;
  dwc:latitude '48.67055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5904 48.67055, -1.5904 48.67055, -1.5904 48.67055, -1.5904 48.67055, -1.5904 48.67055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5613'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67671 -1.59039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67671 -1.59039)"^^geo:wktLiteral ;
  geo-pos:lat "48.67671"^^xsd:decimal ;
  geo-pos:long "-1.59039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4859'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59039'^^xsd:double;
  dwc:latitude '48.67671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59039 48.67671, -1.59039 48.67671, -1.59039 48.67671, -1.59039 48.67671, -1.59039 48.67671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4859'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73645 -1.59035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73645 -1.59035)"^^geo:wktLiteral ;
  geo-pos:lat "48.73645"^^xsd:decimal ;
  geo-pos:long "-1.59035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7701'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59035'^^xsd:double;
  dwc:latitude '48.73645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59035 48.73645, -1.59035 48.73645, -1.59035 48.73645, -1.59035 48.73645, -1.59035 48.73645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7701'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65113 -1.59033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65113 -1.59033)"^^geo:wktLiteral ;
  geo-pos:lat "48.65113"^^xsd:decimal ;
  geo-pos:long "-1.59033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13005'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59033'^^xsd:double;
  dwc:latitude '48.65113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59033 48.65113, -1.59033 48.65113, -1.59033 48.65113, -1.59033 48.65113, -1.59033 48.65113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13005'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67256 -1.59032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67256 -1.59032)"^^geo:wktLiteral ;
  geo-pos:lat "48.67256"^^xsd:decimal ;
  geo-pos:long "-1.59032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10666'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59032'^^xsd:double;
  dwc:latitude '48.67256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59032 48.67256, -1.59032 48.67256, -1.59032 48.67256, -1.59032 48.67256, -1.59032 48.67256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10666'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.656 -1.5903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.656 -1.5903)"^^geo:wktLiteral ;
  geo-pos:lat "48.656"^^xsd:decimal ;
  geo-pos:long "-1.5903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12589'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5903'^^xsd:double;
  dwc:latitude '48.656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5903 48.656, -1.5903 48.656, -1.5903 48.656, -1.5903 48.656, -1.5903 48.656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12589'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70772 -1.59028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70772 -1.59028)"^^geo:wktLiteral ;
  geo-pos:lat "48.70772"^^xsd:decimal ;
  geo-pos:long "-1.59028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9670'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59028'^^xsd:double;
  dwc:latitude '48.70772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59028 48.70772, -1.59028 48.70772, -1.59028 48.70772, -1.59028 48.70772, -1.59028 48.70772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9670'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65082 -1.59027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65082 -1.59027)"^^geo:wktLiteral ;
  geo-pos:lat "48.65082"^^xsd:decimal ;
  geo-pos:long "-1.59027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12631'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59027'^^xsd:double;
  dwc:latitude '48.65082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59027 48.65082, -1.59027 48.65082, -1.59027 48.65082, -1.59027 48.65082, -1.59027 48.65082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12631'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67143 -1.59026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67143 -1.59026)"^^geo:wktLiteral ;
  geo-pos:lat "48.67143"^^xsd:decimal ;
  geo-pos:long "-1.59026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11518'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59026'^^xsd:double;
  dwc:latitude '48.67143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59026 48.67143, -1.59026 48.67143, -1.59026 48.67143, -1.59026 48.67143, -1.59026 48.67143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11518'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6844 -1.59024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6844 -1.59024)"^^geo:wktLiteral ;
  geo-pos:lat "48.6844"^^xsd:decimal ;
  geo-pos:long "-1.59024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4664'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59024'^^xsd:double;
  dwc:latitude '48.6844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59024 48.6844, -1.59024 48.6844, -1.59024 48.6844, -1.59024 48.6844, -1.59024 48.6844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4664'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65892 -1.59023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65892 -1.59023)"^^geo:wktLiteral ;
  geo-pos:lat "48.65892"^^xsd:decimal ;
  geo-pos:long "-1.59023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12246'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59023'^^xsd:double;
  dwc:latitude '48.65892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59023 48.65892, -1.59023 48.65892, -1.59023 48.65892, -1.59023 48.65892, -1.59023 48.65892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12246'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68762 -1.59022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68762 -1.59022)"^^geo:wktLiteral ;
  geo-pos:lat "48.68762"^^xsd:decimal ;
  geo-pos:long "-1.59022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6236'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59022'^^xsd:double;
  dwc:latitude '48.68762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59022 48.68762, -1.59022 48.68762, -1.59022 48.68762, -1.59022 48.68762, -1.59022 48.68762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6236'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6836 -1.59021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6836 -1.59021)"^^geo:wktLiteral ;
  geo-pos:lat "48.6836"^^xsd:decimal ;
  geo-pos:long "-1.59021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4580'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59021'^^xsd:double;
  dwc:latitude '48.6836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59021 48.6836, -1.59021 48.6836, -1.59021 48.6836, -1.59021 48.6836, -1.59021 48.6836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4580'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73784 -1.59021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73784 -1.59021)"^^geo:wktLiteral ;
  geo-pos:lat "48.73784"^^xsd:decimal ;
  geo-pos:long "-1.59021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3513'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.23333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59021'^^xsd:double;
  dwc:latitude '48.73784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59021 48.73784, -1.59021 48.73784, -1.59021 48.73784, -1.59021 48.73784, -1.59021 48.73784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3513'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65082 -1.59019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65082 -1.59019)"^^geo:wktLiteral ;
  geo-pos:lat "48.65082"^^xsd:decimal ;
  geo-pos:long "-1.59019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12257'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59019'^^xsd:double;
  dwc:latitude '48.65082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59019 48.65082, -1.59019 48.65082, -1.59019 48.65082, -1.59019 48.65082, -1.59019 48.65082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12257'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68633 -1.59019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68633 -1.59019)"^^geo:wktLiteral ;
  geo-pos:lat "48.68633"^^xsd:decimal ;
  geo-pos:long "-1.59019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7289'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59019'^^xsd:double;
  dwc:latitude '48.68633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59019 48.68633, -1.59019 48.68633, -1.59019 48.68633, -1.59019 48.68633, -1.59019 48.68633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7289'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68713 -1.59018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68713"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68713 -1.59018)"^^geo:wktLiteral ;
  geo-pos:lat "48.68713"^^xsd:decimal ;
  geo-pos:long "-1.59018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6624'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59018'^^xsd:double;
  dwc:latitude '48.68713'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59018 48.68713, -1.59018 48.68713, -1.59018 48.68713, -1.59018 48.68713, -1.59018 48.68713))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6624'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72778 -1.59017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72778 -1.59017)"^^geo:wktLiteral ;
  geo-pos:lat "48.72778"^^xsd:decimal ;
  geo-pos:long "-1.59017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4495'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59017'^^xsd:double;
  dwc:latitude '48.72778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59017 48.72778, -1.59017 48.72778, -1.59017 48.72778, -1.59017 48.72778, -1.59017 48.72778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4495'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65956 -1.59016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65956 -1.59016)"^^geo:wktLiteral ;
  geo-pos:lat "48.65956"^^xsd:decimal ;
  geo-pos:long "-1.59016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3211'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59016'^^xsd:double;
  dwc:latitude '48.65956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59016 48.65956, -1.59016 48.65956, -1.59016 48.65956, -1.59016 48.65956, -1.59016 48.65956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3211'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71088 -1.59016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71088 -1.59016)"^^geo:wktLiteral ;
  geo-pos:lat "48.71088"^^xsd:decimal ;
  geo-pos:long "-1.59016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6539'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59016'^^xsd:double;
  dwc:latitude '48.71088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59016 48.71088, -1.59016 48.71088, -1.59016 48.71088, -1.59016 48.71088, -1.59016 48.71088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6539'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65125 -1.59014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65125 -1.59014)"^^geo:wktLiteral ;
  geo-pos:lat "48.65125"^^xsd:decimal ;
  geo-pos:long "-1.59014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13481'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59014'^^xsd:double;
  dwc:latitude '48.65125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59014 48.65125, -1.59014 48.65125, -1.59014 48.65125, -1.59014 48.65125, -1.59014 48.65125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13481'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71804 -1.59014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71804 -1.59014)"^^geo:wktLiteral ;
  geo-pos:lat "48.71804"^^xsd:decimal ;
  geo-pos:long "-1.59014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9541'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59014'^^xsd:double;
  dwc:latitude '48.71804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59014 48.71804, -1.59014 48.71804, -1.59014 48.71804, -1.59014 48.71804, -1.59014 48.71804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9541'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69994 -1.59013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69994 -1.59013)"^^geo:wktLiteral ;
  geo-pos:lat "48.69994"^^xsd:decimal ;
  geo-pos:long "-1.59013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3788'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59013'^^xsd:double;
  dwc:latitude '48.69994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59013 48.69994, -1.59013 48.69994, -1.59013 48.69994, -1.59013 48.69994, -1.59013 48.69994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3788'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6506 -1.59012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6506"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6506 -1.59012)"^^geo:wktLiteral ;
  geo-pos:lat "48.6506"^^xsd:decimal ;
  geo-pos:long "-1.59012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_12510'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59012'^^xsd:double;
  dwc:latitude '48.6506'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59012 48.6506, -1.59012 48.6506, -1.59012 48.6506, -1.59012 48.6506, -1.59012 48.6506))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12510'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68973 -1.59011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68973 -1.59011)"^^geo:wktLiteral ;
  geo-pos:lat "48.68973"^^xsd:decimal ;
  geo-pos:long "-1.59011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6310'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59011'^^xsd:double;
  dwc:latitude '48.68973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59011 48.68973, -1.59011 48.68973, -1.59011 48.68973, -1.59011 48.68973, -1.59011 48.68973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6310'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69692 -1.59011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69692 -1.59011)"^^geo:wktLiteral ;
  geo-pos:lat "48.69692"^^xsd:decimal ;
  geo-pos:long "-1.59011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10325'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59011'^^xsd:double;
  dwc:latitude '48.69692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59011 48.69692, -1.59011 48.69692, -1.59011 48.69692, -1.59011 48.69692, -1.59011 48.69692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10325'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.651 -1.59009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.651 -1.59009)"^^geo:wktLiteral ;
  geo-pos:lat "48.651"^^xsd:decimal ;
  geo-pos:long "-1.59009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11248'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59009'^^xsd:double;
  dwc:latitude '48.651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59009 48.651, -1.59009 48.651, -1.59009 48.651, -1.59009 48.651, -1.59009 48.651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11248'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64707 -1.59008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64707 -1.59008)"^^geo:wktLiteral ;
  geo-pos:lat "48.64707"^^xsd:decimal ;
  geo-pos:long "-1.59008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7667'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59008'^^xsd:double;
  dwc:latitude '48.64707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59008 48.64707, -1.59008 48.64707, -1.59008 48.64707, -1.59008 48.64707, -1.59008 48.64707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7667'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69304 -1.59008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69304"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_64>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69304 -1.59008)"^^geo:wktLiteral ;
  geo-pos:lat "48.69304"^^xsd:decimal ;
  geo-pos:long "-1.59008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_64'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_64'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59008'^^xsd:double;
  dwc:latitude '48.69304'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59008 48.69304, -1.59008 48.69304, -1.59008 48.69304, -1.59008 48.69304, -1.59008 48.69304))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_64'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66972 -1.59007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66972 -1.59007)"^^geo:wktLiteral ;
  geo-pos:lat "48.66972"^^xsd:decimal ;
  geo-pos:long "-1.59007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6303'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59007'^^xsd:double;
  dwc:latitude '48.66972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59007 48.66972, -1.59007 48.66972, -1.59007 48.66972, -1.59007 48.66972, -1.59007 48.66972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6303'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64722 -1.59006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64722 -1.59006)"^^geo:wktLiteral ;
  geo-pos:lat "48.64722"^^xsd:decimal ;
  geo-pos:long "-1.59006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12389'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59006'^^xsd:double;
  dwc:latitude '48.64722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59006 48.64722, -1.59006 48.64722, -1.59006 48.64722, -1.59006 48.64722, -1.59006 48.64722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12389'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69275 -1.59005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69275 -1.59005)"^^geo:wktLiteral ;
  geo-pos:lat "48.69275"^^xsd:decimal ;
  geo-pos:long "-1.59005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5174'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59005'^^xsd:double;
  dwc:latitude '48.69275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59005 48.69275, -1.59005 48.69275, -1.59005 48.69275, -1.59005 48.69275, -1.59005 48.69275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5174'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70497 -1.59005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70497 -1.59005)"^^geo:wktLiteral ;
  geo-pos:lat "48.70497"^^xsd:decimal ;
  geo-pos:long "-1.59005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5226'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59005'^^xsd:double;
  dwc:latitude '48.70497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59005 48.70497, -1.59005 48.70497, -1.59005 48.70497, -1.59005 48.70497, -1.59005 48.70497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5226'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69742 -1.59004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69742 -1.59004)"^^geo:wktLiteral ;
  geo-pos:lat "48.69742"^^xsd:decimal ;
  geo-pos:long "-1.59004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_808'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59004'^^xsd:double;
  dwc:latitude '48.69742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59004 48.69742, -1.59004 48.69742, -1.59004 48.69742, -1.59004 48.69742, -1.59004 48.69742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_808'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72445 -1.59004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72445 -1.59004)"^^geo:wktLiteral ;
  geo-pos:lat "48.72445"^^xsd:decimal ;
  geo-pos:long "-1.59004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8405'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59004'^^xsd:double;
  dwc:latitude '48.72445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59004 48.72445, -1.59004 48.72445, -1.59004 48.72445, -1.59004 48.72445, -1.59004 48.72445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8405'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64778 -1.59001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64778 -1.59001)"^^geo:wktLiteral ;
  geo-pos:lat "48.64778"^^xsd:decimal ;
  geo-pos:long "-1.59001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13453'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59001'^^xsd:double;
  dwc:latitude '48.64778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59001 48.64778, -1.59001 48.64778, -1.59001 48.64778, -1.59001 48.64778, -1.59001 48.64778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13453'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65933 -1.59001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65933 -1.59001)"^^geo:wktLiteral ;
  geo-pos:lat "48.65933"^^xsd:decimal ;
  geo-pos:long "-1.59001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12096'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59001'^^xsd:double;
  dwc:latitude '48.65933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59001 48.65933, -1.59001 48.65933, -1.59001 48.65933, -1.59001 48.65933, -1.59001 48.65933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12096'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72018 -1.59001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72018 -1.59001)"^^geo:wktLiteral ;
  geo-pos:lat "48.72018"^^xsd:decimal ;
  geo-pos:long "-1.59001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3675'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59001'^^xsd:double;
  dwc:latitude '48.72018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59001 48.72018, -1.59001 48.72018, -1.59001 48.72018, -1.59001 48.72018, -1.59001 48.72018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3675'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66447 -1.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66447 -1.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.66447"^^xsd:decimal ;
  geo-pos:long "-1.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2820'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59'^^xsd:double;
  dwc:latitude '48.66447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59 48.66447, -1.59 48.66447, -1.59 48.66447, -1.59 48.66447, -1.59 48.66447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2820'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71412 -1.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71412 -1.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.71412"^^xsd:decimal ;
  geo-pos:long "-1.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9496'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59'^^xsd:double;
  dwc:latitude '48.71412'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59 48.71412, -1.59 48.71412, -1.59 48.71412, -1.59 48.71412, -1.59 48.71412))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9496'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73558 -1.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73558 -1.59)"^^geo:wktLiteral ;
  geo-pos:lat "48.73558"^^xsd:decimal ;
  geo-pos:long "-1.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_742'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.59'^^xsd:double;
  dwc:latitude '48.73558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.59 48.73558, -1.59 48.73558, -1.59 48.73558, -1.59 48.73558, -1.59 48.73558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_742'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68315 -1.58998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68315 -1.58998)"^^geo:wktLiteral ;
  geo-pos:lat "48.68315"^^xsd:decimal ;
  geo-pos:long "-1.58998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7222'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58998'^^xsd:double;
  dwc:latitude '48.68315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58998 48.68315, -1.58998 48.68315, -1.58998 48.68315, -1.58998 48.68315, -1.58998 48.68315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7222'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69643 -1.58996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69643 -1.58996)"^^geo:wktLiteral ;
  geo-pos:lat "48.69643"^^xsd:decimal ;
  geo-pos:long "-1.58996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3787'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58996'^^xsd:double;
  dwc:latitude '48.69643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58996 48.69643, -1.58996 48.69643, -1.58996 48.69643, -1.58996 48.69643, -1.58996 48.69643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3787'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6481 -1.58994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6481 -1.58994)"^^geo:wktLiteral ;
  geo-pos:lat "48.6481"^^xsd:decimal ;
  geo-pos:long "-1.58994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12837'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58994'^^xsd:double;
  dwc:latitude '48.6481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58994 48.6481, -1.58994 48.6481, -1.58994 48.6481, -1.58994 48.6481, -1.58994 48.6481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12837'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64966 -1.58993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64966 -1.58993)"^^geo:wktLiteral ;
  geo-pos:lat "48.64966"^^xsd:decimal ;
  geo-pos:long "-1.58993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12841'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58993'^^xsd:double;
  dwc:latitude '48.64966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58993 48.64966, -1.58993 48.64966, -1.58993 48.64966, -1.58993 48.64966, -1.58993 48.64966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12841'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68852 -1.58992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68852 -1.58992)"^^geo:wktLiteral ;
  geo-pos:lat "48.68852"^^xsd:decimal ;
  geo-pos:long "-1.58992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7178'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58992'^^xsd:double;
  dwc:latitude '48.68852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58992 48.68852, -1.58992 48.68852, -1.58992 48.68852, -1.58992 48.68852, -1.58992 48.68852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7178'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69594 -1.5899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69594 -1.5899)"^^geo:wktLiteral ;
  geo-pos:lat "48.69594"^^xsd:decimal ;
  geo-pos:long "-1.5899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_10832'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5899'^^xsd:double;
  dwc:latitude '48.69594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5899 48.69594, -1.5899 48.69594, -1.5899 48.69594, -1.5899 48.69594, -1.5899 48.69594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10832'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66916 -1.58987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66916 -1.58987)"^^geo:wktLiteral ;
  geo-pos:lat "48.66916"^^xsd:decimal ;
  geo-pos:long "-1.58987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11435'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58987'^^xsd:double;
  dwc:latitude '48.66916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58987 48.66916, -1.58987 48.66916, -1.58987 48.66916, -1.58987 48.66916, -1.58987 48.66916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11435'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70749 -1.58987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70749 -1.58987)"^^geo:wktLiteral ;
  geo-pos:lat "48.70749"^^xsd:decimal ;
  geo-pos:long "-1.58987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10044'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58987'^^xsd:double;
  dwc:latitude '48.70749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58987 48.70749, -1.58987 48.70749, -1.58987 48.70749, -1.58987 48.70749, -1.58987 48.70749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10044'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65867 -1.58986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65867 -1.58986)"^^geo:wktLiteral ;
  geo-pos:lat "48.65867"^^xsd:decimal ;
  geo-pos:long "-1.58986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11382'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58986'^^xsd:double;
  dwc:latitude '48.65867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58986 48.65867, -1.58986 48.65867, -1.58986 48.65867, -1.58986 48.65867, -1.58986 48.65867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11382'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68256 -1.58986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68256 -1.58986)"^^geo:wktLiteral ;
  geo-pos:lat "48.68256"^^xsd:decimal ;
  geo-pos:long "-1.58986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5170'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58986'^^xsd:double;
  dwc:latitude '48.68256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58986 48.68256, -1.58986 48.68256, -1.58986 48.68256, -1.58986 48.68256, -1.58986 48.68256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5170'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6996 -1.58986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6996"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6996 -1.58986)"^^geo:wktLiteral ;
  geo-pos:lat "48.6996"^^xsd:decimal ;
  geo-pos:long "-1.58986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6593'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58986'^^xsd:double;
  dwc:latitude '48.6996'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58986 48.6996, -1.58986 48.6996, -1.58986 48.6996, -1.58986 48.6996, -1.58986 48.6996))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6593'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66836 -1.58985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66836 -1.58985)"^^geo:wktLiteral ;
  geo-pos:lat "48.66836"^^xsd:decimal ;
  geo-pos:long "-1.58985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9156'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58985'^^xsd:double;
  dwc:latitude '48.66836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58985 48.66836, -1.58985 48.66836, -1.58985 48.66836, -1.58985 48.66836, -1.58985 48.66836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9156'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65355 -1.58981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65355 -1.58981)"^^geo:wktLiteral ;
  geo-pos:lat "48.65355"^^xsd:decimal ;
  geo-pos:long "-1.58981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12378'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58981'^^xsd:double;
  dwc:latitude '48.65355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58981 48.65355, -1.58981 48.65355, -1.58981 48.65355, -1.58981 48.65355, -1.58981 48.65355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12378'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68632 -1.58981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68632 -1.58981)"^^geo:wktLiteral ;
  geo-pos:lat "48.68632"^^xsd:decimal ;
  geo-pos:long "-1.58981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7266'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58981'^^xsd:double;
  dwc:latitude '48.68632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58981 48.68632, -1.58981 48.68632, -1.58981 48.68632, -1.58981 48.68632, -1.58981 48.68632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7266'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65109 -1.5898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65109 -1.5898)"^^geo:wktLiteral ;
  geo-pos:lat "48.65109"^^xsd:decimal ;
  geo-pos:long "-1.5898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12648'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5898'^^xsd:double;
  dwc:latitude '48.65109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5898 48.65109, -1.5898 48.65109, -1.5898 48.65109, -1.5898 48.65109, -1.5898 48.65109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12648'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66939 -1.5898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66939 -1.5898)"^^geo:wktLiteral ;
  geo-pos:lat "48.66939"^^xsd:decimal ;
  geo-pos:long "-1.5898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_11479'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5898'^^xsd:double;
  dwc:latitude '48.66939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5898 48.66939, -1.5898 48.66939, -1.5898 48.66939, -1.5898 48.66939, -1.5898 48.66939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11479'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71439 -1.58979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71439"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71439 -1.58979)"^^geo:wktLiteral ;
  geo-pos:lat "48.71439"^^xsd:decimal ;
  geo-pos:long "-1.58979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4468'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58979'^^xsd:double;
  dwc:latitude '48.71439'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58979 48.71439, -1.58979 48.71439, -1.58979 48.71439, -1.58979 48.71439, -1.58979 48.71439))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4468'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69529 -1.58978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69529 -1.58978)"^^geo:wktLiteral ;
  geo-pos:lat "48.69529"^^xsd:decimal ;
  geo-pos:long "-1.58978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3712'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58978'^^xsd:double;
  dwc:latitude '48.69529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58978 48.69529, -1.58978 48.69529, -1.58978 48.69529, -1.58978 48.69529, -1.58978 48.69529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3712'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71508 -1.58978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71508"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71508 -1.58978)"^^geo:wktLiteral ;
  geo-pos:lat "48.71508"^^xsd:decimal ;
  geo-pos:long "-1.58978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11224'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58978'^^xsd:double;
  dwc:latitude '48.71508'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58978 48.71508, -1.58978 48.71508, -1.58978 48.71508, -1.58978 48.71508, -1.58978 48.71508))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11224'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69818 -1.58976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69818 -1.58976)"^^geo:wktLiteral ;
  geo-pos:lat "48.69818"^^xsd:decimal ;
  geo-pos:long "-1.58976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7200'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58976'^^xsd:double;
  dwc:latitude '48.69818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58976 48.69818, -1.58976 48.69818, -1.58976 48.69818, -1.58976 48.69818, -1.58976 48.69818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7200'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6449 -1.58975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6449 -1.58975)"^^geo:wktLiteral ;
  geo-pos:lat "48.6449"^^xsd:decimal ;
  geo-pos:long "-1.58975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12840'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58975'^^xsd:double;
  dwc:latitude '48.6449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58975 48.6449, -1.58975 48.6449, -1.58975 48.6449, -1.58975 48.6449, -1.58975 48.6449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12840'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68883 -1.58975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68883 -1.58975)"^^geo:wktLiteral ;
  geo-pos:lat "48.68883"^^xsd:decimal ;
  geo-pos:long "-1.58975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4421'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58975'^^xsd:double;
  dwc:latitude '48.68883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58975 48.68883, -1.58975 48.68883, -1.58975 48.68883, -1.58975 48.68883, -1.58975 48.68883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4421'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64827 -1.58974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64827 -1.58974)"^^geo:wktLiteral ;
  geo-pos:lat "48.64827"^^xsd:decimal ;
  geo-pos:long "-1.58974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13365'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58974'^^xsd:double;
  dwc:latitude '48.64827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58974 48.64827, -1.58974 48.64827, -1.58974 48.64827, -1.58974 48.64827, -1.58974 48.64827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13365'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66895 -1.58973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66895 -1.58973)"^^geo:wktLiteral ;
  geo-pos:lat "48.66895"^^xsd:decimal ;
  geo-pos:long "-1.58973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10572'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58973'^^xsd:double;
  dwc:latitude '48.66895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58973 48.66895, -1.58973 48.66895, -1.58973 48.66895, -1.58973 48.66895, -1.58973 48.66895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10572'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71207 -1.58972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71207 -1.58972)"^^geo:wktLiteral ;
  geo-pos:lat "48.71207"^^xsd:decimal ;
  geo-pos:long "-1.58972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1784'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58972'^^xsd:double;
  dwc:latitude '48.71207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58972 48.71207, -1.58972 48.71207, -1.58972 48.71207, -1.58972 48.71207, -1.58972 48.71207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1784'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71944 -1.58972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71944 -1.58972)"^^geo:wktLiteral ;
  geo-pos:lat "48.71944"^^xsd:decimal ;
  geo-pos:long "-1.58972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7840'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58972'^^xsd:double;
  dwc:latitude '48.71944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58972 48.71944, -1.58972 48.71944, -1.58972 48.71944, -1.58972 48.71944, -1.58972 48.71944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7840'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68916 -1.5897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68916 -1.5897)"^^geo:wktLiteral ;
  geo-pos:lat "48.68916"^^xsd:decimal ;
  geo-pos:long "-1.5897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7147'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5897'^^xsd:double;
  dwc:latitude '48.68916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5897 48.68916, -1.5897 48.68916, -1.5897 48.68916, -1.5897 48.68916, -1.5897 48.68916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7147'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68933 -1.5897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68933 -1.5897)"^^geo:wktLiteral ;
  geo-pos:lat "48.68933"^^xsd:decimal ;
  geo-pos:long "-1.5897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5060'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5897'^^xsd:double;
  dwc:latitude '48.68933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5897 48.68933, -1.5897 48.68933, -1.5897 48.68933, -1.5897 48.68933, -1.5897 48.68933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5060'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68825 -1.58964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68825 -1.58964)"^^geo:wktLiteral ;
  geo-pos:lat "48.68825"^^xsd:decimal ;
  geo-pos:long "-1.58964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4569'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58964'^^xsd:double;
  dwc:latitude '48.68825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58964 48.68825, -1.58964 48.68825, -1.58964 48.68825, -1.58964 48.68825, -1.58964 48.68825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4569'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69286 -1.58964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69286 -1.58964)"^^geo:wktLiteral ;
  geo-pos:lat "48.69286"^^xsd:decimal ;
  geo-pos:long "-1.58964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9163'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58964'^^xsd:double;
  dwc:latitude '48.69286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58964 48.69286, -1.58964 48.69286, -1.58964 48.69286, -1.58964 48.69286, -1.58964 48.69286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9163'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66855 -1.58963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66855 -1.58963)"^^geo:wktLiteral ;
  geo-pos:lat "48.66855"^^xsd:decimal ;
  geo-pos:long "-1.58963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12277'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58963'^^xsd:double;
  dwc:latitude '48.66855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58963 48.66855, -1.58963 48.66855, -1.58963 48.66855, -1.58963 48.66855, -1.58963 48.66855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12277'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68651 -1.58962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68651 -1.58962)"^^geo:wktLiteral ;
  geo-pos:lat "48.68651"^^xsd:decimal ;
  geo-pos:long "-1.58962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5706'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58962'^^xsd:double;
  dwc:latitude '48.68651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58962 48.68651, -1.58962 48.68651, -1.58962 48.68651, -1.58962 48.68651, -1.58962 48.68651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5706'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71323 -1.58962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71323 -1.58962)"^^geo:wktLiteral ;
  geo-pos:lat "48.71323"^^xsd:decimal ;
  geo-pos:long "-1.58962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4467'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58962'^^xsd:double;
  dwc:latitude '48.71323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58962 48.71323, -1.58962 48.71323, -1.58962 48.71323, -1.58962 48.71323, -1.58962 48.71323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4467'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65659 -1.58961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65659 -1.58961)"^^geo:wktLiteral ;
  geo-pos:lat "48.65659"^^xsd:decimal ;
  geo-pos:long "-1.58961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12530'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58961'^^xsd:double;
  dwc:latitude '48.65659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58961 48.65659, -1.58961 48.65659, -1.58961 48.65659, -1.58961 48.65659, -1.58961 48.65659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12530'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7033 -1.58959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7033 -1.58959)"^^geo:wktLiteral ;
  geo-pos:lat "48.7033"^^xsd:decimal ;
  geo-pos:long "-1.58959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6270'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58959'^^xsd:double;
  dwc:latitude '48.7033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58959 48.7033, -1.58959 48.7033, -1.58959 48.7033, -1.58959 48.7033, -1.58959 48.7033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6270'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71068 -1.58958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71068 -1.58958)"^^geo:wktLiteral ;
  geo-pos:lat "48.71068"^^xsd:decimal ;
  geo-pos:long "-1.58958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10206'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58958'^^xsd:double;
  dwc:latitude '48.71068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58958 48.71068, -1.58958 48.71068, -1.58958 48.71068, -1.58958 48.71068, -1.58958 48.71068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10206'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68783 -1.58957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68783 -1.58957)"^^geo:wktLiteral ;
  geo-pos:lat "48.68783"^^xsd:decimal ;
  geo-pos:long "-1.58957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5025'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58957'^^xsd:double;
  dwc:latitude '48.68783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58957 48.68783, -1.58957 48.68783, -1.58957 48.68783, -1.58957 48.68783, -1.58957 48.68783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5025'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71605 -1.58957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71605 -1.58957)"^^geo:wktLiteral ;
  geo-pos:lat "48.71605"^^xsd:decimal ;
  geo-pos:long "-1.58957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1994'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58957'^^xsd:double;
  dwc:latitude '48.71605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58957 48.71605, -1.58957 48.71605, -1.58957 48.71605, -1.58957 48.71605, -1.58957 48.71605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1994'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6521 -1.58955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6521 -1.58955)"^^geo:wktLiteral ;
  geo-pos:lat "48.6521"^^xsd:decimal ;
  geo-pos:long "-1.58955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12588'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58955'^^xsd:double;
  dwc:latitude '48.6521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58955 48.6521, -1.58955 48.6521, -1.58955 48.6521, -1.58955 48.6521, -1.58955 48.6521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12588'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6674 -1.58955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6674 -1.58955)"^^geo:wktLiteral ;
  geo-pos:lat "48.6674"^^xsd:decimal ;
  geo-pos:long "-1.58955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13112'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58955'^^xsd:double;
  dwc:latitude '48.6674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58955 48.6674, -1.58955 48.6674, -1.58955 48.6674, -1.58955 48.6674, -1.58955 48.6674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13112'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69234 -1.58955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69234 -1.58955)"^^geo:wktLiteral ;
  geo-pos:lat "48.69234"^^xsd:decimal ;
  geo-pos:long "-1.58955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6123'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58955'^^xsd:double;
  dwc:latitude '48.69234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58955 48.69234, -1.58955 48.69234, -1.58955 48.69234, -1.58955 48.69234, -1.58955 48.69234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6123'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68071 -1.58953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68071"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68071 -1.58953)"^^geo:wktLiteral ;
  geo-pos:lat "48.68071"^^xsd:decimal ;
  geo-pos:long "-1.58953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3648'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58953'^^xsd:double;
  dwc:latitude '48.68071'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58953 48.68071, -1.58953 48.68071, -1.58953 48.68071, -1.58953 48.68071, -1.58953 48.68071))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3648'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72291 -1.58953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72291 -1.58953)"^^geo:wktLiteral ;
  geo-pos:lat "48.72291"^^xsd:decimal ;
  geo-pos:long "-1.58953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9226'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58953'^^xsd:double;
  dwc:latitude '48.72291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58953 48.72291, -1.58953 48.72291, -1.58953 48.72291, -1.58953 48.72291, -1.58953 48.72291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9226'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68787 -1.58952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68787 -1.58952)"^^geo:wktLiteral ;
  geo-pos:lat "48.68787"^^xsd:decimal ;
  geo-pos:long "-1.58952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6941'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58952'^^xsd:double;
  dwc:latitude '48.68787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58952 48.68787, -1.58952 48.68787, -1.58952 48.68787, -1.58952 48.68787, -1.58952 48.68787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6941'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73415 -1.58951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73415 -1.58951)"^^geo:wktLiteral ;
  geo-pos:lat "48.73415"^^xsd:decimal ;
  geo-pos:long "-1.58951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9755'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58951'^^xsd:double;
  dwc:latitude '48.73415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58951 48.73415, -1.58951 48.73415, -1.58951 48.73415, -1.58951 48.73415, -1.58951 48.73415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9755'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.775 -1.58951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.775 -1.58951)"^^geo:wktLiteral ;
  geo-pos:lat "48.775"^^xsd:decimal ;
  geo-pos:long "-1.58951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_792'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58951'^^xsd:double;
  dwc:latitude '48.775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58951 48.775, -1.58951 48.775, -1.58951 48.775, -1.58951 48.775, -1.58951 48.775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_792'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64186 -1.58947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64186 -1.58947)"^^geo:wktLiteral ;
  geo-pos:lat "48.64186"^^xsd:decimal ;
  geo-pos:long "-1.58947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13120'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58947'^^xsd:double;
  dwc:latitude '48.64186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58947 48.64186, -1.58947 48.64186, -1.58947 48.64186, -1.58947 48.64186, -1.58947 48.64186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13120'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64648 -1.58947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64648 -1.58947)"^^geo:wktLiteral ;
  geo-pos:lat "48.64648"^^xsd:decimal ;
  geo-pos:long "-1.58947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13180'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58947'^^xsd:double;
  dwc:latitude '48.64648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58947 48.64648, -1.58947 48.64648, -1.58947 48.64648, -1.58947 48.64648, -1.58947 48.64648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13180'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65137 -1.58947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65137 -1.58947)"^^geo:wktLiteral ;
  geo-pos:lat "48.65137"^^xsd:decimal ;
  geo-pos:long "-1.58947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12633'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58947'^^xsd:double;
  dwc:latitude '48.65137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58947 48.65137, -1.58947 48.65137, -1.58947 48.65137, -1.58947 48.65137, -1.58947 48.65137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12633'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74756 -1.58946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74756 -1.58946)"^^geo:wktLiteral ;
  geo-pos:lat "48.74756"^^xsd:decimal ;
  geo-pos:long "-1.58946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9550'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58946'^^xsd:double;
  dwc:latitude '48.74756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58946 48.74756, -1.58946 48.74756, -1.58946 48.74756, -1.58946 48.74756, -1.58946 48.74756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9550'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66645 -1.58945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66645 -1.58945)"^^geo:wktLiteral ;
  geo-pos:lat "48.66645"^^xsd:decimal ;
  geo-pos:long "-1.58945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12955'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58945'^^xsd:double;
  dwc:latitude '48.66645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58945 48.66645, -1.58945 48.66645, -1.58945 48.66645, -1.58945 48.66645, -1.58945 48.66645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12955'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65517 -1.58944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65517 -1.58944)"^^geo:wktLiteral ;
  geo-pos:lat "48.65517"^^xsd:decimal ;
  geo-pos:long "-1.58944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12255'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58944'^^xsd:double;
  dwc:latitude '48.65517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58944 48.65517, -1.58944 48.65517, -1.58944 48.65517, -1.58944 48.65517, -1.58944 48.65517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12255'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68672 -1.58944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68672 -1.58944)"^^geo:wktLiteral ;
  geo-pos:lat "48.68672"^^xsd:decimal ;
  geo-pos:long "-1.58944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7268'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58944'^^xsd:double;
  dwc:latitude '48.68672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58944 48.68672, -1.58944 48.68672, -1.58944 48.68672, -1.58944 48.68672, -1.58944 48.68672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7268'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6884 -1.58944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6884 -1.58944)"^^geo:wktLiteral ;
  geo-pos:lat "48.6884"^^xsd:decimal ;
  geo-pos:long "-1.58944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4829'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58944'^^xsd:double;
  dwc:latitude '48.6884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58944 48.6884, -1.58944 48.6884, -1.58944 48.6884, -1.58944 48.6884, -1.58944 48.6884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4829'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70388 -1.58944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70388"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70388 -1.58944)"^^geo:wktLiteral ;
  geo-pos:lat "48.70388"^^xsd:decimal ;
  geo-pos:long "-1.58944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4732'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58944'^^xsd:double;
  dwc:latitude '48.70388'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58944 48.70388, -1.58944 48.70388, -1.58944 48.70388, -1.58944 48.70388, -1.58944 48.70388))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4732'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.58943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.58943)"^^geo:wktLiteral ;
  geo-pos:lat "48.65629"^^xsd:decimal ;
  geo-pos:long "-1.58943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12607'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58943'^^xsd:double;
  dwc:latitude '48.65629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58943 48.65629, -1.58943 48.65629, -1.58943 48.65629, -1.58943 48.65629, -1.58943 48.65629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12607'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67177 -1.58942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67177 -1.58942)"^^geo:wktLiteral ;
  geo-pos:lat "48.67177"^^xsd:decimal ;
  geo-pos:long "-1.58942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5611'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58942'^^xsd:double;
  dwc:latitude '48.67177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58942 48.67177, -1.58942 48.67177, -1.58942 48.67177, -1.58942 48.67177, -1.58942 48.67177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5611'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68661 -1.58941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68661 -1.58941)"^^geo:wktLiteral ;
  geo-pos:lat "48.68661"^^xsd:decimal ;
  geo-pos:long "-1.58941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5693'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58941'^^xsd:double;
  dwc:latitude '48.68661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58941 48.68661, -1.58941 48.68661, -1.58941 48.68661, -1.58941 48.68661, -1.58941 48.68661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5693'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69745 -1.58941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69745 -1.58941)"^^geo:wktLiteral ;
  geo-pos:lat "48.69745"^^xsd:decimal ;
  geo-pos:long "-1.58941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10200'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58941'^^xsd:double;
  dwc:latitude '48.69745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58941 48.69745, -1.58941 48.69745, -1.58941 48.69745, -1.58941 48.69745, -1.58941 48.69745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10200'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66851 -1.5894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66851"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66851 -1.5894)"^^geo:wktLiteral ;
  geo-pos:lat "48.66851"^^xsd:decimal ;
  geo-pos:long "-1.5894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13595'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5894'^^xsd:double;
  dwc:latitude '48.66851'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5894 48.66851, -1.5894 48.66851, -1.5894 48.66851, -1.5894 48.66851, -1.5894 48.66851))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13595'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6512 -1.58939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6512"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6512 -1.58939)"^^geo:wktLiteral ;
  geo-pos:lat "48.6512"^^xsd:decimal ;
  geo-pos:long "-1.58939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12256'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58939'^^xsd:double;
  dwc:latitude '48.6512'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58939 48.6512, -1.58939 48.6512, -1.58939 48.6512, -1.58939 48.6512, -1.58939 48.6512))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12256'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68936 -1.58939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68936 -1.58939)"^^geo:wktLiteral ;
  geo-pos:lat "48.68936"^^xsd:decimal ;
  geo-pos:long "-1.58939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9880'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58939'^^xsd:double;
  dwc:latitude '48.68936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58939 48.68936, -1.58939 48.68936, -1.58939 48.68936, -1.58939 48.68936, -1.58939 48.68936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9880'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65958 -1.58938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65958 -1.58938)"^^geo:wktLiteral ;
  geo-pos:lat "48.65958"^^xsd:decimal ;
  geo-pos:long "-1.58938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5603'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58938'^^xsd:double;
  dwc:latitude '48.65958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58938 48.65958, -1.58938 48.65958, -1.58938 48.65958, -1.58938 48.65958, -1.58938 48.65958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5603'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66344 -1.58938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66344 -1.58938)"^^geo:wktLiteral ;
  geo-pos:lat "48.66344"^^xsd:decimal ;
  geo-pos:long "-1.58938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12119'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58938'^^xsd:double;
  dwc:latitude '48.66344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58938 48.66344, -1.58938 48.66344, -1.58938 48.66344, -1.58938 48.66344, -1.58938 48.66344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12119'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68934 -1.58938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68934 -1.58938)"^^geo:wktLiteral ;
  geo-pos:lat "48.68934"^^xsd:decimal ;
  geo-pos:long "-1.58938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9356'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58938'^^xsd:double;
  dwc:latitude '48.68934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58938 48.68934, -1.58938 48.68934, -1.58938 48.68934, -1.58938 48.68934, -1.58938 48.68934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9356'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72169 -1.58938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72169 -1.58938)"^^geo:wktLiteral ;
  geo-pos:lat "48.72169"^^xsd:decimal ;
  geo-pos:long "-1.58938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9661'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58938'^^xsd:double;
  dwc:latitude '48.72169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58938 48.72169, -1.58938 48.72169, -1.58938 48.72169, -1.58938 48.72169, -1.58938 48.72169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9661'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65046 -1.58937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65046 -1.58937)"^^geo:wktLiteral ;
  geo-pos:lat "48.65046"^^xsd:decimal ;
  geo-pos:long "-1.58937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12739'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58937'^^xsd:double;
  dwc:latitude '48.65046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58937 48.65046, -1.58937 48.65046, -1.58937 48.65046, -1.58937 48.65046, -1.58937 48.65046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12739'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65317 -1.58937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65317 -1.58937)"^^geo:wktLiteral ;
  geo-pos:lat "48.65317"^^xsd:decimal ;
  geo-pos:long "-1.58937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12329'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58937'^^xsd:double;
  dwc:latitude '48.65317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58937 48.65317, -1.58937 48.65317, -1.58937 48.65317, -1.58937 48.65317, -1.58937 48.65317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12329'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65921 -1.58937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65921 -1.58937)"^^geo:wktLiteral ;
  geo-pos:lat "48.65921"^^xsd:decimal ;
  geo-pos:long "-1.58937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9473'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58937'^^xsd:double;
  dwc:latitude '48.65921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58937 48.65921, -1.58937 48.65921, -1.58937 48.65921, -1.58937 48.65921, -1.58937 48.65921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9473'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66868 -1.58935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66868"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66868 -1.58935)"^^geo:wktLiteral ;
  geo-pos:lat "48.66868"^^xsd:decimal ;
  geo-pos:long "-1.58935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8584'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58935'^^xsd:double;
  dwc:latitude '48.66868'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58935 48.66868, -1.58935 48.66868, -1.58935 48.66868, -1.58935 48.66868, -1.58935 48.66868))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8584'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68462 -1.58935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68462 -1.58935)"^^geo:wktLiteral ;
  geo-pos:lat "48.68462"^^xsd:decimal ;
  geo-pos:long "-1.58935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5840'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58935'^^xsd:double;
  dwc:latitude '48.68462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58935 48.68462, -1.58935 48.68462, -1.58935 48.68462, -1.58935 48.68462, -1.58935 48.68462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5840'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71158 -1.58933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71158 -1.58933)"^^geo:wktLiteral ;
  geo-pos:lat "48.71158"^^xsd:decimal ;
  geo-pos:long "-1.58933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5000'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58933'^^xsd:double;
  dwc:latitude '48.71158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58933 48.71158, -1.58933 48.71158, -1.58933 48.71158, -1.58933 48.71158, -1.58933 48.71158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5000'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6679 -1.58932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6679 -1.58932)"^^geo:wktLiteral ;
  geo-pos:lat "48.6679"^^xsd:decimal ;
  geo-pos:long "-1.58932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8854'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58932'^^xsd:double;
  dwc:latitude '48.6679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58932 48.6679, -1.58932 48.6679, -1.58932 48.6679, -1.58932 48.6679, -1.58932 48.6679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8854'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70284 -1.58932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70284"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70284 -1.58932)"^^geo:wktLiteral ;
  geo-pos:lat "48.70284"^^xsd:decimal ;
  geo-pos:long "-1.58932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5083'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58932'^^xsd:double;
  dwc:latitude '48.70284'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58932 48.70284, -1.58932 48.70284, -1.58932 48.70284, -1.58932 48.70284, -1.58932 48.70284))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5083'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64776 -1.5893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64776 -1.5893)"^^geo:wktLiteral ;
  geo-pos:lat "48.64776"^^xsd:decimal ;
  geo-pos:long "-1.5893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12402'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5893'^^xsd:double;
  dwc:latitude '48.64776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5893 48.64776, -1.5893 48.64776, -1.5893 48.64776, -1.5893 48.64776, -1.5893 48.64776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12402'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69159 -1.58929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69159 -1.58929)"^^geo:wktLiteral ;
  geo-pos:lat "48.69159"^^xsd:decimal ;
  geo-pos:long "-1.58929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6346'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58929'^^xsd:double;
  dwc:latitude '48.69159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58929 48.69159, -1.58929 48.69159, -1.58929 48.69159, -1.58929 48.69159, -1.58929 48.69159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6346'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66871 -1.58928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66871"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66871 -1.58928)"^^geo:wktLiteral ;
  geo-pos:lat "48.66871"^^xsd:decimal ;
  geo-pos:long "-1.58928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12897'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58928'^^xsd:double;
  dwc:latitude '48.66871'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58928 48.66871, -1.58928 48.66871, -1.58928 48.66871, -1.58928 48.66871, -1.58928 48.66871))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12897'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68136 -1.58927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68136"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68136 -1.58927)"^^geo:wktLiteral ;
  geo-pos:lat "48.68136"^^xsd:decimal ;
  geo-pos:long "-1.58927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5131'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58927'^^xsd:double;
  dwc:latitude '48.68136'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58927 48.68136, -1.58927 48.68136, -1.58927 48.68136, -1.58927 48.68136, -1.58927 48.68136))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5131'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69508 -1.58927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69508"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69508 -1.58927)"^^geo:wktLiteral ;
  geo-pos:lat "48.69508"^^xsd:decimal ;
  geo-pos:long "-1.58927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9649'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58927'^^xsd:double;
  dwc:latitude '48.69508'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58927 48.69508, -1.58927 48.69508, -1.58927 48.69508, -1.58927 48.69508, -1.58927 48.69508))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9649'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65399 -1.58925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65399 -1.58925)"^^geo:wktLiteral ;
  geo-pos:lat "48.65399"^^xsd:decimal ;
  geo-pos:long "-1.58925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12836'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58925'^^xsd:double;
  dwc:latitude '48.65399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58925 48.65399, -1.58925 48.65399, -1.58925 48.65399, -1.58925 48.65399, -1.58925 48.65399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12836'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64286 -1.58924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64286 -1.58924)"^^geo:wktLiteral ;
  geo-pos:lat "48.64286"^^xsd:decimal ;
  geo-pos:long "-1.58924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13085'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58924'^^xsd:double;
  dwc:latitude '48.64286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58924 48.64286, -1.58924 48.64286, -1.58924 48.64286, -1.58924 48.64286, -1.58924 48.64286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13085'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7035 -1.58924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7035 -1.58924)"^^geo:wktLiteral ;
  geo-pos:lat "48.7035"^^xsd:decimal ;
  geo-pos:long "-1.58924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6184'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58924'^^xsd:double;
  dwc:latitude '48.7035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58924 48.7035, -1.58924 48.7035, -1.58924 48.7035, -1.58924 48.7035, -1.58924 48.7035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6184'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64272 -1.58923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64272 -1.58923)"^^geo:wktLiteral ;
  geo-pos:lat "48.64272"^^xsd:decimal ;
  geo-pos:long "-1.58923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13074'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58923'^^xsd:double;
  dwc:latitude '48.64272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58923 48.64272, -1.58923 48.64272, -1.58923 48.64272, -1.58923 48.64272, -1.58923 48.64272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13074'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68445 -1.58923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68445 -1.58923)"^^geo:wktLiteral ;
  geo-pos:lat "48.68445"^^xsd:decimal ;
  geo-pos:long "-1.58923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5050'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58923'^^xsd:double;
  dwc:latitude '48.68445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58923 48.68445, -1.58923 48.68445, -1.58923 48.68445, -1.58923 48.68445, -1.58923 48.68445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5050'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68927 -1.58923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68927 -1.58923)"^^geo:wktLiteral ;
  geo-pos:lat "48.68927"^^xsd:decimal ;
  geo-pos:long "-1.58923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4806'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58923'^^xsd:double;
  dwc:latitude '48.68927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58923 48.68927, -1.58923 48.68927, -1.58923 48.68927, -1.58923 48.68927, -1.58923 48.68927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4806'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66855 -1.58921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66855 -1.58921)"^^geo:wktLiteral ;
  geo-pos:lat "48.66855"^^xsd:decimal ;
  geo-pos:long "-1.58921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7359'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58921'^^xsd:double;
  dwc:latitude '48.66855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58921 48.66855, -1.58921 48.66855, -1.58921 48.66855, -1.58921 48.66855, -1.58921 48.66855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7359'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69739 -1.5892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69739 -1.5892)"^^geo:wktLiteral ;
  geo-pos:lat "48.69739"^^xsd:decimal ;
  geo-pos:long "-1.5892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2705'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5892'^^xsd:double;
  dwc:latitude '48.69739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5892 48.69739, -1.5892 48.69739, -1.5892 48.69739, -1.5892 48.69739, -1.5892 48.69739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2705'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69108 -1.58919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69108 -1.58919)"^^geo:wktLiteral ;
  geo-pos:lat "48.69108"^^xsd:decimal ;
  geo-pos:long "-1.58919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4848'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58919'^^xsd:double;
  dwc:latitude '48.69108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58919 48.69108, -1.58919 48.69108, -1.58919 48.69108, -1.58919 48.69108, -1.58919 48.69108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4848'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71621 -1.58919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71621 -1.58919)"^^geo:wktLiteral ;
  geo-pos:lat "48.71621"^^xsd:decimal ;
  geo-pos:long "-1.58919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5732'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58919'^^xsd:double;
  dwc:latitude '48.71621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58919 48.71621, -1.58919 48.71621, -1.58919 48.71621, -1.58919 48.71621, -1.58919 48.71621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5732'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65428 -1.58917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65428 -1.58917)"^^geo:wktLiteral ;
  geo-pos:lat "48.65428"^^xsd:decimal ;
  geo-pos:long "-1.58917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13117'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58917'^^xsd:double;
  dwc:latitude '48.65428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58917 48.65428, -1.58917 48.65428, -1.58917 48.65428, -1.58917 48.65428, -1.58917 48.65428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13117'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6838 -1.58916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6838"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6838 -1.58916)"^^geo:wktLiteral ;
  geo-pos:lat "48.6838"^^xsd:decimal ;
  geo-pos:long "-1.58916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9860'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58916'^^xsd:double;
  dwc:latitude '48.6838'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58916 48.6838, -1.58916 48.6838, -1.58916 48.6838, -1.58916 48.6838, -1.58916 48.6838))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9860'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6982 -1.58915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6982 -1.58915)"^^geo:wktLiteral ;
  geo-pos:lat "48.6982"^^xsd:decimal ;
  geo-pos:long "-1.58915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5102'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58915'^^xsd:double;
  dwc:latitude '48.6982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58915 48.6982, -1.58915 48.6982, -1.58915 48.6982, -1.58915 48.6982, -1.58915 48.6982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5102'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71793 -1.58915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71793 -1.58915)"^^geo:wktLiteral ;
  geo-pos:lat "48.71793"^^xsd:decimal ;
  geo-pos:long "-1.58915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10482'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58915'^^xsd:double;
  dwc:latitude '48.71793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58915 48.71793, -1.58915 48.71793, -1.58915 48.71793, -1.58915 48.71793, -1.58915 48.71793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10482'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64417 -1.58914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64417 -1.58914)"^^geo:wktLiteral ;
  geo-pos:lat "48.64417"^^xsd:decimal ;
  geo-pos:long "-1.58914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12388'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58914'^^xsd:double;
  dwc:latitude '48.64417'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58914 48.64417, -1.58914 48.64417, -1.58914 48.64417, -1.58914 48.64417, -1.58914 48.64417))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12388'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65154 -1.58914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65154 -1.58914)"^^geo:wktLiteral ;
  geo-pos:lat "48.65154"^^xsd:decimal ;
  geo-pos:long "-1.58914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12587'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58914'^^xsd:double;
  dwc:latitude '48.65154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58914 48.65154, -1.58914 48.65154, -1.58914 48.65154, -1.58914 48.65154, -1.58914 48.65154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12587'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66962 -1.58913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66962 -1.58913)"^^geo:wktLiteral ;
  geo-pos:lat "48.66962"^^xsd:decimal ;
  geo-pos:long "-1.58913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8678'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58913'^^xsd:double;
  dwc:latitude '48.66962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58913 48.66962, -1.58913 48.66962, -1.58913 48.66962, -1.58913 48.66962, -1.58913 48.66962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8678'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66856 -1.58912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66856"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66856 -1.58912)"^^geo:wktLiteral ;
  geo-pos:lat "48.66856"^^xsd:decimal ;
  geo-pos:long "-1.58912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11434'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58912'^^xsd:double;
  dwc:latitude '48.66856'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58912 48.66856, -1.58912 48.66856, -1.58912 48.66856, -1.58912 48.66856, -1.58912 48.66856))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11434'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69003 -1.58911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69003 -1.58911)"^^geo:wktLiteral ;
  geo-pos:lat "48.69003"^^xsd:decimal ;
  geo-pos:long "-1.58911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1786'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58911'^^xsd:double;
  dwc:latitude '48.69003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58911 48.69003, -1.58911 48.69003, -1.58911 48.69003, -1.58911 48.69003, -1.58911 48.69003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1786'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73866 -1.58911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73866 -1.58911)"^^geo:wktLiteral ;
  geo-pos:lat "48.73866"^^xsd:decimal ;
  geo-pos:long "-1.58911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4975'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58911'^^xsd:double;
  dwc:latitude '48.73866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58911 48.73866, -1.58911 48.73866, -1.58911 48.73866, -1.58911 48.73866, -1.58911 48.73866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4975'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65449 -1.58909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65449 -1.58909)"^^geo:wktLiteral ;
  geo-pos:lat "48.65449"^^xsd:decimal ;
  geo-pos:long "-1.58909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12866'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58909'^^xsd:double;
  dwc:latitude '48.65449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58909 48.65449, -1.58909 48.65449, -1.58909 48.65449, -1.58909 48.65449, -1.58909 48.65449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12866'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66878 -1.58908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66878 -1.58908)"^^geo:wktLiteral ;
  geo-pos:lat "48.66878"^^xsd:decimal ;
  geo-pos:long "-1.58908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7361'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58908'^^xsd:double;
  dwc:latitude '48.66878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58908 48.66878, -1.58908 48.66878, -1.58908 48.66878, -1.58908 48.66878, -1.58908 48.66878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7361'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69262 -1.58907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69262"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69262 -1.58907)"^^geo:wktLiteral ;
  geo-pos:lat "48.69262"^^xsd:decimal ;
  geo-pos:long "-1.58907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7089'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58907'^^xsd:double;
  dwc:latitude '48.69262'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58907 48.69262, -1.58907 48.69262, -1.58907 48.69262, -1.58907 48.69262, -1.58907 48.69262))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7089'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65116 -1.58906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65116 -1.58906)"^^geo:wktLiteral ;
  geo-pos:lat "48.65116"^^xsd:decimal ;
  geo-pos:long "-1.58906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12776'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58906'^^xsd:double;
  dwc:latitude '48.65116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58906 48.65116, -1.58906 48.65116, -1.58906 48.65116, -1.58906 48.65116, -1.58906 48.65116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12776'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71131 -1.58906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71131 -1.58906)"^^geo:wktLiteral ;
  geo-pos:lat "48.71131"^^xsd:decimal ;
  geo-pos:long "-1.58906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2981'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58906'^^xsd:double;
  dwc:latitude '48.71131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58906 48.71131, -1.58906 48.71131, -1.58906 48.71131, -1.58906 48.71131, -1.58906 48.71131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2981'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73279 -1.58906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73279 -1.58906)"^^geo:wktLiteral ;
  geo-pos:lat "48.73279"^^xsd:decimal ;
  geo-pos:long "-1.58906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1946'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58906'^^xsd:double;
  dwc:latitude '48.73279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58906 48.73279, -1.58906 48.73279, -1.58906 48.73279, -1.58906 48.73279, -1.58906 48.73279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1946'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73308 -1.58906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73308 -1.58906)"^^geo:wktLiteral ;
  geo-pos:lat "48.73308"^^xsd:decimal ;
  geo-pos:long "-1.58906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6554'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58906'^^xsd:double;
  dwc:latitude '48.73308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58906 48.73308, -1.58906 48.73308, -1.58906 48.73308, -1.58906 48.73308, -1.58906 48.73308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6554'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64787 -1.58905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64787 -1.58905)"^^geo:wktLiteral ;
  geo-pos:lat "48.64787"^^xsd:decimal ;
  geo-pos:long "-1.58905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13480'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58905'^^xsd:double;
  dwc:latitude '48.64787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58905 48.64787, -1.58905 48.64787, -1.58905 48.64787, -1.58905 48.64787, -1.58905 48.64787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13480'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65443 -1.58905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65443 -1.58905)"^^geo:wktLiteral ;
  geo-pos:lat "48.65443"^^xsd:decimal ;
  geo-pos:long "-1.58905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10688'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58905'^^xsd:double;
  dwc:latitude '48.65443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58905 48.65443, -1.58905 48.65443, -1.58905 48.65443, -1.58905 48.65443, -1.58905 48.65443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10688'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6683 -1.58904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6683 -1.58904)"^^geo:wktLiteral ;
  geo-pos:lat "48.6683"^^xsd:decimal ;
  geo-pos:long "-1.58904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12114'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58904'^^xsd:double;
  dwc:latitude '48.6683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58904 48.6683, -1.58904 48.6683, -1.58904 48.6683, -1.58904 48.6683, -1.58904 48.6683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12114'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6684 -1.58904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6684 -1.58904)"^^geo:wktLiteral ;
  geo-pos:lat "48.6684"^^xsd:decimal ;
  geo-pos:long "-1.58904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11988'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58904'^^xsd:double;
  dwc:latitude '48.6684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58904 48.6684, -1.58904 48.6684, -1.58904 48.6684, -1.58904 48.6684, -1.58904 48.6684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11988'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65189 -1.58903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65189 -1.58903)"^^geo:wktLiteral ;
  geo-pos:lat "48.65189"^^xsd:decimal ;
  geo-pos:long "-1.58903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12604'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58903'^^xsd:double;
  dwc:latitude '48.65189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58903 48.65189, -1.58903 48.65189, -1.58903 48.65189, -1.58903 48.65189, -1.58903 48.65189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12604'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69652 -1.58903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69652"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69652 -1.58903)"^^geo:wktLiteral ;
  geo-pos:lat "48.69652"^^xsd:decimal ;
  geo-pos:long "-1.58903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5775'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58903'^^xsd:double;
  dwc:latitude '48.69652'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58903 48.69652, -1.58903 48.69652, -1.58903 48.69652, -1.58903 48.69652, -1.58903 48.69652))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5775'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66493 -1.58902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66493"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66493 -1.58902)"^^geo:wktLiteral ;
  geo-pos:lat "48.66493"^^xsd:decimal ;
  geo-pos:long "-1.58902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9184'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58902'^^xsd:double;
  dwc:latitude '48.66493'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58902 48.66493, -1.58902 48.66493, -1.58902 48.66493, -1.58902 48.66493, -1.58902 48.66493))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9184'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66872 -1.58902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66872 -1.58902)"^^geo:wktLiteral ;
  geo-pos:lat "48.66872"^^xsd:decimal ;
  geo-pos:long "-1.58902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12278'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58902'^^xsd:double;
  dwc:latitude '48.66872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58902 48.66872, -1.58902 48.66872, -1.58902 48.66872, -1.58902 48.66872, -1.58902 48.66872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12278'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68677 -1.58902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68677 -1.58902)"^^geo:wktLiteral ;
  geo-pos:lat "48.68677"^^xsd:decimal ;
  geo-pos:long "-1.58902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7265'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58902'^^xsd:double;
  dwc:latitude '48.68677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58902 48.68677, -1.58902 48.68677, -1.58902 48.68677, -1.58902 48.68677, -1.58902 48.68677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7265'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72325 -1.58902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72325 -1.58902)"^^geo:wktLiteral ;
  geo-pos:lat "48.72325"^^xsd:decimal ;
  geo-pos:long "-1.58902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6373'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58902'^^xsd:double;
  dwc:latitude '48.72325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58902 48.72325, -1.58902 48.72325, -1.58902 48.72325, -1.58902 48.72325, -1.58902 48.72325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6373'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66823 -1.58901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66823 -1.58901)"^^geo:wktLiteral ;
  geo-pos:lat "48.66823"^^xsd:decimal ;
  geo-pos:long "-1.58901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12056'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58901'^^xsd:double;
  dwc:latitude '48.66823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58901 48.66823, -1.58901 48.66823, -1.58901 48.66823, -1.58901 48.66823, -1.58901 48.66823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12056'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65917 -1.589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65917 -1.589)"^^geo:wktLiteral ;
  geo-pos:lat "48.65917"^^xsd:decimal ;
  geo-pos:long "-1.589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12619'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.589'^^xsd:double;
  dwc:latitude '48.65917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.589 48.65917, -1.589 48.65917, -1.589 48.65917, -1.589 48.65917, -1.589 48.65917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12619'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70583 -1.589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70583 -1.589)"^^geo:wktLiteral ;
  geo-pos:lat "48.70583"^^xsd:decimal ;
  geo-pos:long "-1.589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4435'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.589'^^xsd:double;
  dwc:latitude '48.70583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.589 48.70583, -1.589 48.70583, -1.589 48.70583, -1.589 48.70583, -1.589 48.70583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4435'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71666 -1.58899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71666 -1.58899)"^^geo:wktLiteral ;
  geo-pos:lat "48.71666"^^xsd:decimal ;
  geo-pos:long "-1.58899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8463'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58899'^^xsd:double;
  dwc:latitude '48.71666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58899 48.71666, -1.58899 48.71666, -1.58899 48.71666, -1.58899 48.71666, -1.58899 48.71666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8463'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73253 -1.58898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73253 -1.58898)"^^geo:wktLiteral ;
  geo-pos:lat "48.73253"^^xsd:decimal ;
  geo-pos:long "-1.58898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2481'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58898'^^xsd:double;
  dwc:latitude '48.73253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58898 48.73253, -1.58898 48.73253, -1.58898 48.73253, -1.58898 48.73253, -1.58898 48.73253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2481'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64892 -1.58897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64892 -1.58897)"^^geo:wktLiteral ;
  geo-pos:lat "48.64892"^^xsd:decimal ;
  geo-pos:long "-1.58897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12868'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58897'^^xsd:double;
  dwc:latitude '48.64892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58897 48.64892, -1.58897 48.64892, -1.58897 48.64892, -1.58897 48.64892, -1.58897 48.64892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12868'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68808 -1.58897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68808 -1.58897)"^^geo:wktLiteral ;
  geo-pos:lat "48.68808"^^xsd:decimal ;
  geo-pos:long "-1.58897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7302'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58897'^^xsd:double;
  dwc:latitude '48.68808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58897 48.68808, -1.58897 48.68808, -1.58897 48.68808, -1.58897 48.68808, -1.58897 48.68808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7302'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69151 -1.58897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69151"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69151 -1.58897)"^^geo:wktLiteral ;
  geo-pos:lat "48.69151"^^xsd:decimal ;
  geo-pos:long "-1.58897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9308'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58897'^^xsd:double;
  dwc:latitude '48.69151'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58897 48.69151, -1.58897 48.69151, -1.58897 48.69151, -1.58897 48.69151, -1.58897 48.69151))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9308'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66977 -1.58896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66977 -1.58896)"^^geo:wktLiteral ;
  geo-pos:lat "48.66977"^^xsd:decimal ;
  geo-pos:long "-1.58896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5612'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58896'^^xsd:double;
  dwc:latitude '48.66977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58896 48.66977, -1.58896 48.66977, -1.58896 48.66977, -1.58896 48.66977, -1.58896 48.66977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5612'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68943 -1.58896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68943 -1.58896)"^^geo:wktLiteral ;
  geo-pos:lat "48.68943"^^xsd:decimal ;
  geo-pos:long "-1.58896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5111'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58896'^^xsd:double;
  dwc:latitude '48.68943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58896 48.68943, -1.58896 48.68943, -1.58896 48.68943, -1.58896 48.68943, -1.58896 48.68943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5111'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68773 -1.58895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68773 -1.58895)"^^geo:wktLiteral ;
  geo-pos:lat "48.68773"^^xsd:decimal ;
  geo-pos:long "-1.58895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13715'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58895'^^xsd:double;
  dwc:latitude '48.68773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58895 48.68773, -1.58895 48.68773, -1.58895 48.68773, -1.58895 48.68773, -1.58895 48.68773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13715'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67773 -1.58894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67773 -1.58894)"^^geo:wktLiteral ;
  geo-pos:lat "48.67773"^^xsd:decimal ;
  geo-pos:long "-1.58894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8894'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58894'^^xsd:double;
  dwc:latitude '48.67773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58894 48.67773, -1.58894 48.67773, -1.58894 48.67773, -1.58894 48.67773, -1.58894 48.67773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8894'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65556 -1.58893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65556 -1.58893)"^^geo:wktLiteral ;
  geo-pos:lat "48.65556"^^xsd:decimal ;
  geo-pos:long "-1.58893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12330'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58893'^^xsd:double;
  dwc:latitude '48.65556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58893 48.65556, -1.58893 48.65556, -1.58893 48.65556, -1.58893 48.65556, -1.58893 48.65556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12330'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65843 -1.58892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65843 -1.58892)"^^geo:wktLiteral ;
  geo-pos:lat "48.65843"^^xsd:decimal ;
  geo-pos:long "-1.58892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12241'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58892'^^xsd:double;
  dwc:latitude '48.65843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58892 48.65843, -1.58892 48.65843, -1.58892 48.65843, -1.58892 48.65843, -1.58892 48.65843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12241'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6686 -1.58892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6686 -1.58892)"^^geo:wktLiteral ;
  geo-pos:lat "48.6686"^^xsd:decimal ;
  geo-pos:long "-1.58892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_12462'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58892'^^xsd:double;
  dwc:latitude '48.6686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58892 48.6686, -1.58892 48.6686, -1.58892 48.6686, -1.58892 48.6686, -1.58892 48.6686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12462'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68424 -1.58892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68424"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68424 -1.58892)"^^geo:wktLiteral ;
  geo-pos:lat "48.68424"^^xsd:decimal ;
  geo-pos:long "-1.58892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6424'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58892'^^xsd:double;
  dwc:latitude '48.68424'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58892 48.68424, -1.58892 48.68424, -1.58892 48.68424, -1.58892 48.68424, -1.58892 48.68424))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6424'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72681 -1.58892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72681 -1.58892)"^^geo:wktLiteral ;
  geo-pos:lat "48.72681"^^xsd:decimal ;
  geo-pos:long "-1.58892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7775'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58892'^^xsd:double;
  dwc:latitude '48.72681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58892 48.72681, -1.58892 48.72681, -1.58892 48.72681, -1.58892 48.72681, -1.58892 48.72681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7775'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66838 -1.5889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66838"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66838 -1.5889)"^^geo:wktLiteral ;
  geo-pos:lat "48.66838"^^xsd:decimal ;
  geo-pos:long "-1.5889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12001'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5889'^^xsd:double;
  dwc:latitude '48.66838'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5889 48.66838, -1.5889 48.66838, -1.5889 48.66838, -1.5889 48.66838, -1.5889 48.66838))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12001'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68403 -1.5889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68403 -1.5889)"^^geo:wktLiteral ;
  geo-pos:lat "48.68403"^^xsd:decimal ;
  geo-pos:long "-1.5889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9712'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5889'^^xsd:double;
  dwc:latitude '48.68403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5889 48.68403, -1.5889 48.68403, -1.5889 48.68403, -1.5889 48.68403, -1.5889 48.68403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9712'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69946 -1.5889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69946 -1.5889)"^^geo:wktLiteral ;
  geo-pos:lat "48.69946"^^xsd:decimal ;
  geo-pos:long "-1.5889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6271'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5889'^^xsd:double;
  dwc:latitude '48.69946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5889 48.69946, -1.5889 48.69946, -1.5889 48.69946, -1.5889 48.69946, -1.5889 48.69946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6271'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64572 -1.58889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64572 -1.58889)"^^geo:wktLiteral ;
  geo-pos:lat "48.64572"^^xsd:decimal ;
  geo-pos:long "-1.58889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13122'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58889'^^xsd:double;
  dwc:latitude '48.64572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58889 48.64572, -1.58889 48.64572, -1.58889 48.64572, -1.58889 48.64572, -1.58889 48.64572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13122'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66773 -1.58889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66773 -1.58889)"^^geo:wktLiteral ;
  geo-pos:lat "48.66773"^^xsd:decimal ;
  geo-pos:long "-1.58889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13052'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58889'^^xsd:double;
  dwc:latitude '48.66773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58889 48.66773, -1.58889 48.66773, -1.58889 48.66773, -1.58889 48.66773, -1.58889 48.66773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13052'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6897 -1.58889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6897 -1.58889)"^^geo:wktLiteral ;
  geo-pos:lat "48.6897"^^xsd:decimal ;
  geo-pos:long "-1.58889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6173'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58889'^^xsd:double;
  dwc:latitude '48.6897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58889 48.6897, -1.58889 48.6897, -1.58889 48.6897, -1.58889 48.6897, -1.58889 48.6897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6173'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75487 -1.58889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75487 -1.58889)"^^geo:wktLiteral ;
  geo-pos:lat "48.75487"^^xsd:decimal ;
  geo-pos:long "-1.58889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9657'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58889'^^xsd:double;
  dwc:latitude '48.75487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58889 48.75487, -1.58889 48.75487, -1.58889 48.75487, -1.58889 48.75487, -1.58889 48.75487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9657'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66839 -1.58888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66839 -1.58888)"^^geo:wktLiteral ;
  geo-pos:lat "48.66839"^^xsd:decimal ;
  geo-pos:long "-1.58888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8679'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58888'^^xsd:double;
  dwc:latitude '48.66839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58888 48.66839, -1.58888 48.66839, -1.58888 48.66839, -1.58888 48.66839, -1.58888 48.66839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8679'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68843 -1.58888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68843 -1.58888)"^^geo:wktLiteral ;
  geo-pos:lat "48.68843"^^xsd:decimal ;
  geo-pos:long "-1.58888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7243'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58888'^^xsd:double;
  dwc:latitude '48.68843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58888 48.68843, -1.58888 48.68843, -1.58888 48.68843, -1.58888 48.68843, -1.58888 48.68843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7243'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66879 -1.58886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66879 -1.58886)"^^geo:wktLiteral ;
  geo-pos:lat "48.66879"^^xsd:decimal ;
  geo-pos:long "-1.58886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12057'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58886'^^xsd:double;
  dwc:latitude '48.66879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58886 48.66879, -1.58886 48.66879, -1.58886 48.66879, -1.58886 48.66879, -1.58886 48.66879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12057'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66886 -1.58886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66886"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66886 -1.58886)"^^geo:wktLiteral ;
  geo-pos:lat "48.66886"^^xsd:decimal ;
  geo-pos:long "-1.58886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7362'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58886'^^xsd:double;
  dwc:latitude '48.66886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58886 48.66886, -1.58886 48.66886, -1.58886 48.66886, -1.58886 48.66886, -1.58886 48.66886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7362'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68184 -1.58885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68184"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68184 -1.58885)"^^geo:wktLiteral ;
  geo-pos:lat "48.68184"^^xsd:decimal ;
  geo-pos:long "-1.58885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5854'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58885'^^xsd:double;
  dwc:latitude '48.68184'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58885 48.68184, -1.58885 48.68184, -1.58885 48.68184, -1.58885 48.68184, -1.58885 48.68184))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5854'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66846 -1.58884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66846 -1.58884)"^^geo:wktLiteral ;
  geo-pos:lat "48.66846"^^xsd:decimal ;
  geo-pos:long "-1.58884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12382'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58884'^^xsd:double;
  dwc:latitude '48.66846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58884 48.66846, -1.58884 48.66846, -1.58884 48.66846, -1.58884 48.66846, -1.58884 48.66846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12382'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69177 -1.58884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69177 -1.58884)"^^geo:wktLiteral ;
  geo-pos:lat "48.69177"^^xsd:decimal ;
  geo-pos:long "-1.58884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6536'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58884'^^xsd:double;
  dwc:latitude '48.69177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58884 48.69177, -1.58884 48.69177, -1.58884 48.69177, -1.58884 48.69177, -1.58884 48.69177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6536'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67172 -1.58883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67172 -1.58883)"^^geo:wktLiteral ;
  geo-pos:lat "48.67172"^^xsd:decimal ;
  geo-pos:long "-1.58883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12117'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58883'^^xsd:double;
  dwc:latitude '48.67172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58883 48.67172, -1.58883 48.67172, -1.58883 48.67172, -1.58883 48.67172, -1.58883 48.67172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12117'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66745 -1.58882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66745 -1.58882)"^^geo:wktLiteral ;
  geo-pos:lat "48.66745"^^xsd:decimal ;
  geo-pos:long "-1.58882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5904'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58882'^^xsd:double;
  dwc:latitude '48.66745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58882 48.66745, -1.58882 48.66745, -1.58882 48.66745, -1.58882 48.66745, -1.58882 48.66745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5904'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71712 -1.58881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71712 -1.58881)"^^geo:wktLiteral ;
  geo-pos:lat "48.71712"^^xsd:decimal ;
  geo-pos:long "-1.58881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9174'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58881'^^xsd:double;
  dwc:latitude '48.71712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58881 48.71712, -1.58881 48.71712, -1.58881 48.71712, -1.58881 48.71712, -1.58881 48.71712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9174'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65216 -1.58878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65216 -1.58878)"^^geo:wktLiteral ;
  geo-pos:lat "48.65216"^^xsd:decimal ;
  geo-pos:long "-1.58878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13022'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58878'^^xsd:double;
  dwc:latitude '48.65216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58878 48.65216, -1.58878 48.65216, -1.58878 48.65216, -1.58878 48.65216, -1.58878 48.65216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13022'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66377 -1.58878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66377 -1.58878)"^^geo:wktLiteral ;
  geo-pos:lat "48.66377"^^xsd:decimal ;
  geo-pos:long "-1.58878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8964'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58878'^^xsd:double;
  dwc:latitude '48.66377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58878 48.66377, -1.58878 48.66377, -1.58878 48.66377, -1.58878 48.66377, -1.58878 48.66377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8964'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69632 -1.58878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69632 -1.58878)"^^geo:wktLiteral ;
  geo-pos:lat "48.69632"^^xsd:decimal ;
  geo-pos:long "-1.58878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6952'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58878'^^xsd:double;
  dwc:latitude '48.69632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58878 48.69632, -1.58878 48.69632, -1.58878 48.69632, -1.58878 48.69632, -1.58878 48.69632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6952'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65199 -1.58876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65199 -1.58876)"^^geo:wktLiteral ;
  geo-pos:lat "48.65199"^^xsd:decimal ;
  geo-pos:long "-1.58876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12605'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58876'^^xsd:double;
  dwc:latitude '48.65199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58876 48.65199, -1.58876 48.65199, -1.58876 48.65199, -1.58876 48.65199, -1.58876 48.65199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12605'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68993 -1.58876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68993"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68993 -1.58876)"^^geo:wktLiteral ;
  geo-pos:lat "48.68993"^^xsd:decimal ;
  geo-pos:long "-1.58876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_10831'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58876'^^xsd:double;
  dwc:latitude '48.68993'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58876 48.68993, -1.58876 48.68993, -1.58876 48.68993, -1.58876 48.68993, -1.58876 48.68993))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10831'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66835 -1.58875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66835 -1.58875)"^^geo:wktLiteral ;
  geo-pos:lat "48.66835"^^xsd:decimal ;
  geo-pos:long "-1.58875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8596'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58875'^^xsd:double;
  dwc:latitude '48.66835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58875 48.66835, -1.58875 48.66835, -1.58875 48.66835, -1.58875 48.66835, -1.58875 48.66835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8596'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65404 -1.58874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65404 -1.58874)"^^geo:wktLiteral ;
  geo-pos:lat "48.65404"^^xsd:decimal ;
  geo-pos:long "-1.58874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12398'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58874'^^xsd:double;
  dwc:latitude '48.65404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58874 48.65404, -1.58874 48.65404, -1.58874 48.65404, -1.58874 48.65404, -1.58874 48.65404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12398'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6684 -1.58874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6684 -1.58874)"^^geo:wktLiteral ;
  geo-pos:lat "48.6684"^^xsd:decimal ;
  geo-pos:long "-1.58874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12703'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58874'^^xsd:double;
  dwc:latitude '48.6684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58874 48.6684, -1.58874 48.6684, -1.58874 48.6684, -1.58874 48.6684, -1.58874 48.6684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12703'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70876 -1.58874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70876 -1.58874)"^^geo:wktLiteral ;
  geo-pos:lat "48.70876"^^xsd:decimal ;
  geo-pos:long "-1.58874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5225'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58874'^^xsd:double;
  dwc:latitude '48.70876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58874 48.70876, -1.58874 48.70876, -1.58874 48.70876, -1.58874 48.70876, -1.58874 48.70876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5225'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65409 -1.58872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65409 -1.58872)"^^geo:wktLiteral ;
  geo-pos:lat "48.65409"^^xsd:decimal ;
  geo-pos:long "-1.58872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13083'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58872'^^xsd:double;
  dwc:latitude '48.65409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58872 48.65409, -1.58872 48.65409, -1.58872 48.65409, -1.58872 48.65409, -1.58872 48.65409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13083'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6681 -1.58872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6681 -1.58872)"^^geo:wktLiteral ;
  geo-pos:lat "48.6681"^^xsd:decimal ;
  geo-pos:long "-1.58872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12369'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58872'^^xsd:double;
  dwc:latitude '48.6681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58872 48.6681, -1.58872 48.6681, -1.58872 48.6681, -1.58872 48.6681, -1.58872 48.6681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12369'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65235 -1.58871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65235"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65235 -1.58871)"^^geo:wktLiteral ;
  geo-pos:lat "48.65235"^^xsd:decimal ;
  geo-pos:long "-1.58871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12603'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58871'^^xsd:double;
  dwc:latitude '48.65235'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58871 48.65235, -1.58871 48.65235, -1.58871 48.65235, -1.58871 48.65235, -1.58871 48.65235))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12603'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64968 -1.58869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64968 -1.58869)"^^geo:wktLiteral ;
  geo-pos:lat "48.64968"^^xsd:decimal ;
  geo-pos:long "-1.58869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12710'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58869'^^xsd:double;
  dwc:latitude '48.64968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58869 48.64968, -1.58869 48.64968, -1.58869 48.64968, -1.58869 48.64968, -1.58869 48.64968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12710'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65401 -1.58868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65401 -1.58868)"^^geo:wktLiteral ;
  geo-pos:lat "48.65401"^^xsd:decimal ;
  geo-pos:long "-1.58868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12373'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58868'^^xsd:double;
  dwc:latitude '48.65401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58868 48.65401, -1.58868 48.65401, -1.58868 48.65401, -1.58868 48.65401, -1.58868 48.65401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12373'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.58868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.58868)"^^geo:wktLiteral ;
  geo-pos:lat "48.6677"^^xsd:decimal ;
  geo-pos:long "-1.58868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10436'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58868'^^xsd:double;
  dwc:latitude '48.6677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58868 48.6677, -1.58868 48.6677, -1.58868 48.6677, -1.58868 48.6677, -1.58868 48.6677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10436'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68354 -1.58866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68354 -1.58866)"^^geo:wktLiteral ;
  geo-pos:lat "48.68354"^^xsd:decimal ;
  geo-pos:long "-1.58866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6644'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58866'^^xsd:double;
  dwc:latitude '48.68354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58866 48.68354, -1.58866 48.68354, -1.58866 48.68354, -1.58866 48.68354, -1.58866 48.68354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6644'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66861 -1.58865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66861 -1.58865)"^^geo:wktLiteral ;
  geo-pos:lat "48.66861"^^xsd:decimal ;
  geo-pos:long "-1.58865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12024'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58865'^^xsd:double;
  dwc:latitude '48.66861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58865 48.66861, -1.58865 48.66861, -1.58865 48.66861, -1.58865 48.66861, -1.58865 48.66861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12024'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65282 -1.58864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65282 -1.58864)"^^geo:wktLiteral ;
  geo-pos:lat "48.65282"^^xsd:decimal ;
  geo-pos:long "-1.58864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12630'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58864'^^xsd:double;
  dwc:latitude '48.65282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58864 48.65282, -1.58864 48.65282, -1.58864 48.65282, -1.58864 48.65282, -1.58864 48.65282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12630'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66789 -1.58864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66789 -1.58864)"^^geo:wktLiteral ;
  geo-pos:lat "48.66789"^^xsd:decimal ;
  geo-pos:long "-1.58864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8962'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58864'^^xsd:double;
  dwc:latitude '48.66789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58864 48.66789, -1.58864 48.66789, -1.58864 48.66789, -1.58864 48.66789, -1.58864 48.66789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8962'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70313 -1.58864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70313 -1.58864)"^^geo:wktLiteral ;
  geo-pos:lat "48.70313"^^xsd:decimal ;
  geo-pos:long "-1.58864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5103'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58864'^^xsd:double;
  dwc:latitude '48.70313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58864 48.70313, -1.58864 48.70313, -1.58864 48.70313, -1.58864 48.70313, -1.58864 48.70313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5103'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74855 -1.58864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74855 -1.58864)"^^geo:wktLiteral ;
  geo-pos:lat "48.74855"^^xsd:decimal ;
  geo-pos:long "-1.58864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1896'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58864'^^xsd:double;
  dwc:latitude '48.74855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58864 48.74855, -1.58864 48.74855, -1.58864 48.74855, -1.58864 48.74855, -1.58864 48.74855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1896'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65361 -1.58863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65361"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65361 -1.58863)"^^geo:wktLiteral ;
  geo-pos:lat "48.65361"^^xsd:decimal ;
  geo-pos:long "-1.58863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12391'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58863'^^xsd:double;
  dwc:latitude '48.65361'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58863 48.65361, -1.58863 48.65361, -1.58863 48.65361, -1.58863 48.65361, -1.58863 48.65361))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12391'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66846 -1.58863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66846 -1.58863)"^^geo:wktLiteral ;
  geo-pos:lat "48.66846"^^xsd:decimal ;
  geo-pos:long "-1.58863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7360'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58863'^^xsd:double;
  dwc:latitude '48.66846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58863 48.66846, -1.58863 48.66846, -1.58863 48.66846, -1.58863 48.66846, -1.58863 48.66846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7360'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58862)"^^geo:wktLiteral ;
  geo-pos:lat "48.66812"^^xsd:decimal ;
  geo-pos:long "-1.58862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8677'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58862'^^xsd:double;
  dwc:latitude '48.66812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58862 48.66812, -1.58862 48.66812, -1.58862 48.66812, -1.58862 48.66812, -1.58862 48.66812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8677'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66849 -1.58862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66849 -1.58862)"^^geo:wktLiteral ;
  geo-pos:lat "48.66849"^^xsd:decimal ;
  geo-pos:long "-1.58862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12704'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58862'^^xsd:double;
  dwc:latitude '48.66849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58862 48.66849, -1.58862 48.66849, -1.58862 48.66849, -1.58862 48.66849, -1.58862 48.66849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12704'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68945 -1.58861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68945 -1.58861)"^^geo:wktLiteral ;
  geo-pos:lat "48.68945"^^xsd:decimal ;
  geo-pos:long "-1.58861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4805'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58861'^^xsd:double;
  dwc:latitude '48.68945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58861 48.68945, -1.58861 48.68945, -1.58861 48.68945, -1.58861 48.68945, -1.58861 48.68945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4805'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65267 -1.5886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65267"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65267 -1.5886)"^^geo:wktLiteral ;
  geo-pos:lat "48.65267"^^xsd:decimal ;
  geo-pos:long "-1.5886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12258'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5886'^^xsd:double;
  dwc:latitude '48.65267'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5886 48.65267, -1.5886 48.65267, -1.5886 48.65267, -1.5886 48.65267, -1.5886 48.65267))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12258'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73471 -1.5886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73471 -1.5886)"^^geo:wktLiteral ;
  geo-pos:lat "48.73471"^^xsd:decimal ;
  geo-pos:long "-1.5886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3449'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5886'^^xsd:double;
  dwc:latitude '48.73471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5886 48.73471, -1.5886 48.73471, -1.5886 48.73471, -1.5886 48.73471, -1.5886 48.73471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3449'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74005 -1.5886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74005 -1.5886)"^^geo:wktLiteral ;
  geo-pos:lat "48.74005"^^xsd:decimal ;
  geo-pos:long "-1.5886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5802'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5886'^^xsd:double;
  dwc:latitude '48.74005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5886 48.74005, -1.5886 48.74005, -1.5886 48.74005, -1.5886 48.74005, -1.5886 48.74005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5802'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66825 -1.58859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66825 -1.58859)"^^geo:wktLiteral ;
  geo-pos:lat "48.66825"^^xsd:decimal ;
  geo-pos:long "-1.58859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8618'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58859'^^xsd:double;
  dwc:latitude '48.66825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58859 48.66825, -1.58859 48.66825, -1.58859 48.66825, -1.58859 48.66825, -1.58859 48.66825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8618'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69142 -1.58859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69142 -1.58859)"^^geo:wktLiteral ;
  geo-pos:lat "48.69142"^^xsd:decimal ;
  geo-pos:long "-1.58859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4543'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58859'^^xsd:double;
  dwc:latitude '48.69142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58859 48.69142, -1.58859 48.69142, -1.58859 48.69142, -1.58859 48.69142, -1.58859 48.69142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4543'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69992 -1.58859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69992 -1.58859)"^^geo:wktLiteral ;
  geo-pos:lat "48.69992"^^xsd:decimal ;
  geo-pos:long "-1.58859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5784'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58859'^^xsd:double;
  dwc:latitude '48.69992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58859 48.69992, -1.58859 48.69992, -1.58859 48.69992, -1.58859 48.69992, -1.58859 48.69992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5784'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73445 -1.58856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73445 -1.58856)"^^geo:wktLiteral ;
  geo-pos:lat "48.73445"^^xsd:decimal ;
  geo-pos:long "-1.58856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2486'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58856'^^xsd:double;
  dwc:latitude '48.73445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58856 48.73445, -1.58856 48.73445, -1.58856 48.73445, -1.58856 48.73445, -1.58856 48.73445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2486'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64186 -1.58855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64186 -1.58855)"^^geo:wktLiteral ;
  geo-pos:lat "48.64186"^^xsd:decimal ;
  geo-pos:long "-1.58855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13488'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58855'^^xsd:double;
  dwc:latitude '48.64186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58855 48.64186, -1.58855 48.64186, -1.58855 48.64186, -1.58855 48.64186, -1.58855 48.64186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13488'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64462 -1.58853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64462 -1.58853)"^^geo:wktLiteral ;
  geo-pos:lat "48.64462"^^xsd:decimal ;
  geo-pos:long "-1.58853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7666'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58853'^^xsd:double;
  dwc:latitude '48.64462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58853 48.64462, -1.58853 48.64462, -1.58853 48.64462, -1.58853 48.64462, -1.58853 48.64462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7666'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66798 -1.58853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66798 -1.58853)"^^geo:wktLiteral ;
  geo-pos:lat "48.66798"^^xsd:decimal ;
  geo-pos:long "-1.58853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12555'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58853'^^xsd:double;
  dwc:latitude '48.66798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58853 48.66798, -1.58853 48.66798, -1.58853 48.66798, -1.58853 48.66798, -1.58853 48.66798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12555'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66682 -1.58852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66682 -1.58852)"^^geo:wktLiteral ;
  geo-pos:lat "48.66682"^^xsd:decimal ;
  geo-pos:long "-1.58852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9183'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58852'^^xsd:double;
  dwc:latitude '48.66682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58852 48.66682, -1.58852 48.66682, -1.58852 48.66682, -1.58852 48.66682, -1.58852 48.66682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9183'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65912 -1.58851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65912 -1.58851)"^^geo:wktLiteral ;
  geo-pos:lat "48.65912"^^xsd:decimal ;
  geo-pos:long "-1.58851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12712'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58851'^^xsd:double;
  dwc:latitude '48.65912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58851 48.65912, -1.58851 48.65912, -1.58851 48.65912, -1.58851 48.65912, -1.58851 48.65912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12712'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68831 -1.58851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68831 -1.58851)"^^geo:wktLiteral ;
  geo-pos:lat "48.68831"^^xsd:decimal ;
  geo-pos:long "-1.58851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6029'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58851'^^xsd:double;
  dwc:latitude '48.68831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58851 48.68831, -1.58851 48.68831, -1.58851 48.68831, -1.58851 48.68831, -1.58851 48.68831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6029'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66815 -1.5885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66815 -1.5885)"^^geo:wktLiteral ;
  geo-pos:lat "48.66815"^^xsd:decimal ;
  geo-pos:long "-1.5885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8963'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5885'^^xsd:double;
  dwc:latitude '48.66815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5885 48.66815, -1.5885 48.66815, -1.5885 48.66815, -1.5885 48.66815, -1.5885 48.66815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8963'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68815 -1.5885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68815 -1.5885)"^^geo:wktLiteral ;
  geo-pos:lat "48.68815"^^xsd:decimal ;
  geo-pos:long "-1.5885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6997'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5885'^^xsd:double;
  dwc:latitude '48.68815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5885 48.68815, -1.5885 48.68815, -1.5885 48.68815, -1.5885 48.68815, -1.5885 48.68815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6997'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.5885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.5885)"^^geo:wktLiteral ;
  geo-pos:lat "48.70431"^^xsd:decimal ;
  geo-pos:long "-1.5885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10782'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5885'^^xsd:double;
  dwc:latitude '48.70431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5885 48.70431, -1.5885 48.70431, -1.5885 48.70431, -1.5885 48.70431, -1.5885 48.70431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10782'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75495 -1.5885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75495 -1.5885)"^^geo:wktLiteral ;
  geo-pos:lat "48.75495"^^xsd:decimal ;
  geo-pos:long "-1.5885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4981'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5885'^^xsd:double;
  dwc:latitude '48.75495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5885 48.75495, -1.5885 48.75495, -1.5885 48.75495, -1.5885 48.75495, -1.5885 48.75495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4981'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68323 -1.58849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68323 -1.58849)"^^geo:wktLiteral ;
  geo-pos:lat "48.68323"^^xsd:decimal ;
  geo-pos:long "-1.58849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9461'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58849'^^xsd:double;
  dwc:latitude '48.68323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58849 48.68323, -1.58849 48.68323, -1.58849 48.68323, -1.58849 48.68323, -1.58849 48.68323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9461'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6682 -1.58848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6682 -1.58848)"^^geo:wktLiteral ;
  geo-pos:lat "48.6682"^^xsd:decimal ;
  geo-pos:long "-1.58848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8627'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58848'^^xsd:double;
  dwc:latitude '48.6682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58848 48.6682, -1.58848 48.6682, -1.58848 48.6682, -1.58848 48.6682, -1.58848 48.6682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8627'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66823 -1.58847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66823 -1.58847)"^^geo:wktLiteral ;
  geo-pos:lat "48.66823"^^xsd:decimal ;
  geo-pos:long "-1.58847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12030'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58847'^^xsd:double;
  dwc:latitude '48.66823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58847 48.66823, -1.58847 48.66823, -1.58847 48.66823, -1.58847 48.66823, -1.58847 48.66823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12030'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66821 -1.58845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66821 -1.58845)"^^geo:wktLiteral ;
  geo-pos:lat "48.66821"^^xsd:decimal ;
  geo-pos:long "-1.58845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12321'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58845'^^xsd:double;
  dwc:latitude '48.66821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58845 48.66821, -1.58845 48.66821, -1.58845 48.66821, -1.58845 48.66821, -1.58845 48.66821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12321'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7327 -1.58845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7327 -1.58845)"^^geo:wktLiteral ;
  geo-pos:lat "48.7327"^^xsd:decimal ;
  geo-pos:long "-1.58845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2443'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58845'^^xsd:double;
  dwc:latitude '48.7327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58845 48.7327, -1.58845 48.7327, -1.58845 48.7327, -1.58845 48.7327, -1.58845 48.7327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2443'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.58841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.58841)"^^geo:wktLiteral ;
  geo-pos:lat "48.66808"^^xsd:decimal ;
  geo-pos:long "-1.58841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8952'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58841'^^xsd:double;
  dwc:latitude '48.66808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58841 48.66808, -1.58841 48.66808, -1.58841 48.66808, -1.58841 48.66808, -1.58841 48.66808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8952'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66822 -1.5884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66822 -1.5884)"^^geo:wktLiteral ;
  geo-pos:lat "48.66822"^^xsd:decimal ;
  geo-pos:long "-1.5884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8855'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5884'^^xsd:double;
  dwc:latitude '48.66822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5884 48.66822, -1.5884 48.66822, -1.5884 48.66822, -1.5884 48.66822, -1.5884 48.66822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8855'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66868 -1.5884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66868"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66868 -1.5884)"^^geo:wktLiteral ;
  geo-pos:lat "48.66868"^^xsd:decimal ;
  geo-pos:long "-1.5884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12394'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5884'^^xsd:double;
  dwc:latitude '48.66868'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5884 48.66868, -1.5884 48.66868, -1.5884 48.66868, -1.5884 48.66868, -1.5884 48.66868))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12394'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65253 -1.58838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65253 -1.58838)"^^geo:wktLiteral ;
  geo-pos:lat "48.65253"^^xsd:decimal ;
  geo-pos:long "-1.58838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12718'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58838'^^xsd:double;
  dwc:latitude '48.65253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58838 48.65253, -1.58838 48.65253, -1.58838 48.65253, -1.58838 48.65253, -1.58838 48.65253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12718'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66798 -1.58836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66798 -1.58836)"^^geo:wktLiteral ;
  geo-pos:lat "48.66798"^^xsd:decimal ;
  geo-pos:long "-1.58836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8654'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58836'^^xsd:double;
  dwc:latitude '48.66798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58836 48.66798, -1.58836 48.66798, -1.58836 48.66798, -1.58836 48.66798, -1.58836 48.66798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8654'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6564 -1.58835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6564 -1.58835)"^^geo:wktLiteral ;
  geo-pos:lat "48.6564"^^xsd:decimal ;
  geo-pos:long "-1.58835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12286'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58835'^^xsd:double;
  dwc:latitude '48.6564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58835 48.6564, -1.58835 48.6564, -1.58835 48.6564, -1.58835 48.6564, -1.58835 48.6564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12286'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66775 -1.58835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66775 -1.58835)"^^geo:wktLiteral ;
  geo-pos:lat "48.66775"^^xsd:decimal ;
  geo-pos:long "-1.58835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8889'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58835'^^xsd:double;
  dwc:latitude '48.66775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58835 48.66775, -1.58835 48.66775, -1.58835 48.66775, -1.58835 48.66775, -1.58835 48.66775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8889'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66819 -1.58835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66819 -1.58835)"^^geo:wktLiteral ;
  geo-pos:lat "48.66819"^^xsd:decimal ;
  geo-pos:long "-1.58835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12002'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58835'^^xsd:double;
  dwc:latitude '48.66819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58835 48.66819, -1.58835 48.66819, -1.58835 48.66819, -1.58835 48.66819, -1.58835 48.66819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12002'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.58834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.58834)"^^geo:wktLiteral ;
  geo-pos:lat "48.66806"^^xsd:decimal ;
  geo-pos:long "-1.58834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8676'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58834'^^xsd:double;
  dwc:latitude '48.66806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58834 48.66806, -1.58834 48.66806, -1.58834 48.66806, -1.58834 48.66806, -1.58834 48.66806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8676'^^xsd:string;
  dwc:observationDate '2008-01-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67139 -1.58834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67139 -1.58834)"^^geo:wktLiteral ;
  geo-pos:lat "48.67139"^^xsd:decimal ;
  geo-pos:long "-1.58834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10763'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58834'^^xsd:double;
  dwc:latitude '48.67139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58834 48.67139, -1.58834 48.67139, -1.58834 48.67139, -1.58834 48.67139, -1.58834 48.67139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10763'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68313 -1.58834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68313 -1.58834)"^^geo:wktLiteral ;
  geo-pos:lat "48.68313"^^xsd:decimal ;
  geo-pos:long "-1.58834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_113'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58834'^^xsd:double;
  dwc:latitude '48.68313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58834 48.68313, -1.58834 48.68313, -1.58834 48.68313, -1.58834 48.68313, -1.58834 48.68313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_113'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68601 -1.58834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68601 -1.58834)"^^geo:wktLiteral ;
  geo-pos:lat "48.68601"^^xsd:decimal ;
  geo-pos:long "-1.58834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4684'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58834'^^xsd:double;
  dwc:latitude '48.68601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58834 48.68601, -1.58834 48.68601, -1.58834 48.68601, -1.58834 48.68601, -1.58834 48.68601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4684'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66793 -1.58833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66793 -1.58833)"^^geo:wktLiteral ;
  geo-pos:lat "48.66793"^^xsd:decimal ;
  geo-pos:long "-1.58833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8735'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58833'^^xsd:double;
  dwc:latitude '48.66793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58833 48.66793, -1.58833 48.66793, -1.58833 48.66793, -1.58833 48.66793, -1.58833 48.66793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8735'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66813 -1.58833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66813 -1.58833)"^^geo:wktLiteral ;
  geo-pos:lat "48.66813"^^xsd:decimal ;
  geo-pos:long "-1.58833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12863'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58833'^^xsd:double;
  dwc:latitude '48.66813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58833 48.66813, -1.58833 48.66813, -1.58833 48.66813, -1.58833 48.66813, -1.58833 48.66813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12863'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73481 -1.58833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73481 -1.58833)"^^geo:wktLiteral ;
  geo-pos:lat "48.73481"^^xsd:decimal ;
  geo-pos:long "-1.58833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2478'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58833'^^xsd:double;
  dwc:latitude '48.73481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58833 48.73481, -1.58833 48.73481, -1.58833 48.73481, -1.58833 48.73481, -1.58833 48.73481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2478'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.58832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.58832)"^^geo:wktLiteral ;
  geo-pos:lat "48.668"^^xsd:decimal ;
  geo-pos:long "-1.58832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8736'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58832'^^xsd:double;
  dwc:latitude '48.668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58832 48.668, -1.58832 48.668, -1.58832 48.668, -1.58832 48.668, -1.58832 48.668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8736'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.58831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.58831)"^^geo:wktLiteral ;
  geo-pos:lat "48.668"^^xsd:decimal ;
  geo-pos:long "-1.58831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8768'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58831'^^xsd:double;
  dwc:latitude '48.668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58831 48.668, -1.58831 48.668, -1.58831 48.668, -1.58831 48.668, -1.58831 48.668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8768'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64414 -1.5883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64414 -1.5883)"^^geo:wktLiteral ;
  geo-pos:lat "48.64414"^^xsd:decimal ;
  geo-pos:long "-1.5883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13073'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5883'^^xsd:double;
  dwc:latitude '48.64414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5883 48.64414, -1.5883 48.64414, -1.5883 48.64414, -1.5883 48.64414, -1.5883 48.64414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13073'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64651 -1.58829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64651 -1.58829)"^^geo:wktLiteral ;
  geo-pos:lat "48.64651"^^xsd:decimal ;
  geo-pos:long "-1.58829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12458'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58829'^^xsd:double;
  dwc:latitude '48.64651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58829 48.64651, -1.58829 48.64651, -1.58829 48.64651, -1.58829 48.64651, -1.58829 48.64651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12458'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65607 -1.58829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65607 -1.58829)"^^geo:wktLiteral ;
  geo-pos:lat "48.65607"^^xsd:decimal ;
  geo-pos:long "-1.58829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13357'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58829'^^xsd:double;
  dwc:latitude '48.65607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58829 48.65607, -1.58829 48.65607, -1.58829 48.65607, -1.58829 48.65607, -1.58829 48.65607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13357'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66848 -1.58829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66848"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66848 -1.58829)"^^geo:wktLiteral ;
  geo-pos:lat "48.66848"^^xsd:decimal ;
  geo-pos:long "-1.58829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12368'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58829'^^xsd:double;
  dwc:latitude '48.66848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58829 48.66848, -1.58829 48.66848, -1.58829 48.66848, -1.58829 48.66848, -1.58829 48.66848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12368'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72881 -1.58829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72881"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72881 -1.58829)"^^geo:wktLiteral ;
  geo-pos:lat "48.72881"^^xsd:decimal ;
  geo-pos:long "-1.58829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4496'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58829'^^xsd:double;
  dwc:latitude '48.72881'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58829 48.72881, -1.58829 48.72881, -1.58829 48.72881, -1.58829 48.72881, -1.58829 48.72881))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4496'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.58828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.58828)"^^geo:wktLiteral ;
  geo-pos:lat "48.66814"^^xsd:decimal ;
  geo-pos:long "-1.58828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12350'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58828'^^xsd:double;
  dwc:latitude '48.66814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58828 48.66814, -1.58828 48.66814, -1.58828 48.66814, -1.58828 48.66814, -1.58828 48.66814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12350'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73336 -1.58828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73336"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73336 -1.58828)"^^geo:wktLiteral ;
  geo-pos:lat "48.73336"^^xsd:decimal ;
  geo-pos:long "-1.58828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2480'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58828'^^xsd:double;
  dwc:latitude '48.73336'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58828 48.73336, -1.58828 48.73336, -1.58828 48.73336, -1.58828 48.73336, -1.58828 48.73336))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2480'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71576 -1.58827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71576 -1.58827)"^^geo:wktLiteral ;
  geo-pos:lat "48.71576"^^xsd:decimal ;
  geo-pos:long "-1.58827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5755'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58827'^^xsd:double;
  dwc:latitude '48.71576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58827 48.71576, -1.58827 48.71576, -1.58827 48.71576, -1.58827 48.71576, -1.58827 48.71576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5755'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65165 -1.58826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65165 -1.58826)"^^geo:wktLiteral ;
  geo-pos:lat "48.65165"^^xsd:decimal ;
  geo-pos:long "-1.58826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12344'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58826'^^xsd:double;
  dwc:latitude '48.65165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58826 48.65165, -1.58826 48.65165, -1.58826 48.65165, -1.58826 48.65165, -1.58826 48.65165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12344'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6579 -1.58826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6579 -1.58826)"^^geo:wktLiteral ;
  geo-pos:lat "48.6579"^^xsd:decimal ;
  geo-pos:long "-1.58826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_11404'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58826'^^xsd:double;
  dwc:latitude '48.6579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58826 48.6579, -1.58826 48.6579, -1.58826 48.6579, -1.58826 48.6579, -1.58826 48.6579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11404'^^xsd:string;
  dwc:observationDate '2007-12-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66783 -1.58826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66783 -1.58826)"^^geo:wktLiteral ;
  geo-pos:lat "48.66783"^^xsd:decimal ;
  geo-pos:long "-1.58826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8890'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58826'^^xsd:double;
  dwc:latitude '48.66783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58826 48.66783, -1.58826 48.66783, -1.58826 48.66783, -1.58826 48.66783, -1.58826 48.66783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8890'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68906 -1.58824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68906 -1.58824)"^^geo:wktLiteral ;
  geo-pos:lat "48.68906"^^xsd:decimal ;
  geo-pos:long "-1.58824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7223'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58824'^^xsd:double;
  dwc:latitude '48.68906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58824 48.68906, -1.58824 48.68906, -1.58824 48.68906, -1.58824 48.68906, -1.58824 48.68906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7223'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58822)"^^geo:wktLiteral ;
  geo-pos:lat "48.66812"^^xsd:decimal ;
  geo-pos:long "-1.58822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12322'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58822'^^xsd:double;
  dwc:latitude '48.66812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58822 48.66812, -1.58822 48.66812, -1.58822 48.66812, -1.58822 48.66812, -1.58822 48.66812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12322'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73043 -1.58822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73043 -1.58822)"^^geo:wktLiteral ;
  geo-pos:lat "48.73043"^^xsd:decimal ;
  geo-pos:long "-1.58822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7791'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58822'^^xsd:double;
  dwc:latitude '48.73043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58822 48.73043, -1.58822 48.73043, -1.58822 48.73043, -1.58822 48.73043, -1.58822 48.73043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7791'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65583 -1.58821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65583 -1.58821)"^^geo:wktLiteral ;
  geo-pos:lat "48.65583"^^xsd:decimal ;
  geo-pos:long "-1.58821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10661'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58821'^^xsd:double;
  dwc:latitude '48.65583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58821 48.65583, -1.58821 48.65583, -1.58821 48.65583, -1.58821 48.65583, -1.58821 48.65583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10661'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69339 -1.58821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69339 -1.58821)"^^geo:wktLiteral ;
  geo-pos:lat "48.69339"^^xsd:decimal ;
  geo-pos:long "-1.58821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3784'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58821'^^xsd:double;
  dwc:latitude '48.69339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58821 48.69339, -1.58821 48.69339, -1.58821 48.69339, -1.58821 48.69339, -1.58821 48.69339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3784'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66846 -1.5882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66846 -1.5882)"^^geo:wktLiteral ;
  geo-pos:lat "48.66846"^^xsd:decimal ;
  geo-pos:long "-1.5882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12115'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5882'^^xsd:double;
  dwc:latitude '48.66846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5882 48.66846, -1.5882 48.66846, -1.5882 48.66846, -1.5882 48.66846, -1.5882 48.66846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12115'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64804 -1.58819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64804 -1.58819)"^^geo:wktLiteral ;
  geo-pos:lat "48.64804"^^xsd:decimal ;
  geo-pos:long "-1.58819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12004'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58819'^^xsd:double;
  dwc:latitude '48.64804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58819 48.64804, -1.58819 48.64804, -1.58819 48.64804, -1.58819 48.64804, -1.58819 48.64804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12004'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.58819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.58819)"^^geo:wktLiteral ;
  geo-pos:lat "48.66806"^^xsd:decimal ;
  geo-pos:long "-1.58819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13114'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58819'^^xsd:double;
  dwc:latitude '48.66806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58819 48.66806, -1.58819 48.66806, -1.58819 48.66806, -1.58819 48.66806, -1.58819 48.66806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13114'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68925 -1.58819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68925 -1.58819)"^^geo:wktLiteral ;
  geo-pos:lat "48.68925"^^xsd:decimal ;
  geo-pos:long "-1.58819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6920'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58819'^^xsd:double;
  dwc:latitude '48.68925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58819 48.68925, -1.58819 48.68925, -1.58819 48.68925, -1.58819 48.68925, -1.58819 48.68925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6920'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65076 -1.58818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65076"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65076 -1.58818)"^^geo:wktLiteral ;
  geo-pos:lat "48.65076"^^xsd:decimal ;
  geo-pos:long "-1.58818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13147'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58818'^^xsd:double;
  dwc:latitude '48.65076'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58818 48.65076, -1.58818 48.65076, -1.58818 48.65076, -1.58818 48.65076, -1.58818 48.65076))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13147'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58818)"^^geo:wktLiteral ;
  geo-pos:lat "48.66812"^^xsd:decimal ;
  geo-pos:long "-1.58818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8953'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58818'^^xsd:double;
  dwc:latitude '48.66812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58818 48.66812, -1.58818 48.66812, -1.58818 48.66812, -1.58818 48.66812, -1.58818 48.66812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8953'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7133 -1.58818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7133 -1.58818)"^^geo:wktLiteral ;
  geo-pos:lat "48.7133"^^xsd:decimal ;
  geo-pos:long "-1.58818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1783'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58818'^^xsd:double;
  dwc:latitude '48.7133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58818 48.7133, -1.58818 48.7133, -1.58818 48.7133, -1.58818 48.7133, -1.58818 48.7133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1783'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71955 -1.58818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71955 -1.58818)"^^geo:wktLiteral ;
  geo-pos:lat "48.71955"^^xsd:decimal ;
  geo-pos:long "-1.58818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8107'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58818'^^xsd:double;
  dwc:latitude '48.71955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58818 48.71955, -1.58818 48.71955, -1.58818 48.71955, -1.58818 48.71955, -1.58818 48.71955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8107'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74054 -1.58818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74054 -1.58818)"^^geo:wktLiteral ;
  geo-pos:lat "48.74054"^^xsd:decimal ;
  geo-pos:long "-1.58818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10306'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58818'^^xsd:double;
  dwc:latitude '48.74054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58818 48.74054, -1.58818 48.74054, -1.58818 48.74054, -1.58818 48.74054, -1.58818 48.74054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10306'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69712 -1.58817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69712 -1.58817)"^^geo:wktLiteral ;
  geo-pos:lat "48.69712"^^xsd:decimal ;
  geo-pos:long "-1.58817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6122'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58817'^^xsd:double;
  dwc:latitude '48.69712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58817 48.69712, -1.58817 48.69712, -1.58817 48.69712, -1.58817 48.69712, -1.58817 48.69712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6122'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65522 -1.58816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65522 -1.58816)"^^geo:wktLiteral ;
  geo-pos:lat "48.65522"^^xsd:decimal ;
  geo-pos:long "-1.58816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12017'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58816'^^xsd:double;
  dwc:latitude '48.65522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58816 48.65522, -1.58816 48.65522, -1.58816 48.65522, -1.58816 48.65522, -1.58816 48.65522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12017'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.58816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.58816)"^^geo:wktLiteral ;
  geo-pos:lat "48.66787"^^xsd:decimal ;
  geo-pos:long "-1.58816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9532'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58816'^^xsd:double;
  dwc:latitude '48.66787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58816 48.66787, -1.58816 48.66787, -1.58816 48.66787, -1.58816 48.66787, -1.58816 48.66787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9532'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58816)"^^geo:wktLiteral ;
  geo-pos:lat "48.66812"^^xsd:decimal ;
  geo-pos:long "-1.58816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9026'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58816'^^xsd:double;
  dwc:latitude '48.66812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58816 48.66812, -1.58816 48.66812, -1.58816 48.66812, -1.58816 48.66812, -1.58816 48.66812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9026'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68024 -1.58816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68024"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68024 -1.58816)"^^geo:wktLiteral ;
  geo-pos:lat "48.68024"^^xsd:decimal ;
  geo-pos:long "-1.58816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5142'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58816'^^xsd:double;
  dwc:latitude '48.68024'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58816 48.68024, -1.58816 48.68024, -1.58816 48.68024, -1.58816 48.68024, -1.58816 48.68024))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5142'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68704 -1.58815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68704 -1.58815)"^^geo:wktLiteral ;
  geo-pos:lat "48.68704"^^xsd:decimal ;
  geo-pos:long "-1.58815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6923'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58815'^^xsd:double;
  dwc:latitude '48.68704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58815 48.68704, -1.58815 48.68704, -1.58815 48.68704, -1.58815 48.68704, -1.58815 48.68704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6923'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6886 -1.58815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6886"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6886 -1.58815)"^^geo:wktLiteral ;
  geo-pos:lat "48.6886"^^xsd:decimal ;
  geo-pos:long "-1.58815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1444'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58815'^^xsd:double;
  dwc:latitude '48.6886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58815 48.6886, -1.58815 48.6886, -1.58815 48.6886, -1.58815 48.6886, -1.58815 48.6886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1444'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69081 -1.58814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69081 -1.58814)"^^geo:wktLiteral ;
  geo-pos:lat "48.69081"^^xsd:decimal ;
  geo-pos:long "-1.58814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4868'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58814'^^xsd:double;
  dwc:latitude '48.69081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58814 48.69081, -1.58814 48.69081, -1.58814 48.69081, -1.58814 48.69081, -1.58814 48.69081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4868'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66803 -1.58813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66803 -1.58813)"^^geo:wktLiteral ;
  geo-pos:lat "48.66803"^^xsd:decimal ;
  geo-pos:long "-1.58813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13470'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58813'^^xsd:double;
  dwc:latitude '48.66803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58813 48.66803, -1.58813 48.66803, -1.58813 48.66803, -1.58813 48.66803, -1.58813 48.66803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13470'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68685 -1.58813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68685 -1.58813)"^^geo:wktLiteral ;
  geo-pos:lat "48.68685"^^xsd:decimal ;
  geo-pos:long "-1.58813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6863'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58813'^^xsd:double;
  dwc:latitude '48.68685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58813 48.68685, -1.58813 48.68685, -1.58813 48.68685, -1.58813 48.68685, -1.58813 48.68685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6863'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58812)"^^geo:wktLiteral ;
  geo-pos:lat "48.66784"^^xsd:decimal ;
  geo-pos:long "-1.58812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8835'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58812'^^xsd:double;
  dwc:latitude '48.66784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58812 48.66784, -1.58812 48.66784, -1.58812 48.66784, -1.58812 48.66784, -1.58812 48.66784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8835'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66828 -1.58812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66828 -1.58812)"^^geo:wktLiteral ;
  geo-pos:lat "48.66828"^^xsd:decimal ;
  geo-pos:long "-1.58812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8656'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58812'^^xsd:double;
  dwc:latitude '48.66828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58812 48.66828, -1.58812 48.66828, -1.58812 48.66828, -1.58812 48.66828, -1.58812 48.66828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8656'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65537 -1.5881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65537 -1.5881)"^^geo:wktLiteral ;
  geo-pos:lat "48.65537"^^xsd:decimal ;
  geo-pos:long "-1.5881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13004'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5881'^^xsd:double;
  dwc:latitude '48.65537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5881 48.65537, -1.5881 48.65537, -1.5881 48.65537, -1.5881 48.65537, -1.5881 48.65537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13004'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6678 -1.5881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6678 -1.5881)"^^geo:wktLiteral ;
  geo-pos:lat "48.6678"^^xsd:decimal ;
  geo-pos:long "-1.5881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13471'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5881'^^xsd:double;
  dwc:latitude '48.6678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5881 48.6678, -1.5881 48.6678, -1.5881 48.6678, -1.5881 48.6678, -1.5881 48.6678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13471'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66813 -1.5881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66813 -1.5881)"^^geo:wktLiteral ;
  geo-pos:lat "48.66813"^^xsd:decimal ;
  geo-pos:long "-1.5881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8653'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5881'^^xsd:double;
  dwc:latitude '48.66813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5881 48.66813, -1.5881 48.66813, -1.5881 48.66813, -1.5881 48.66813, -1.5881 48.66813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8653'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67328 -1.5881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67328 -1.5881)"^^geo:wktLiteral ;
  geo-pos:lat "48.67328"^^xsd:decimal ;
  geo-pos:long "-1.5881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10192'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5881'^^xsd:double;
  dwc:latitude '48.67328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5881 48.67328, -1.5881 48.67328, -1.5881 48.67328, -1.5881 48.67328, -1.5881 48.67328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10192'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68572 -1.5881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68572 -1.5881)"^^geo:wktLiteral ;
  geo-pos:lat "48.68572"^^xsd:decimal ;
  geo-pos:long "-1.5881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6135'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5881'^^xsd:double;
  dwc:latitude '48.68572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5881 48.68572, -1.5881 48.68572, -1.5881 48.68572, -1.5881 48.68572, -1.5881 48.68572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6135'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73061 -1.5881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73061 -1.5881)"^^geo:wktLiteral ;
  geo-pos:lat "48.73061"^^xsd:decimal ;
  geo-pos:long "-1.5881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4322'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5881'^^xsd:double;
  dwc:latitude '48.73061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5881 48.73061, -1.5881 48.73061, -1.5881 48.73061, -1.5881 48.73061, -1.5881 48.73061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4322'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.58809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.58809)"^^geo:wktLiteral ;
  geo-pos:lat "48.66808"^^xsd:decimal ;
  geo-pos:long "-1.58809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9058'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58809'^^xsd:double;
  dwc:latitude '48.66808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58809 48.66808, -1.58809 48.66808, -1.58809 48.66808, -1.58809 48.66808, -1.58809 48.66808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9058'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68473 -1.58809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68473"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68473 -1.58809)"^^geo:wktLiteral ;
  geo-pos:lat "48.68473"^^xsd:decimal ;
  geo-pos:long "-1.58809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6654'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58809'^^xsd:double;
  dwc:latitude '48.68473'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58809 48.68473, -1.58809 48.68473, -1.58809 48.68473, -1.58809 48.68473, -1.58809 48.68473))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6654'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71854 -1.58808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71854 -1.58808)"^^geo:wktLiteral ;
  geo-pos:lat "48.71854"^^xsd:decimal ;
  geo-pos:long "-1.58808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9273'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58808'^^xsd:double;
  dwc:latitude '48.71854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58808 48.71854, -1.58808 48.71854, -1.58808 48.71854, -1.58808 48.71854, -1.58808 48.71854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9273'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.58807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.58807)"^^geo:wktLiteral ;
  geo-pos:lat "48.66787"^^xsd:decimal ;
  geo-pos:long "-1.58807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9644'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58807'^^xsd:double;
  dwc:latitude '48.66787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58807 48.66787, -1.58807 48.66787, -1.58807 48.66787, -1.58807 48.66787, -1.58807 48.66787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9644'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66648 -1.58806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66648 -1.58806)"^^geo:wktLiteral ;
  geo-pos:lat "48.66648"^^xsd:decimal ;
  geo-pos:long "-1.58806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13607'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58806'^^xsd:double;
  dwc:latitude '48.66648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58806 48.66648, -1.58806 48.66648, -1.58806 48.66648, -1.58806 48.66648, -1.58806 48.66648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13607'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58806)"^^geo:wktLiteral ;
  geo-pos:lat "48.66812"^^xsd:decimal ;
  geo-pos:long "-1.58806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8720'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58806'^^xsd:double;
  dwc:latitude '48.66812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58806 48.66812, -1.58806 48.66812, -1.58806 48.66812, -1.58806 48.66812, -1.58806 48.66812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8720'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67808 -1.58806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67808 -1.58806)"^^geo:wktLiteral ;
  geo-pos:lat "48.67808"^^xsd:decimal ;
  geo-pos:long "-1.58806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9257'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58806'^^xsd:double;
  dwc:latitude '48.67808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58806 48.67808, -1.58806 48.67808, -1.58806 48.67808, -1.58806 48.67808, -1.58806 48.67808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9257'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68256 -1.58804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68256 -1.58804)"^^geo:wktLiteral ;
  geo-pos:lat "48.68256"^^xsd:decimal ;
  geo-pos:long "-1.58804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5118'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58804'^^xsd:double;
  dwc:latitude '48.68256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58804 48.68256, -1.58804 48.68256, -1.58804 48.68256, -1.58804 48.68256, -1.58804 48.68256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5118'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66728 -1.58803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66728 -1.58803)"^^geo:wktLiteral ;
  geo-pos:lat "48.66728"^^xsd:decimal ;
  geo-pos:long "-1.58803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12661'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58803'^^xsd:double;
  dwc:latitude '48.66728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58803 48.66728, -1.58803 48.66728, -1.58803 48.66728, -1.58803 48.66728, -1.58803 48.66728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12661'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.58802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.58802)"^^geo:wktLiteral ;
  geo-pos:lat "48.66778"^^xsd:decimal ;
  geo-pos:long "-1.58802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9129'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58802'^^xsd:double;
  dwc:latitude '48.66778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58802 48.66778, -1.58802 48.66778, -1.58802 48.66778, -1.58802 48.66778, -1.58802 48.66778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9129'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.58802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.58802)"^^geo:wktLiteral ;
  geo-pos:lat "48.69222"^^xsd:decimal ;
  geo-pos:long "-1.58802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4839'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.66666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58802'^^xsd:double;
  dwc:latitude '48.69222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58802 48.69222, -1.58802 48.69222, -1.58802 48.69222, -1.58802 48.69222, -1.58802 48.69222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4839'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73683 -1.58802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73683 -1.58802)"^^geo:wktLiteral ;
  geo-pos:lat "48.73683"^^xsd:decimal ;
  geo-pos:long "-1.58802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9146'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58802'^^xsd:double;
  dwc:latitude '48.73683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58802 48.73683, -1.58802 48.73683, -1.58802 48.73683, -1.58802 48.73683, -1.58802 48.73683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9146'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66256 -1.58801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66256 -1.58801)"^^geo:wktLiteral ;
  geo-pos:lat "48.66256"^^xsd:decimal ;
  geo-pos:long "-1.58801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12898'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58801'^^xsd:double;
  dwc:latitude '48.66256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58801 48.66256, -1.58801 48.66256, -1.58801 48.66256, -1.58801 48.66256, -1.58801 48.66256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12898'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66768 -1.58801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66768 -1.58801)"^^geo:wktLiteral ;
  geo-pos:lat "48.66768"^^xsd:decimal ;
  geo-pos:long "-1.58801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8671'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58801'^^xsd:double;
  dwc:latitude '48.66768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58801 48.66768, -1.58801 48.66768, -1.58801 48.66768, -1.58801 48.66768, -1.58801 48.66768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8671'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68318 -1.58801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68318 -1.58801)"^^geo:wktLiteral ;
  geo-pos:lat "48.68318"^^xsd:decimal ;
  geo-pos:long "-1.58801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1729'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58801'^^xsd:double;
  dwc:latitude '48.68318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58801 48.68318, -1.58801 48.68318, -1.58801 48.68318, -1.58801 48.68318, -1.58801 48.68318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1729'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66785 -1.58797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66785 -1.58797)"^^geo:wktLiteral ;
  geo-pos:lat "48.66785"^^xsd:decimal ;
  geo-pos:long "-1.58797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9186'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58797'^^xsd:double;
  dwc:latitude '48.66785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58797 48.66785, -1.58797 48.66785, -1.58797 48.66785, -1.58797 48.66785, -1.58797 48.66785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9186'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66834 -1.58797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66834 -1.58797)"^^geo:wktLiteral ;
  geo-pos:lat "48.66834"^^xsd:decimal ;
  geo-pos:long "-1.58797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9130'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58797'^^xsd:double;
  dwc:latitude '48.66834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58797 48.66834, -1.58797 48.66834, -1.58797 48.66834, -1.58797 48.66834, -1.58797 48.66834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9130'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75388 -1.58797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75388"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75388 -1.58797)"^^geo:wktLiteral ;
  geo-pos:lat "48.75388"^^xsd:decimal ;
  geo-pos:long "-1.58797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9601'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.61666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58797'^^xsd:double;
  dwc:latitude '48.75388'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58797 48.75388, -1.58797 48.75388, -1.58797 48.75388, -1.58797 48.75388, -1.58797 48.75388))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9601'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67115 -1.58796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67115 -1.58796)"^^geo:wktLiteral ;
  geo-pos:lat "48.67115"^^xsd:decimal ;
  geo-pos:long "-1.58796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_127'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58796'^^xsd:double;
  dwc:latitude '48.67115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58796 48.67115, -1.58796 48.67115, -1.58796 48.67115, -1.58796 48.67115, -1.58796 48.67115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_127'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66802 -1.58795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66802 -1.58795)"^^geo:wktLiteral ;
  geo-pos:lat "48.66802"^^xsd:decimal ;
  geo-pos:long "-1.58795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8948'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58795'^^xsd:double;
  dwc:latitude '48.66802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58795 48.66802, -1.58795 48.66802, -1.58795 48.66802, -1.58795 48.66802, -1.58795 48.66802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8948'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71416 -1.58795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71416 -1.58795)"^^geo:wktLiteral ;
  geo-pos:lat "48.71416"^^xsd:decimal ;
  geo-pos:long "-1.58795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6187'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58795'^^xsd:double;
  dwc:latitude '48.71416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58795 48.71416, -1.58795 48.71416, -1.58795 48.71416, -1.58795 48.71416, -1.58795 48.71416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6187'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71752 -1.58795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71752 -1.58795)"^^geo:wktLiteral ;
  geo-pos:lat "48.71752"^^xsd:decimal ;
  geo-pos:long "-1.58795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3672'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58795'^^xsd:double;
  dwc:latitude '48.71752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58795 48.71752, -1.58795 48.71752, -1.58795 48.71752, -1.58795 48.71752, -1.58795 48.71752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3672'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68554 -1.58794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68554 -1.58794)"^^geo:wktLiteral ;
  geo-pos:lat "48.68554"^^xsd:decimal ;
  geo-pos:long "-1.58794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6020'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58794'^^xsd:double;
  dwc:latitude '48.68554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58794 48.68554, -1.58794 48.68554, -1.58794 48.68554, -1.58794 48.68554, -1.58794 48.68554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6020'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68676 -1.58794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68676 -1.58794)"^^geo:wktLiteral ;
  geo-pos:lat "48.68676"^^xsd:decimal ;
  geo-pos:long "-1.58794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6311'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58794'^^xsd:double;
  dwc:latitude '48.68676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58794 48.68676, -1.58794 48.68676, -1.58794 48.68676, -1.58794 48.68676, -1.58794 48.68676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6311'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58793)"^^geo:wktLiteral ;
  geo-pos:lat "48.66784"^^xsd:decimal ;
  geo-pos:long "-1.58793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8947'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58793'^^xsd:double;
  dwc:latitude '48.66784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58793 48.66784, -1.58793 48.66784, -1.58793 48.66784, -1.58793 48.66784, -1.58793 48.66784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8947'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65079 -1.58792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65079 -1.58792)"^^geo:wktLiteral ;
  geo-pos:lat "48.65079"^^xsd:decimal ;
  geo-pos:long "-1.58792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12901'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58792'^^xsd:double;
  dwc:latitude '48.65079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58792 48.65079, -1.58792 48.65079, -1.58792 48.65079, -1.58792 48.65079, -1.58792 48.65079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12901'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66755 -1.58792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66755 -1.58792)"^^geo:wktLiteral ;
  geo-pos:lat "48.66755"^^xsd:decimal ;
  geo-pos:long "-1.58792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9359'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58792'^^xsd:double;
  dwc:latitude '48.66755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58792 48.66755, -1.58792 48.66755, -1.58792 48.66755, -1.58792 48.66755, -1.58792 48.66755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9359'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65741 -1.58791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65741 -1.58791)"^^geo:wktLiteral ;
  geo-pos:lat "48.65741"^^xsd:decimal ;
  geo-pos:long "-1.58791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12060'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58791'^^xsd:double;
  dwc:latitude '48.65741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58791 48.65741, -1.58791 48.65741, -1.58791 48.65741, -1.58791 48.65741, -1.58791 48.65741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12060'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73419 -1.58791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73419 -1.58791)"^^geo:wktLiteral ;
  geo-pos:lat "48.73419"^^xsd:decimal ;
  geo-pos:long "-1.58791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2541'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58791'^^xsd:double;
  dwc:latitude '48.73419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58791 48.73419, -1.58791 48.73419, -1.58791 48.73419, -1.58791 48.73419, -1.58791 48.73419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2541'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66801 -1.5879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66801 -1.5879)"^^geo:wktLiteral ;
  geo-pos:lat "48.66801"^^xsd:decimal ;
  geo-pos:long "-1.5879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13018'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5879'^^xsd:double;
  dwc:latitude '48.66801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5879 48.66801, -1.5879 48.66801, -1.5879 48.66801, -1.5879 48.66801, -1.5879 48.66801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13018'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68902 -1.5879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68902 -1.5879)"^^geo:wktLiteral ;
  geo-pos:lat "48.68902"^^xsd:decimal ;
  geo-pos:long "-1.5879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6925'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5879'^^xsd:double;
  dwc:latitude '48.68902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5879 48.68902, -1.5879 48.68902, -1.5879 48.68902, -1.5879 48.68902, -1.5879 48.68902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6925'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.58789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.58789)"^^geo:wktLiteral ;
  geo-pos:lat "48.66808"^^xsd:decimal ;
  geo-pos:long "-1.58789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9405'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58789'^^xsd:double;
  dwc:latitude '48.66808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58789 48.66808, -1.58789 48.66808, -1.58789 48.66808, -1.58789 48.66808, -1.58789 48.66808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9405'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7023 -1.58788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7023 -1.58788)"^^geo:wktLiteral ;
  geo-pos:lat "48.7023"^^xsd:decimal ;
  geo-pos:long "-1.58788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5090'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58788'^^xsd:double;
  dwc:latitude '48.7023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58788 48.7023, -1.58788 48.7023, -1.58788 48.7023, -1.58788 48.7023, -1.58788 48.7023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5090'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73525 -1.58788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73525 -1.58788)"^^geo:wktLiteral ;
  geo-pos:lat "48.73525"^^xsd:decimal ;
  geo-pos:long "-1.58788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3538'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58788'^^xsd:double;
  dwc:latitude '48.73525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58788 48.73525, -1.58788 48.73525, -1.58788 48.73525, -1.58788 48.73525, -1.58788 48.73525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3538'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66718 -1.58787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66718 -1.58787)"^^geo:wktLiteral ;
  geo-pos:lat "48.66718"^^xsd:decimal ;
  geo-pos:long "-1.58787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9693'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58787'^^xsd:double;
  dwc:latitude '48.66718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58787 48.66718, -1.58787 48.66718, -1.58787 48.66718, -1.58787 48.66718, -1.58787 48.66718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9693'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66738 -1.58787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66738"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66738 -1.58787)"^^geo:wktLiteral ;
  geo-pos:lat "48.66738"^^xsd:decimal ;
  geo-pos:long "-1.58787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13605'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58787'^^xsd:double;
  dwc:latitude '48.66738'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58787 48.66738, -1.58787 48.66738, -1.58787 48.66738, -1.58787 48.66738, -1.58787 48.66738))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13605'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67038 -1.58787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67038 -1.58787)"^^geo:wktLiteral ;
  geo-pos:lat "48.67038"^^xsd:decimal ;
  geo-pos:long "-1.58787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10677'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58787'^^xsd:double;
  dwc:latitude '48.67038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58787 48.67038, -1.58787 48.67038, -1.58787 48.67038, -1.58787 48.67038, -1.58787 48.67038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10677'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74404 -1.58787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74404 -1.58787)"^^geo:wktLiteral ;
  geo-pos:lat "48.74404"^^xsd:decimal ;
  geo-pos:long "-1.58787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3468'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58787'^^xsd:double;
  dwc:latitude '48.74404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58787 48.74404, -1.58787 48.74404, -1.58787 48.74404, -1.58787 48.74404, -1.58787 48.74404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3468'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68801 -1.58786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68801 -1.58786)"^^geo:wktLiteral ;
  geo-pos:lat "48.68801"^^xsd:decimal ;
  geo-pos:long "-1.58786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6924'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58786'^^xsd:double;
  dwc:latitude '48.68801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58786 48.68801, -1.58786 48.68801, -1.58786 48.68801, -1.58786 48.68801, -1.58786 48.68801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6924'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.58785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.58785)"^^geo:wktLiteral ;
  geo-pos:lat "48.668"^^xsd:decimal ;
  geo-pos:long "-1.58785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9345'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58785'^^xsd:double;
  dwc:latitude '48.668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58785 48.668, -1.58785 48.668, -1.58785 48.668, -1.58785 48.668, -1.58785 48.668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9345'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.58784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.58784)"^^geo:wktLiteral ;
  geo-pos:lat "48.6677"^^xsd:decimal ;
  geo-pos:long "-1.58784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13523'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58784'^^xsd:double;
  dwc:latitude '48.6677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58784 48.6677, -1.58784 48.6677, -1.58784 48.6677, -1.58784 48.6677, -1.58784 48.6677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13523'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66807 -1.58784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66807 -1.58784)"^^geo:wktLiteral ;
  geo-pos:lat "48.66807"^^xsd:decimal ;
  geo-pos:long "-1.58784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13411'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58784'^^xsd:double;
  dwc:latitude '48.66807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58784 48.66807, -1.58784 48.66807, -1.58784 48.66807, -1.58784 48.66807, -1.58784 48.66807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13411'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66812 -1.58784)"^^geo:wktLiteral ;
  geo-pos:lat "48.66812"^^xsd:decimal ;
  geo-pos:long "-1.58784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9027'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58784'^^xsd:double;
  dwc:latitude '48.66812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58784 48.66812, -1.58784 48.66812, -1.58784 48.66812, -1.58784 48.66812, -1.58784 48.66812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9027'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70674 -1.58784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70674 -1.58784)"^^geo:wktLiteral ;
  geo-pos:lat "48.70674"^^xsd:decimal ;
  geo-pos:long "-1.58784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4485'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58784'^^xsd:double;
  dwc:latitude '48.70674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58784 48.70674, -1.58784 48.70674, -1.58784 48.70674, -1.58784 48.70674, -1.58784 48.70674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4485'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65177 -1.58783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65177 -1.58783)"^^geo:wktLiteral ;
  geo-pos:lat "48.65177"^^xsd:decimal ;
  geo-pos:long "-1.58783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12399'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58783'^^xsd:double;
  dwc:latitude '48.65177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58783 48.65177, -1.58783 48.65177, -1.58783 48.65177, -1.58783 48.65177, -1.58783 48.65177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12399'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66805 -1.58783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66805 -1.58783)"^^geo:wktLiteral ;
  geo-pos:lat "48.66805"^^xsd:decimal ;
  geo-pos:long "-1.58783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9531'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58783'^^xsd:double;
  dwc:latitude '48.66805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58783 48.66805, -1.58783 48.66805, -1.58783 48.66805, -1.58783 48.66805, -1.58783 48.66805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9531'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73507 -1.58783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73507 -1.58783)"^^geo:wktLiteral ;
  geo-pos:lat "48.73507"^^xsd:decimal ;
  geo-pos:long "-1.58783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7941'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58783'^^xsd:double;
  dwc:latitude '48.73507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58783 48.73507, -1.58783 48.73507, -1.58783 48.73507, -1.58783 48.73507, -1.58783 48.73507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7941'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73628 -1.58783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73628 -1.58783)"^^geo:wktLiteral ;
  geo-pos:lat "48.73628"^^xsd:decimal ;
  geo-pos:long "-1.58783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9271'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58783'^^xsd:double;
  dwc:latitude '48.73628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58783 48.73628, -1.58783 48.73628, -1.58783 48.73628, -1.58783 48.73628, -1.58783 48.73628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9271'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64551 -1.58782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64551 -1.58782)"^^geo:wktLiteral ;
  geo-pos:lat "48.64551"^^xsd:decimal ;
  geo-pos:long "-1.58782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13179'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58782'^^xsd:double;
  dwc:latitude '48.64551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58782 48.64551, -1.58782 48.64551, -1.58782 48.64551, -1.58782 48.64551, -1.58782 48.64551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13179'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66786 -1.58782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66786 -1.58782)"^^geo:wktLiteral ;
  geo-pos:lat "48.66786"^^xsd:decimal ;
  geo-pos:long "-1.58782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8670'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58782'^^xsd:double;
  dwc:latitude '48.66786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58782 48.66786, -1.58782 48.66786, -1.58782 48.66786, -1.58782 48.66786, -1.58782 48.66786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8670'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66794 -1.58782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66794 -1.58782)"^^geo:wktLiteral ;
  geo-pos:lat "48.66794"^^xsd:decimal ;
  geo-pos:long "-1.58782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9358'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58782'^^xsd:double;
  dwc:latitude '48.66794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58782 48.66794, -1.58782 48.66794, -1.58782 48.66794, -1.58782 48.66794, -1.58782 48.66794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9358'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66804 -1.58782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66804 -1.58782)"^^geo:wktLiteral ;
  geo-pos:lat "48.66804"^^xsd:decimal ;
  geo-pos:long "-1.58782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8941'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58782'^^xsd:double;
  dwc:latitude '48.66804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58782 48.66804, -1.58782 48.66804, -1.58782 48.66804, -1.58782 48.66804, -1.58782 48.66804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8941'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72921 -1.58782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72921 -1.58782)"^^geo:wktLiteral ;
  geo-pos:lat "48.72921"^^xsd:decimal ;
  geo-pos:long "-1.58782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3942'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58782'^^xsd:double;
  dwc:latitude '48.72921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58782 48.72921, -1.58782 48.72921, -1.58782 48.72921, -1.58782 48.72921, -1.58782 48.72921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3942'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69024 -1.58781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69024"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69024 -1.58781)"^^geo:wktLiteral ;
  geo-pos:lat "48.69024"^^xsd:decimal ;
  geo-pos:long "-1.58781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3785'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58781'^^xsd:double;
  dwc:latitude '48.69024'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58781 48.69024, -1.58781 48.69024, -1.58781 48.69024, -1.58781 48.69024, -1.58781 48.69024))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3785'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64504 -1.5878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64504 -1.5878)"^^geo:wktLiteral ;
  geo-pos:lat "48.64504"^^xsd:decimal ;
  geo-pos:long "-1.5878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12005'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5878'^^xsd:double;
  dwc:latitude '48.64504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5878 48.64504, -1.5878 48.64504, -1.5878 48.64504, -1.5878 48.64504, -1.5878 48.64504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12005'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66771 -1.5878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66771"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66771 -1.5878)"^^geo:wktLiteral ;
  geo-pos:lat "48.66771"^^xsd:decimal ;
  geo-pos:long "-1.5878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10244'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5878'^^xsd:double;
  dwc:latitude '48.66771'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5878 48.66771, -1.5878 48.66771, -1.5878 48.66771, -1.5878 48.66771, -1.5878 48.66771))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10244'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66792 -1.5878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66792 -1.5878)"^^geo:wktLiteral ;
  geo-pos:lat "48.66792"^^xsd:decimal ;
  geo-pos:long "-1.5878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9404'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5878'^^xsd:double;
  dwc:latitude '48.66792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5878 48.66792, -1.5878 48.66792, -1.5878 48.66792, -1.5878 48.66792, -1.5878 48.66792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9404'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68978 -1.5878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68978 -1.5878)"^^geo:wktLiteral ;
  geo-pos:lat "48.68978"^^xsd:decimal ;
  geo-pos:long "-1.5878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6608'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5878'^^xsd:double;
  dwc:latitude '48.68978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5878 48.68978, -1.5878 48.68978, -1.5878 48.68978, -1.5878 48.68978, -1.5878 48.68978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6608'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66798 -1.58779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66798 -1.58779)"^^geo:wktLiteral ;
  geo-pos:lat "48.66798"^^xsd:decimal ;
  geo-pos:long "-1.58779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9260'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58779'^^xsd:double;
  dwc:latitude '48.66798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58779 48.66798, -1.58779 48.66798, -1.58779 48.66798, -1.58779 48.66798, -1.58779 48.66798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9260'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66744 -1.58778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66744 -1.58778)"^^geo:wktLiteral ;
  geo-pos:lat "48.66744"^^xsd:decimal ;
  geo-pos:long "-1.58778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13598'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58778'^^xsd:double;
  dwc:latitude '48.66744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58778 48.66744, -1.58778 48.66744, -1.58778 48.66744, -1.58778 48.66744, -1.58778 48.66744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13598'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68944 -1.58777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68944 -1.58777)"^^geo:wktLiteral ;
  geo-pos:lat "48.68944"^^xsd:decimal ;
  geo-pos:long "-1.58777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6234'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58777'^^xsd:double;
  dwc:latitude '48.68944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58777 48.68944, -1.58777 48.68944, -1.58777 48.68944, -1.58777 48.68944, -1.58777 48.68944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6234'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66782 -1.58776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66782 -1.58776)"^^geo:wktLiteral ;
  geo-pos:lat "48.66782"^^xsd:decimal ;
  geo-pos:long "-1.58776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9312'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58776'^^xsd:double;
  dwc:latitude '48.66782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58776 48.66782, -1.58776 48.66782, -1.58776 48.66782, -1.58776 48.66782, -1.58776 48.66782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9312'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.58776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.58776)"^^geo:wktLiteral ;
  geo-pos:lat "48.66808"^^xsd:decimal ;
  geo-pos:long "-1.58776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13445'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58776'^^xsd:double;
  dwc:latitude '48.66808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58776 48.66808, -1.58776 48.66808, -1.58776 48.66808, -1.58776 48.66808, -1.58776 48.66808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13445'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6684 -1.58776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6684 -1.58776)"^^geo:wktLiteral ;
  geo-pos:lat "48.6684"^^xsd:decimal ;
  geo-pos:long "-1.58776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8954'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58776'^^xsd:double;
  dwc:latitude '48.6684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58776 48.6684, -1.58776 48.6684, -1.58776 48.6684, -1.58776 48.6684, -1.58776 48.6684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8954'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6848 -1.58776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6848"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6848 -1.58776)"^^geo:wktLiteral ;
  geo-pos:lat "48.6848"^^xsd:decimal ;
  geo-pos:long "-1.58776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6491'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58776'^^xsd:double;
  dwc:latitude '48.6848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58776 48.6848, -1.58776 48.6848, -1.58776 48.6848, -1.58776 48.6848, -1.58776 48.6848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6491'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68496 -1.58776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68496 -1.58776)"^^geo:wktLiteral ;
  geo-pos:lat "48.68496"^^xsd:decimal ;
  geo-pos:long "-1.58776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7039'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58776'^^xsd:double;
  dwc:latitude '48.68496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58776 48.68496, -1.58776 48.68496, -1.58776 48.68496, -1.58776 48.68496, -1.58776 48.68496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7039'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70283 -1.58776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70283"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70283 -1.58776)"^^geo:wktLiteral ;
  geo-pos:lat "48.70283"^^xsd:decimal ;
  geo-pos:long "-1.58776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4466'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58776'^^xsd:double;
  dwc:latitude '48.70283'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58776 48.70283, -1.58776 48.70283, -1.58776 48.70283, -1.58776 48.70283, -1.58776 48.70283))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4466'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65296 -1.58775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65296"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65296 -1.58775)"^^geo:wktLiteral ;
  geo-pos:lat "48.65296"^^xsd:decimal ;
  geo-pos:long "-1.58775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13462'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58775'^^xsd:double;
  dwc:latitude '48.65296'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58775 48.65296, -1.58775 48.65296, -1.58775 48.65296, -1.58775 48.65296, -1.58775 48.65296))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13462'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66802 -1.58775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66802 -1.58775)"^^geo:wktLiteral ;
  geo-pos:lat "48.66802"^^xsd:decimal ;
  geo-pos:long "-1.58775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13297'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58775'^^xsd:double;
  dwc:latitude '48.66802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58775 48.66802, -1.58775 48.66802, -1.58775 48.66802, -1.58775 48.66802, -1.58775 48.66802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13297'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69492 -1.58775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69492 -1.58775)"^^geo:wktLiteral ;
  geo-pos:lat "48.69492"^^xsd:decimal ;
  geo-pos:long "-1.58775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8630'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58775'^^xsd:double;
  dwc:latitude '48.69492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58775 48.69492, -1.58775 48.69492, -1.58775 48.69492, -1.58775 48.69492, -1.58775 48.69492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8630'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65519 -1.58774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65519"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65519 -1.58774)"^^geo:wktLiteral ;
  geo-pos:lat "48.65519"^^xsd:decimal ;
  geo-pos:long "-1.58774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12825'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58774'^^xsd:double;
  dwc:latitude '48.65519'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58774 48.65519, -1.58774 48.65519, -1.58774 48.65519, -1.58774 48.65519, -1.58774 48.65519))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12825'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68924 -1.58774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68924"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68924 -1.58774)"^^geo:wktLiteral ;
  geo-pos:lat "48.68924"^^xsd:decimal ;
  geo-pos:long "-1.58774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5325'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58774'^^xsd:double;
  dwc:latitude '48.68924'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58774 48.68924, -1.58774 48.68924, -1.58774 48.68924, -1.58774 48.68924, -1.58774 48.68924))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5325'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66964 -1.58773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66964 -1.58773)"^^geo:wktLiteral ;
  geo-pos:lat "48.66964"^^xsd:decimal ;
  geo-pos:long "-1.58773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9826'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58773'^^xsd:double;
  dwc:latitude '48.66964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58773 48.66964, -1.58773 48.66964, -1.58773 48.66964, -1.58773 48.66964, -1.58773 48.66964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9826'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68706 -1.58773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68706 -1.58773)"^^geo:wktLiteral ;
  geo-pos:lat "48.68706"^^xsd:decimal ;
  geo-pos:long "-1.58773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7304'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58773'^^xsd:double;
  dwc:latitude '48.68706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58773 48.68706, -1.58773 48.68706, -1.58773 48.68706, -1.58773 48.68706, -1.58773 48.68706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7304'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69928 -1.58773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69928 -1.58773)"^^geo:wktLiteral ;
  geo-pos:lat "48.69928"^^xsd:decimal ;
  geo-pos:long "-1.58773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5140'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58773'^^xsd:double;
  dwc:latitude '48.69928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58773 48.69928, -1.58773 48.69928, -1.58773 48.69928, -1.58773 48.69928, -1.58773 48.69928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5140'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72396 -1.58773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72396 -1.58773)"^^geo:wktLiteral ;
  geo-pos:lat "48.72396"^^xsd:decimal ;
  geo-pos:long "-1.58773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7817'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58773'^^xsd:double;
  dwc:latitude '48.72396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58773 48.72396, -1.58773 48.72396, -1.58773 48.72396, -1.58773 48.72396, -1.58773 48.72396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7817'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72977 -1.58773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72977 -1.58773)"^^geo:wktLiteral ;
  geo-pos:lat "48.72977"^^xsd:decimal ;
  geo-pos:long "-1.58773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2465'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58773'^^xsd:double;
  dwc:latitude '48.72977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58773 48.72977, -1.58773 48.72977, -1.58773 48.72977, -1.58773 48.72977, -1.58773 48.72977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2465'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6646 -1.58771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6646 -1.58771)"^^geo:wktLiteral ;
  geo-pos:lat "48.6646"^^xsd:decimal ;
  geo-pos:long "-1.58771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13116'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58771'^^xsd:double;
  dwc:latitude '48.6646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58771 48.6646, -1.58771 48.6646, -1.58771 48.6646, -1.58771 48.6646, -1.58771 48.6646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13116'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70793 -1.58771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70793 -1.58771)"^^geo:wktLiteral ;
  geo-pos:lat "48.70793"^^xsd:decimal ;
  geo-pos:long "-1.58771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9251'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58771'^^xsd:double;
  dwc:latitude '48.70793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58771 48.70793, -1.58771 48.70793, -1.58771 48.70793, -1.58771 48.70793, -1.58771 48.70793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9251'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7137 -1.58771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7137 -1.58771)"^^geo:wktLiteral ;
  geo-pos:lat "48.7137"^^xsd:decimal ;
  geo-pos:long "-1.58771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5001'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58771'^^xsd:double;
  dwc:latitude '48.7137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58771 48.7137, -1.58771 48.7137, -1.58771 48.7137, -1.58771 48.7137, -1.58771 48.7137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5001'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66756 -1.5877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66756 -1.5877)"^^geo:wktLiteral ;
  geo-pos:lat "48.66756"^^xsd:decimal ;
  geo-pos:long "-1.5877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9715'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5877'^^xsd:double;
  dwc:latitude '48.66756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5877 48.66756, -1.5877 48.66756, -1.5877 48.66756, -1.5877 48.66756, -1.5877 48.66756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9715'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72401 -1.5877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72401 -1.5877)"^^geo:wktLiteral ;
  geo-pos:lat "48.72401"^^xsd:decimal ;
  geo-pos:long "-1.5877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10324'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5877'^^xsd:double;
  dwc:latitude '48.72401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5877 48.72401, -1.5877 48.72401, -1.5877 48.72401, -1.5877 48.72401, -1.5877 48.72401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10324'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73614 -1.5877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73614 -1.5877)"^^geo:wktLiteral ;
  geo-pos:lat "48.73614"^^xsd:decimal ;
  geo-pos:long "-1.5877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5191'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5877'^^xsd:double;
  dwc:latitude '48.73614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5877 48.73614, -1.5877 48.73614, -1.5877 48.73614, -1.5877 48.73614, -1.5877 48.73614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5191'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64932 -1.58769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64932 -1.58769)"^^geo:wktLiteral ;
  geo-pos:lat "48.64932"^^xsd:decimal ;
  geo-pos:long "-1.58769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13212'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58769'^^xsd:double;
  dwc:latitude '48.64932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58769 48.64932, -1.58769 48.64932, -1.58769 48.64932, -1.58769 48.64932, -1.58769 48.64932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13212'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6904 -1.58768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6904 -1.58768)"^^geo:wktLiteral ;
  geo-pos:lat "48.6904"^^xsd:decimal ;
  geo-pos:long "-1.58768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7292'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58768'^^xsd:double;
  dwc:latitude '48.6904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58768 48.6904, -1.58768 48.6904, -1.58768 48.6904, -1.58768 48.6904, -1.58768 48.6904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7292'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66793 -1.58767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66793 -1.58767)"^^geo:wktLiteral ;
  geo-pos:lat "48.66793"^^xsd:decimal ;
  geo-pos:long "-1.58767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9476'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58767'^^xsd:double;
  dwc:latitude '48.66793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58767 48.66793, -1.58767 48.66793, -1.58767 48.66793, -1.58767 48.66793, -1.58767 48.66793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9476'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73248 -1.58767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73248 -1.58767)"^^geo:wktLiteral ;
  geo-pos:lat "48.73248"^^xsd:decimal ;
  geo-pos:long "-1.58767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2473'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58767'^^xsd:double;
  dwc:latitude '48.73248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58767 48.73248, -1.58767 48.73248, -1.58767 48.73248, -1.58767 48.73248, -1.58767 48.73248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2473'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74535 -1.58767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74535 -1.58767)"^^geo:wktLiteral ;
  geo-pos:lat "48.74535"^^xsd:decimal ;
  geo-pos:long "-1.58767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9655'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58767'^^xsd:double;
  dwc:latitude '48.74535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58767 48.74535, -1.58767 48.74535, -1.58767 48.74535, -1.58767 48.74535, -1.58767 48.74535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9655'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66774 -1.58765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66774 -1.58765)"^^geo:wktLiteral ;
  geo-pos:lat "48.66774"^^xsd:decimal ;
  geo-pos:long "-1.58765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13444'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58765'^^xsd:double;
  dwc:latitude '48.66774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58765 48.66774, -1.58765 48.66774, -1.58765 48.66774, -1.58765 48.66774, -1.58765 48.66774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13444'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66791 -1.58765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66791"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66791 -1.58765)"^^geo:wktLiteral ;
  geo-pos:lat "48.66791"^^xsd:decimal ;
  geo-pos:long "-1.58765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13115'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58765'^^xsd:double;
  dwc:latitude '48.66791'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58765 48.66791, -1.58765 48.66791, -1.58765 48.66791, -1.58765 48.66791, -1.58765 48.66791))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13115'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58764)"^^geo:wktLiteral ;
  geo-pos:lat "48.66784"^^xsd:decimal ;
  geo-pos:long "-1.58764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9395'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58764'^^xsd:double;
  dwc:latitude '48.66784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58764 48.66784, -1.58764 48.66784, -1.58764 48.66784, -1.58764 48.66784, -1.58764 48.66784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9395'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68204 -1.58764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68204 -1.58764)"^^geo:wktLiteral ;
  geo-pos:lat "48.68204"^^xsd:decimal ;
  geo-pos:long "-1.58764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5881'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58764'^^xsd:double;
  dwc:latitude '48.68204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58764 48.68204, -1.58764 48.68204, -1.58764 48.68204, -1.58764 48.68204, -1.58764 48.68204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5881'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68062 -1.58763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68062 -1.58763)"^^geo:wktLiteral ;
  geo-pos:lat "48.68062"^^xsd:decimal ;
  geo-pos:long "-1.58763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6462'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58763'^^xsd:double;
  dwc:latitude '48.68062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58763 48.68062, -1.58763 48.68062, -1.58763 48.68062, -1.58763 48.68062, -1.58763 48.68062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6462'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69675 -1.58763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69675 -1.58763)"^^geo:wktLiteral ;
  geo-pos:lat "48.69675"^^xsd:decimal ;
  geo-pos:long "-1.58763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7203'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58763'^^xsd:double;
  dwc:latitude '48.69675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58763 48.69675, -1.58763 48.69675, -1.58763 48.69675, -1.58763 48.69675, -1.58763 48.69675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7203'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65343 -1.58762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65343 -1.58762)"^^geo:wktLiteral ;
  geo-pos:lat "48.65343"^^xsd:decimal ;
  geo-pos:long "-1.58762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12870'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58762'^^xsd:double;
  dwc:latitude '48.65343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58762 48.65343, -1.58762 48.65343, -1.58762 48.65343, -1.58762 48.65343, -1.58762 48.65343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12870'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66236 -1.58761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66236 -1.58761)"^^geo:wktLiteral ;
  geo-pos:lat "48.66236"^^xsd:decimal ;
  geo-pos:long "-1.58761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11990'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58761'^^xsd:double;
  dwc:latitude '48.66236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58761 48.66236, -1.58761 48.66236, -1.58761 48.66236, -1.58761 48.66236, -1.58761 48.66236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11990'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58761)"^^geo:wktLiteral ;
  geo-pos:lat "48.66784"^^xsd:decimal ;
  geo-pos:long "-1.58761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13351'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58761'^^xsd:double;
  dwc:latitude '48.66784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58761 48.66784, -1.58761 48.66784, -1.58761 48.66784, -1.58761 48.66784, -1.58761 48.66784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13351'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68808 -1.58761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68808 -1.58761)"^^geo:wktLiteral ;
  geo-pos:lat "48.68808"^^xsd:decimal ;
  geo-pos:long "-1.58761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4398'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58761'^^xsd:double;
  dwc:latitude '48.68808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58761 48.68808, -1.58761 48.68808, -1.58761 48.68808, -1.58761 48.68808, -1.58761 48.68808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4398'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71377 -1.58761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71377 -1.58761)"^^geo:wktLiteral ;
  geo-pos:lat "48.71377"^^xsd:decimal ;
  geo-pos:long "-1.58761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1077'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58761'^^xsd:double;
  dwc:latitude '48.71377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58761 48.71377, -1.58761 48.71377, -1.58761 48.71377, -1.58761 48.71377, -1.58761 48.71377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1077'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.5876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.5876)"^^geo:wktLiteral ;
  geo-pos:lat "48.66787"^^xsd:decimal ;
  geo-pos:long "-1.5876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13128'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5876'^^xsd:double;
  dwc:latitude '48.66787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5876 48.66787, -1.5876 48.66787, -1.5876 48.66787, -1.5876 48.66787, -1.5876 48.66787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13128'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66802 -1.5876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66802 -1.5876)"^^geo:wktLiteral ;
  geo-pos:lat "48.66802"^^xsd:decimal ;
  geo-pos:long "-1.5876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12833'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5876'^^xsd:double;
  dwc:latitude '48.66802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5876 48.66802, -1.5876 48.66802, -1.5876 48.66802, -1.5876 48.66802, -1.5876 48.66802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12833'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6877 -1.5876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6877 -1.5876)"^^geo:wktLiteral ;
  geo-pos:lat "48.6877"^^xsd:decimal ;
  geo-pos:long "-1.5876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10089'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5876'^^xsd:double;
  dwc:latitude '48.6877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5876 48.6877, -1.5876 48.6877, -1.5876 48.6877, -1.5876 48.6877, -1.5876 48.6877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10089'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6678 -1.58759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6678 -1.58759)"^^geo:wktLiteral ;
  geo-pos:lat "48.6678"^^xsd:decimal ;
  geo-pos:long "-1.58759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9346'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58759'^^xsd:double;
  dwc:latitude '48.6678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58759 48.6678, -1.58759 48.6678, -1.58759 48.6678, -1.58759 48.6678, -1.58759 48.6678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9346'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73927 -1.58759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73927 -1.58759)"^^geo:wktLiteral ;
  geo-pos:lat "48.73927"^^xsd:decimal ;
  geo-pos:long "-1.58759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3452'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58759'^^xsd:double;
  dwc:latitude '48.73927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58759 48.73927, -1.58759 48.73927, -1.58759 48.73927, -1.58759 48.73927, -1.58759 48.73927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3452'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67829 -1.58758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67829 -1.58758)"^^geo:wktLiteral ;
  geo-pos:lat "48.67829"^^xsd:decimal ;
  geo-pos:long "-1.58758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13716'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58758'^^xsd:double;
  dwc:latitude '48.67829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58758 48.67829, -1.58758 48.67829, -1.58758 48.67829, -1.58758 48.67829, -1.58758 48.67829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13716'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69803 -1.58758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69803 -1.58758)"^^geo:wktLiteral ;
  geo-pos:lat "48.69803"^^xsd:decimal ;
  geo-pos:long "-1.58758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6953'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58758'^^xsd:double;
  dwc:latitude '48.69803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58758 48.69803, -1.58758 48.69803, -1.58758 48.69803, -1.58758 48.69803, -1.58758 48.69803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6953'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65192 -1.58754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65192 -1.58754)"^^geo:wktLiteral ;
  geo-pos:lat "48.65192"^^xsd:decimal ;
  geo-pos:long "-1.58754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10756'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58754'^^xsd:double;
  dwc:latitude '48.65192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58754 48.65192, -1.58754 48.65192, -1.58754 48.65192, -1.58754 48.65192, -1.58754 48.65192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10756'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67997 -1.58754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67997 -1.58754)"^^geo:wktLiteral ;
  geo-pos:lat "48.67997"^^xsd:decimal ;
  geo-pos:long "-1.58754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4888'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58754'^^xsd:double;
  dwc:latitude '48.67997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58754 48.67997, -1.58754 48.67997, -1.58754 48.67997, -1.58754 48.67997, -1.58754 48.67997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4888'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.58753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.58753)"^^geo:wktLiteral ;
  geo-pos:lat "48.668"^^xsd:decimal ;
  geo-pos:long "-1.58753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13015'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58753'^^xsd:double;
  dwc:latitude '48.668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58753 48.668, -1.58753 48.668, -1.58753 48.668, -1.58753 48.668, -1.58753 48.668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13015'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67787 -1.58753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67787 -1.58753)"^^geo:wktLiteral ;
  geo-pos:lat "48.67787"^^xsd:decimal ;
  geo-pos:long "-1.58753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9282'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58753'^^xsd:double;
  dwc:latitude '48.67787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58753 48.67787, -1.58753 48.67787, -1.58753 48.67787, -1.58753 48.67787, -1.58753 48.67787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9282'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68502 -1.58753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68502 -1.58753)"^^geo:wktLiteral ;
  geo-pos:lat "48.68502"^^xsd:decimal ;
  geo-pos:long "-1.58753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7300'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58753'^^xsd:double;
  dwc:latitude '48.68502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58753 48.68502, -1.58753 48.68502, -1.58753 48.68502, -1.58753 48.68502, -1.58753 48.68502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7300'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66862 -1.58751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66862 -1.58751)"^^geo:wktLiteral ;
  geo-pos:lat "48.66862"^^xsd:decimal ;
  geo-pos:long "-1.58751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8737'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58751'^^xsd:double;
  dwc:latitude '48.66862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58751 48.66862, -1.58751 48.66862, -1.58751 48.66862, -1.58751 48.66862, -1.58751 48.66862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8737'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66791 -1.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66791"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66791 -1.5875)"^^geo:wktLiteral ;
  geo-pos:lat "48.66791"^^xsd:decimal ;
  geo-pos:long "-1.5875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12834'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5875'^^xsd:double;
  dwc:latitude '48.66791'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5875 48.66791, -1.5875 48.66791, -1.5875 48.66791, -1.5875 48.66791, -1.5875 48.66791))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12834'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66797 -1.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66797 -1.5875)"^^geo:wktLiteral ;
  geo-pos:lat "48.66797"^^xsd:decimal ;
  geo-pos:long "-1.5875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8936'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5875'^^xsd:double;
  dwc:latitude '48.66797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5875 48.66797, -1.5875 48.66797, -1.5875 48.66797, -1.5875 48.66797, -1.5875 48.66797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8936'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68881 -1.5875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68881"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68881 -1.5875)"^^geo:wktLiteral ;
  geo-pos:lat "48.68881"^^xsd:decimal ;
  geo-pos:long "-1.5875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_9477'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5875'^^xsd:double;
  dwc:latitude '48.68881'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5875 48.68881, -1.5875 48.68881, -1.5875 48.68881, -1.5875 48.68881, -1.5875 48.68881))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9477'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6829 -1.58749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6829 -1.58749)"^^geo:wktLiteral ;
  geo-pos:lat "48.6829"^^xsd:decimal ;
  geo-pos:long "-1.58749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1997'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58749'^^xsd:double;
  dwc:latitude '48.6829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58749 48.6829, -1.58749 48.6829, -1.58749 48.6829, -1.58749 48.6829, -1.58749 48.6829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1997'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6678 -1.58747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6678 -1.58747)"^^geo:wktLiteral ;
  geo-pos:lat "48.6678"^^xsd:decimal ;
  geo-pos:long "-1.58747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9311'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58747'^^xsd:double;
  dwc:latitude '48.6678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58747 48.6678, -1.58747 48.6678, -1.58747 48.6678, -1.58747 48.6678, -1.58747 48.6678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9311'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.58747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.58747)"^^geo:wktLiteral ;
  geo-pos:lat "48.66796"^^xsd:decimal ;
  geo-pos:long "-1.58747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9310'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58747'^^xsd:double;
  dwc:latitude '48.66796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58747 48.66796, -1.58747 48.66796, -1.58747 48.66796, -1.58747 48.66796, -1.58747 48.66796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9310'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71924 -1.58747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71924"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71924 -1.58747)"^^geo:wktLiteral ;
  geo-pos:lat "48.71924"^^xsd:decimal ;
  geo-pos:long "-1.58747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3683'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58747'^^xsd:double;
  dwc:latitude '48.71924'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58747 48.71924, -1.58747 48.71924, -1.58747 48.71924, -1.58747 48.71924, -1.58747 48.71924))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3683'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68387 -1.58746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68387 -1.58746)"^^geo:wktLiteral ;
  geo-pos:lat "48.68387"^^xsd:decimal ;
  geo-pos:long "-1.58746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3828'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58746'^^xsd:double;
  dwc:latitude '48.68387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58746 48.68387, -1.58746 48.68387, -1.58746 48.68387, -1.58746 48.68387, -1.58746 48.68387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3828'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71399 -1.58746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71399 -1.58746)"^^geo:wktLiteral ;
  geo-pos:lat "48.71399"^^xsd:decimal ;
  geo-pos:long "-1.58746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4259'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58746'^^xsd:double;
  dwc:latitude '48.71399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58746 48.71399, -1.58746 48.71399, -1.58746 48.71399, -1.58746 48.71399, -1.58746 48.71399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4259'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65264 -1.58745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65264 -1.58745)"^^geo:wktLiteral ;
  geo-pos:lat "48.65264"^^xsd:decimal ;
  geo-pos:long "-1.58745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5563'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58745'^^xsd:double;
  dwc:latitude '48.65264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58745 48.65264, -1.58745 48.65264, -1.58745 48.65264, -1.58745 48.65264, -1.58745 48.65264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5563'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66935 -1.58745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66935"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66935 -1.58745)"^^geo:wktLiteral ;
  geo-pos:lat "48.66935"^^xsd:decimal ;
  geo-pos:long "-1.58745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5942'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58745'^^xsd:double;
  dwc:latitude '48.66935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58745 48.66935, -1.58745 48.66935, -1.58745 48.66935, -1.58745 48.66935, -1.58745 48.66935))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5942'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72298 -1.58744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72298 -1.58744)"^^geo:wktLiteral ;
  geo-pos:lat "48.72298"^^xsd:decimal ;
  geo-pos:long "-1.58744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3674'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58744'^^xsd:double;
  dwc:latitude '48.72298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58744 48.72298, -1.58744 48.72298, -1.58744 48.72298, -1.58744 48.72298, -1.58744 48.72298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3674'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.58743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.668 -1.58743)"^^geo:wktLiteral ;
  geo-pos:lat "48.668"^^xsd:decimal ;
  geo-pos:long "-1.58743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9185'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58743'^^xsd:double;
  dwc:latitude '48.668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58743 48.668, -1.58743 48.668, -1.58743 48.668, -1.58743 48.668, -1.58743 48.668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9185'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68939 -1.58741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68939 -1.58741)"^^geo:wktLiteral ;
  geo-pos:lat "48.68939"^^xsd:decimal ;
  geo-pos:long "-1.58741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7303'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58741'^^xsd:double;
  dwc:latitude '48.68939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58741 48.68939, -1.58741 48.68939, -1.58741 48.68939, -1.58741 48.68939, -1.58741 48.68939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7303'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6675 -1.5874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6675 -1.5874)"^^geo:wktLiteral ;
  geo-pos:lat "48.6675"^^xsd:decimal ;
  geo-pos:long "-1.5874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13606'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5874'^^xsd:double;
  dwc:latitude '48.6675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5874 48.6675, -1.5874 48.6675, -1.5874 48.6675, -1.5874 48.6675, -1.5874 48.6675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13606'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66776 -1.5874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66776 -1.5874)"^^geo:wktLiteral ;
  geo-pos:lat "48.66776"^^xsd:decimal ;
  geo-pos:long "-1.5874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13205'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5874'^^xsd:double;
  dwc:latitude '48.66776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5874 48.66776, -1.5874 48.66776, -1.5874 48.66776, -1.5874 48.66776, -1.5874 48.66776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13205'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73393 -1.5874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73393 -1.5874)"^^geo:wktLiteral ;
  geo-pos:lat "48.73393"^^xsd:decimal ;
  geo-pos:long "-1.5874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1849'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5874'^^xsd:double;
  dwc:latitude '48.73393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5874 48.73393, -1.5874 48.73393, -1.5874 48.73393, -1.5874 48.73393, -1.5874 48.73393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1849'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66271 -1.58739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66271 -1.58739)"^^geo:wktLiteral ;
  geo-pos:lat "48.66271"^^xsd:decimal ;
  geo-pos:long "-1.58739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6743'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58739'^^xsd:double;
  dwc:latitude '48.66271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58739 48.66271, -1.58739 48.66271, -1.58739 48.66271, -1.58739 48.66271, -1.58739 48.66271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6743'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.58739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.58739)"^^geo:wktLiteral ;
  geo-pos:lat "48.66758"^^xsd:decimal ;
  geo-pos:long "-1.58739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13362'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58739'^^xsd:double;
  dwc:latitude '48.66758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58739 48.66758, -1.58739 48.66758, -1.58739 48.66758, -1.58739 48.66758, -1.58739 48.66758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13362'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66766 -1.58739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66766 -1.58739)"^^geo:wktLiteral ;
  geo-pos:lat "48.66766"^^xsd:decimal ;
  geo-pos:long "-1.58739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12896'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58739'^^xsd:double;
  dwc:latitude '48.66766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58739 48.66766, -1.58739 48.66766, -1.58739 48.66766, -1.58739 48.66766, -1.58739 48.66766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12896'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67222 -1.58739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67222 -1.58739)"^^geo:wktLiteral ;
  geo-pos:lat "48.67222"^^xsd:decimal ;
  geo-pos:long "-1.58739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6742'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58739'^^xsd:double;
  dwc:latitude '48.67222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58739 48.67222, -1.58739 48.67222, -1.58739 48.67222, -1.58739 48.67222, -1.58739 48.67222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6742'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69191 -1.58739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69191"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69191 -1.58739)"^^geo:wktLiteral ;
  geo-pos:lat "48.69191"^^xsd:decimal ;
  geo-pos:long "-1.58739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3786'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58739'^^xsd:double;
  dwc:latitude '48.69191'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58739 48.69191, -1.58739 48.69191, -1.58739 48.69191, -1.58739 48.69191, -1.58739 48.69191))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3786'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65364 -1.58738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65364"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65364 -1.58738)"^^geo:wktLiteral ;
  geo-pos:lat "48.65364"^^xsd:decimal ;
  geo-pos:long "-1.58738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11455'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58738'^^xsd:double;
  dwc:latitude '48.65364'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58738 48.65364, -1.58738 48.65364, -1.58738 48.65364, -1.58738 48.65364, -1.58738 48.65364))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11455'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.58738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.58738)"^^geo:wktLiteral ;
  geo-pos:lat "48.66814"^^xsd:decimal ;
  geo-pos:long "-1.58738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13410'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58738'^^xsd:double;
  dwc:latitude '48.66814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58738 48.66814, -1.58738 48.66814, -1.58738 48.66814, -1.58738 48.66814, -1.58738 48.66814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13410'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6547 -1.58737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6547 -1.58737)"^^geo:wktLiteral ;
  geo-pos:lat "48.6547"^^xsd:decimal ;
  geo-pos:long "-1.58737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11510'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58737'^^xsd:double;
  dwc:latitude '48.6547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58737 48.6547, -1.58737 48.6547, -1.58737 48.6547, -1.58737 48.6547, -1.58737 48.6547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11510'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66783 -1.58736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58736"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66783 -1.58736)"^^geo:wktLiteral ;
  geo-pos:lat "48.66783"^^xsd:decimal ;
  geo-pos:long "-1.58736"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13016'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58736'^^xsd:double;
  dwc:latitude '48.66783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58736 48.66783, -1.58736 48.66783, -1.58736 48.66783, -1.58736 48.66783, -1.58736 48.66783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13016'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66803 -1.58736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58736"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66803 -1.58736)"^^geo:wktLiteral ;
  geo-pos:lat "48.66803"^^xsd:decimal ;
  geo-pos:long "-1.58736"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9157'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58736'^^xsd:double;
  dwc:latitude '48.66803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58736 48.66803, -1.58736 48.66803, -1.58736 48.66803, -1.58736 48.66803, -1.58736 48.66803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9157'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68823 -1.58736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58736"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68823 -1.58736)"^^geo:wktLiteral ;
  geo-pos:lat "48.68823"^^xsd:decimal ;
  geo-pos:long "-1.58736"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4840'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58736'^^xsd:double;
  dwc:latitude '48.68823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58736 48.68823, -1.58736 48.68823, -1.58736 48.68823, -1.58736 48.68823, -1.58736 48.68823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4840'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64258 -1.58734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64258 -1.58734)"^^geo:wktLiteral ;
  geo-pos:lat "48.64258"^^xsd:decimal ;
  geo-pos:long "-1.58734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12808'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58734'^^xsd:double;
  dwc:latitude '48.64258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58734 48.64258, -1.58734 48.64258, -1.58734 48.64258, -1.58734 48.64258, -1.58734 48.64258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12808'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66786 -1.58734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66786 -1.58734)"^^geo:wktLiteral ;
  geo-pos:lat "48.66786"^^xsd:decimal ;
  geo-pos:long "-1.58734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8937'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58734'^^xsd:double;
  dwc:latitude '48.66786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58734 48.66786, -1.58734 48.66786, -1.58734 48.66786, -1.58734 48.66786, -1.58734 48.66786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8937'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7395 -1.58734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7395 -1.58734)"^^geo:wktLiteral ;
  geo-pos:lat "48.7395"^^xsd:decimal ;
  geo-pos:long "-1.58734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3451'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58734'^^xsd:double;
  dwc:latitude '48.7395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58734 48.7395, -1.58734 48.7395, -1.58734 48.7395, -1.58734 48.7395, -1.58734 48.7395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3451'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7261 -1.58733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7261 -1.58733)"^^geo:wktLiteral ;
  geo-pos:lat "48.7261"^^xsd:decimal ;
  geo-pos:long "-1.58733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7859'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58733'^^xsd:double;
  dwc:latitude '48.7261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58733 48.7261, -1.58733 48.7261, -1.58733 48.7261, -1.58733 48.7261, -1.58733 48.7261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7859'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67518 -1.58732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67518 -1.58732)"^^geo:wktLiteral ;
  geo-pos:lat "48.67518"^^xsd:decimal ;
  geo-pos:long "-1.58732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10625'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58732'^^xsd:double;
  dwc:latitude '48.67518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58732 48.67518, -1.58732 48.67518, -1.58732 48.67518, -1.58732 48.67518, -1.58732 48.67518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10625'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68258 -1.58732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68258 -1.58732)"^^geo:wktLiteral ;
  geo-pos:lat "48.68258"^^xsd:decimal ;
  geo-pos:long "-1.58732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7294'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58732'^^xsd:double;
  dwc:latitude '48.68258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58732 48.68258, -1.58732 48.68258, -1.58732 48.68258, -1.58732 48.68258, -1.58732 48.68258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7294'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72856 -1.58732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72856"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72856 -1.58732)"^^geo:wktLiteral ;
  geo-pos:lat "48.72856"^^xsd:decimal ;
  geo-pos:long "-1.58732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6266'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58732'^^xsd:double;
  dwc:latitude '48.72856'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58732 48.72856, -1.58732 48.72856, -1.58732 48.72856, -1.58732 48.72856, -1.58732 48.72856))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6266'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66769 -1.58731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66769 -1.58731)"^^geo:wktLiteral ;
  geo-pos:lat "48.66769"^^xsd:decimal ;
  geo-pos:long "-1.58731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9458'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58731'^^xsd:double;
  dwc:latitude '48.66769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58731 48.66769, -1.58731 48.66769, -1.58731 48.66769, -1.58731 48.66769, -1.58731 48.66769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9458'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68548 -1.58731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68548 -1.58731)"^^geo:wktLiteral ;
  geo-pos:lat "48.68548"^^xsd:decimal ;
  geo-pos:long "-1.58731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5812'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58731'^^xsd:double;
  dwc:latitude '48.68548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58731 48.68548, -1.58731 48.68548, -1.58731 48.68548, -1.58731 48.68548, -1.58731 48.68548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5812'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71322 -1.58731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71322 -1.58731)"^^geo:wktLiteral ;
  geo-pos:lat "48.71322"^^xsd:decimal ;
  geo-pos:long "-1.58731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6564'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58731'^^xsd:double;
  dwc:latitude '48.71322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58731 48.71322, -1.58731 48.71322, -1.58731 48.71322, -1.58731 48.71322, -1.58731 48.71322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6564'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.80056 -1.58731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.80056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.80056 -1.58731)"^^geo:wktLiteral ;
  geo-pos:lat "48.80056"^^xsd:decimal ;
  geo-pos:long "-1.58731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9325'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58731'^^xsd:double;
  dwc:latitude '48.80056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58731 48.80056, -1.58731 48.80056, -1.58731 48.80056, -1.58731 48.80056, -1.58731 48.80056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9325'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66755 -1.5873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66755 -1.5873)"^^geo:wktLiteral ;
  geo-pos:lat "48.66755"^^xsd:decimal ;
  geo-pos:long "-1.5873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10071'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5873'^^xsd:double;
  dwc:latitude '48.66755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5873 48.66755, -1.5873 48.66755, -1.5873 48.66755, -1.5873 48.66755, -1.5873 48.66755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10071'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73245 -1.5873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73245 -1.5873)"^^geo:wktLiteral ;
  geo-pos:lat "48.73245"^^xsd:decimal ;
  geo-pos:long "-1.5873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4524'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5873'^^xsd:double;
  dwc:latitude '48.73245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5873 48.73245, -1.5873 48.73245, -1.5873 48.73245, -1.5873 48.73245, -1.5873 48.73245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4524'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73345 -1.5873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73345 -1.5873)"^^geo:wktLiteral ;
  geo-pos:lat "48.73345"^^xsd:decimal ;
  geo-pos:long "-1.5873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1752'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5873'^^xsd:double;
  dwc:latitude '48.73345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5873 48.73345, -1.5873 48.73345, -1.5873 48.73345, -1.5873 48.73345, -1.5873 48.73345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1752'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.58729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.58729)"^^geo:wktLiteral ;
  geo-pos:lat "48.659"^^xsd:decimal ;
  geo-pos:long "-1.58729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_12571'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58729'^^xsd:double;
  dwc:latitude '48.659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58729 48.659, -1.58729 48.659, -1.58729 48.659, -1.58729 48.659, -1.58729 48.659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12571'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66788 -1.58728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66788 -1.58728)"^^geo:wktLiteral ;
  geo-pos:lat "48.66788"^^xsd:decimal ;
  geo-pos:long "-1.58728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13360'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58728'^^xsd:double;
  dwc:latitude '48.66788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58728 48.66788, -1.58728 48.66788, -1.58728 48.66788, -1.58728 48.66788, -1.58728 48.66788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13360'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66779 -1.58727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66779 -1.58727)"^^geo:wktLiteral ;
  geo-pos:lat "48.66779"^^xsd:decimal ;
  geo-pos:long "-1.58727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13350'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58727'^^xsd:double;
  dwc:latitude '48.66779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58727 48.66779, -1.58727 48.66779, -1.58727 48.66779, -1.58727 48.66779, -1.58727 48.66779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13350'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68115 -1.58727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68115 -1.58727)"^^geo:wktLiteral ;
  geo-pos:lat "48.68115"^^xsd:decimal ;
  geo-pos:long "-1.58727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7315'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58727'^^xsd:double;
  dwc:latitude '48.68115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58727 48.68115, -1.58727 48.68115, -1.58727 48.68115, -1.58727 48.68115, -1.58727 48.68115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7315'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68308 -1.58727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68308 -1.58727)"^^geo:wktLiteral ;
  geo-pos:lat "48.68308"^^xsd:decimal ;
  geo-pos:long "-1.58727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4956'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58727'^^xsd:double;
  dwc:latitude '48.68308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58727 48.68308, -1.58727 48.68308, -1.58727 48.68308, -1.58727 48.68308, -1.58727 48.68308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4956'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73716 -1.58726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73716 -1.58726)"^^geo:wktLiteral ;
  geo-pos:lat "48.73716"^^xsd:decimal ;
  geo-pos:long "-1.58726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1848'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58726'^^xsd:double;
  dwc:latitude '48.73716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58726 48.73716, -1.58726 48.73716, -1.58726 48.73716, -1.58726 48.73716, -1.58726 48.73716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1848'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66783 -1.58724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66783 -1.58724)"^^geo:wktLiteral ;
  geo-pos:lat "48.66783"^^xsd:decimal ;
  geo-pos:long "-1.58724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13019'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58724'^^xsd:double;
  dwc:latitude '48.66783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58724 48.66783, -1.58724 48.66783, -1.58724 48.66783, -1.58724 48.66783, -1.58724 48.66783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13019'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.718 -1.58724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.718 -1.58724)"^^geo:wktLiteral ;
  geo-pos:lat "48.718"^^xsd:decimal ;
  geo-pos:long "-1.58724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8458'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58724'^^xsd:double;
  dwc:latitude '48.718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58724 48.718, -1.58724 48.718, -1.58724 48.718, -1.58724 48.718, -1.58724 48.718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8458'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66779 -1.58723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66779 -1.58723)"^^geo:wktLiteral ;
  geo-pos:lat "48.66779"^^xsd:decimal ;
  geo-pos:long "-1.58723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12864'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58723'^^xsd:double;
  dwc:latitude '48.66779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58723 48.66779, -1.58723 48.66779, -1.58723 48.66779, -1.58723 48.66779, -1.58723 48.66779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12864'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67999 -1.58722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67999 -1.58722)"^^geo:wktLiteral ;
  geo-pos:lat "48.67999"^^xsd:decimal ;
  geo-pos:long "-1.58722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5944'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58722'^^xsd:double;
  dwc:latitude '48.67999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58722 48.67999, -1.58722 48.67999, -1.58722 48.67999, -1.58722 48.67999, -1.58722 48.67999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5944'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74397 -1.58722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74397 -1.58722)"^^geo:wktLiteral ;
  geo-pos:lat "48.74397"^^xsd:decimal ;
  geo-pos:long "-1.58722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6265'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58722'^^xsd:double;
  dwc:latitude '48.74397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58722 48.74397, -1.58722 48.74397, -1.58722 48.74397, -1.58722 48.74397, -1.58722 48.74397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6265'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64891 -1.5872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64891 -1.5872)"^^geo:wktLiteral ;
  geo-pos:lat "48.64891"^^xsd:decimal ;
  geo-pos:long "-1.5872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12733'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5872'^^xsd:double;
  dwc:latitude '48.64891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5872 48.64891, -1.5872 48.64891, -1.5872 48.64891, -1.5872 48.64891, -1.5872 48.64891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12733'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72859 -1.5872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72859 -1.5872)"^^geo:wktLiteral ;
  geo-pos:lat "48.72859"^^xsd:decimal ;
  geo-pos:long "-1.5872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9779'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5872'^^xsd:double;
  dwc:latitude '48.72859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5872 48.72859, -1.5872 48.72859, -1.5872 48.72859, -1.5872 48.72859, -1.5872 48.72859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9779'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.651 -1.58719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.651 -1.58719)"^^geo:wktLiteral ;
  geo-pos:lat "48.651"^^xsd:decimal ;
  geo-pos:long "-1.58719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7669'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58719'^^xsd:double;
  dwc:latitude '48.651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58719 48.651, -1.58719 48.651, -1.58719 48.651, -1.58719 48.651, -1.58719 48.651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7669'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71229 -1.58719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71229 -1.58719)"^^geo:wktLiteral ;
  geo-pos:lat "48.71229"^^xsd:decimal ;
  geo-pos:long "-1.58719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5756'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58719'^^xsd:double;
  dwc:latitude '48.71229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58719 48.71229, -1.58719 48.71229, -1.58719 48.71229, -1.58719 48.71229, -1.58719 48.71229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5756'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66685 -1.58718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66685 -1.58718)"^^geo:wktLiteral ;
  geo-pos:lat "48.66685"^^xsd:decimal ;
  geo-pos:long "-1.58718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9262'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58718'^^xsd:double;
  dwc:latitude '48.66685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58718 48.66685, -1.58718 48.66685, -1.58718 48.66685, -1.58718 48.66685, -1.58718 48.66685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9262'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67731 -1.58717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67731 -1.58717)"^^geo:wktLiteral ;
  geo-pos:lat "48.67731"^^xsd:decimal ;
  geo-pos:long "-1.58717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8582'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58717'^^xsd:double;
  dwc:latitude '48.67731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58717 48.67731, -1.58717 48.67731, -1.58717 48.67731, -1.58717 48.67731, -1.58717 48.67731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8582'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64495 -1.58716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64495 -1.58716)"^^geo:wktLiteral ;
  geo-pos:lat "48.64495"^^xsd:decimal ;
  geo-pos:long "-1.58716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11993'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58716'^^xsd:double;
  dwc:latitude '48.64495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58716 48.64495, -1.58716 48.64495, -1.58716 48.64495, -1.58716 48.64495, -1.58716 48.64495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11993'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6535 -1.58716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6535 -1.58716)"^^geo:wktLiteral ;
  geo-pos:lat "48.6535"^^xsd:decimal ;
  geo-pos:long "-1.58716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12531'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58716'^^xsd:double;
  dwc:latitude '48.6535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58716 48.6535, -1.58716 48.6535, -1.58716 48.6535, -1.58716 48.6535, -1.58716 48.6535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12531'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.58716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.58716)"^^geo:wktLiteral ;
  geo-pos:lat "48.66731"^^xsd:decimal ;
  geo-pos:long "-1.58716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10245'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58716'^^xsd:double;
  dwc:latitude '48.66731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58716 48.66731, -1.58716 48.66731, -1.58716 48.66731, -1.58716 48.66731, -1.58716 48.66731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10245'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70344 -1.58716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70344 -1.58716)"^^geo:wktLiteral ;
  geo-pos:lat "48.70344"^^xsd:decimal ;
  geo-pos:long "-1.58716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8559'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58716'^^xsd:double;
  dwc:latitude '48.70344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58716 48.70344, -1.58716 48.70344, -1.58716 48.70344, -1.58716 48.70344, -1.58716 48.70344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8559'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72772 -1.58716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72772 -1.58716)"^^geo:wktLiteral ;
  geo-pos:lat "48.72772"^^xsd:decimal ;
  geo-pos:long "-1.58716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4285'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58716'^^xsd:double;
  dwc:latitude '48.72772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58716 48.72772, -1.58716 48.72772, -1.58716 48.72772, -1.58716 48.72772, -1.58716 48.72772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4285'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76015 -1.58716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76015"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76015 -1.58716)"^^geo:wktLiteral ;
  geo-pos:lat "48.76015"^^xsd:decimal ;
  geo-pos:long "-1.58716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_774'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58716'^^xsd:double;
  dwc:latitude '48.76015'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58716 48.76015, -1.58716 48.76015, -1.58716 48.76015, -1.58716 48.76015, -1.58716 48.76015))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_774'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65197 -1.58714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65197 -1.58714)"^^geo:wktLiteral ;
  geo-pos:lat "48.65197"^^xsd:decimal ;
  geo-pos:long "-1.58714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12325'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58714'^^xsd:double;
  dwc:latitude '48.65197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58714 48.65197, -1.58714 48.65197, -1.58714 48.65197, -1.58714 48.65197, -1.58714 48.65197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12325'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66769 -1.58714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66769 -1.58714)"^^geo:wktLiteral ;
  geo-pos:lat "48.66769"^^xsd:decimal ;
  geo-pos:long "-1.58714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13361'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58714'^^xsd:double;
  dwc:latitude '48.66769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58714 48.66769, -1.58714 48.66769, -1.58714 48.66769, -1.58714 48.66769, -1.58714 48.66769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13361'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68588 -1.58714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68588 -1.58714)"^^geo:wktLiteral ;
  geo-pos:lat "48.68588"^^xsd:decimal ;
  geo-pos:long "-1.58714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3722'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58714'^^xsd:double;
  dwc:latitude '48.68588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58714 48.68588, -1.58714 48.68588, -1.58714 48.68588, -1.58714 48.68588, -1.58714 48.68588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3722'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70928 -1.58713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70928 -1.58713)"^^geo:wktLiteral ;
  geo-pos:lat "48.70928"^^xsd:decimal ;
  geo-pos:long "-1.58713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6563'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58713'^^xsd:double;
  dwc:latitude '48.70928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58713 48.70928, -1.58713 48.70928, -1.58713 48.70928, -1.58713 48.70928, -1.58713 48.70928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6563'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67246 -1.58712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67246"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67246 -1.58712)"^^geo:wktLiteral ;
  geo-pos:lat "48.67246"^^xsd:decimal ;
  geo-pos:long "-1.58712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13717'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58712'^^xsd:double;
  dwc:latitude '48.67246'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58712 48.67246, -1.58712 48.67246, -1.58712 48.67246, -1.58712 48.67246, -1.58712 48.67246))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13717'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71508 -1.58712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71508"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71508 -1.58712)"^^geo:wktLiteral ;
  geo-pos:lat "48.71508"^^xsd:decimal ;
  geo-pos:long "-1.58712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5078'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58712'^^xsd:double;
  dwc:latitude '48.71508'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58712 48.71508, -1.58712 48.71508, -1.58712 48.71508, -1.58712 48.71508, -1.58712 48.71508))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5078'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67863 -1.58708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67863 -1.58708)"^^geo:wktLiteral ;
  geo-pos:lat "48.67863"^^xsd:decimal ;
  geo-pos:long "-1.58708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3849'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58708'^^xsd:double;
  dwc:latitude '48.67863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58708 48.67863, -1.58708 48.67863, -1.58708 48.67863, -1.58708 48.67863, -1.58708 48.67863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3849'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6776 -1.58707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6776 -1.58707)"^^geo:wktLiteral ;
  geo-pos:lat "48.6776"^^xsd:decimal ;
  geo-pos:long "-1.58707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3802'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58707'^^xsd:double;
  dwc:latitude '48.6776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58707 48.6776, -1.58707 48.6776, -1.58707 48.6776, -1.58707 48.6776, -1.58707 48.6776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3802'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67858 -1.58707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67858 -1.58707)"^^geo:wktLiteral ;
  geo-pos:lat "48.67858"^^xsd:decimal ;
  geo-pos:long "-1.58707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4929'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58707'^^xsd:double;
  dwc:latitude '48.67858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58707 48.67858, -1.58707 48.67858, -1.58707 48.67858, -1.58707 48.67858, -1.58707 48.67858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4929'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68477 -1.58707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68477 -1.58707)"^^geo:wktLiteral ;
  geo-pos:lat "48.68477"^^xsd:decimal ;
  geo-pos:long "-1.58707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9594'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58707'^^xsd:double;
  dwc:latitude '48.68477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58707 48.68477, -1.58707 48.68477, -1.58707 48.68477, -1.58707 48.68477, -1.58707 48.68477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9594'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66772 -1.58706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66772 -1.58706)"^^geo:wktLiteral ;
  geo-pos:lat "48.66772"^^xsd:decimal ;
  geo-pos:long "-1.58706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13495'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58706'^^xsd:double;
  dwc:latitude '48.66772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58706 48.66772, -1.58706 48.66772, -1.58706 48.66772, -1.58706 48.66772, -1.58706 48.66772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13495'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68377 -1.58706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68377 -1.58706)"^^geo:wktLiteral ;
  geo-pos:lat "48.68377"^^xsd:decimal ;
  geo-pos:long "-1.58706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_436'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58706'^^xsd:double;
  dwc:latitude '48.68377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58706 48.68377, -1.58706 48.68377, -1.58706 48.68377, -1.58706 48.68377, -1.58706 48.68377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_436'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75023 -1.58706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75023 -1.58706)"^^geo:wktLiteral ;
  geo-pos:lat "48.75023"^^xsd:decimal ;
  geo-pos:long "-1.58706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9911'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58706'^^xsd:double;
  dwc:latitude '48.75023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58706 48.75023, -1.58706 48.75023, -1.58706 48.75023, -1.58706 48.75023, -1.58706 48.75023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9911'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66292 -1.58705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66292 -1.58705)"^^geo:wktLiteral ;
  geo-pos:lat "48.66292"^^xsd:decimal ;
  geo-pos:long "-1.58705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13461'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58705'^^xsd:double;
  dwc:latitude '48.66292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58705 48.66292, -1.58705 48.66292, -1.58705 48.66292, -1.58705 48.66292, -1.58705 48.66292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13461'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66741 -1.58703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66741 -1.58703)"^^geo:wktLiteral ;
  geo-pos:lat "48.66741"^^xsd:decimal ;
  geo-pos:long "-1.58703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9459'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58703'^^xsd:double;
  dwc:latitude '48.66741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58703 48.66741, -1.58703 48.66741, -1.58703 48.66741, -1.58703 48.66741, -1.58703 48.66741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9459'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.58702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.58702)"^^geo:wktLiteral ;
  geo-pos:lat "48.6677"^^xsd:decimal ;
  geo-pos:long "-1.58702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13206'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58702'^^xsd:double;
  dwc:latitude '48.6677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58702 48.6677, -1.58702 48.6677, -1.58702 48.6677, -1.58702 48.6677, -1.58702 48.6677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13206'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72431 -1.58702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72431 -1.58702)"^^geo:wktLiteral ;
  geo-pos:lat "48.72431"^^xsd:decimal ;
  geo-pos:long "-1.58702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8483'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58702'^^xsd:double;
  dwc:latitude '48.72431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58702 48.72431, -1.58702 48.72431, -1.58702 48.72431, -1.58702 48.72431, -1.58702 48.72431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8483'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70399 -1.587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70399 -1.587)"^^geo:wktLiteral ;
  geo-pos:lat "48.70399"^^xsd:decimal ;
  geo-pos:long "-1.587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4061'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.587'^^xsd:double;
  dwc:latitude '48.70399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.587 48.70399, -1.587 48.70399, -1.587 48.70399, -1.587 48.70399, -1.587 48.70399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4061'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70131 -1.58699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70131 -1.58699)"^^geo:wktLiteral ;
  geo-pos:lat "48.70131"^^xsd:decimal ;
  geo-pos:long "-1.58699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1441'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58699'^^xsd:double;
  dwc:latitude '48.70131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58699 48.70131, -1.58699 48.70131, -1.58699 48.70131, -1.58699 48.70131, -1.58699 48.70131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1441'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70177 -1.58698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70177 -1.58698)"^^geo:wktLiteral ;
  geo-pos:lat "48.70177"^^xsd:decimal ;
  geo-pos:long "-1.58698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5596'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58698'^^xsd:double;
  dwc:latitude '48.70177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58698 48.70177, -1.58698 48.70177, -1.58698 48.70177, -1.58698 48.70177, -1.58698 48.70177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5596'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72222 -1.58697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72222 -1.58697)"^^geo:wktLiteral ;
  geo-pos:lat "48.72222"^^xsd:decimal ;
  geo-pos:long "-1.58697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9518'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58697'^^xsd:double;
  dwc:latitude '48.72222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58697 48.72222, -1.58697 48.72222, -1.58697 48.72222, -1.58697 48.72222, -1.58697 48.72222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9518'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68727 -1.58696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68727 -1.58696)"^^geo:wktLiteral ;
  geo-pos:lat "48.68727"^^xsd:decimal ;
  geo-pos:long "-1.58696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7267'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58696'^^xsd:double;
  dwc:latitude '48.68727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58696 48.68727, -1.58696 48.68727, -1.58696 48.68727, -1.58696 48.68727, -1.58696 48.68727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7267'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6435 -1.58695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6435 -1.58695)"^^geo:wktLiteral ;
  geo-pos:lat "48.6435"^^xsd:decimal ;
  geo-pos:long "-1.58695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13148'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58695'^^xsd:double;
  dwc:latitude '48.6435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58695 48.6435, -1.58695 48.6435, -1.58695 48.6435, -1.58695 48.6435, -1.58695 48.6435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13148'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64958 -1.58695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64958 -1.58695)"^^geo:wktLiteral ;
  geo-pos:lat "48.64958"^^xsd:decimal ;
  geo-pos:long "-1.58695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12018'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58695'^^xsd:double;
  dwc:latitude '48.64958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58695 48.64958, -1.58695 48.64958, -1.58695 48.64958, -1.58695 48.64958, -1.58695 48.64958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12018'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6504 -1.58695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6504 -1.58695)"^^geo:wktLiteral ;
  geo-pos:lat "48.6504"^^xsd:decimal ;
  geo-pos:long "-1.58695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12343'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58695'^^xsd:double;
  dwc:latitude '48.6504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58695 48.6504, -1.58695 48.6504, -1.58695 48.6504, -1.58695 48.6504, -1.58695 48.6504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12343'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65634 -1.58695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65634 -1.58695)"^^geo:wktLiteral ;
  geo-pos:lat "48.65634"^^xsd:decimal ;
  geo-pos:long "-1.58695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9489'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58695'^^xsd:double;
  dwc:latitude '48.65634'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58695 48.65634, -1.58695 48.65634, -1.58695 48.65634, -1.58695 48.65634, -1.58695 48.65634))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9489'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72803 -1.58695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72803 -1.58695)"^^geo:wktLiteral ;
  geo-pos:lat "48.72803"^^xsd:decimal ;
  geo-pos:long "-1.58695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4320'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58695'^^xsd:double;
  dwc:latitude '48.72803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58695 48.72803, -1.58695 48.72803, -1.58695 48.72803, -1.58695 48.72803, -1.58695 48.72803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4320'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67901 -1.58694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67901 -1.58694)"^^geo:wktLiteral ;
  geo-pos:lat "48.67901"^^xsd:decimal ;
  geo-pos:long "-1.58694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9285'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58694'^^xsd:double;
  dwc:latitude '48.67901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58694 48.67901, -1.58694 48.67901, -1.58694 48.67901, -1.58694 48.67901, -1.58694 48.67901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9285'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66145 -1.58693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66145 -1.58693)"^^geo:wktLiteral ;
  geo-pos:lat "48.66145"^^xsd:decimal ;
  geo-pos:long "-1.58693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8636'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58693'^^xsd:double;
  dwc:latitude '48.66145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58693 48.66145, -1.58693 48.66145, -1.58693 48.66145, -1.58693 48.66145, -1.58693 48.66145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8636'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66716 -1.58693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66716 -1.58693)"^^geo:wktLiteral ;
  geo-pos:lat "48.66716"^^xsd:decimal ;
  geo-pos:long "-1.58693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13596'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58693'^^xsd:double;
  dwc:latitude '48.66716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58693 48.66716, -1.58693 48.66716, -1.58693 48.66716, -1.58693 48.66716, -1.58693 48.66716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13596'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68348 -1.58693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68348 -1.58693)"^^geo:wktLiteral ;
  geo-pos:lat "48.68348"^^xsd:decimal ;
  geo-pos:long "-1.58693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9106'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58693'^^xsd:double;
  dwc:latitude '48.68348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58693 48.68348, -1.58693 48.68348, -1.58693 48.68348, -1.58693 48.68348, -1.58693 48.68348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9106'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73644 -1.58693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73644 -1.58693)"^^geo:wktLiteral ;
  geo-pos:lat "48.73644"^^xsd:decimal ;
  geo-pos:long "-1.58693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3450'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58693'^^xsd:double;
  dwc:latitude '48.73644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58693 48.73644, -1.58693 48.73644, -1.58693 48.73644, -1.58693 48.73644, -1.58693 48.73644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3450'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66776 -1.58692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66776 -1.58692)"^^geo:wktLiteral ;
  geo-pos:lat "48.66776"^^xsd:decimal ;
  geo-pos:long "-1.58692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13020'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58692'^^xsd:double;
  dwc:latitude '48.66776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58692 48.66776, -1.58692 48.66776, -1.58692 48.66776, -1.58692 48.66776, -1.58692 48.66776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13020'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68014 -1.58692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68014 -1.58692)"^^geo:wktLiteral ;
  geo-pos:lat "48.68014"^^xsd:decimal ;
  geo-pos:long "-1.58692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3843'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58692'^^xsd:double;
  dwc:latitude '48.68014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58692 48.68014, -1.58692 48.68014, -1.58692 48.68014, -1.58692 48.68014, -1.58692 48.68014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3843'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69605 -1.58692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69605 -1.58692)"^^geo:wktLiteral ;
  geo-pos:lat "48.69605"^^xsd:decimal ;
  geo-pos:long "-1.58692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6592'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58692'^^xsd:double;
  dwc:latitude '48.69605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58692 48.69605, -1.58692 48.69605, -1.58692 48.69605, -1.58692 48.69605, -1.58692 48.69605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6592'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73079 -1.58689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73079 -1.58689)"^^geo:wktLiteral ;
  geo-pos:lat "48.73079"^^xsd:decimal ;
  geo-pos:long "-1.58689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7644'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58689'^^xsd:double;
  dwc:latitude '48.73079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58689 48.73079, -1.58689 48.73079, -1.58689 48.73079, -1.58689 48.73079, -1.58689 48.73079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7644'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65493 -1.58688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65493"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65493 -1.58688)"^^geo:wktLiteral ;
  geo-pos:lat "48.65493"^^xsd:decimal ;
  geo-pos:long "-1.58688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12653'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58688'^^xsd:double;
  dwc:latitude '48.65493'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58688 48.65493, -1.58688 48.65493, -1.58688 48.65493, -1.58688 48.65493, -1.58688 48.65493))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12653'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69804 -1.58688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69804 -1.58688)"^^geo:wktLiteral ;
  geo-pos:lat "48.69804"^^xsd:decimal ;
  geo-pos:long "-1.58688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6591'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58688'^^xsd:double;
  dwc:latitude '48.69804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58688 48.69804, -1.58688 48.69804, -1.58688 48.69804, -1.58688 48.69804, -1.58688 48.69804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6591'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66729 -1.58687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66729"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66729 -1.58687)"^^geo:wktLiteral ;
  geo-pos:lat "48.66729"^^xsd:decimal ;
  geo-pos:long "-1.58687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13597'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58687'^^xsd:double;
  dwc:latitude '48.66729'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58687 48.66729, -1.58687 48.66729, -1.58687 48.66729, -1.58687 48.66729, -1.58687 48.66729))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13597'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68083 -1.58687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68083 -1.58687)"^^geo:wktLiteral ;
  geo-pos:lat "48.68083"^^xsd:decimal ;
  geo-pos:long "-1.58687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6640'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58687'^^xsd:double;
  dwc:latitude '48.68083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58687 48.68083, -1.58687 48.68083, -1.58687 48.68083, -1.58687 48.68083, -1.58687 48.68083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6640'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66759 -1.58684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66759 -1.58684)"^^geo:wktLiteral ;
  geo-pos:lat "48.66759"^^xsd:decimal ;
  geo-pos:long "-1.58684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9261'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58684'^^xsd:double;
  dwc:latitude '48.66759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58684 48.66759, -1.58684 48.66759, -1.58684 48.66759, -1.58684 48.66759, -1.58684 48.66759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9261'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68557 -1.58684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68557 -1.58684)"^^geo:wktLiteral ;
  geo-pos:lat "48.68557"^^xsd:decimal ;
  geo-pos:long "-1.58684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6926'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58684'^^xsd:double;
  dwc:latitude '48.68557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58684 48.68557, -1.58684 48.68557, -1.58684 48.68557, -1.58684 48.68557, -1.58684 48.68557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6926'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68924 -1.58684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68924"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68924 -1.58684)"^^geo:wktLiteral ;
  geo-pos:lat "48.68924"^^xsd:decimal ;
  geo-pos:long "-1.58684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6309'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58684'^^xsd:double;
  dwc:latitude '48.68924'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58684 48.68924, -1.58684 48.68924, -1.58684 48.68924, -1.58684 48.68924, -1.58684 48.68924))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6309'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64235 -1.58682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64235"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64235 -1.58682)"^^geo:wktLiteral ;
  geo-pos:lat "48.64235"^^xsd:decimal ;
  geo-pos:long "-1.58682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13487'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58682'^^xsd:double;
  dwc:latitude '48.64235'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58682 48.64235, -1.58682 48.64235, -1.58682 48.64235, -1.58682 48.64235, -1.58682 48.64235))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13487'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58682)"^^geo:wktLiteral ;
  geo-pos:lat "48.66784"^^xsd:decimal ;
  geo-pos:long "-1.58682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12742'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58682'^^xsd:double;
  dwc:latitude '48.66784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58682 48.66784, -1.58682 48.66784, -1.58682 48.66784, -1.58682 48.66784, -1.58682 48.66784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12742'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68657 -1.5868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68657 -1.5868)"^^geo:wktLiteral ;
  geo-pos:lat "48.68657"^^xsd:decimal ;
  geo-pos:long "-1.5868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6922'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5868'^^xsd:double;
  dwc:latitude '48.68657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5868 48.68657, -1.5868 48.68657, -1.5868 48.68657, -1.5868 48.68657, -1.5868 48.68657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6922'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69408 -1.5868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69408 -1.5868)"^^geo:wktLiteral ;
  geo-pos:lat "48.69408"^^xsd:decimal ;
  geo-pos:long "-1.5868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4296'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5868'^^xsd:double;
  dwc:latitude '48.69408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5868 48.69408, -1.5868 48.69408, -1.5868 48.69408, -1.5868 48.69408, -1.5868 48.69408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4296'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73585 -1.5868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73585 -1.5868)"^^geo:wktLiteral ;
  geo-pos:lat "48.73585"^^xsd:decimal ;
  geo-pos:long "-1.5868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3542'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5868'^^xsd:double;
  dwc:latitude '48.73585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5868 48.73585, -1.5868 48.73585, -1.5868 48.73585, -1.5868 48.73585, -1.5868 48.73585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3542'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66739 -1.58679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66739 -1.58679)"^^geo:wktLiteral ;
  geo-pos:lat "48.66739"^^xsd:decimal ;
  geo-pos:long "-1.58679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10026'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58679'^^xsd:double;
  dwc:latitude '48.66739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58679 48.66739, -1.58679 48.66739, -1.58679 48.66739, -1.58679 48.66739, -1.58679 48.66739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10026'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7097 -1.58678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7097 -1.58678)"^^geo:wktLiteral ;
  geo-pos:lat "48.7097"^^xsd:decimal ;
  geo-pos:long "-1.58678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9435'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58678'^^xsd:double;
  dwc:latitude '48.7097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58678 48.7097, -1.58678 48.7097, -1.58678 48.7097, -1.58678 48.7097, -1.58678 48.7097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9435'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.58677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.58677)"^^geo:wktLiteral ;
  geo-pos:lat "48.66953"^^xsd:decimal ;
  geo-pos:long "-1.58677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10909'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58677'^^xsd:double;
  dwc:latitude '48.66953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58677 48.66953, -1.58677 48.66953, -1.58677 48.66953, -1.58677 48.66953, -1.58677 48.66953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10909'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.58677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.58677)"^^geo:wktLiteral ;
  geo-pos:lat "48.69174"^^xsd:decimal ;
  geo-pos:long "-1.58677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7264'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58677'^^xsd:double;
  dwc:latitude '48.69174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58677 48.69174, -1.58677 48.69174, -1.58677 48.69174, -1.58677 48.69174, -1.58677 48.69174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7264'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69928 -1.58676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69928 -1.58676)"^^geo:wktLiteral ;
  geo-pos:lat "48.69928"^^xsd:decimal ;
  geo-pos:long "-1.58676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2136'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58676'^^xsd:double;
  dwc:latitude '48.69928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58676 48.69928, -1.58676 48.69928, -1.58676 48.69928, -1.58676 48.69928, -1.58676 48.69928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2136'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73004 -1.58676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73004 -1.58676)"^^geo:wktLiteral ;
  geo-pos:lat "48.73004"^^xsd:decimal ;
  geo-pos:long "-1.58676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7765'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58676'^^xsd:double;
  dwc:latitude '48.73004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58676 48.73004, -1.58676 48.73004, -1.58676 48.73004, -1.58676 48.73004, -1.58676 48.73004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7765'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68096 -1.58675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68096 -1.58675)"^^geo:wktLiteral ;
  geo-pos:lat "48.68096"^^xsd:decimal ;
  geo-pos:long "-1.58675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5132'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58675'^^xsd:double;
  dwc:latitude '48.68096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58675 48.68096, -1.58675 48.68096, -1.58675 48.68096, -1.58675 48.68096, -1.58675 48.68096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5132'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69305 -1.58675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69305 -1.58675)"^^geo:wktLiteral ;
  geo-pos:lat "48.69305"^^xsd:decimal ;
  geo-pos:long "-1.58675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4530'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58675'^^xsd:double;
  dwc:latitude '48.69305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58675 48.69305, -1.58675 48.69305, -1.58675 48.69305, -1.58675 48.69305, -1.58675 48.69305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4530'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71677 -1.58674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71677 -1.58674)"^^geo:wktLiteral ;
  geo-pos:lat "48.71677"^^xsd:decimal ;
  geo-pos:long "-1.58674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5401'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58674'^^xsd:double;
  dwc:latitude '48.71677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58674 48.71677, -1.58674 48.71677, -1.58674 48.71677, -1.58674 48.71677, -1.58674 48.71677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5401'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68723 -1.58673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68723 -1.58673)"^^geo:wktLiteral ;
  geo-pos:lat "48.68723"^^xsd:decimal ;
  geo-pos:long "-1.58673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7301'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58673'^^xsd:double;
  dwc:latitude '48.68723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58673 48.68723, -1.58673 48.68723, -1.58673 48.68723, -1.58673 48.68723, -1.58673 48.68723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7301'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68921 -1.58673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68921 -1.58673)"^^geo:wktLiteral ;
  geo-pos:lat "48.68921"^^xsd:decimal ;
  geo-pos:long "-1.58673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7198'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58673'^^xsd:double;
  dwc:latitude '48.68921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58673 48.68921, -1.58673 48.68921, -1.58673 48.68921, -1.58673 48.68921, -1.58673 48.68921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7198'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72978 -1.58673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72978 -1.58673)"^^geo:wktLiteral ;
  geo-pos:lat "48.72978"^^xsd:decimal ;
  geo-pos:long "-1.58673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9739'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58673'^^xsd:double;
  dwc:latitude '48.72978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58673 48.72978, -1.58673 48.72978, -1.58673 48.72978, -1.58673 48.72978, -1.58673 48.72978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9739'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68563 -1.58672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68563 -1.58672)"^^geo:wktLiteral ;
  geo-pos:lat "48.68563"^^xsd:decimal ;
  geo-pos:long "-1.58672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5141'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58672'^^xsd:double;
  dwc:latitude '48.68563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58672 48.68563, -1.58672 48.68563, -1.58672 48.68563, -1.58672 48.68563, -1.58672 48.68563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5141'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72091 -1.58671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72091 -1.58671)"^^geo:wktLiteral ;
  geo-pos:lat "48.72091"^^xsd:decimal ;
  geo-pos:long "-1.58671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5028'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58671'^^xsd:double;
  dwc:latitude '48.72091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58671 48.72091, -1.58671 48.72091, -1.58671 48.72091, -1.58671 48.72091, -1.58671 48.72091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5028'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66348 -1.5867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66348 -1.5867)"^^geo:wktLiteral ;
  geo-pos:lat "48.66348"^^xsd:decimal ;
  geo-pos:long "-1.5867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8833'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5867'^^xsd:double;
  dwc:latitude '48.66348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5867 48.66348, -1.5867 48.66348, -1.5867 48.66348, -1.5867 48.66348, -1.5867 48.66348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8833'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66754 -1.5867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66754 -1.5867)"^^geo:wktLiteral ;
  geo-pos:lat "48.66754"^^xsd:decimal ;
  geo-pos:long "-1.5867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13172'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5867'^^xsd:double;
  dwc:latitude '48.66754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5867 48.66754, -1.5867 48.66754, -1.5867 48.66754, -1.5867 48.66754, -1.5867 48.66754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13172'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69622 -1.5867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69622 -1.5867)"^^geo:wktLiteral ;
  geo-pos:lat "48.69622"^^xsd:decimal ;
  geo-pos:long "-1.5867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10018'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5867'^^xsd:double;
  dwc:latitude '48.69622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5867 48.69622, -1.5867 48.69622, -1.5867 48.69622, -1.5867 48.69622, -1.5867 48.69622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10018'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73833 -1.5867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73833 -1.5867)"^^geo:wktLiteral ;
  geo-pos:lat "48.73833"^^xsd:decimal ;
  geo-pos:long "-1.5867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9547'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5867'^^xsd:double;
  dwc:latitude '48.73833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5867 48.73833, -1.5867 48.73833, -1.5867 48.73833, -1.5867 48.73833, -1.5867 48.73833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9547'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73346 -1.58669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73346 -1.58669)"^^geo:wktLiteral ;
  geo-pos:lat "48.73346"^^xsd:decimal ;
  geo-pos:long "-1.58669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2566'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58669'^^xsd:double;
  dwc:latitude '48.73346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58669 48.73346, -1.58669 48.73346, -1.58669 48.73346, -1.58669 48.73346, -1.58669 48.73346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2566'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66772 -1.58668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66772 -1.58668)"^^geo:wktLiteral ;
  geo-pos:lat "48.66772"^^xsd:decimal ;
  geo-pos:long "-1.58668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13173'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58668'^^xsd:double;
  dwc:latitude '48.66772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58668 48.66772, -1.58668 48.66772, -1.58668 48.66772, -1.58668 48.66772, -1.58668 48.66772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13173'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68665 -1.58668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68665 -1.58668)"^^geo:wktLiteral ;
  geo-pos:lat "48.68665"^^xsd:decimal ;
  geo-pos:long "-1.58668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6479'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58668'^^xsd:double;
  dwc:latitude '48.68665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58668 48.68665, -1.58668 48.68665, -1.58668 48.68665, -1.58668 48.68665, -1.58668 48.68665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6479'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66787 -1.58667)"^^geo:wktLiteral ;
  geo-pos:lat "48.66787"^^xsd:decimal ;
  geo-pos:long "-1.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_10072'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58667'^^xsd:double;
  dwc:latitude '48.66787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58667 48.66787, -1.58667 48.66787, -1.58667 48.66787, -1.58667 48.66787, -1.58667 48.66787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10072'^^xsd:string;
  dwc:observationDate '2008-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66788 -1.58667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66788 -1.58667)"^^geo:wktLiteral ;
  geo-pos:lat "48.66788"^^xsd:decimal ;
  geo-pos:long "-1.58667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8931'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58667'^^xsd:double;
  dwc:latitude '48.66788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58667 48.66788, -1.58667 48.66788, -1.58667 48.66788, -1.58667 48.66788, -1.58667 48.66788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8931'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68851 -1.58666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68851"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68851 -1.58666)"^^geo:wktLiteral ;
  geo-pos:lat "48.68851"^^xsd:decimal ;
  geo-pos:long "-1.58666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6810'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58666'^^xsd:double;
  dwc:latitude '48.68851'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58666 48.68851, -1.58666 48.68851, -1.58666 48.68851, -1.58666 48.68851, -1.58666 48.68851))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6810'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70076 -1.58665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70076"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70076 -1.58665)"^^geo:wktLiteral ;
  geo-pos:lat "48.70076"^^xsd:decimal ;
  geo-pos:long "-1.58665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4060'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58665'^^xsd:double;
  dwc:latitude '48.70076'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58665 48.70076, -1.58665 48.70076, -1.58665 48.70076, -1.58665 48.70076, -1.58665 48.70076))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4060'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72984 -1.58665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72984 -1.58665)"^^geo:wktLiteral ;
  geo-pos:lat "48.72984"^^xsd:decimal ;
  geo-pos:long "-1.58665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9300'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58665'^^xsd:double;
  dwc:latitude '48.72984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58665 48.72984, -1.58665 48.72984, -1.58665 48.72984, -1.58665 48.72984, -1.58665 48.72984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9300'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65465 -1.58664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65465"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65465 -1.58664)"^^geo:wktLiteral ;
  geo-pos:lat "48.65465"^^xsd:decimal ;
  geo-pos:long "-1.58664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12711'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58664'^^xsd:double;
  dwc:latitude '48.65465'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58664 48.65465, -1.58664 48.65465, -1.58664 48.65465, -1.58664 48.65465, -1.58664 48.65465))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12711'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66823 -1.58661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66823 -1.58661)"^^geo:wktLiteral ;
  geo-pos:lat "48.66823"^^xsd:decimal ;
  geo-pos:long "-1.58661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5930'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58661'^^xsd:double;
  dwc:latitude '48.66823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58661 48.66823, -1.58661 48.66823, -1.58661 48.66823, -1.58661 48.66823, -1.58661 48.66823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5930'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73097 -1.58658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73097 -1.58658)"^^geo:wktLiteral ;
  geo-pos:lat "48.73097"^^xsd:decimal ;
  geo-pos:long "-1.58658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4323'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58658'^^xsd:double;
  dwc:latitude '48.73097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58658 48.73097, -1.58658 48.73097, -1.58658 48.73097, -1.58658 48.73097, -1.58658 48.73097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4323'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70672 -1.58657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70672 -1.58657)"^^geo:wktLiteral ;
  geo-pos:lat "48.70672"^^xsd:decimal ;
  geo-pos:long "-1.58657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_806'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58657'^^xsd:double;
  dwc:latitude '48.70672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58657 48.70672, -1.58657 48.70672, -1.58657 48.70672, -1.58657 48.70672, -1.58657 48.70672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_806'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6841 -1.58656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6841 -1.58656)"^^geo:wktLiteral ;
  geo-pos:lat "48.6841"^^xsd:decimal ;
  geo-pos:long "-1.58656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7158'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58656'^^xsd:double;
  dwc:latitude '48.6841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58656 48.6841, -1.58656 48.6841, -1.58656 48.6841, -1.58656 48.6841, -1.58656 48.6841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7158'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68372 -1.58654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68372 -1.58654)"^^geo:wktLiteral ;
  geo-pos:lat "48.68372"^^xsd:decimal ;
  geo-pos:long "-1.58654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6008'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.66666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58654'^^xsd:double;
  dwc:latitude '48.68372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58654 48.68372, -1.58654 48.68372, -1.58654 48.68372, -1.58654 48.68372, -1.58654 48.68372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6008'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68703 -1.58654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68703 -1.58654)"^^geo:wktLiteral ;
  geo-pos:lat "48.68703"^^xsd:decimal ;
  geo-pos:long "-1.58654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6312'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58654'^^xsd:double;
  dwc:latitude '48.68703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58654 48.68703, -1.58654 48.68703, -1.58654 48.68703, -1.58654 48.68703, -1.58654 48.68703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6312'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68734 -1.58654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68734"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68734 -1.58654)"^^geo:wktLiteral ;
  geo-pos:lat "48.68734"^^xsd:decimal ;
  geo-pos:long "-1.58654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6656'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58654'^^xsd:double;
  dwc:latitude '48.68734'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58654 48.68734, -1.58654 48.68734, -1.58654 48.68734, -1.58654 48.68734, -1.58654 48.68734))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6656'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70974 -1.58654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70974 -1.58654)"^^geo:wktLiteral ;
  geo-pos:lat "48.70974"^^xsd:decimal ;
  geo-pos:long "-1.58654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3401'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58654'^^xsd:double;
  dwc:latitude '48.70974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58654 48.70974, -1.58654 48.70974, -1.58654 48.70974, -1.58654 48.70974, -1.58654 48.70974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3401'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65623 -1.58653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65623 -1.58653)"^^geo:wktLiteral ;
  geo-pos:lat "48.65623"^^xsd:decimal ;
  geo-pos:long "-1.58653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_12775'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58653'^^xsd:double;
  dwc:latitude '48.65623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58653 48.65623, -1.58653 48.65623, -1.58653 48.65623, -1.58653 48.65623, -1.58653 48.65623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12775'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64629 -1.58652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64629 -1.58652)"^^geo:wktLiteral ;
  geo-pos:lat "48.64629"^^xsd:decimal ;
  geo-pos:long "-1.58652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10553'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58652'^^xsd:double;
  dwc:latitude '48.64629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58652 48.64629, -1.58652 48.64629, -1.58652 48.64629, -1.58652 48.64629, -1.58652 48.64629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10553'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74351 -1.58652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74351 -1.58652)"^^geo:wktLiteral ;
  geo-pos:lat "48.74351"^^xsd:decimal ;
  geo-pos:long "-1.58652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1847'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58652'^^xsd:double;
  dwc:latitude '48.74351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58652 48.74351, -1.58652 48.74351, -1.58652 48.74351, -1.58652 48.74351, -1.58652 48.74351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1847'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66502 -1.58651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66502 -1.58651)"^^geo:wktLiteral ;
  geo-pos:lat "48.66502"^^xsd:decimal ;
  geo-pos:long "-1.58651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12744'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58651'^^xsd:double;
  dwc:latitude '48.66502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58651 48.66502, -1.58651 48.66502, -1.58651 48.66502, -1.58651 48.66502, -1.58651 48.66502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12744'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68109 -1.5865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68109 -1.5865)"^^geo:wktLiteral ;
  geo-pos:lat "48.68109"^^xsd:decimal ;
  geo-pos:long "-1.5865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6327'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5865'^^xsd:double;
  dwc:latitude '48.68109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5865 48.68109, -1.5865 48.68109, -1.5865 48.68109, -1.5865 48.68109, -1.5865 48.68109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6327'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.58646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6677 -1.58646)"^^geo:wktLiteral ;
  geo-pos:lat "48.6677"^^xsd:decimal ;
  geo-pos:long "-1.58646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_10828'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58646'^^xsd:double;
  dwc:latitude '48.6677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58646 48.6677, -1.58646 48.6677, -1.58646 48.6677, -1.58646 48.6677, -1.58646 48.6677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10828'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70496 -1.58646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70496 -1.58646)"^^geo:wktLiteral ;
  geo-pos:lat "48.70496"^^xsd:decimal ;
  geo-pos:long "-1.58646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8562'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58646'^^xsd:double;
  dwc:latitude '48.70496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58646 48.70496, -1.58646 48.70496, -1.58646 48.70496, -1.58646 48.70496, -1.58646 48.70496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8562'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66854 -1.58645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66854 -1.58645)"^^geo:wktLiteral ;
  geo-pos:lat "48.66854"^^xsd:decimal ;
  geo-pos:long "-1.58645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13554'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58645'^^xsd:double;
  dwc:latitude '48.66854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58645 48.66854, -1.58645 48.66854, -1.58645 48.66854, -1.58645 48.66854, -1.58645 48.66854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13554'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70198 -1.58644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70198 -1.58644)"^^geo:wktLiteral ;
  geo-pos:lat "48.70198"^^xsd:decimal ;
  geo-pos:long "-1.58644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6272'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58644'^^xsd:double;
  dwc:latitude '48.70198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58644 48.70198, -1.58644 48.70198, -1.58644 48.70198, -1.58644 48.70198, -1.58644 48.70198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6272'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70849 -1.58643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70849 -1.58643)"^^geo:wktLiteral ;
  geo-pos:lat "48.70849"^^xsd:decimal ;
  geo-pos:long "-1.58643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5058'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58643'^^xsd:double;
  dwc:latitude '48.70849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58643 48.70849, -1.58643 48.70849, -1.58643 48.70849, -1.58643 48.70849, -1.58643 48.70849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5058'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71633 -1.58643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71633 -1.58643)"^^geo:wktLiteral ;
  geo-pos:lat "48.71633"^^xsd:decimal ;
  geo-pos:long "-1.58643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3684'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58643'^^xsd:double;
  dwc:latitude '48.71633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58643 48.71633, -1.58643 48.71633, -1.58643 48.71633, -1.58643 48.71633, -1.58643 48.71633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3684'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66772 -1.58642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66772 -1.58642)"^^geo:wktLiteral ;
  geo-pos:lat "48.66772"^^xsd:decimal ;
  geo-pos:long "-1.58642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13081'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58642'^^xsd:double;
  dwc:latitude '48.66772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58642 48.66772, -1.58642 48.66772, -1.58642 48.66772, -1.58642 48.66772, -1.58642 48.66772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13081'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71643 -1.58641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71643 -1.58641)"^^geo:wktLiteral ;
  geo-pos:lat "48.71643"^^xsd:decimal ;
  geo-pos:long "-1.58641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1196'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58641'^^xsd:double;
  dwc:latitude '48.71643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58641 48.71643, -1.58641 48.71643, -1.58641 48.71643, -1.58641 48.71643, -1.58641 48.71643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1196'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68298 -1.5864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68298 -1.5864)"^^geo:wktLiteral ;
  geo-pos:lat "48.68298"^^xsd:decimal ;
  geo-pos:long "-1.5864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7126'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5864'^^xsd:double;
  dwc:latitude '48.68298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5864 48.68298, -1.5864 48.68298, -1.5864 48.68298, -1.5864 48.68298, -1.5864 48.68298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7126'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64979 -1.58639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64979 -1.58639)"^^geo:wktLiteral ;
  geo-pos:lat "48.64979"^^xsd:decimal ;
  geo-pos:long "-1.58639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10757'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58639'^^xsd:double;
  dwc:latitude '48.64979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58639 48.64979, -1.58639 48.64979, -1.58639 48.64979, -1.58639 48.64979, -1.58639 48.64979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10757'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66756 -1.58639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66756 -1.58639)"^^geo:wktLiteral ;
  geo-pos:lat "48.66756"^^xsd:decimal ;
  geo-pos:long "-1.58639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5902'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58639'^^xsd:double;
  dwc:latitude '48.66756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58639 48.66756, -1.58639 48.66756, -1.58639 48.66756, -1.58639 48.66756, -1.58639 48.66756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5902'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64698 -1.58638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64698 -1.58638)"^^geo:wktLiteral ;
  geo-pos:lat "48.64698"^^xsd:decimal ;
  geo-pos:long "-1.58638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12867'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58638'^^xsd:double;
  dwc:latitude '48.64698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58638 48.64698, -1.58638 48.64698, -1.58638 48.64698, -1.58638 48.64698, -1.58638 48.64698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12867'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69135 -1.58637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69135 -1.58637)"^^geo:wktLiteral ;
  geo-pos:lat "48.69135"^^xsd:decimal ;
  geo-pos:long "-1.58637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1996'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58637'^^xsd:double;
  dwc:latitude '48.69135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58637 48.69135, -1.58637 48.69135, -1.58637 48.69135, -1.58637 48.69135, -1.58637 48.69135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1996'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68489 -1.58636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68489 -1.58636)"^^geo:wktLiteral ;
  geo-pos:lat "48.68489"^^xsd:decimal ;
  geo-pos:long "-1.58636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7293'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58636'^^xsd:double;
  dwc:latitude '48.68489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58636 48.68489, -1.58636 48.68489, -1.58636 48.68489, -1.58636 48.68489, -1.58636 48.68489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7293'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71632 -1.58636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71632 -1.58636)"^^geo:wktLiteral ;
  geo-pos:lat "48.71632"^^xsd:decimal ;
  geo-pos:long "-1.58636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5211'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58636'^^xsd:double;
  dwc:latitude '48.71632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58636 48.71632, -1.58636 48.71632, -1.58636 48.71632, -1.58636 48.71632, -1.58636 48.71632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5211'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74007 -1.58636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74007 -1.58636)"^^geo:wktLiteral ;
  geo-pos:lat "48.74007"^^xsd:decimal ;
  geo-pos:long "-1.58636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5441'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58636'^^xsd:double;
  dwc:latitude '48.74007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58636 48.74007, -1.58636 48.74007, -1.58636 48.74007, -1.58636 48.74007, -1.58636 48.74007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5441'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66228 -1.58635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66228 -1.58635)"^^geo:wktLiteral ;
  geo-pos:lat "48.66228"^^xsd:decimal ;
  geo-pos:long "-1.58635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13352'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58635'^^xsd:double;
  dwc:latitude '48.66228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58635 48.66228, -1.58635 48.66228, -1.58635 48.66228, -1.58635 48.66228, -1.58635 48.66228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13352'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69255 -1.58635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69255"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69255 -1.58635)"^^geo:wktLiteral ;
  geo-pos:lat "48.69255"^^xsd:decimal ;
  geo-pos:long "-1.58635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9898'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58635'^^xsd:double;
  dwc:latitude '48.69255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58635 48.69255, -1.58635 48.69255, -1.58635 48.69255, -1.58635 48.69255, -1.58635 48.69255))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9898'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7176 -1.58635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7176 -1.58635)"^^geo:wktLiteral ;
  geo-pos:lat "48.7176"^^xsd:decimal ;
  geo-pos:long "-1.58635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5212'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58635'^^xsd:double;
  dwc:latitude '48.7176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58635 48.7176, -1.58635 48.7176, -1.58635 48.7176, -1.58635 48.7176, -1.58635 48.7176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5212'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68869 -1.58634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68869 -1.58634)"^^geo:wktLiteral ;
  geo-pos:lat "48.68869"^^xsd:decimal ;
  geo-pos:long "-1.58634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8770'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58634'^^xsd:double;
  dwc:latitude '48.68869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58634 48.68869, -1.58634 48.68869, -1.58634 48.68869, -1.58634 48.68869, -1.58634 48.68869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8770'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67108 -1.58633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67108 -1.58633)"^^geo:wktLiteral ;
  geo-pos:lat "48.67108"^^xsd:decimal ;
  geo-pos:long "-1.58633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3126'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58633'^^xsd:double;
  dwc:latitude '48.67108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58633 48.67108, -1.58633 48.67108, -1.58633 48.67108, -1.58633 48.67108, -1.58633 48.67108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3126'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68878 -1.58632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68878 -1.58632)"^^geo:wktLiteral ;
  geo-pos:lat "48.68878"^^xsd:decimal ;
  geo-pos:long "-1.58632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9828'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58632'^^xsd:double;
  dwc:latitude '48.68878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58632 48.68878, -1.58632 48.68878, -1.58632 48.68878, -1.58632 48.68878, -1.58632 48.68878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9828'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68316 -1.58631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68316 -1.58631)"^^geo:wktLiteral ;
  geo-pos:lat "48.68316"^^xsd:decimal ;
  geo-pos:long "-1.58631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4666'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58631'^^xsd:double;
  dwc:latitude '48.68316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58631 48.68316, -1.58631 48.68316, -1.58631 48.68316, -1.58631 48.68316, -1.58631 48.68316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4666'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74077 -1.5863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74077 -1.5863)"^^geo:wktLiteral ;
  geo-pos:lat "48.74077"^^xsd:decimal ;
  geo-pos:long "-1.5863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9147'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5863'^^xsd:double;
  dwc:latitude '48.74077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5863 48.74077, -1.5863 48.74077, -1.5863 48.74077, -1.5863 48.74077, -1.5863 48.74077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9147'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69351 -1.58628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69351 -1.58628)"^^geo:wktLiteral ;
  geo-pos:lat "48.69351"^^xsd:decimal ;
  geo-pos:long "-1.58628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9642'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58628'^^xsd:double;
  dwc:latitude '48.69351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58628 48.69351, -1.58628 48.69351, -1.58628 48.69351, -1.58628 48.69351, -1.58628 48.69351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9642'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7218 -1.58628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7218 -1.58628)"^^geo:wktLiteral ;
  geo-pos:lat "48.7218"^^xsd:decimal ;
  geo-pos:long "-1.58628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9821'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58628'^^xsd:double;
  dwc:latitude '48.7218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58628 48.7218, -1.58628 48.7218, -1.58628 48.7218, -1.58628 48.7218, -1.58628 48.7218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9821'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66561 -1.58626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66561 -1.58626)"^^geo:wktLiteral ;
  geo-pos:lat "48.66561"^^xsd:decimal ;
  geo-pos:long "-1.58626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9393'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58626'^^xsd:double;
  dwc:latitude '48.66561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58626 48.66561, -1.58626 48.66561, -1.58626 48.66561, -1.58626 48.66561, -1.58626 48.66561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9393'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66807 -1.58626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66807 -1.58626)"^^geo:wktLiteral ;
  geo-pos:lat "48.66807"^^xsd:decimal ;
  geo-pos:long "-1.58626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13002'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58626'^^xsd:double;
  dwc:latitude '48.66807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58626 48.66807, -1.58626 48.66807, -1.58626 48.66807, -1.58626 48.66807, -1.58626 48.66807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13002'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71989 -1.58626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71989 -1.58626)"^^geo:wktLiteral ;
  geo-pos:lat "48.71989"^^xsd:decimal ;
  geo-pos:long "-1.58626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3673'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58626'^^xsd:double;
  dwc:latitude '48.71989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58626 48.71989, -1.58626 48.71989, -1.58626 48.71989, -1.58626 48.71989, -1.58626 48.71989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3673'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65276 -1.58625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65276 -1.58625)"^^geo:wktLiteral ;
  geo-pos:lat "48.65276"^^xsd:decimal ;
  geo-pos:long "-1.58625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12302'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58625'^^xsd:double;
  dwc:latitude '48.65276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58625 48.65276, -1.58625 48.65276, -1.58625 48.65276, -1.58625 48.65276, -1.58625 48.65276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12302'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65584 -1.58625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65584 -1.58625)"^^geo:wktLiteral ;
  geo-pos:lat "48.65584"^^xsd:decimal ;
  geo-pos:long "-1.58625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12871'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58625'^^xsd:double;
  dwc:latitude '48.65584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58625 48.65584, -1.58625 48.65584, -1.58625 48.65584, -1.58625 48.65584, -1.58625 48.65584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12871'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66574 -1.58625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66574 -1.58625)"^^geo:wktLiteral ;
  geo-pos:lat "48.66574"^^xsd:decimal ;
  geo-pos:long "-1.58625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8834'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58625'^^xsd:double;
  dwc:latitude '48.66574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58625 48.66574, -1.58625 48.66574, -1.58625 48.66574, -1.58625 48.66574, -1.58625 48.66574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8834'^^xsd:string;
  dwc:observationDate '2008-01-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66771 -1.58625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66771"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66771 -1.58625)"^^geo:wktLiteral ;
  geo-pos:lat "48.66771"^^xsd:decimal ;
  geo-pos:long "-1.58625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12743'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58625'^^xsd:double;
  dwc:latitude '48.66771'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58625 48.66771, -1.58625 48.66771, -1.58625 48.66771, -1.58625 48.66771, -1.58625 48.66771))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12743'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72017 -1.58625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72017 -1.58625)"^^geo:wktLiteral ;
  geo-pos:lat "48.72017"^^xsd:decimal ;
  geo-pos:long "-1.58625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9209'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58625'^^xsd:double;
  dwc:latitude '48.72017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58625 48.72017, -1.58625 48.72017, -1.58625 48.72017, -1.58625 48.72017, -1.58625 48.72017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9209'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73188 -1.58625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73188 -1.58625)"^^geo:wktLiteral ;
  geo-pos:lat "48.73188"^^xsd:decimal ;
  geo-pos:long "-1.58625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4284'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58625'^^xsd:double;
  dwc:latitude '48.73188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58625 48.73188, -1.58625 48.73188, -1.58625 48.73188, -1.58625 48.73188, -1.58625 48.73188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4284'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74504 -1.58625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74504 -1.58625)"^^geo:wktLiteral ;
  geo-pos:lat "48.74504"^^xsd:decimal ;
  geo-pos:long "-1.58625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5464'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58625'^^xsd:double;
  dwc:latitude '48.74504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58625 48.74504, -1.58625 48.74504, -1.58625 48.74504, -1.58625 48.74504, -1.58625 48.74504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5464'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66733 -1.58624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66733 -1.58624)"^^geo:wktLiteral ;
  geo-pos:lat "48.66733"^^xsd:decimal ;
  geo-pos:long "-1.58624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13053'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58624'^^xsd:double;
  dwc:latitude '48.66733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58624 48.66733, -1.58624 48.66733, -1.58624 48.66733, -1.58624 48.66733, -1.58624 48.66733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13053'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67992 -1.58624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67992 -1.58624)"^^geo:wktLiteral ;
  geo-pos:lat "48.67992"^^xsd:decimal ;
  geo-pos:long "-1.58624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5878'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58624'^^xsd:double;
  dwc:latitude '48.67992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58624 48.67992, -1.58624 48.67992, -1.58624 48.67992, -1.58624 48.67992, -1.58624 48.67992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5878'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67873 -1.58623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67873 -1.58623)"^^geo:wktLiteral ;
  geo-pos:lat "48.67873"^^xsd:decimal ;
  geo-pos:long "-1.58623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3206'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58623'^^xsd:double;
  dwc:latitude '48.67873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58623 48.67873, -1.58623 48.67873, -1.58623 48.67873, -1.58623 48.67873, -1.58623 48.67873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3206'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71319 -1.58623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71319 -1.58623)"^^geo:wktLiteral ;
  geo-pos:lat "48.71319"^^xsd:decimal ;
  geo-pos:long "-1.58623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_745'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58623'^^xsd:double;
  dwc:latitude '48.71319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58623 48.71319, -1.58623 48.71319, -1.58623 48.71319, -1.58623 48.71319, -1.58623 48.71319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_745'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73427 -1.58622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73427 -1.58622)"^^geo:wktLiteral ;
  geo-pos:lat "48.73427"^^xsd:decimal ;
  geo-pos:long "-1.58622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1134'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58622'^^xsd:double;
  dwc:latitude '48.73427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58622 48.73427, -1.58622 48.73427, -1.58622 48.73427, -1.58622 48.73427, -1.58622 48.73427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1134'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65421 -1.58621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65421 -1.58621)"^^geo:wktLiteral ;
  geo-pos:lat "48.65421"^^xsd:decimal ;
  geo-pos:long "-1.58621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13356'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58621'^^xsd:double;
  dwc:latitude '48.65421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58621 48.65421, -1.58621 48.65421, -1.58621 48.65421, -1.58621 48.65421, -1.58621 48.65421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13356'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67061 -1.5862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67061 -1.5862)"^^geo:wktLiteral ;
  geo-pos:lat "48.67061"^^xsd:decimal ;
  geo-pos:long "-1.5862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7686'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5862'^^xsd:double;
  dwc:latitude '48.67061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5862 48.67061, -1.5862 48.67061, -1.5862 48.67061, -1.5862 48.67061, -1.5862 48.67061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7686'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68814 -1.5862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68814 -1.5862)"^^geo:wktLiteral ;
  geo-pos:lat "48.68814"^^xsd:decimal ;
  geo-pos:long "-1.5862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6030'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5862'^^xsd:double;
  dwc:latitude '48.68814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5862 48.68814, -1.5862 48.68814, -1.5862 48.68814, -1.5862 48.68814, -1.5862 48.68814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6030'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68593 -1.58619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68593 -1.58619)"^^geo:wktLiteral ;
  geo-pos:lat "48.68593"^^xsd:decimal ;
  geo-pos:long "-1.58619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6933'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58619'^^xsd:double;
  dwc:latitude '48.68593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58619 48.68593, -1.58619 48.68593, -1.58619 48.68593, -1.58619 48.68593, -1.58619 48.68593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6933'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69402 -1.58619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69402 -1.58619)"^^geo:wktLiteral ;
  geo-pos:lat "48.69402"^^xsd:decimal ;
  geo-pos:long "-1.58619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6577'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58619'^^xsd:double;
  dwc:latitude '48.69402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58619 48.69402, -1.58619 48.69402, -1.58619 48.69402, -1.58619 48.69402, -1.58619 48.69402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6577'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.58618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.58618)"^^geo:wktLiteral ;
  geo-pos:lat "48.65957"^^xsd:decimal ;
  geo-pos:long "-1.58618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8958'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58618'^^xsd:double;
  dwc:latitude '48.65957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58618 48.65957, -1.58618 48.65957, -1.58618 48.65957, -1.58618 48.65957, -1.58618 48.65957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8958'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7229 -1.58618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7229 -1.58618)"^^geo:wktLiteral ;
  geo-pos:lat "48.7229"^^xsd:decimal ;
  geo-pos:long "-1.58618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9788'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58618'^^xsd:double;
  dwc:latitude '48.7229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58618 48.7229, -1.58618 48.7229, -1.58618 48.7229, -1.58618 48.7229, -1.58618 48.7229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9788'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66378 -1.58617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66378 -1.58617)"^^geo:wktLiteral ;
  geo-pos:lat "48.66378"^^xsd:decimal ;
  geo-pos:long "-1.58617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3854'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58617'^^xsd:double;
  dwc:latitude '48.66378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58617 48.66378, -1.58617 48.66378, -1.58617 48.66378, -1.58617 48.66378, -1.58617 48.66378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3854'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67044 -1.58617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67044 -1.58617)"^^geo:wktLiteral ;
  geo-pos:lat "48.67044"^^xsd:decimal ;
  geo-pos:long "-1.58617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_126'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58617'^^xsd:double;
  dwc:latitude '48.67044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58617 48.67044, -1.58617 48.67044, -1.58617 48.67044, -1.58617 48.67044, -1.58617 48.67044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_126'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68677 -1.58615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68677 -1.58615)"^^geo:wktLiteral ;
  geo-pos:lat "48.68677"^^xsd:decimal ;
  geo-pos:long "-1.58615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7022'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58615'^^xsd:double;
  dwc:latitude '48.68677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58615 48.68677, -1.58615 48.68677, -1.58615 48.68677, -1.58615 48.68677, -1.58615 48.68677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7022'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65692 -1.58613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65692 -1.58613)"^^geo:wktLiteral ;
  geo-pos:lat "48.65692"^^xsd:decimal ;
  geo-pos:long "-1.58613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2801'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58613'^^xsd:double;
  dwc:latitude '48.65692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58613 48.65692, -1.58613 48.65692, -1.58613 48.65692, -1.58613 48.65692, -1.58613 48.65692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2801'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73227 -1.58611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73227 -1.58611)"^^geo:wktLiteral ;
  geo-pos:lat "48.73227"^^xsd:decimal ;
  geo-pos:long "-1.58611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4283'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58611'^^xsd:double;
  dwc:latitude '48.73227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58611 48.73227, -1.58611 48.73227, -1.58611 48.73227, -1.58611 48.73227, -1.58611 48.73227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4283'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73438 -1.58611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73438 -1.58611)"^^geo:wktLiteral ;
  geo-pos:lat "48.73438"^^xsd:decimal ;
  geo-pos:long "-1.58611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2569'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58611'^^xsd:double;
  dwc:latitude '48.73438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58611 48.73438, -1.58611 48.73438, -1.58611 48.73438, -1.58611 48.73438, -1.58611 48.73438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2569'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65219 -1.5861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65219"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65219 -1.5861)"^^geo:wktLiteral ;
  geo-pos:lat "48.65219"^^xsd:decimal ;
  geo-pos:long "-1.5861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12301'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5861'^^xsd:double;
  dwc:latitude '48.65219'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5861 48.65219, -1.5861 48.65219, -1.5861 48.65219, -1.5861 48.65219, -1.5861 48.65219))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12301'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65087 -1.58609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65087 -1.58609)"^^geo:wktLiteral ;
  geo-pos:lat "48.65087"^^xsd:decimal ;
  geo-pos:long "-1.58609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12650'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58609'^^xsd:double;
  dwc:latitude '48.65087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58609 48.65087, -1.58609 48.65087, -1.58609 48.65087, -1.58609 48.65087, -1.58609 48.65087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12650'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6973 -1.58608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6973 -1.58608)"^^geo:wktLiteral ;
  geo-pos:lat "48.6973"^^xsd:decimal ;
  geo-pos:long "-1.58608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5268'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58608'^^xsd:double;
  dwc:latitude '48.6973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58608 48.6973, -1.58608 48.6973, -1.58608 48.6973, -1.58608 48.6973, -1.58608 48.6973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5268'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69127 -1.58604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69127"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69127 -1.58604)"^^geo:wktLiteral ;
  geo-pos:lat "48.69127"^^xsd:decimal ;
  geo-pos:long "-1.58604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4464'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58604'^^xsd:double;
  dwc:latitude '48.69127'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58604 48.69127, -1.58604 48.69127, -1.58604 48.69127, -1.58604 48.69127, -1.58604 48.69127))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4464'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6893 -1.58603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6893 -1.58603)"^^geo:wktLiteral ;
  geo-pos:lat "48.6893"^^xsd:decimal ;
  geo-pos:long "-1.58603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7316'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58603'^^xsd:double;
  dwc:latitude '48.6893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58603 48.6893, -1.58603 48.6893, -1.58603 48.6893, -1.58603 48.6893, -1.58603 48.6893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7316'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7118 -1.58602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7118 -1.58602)"^^geo:wktLiteral ;
  geo-pos:lat "48.7118"^^xsd:decimal ;
  geo-pos:long "-1.58602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5475'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58602'^^xsd:double;
  dwc:latitude '48.7118'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58602 48.7118, -1.58602 48.7118, -1.58602 48.7118, -1.58602 48.7118, -1.58602 48.7118))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5475'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6947 -1.586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6947 -1.586)"^^geo:wktLiteral ;
  geo-pos:lat "48.6947"^^xsd:decimal ;
  geo-pos:long "-1.586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4578'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.586'^^xsd:double;
  dwc:latitude '48.6947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.586 48.6947, -1.586 48.6947, -1.586 48.6947, -1.586 48.6947, -1.586 48.6947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4578'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6808 -1.58598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6808 -1.58598)"^^geo:wktLiteral ;
  geo-pos:lat "48.6808"^^xsd:decimal ;
  geo-pos:long "-1.58598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6425'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58598'^^xsd:double;
  dwc:latitude '48.6808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58598 48.6808, -1.58598 48.6808, -1.58598 48.6808, -1.58598 48.6808, -1.58598 48.6808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6425'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69323 -1.58598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69323 -1.58598)"^^geo:wktLiteral ;
  geo-pos:lat "48.69323"^^xsd:decimal ;
  geo-pos:long "-1.58598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9590'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58598'^^xsd:double;
  dwc:latitude '48.69323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58598 48.69323, -1.58598 48.69323, -1.58598 48.69323, -1.58598 48.69323, -1.58598 48.69323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9590'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69648 -1.58597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69648 -1.58597)"^^geo:wktLiteral ;
  geo-pos:lat "48.69648"^^xsd:decimal ;
  geo-pos:long "-1.58597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11138'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58597'^^xsd:double;
  dwc:latitude '48.69648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58597 48.69648, -1.58597 48.69648, -1.58597 48.69648, -1.58597 48.69648, -1.58597 48.69648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11138'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6597 -1.58596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6597"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6597 -1.58596)"^^geo:wktLiteral ;
  geo-pos:lat "48.6597"^^xsd:decimal ;
  geo-pos:long "-1.58596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12385'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58596'^^xsd:double;
  dwc:latitude '48.6597'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58596 48.6597, -1.58596 48.6597, -1.58596 48.6597, -1.58596 48.6597, -1.58596 48.6597))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12385'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65835 -1.58595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65835 -1.58595)"^^geo:wktLiteral ;
  geo-pos:lat "48.65835"^^xsd:decimal ;
  geo-pos:long "-1.58595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2995'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58595'^^xsd:double;
  dwc:latitude '48.65835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58595 48.65835, -1.58595 48.65835, -1.58595 48.65835, -1.58595 48.65835, -1.58595 48.65835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2995'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72406 -1.58595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72406"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72406 -1.58595)"^^geo:wktLiteral ;
  geo-pos:lat "48.72406"^^xsd:decimal ;
  geo-pos:long "-1.58595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9799'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58595'^^xsd:double;
  dwc:latitude '48.72406'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58595 48.72406, -1.58595 48.72406, -1.58595 48.72406, -1.58595 48.72406, -1.58595 48.72406))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9799'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65748 -1.58594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65748 -1.58594)"^^geo:wktLiteral ;
  geo-pos:lat "48.65748"^^xsd:decimal ;
  geo-pos:long "-1.58594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12372'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58594'^^xsd:double;
  dwc:latitude '48.65748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58594 48.65748, -1.58594 48.65748, -1.58594 48.65748, -1.58594 48.65748, -1.58594 48.65748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12372'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74029 -1.58594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74029"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74029 -1.58594)"^^geo:wktLiteral ;
  geo-pos:lat "48.74029"^^xsd:decimal ;
  geo-pos:long "-1.58594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1754'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58594'^^xsd:double;
  dwc:latitude '48.74029'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58594 48.74029, -1.58594 48.74029, -1.58594 48.74029, -1.58594 48.74029, -1.58594 48.74029))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1754'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66639 -1.58589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66639 -1.58589)"^^geo:wktLiteral ;
  geo-pos:lat "48.66639"^^xsd:decimal ;
  geo-pos:long "-1.58589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7961'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58589'^^xsd:double;
  dwc:latitude '48.66639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58589 48.66639, -1.58589 48.66639, -1.58589 48.66639, -1.58589 48.66639, -1.58589 48.66639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7961'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72659 -1.58589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72659 -1.58589)"^^geo:wktLiteral ;
  geo-pos:lat "48.72659"^^xsd:decimal ;
  geo-pos:long "-1.58589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9992'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58589'^^xsd:double;
  dwc:latitude '48.72659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58589 48.72659, -1.58589 48.72659, -1.58589 48.72659, -1.58589 48.72659, -1.58589 48.72659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9992'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67555 -1.58588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67555 -1.58588)"^^geo:wktLiteral ;
  geo-pos:lat "48.67555"^^xsd:decimal ;
  geo-pos:long "-1.58588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6768'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58588'^^xsd:double;
  dwc:latitude '48.67555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58588 48.67555, -1.58588 48.67555, -1.58588 48.67555, -1.58588 48.67555, -1.58588 48.67555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6768'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65207 -1.58587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65207 -1.58587)"^^geo:wktLiteral ;
  geo-pos:lat "48.65207"^^xsd:decimal ;
  geo-pos:long "-1.58587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13177'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58587'^^xsd:double;
  dwc:latitude '48.65207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58587 48.65207, -1.58587 48.65207, -1.58587 48.65207, -1.58587 48.65207, -1.58587 48.65207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13177'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64926 -1.58586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64926 -1.58586)"^^geo:wktLiteral ;
  geo-pos:lat "48.64926"^^xsd:decimal ;
  geo-pos:long "-1.58586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12900'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58586'^^xsd:double;
  dwc:latitude '48.64926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58586 48.64926, -1.58586 48.64926, -1.58586 48.64926, -1.58586 48.64926, -1.58586 48.64926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12900'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68911 -1.58585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68911 -1.58585)"^^geo:wktLiteral ;
  geo-pos:lat "48.68911"^^xsd:decimal ;
  geo-pos:long "-1.58585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6511'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58585'^^xsd:double;
  dwc:latitude '48.68911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58585 48.68911, -1.58585 48.68911, -1.58585 48.68911, -1.58585 48.68911, -1.58585 48.68911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6511'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65222 -1.58584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65222 -1.58584)"^^geo:wktLiteral ;
  geo-pos:lat "48.65222"^^xsd:decimal ;
  geo-pos:long "-1.58584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12651'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58584'^^xsd:double;
  dwc:latitude '48.65222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58584 48.65222, -1.58584 48.65222, -1.58584 48.65222, -1.58584 48.65222, -1.58584 48.65222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12651'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70133 -1.58584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70133 -1.58584)"^^geo:wktLiteral ;
  geo-pos:lat "48.70133"^^xsd:decimal ;
  geo-pos:long "-1.58584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5038'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58584'^^xsd:double;
  dwc:latitude '48.70133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58584 48.70133, -1.58584 48.70133, -1.58584 48.70133, -1.58584 48.70133, -1.58584 48.70133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5038'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72892 -1.58584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72892 -1.58584)"^^geo:wktLiteral ;
  geo-pos:lat "48.72892"^^xsd:decimal ;
  geo-pos:long "-1.58584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5799'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58584'^^xsd:double;
  dwc:latitude '48.72892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58584 48.72892, -1.58584 48.72892, -1.58584 48.72892, -1.58584 48.72892, -1.58584 48.72892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5799'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64198 -1.58583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64198 -1.58583)"^^geo:wktLiteral ;
  geo-pos:lat "48.64198"^^xsd:decimal ;
  geo-pos:long "-1.58583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13464'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58583'^^xsd:double;
  dwc:latitude '48.64198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58583 48.64198, -1.58583 48.64198, -1.58583 48.64198, -1.58583 48.64198, -1.58583 48.64198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13464'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75231 -1.58583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75231 -1.58583)"^^geo:wktLiteral ;
  geo-pos:lat "48.75231"^^xsd:decimal ;
  geo-pos:long "-1.58583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4945'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58583'^^xsd:double;
  dwc:latitude '48.75231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58583 48.75231, -1.58583 48.75231, -1.58583 48.75231, -1.58583 48.75231, -1.58583 48.75231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4945'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66722 -1.58581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66722 -1.58581)"^^geo:wktLiteral ;
  geo-pos:lat "48.66722"^^xsd:decimal ;
  geo-pos:long "-1.58581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9284'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58581'^^xsd:double;
  dwc:latitude '48.66722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58581 48.66722, -1.58581 48.66722, -1.58581 48.66722, -1.58581 48.66722, -1.58581 48.66722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9284'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66313 -1.5858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_80>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66313 -1.5858)"^^geo:wktLiteral ;
  geo-pos:lat "48.66313"^^xsd:decimal ;
  geo-pos:long "-1.5858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_80'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_80'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5858'^^xsd:double;
  dwc:latitude '48.66313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5858 48.66313, -1.5858 48.66313, -1.5858 48.66313, -1.5858 48.66313, -1.5858 48.66313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_80'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70795 -1.5858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70795 -1.5858)"^^geo:wktLiteral ;
  geo-pos:lat "48.70795"^^xsd:decimal ;
  geo-pos:long "-1.5858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8558'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5858'^^xsd:double;
  dwc:latitude '48.70795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5858 48.70795, -1.5858 48.70795, -1.5858 48.70795, -1.5858 48.70795, -1.5858 48.70795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8558'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67614 -1.58579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67614 -1.58579)"^^geo:wktLiteral ;
  geo-pos:lat "48.67614"^^xsd:decimal ;
  geo-pos:long "-1.58579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3693'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58579'^^xsd:double;
  dwc:latitude '48.67614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58579 48.67614, -1.58579 48.67614, -1.58579 48.67614, -1.58579 48.67614, -1.58579 48.67614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3693'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68623 -1.58577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68623 -1.58577)"^^geo:wktLiteral ;
  geo-pos:lat "48.68623"^^xsd:decimal ;
  geo-pos:long "-1.58577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6150'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58577'^^xsd:double;
  dwc:latitude '48.68623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58577 48.68623, -1.58577 48.68623, -1.58577 48.68623, -1.58577 48.68623, -1.58577 48.68623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6150'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72553 -1.58577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72553"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72553 -1.58577)"^^geo:wktLiteral ;
  geo-pos:lat "48.72553"^^xsd:decimal ;
  geo-pos:long "-1.58577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5641'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58577'^^xsd:double;
  dwc:latitude '48.72553'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58577 48.72553, -1.58577 48.72553, -1.58577 48.72553, -1.58577 48.72553, -1.58577 48.72553))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5641'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65723 -1.58575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65723 -1.58575)"^^geo:wktLiteral ;
  geo-pos:lat "48.65723"^^xsd:decimal ;
  geo-pos:long "-1.58575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11635'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58575'^^xsd:double;
  dwc:latitude '48.65723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58575 48.65723, -1.58575 48.65723, -1.58575 48.65723, -1.58575 48.65723, -1.58575 48.65723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11635'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66737 -1.58575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66737"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66737 -1.58575)"^^geo:wktLiteral ;
  geo-pos:lat "48.66737"^^xsd:decimal ;
  geo-pos:long "-1.58575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13080'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58575'^^xsd:double;
  dwc:latitude '48.66737'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58575 48.66737, -1.58575 48.66737, -1.58575 48.66737, -1.58575 48.66737, -1.58575 48.66737))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13080'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.99175 -1.58575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.99175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.99175 -1.58575)"^^geo:wktLiteral ;
  geo-pos:lat "48.99175"^^xsd:decimal ;
  geo-pos:long "-1.58575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7529'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58575'^^xsd:double;
  dwc:latitude '48.99175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58575 48.99175, -1.58575 48.99175, -1.58575 48.99175, -1.58575 48.99175, -1.58575 48.99175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7529'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6672 -1.58573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6672 -1.58573)"^^geo:wktLiteral ;
  geo-pos:lat "48.6672"^^xsd:decimal ;
  geo-pos:long "-1.58573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9475'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58573'^^xsd:double;
  dwc:latitude '48.6672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58573 48.6672, -1.58573 48.6672, -1.58573 48.6672, -1.58573 48.6672, -1.58573 48.6672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9475'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66741 -1.58573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66741 -1.58573)"^^geo:wktLiteral ;
  geo-pos:lat "48.66741"^^xsd:decimal ;
  geo-pos:long "-1.58573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11436'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58573'^^xsd:double;
  dwc:latitude '48.66741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58573 48.66741, -1.58573 48.66741, -1.58573 48.66741, -1.58573 48.66741, -1.58573 48.66741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11436'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66696 -1.58572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66696 -1.58572)"^^geo:wktLiteral ;
  geo-pos:lat "48.66696"^^xsd:decimal ;
  geo-pos:long "-1.58572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13587'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58572'^^xsd:double;
  dwc:latitude '48.66696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58572 48.66696, -1.58572 48.66696, -1.58572 48.66696, -1.58572 48.66696, -1.58572 48.66696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13587'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69393 -1.58572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69393 -1.58572)"^^geo:wktLiteral ;
  geo-pos:lat "48.69393"^^xsd:decimal ;
  geo-pos:long "-1.58572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9079'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58572'^^xsd:double;
  dwc:latitude '48.69393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58572 48.69393, -1.58572 48.69393, -1.58572 48.69393, -1.58572 48.69393, -1.58572 48.69393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9079'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71004 -1.58572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71004 -1.58572)"^^geo:wktLiteral ;
  geo-pos:lat "48.71004"^^xsd:decimal ;
  geo-pos:long "-1.58572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4999'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58572'^^xsd:double;
  dwc:latitude '48.71004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58572 48.71004, -1.58572 48.71004, -1.58572 48.71004, -1.58572 48.71004, -1.58572 48.71004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4999'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73832 -1.58572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73832 -1.58572)"^^geo:wktLiteral ;
  geo-pos:lat "48.73832"^^xsd:decimal ;
  geo-pos:long "-1.58572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3475'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58572'^^xsd:double;
  dwc:latitude '48.73832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58572 48.73832, -1.58572 48.73832, -1.58572 48.73832, -1.58572 48.73832, -1.58572 48.73832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3475'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68515 -1.58571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68515"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68515 -1.58571)"^^geo:wktLiteral ;
  geo-pos:lat "48.68515"^^xsd:decimal ;
  geo-pos:long "-1.58571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7125'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58571'^^xsd:double;
  dwc:latitude '48.68515'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58571 48.68515, -1.58571 48.68515, -1.58571 48.68515, -1.58571 48.68515, -1.58571 48.68515))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7125'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68778 -1.58571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68778 -1.58571)"^^geo:wktLiteral ;
  geo-pos:lat "48.68778"^^xsd:decimal ;
  geo-pos:long "-1.58571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6977'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58571'^^xsd:double;
  dwc:latitude '48.68778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58571 48.68778, -1.58571 48.68778, -1.58571 48.68778, -1.58571 48.68778, -1.58571 48.68778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6977'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68875 -1.58571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68875 -1.58571)"^^geo:wktLiteral ;
  geo-pos:lat "48.68875"^^xsd:decimal ;
  geo-pos:long "-1.58571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7102'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58571'^^xsd:double;
  dwc:latitude '48.68875'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58571 48.68875, -1.58571 48.68875, -1.58571 48.68875, -1.58571 48.68875, -1.58571 48.68875))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7102'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65673 -1.58568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65673 -1.58568)"^^geo:wktLiteral ;
  geo-pos:lat "48.65673"^^xsd:decimal ;
  geo-pos:long "-1.58568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12392'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58568'^^xsd:double;
  dwc:latitude '48.65673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58568 48.65673, -1.58568 48.65673, -1.58568 48.65673, -1.58568 48.65673, -1.58568 48.65673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12392'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71603 -1.58566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71603 -1.58566)"^^geo:wktLiteral ;
  geo-pos:lat "48.71603"^^xsd:decimal ;
  geo-pos:long "-1.58566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1782'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58566'^^xsd:double;
  dwc:latitude '48.71603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58566 48.71603, -1.58566 48.71603, -1.58566 48.71603, -1.58566 48.71603, -1.58566 48.71603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1782'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67545 -1.58565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67545 -1.58565)"^^geo:wktLiteral ;
  geo-pos:lat "48.67545"^^xsd:decimal ;
  geo-pos:long "-1.58565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1610'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58565'^^xsd:double;
  dwc:latitude '48.67545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58565 48.67545, -1.58565 48.67545, -1.58565 48.67545, -1.58565 48.67545, -1.58565 48.67545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1610'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70524 -1.58563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70524 -1.58563)"^^geo:wktLiteral ;
  geo-pos:lat "48.70524"^^xsd:decimal ;
  geo-pos:long "-1.58563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8461'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58563'^^xsd:double;
  dwc:latitude '48.70524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58563 48.70524, -1.58563 48.70524, -1.58563 48.70524, -1.58563 48.70524, -1.58563 48.70524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8461'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65299 -1.58561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65299 -1.58561)"^^geo:wktLiteral ;
  geo-pos:lat "48.65299"^^xsd:decimal ;
  geo-pos:long "-1.58561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10738'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58561'^^xsd:double;
  dwc:latitude '48.65299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58561 48.65299, -1.58561 48.65299, -1.58561 48.65299, -1.58561 48.65299, -1.58561 48.65299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10738'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66593 -1.58561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66593 -1.58561)"^^geo:wktLiteral ;
  geo-pos:lat "48.66593"^^xsd:decimal ;
  geo-pos:long "-1.58561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9187'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58561'^^xsd:double;
  dwc:latitude '48.66593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58561 48.66593, -1.58561 48.66593, -1.58561 48.66593, -1.58561 48.66593, -1.58561 48.66593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9187'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71935 -1.58561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71935"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71935 -1.58561)"^^geo:wktLiteral ;
  geo-pos:lat "48.71935"^^xsd:decimal ;
  geo-pos:long "-1.58561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1750'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58561'^^xsd:double;
  dwc:latitude '48.71935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58561 48.71935, -1.58561 48.71935, -1.58561 48.71935, -1.58561 48.71935, -1.58561 48.71935))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1750'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65703 -1.5856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65703 -1.5856)"^^geo:wktLiteral ;
  geo-pos:lat "48.65703"^^xsd:decimal ;
  geo-pos:long "-1.5856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11998'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5856'^^xsd:double;
  dwc:latitude '48.65703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5856 48.65703, -1.5856 48.65703, -1.5856 48.65703, -1.5856 48.65703, -1.5856 48.65703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11998'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68131 -1.58559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68131 -1.58559)"^^geo:wktLiteral ;
  geo-pos:lat "48.68131"^^xsd:decimal ;
  geo-pos:long "-1.58559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5882'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58559'^^xsd:double;
  dwc:latitude '48.68131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58559 48.68131, -1.58559 48.68131, -1.58559 48.68131, -1.58559 48.68131, -1.58559 48.68131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5882'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6579 -1.58558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6579 -1.58558)"^^geo:wktLiteral ;
  geo-pos:lat "48.6579"^^xsd:decimal ;
  geo-pos:long "-1.58558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12003'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58558'^^xsd:double;
  dwc:latitude '48.6579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58558 48.6579, -1.58558 48.6579, -1.58558 48.6579, -1.58558 48.6579, -1.58558 48.6579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12003'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75615 -1.58558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75615 -1.58558)"^^geo:wktLiteral ;
  geo-pos:lat "48.75615"^^xsd:decimal ;
  geo-pos:long "-1.58558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1112'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58558'^^xsd:double;
  dwc:latitude '48.75615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58558 48.75615, -1.58558 48.75615, -1.58558 48.75615, -1.58558 48.75615, -1.58558 48.75615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1112'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65386 -1.58557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65386"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65386 -1.58557)"^^geo:wktLiteral ;
  geo-pos:lat "48.65386"^^xsd:decimal ;
  geo-pos:long "-1.58557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12652'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58557'^^xsd:double;
  dwc:latitude '48.65386'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58557 48.65386, -1.58557 48.65386, -1.58557 48.65386, -1.58557 48.65386, -1.58557 48.65386))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12652'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67818 -1.58557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67818 -1.58557)"^^geo:wktLiteral ;
  geo-pos:lat "48.67818"^^xsd:decimal ;
  geo-pos:long "-1.58557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7960'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58557'^^xsd:double;
  dwc:latitude '48.67818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58557 48.67818, -1.58557 48.67818, -1.58557 48.67818, -1.58557 48.67818, -1.58557 48.67818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7960'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6889 -1.58555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6889 -1.58555)"^^geo:wktLiteral ;
  geo-pos:lat "48.6889"^^xsd:decimal ;
  geo-pos:long "-1.58555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9609'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58555'^^xsd:double;
  dwc:latitude '48.6889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58555 48.6889, -1.58555 48.6889, -1.58555 48.6889, -1.58555 48.6889, -1.58555 48.6889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9609'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71365 -1.58555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71365 -1.58555)"^^geo:wktLiteral ;
  geo-pos:lat "48.71365"^^xsd:decimal ;
  geo-pos:long "-1.58555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3671'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58555'^^xsd:double;
  dwc:latitude '48.71365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58555 48.71365, -1.58555 48.71365, -1.58555 48.71365, -1.58555 48.71365, -1.58555 48.71365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3671'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73852 -1.58553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73852 -1.58553)"^^geo:wktLiteral ;
  geo-pos:lat "48.73852"^^xsd:decimal ;
  geo-pos:long "-1.58553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6375'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58553'^^xsd:double;
  dwc:latitude '48.73852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58553 48.73852, -1.58553 48.73852, -1.58553 48.73852, -1.58553 48.73852, -1.58553 48.73852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6375'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64244 -1.58547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64244"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64244 -1.58547)"^^geo:wktLiteral ;
  geo-pos:lat "48.64244"^^xsd:decimal ;
  geo-pos:long "-1.58547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13449'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58547'^^xsd:double;
  dwc:latitude '48.64244'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58547 48.64244, -1.58547 48.64244, -1.58547 48.64244, -1.58547 48.64244, -1.58547 48.64244))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13449'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64387 -1.58546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64387 -1.58546)"^^geo:wktLiteral ;
  geo-pos:lat "48.64387"^^xsd:decimal ;
  geo-pos:long "-1.58546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12735'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58546'^^xsd:double;
  dwc:latitude '48.64387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58546 48.64387, -1.58546 48.64387, -1.58546 48.64387, -1.58546 48.64387, -1.58546 48.64387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12735'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65626 -1.58546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65626 -1.58546)"^^geo:wktLiteral ;
  geo-pos:lat "48.65626"^^xsd:decimal ;
  geo-pos:long "-1.58546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12022'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58546'^^xsd:double;
  dwc:latitude '48.65626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58546 48.65626, -1.58546 48.65626, -1.58546 48.65626, -1.58546 48.65626, -1.58546 48.65626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12022'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64184 -1.58545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64184"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64184 -1.58545)"^^geo:wktLiteral ;
  geo-pos:lat "48.64184"^^xsd:decimal ;
  geo-pos:long "-1.58545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13476'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58545'^^xsd:double;
  dwc:latitude '48.64184'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58545 48.64184, -1.58545 48.64184, -1.58545 48.64184, -1.58545 48.64184, -1.58545 48.64184))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13476'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73143 -1.58545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73143 -1.58545)"^^geo:wktLiteral ;
  geo-pos:lat "48.73143"^^xsd:decimal ;
  geo-pos:long "-1.58545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2479'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58545'^^xsd:double;
  dwc:latitude '48.73143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58545 48.73143, -1.58545 48.73143, -1.58545 48.73143, -1.58545 48.73143, -1.58545 48.73143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2479'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68582 -1.58543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68582 -1.58543)"^^geo:wktLiteral ;
  geo-pos:lat "48.68582"^^xsd:decimal ;
  geo-pos:long "-1.58543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5047'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58543'^^xsd:double;
  dwc:latitude '48.68582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58543 48.68582, -1.58543 48.68582, -1.58543 48.68582, -1.58543 48.68582, -1.58543 48.68582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5047'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73525 -1.58543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73525 -1.58543)"^^geo:wktLiteral ;
  geo-pos:lat "48.73525"^^xsd:decimal ;
  geo-pos:long "-1.58543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1150'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58543'^^xsd:double;
  dwc:latitude '48.73525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58543 48.73525, -1.58543 48.73525, -1.58543 48.73525, -1.58543 48.73525, -1.58543 48.73525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1150'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73782 -1.58543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73782 -1.58543)"^^geo:wktLiteral ;
  geo-pos:lat "48.73782"^^xsd:decimal ;
  geo-pos:long "-1.58543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1753'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58543'^^xsd:double;
  dwc:latitude '48.73782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58543 48.73782, -1.58543 48.73782, -1.58543 48.73782, -1.58543 48.73782, -1.58543 48.73782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1753'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70116 -1.58541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70116 -1.58541)"^^geo:wktLiteral ;
  geo-pos:lat "48.70116"^^xsd:decimal ;
  geo-pos:long "-1.58541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9938'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58541'^^xsd:double;
  dwc:latitude '48.70116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58541 48.70116, -1.58541 48.70116, -1.58541 48.70116, -1.58541 48.70116, -1.58541 48.70116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9938'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7692 -1.58541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7692 -1.58541)"^^geo:wktLiteral ;
  geo-pos:lat "48.7692"^^xsd:decimal ;
  geo-pos:long "-1.58541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7351'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58541'^^xsd:double;
  dwc:latitude '48.7692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58541 48.7692, -1.58541 48.7692, -1.58541 48.7692, -1.58541 48.7692, -1.58541 48.7692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7351'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66678 -1.5854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66678 -1.5854)"^^geo:wktLiteral ;
  geo-pos:lat "48.66678"^^xsd:decimal ;
  geo-pos:long "-1.5854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_13555'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5854'^^xsd:double;
  dwc:latitude '48.66678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5854 48.66678, -1.5854 48.66678, -1.5854 48.66678, -1.5854 48.66678, -1.5854 48.66678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13555'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68821 -1.5854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68821 -1.5854)"^^geo:wktLiteral ;
  geo-pos:lat "48.68821"^^xsd:decimal ;
  geo-pos:long "-1.5854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7290'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5854'^^xsd:double;
  dwc:latitude '48.68821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5854 48.68821, -1.5854 48.68821, -1.5854 48.68821, -1.5854 48.68821, -1.5854 48.68821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7290'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73376 -1.5854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73376 -1.5854)"^^geo:wktLiteral ;
  geo-pos:lat "48.73376"^^xsd:decimal ;
  geo-pos:long "-1.5854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3541'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5854'^^xsd:double;
  dwc:latitude '48.73376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5854 48.73376, -1.5854 48.73376, -1.5854 48.73376, -1.5854 48.73376, -1.5854 48.73376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3541'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.58539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70509"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.58539)"^^geo:wktLiteral ;
  geo-pos:lat "48.70509"^^xsd:decimal ;
  geo-pos:long "-1.58539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8460'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58539'^^xsd:double;
  dwc:latitude '48.70509'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58539 48.70509, -1.58539 48.70509, -1.58539 48.70509, -1.58539 48.70509, -1.58539 48.70509))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8460'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66857 -1.58537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66857 -1.58537)"^^geo:wktLiteral ;
  geo-pos:lat "48.66857"^^xsd:decimal ;
  geo-pos:long "-1.58537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3580'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58537'^^xsd:double;
  dwc:latitude '48.66857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58537 48.66857, -1.58537 48.66857, -1.58537 48.66857, -1.58537 48.66857, -1.58537 48.66857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3580'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68538 -1.58537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68538 -1.58537)"^^geo:wktLiteral ;
  geo-pos:lat "48.68538"^^xsd:decimal ;
  geo-pos:long "-1.58537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3986'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58537'^^xsd:double;
  dwc:latitude '48.68538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58537 48.68538, -1.58537 48.68538, -1.58537 48.68538, -1.58537 48.68538, -1.58537 48.68538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3986'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74466 -1.58536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74466 -1.58536)"^^geo:wktLiteral ;
  geo-pos:lat "48.74466"^^xsd:decimal ;
  geo-pos:long "-1.58536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6377'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58536'^^xsd:double;
  dwc:latitude '48.74466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58536 48.74466, -1.58536 48.74466, -1.58536 48.74466, -1.58536 48.74466, -1.58536 48.74466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6377'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71555 -1.58535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71555 -1.58535)"^^geo:wktLiteral ;
  geo-pos:lat "48.71555"^^xsd:decimal ;
  geo-pos:long "-1.58535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4272'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58535'^^xsd:double;
  dwc:latitude '48.71555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58535 48.71555, -1.58535 48.71555, -1.58535 48.71555, -1.58535 48.71555, -1.58535 48.71555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4272'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70206 -1.58534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70206"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70206 -1.58534)"^^geo:wktLiteral ;
  geo-pos:lat "48.70206"^^xsd:decimal ;
  geo-pos:long "-1.58534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6269'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58534'^^xsd:double;
  dwc:latitude '48.70206'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58534 48.70206, -1.58534 48.70206, -1.58534 48.70206, -1.58534 48.70206, -1.58534 48.70206))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6269'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71767 -1.58534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71767 -1.58534)"^^geo:wktLiteral ;
  geo-pos:lat "48.71767"^^xsd:decimal ;
  geo-pos:long "-1.58534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5057'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58534'^^xsd:double;
  dwc:latitude '48.71767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58534 48.71767, -1.58534 48.71767, -1.58534 48.71767, -1.58534 48.71767, -1.58534 48.71767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5057'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68034 -1.58533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68034 -1.58533)"^^geo:wktLiteral ;
  geo-pos:lat "48.68034"^^xsd:decimal ;
  geo-pos:long "-1.58533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6534'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58533'^^xsd:double;
  dwc:latitude '48.68034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58533 48.68034, -1.58533 48.68034, -1.58533 48.68034, -1.58533 48.68034, -1.58533 48.68034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6534'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71825 -1.58532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71825 -1.58532)"^^geo:wktLiteral ;
  geo-pos:lat "48.71825"^^xsd:decimal ;
  geo-pos:long "-1.58532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6386'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58532'^^xsd:double;
  dwc:latitude '48.71825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58532 48.71825, -1.58532 48.71825, -1.58532 48.71825, -1.58532 48.71825, -1.58532 48.71825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6386'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68631 -1.5853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68631 -1.5853)"^^geo:wktLiteral ;
  geo-pos:lat "48.68631"^^xsd:decimal ;
  geo-pos:long "-1.5853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7176'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5853'^^xsd:double;
  dwc:latitude '48.68631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5853 48.68631, -1.5853 48.68631, -1.5853 48.68631, -1.5853 48.68631, -1.5853 48.68631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7176'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68767 -1.58528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68767 -1.58528)"^^geo:wktLiteral ;
  geo-pos:lat "48.68767"^^xsd:decimal ;
  geo-pos:long "-1.58528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7291'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58528'^^xsd:double;
  dwc:latitude '48.68767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58528 48.68767, -1.58528 48.68767, -1.58528 48.68767, -1.58528 48.68767, -1.58528 48.68767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7291'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67945 -1.58527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67945 -1.58527)"^^geo:wktLiteral ;
  geo-pos:lat "48.67945"^^xsd:decimal ;
  geo-pos:long "-1.58527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3915'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58527'^^xsd:double;
  dwc:latitude '48.67945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58527 48.67945, -1.58527 48.67945, -1.58527 48.67945, -1.58527 48.67945, -1.58527 48.67945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3915'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75069 -1.58525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75069 -1.58525)"^^geo:wktLiteral ;
  geo-pos:lat "48.75069"^^xsd:decimal ;
  geo-pos:long "-1.58525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_775'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58525'^^xsd:double;
  dwc:latitude '48.75069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58525 48.75069, -1.58525 48.75069, -1.58525 48.75069, -1.58525 48.75069, -1.58525 48.75069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_775'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72883 -1.58524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72883 -1.58524)"^^geo:wktLiteral ;
  geo-pos:lat "48.72883"^^xsd:decimal ;
  geo-pos:long "-1.58524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7763'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58524'^^xsd:double;
  dwc:latitude '48.72883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58524 48.72883, -1.58524 48.72883, -1.58524 48.72883, -1.58524 48.72883, -1.58524 48.72883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7763'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73448 -1.58524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73448 -1.58524)"^^geo:wktLiteral ;
  geo-pos:lat "48.73448"^^xsd:decimal ;
  geo-pos:long "-1.58524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9630'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58524'^^xsd:double;
  dwc:latitude '48.73448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58524 48.73448, -1.58524 48.73448, -1.58524 48.73448, -1.58524 48.73448, -1.58524 48.73448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9630'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64384 -1.58522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64384"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64384 -1.58522)"^^geo:wktLiteral ;
  geo-pos:lat "48.64384"^^xsd:decimal ;
  geo-pos:long "-1.58522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12007'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58522'^^xsd:double;
  dwc:latitude '48.64384'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58522 48.64384, -1.58522 48.64384, -1.58522 48.64384, -1.58522 48.64384, -1.58522 48.64384))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12007'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67448 -1.58522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67448 -1.58522)"^^geo:wktLiteral ;
  geo-pos:lat "48.67448"^^xsd:decimal ;
  geo-pos:long "-1.58522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4685'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58522'^^xsd:double;
  dwc:latitude '48.67448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58522 48.67448, -1.58522 48.67448, -1.58522 48.67448, -1.58522 48.67448, -1.58522 48.67448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4685'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69129 -1.58522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69129 -1.58522)"^^geo:wktLiteral ;
  geo-pos:lat "48.69129"^^xsd:decimal ;
  geo-pos:long "-1.58522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4772'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58522'^^xsd:double;
  dwc:latitude '48.69129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58522 48.69129, -1.58522 48.69129, -1.58522 48.69129, -1.58522 48.69129, -1.58522 48.69129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4772'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70428 -1.58522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70428 -1.58522)"^^geo:wktLiteral ;
  geo-pos:lat "48.70428"^^xsd:decimal ;
  geo-pos:long "-1.58522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2119'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58522'^^xsd:double;
  dwc:latitude '48.70428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58522 48.70428, -1.58522 48.70428, -1.58522 48.70428, -1.58522 48.70428, -1.58522 48.70428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2119'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70804 -1.58522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70804 -1.58522)"^^geo:wktLiteral ;
  geo-pos:lat "48.70804"^^xsd:decimal ;
  geo-pos:long "-1.58522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5412'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58522'^^xsd:double;
  dwc:latitude '48.70804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58522 48.70804, -1.58522 48.70804, -1.58522 48.70804, -1.58522 48.70804, -1.58522 48.70804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5412'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73485 -1.58522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73485 -1.58522)"^^geo:wktLiteral ;
  geo-pos:lat "48.73485"^^xsd:decimal ;
  geo-pos:long "-1.58522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3560'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58522'^^xsd:double;
  dwc:latitude '48.73485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58522 48.73485, -1.58522 48.73485, -1.58522 48.73485, -1.58522 48.73485, -1.58522 48.73485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3560'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66611 -1.5852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66611 -1.5852)"^^geo:wktLiteral ;
  geo-pos:lat "48.66611"^^xsd:decimal ;
  geo-pos:long "-1.5852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5609'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5852'^^xsd:double;
  dwc:latitude '48.66611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5852 48.66611, -1.5852 48.66611, -1.5852 48.66611, -1.5852 48.66611, -1.5852 48.66611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5609'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6931 -1.5852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6931"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6931 -1.5852)"^^geo:wktLiteral ;
  geo-pos:lat "48.6931"^^xsd:decimal ;
  geo-pos:long "-1.5852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7244'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5852'^^xsd:double;
  dwc:latitude '48.6931'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5852 48.6931, -1.5852 48.6931, -1.5852 48.6931, -1.5852 48.6931, -1.5852 48.6931))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7244'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69696 -1.5852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69696 -1.5852)"^^geo:wktLiteral ;
  geo-pos:lat "48.69696"^^xsd:decimal ;
  geo-pos:long "-1.5852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2343'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5852'^^xsd:double;
  dwc:latitude '48.69696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5852 48.69696, -1.5852 48.69696, -1.5852 48.69696, -1.5852 48.69696, -1.5852 48.69696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2343'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66326 -1.58518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66326 -1.58518)"^^geo:wktLiteral ;
  geo-pos:lat "48.66326"^^xsd:decimal ;
  geo-pos:long "-1.58518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3702'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58518'^^xsd:double;
  dwc:latitude '48.66326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58518 48.66326, -1.58518 48.66326, -1.58518 48.66326, -1.58518 48.66326, -1.58518 48.66326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3702'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70752 -1.58518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70752 -1.58518)"^^geo:wktLiteral ;
  geo-pos:lat "48.70752"^^xsd:decimal ;
  geo-pos:long "-1.58518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11137'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58518'^^xsd:double;
  dwc:latitude '48.70752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58518 48.70752, -1.58518 48.70752, -1.58518 48.70752, -1.58518 48.70752, -1.58518 48.70752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11137'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71487 -1.58518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71487 -1.58518)"^^geo:wktLiteral ;
  geo-pos:lat "48.71487"^^xsd:decimal ;
  geo-pos:long "-1.58518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4271'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58518'^^xsd:double;
  dwc:latitude '48.71487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58518 48.71487, -1.58518 48.71487, -1.58518 48.71487, -1.58518 48.71487, -1.58518 48.71487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4271'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69798 -1.58517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69798 -1.58517)"^^geo:wktLiteral ;
  geo-pos:lat "48.69798"^^xsd:decimal ;
  geo-pos:long "-1.58517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4961'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58517'^^xsd:double;
  dwc:latitude '48.69798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58517 48.69798, -1.58517 48.69798, -1.58517 48.69798, -1.58517 48.69798, -1.58517 48.69798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4961'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70159 -1.58517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70159 -1.58517)"^^geo:wktLiteral ;
  geo-pos:lat "48.70159"^^xsd:decimal ;
  geo-pos:long "-1.58517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5129'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58517'^^xsd:double;
  dwc:latitude '48.70159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58517 48.70159, -1.58517 48.70159, -1.58517 48.70159, -1.58517 48.70159, -1.58517 48.70159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5129'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65167 -1.58516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65167"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65167 -1.58516)"^^geo:wktLiteral ;
  geo-pos:lat "48.65167"^^xsd:decimal ;
  geo-pos:long "-1.58516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10737'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58516'^^xsd:double;
  dwc:latitude '48.65167'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58516 48.65167, -1.58516 48.65167, -1.58516 48.65167, -1.58516 48.65167, -1.58516 48.65167))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10737'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64811 -1.58514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64811 -1.58514)"^^geo:wktLiteral ;
  geo-pos:lat "48.64811"^^xsd:decimal ;
  geo-pos:long "-1.58514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12719'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58514'^^xsd:double;
  dwc:latitude '48.64811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58514 48.64811, -1.58514 48.64811, -1.58514 48.64811, -1.58514 48.64811, -1.58514 48.64811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12719'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68478 -1.58514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68478 -1.58514)"^^geo:wktLiteral ;
  geo-pos:lat "48.68478"^^xsd:decimal ;
  geo-pos:long "-1.58514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6329'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58514'^^xsd:double;
  dwc:latitude '48.68478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58514 48.68478, -1.58514 48.68478, -1.58514 48.68478, -1.58514 48.68478, -1.58514 48.68478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6329'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69223 -1.58514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69223 -1.58514)"^^geo:wktLiteral ;
  geo-pos:lat "48.69223"^^xsd:decimal ;
  geo-pos:long "-1.58514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1044'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58514'^^xsd:double;
  dwc:latitude '48.69223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58514 48.69223, -1.58514 48.69223, -1.58514 48.69223, -1.58514 48.69223, -1.58514 48.69223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1044'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71765 -1.58514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71765 -1.58514)"^^geo:wktLiteral ;
  geo-pos:lat "48.71765"^^xsd:decimal ;
  geo-pos:long "-1.58514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4062'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58514'^^xsd:double;
  dwc:latitude '48.71765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58514 48.71765, -1.58514 48.71765, -1.58514 48.71765, -1.58514 48.71765, -1.58514 48.71765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4062'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73344 -1.58514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73344 -1.58514)"^^geo:wktLiteral ;
  geo-pos:lat "48.73344"^^xsd:decimal ;
  geo-pos:long "-1.58514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3539'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58514'^^xsd:double;
  dwc:latitude '48.73344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58514 48.73344, -1.58514 48.73344, -1.58514 48.73344, -1.58514 48.73344, -1.58514 48.73344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3539'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6716 -1.58511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6716 -1.58511)"^^geo:wktLiteral ;
  geo-pos:lat "48.6716"^^xsd:decimal ;
  geo-pos:long "-1.58511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3692'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58511'^^xsd:double;
  dwc:latitude '48.6716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58511 48.6716, -1.58511 48.6716, -1.58511 48.6716, -1.58511 48.6716, -1.58511 48.6716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3692'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68533 -1.58509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68533 -1.58509)"^^geo:wktLiteral ;
  geo-pos:lat "48.68533"^^xsd:decimal ;
  geo-pos:long "-1.58509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6934'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58509'^^xsd:double;
  dwc:latitude '48.68533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58509 48.68533, -1.58509 48.68533, -1.58509 48.68533, -1.58509 48.68533, -1.58509 48.68533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6934'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74518 -1.58509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74518 -1.58509)"^^geo:wktLiteral ;
  geo-pos:lat "48.74518"^^xsd:decimal ;
  geo-pos:long "-1.58509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1846'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58509'^^xsd:double;
  dwc:latitude '48.74518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58509 48.74518, -1.58509 48.74518, -1.58509 48.74518, -1.58509 48.74518, -1.58509 48.74518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1846'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66141 -1.58506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66141 -1.58506)"^^geo:wktLiteral ;
  geo-pos:lat "48.66141"^^xsd:decimal ;
  geo-pos:long "-1.58506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_13082'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58506'^^xsd:double;
  dwc:latitude '48.66141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58506 48.66141, -1.58506 48.66141, -1.58506 48.66141, -1.58506 48.66141, -1.58506 48.66141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13082'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69502 -1.58506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69502 -1.58506)"^^geo:wktLiteral ;
  geo-pos:lat "48.69502"^^xsd:decimal ;
  geo-pos:long "-1.58506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9364'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58506'^^xsd:double;
  dwc:latitude '48.69502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58506 48.69502, -1.58506 48.69502, -1.58506 48.69502, -1.58506 48.69502, -1.58506 48.69502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9364'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70225 -1.58505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70225 -1.58505)"^^geo:wktLiteral ;
  geo-pos:lat "48.70225"^^xsd:decimal ;
  geo-pos:long "-1.58505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3609'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58505'^^xsd:double;
  dwc:latitude '48.70225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58505 48.70225, -1.58505 48.70225, -1.58505 48.70225, -1.58505 48.70225, -1.58505 48.70225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3609'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68554 -1.58504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68554 -1.58504)"^^geo:wktLiteral ;
  geo-pos:lat "48.68554"^^xsd:decimal ;
  geo-pos:long "-1.58504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6719'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58504'^^xsd:double;
  dwc:latitude '48.68554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58504 48.68554, -1.58504 48.68554, -1.58504 48.68554, -1.58504 48.68554, -1.58504 48.68554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6719'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73342 -1.58504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73342 -1.58504)"^^geo:wktLiteral ;
  geo-pos:lat "48.73342"^^xsd:decimal ;
  geo-pos:long "-1.58504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4085'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58504'^^xsd:double;
  dwc:latitude '48.73342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58504 48.73342, -1.58504 48.73342, -1.58504 48.73342, -1.58504 48.73342, -1.58504 48.73342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4085'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6727 -1.58502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6727 -1.58502)"^^geo:wktLiteral ;
  geo-pos:lat "48.6727"^^xsd:decimal ;
  geo-pos:long "-1.58502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12118'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58502'^^xsd:double;
  dwc:latitude '48.6727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58502 48.6727, -1.58502 48.6727, -1.58502 48.6727, -1.58502 48.6727, -1.58502 48.6727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12118'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68534 -1.58502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68534"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68534 -1.58502)"^^geo:wktLiteral ;
  geo-pos:lat "48.68534"^^xsd:decimal ;
  geo-pos:long "-1.58502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6846'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58502'^^xsd:double;
  dwc:latitude '48.68534'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58502 48.68534, -1.58502 48.68534, -1.58502 48.68534, -1.58502 48.68534, -1.58502 48.68534))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6846'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72647 -1.585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72647 -1.585)"^^geo:wktLiteral ;
  geo-pos:lat "48.72647"^^xsd:decimal ;
  geo-pos:long "-1.585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2509'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.585'^^xsd:double;
  dwc:latitude '48.72647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.585 48.72647, -1.585 48.72647, -1.585 48.72647, -1.585 48.72647, -1.585 48.72647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2509'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67274 -1.58499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67274 -1.58499)"^^geo:wktLiteral ;
  geo-pos:lat "48.67274"^^xsd:decimal ;
  geo-pos:long "-1.58499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5939'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58499'^^xsd:double;
  dwc:latitude '48.67274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58499 48.67274, -1.58499 48.67274, -1.58499 48.67274, -1.58499 48.67274, -1.58499 48.67274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5939'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66821 -1.58498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66821 -1.58498)"^^geo:wktLiteral ;
  geo-pos:lat "48.66821"^^xsd:decimal ;
  geo-pos:long "-1.58498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_125'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58498'^^xsd:double;
  dwc:latitude '48.66821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58498 48.66821, -1.58498 48.66821, -1.58498 48.66821, -1.58498 48.66821, -1.58498 48.66821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_125'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73384 -1.58496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73384"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73384 -1.58496)"^^geo:wktLiteral ;
  geo-pos:lat "48.73384"^^xsd:decimal ;
  geo-pos:long "-1.58496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1149'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58496'^^xsd:double;
  dwc:latitude '48.73384'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58496 48.73384, -1.58496 48.73384, -1.58496 48.73384, -1.58496 48.73384, -1.58496 48.73384))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1149'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68607 -1.58493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68607 -1.58493)"^^geo:wktLiteral ;
  geo-pos:lat "48.68607"^^xsd:decimal ;
  geo-pos:long "-1.58493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6940'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58493'^^xsd:double;
  dwc:latitude '48.68607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58493 48.68607, -1.58493 48.68607, -1.58493 48.68607, -1.58493 48.68607, -1.58493 48.68607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6940'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68656 -1.58493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68656 -1.58493)"^^geo:wktLiteral ;
  geo-pos:lat "48.68656"^^xsd:decimal ;
  geo-pos:long "-1.58493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4749'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58493'^^xsd:double;
  dwc:latitude '48.68656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58493 48.68656, -1.58493 48.68656, -1.58493 48.68656, -1.58493 48.68656, -1.58493 48.68656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4749'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69579 -1.58493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69579 -1.58493)"^^geo:wktLiteral ;
  geo-pos:lat "48.69579"^^xsd:decimal ;
  geo-pos:long "-1.58493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7204'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58493'^^xsd:double;
  dwc:latitude '48.69579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58493 48.69579, -1.58493 48.69579, -1.58493 48.69579, -1.58493 48.69579, -1.58493 48.69579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7204'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65348 -1.58492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65348 -1.58492)"^^geo:wktLiteral ;
  geo-pos:lat "48.65348"^^xsd:decimal ;
  geo-pos:long "-1.58492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13355'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58492'^^xsd:double;
  dwc:latitude '48.65348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58492 48.65348, -1.58492 48.65348, -1.58492 48.65348, -1.58492 48.65348, -1.58492 48.65348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13355'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67946 -1.58492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67946 -1.58492)"^^geo:wktLiteral ;
  geo-pos:lat "48.67946"^^xsd:decimal ;
  geo-pos:long "-1.58492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4858'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58492'^^xsd:double;
  dwc:latitude '48.67946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58492 48.67946, -1.58492 48.67946, -1.58492 48.67946, -1.58492 48.67946, -1.58492 48.67946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4858'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67749 -1.58491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_63>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67749 -1.58491)"^^geo:wktLiteral ;
  geo-pos:lat "48.67749"^^xsd:decimal ;
  geo-pos:long "-1.58491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_63'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_63'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58491'^^xsd:double;
  dwc:latitude '48.67749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58491 48.67749, -1.58491 48.67749, -1.58491 48.67749, -1.58491 48.67749, -1.58491 48.67749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_63'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65314 -1.5849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65314 -1.5849)"^^geo:wktLiteral ;
  geo-pos:lat "48.65314"^^xsd:decimal ;
  geo-pos:long "-1.5849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12340'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5849'^^xsd:double;
  dwc:latitude '48.65314'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5849 48.65314, -1.5849 48.65314, -1.5849 48.65314, -1.5849 48.65314, -1.5849 48.65314))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12340'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67221 -1.58489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_81>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67221 -1.58489)"^^geo:wktLiteral ;
  geo-pos:lat "48.67221"^^xsd:decimal ;
  geo-pos:long "-1.58489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_81'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_81'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58489'^^xsd:double;
  dwc:latitude '48.67221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58489 48.67221, -1.58489 48.67221, -1.58489 48.67221, -1.58489 48.67221, -1.58489 48.67221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_81'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69184 -1.58488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69184"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69184 -1.58488)"^^geo:wktLiteral ;
  geo-pos:lat "48.69184"^^xsd:decimal ;
  geo-pos:long "-1.58488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3218'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58488'^^xsd:double;
  dwc:latitude '48.69184'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58488 48.69184, -1.58488 48.69184, -1.58488 48.69184, -1.58488 48.69184, -1.58488 48.69184))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3218'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66718 -1.58487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66718 -1.58487)"^^geo:wktLiteral ;
  geo-pos:lat "48.66718"^^xsd:decimal ;
  geo-pos:long "-1.58487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5903'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58487'^^xsd:double;
  dwc:latitude '48.66718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58487 48.66718, -1.58487 48.66718, -1.58487 48.66718, -1.58487 48.66718, -1.58487 48.66718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5903'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68479 -1.58486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68479 -1.58486)"^^geo:wktLiteral ;
  geo-pos:lat "48.68479"^^xsd:decimal ;
  geo-pos:long "-1.58486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5366'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58486'^^xsd:double;
  dwc:latitude '48.68479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58486 48.68479, -1.58486 48.68479, -1.58486 48.68479, -1.58486 48.68479, -1.58486 48.68479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5366'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68653 -1.58485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68653 -1.58485)"^^geo:wktLiteral ;
  geo-pos:lat "48.68653"^^xsd:decimal ;
  geo-pos:long "-1.58485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7148'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58485'^^xsd:double;
  dwc:latitude '48.68653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58485 48.68653, -1.58485 48.68653, -1.58485 48.68653, -1.58485 48.68653, -1.58485 48.68653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7148'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70427 -1.58485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70427 -1.58485)"^^geo:wktLiteral ;
  geo-pos:lat "48.70427"^^xsd:decimal ;
  geo-pos:long "-1.58485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10517'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58485'^^xsd:double;
  dwc:latitude '48.70427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58485 48.70427, -1.58485 48.70427, -1.58485 48.70427, -1.58485 48.70427, -1.58485 48.70427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10517'^^xsd:string;
  dwc:observationDate '2008-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75783 -1.58484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75783 -1.58484)"^^geo:wktLiteral ;
  geo-pos:lat "48.75783"^^xsd:decimal ;
  geo-pos:long "-1.58484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1114'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58484'^^xsd:double;
  dwc:latitude '48.75783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58484 48.75783, -1.58484 48.75783, -1.58484 48.75783, -1.58484 48.75783, -1.58484 48.75783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1114'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64883 -1.58482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64883 -1.58482)"^^geo:wktLiteral ;
  geo-pos:lat "48.64883"^^xsd:decimal ;
  geo-pos:long "-1.58482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13211'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58482'^^xsd:double;
  dwc:latitude '48.64883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58482 48.64883, -1.58482 48.64883, -1.58482 48.64883, -1.58482 48.64883, -1.58482 48.64883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13211'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71233 -1.58482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71233 -1.58482)"^^geo:wktLiteral ;
  geo-pos:lat "48.71233"^^xsd:decimal ;
  geo-pos:long "-1.58482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5032'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58482'^^xsd:double;
  dwc:latitude '48.71233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58482 48.71233, -1.58482 48.71233, -1.58482 48.71233, -1.58482 48.71233, -1.58482 48.71233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5032'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67699 -1.5848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67699 -1.5848)"^^geo:wktLiteral ;
  geo-pos:lat "48.67699"^^xsd:decimal ;
  geo-pos:long "-1.5848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7123'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5848'^^xsd:double;
  dwc:latitude '48.67699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5848 48.67699, -1.5848 48.67699, -1.5848 48.67699, -1.5848 48.67699, -1.5848 48.67699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7123'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67765 -1.5848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67765 -1.5848)"^^geo:wktLiteral ;
  geo-pos:lat "48.67765"^^xsd:decimal ;
  geo-pos:long "-1.5848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3766'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5848'^^xsd:double;
  dwc:latitude '48.67765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5848 48.67765, -1.5848 48.67765, -1.5848 48.67765, -1.5848 48.67765, -1.5848 48.67765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3766'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72943 -1.58479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72943 -1.58479)"^^geo:wktLiteral ;
  geo-pos:lat "48.72943"^^xsd:decimal ;
  geo-pos:long "-1.58479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5798'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58479'^^xsd:double;
  dwc:latitude '48.72943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58479 48.72943, -1.58479 48.72943, -1.58479 48.72943, -1.58479 48.72943, -1.58479 48.72943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5798'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72441 -1.58478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72441 -1.58478)"^^geo:wktLiteral ;
  geo-pos:lat "48.72441"^^xsd:decimal ;
  geo-pos:long "-1.58478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7740'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58478'^^xsd:double;
  dwc:latitude '48.72441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58478 48.72441, -1.58478 48.72441, -1.58478 48.72441, -1.58478 48.72441, -1.58478 48.72441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7740'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6861 -1.58476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6861 -1.58476)"^^geo:wktLiteral ;
  geo-pos:lat "48.6861"^^xsd:decimal ;
  geo-pos:long "-1.58476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7177'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58476'^^xsd:double;
  dwc:latitude '48.6861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58476 48.6861, -1.58476 48.6861, -1.58476 48.6861, -1.58476 48.6861, -1.58476 48.6861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7177'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68253 -1.58475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68253 -1.58475)"^^geo:wktLiteral ;
  geo-pos:lat "48.68253"^^xsd:decimal ;
  geo-pos:long "-1.58475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4750'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58475'^^xsd:double;
  dwc:latitude '48.68253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58475 48.68253, -1.58475 48.68253, -1.58475 48.68253, -1.58475 48.68253, -1.58475 48.68253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4750'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7369 -1.58475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7369 -1.58475)"^^geo:wktLiteral ;
  geo-pos:lat "48.7369"^^xsd:decimal ;
  geo-pos:long "-1.58475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5801'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58475'^^xsd:double;
  dwc:latitude '48.7369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58475 48.7369, -1.58475 48.7369, -1.58475 48.7369, -1.58475 48.7369, -1.58475 48.7369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5801'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65478 -1.58472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65478 -1.58472)"^^geo:wktLiteral ;
  geo-pos:lat "48.65478"^^xsd:decimal ;
  geo-pos:long "-1.58472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12285'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58472'^^xsd:double;
  dwc:latitude '48.65478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58472 48.65478, -1.58472 48.65478, -1.58472 48.65478, -1.58472 48.65478, -1.58472 48.65478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12285'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70471 -1.58472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70471 -1.58472)"^^geo:wktLiteral ;
  geo-pos:lat "48.70471"^^xsd:decimal ;
  geo-pos:long "-1.58472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6219'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58472'^^xsd:double;
  dwc:latitude '48.70471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58472 48.70471, -1.58472 48.70471, -1.58472 48.70471, -1.58472 48.70471, -1.58472 48.70471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6219'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68647 -1.58471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68647 -1.58471)"^^geo:wktLiteral ;
  geo-pos:lat "48.68647"^^xsd:decimal ;
  geo-pos:long "-1.58471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7021'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58471'^^xsd:double;
  dwc:latitude '48.68647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58471 48.68647, -1.58471 48.68647, -1.58471 48.68647, -1.58471 48.68647, -1.58471 48.68647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7021'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68598 -1.5847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68598 -1.5847)"^^geo:wktLiteral ;
  geo-pos:lat "48.68598"^^xsd:decimal ;
  geo-pos:long "-1.5847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6766'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5847'^^xsd:double;
  dwc:latitude '48.68598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5847 48.68598, -1.5847 48.68598, -1.5847 48.68598, -1.5847 48.68598, -1.5847 48.68598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6766'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66207 -1.58469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66207 -1.58469)"^^geo:wktLiteral ;
  geo-pos:lat "48.66207"^^xsd:decimal ;
  geo-pos:long "-1.58469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5933'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58469'^^xsd:double;
  dwc:latitude '48.66207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58469 48.66207, -1.58469 48.66207, -1.58469 48.66207, -1.58469 48.66207, -1.58469 48.66207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5933'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66896 -1.58469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66896 -1.58469)"^^geo:wktLiteral ;
  geo-pos:lat "48.66896"^^xsd:decimal ;
  geo-pos:long "-1.58469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9694'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58469'^^xsd:double;
  dwc:latitude '48.66896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58469 48.66896, -1.58469 48.66896, -1.58469 48.66896, -1.58469 48.66896, -1.58469 48.66896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9694'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73422 -1.58469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73422 -1.58469)"^^geo:wktLiteral ;
  geo-pos:lat "48.73422"^^xsd:decimal ;
  geo-pos:long "-1.58469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2540'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58469'^^xsd:double;
  dwc:latitude '48.73422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58469 48.73422, -1.58469 48.73422, -1.58469 48.73422, -1.58469 48.73422, -1.58469 48.73422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2540'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67083 -1.58467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67083 -1.58467)"^^geo:wktLiteral ;
  geo-pos:lat "48.67083"^^xsd:decimal ;
  geo-pos:long "-1.58467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2294'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58467'^^xsd:double;
  dwc:latitude '48.67083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58467 48.67083, -1.58467 48.67083, -1.58467 48.67083, -1.58467 48.67083, -1.58467 48.67083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2294'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73114 -1.58467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73114 -1.58467)"^^geo:wktLiteral ;
  geo-pos:lat "48.73114"^^xsd:decimal ;
  geo-pos:long "-1.58467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7942'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58467'^^xsd:double;
  dwc:latitude '48.73114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58467 48.73114, -1.58467 48.73114, -1.58467 48.73114, -1.58467 48.73114, -1.58467 48.73114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7942'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73965 -1.58467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73965 -1.58467)"^^geo:wktLiteral ;
  geo-pos:lat "48.73965"^^xsd:decimal ;
  geo-pos:long "-1.58467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5397'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58467'^^xsd:double;
  dwc:latitude '48.73965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58467 48.73965, -1.58467 48.73965, -1.58467 48.73965, -1.58467 48.73965, -1.58467 48.73965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5397'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64603 -1.58465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64603 -1.58465)"^^geo:wktLiteral ;
  geo-pos:lat "48.64603"^^xsd:decimal ;
  geo-pos:long "-1.58465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_13178'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58465'^^xsd:double;
  dwc:latitude '48.64603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58465 48.64603, -1.58465 48.64603, -1.58465 48.64603, -1.58465 48.64603, -1.58465 48.64603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13178'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6871 -1.58464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6871"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6871 -1.58464)"^^geo:wktLiteral ;
  geo-pos:lat "48.6871"^^xsd:decimal ;
  geo-pos:long "-1.58464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6655'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58464'^^xsd:double;
  dwc:latitude '48.6871'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58464 48.6871, -1.58464 48.6871, -1.58464 48.6871, -1.58464 48.6871, -1.58464 48.6871))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6655'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68969 -1.58462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68969 -1.58462)"^^geo:wktLiteral ;
  geo-pos:lat "48.68969"^^xsd:decimal ;
  geo-pos:long "-1.58462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6038'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58462'^^xsd:double;
  dwc:latitude '48.68969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58462 48.68969, -1.58462 48.68969, -1.58462 48.68969, -1.58462 48.68969, -1.58462 48.68969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6038'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70971 -1.58462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70971 -1.58462)"^^geo:wktLiteral ;
  geo-pos:lat "48.70971"^^xsd:decimal ;
  geo-pos:long "-1.58462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5002'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58462'^^xsd:double;
  dwc:latitude '48.70971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58462 48.70971, -1.58462 48.70971, -1.58462 48.70971, -1.58462 48.70971, -1.58462 48.70971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5002'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68644 -1.58461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68644 -1.58461)"^^geo:wktLiteral ;
  geo-pos:lat "48.68644"^^xsd:decimal ;
  geo-pos:long "-1.58461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6877'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58461'^^xsd:double;
  dwc:latitude '48.68644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58461 48.68644, -1.58461 48.68644, -1.58461 48.68644, -1.58461 48.68644, -1.58461 48.68644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6877'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68807 -1.58459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68807 -1.58459)"^^geo:wktLiteral ;
  geo-pos:lat "48.68807"^^xsd:decimal ;
  geo-pos:long "-1.58459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4422'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58459'^^xsd:double;
  dwc:latitude '48.68807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58459 48.68807, -1.58459 48.68807, -1.58459 48.68807, -1.58459 48.68807, -1.58459 48.68807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4422'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75776 -1.58459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75776 -1.58459)"^^geo:wktLiteral ;
  geo-pos:lat "48.75776"^^xsd:decimal ;
  geo-pos:long "-1.58459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9957'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58459'^^xsd:double;
  dwc:latitude '48.75776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58459 48.75776, -1.58459 48.75776, -1.58459 48.75776, -1.58459 48.75776, -1.58459 48.75776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9957'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70474 -1.58458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70474 -1.58458)"^^geo:wktLiteral ;
  geo-pos:lat "48.70474"^^xsd:decimal ;
  geo-pos:long "-1.58458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2120'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58458'^^xsd:double;
  dwc:latitude '48.70474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58458 48.70474, -1.58458 48.70474, -1.58458 48.70474, -1.58458 48.70474, -1.58458 48.70474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2120'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66407 -1.58457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66407"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66407 -1.58457)"^^geo:wktLiteral ;
  geo-pos:lat "48.66407"^^xsd:decimal ;
  geo-pos:long "-1.58457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2201'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58457'^^xsd:double;
  dwc:latitude '48.66407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58457 48.66407, -1.58457 48.66407, -1.58457 48.66407, -1.58457 48.66407, -1.58457 48.66407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2201'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68356 -1.58457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68356 -1.58457)"^^geo:wktLiteral ;
  geo-pos:lat "48.68356"^^xsd:decimal ;
  geo-pos:long "-1.58457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6148'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58457'^^xsd:double;
  dwc:latitude '48.68356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58457 48.68356, -1.58457 48.68356, -1.58457 48.68356, -1.58457 48.68356, -1.58457 48.68356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6148'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65526 -1.58455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65526 -1.58455)"^^geo:wktLiteral ;
  geo-pos:lat "48.65526"^^xsd:decimal ;
  geo-pos:long "-1.58455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12120'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58455'^^xsd:double;
  dwc:latitude '48.65526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58455 48.65526, -1.58455 48.65526, -1.58455 48.65526, -1.58455 48.65526, -1.58455 48.65526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12120'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68648 -1.58455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68648 -1.58455)"^^geo:wktLiteral ;
  geo-pos:lat "48.68648"^^xsd:decimal ;
  geo-pos:long "-1.58455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6828'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58455'^^xsd:double;
  dwc:latitude '48.68648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58455 48.68648, -1.58455 48.68648, -1.58455 48.68648, -1.58455 48.68648, -1.58455 48.68648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6828'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75383 -1.58454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75383 -1.58454)"^^geo:wktLiteral ;
  geo-pos:lat "48.75383"^^xsd:decimal ;
  geo-pos:long "-1.58454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1115'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58454'^^xsd:double;
  dwc:latitude '48.75383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58454 48.75383, -1.58454 48.75383, -1.58454 48.75383, -1.58454 48.75383, -1.58454 48.75383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1115'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7054 -1.58453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7054 -1.58453)"^^geo:wktLiteral ;
  geo-pos:lat "48.7054"^^xsd:decimal ;
  geo-pos:long "-1.58453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3402'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58453'^^xsd:double;
  dwc:latitude '48.7054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58453 48.7054, -1.58453 48.7054, -1.58453 48.7054, -1.58453 48.7054, -1.58453 48.7054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3402'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68849 -1.58452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68849 -1.58452)"^^geo:wktLiteral ;
  geo-pos:lat "48.68849"^^xsd:decimal ;
  geo-pos:long "-1.58452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6625'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58452'^^xsd:double;
  dwc:latitude '48.68849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58452 48.68849, -1.58452 48.68849, -1.58452 48.68849, -1.58452 48.68849, -1.58452 48.68849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6625'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76669 -1.58452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76669 -1.58452)"^^geo:wktLiteral ;
  geo-pos:lat "48.76669"^^xsd:decimal ;
  geo-pos:long "-1.58452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7350'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58452'^^xsd:double;
  dwc:latitude '48.76669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58452 48.76669, -1.58452 48.76669, -1.58452 48.76669, -1.58452 48.76669, -1.58452 48.76669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7350'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73458 -1.58451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73458 -1.58451)"^^geo:wktLiteral ;
  geo-pos:lat "48.73458"^^xsd:decimal ;
  geo-pos:long "-1.58451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3448'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58451'^^xsd:double;
  dwc:latitude '48.73458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58451 48.73458, -1.58451 48.73458, -1.58451 48.73458, -1.58451 48.73458, -1.58451 48.73458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3448'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65701 -1.5845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65701 -1.5845)"^^geo:wktLiteral ;
  geo-pos:lat "48.65701"^^xsd:decimal ;
  geo-pos:long "-1.5845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_13054'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5845'^^xsd:double;
  dwc:latitude '48.65701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5845 48.65701, -1.5845 48.65701, -1.5845 48.65701, -1.5845 48.65701, -1.5845 48.65701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13054'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74129 -1.5845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74129 -1.5845)"^^geo:wktLiteral ;
  geo-pos:lat "48.74129"^^xsd:decimal ;
  geo-pos:long "-1.5845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1895'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5845'^^xsd:double;
  dwc:latitude '48.74129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5845 48.74129, -1.5845 48.74129, -1.5845 48.74129, -1.5845 48.74129, -1.5845 48.74129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1895'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66705 -1.58448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66705 -1.58448)"^^geo:wktLiteral ;
  geo-pos:lat "48.66705"^^xsd:decimal ;
  geo-pos:long "-1.58448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13412'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58448'^^xsd:double;
  dwc:latitude '48.66705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58448 48.66705, -1.58448 48.66705, -1.58448 48.66705, -1.58448 48.66705, -1.58448 48.66705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13412'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66699 -1.58446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66699 -1.58446)"^^geo:wktLiteral ;
  geo-pos:lat "48.66699"^^xsd:decimal ;
  geo-pos:long "-1.58446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8961'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58446'^^xsd:double;
  dwc:latitude '48.66699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58446 48.66699, -1.58446 48.66699, -1.58446 48.66699, -1.58446 48.66699, -1.58446 48.66699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8961'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68491 -1.58446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68491 -1.58446)"^^geo:wktLiteral ;
  geo-pos:lat "48.68491"^^xsd:decimal ;
  geo-pos:long "-1.58446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6535'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58446'^^xsd:double;
  dwc:latitude '48.68491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58446 48.68491, -1.58446 48.68491, -1.58446 48.68491, -1.58446 48.68491, -1.58446 48.68491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6535'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6634 -1.58445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6634 -1.58445)"^^geo:wktLiteral ;
  geo-pos:lat "48.6634"^^xsd:decimal ;
  geo-pos:long "-1.58445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12288'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58445'^^xsd:double;
  dwc:latitude '48.6634'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58445 48.6634, -1.58445 48.6634, -1.58445 48.6634, -1.58445 48.6634, -1.58445 48.6634))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12288'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69314 -1.58445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69314 -1.58445)"^^geo:wktLiteral ;
  geo-pos:lat "48.69314"^^xsd:decimal ;
  geo-pos:long "-1.58445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5092'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58445'^^xsd:double;
  dwc:latitude '48.69314'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58445 48.69314, -1.58445 48.69314, -1.58445 48.69314, -1.58445 48.69314, -1.58445 48.69314))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5092'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69264 -1.58444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69264 -1.58444)"^^geo:wktLiteral ;
  geo-pos:lat "48.69264"^^xsd:decimal ;
  geo-pos:long "-1.58444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8895'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58444'^^xsd:double;
  dwc:latitude '48.69264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58444 48.69264, -1.58444 48.69264, -1.58444 48.69264, -1.58444 48.69264, -1.58444 48.69264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8895'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66342 -1.58443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66342 -1.58443)"^^geo:wktLiteral ;
  geo-pos:lat "48.66342"^^xsd:decimal ;
  geo-pos:long "-1.58443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12287'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58443'^^xsd:double;
  dwc:latitude '48.66342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58443 48.66342, -1.58443 48.66342, -1.58443 48.66342, -1.58443 48.66342, -1.58443 48.66342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12287'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73607 -1.58443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73607 -1.58443)"^^geo:wktLiteral ;
  geo-pos:lat "48.73607"^^xsd:decimal ;
  geo-pos:long "-1.58443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3564'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58443'^^xsd:double;
  dwc:latitude '48.73607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58443 48.73607, -1.58443 48.73607, -1.58443 48.73607, -1.58443 48.73607, -1.58443 48.73607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3564'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69103 -1.5844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69103 -1.5844)"^^geo:wktLiteral ;
  geo-pos:lat "48.69103"^^xsd:decimal ;
  geo-pos:long "-1.5844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5367'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5844'^^xsd:double;
  dwc:latitude '48.69103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5844 48.69103, -1.5844 48.69103, -1.5844 48.69103, -1.5844 48.69103, -1.5844 48.69103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5367'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71263 -1.5844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71263 -1.5844)"^^geo:wktLiteral ;
  geo-pos:lat "48.71263"^^xsd:decimal ;
  geo-pos:long "-1.5844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1232'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5844'^^xsd:double;
  dwc:latitude '48.71263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5844 48.71263, -1.5844 48.71263, -1.5844 48.71263, -1.5844 48.71263, -1.5844 48.71263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1232'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69549 -1.58439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69549 -1.58439)"^^geo:wktLiteral ;
  geo-pos:lat "48.69549"^^xsd:decimal ;
  geo-pos:long "-1.58439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3984'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58439'^^xsd:double;
  dwc:latitude '48.69549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58439 48.69549, -1.58439 48.69549, -1.58439 48.69549, -1.58439 48.69549, -1.58439 48.69549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3984'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66784 -1.58437)"^^geo:wktLiteral ;
  geo-pos:lat "48.66784"^^xsd:decimal ;
  geo-pos:long "-1.58437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1797'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58437'^^xsd:double;
  dwc:latitude '48.66784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58437 48.66784, -1.58437 48.66784, -1.58437 48.66784, -1.58437 48.66784, -1.58437 48.66784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1797'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68327 -1.58437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68327 -1.58437)"^^geo:wktLiteral ;
  geo-pos:lat "48.68327"^^xsd:decimal ;
  geo-pos:long "-1.58437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5849'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58437'^^xsd:double;
  dwc:latitude '48.68327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58437 48.68327, -1.58437 48.68327, -1.58437 48.68327, -1.58437 48.68327, -1.58437 48.68327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5849'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71485 -1.58437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71485 -1.58437)"^^geo:wktLiteral ;
  geo-pos:lat "48.71485"^^xsd:decimal ;
  geo-pos:long "-1.58437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4270'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58437'^^xsd:double;
  dwc:latitude '48.71485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58437 48.71485, -1.58437 48.71485, -1.58437 48.71485, -1.58437 48.71485, -1.58437 48.71485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4270'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71711 -1.58437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71711 -1.58437)"^^geo:wktLiteral ;
  geo-pos:lat "48.71711"^^xsd:decimal ;
  geo-pos:long "-1.58437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5190'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58437'^^xsd:double;
  dwc:latitude '48.71711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58437 48.71711, -1.58437 48.71711, -1.58437 48.71711, -1.58437 48.71711, -1.58437 48.71711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5190'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66779 -1.58436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66779 -1.58436)"^^geo:wktLiteral ;
  geo-pos:lat "48.66779"^^xsd:decimal ;
  geo-pos:long "-1.58436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8943'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58436'^^xsd:double;
  dwc:latitude '48.66779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58436 48.66779, -1.58436 48.66779, -1.58436 48.66779, -1.58436 48.66779, -1.58436 48.66779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8943'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71763 -1.58435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71763 -1.58435)"^^geo:wktLiteral ;
  geo-pos:lat "48.71763"^^xsd:decimal ;
  geo-pos:long "-1.58435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5213'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58435'^^xsd:double;
  dwc:latitude '48.71763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58435 48.71763, -1.58435 48.71763, -1.58435 48.71763, -1.58435 48.71763, -1.58435 48.71763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5213'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73444 -1.58435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73444"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73444 -1.58435)"^^geo:wktLiteral ;
  geo-pos:lat "48.73444"^^xsd:decimal ;
  geo-pos:long "-1.58435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4003'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58435'^^xsd:double;
  dwc:latitude '48.73444'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58435 48.73444, -1.58435 48.73444, -1.58435 48.73444, -1.58435 48.73444, -1.58435 48.73444))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4003'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67774 -1.58434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67774 -1.58434)"^^geo:wktLiteral ;
  geo-pos:lat "48.67774"^^xsd:decimal ;
  geo-pos:long "-1.58434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6426'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58434'^^xsd:double;
  dwc:latitude '48.67774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58434 48.67774, -1.58434 48.67774, -1.58434 48.67774, -1.58434 48.67774, -1.58434 48.67774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6426'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70749 -1.58434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70749 -1.58434)"^^geo:wktLiteral ;
  geo-pos:lat "48.70749"^^xsd:decimal ;
  geo-pos:long "-1.58434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8442'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58434'^^xsd:double;
  dwc:latitude '48.70749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58434 48.70749, -1.58434 48.70749, -1.58434 48.70749, -1.58434 48.70749, -1.58434 48.70749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8442'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66449 -1.58432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66449 -1.58432)"^^geo:wktLiteral ;
  geo-pos:lat "48.66449"^^xsd:decimal ;
  geo-pos:long "-1.58432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5931'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58432'^^xsd:double;
  dwc:latitude '48.66449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58432 48.66449, -1.58432 48.66449, -1.58432 48.66449, -1.58432 48.66449, -1.58432 48.66449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5931'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69188 -1.58431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69188 -1.58431)"^^geo:wktLiteral ;
  geo-pos:lat "48.69188"^^xsd:decimal ;
  geo-pos:long "-1.58431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5017'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58431'^^xsd:double;
  dwc:latitude '48.69188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58431 48.69188, -1.58431 48.69188, -1.58431 48.69188, -1.58431 48.69188, -1.58431 48.69188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5017'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73687 -1.58429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73687 -1.58429)"^^geo:wktLiteral ;
  geo-pos:lat "48.73687"^^xsd:decimal ;
  geo-pos:long "-1.58429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3474'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58429'^^xsd:double;
  dwc:latitude '48.73687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58429 48.73687, -1.58429 48.73687, -1.58429 48.73687, -1.58429 48.73687, -1.58429 48.73687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3474'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74682 -1.58429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74682 -1.58429)"^^geo:wktLiteral ;
  geo-pos:lat "48.74682"^^xsd:decimal ;
  geo-pos:long "-1.58429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4946'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58429'^^xsd:double;
  dwc:latitude '48.74682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58429 48.74682, -1.58429 48.74682, -1.58429 48.74682, -1.58429 48.74682, -1.58429 48.74682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4946'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65742 -1.58427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65742 -1.58427)"^^geo:wktLiteral ;
  geo-pos:lat "48.65742"^^xsd:decimal ;
  geo-pos:long "-1.58427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10758'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58427'^^xsd:double;
  dwc:latitude '48.65742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58427 48.65742, -1.58427 48.65742, -1.58427 48.65742, -1.58427 48.65742, -1.58427 48.65742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10758'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7217 -1.58424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7217 -1.58424)"^^geo:wktLiteral ;
  geo-pos:lat "48.7217"^^xsd:decimal ;
  geo-pos:long "-1.58424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7623'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58424'^^xsd:double;
  dwc:latitude '48.7217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58424 48.7217, -1.58424 48.7217, -1.58424 48.7217, -1.58424 48.7217, -1.58424 48.7217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7623'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74071 -1.58422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74071"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74071 -1.58422)"^^geo:wktLiteral ;
  geo-pos:lat "48.74071"^^xsd:decimal ;
  geo-pos:long "-1.58422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6553'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58422'^^xsd:double;
  dwc:latitude '48.74071'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58422 48.74071, -1.58422 48.74071, -1.58422 48.74071, -1.58422 48.74071, -1.58422 48.74071))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6553'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66846 -1.5842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66846 -1.5842)"^^geo:wktLiteral ;
  geo-pos:lat "48.66846"^^xsd:decimal ;
  geo-pos:long "-1.5842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5588'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5842'^^xsd:double;
  dwc:latitude '48.66846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5842 48.66846, -1.5842 48.66846, -1.5842 48.66846, -1.5842 48.66846, -1.5842 48.66846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5588'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73388 -1.58419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73388"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73388 -1.58419)"^^geo:wktLiteral ;
  geo-pos:lat "48.73388"^^xsd:decimal ;
  geo-pos:long "-1.58419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3543'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58419'^^xsd:double;
  dwc:latitude '48.73388'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58419 48.73388, -1.58419 48.73388, -1.58419 48.73388, -1.58419 48.73388, -1.58419 48.73388))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3543'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75432 -1.58419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75432 -1.58419)"^^geo:wktLiteral ;
  geo-pos:lat "48.75432"^^xsd:decimal ;
  geo-pos:long "-1.58419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4982'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58419'^^xsd:double;
  dwc:latitude '48.75432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58419 48.75432, -1.58419 48.75432, -1.58419 48.75432, -1.58419 48.75432, -1.58419 48.75432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4982'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69559 -1.58418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69559"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69559 -1.58418)"^^geo:wktLiteral ;
  geo-pos:lat "48.69559"^^xsd:decimal ;
  geo-pos:long "-1.58418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7097'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58418'^^xsd:double;
  dwc:latitude '48.69559'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58418 48.69559, -1.58418 48.69559, -1.58418 48.69559, -1.58418 48.69559, -1.58418 48.69559))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7097'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72871 -1.58418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72871"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72871 -1.58418)"^^geo:wktLiteral ;
  geo-pos:lat "48.72871"^^xsd:decimal ;
  geo-pos:long "-1.58418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1968'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58418'^^xsd:double;
  dwc:latitude '48.72871'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58418 48.72871, -1.58418 48.72871, -1.58418 48.72871, -1.58418 48.72871, -1.58418 48.72871))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1968'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6865 -1.58417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6865 -1.58417)"^^geo:wktLiteral ;
  geo-pos:lat "48.6865"^^xsd:decimal ;
  geo-pos:long "-1.58417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6966'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58417'^^xsd:double;
  dwc:latitude '48.6865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58417 48.6865, -1.58417 48.6865, -1.58417 48.6865, -1.58417 48.6865, -1.58417 48.6865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6966'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67634 -1.58416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67634 -1.58416)"^^geo:wktLiteral ;
  geo-pos:lat "48.67634"^^xsd:decimal ;
  geo-pos:long "-1.58416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58416'^^xsd:double;
  dwc:latitude '48.67634'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58416 48.67634, -1.58416 48.67634, -1.58416 48.67634, -1.58416 48.67634, -1.58416 48.67634))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73611 -1.58416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73611 -1.58416)"^^geo:wktLiteral ;
  geo-pos:lat "48.73611"^^xsd:decimal ;
  geo-pos:long "-1.58416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3453'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58416'^^xsd:double;
  dwc:latitude '48.73611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58416 48.73611, -1.58416 48.73611, -1.58416 48.73611, -1.58416 48.73611, -1.58416 48.73611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3453'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73325 -1.58413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73325 -1.58413)"^^geo:wktLiteral ;
  geo-pos:lat "48.73325"^^xsd:decimal ;
  geo-pos:long "-1.58413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3540'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58413'^^xsd:double;
  dwc:latitude '48.73325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58413 48.73325, -1.58413 48.73325, -1.58413 48.73325, -1.58413 48.73325, -1.58413 48.73325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3540'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64974 -1.58412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64974 -1.58412)"^^geo:wktLiteral ;
  geo-pos:lat "48.64974"^^xsd:decimal ;
  geo-pos:long "-1.58412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11247'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58412'^^xsd:double;
  dwc:latitude '48.64974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58412 48.64974, -1.58412 48.64974, -1.58412 48.64974, -1.58412 48.64974, -1.58412 48.64974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11247'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69156 -1.58412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69156 -1.58412)"^^geo:wktLiteral ;
  geo-pos:lat "48.69156"^^xsd:decimal ;
  geo-pos:long "-1.58412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2726'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58412'^^xsd:double;
  dwc:latitude '48.69156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58412 48.69156, -1.58412 48.69156, -1.58412 48.69156, -1.58412 48.69156, -1.58412 48.69156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2726'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69974 -1.58412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69974 -1.58412)"^^geo:wktLiteral ;
  geo-pos:lat "48.69974"^^xsd:decimal ;
  geo-pos:long "-1.58412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10375'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58412'^^xsd:double;
  dwc:latitude '48.69974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58412 48.69974, -1.58412 48.69974, -1.58412 48.69974, -1.58412 48.69974, -1.58412 48.69974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10375'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72331 -1.58412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72331 -1.58412)"^^geo:wktLiteral ;
  geo-pos:lat "48.72331"^^xsd:decimal ;
  geo-pos:long "-1.58412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9963'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58412'^^xsd:double;
  dwc:latitude '48.72331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58412 48.72331, -1.58412 48.72331, -1.58412 48.72331, -1.58412 48.72331, -1.58412 48.72331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9963'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73299 -1.58412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73299 -1.58412)"^^geo:wktLiteral ;
  geo-pos:lat "48.73299"^^xsd:decimal ;
  geo-pos:long "-1.58412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3352'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58412'^^xsd:double;
  dwc:latitude '48.73299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58412 48.73299, -1.58412 48.73299, -1.58412 48.73299, -1.58412 48.73299, -1.58412 48.73299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3352'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6578 -1.58411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6578 -1.58411)"^^geo:wktLiteral ;
  geo-pos:lat "48.6578"^^xsd:decimal ;
  geo-pos:long "-1.58411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12080'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58411'^^xsd:double;
  dwc:latitude '48.6578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58411 48.6578, -1.58411 48.6578, -1.58411 48.6578, -1.58411 48.6578, -1.58411 48.6578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12080'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67138 -1.58411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67138"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67138 -1.58411)"^^geo:wktLiteral ;
  geo-pos:lat "48.67138"^^xsd:decimal ;
  geo-pos:long "-1.58411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8883'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58411'^^xsd:double;
  dwc:latitude '48.67138'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58411 48.67138, -1.58411 48.67138, -1.58411 48.67138, -1.58411 48.67138, -1.58411 48.67138))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8883'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69921 -1.58411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69921 -1.58411)"^^geo:wktLiteral ;
  geo-pos:lat "48.69921"^^xsd:decimal ;
  geo-pos:long "-1.58411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4016'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58411'^^xsd:double;
  dwc:latitude '48.69921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58411 48.69921, -1.58411 48.69921, -1.58411 48.69921, -1.58411 48.69921, -1.58411 48.69921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4016'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66653 -1.5841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66653 -1.5841)"^^geo:wktLiteral ;
  geo-pos:lat "48.66653"^^xsd:decimal ;
  geo-pos:long "-1.5841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6716'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5841'^^xsd:double;
  dwc:latitude '48.66653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5841 48.66653, -1.5841 48.66653, -1.5841 48.66653, -1.5841 48.66653, -1.5841 48.66653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6716'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66462 -1.58409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66462 -1.58409)"^^geo:wktLiteral ;
  geo-pos:lat "48.66462"^^xsd:decimal ;
  geo-pos:long "-1.58409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13413'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58409'^^xsd:double;
  dwc:latitude '48.66462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58409 48.66462, -1.58409 48.66462, -1.58409 48.66462, -1.58409 48.66462, -1.58409 48.66462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13413'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66618 -1.58409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66618 -1.58409)"^^geo:wktLiteral ;
  geo-pos:lat "48.66618"^^xsd:decimal ;
  geo-pos:long "-1.58409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10717'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58409'^^xsd:double;
  dwc:latitude '48.66618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58409 48.66618, -1.58409 48.66618, -1.58409 48.66618, -1.58409 48.66618, -1.58409 48.66618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10717'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65892 -1.58408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65892 -1.58408)"^^geo:wktLiteral ;
  geo-pos:lat "48.65892"^^xsd:decimal ;
  geo-pos:long "-1.58408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5541'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58408'^^xsd:double;
  dwc:latitude '48.65892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58408 48.65892, -1.58408 48.65892, -1.58408 48.65892, -1.58408 48.65892, -1.58408 48.65892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5541'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71415 -1.58408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71415 -1.58408)"^^geo:wktLiteral ;
  geo-pos:lat "48.71415"^^xsd:decimal ;
  geo-pos:long "-1.58408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5476'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58408'^^xsd:double;
  dwc:latitude '48.71415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58408 48.71415, -1.58408 48.71415, -1.58408 48.71415, -1.58408 48.71415, -1.58408 48.71415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5476'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7159 -1.58408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7159 -1.58408)"^^geo:wktLiteral ;
  geo-pos:lat "48.7159"^^xsd:decimal ;
  geo-pos:long "-1.58408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3400'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58408'^^xsd:double;
  dwc:latitude '48.7159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58408 48.7159, -1.58408 48.7159, -1.58408 48.7159, -1.58408 48.7159, -1.58408 48.7159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3400'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73027 -1.58408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73027 -1.58408)"^^geo:wktLiteral ;
  geo-pos:lat "48.73027"^^xsd:decimal ;
  geo-pos:long "-1.58408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4971'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58408'^^xsd:double;
  dwc:latitude '48.73027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58408 48.73027, -1.58408 48.73027, -1.58408 48.73027, -1.58408 48.73027, -1.58408 48.73027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4971'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66793 -1.58405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66793 -1.58405)"^^geo:wktLiteral ;
  geo-pos:lat "48.66793"^^xsd:decimal ;
  geo-pos:long "-1.58405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5542'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58405'^^xsd:double;
  dwc:latitude '48.66793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58405 48.66793, -1.58405 48.66793, -1.58405 48.66793, -1.58405 48.66793, -1.58405 48.66793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5542'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71047 -1.58405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71047 -1.58405)"^^geo:wktLiteral ;
  geo-pos:lat "48.71047"^^xsd:decimal ;
  geo-pos:long "-1.58405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2330'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58405'^^xsd:double;
  dwc:latitude '48.71047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58405 48.71047, -1.58405 48.71047, -1.58405 48.71047, -1.58405 48.71047, -1.58405 48.71047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2330'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72098 -1.58405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72098 -1.58405)"^^geo:wktLiteral ;
  geo-pos:lat "48.72098"^^xsd:decimal ;
  geo-pos:long "-1.58405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2977'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58405'^^xsd:double;
  dwc:latitude '48.72098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58405 48.72098, -1.58405 48.72098, -1.58405 48.72098, -1.58405 48.72098, -1.58405 48.72098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2977'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67547 -1.58404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67547 -1.58404)"^^geo:wktLiteral ;
  geo-pos:lat "48.67547"^^xsd:decimal ;
  geo-pos:long "-1.58404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3009'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58404'^^xsd:double;
  dwc:latitude '48.67547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58404 48.67547, -1.58404 48.67547, -1.58404 48.67547, -1.58404 48.67547, -1.58404 48.67547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3009'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72041 -1.58404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72041 -1.58404)"^^geo:wktLiteral ;
  geo-pos:lat "48.72041"^^xsd:decimal ;
  geo-pos:long "-1.58404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8154'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58404'^^xsd:double;
  dwc:latitude '48.72041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58404 48.72041, -1.58404 48.72041, -1.58404 48.72041, -1.58404 48.72041, -1.58404 48.72041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8154'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68411 -1.58403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68411 -1.58403)"^^geo:wktLiteral ;
  geo-pos:lat "48.68411"^^xsd:decimal ;
  geo-pos:long "-1.58403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10242'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58403'^^xsd:double;
  dwc:latitude '48.68411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58403 48.68411, -1.58403 48.68411, -1.58403 48.68411, -1.58403 48.68411, -1.58403 48.68411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10242'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6506 -1.58402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6506"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6506 -1.58402)"^^geo:wktLiteral ;
  geo-pos:lat "48.6506"^^xsd:decimal ;
  geo-pos:long "-1.58402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12400'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58402'^^xsd:double;
  dwc:latitude '48.6506'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58402 48.6506, -1.58402 48.6506, -1.58402 48.6506, -1.58402 48.6506, -1.58402 48.6506))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12400'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68607 -1.58402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68607 -1.58402)"^^geo:wktLiteral ;
  geo-pos:lat "48.68607"^^xsd:decimal ;
  geo-pos:long "-1.58402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6054'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58402'^^xsd:double;
  dwc:latitude '48.68607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58402 48.68607, -1.58402 48.68607, -1.58402 48.68607, -1.58402 48.68607, -1.58402 48.68607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6054'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66433 -1.584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66433 -1.584)"^^geo:wktLiteral ;
  geo-pos:lat "48.66433"^^xsd:decimal ;
  geo-pos:long "-1.584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5610'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.584'^^xsd:double;
  dwc:latitude '48.66433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.584 48.66433, -1.584 48.66433, -1.584 48.66433, -1.584 48.66433, -1.584 48.66433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5610'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67346 -1.58399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67346 -1.58399)"^^geo:wktLiteral ;
  geo-pos:lat "48.67346"^^xsd:decimal ;
  geo-pos:long "-1.58399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9224'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58399'^^xsd:double;
  dwc:latitude '48.67346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58399 48.67346, -1.58399 48.67346, -1.58399 48.67346, -1.58399 48.67346, -1.58399 48.67346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9224'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69276 -1.58397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69276 -1.58397)"^^geo:wktLiteral ;
  geo-pos:lat "48.69276"^^xsd:decimal ;
  geo-pos:long "-1.58397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4553'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58397'^^xsd:double;
  dwc:latitude '48.69276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58397 48.69276, -1.58397 48.69276, -1.58397 48.69276, -1.58397 48.69276, -1.58397 48.69276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4553'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66166 -1.58396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66166"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66166 -1.58396)"^^geo:wktLiteral ;
  geo-pos:lat "48.66166"^^xsd:decimal ;
  geo-pos:long "-1.58396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12862'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58396'^^xsd:double;
  dwc:latitude '48.66166'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58396 48.66166, -1.58396 48.66166, -1.58396 48.66166, -1.58396 48.66166, -1.58396 48.66166))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12862'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66303 -1.58394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66303 -1.58394)"^^geo:wktLiteral ;
  geo-pos:lat "48.66303"^^xsd:decimal ;
  geo-pos:long "-1.58394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11250'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58394'^^xsd:double;
  dwc:latitude '48.66303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58394 48.66303, -1.58394 48.66303, -1.58394 48.66303, -1.58394 48.66303, -1.58394 48.66303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11250'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68297 -1.58394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68297 -1.58394)"^^geo:wktLiteral ;
  geo-pos:lat "48.68297"^^xsd:decimal ;
  geo-pos:long "-1.58394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6639'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58394'^^xsd:double;
  dwc:latitude '48.68297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58394 48.68297, -1.58394 48.68297, -1.58394 48.68297, -1.58394 48.68297, -1.58394 48.68297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6639'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.58393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.58393)"^^geo:wktLiteral ;
  geo-pos:lat "48.66778"^^xsd:decimal ;
  geo-pos:long "-1.58393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7298'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58393'^^xsd:double;
  dwc:latitude '48.66778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58393 48.66778, -1.58393 48.66778, -1.58393 48.66778, -1.58393 48.66778, -1.58393 48.66778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7298'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.717 -1.58393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.717 -1.58393)"^^geo:wktLiteral ;
  geo-pos:lat "48.717"^^xsd:decimal ;
  geo-pos:long "-1.58393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10228'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58393'^^xsd:double;
  dwc:latitude '48.717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58393 48.717, -1.58393 48.717, -1.58393 48.717, -1.58393 48.717, -1.58393 48.717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10228'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70125 -1.58392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70125 -1.58392)"^^geo:wktLiteral ;
  geo-pos:lat "48.70125"^^xsd:decimal ;
  geo-pos:long "-1.58392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2472'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58392'^^xsd:double;
  dwc:latitude '48.70125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58392 48.70125, -1.58392 48.70125, -1.58392 48.70125, -1.58392 48.70125, -1.58392 48.70125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2472'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74149 -1.5839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74149 -1.5839)"^^geo:wktLiteral ;
  geo-pos:lat "48.74149"^^xsd:decimal ;
  geo-pos:long "-1.5839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8396'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5839'^^xsd:double;
  dwc:latitude '48.74149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5839 48.74149, -1.5839 48.74149, -1.5839 48.74149, -1.5839 48.74149, -1.5839 48.74149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8396'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64433 -1.58389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64433 -1.58389)"^^geo:wktLiteral ;
  geo-pos:lat "48.64433"^^xsd:decimal ;
  geo-pos:long "-1.58389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12734'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58389'^^xsd:double;
  dwc:latitude '48.64433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58389 48.64433, -1.58389 48.64433, -1.58389 48.64433, -1.58389 48.64433, -1.58389 48.64433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12734'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7061 -1.58389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7061 -1.58389)"^^geo:wktLiteral ;
  geo-pos:lat "48.7061"^^xsd:decimal ;
  geo-pos:long "-1.58389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8443'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58389'^^xsd:double;
  dwc:latitude '48.7061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58389 48.7061, -1.58389 48.7061, -1.58389 48.7061, -1.58389 48.7061, -1.58389 48.7061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8443'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66971 -1.58388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66971 -1.58388)"^^geo:wktLiteral ;
  geo-pos:lat "48.66971"^^xsd:decimal ;
  geo-pos:long "-1.58388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9460'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58388'^^xsd:double;
  dwc:latitude '48.66971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58388 48.66971, -1.58388 48.66971, -1.58388 48.66971, -1.58388 48.66971, -1.58388 48.66971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9460'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73074 -1.58388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73074 -1.58388)"^^geo:wktLiteral ;
  geo-pos:lat "48.73074"^^xsd:decimal ;
  geo-pos:long "-1.58388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2567'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58388'^^xsd:double;
  dwc:latitude '48.73074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58388 48.73074, -1.58388 48.73074, -1.58388 48.73074, -1.58388 48.73074, -1.58388 48.73074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2567'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74913 -1.58385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74913 -1.58385)"^^geo:wktLiteral ;
  geo-pos:lat "48.74913"^^xsd:decimal ;
  geo-pos:long "-1.58385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4925'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58385'^^xsd:double;
  dwc:latitude '48.74913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58385 48.74913, -1.58385 48.74913, -1.58385 48.74913, -1.58385 48.74913, -1.58385 48.74913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4925'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68505 -1.58384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68505 -1.58384)"^^geo:wktLiteral ;
  geo-pos:lat "48.68505"^^xsd:decimal ;
  geo-pos:long "-1.58384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6480'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58384'^^xsd:double;
  dwc:latitude '48.68505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58384 48.68505, -1.58384 48.68505, -1.58384 48.68505, -1.58384 48.68505, -1.58384 48.68505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6480'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70265 -1.58384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70265"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70265 -1.58384)"^^geo:wktLiteral ;
  geo-pos:lat "48.70265"^^xsd:decimal ;
  geo-pos:long "-1.58384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9396'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58384'^^xsd:double;
  dwc:latitude '48.70265'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58384 48.70265, -1.58384 48.70265, -1.58384 48.70265, -1.58384 48.70265, -1.58384 48.70265))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9396'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6728 -1.58382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6728 -1.58382)"^^geo:wktLiteral ;
  geo-pos:lat "48.6728"^^xsd:decimal ;
  geo-pos:long "-1.58382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9132'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58382'^^xsd:double;
  dwc:latitude '48.6728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58382 48.6728, -1.58382 48.6728, -1.58382 48.6728, -1.58382 48.6728, -1.58382 48.6728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9132'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67777 -1.5838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67777 -1.5838)"^^geo:wktLiteral ;
  geo-pos:lat "48.67777"^^xsd:decimal ;
  geo-pos:long "-1.5838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5925'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5838'^^xsd:double;
  dwc:latitude '48.67777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5838 48.67777, -1.5838 48.67777, -1.5838 48.67777, -1.5838 48.67777, -1.5838 48.67777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5925'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64409 -1.58377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64409 -1.58377)"^^geo:wktLiteral ;
  geo-pos:lat "48.64409"^^xsd:decimal ;
  geo-pos:long "-1.58377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12019'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58377'^^xsd:double;
  dwc:latitude '48.64409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58377 48.64409, -1.58377 48.64409, -1.58377 48.64409, -1.58377 48.64409, -1.58377 48.64409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12019'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6649 -1.58377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6649"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6649 -1.58377)"^^geo:wktLiteral ;
  geo-pos:lat "48.6649"^^xsd:decimal ;
  geo-pos:long "-1.58377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5938'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58377'^^xsd:double;
  dwc:latitude '48.6649'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58377 48.6649, -1.58377 48.6649, -1.58377 48.6649, -1.58377 48.6649, -1.58377 48.6649))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5938'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66579 -1.58377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66579 -1.58377)"^^geo:wktLiteral ;
  geo-pos:lat "48.66579"^^xsd:decimal ;
  geo-pos:long "-1.58377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58377'^^xsd:double;
  dwc:latitude '48.66579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58377 48.66579, -1.58377 48.66579, -1.58377 48.66579, -1.58377 48.66579, -1.58377 48.66579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66187 -1.58376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66187 -1.58376)"^^geo:wktLiteral ;
  geo-pos:lat "48.66187"^^xsd:decimal ;
  geo-pos:long "-1.58376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5608'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58376'^^xsd:double;
  dwc:latitude '48.66187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58376 48.66187, -1.58376 48.66187, -1.58376 48.66187, -1.58376 48.66187, -1.58376 48.66187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5608'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66644 -1.58376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66644 -1.58376)"^^geo:wktLiteral ;
  geo-pos:lat "48.66644"^^xsd:decimal ;
  geo-pos:long "-1.58376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5932'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58376'^^xsd:double;
  dwc:latitude '48.66644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58376 48.66644, -1.58376 48.66644, -1.58376 48.66644, -1.58376 48.66644, -1.58376 48.66644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5932'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65979 -1.58375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65979 -1.58375)"^^geo:wktLiteral ;
  geo-pos:lat "48.65979"^^xsd:decimal ;
  geo-pos:long "-1.58375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13363'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58375'^^xsd:double;
  dwc:latitude '48.65979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58375 48.65979, -1.58375 48.65979, -1.58375 48.65979, -1.58375 48.65979, -1.58375 48.65979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13363'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66617 -1.58374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66617"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66617 -1.58374)"^^geo:wktLiteral ;
  geo-pos:lat "48.66617"^^xsd:decimal ;
  geo-pos:long "-1.58374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_13522'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58374'^^xsd:double;
  dwc:latitude '48.66617'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58374 48.66617, -1.58374 48.66617, -1.58374 48.66617, -1.58374 48.66617, -1.58374 48.66617))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13522'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68487 -1.58373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68487 -1.58373)"^^geo:wktLiteral ;
  geo-pos:lat "48.68487"^^xsd:decimal ;
  geo-pos:long "-1.58373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2471'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58373'^^xsd:double;
  dwc:latitude '48.68487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58373 48.68487, -1.58373 48.68487, -1.58373 48.68487, -1.58373 48.68487, -1.58373 48.68487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2471'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64906 -1.58372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64906 -1.58372)"^^geo:wktLiteral ;
  geo-pos:lat "48.64906"^^xsd:decimal ;
  geo-pos:long "-1.58372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12342'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58372'^^xsd:double;
  dwc:latitude '48.64906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58372 48.64906, -1.58372 48.64906, -1.58372 48.64906, -1.58372 48.64906, -1.58372 48.64906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12342'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68124 -1.58372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68124 -1.58372)"^^geo:wktLiteral ;
  geo-pos:lat "48.68124"^^xsd:decimal ;
  geo-pos:long "-1.58372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5825'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58372'^^xsd:double;
  dwc:latitude '48.68124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58372 48.68124, -1.58372 48.68124, -1.58372 48.68124, -1.58372 48.68124, -1.58372 48.68124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5825'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68784 -1.58371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68784 -1.58371)"^^geo:wktLiteral ;
  geo-pos:lat "48.68784"^^xsd:decimal ;
  geo-pos:long "-1.58371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10685'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58371'^^xsd:double;
  dwc:latitude '48.68784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58371 48.68784, -1.58371 48.68784, -1.58371 48.68784, -1.58371 48.68784, -1.58371 48.68784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10685'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68221 -1.58369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68221 -1.58369)"^^geo:wktLiteral ;
  geo-pos:lat "48.68221"^^xsd:decimal ;
  geo-pos:long "-1.58369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10503'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58369'^^xsd:double;
  dwc:latitude '48.68221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58369 48.68221, -1.58369 48.68221, -1.58369 48.68221, -1.58369 48.68221, -1.58369 48.68221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10503'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68425 -1.58369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68425 -1.58369)"^^geo:wktLiteral ;
  geo-pos:lat "48.68425"^^xsd:decimal ;
  geo-pos:long "-1.58369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6739'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58369'^^xsd:double;
  dwc:latitude '48.68425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58369 48.68425, -1.58369 48.68425, -1.58369 48.68425, -1.58369 48.68425, -1.58369 48.68425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6739'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71547 -1.58369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71547 -1.58369)"^^geo:wktLiteral ;
  geo-pos:lat "48.71547"^^xsd:decimal ;
  geo-pos:long "-1.58369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3016'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58369'^^xsd:double;
  dwc:latitude '48.71547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58369 48.71547, -1.58369 48.71547, -1.58369 48.71547, -1.58369 48.71547, -1.58369 48.71547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3016'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64388 -1.58368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64388"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64388 -1.58368)"^^geo:wktLiteral ;
  geo-pos:lat "48.64388"^^xsd:decimal ;
  geo-pos:long "-1.58368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7601'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58368'^^xsd:double;
  dwc:latitude '48.64388'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58368 48.64388, -1.58368 48.64388, -1.58368 48.64388, -1.58368 48.64388, -1.58368 48.64388))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7601'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68775 -1.58368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68775 -1.58368)"^^geo:wktLiteral ;
  geo-pos:lat "48.68775"^^xsd:decimal ;
  geo-pos:long "-1.58368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6811'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58368'^^xsd:double;
  dwc:latitude '48.68775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58368 48.68775, -1.58368 48.68775, -1.58368 48.68775, -1.58368 48.68775, -1.58368 48.68775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6811'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75315 -1.58366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75315 -1.58366)"^^geo:wktLiteral ;
  geo-pos:lat "48.75315"^^xsd:decimal ;
  geo-pos:long "-1.58366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_791'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58366'^^xsd:double;
  dwc:latitude '48.75315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58366 48.75315, -1.58366 48.75315, -1.58366 48.75315, -1.58366 48.75315, -1.58366 48.75315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_791'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65906 -1.58364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65906 -1.58364)"^^geo:wktLiteral ;
  geo-pos:lat "48.65906"^^xsd:decimal ;
  geo-pos:long "-1.58364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6715'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58364'^^xsd:double;
  dwc:latitude '48.65906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58364 48.65906, -1.58364 48.65906, -1.58364 48.65906, -1.58364 48.65906, -1.58364 48.65906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6715'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66779 -1.58364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66779 -1.58364)"^^geo:wktLiteral ;
  geo-pos:lat "48.66779"^^xsd:decimal ;
  geo-pos:long "-1.58364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9533'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58364'^^xsd:double;
  dwc:latitude '48.66779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58364 48.66779, -1.58364 48.66779, -1.58364 48.66779, -1.58364 48.66779, -1.58364 48.66779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9533'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71715 -1.58364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71715 -1.58364)"^^geo:wktLiteral ;
  geo-pos:lat "48.71715"^^xsd:decimal ;
  geo-pos:long "-1.58364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3734'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58364'^^xsd:double;
  dwc:latitude '48.71715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58364 48.71715, -1.58364 48.71715, -1.58364 48.71715, -1.58364 48.71715, -1.58364 48.71715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3734'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66037 -1.58363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66037 -1.58363)"^^geo:wktLiteral ;
  geo-pos:lat "48.66037"^^xsd:decimal ;
  geo-pos:long "-1.58363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12865'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58363'^^xsd:double;
  dwc:latitude '48.66037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58363 48.66037, -1.58363 48.66037, -1.58363 48.66037, -1.58363 48.66037, -1.58363 48.66037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12865'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65767 -1.58362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65767 -1.58362)"^^geo:wktLiteral ;
  geo-pos:lat "48.65767"^^xsd:decimal ;
  geo-pos:long "-1.58362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_13486'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58362'^^xsd:double;
  dwc:latitude '48.65767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58362 48.65767, -1.58362 48.65767, -1.58362 48.65767, -1.58362 48.65767, -1.58362 48.65767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13486'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66631 -1.58359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66631 -1.58359)"^^geo:wktLiteral ;
  geo-pos:lat "48.66631"^^xsd:decimal ;
  geo-pos:long "-1.58359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_13296'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58359'^^xsd:double;
  dwc:latitude '48.66631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58359 48.66631, -1.58359 48.66631, -1.58359 48.66631, -1.58359 48.66631, -1.58359 48.66631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13296'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68456 -1.58359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68456"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68456 -1.58359)"^^geo:wktLiteral ;
  geo-pos:lat "48.68456"^^xsd:decimal ;
  geo-pos:long "-1.58359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5512'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58359'^^xsd:double;
  dwc:latitude '48.68456'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58359 48.68456, -1.58359 48.68456, -1.58359 48.68456, -1.58359 48.68456, -1.58359 48.68456))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5512'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68583 -1.58357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68583 -1.58357)"^^geo:wktLiteral ;
  geo-pos:lat "48.68583"^^xsd:decimal ;
  geo-pos:long "-1.58357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6965'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58357'^^xsd:double;
  dwc:latitude '48.68583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58357 48.68583, -1.58357 48.68583, -1.58357 48.68583, -1.58357 48.68583, -1.58357 48.68583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6965'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68652 -1.58357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68652"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68652 -1.58357)"^^geo:wktLiteral ;
  geo-pos:lat "48.68652"^^xsd:decimal ;
  geo-pos:long "-1.58357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6211'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58357'^^xsd:double;
  dwc:latitude '48.68652'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58357 48.68652, -1.58357 48.68652, -1.58357 48.68652, -1.58357 48.68652, -1.58357 48.68652))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6211'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68571 -1.58356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68571 -1.58356)"^^geo:wktLiteral ;
  geo-pos:lat "48.68571"^^xsd:decimal ;
  geo-pos:long "-1.58356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7023'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58356'^^xsd:double;
  dwc:latitude '48.68571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58356 48.68571, -1.58356 48.68571, -1.58356 48.68571, -1.58356 48.68571, -1.58356 48.68571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7023'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69761 -1.58354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69761"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69761 -1.58354)"^^geo:wktLiteral ;
  geo-pos:lat "48.69761"^^xsd:decimal ;
  geo-pos:long "-1.58354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4436'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58354'^^xsd:double;
  dwc:latitude '48.69761'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58354 48.69761, -1.58354 48.69761, -1.58354 48.69761, -1.58354 48.69761, -1.58354 48.69761))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4436'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71907 -1.58354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71907 -1.58354)"^^geo:wktLiteral ;
  geo-pos:lat "48.71907"^^xsd:decimal ;
  geo-pos:long "-1.58354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2979'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58354'^^xsd:double;
  dwc:latitude '48.71907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58354 48.71907, -1.58354 48.71907, -1.58354 48.71907, -1.58354 48.71907, -1.58354 48.71907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2979'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73162 -1.58354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73162 -1.58354)"^^geo:wktLiteral ;
  geo-pos:lat "48.73162"^^xsd:decimal ;
  geo-pos:long "-1.58354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8333'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58354'^^xsd:double;
  dwc:latitude '48.73162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58354 48.73162, -1.58354 48.73162, -1.58354 48.73162, -1.58354 48.73162, -1.58354 48.73162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8333'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7367 -1.58354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7367 -1.58354)"^^geo:wktLiteral ;
  geo-pos:lat "48.7367"^^xsd:decimal ;
  geo-pos:long "-1.58354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3476'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58354'^^xsd:double;
  dwc:latitude '48.7367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58354 48.7367, -1.58354 48.7367, -1.58354 48.7367, -1.58354 48.7367, -1.58354 48.7367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3476'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68064 -1.58353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68064 -1.58353)"^^geo:wktLiteral ;
  geo-pos:lat "48.68064"^^xsd:decimal ;
  geo-pos:long "-1.58353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7016'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58353'^^xsd:double;
  dwc:latitude '48.68064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58353 48.68064, -1.58353 48.68064, -1.58353 48.68064, -1.58353 48.68064, -1.58353 48.68064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7016'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71286 -1.58352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71286 -1.58352)"^^geo:wktLiteral ;
  geo-pos:lat "48.71286"^^xsd:decimal ;
  geo-pos:long "-1.58352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11256'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58352'^^xsd:double;
  dwc:latitude '48.71286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58352 48.71286, -1.58352 48.71286, -1.58352 48.71286, -1.58352 48.71286, -1.58352 48.71286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11256'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6546 -1.58351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6546 -1.58351)"^^geo:wktLiteral ;
  geo-pos:lat "48.6546"^^xsd:decimal ;
  geo-pos:long "-1.58351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12106'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58351'^^xsd:double;
  dwc:latitude '48.6546'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58351 48.6546, -1.58351 48.6546, -1.58351 48.6546, -1.58351 48.6546, -1.58351 48.6546))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12106'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68711 -1.58351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68711 -1.58351)"^^geo:wktLiteral ;
  geo-pos:lat "48.68711"^^xsd:decimal ;
  geo-pos:long "-1.58351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6787'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58351'^^xsd:double;
  dwc:latitude '48.68711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58351 48.68711, -1.58351 48.68711, -1.58351 48.68711, -1.58351 48.68711, -1.58351 48.68711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6787'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73633 -1.58351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73633 -1.58351)"^^geo:wktLiteral ;
  geo-pos:lat "48.73633"^^xsd:decimal ;
  geo-pos:long "-1.58351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3563'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58351'^^xsd:double;
  dwc:latitude '48.73633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58351 48.73633, -1.58351 48.73633, -1.58351 48.73633, -1.58351 48.73633, -1.58351 48.73633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3563'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69577 -1.5835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69577 -1.5835)"^^geo:wktLiteral ;
  geo-pos:lat "48.69577"^^xsd:decimal ;
  geo-pos:long "-1.5835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9402'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5835'^^xsd:double;
  dwc:latitude '48.69577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5835 48.69577, -1.5835 48.69577, -1.5835 48.69577, -1.5835 48.69577, -1.5835 48.69577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9402'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.58349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.58349)"^^geo:wktLiteral ;
  geo-pos:lat "48.65629"^^xsd:decimal ;
  geo-pos:long "-1.58349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2821'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58349'^^xsd:double;
  dwc:latitude '48.65629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58349 48.65629, -1.58349 48.65629, -1.58349 48.65629, -1.58349 48.65629, -1.58349 48.65629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2821'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66588 -1.58349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66588 -1.58349)"^^geo:wktLiteral ;
  geo-pos:lat "48.66588"^^xsd:decimal ;
  geo-pos:long "-1.58349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_13003'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58349'^^xsd:double;
  dwc:latitude '48.66588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58349 48.66588, -1.58349 48.66588, -1.58349 48.66588, -1.58349 48.66588, -1.58349 48.66588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13003'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67249 -1.58349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67249"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67249 -1.58349)"^^geo:wktLiteral ;
  geo-pos:lat "48.67249"^^xsd:decimal ;
  geo-pos:long "-1.58349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10626'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58349'^^xsd:double;
  dwc:latitude '48.67249'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58349 48.67249, -1.58349 48.67249, -1.58349 48.67249, -1.58349 48.67249, -1.58349 48.67249))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10626'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65689 -1.58347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65689 -1.58347)"^^geo:wktLiteral ;
  geo-pos:lat "48.65689"^^xsd:decimal ;
  geo-pos:long "-1.58347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5570'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58347'^^xsd:double;
  dwc:latitude '48.65689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58347 48.65689, -1.58347 48.65689, -1.58347 48.65689, -1.58347 48.65689, -1.58347 48.65689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5570'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66041 -1.58347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66041 -1.58347)"^^geo:wktLiteral ;
  geo-pos:lat "48.66041"^^xsd:decimal ;
  geo-pos:long "-1.58347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12511'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58347'^^xsd:double;
  dwc:latitude '48.66041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58347 48.66041, -1.58347 48.66041, -1.58347 48.66041, -1.58347 48.66041, -1.58347 48.66041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12511'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71911 -1.58346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71911 -1.58346)"^^geo:wktLiteral ;
  geo-pos:lat "48.71911"^^xsd:decimal ;
  geo-pos:long "-1.58346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3682'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58346'^^xsd:double;
  dwc:latitude '48.71911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58346 48.71911, -1.58346 48.71911, -1.58346 48.71911, -1.58346 48.71911, -1.58346 48.71911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3682'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6574 -1.58345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6574 -1.58345)"^^geo:wktLiteral ;
  geo-pos:lat "48.6574"^^xsd:decimal ;
  geo-pos:long "-1.58345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5304'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58345'^^xsd:double;
  dwc:latitude '48.6574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58345 48.6574, -1.58345 48.6574, -1.58345 48.6574, -1.58345 48.6574, -1.58345 48.6574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5304'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67823 -1.58345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67823 -1.58345)"^^geo:wktLiteral ;
  geo-pos:lat "48.67823"^^xsd:decimal ;
  geo-pos:long "-1.58345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9061'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58345'^^xsd:double;
  dwc:latitude '48.67823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58345 48.67823, -1.58345 48.67823, -1.58345 48.67823, -1.58345 48.67823, -1.58345 48.67823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9061'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68391 -1.58345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68391"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68391 -1.58345)"^^geo:wktLiteral ;
  geo-pos:lat "48.68391"^^xsd:decimal ;
  geo-pos:long "-1.58345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6895'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58345'^^xsd:double;
  dwc:latitude '48.68391'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58345 48.68391, -1.58345 48.68391, -1.58345 48.68391, -1.58345 48.68391, -1.58345 48.68391))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6895'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64862 -1.58344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64862 -1.58344)"^^geo:wktLiteral ;
  geo-pos:lat "48.64862"^^xsd:decimal ;
  geo-pos:long "-1.58344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12677'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58344'^^xsd:double;
  dwc:latitude '48.64862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58344 48.64862, -1.58344 48.64862, -1.58344 48.64862, -1.58344 48.64862, -1.58344 48.64862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12677'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.58344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.58344)"^^geo:wktLiteral ;
  geo-pos:lat "48.6874"^^xsd:decimal ;
  geo-pos:long "-1.58344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7229'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58344'^^xsd:double;
  dwc:latitude '48.6874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58344 48.6874, -1.58344 48.6874, -1.58344 48.6874, -1.58344 48.6874, -1.58344 48.6874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7229'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73273 -1.58344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73273 -1.58344)"^^geo:wktLiteral ;
  geo-pos:lat "48.73273"^^xsd:decimal ;
  geo-pos:long "-1.58344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3516'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58344'^^xsd:double;
  dwc:latitude '48.73273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58344 48.73273, -1.58344 48.73273, -1.58344 48.73273, -1.58344 48.73273, -1.58344 48.73273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3516'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6733 -1.58343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6733 -1.58343)"^^geo:wktLiteral ;
  geo-pos:lat "48.6733"^^xsd:decimal ;
  geo-pos:long "-1.58343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6994'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58343'^^xsd:double;
  dwc:latitude '48.6733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58343 48.6733, -1.58343 48.6733, -1.58343 48.6733, -1.58343 48.6733, -1.58343 48.6733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6994'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71769 -1.58343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71769 -1.58343)"^^geo:wktLiteral ;
  geo-pos:lat "48.71769"^^xsd:decimal ;
  geo-pos:long "-1.58343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3399'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58343'^^xsd:double;
  dwc:latitude '48.71769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58343 48.71769, -1.58343 48.71769, -1.58343 48.71769, -1.58343 48.71769, -1.58343 48.71769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3399'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6436 -1.58342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6436 -1.58342)"^^geo:wktLiteral ;
  geo-pos:lat "48.6436"^^xsd:decimal ;
  geo-pos:long "-1.58342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12807'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58342'^^xsd:double;
  dwc:latitude '48.6436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58342 48.6436, -1.58342 48.6436, -1.58342 48.6436, -1.58342 48.6436, -1.58342 48.6436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12807'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66623 -1.58342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66623 -1.58342)"^^geo:wktLiteral ;
  geo-pos:lat "48.66623"^^xsd:decimal ;
  geo-pos:long "-1.58342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9059'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58342'^^xsd:double;
  dwc:latitude '48.66623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58342 48.66623, -1.58342 48.66623, -1.58342 48.66623, -1.58342 48.66623, -1.58342 48.66623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9059'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68628 -1.58342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68628 -1.58342)"^^geo:wktLiteral ;
  geo-pos:lat "48.68628"^^xsd:decimal ;
  geo-pos:long "-1.58342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4911'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58342'^^xsd:double;
  dwc:latitude '48.68628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58342 48.68628, -1.58342 48.68628, -1.58342 48.68628, -1.58342 48.68628, -1.58342 48.68628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4911'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68698 -1.58341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68698 -1.58341)"^^geo:wktLiteral ;
  geo-pos:lat "48.68698"^^xsd:decimal ;
  geo-pos:long "-1.58341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3985'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58341'^^xsd:double;
  dwc:latitude '48.68698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58341 48.68698, -1.58341 48.68698, -1.58341 48.68698, -1.58341 48.68698, -1.58341 48.68698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3985'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70855 -1.58341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70855 -1.58341)"^^geo:wktLiteral ;
  geo-pos:lat "48.70855"^^xsd:decimal ;
  geo-pos:long "-1.58341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13711'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58341'^^xsd:double;
  dwc:latitude '48.70855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58341 48.70855, -1.58341 48.70855, -1.58341 48.70855, -1.58341 48.70855, -1.58341 48.70855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13711'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65843 -1.58338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65843 -1.58338)"^^geo:wktLiteral ;
  geo-pos:lat "48.65843"^^xsd:decimal ;
  geo-pos:long "-1.58338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5934'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58338'^^xsd:double;
  dwc:latitude '48.65843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58338 48.65843, -1.58338 48.65843, -1.58338 48.65843, -1.58338 48.65843, -1.58338 48.65843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5934'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66726 -1.58337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66726 -1.58337)"^^geo:wktLiteral ;
  geo-pos:lat "48.66726"^^xsd:decimal ;
  geo-pos:long "-1.58337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12349'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58337'^^xsd:double;
  dwc:latitude '48.66726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58337 48.66726, -1.58337 48.66726, -1.58337 48.66726, -1.58337 48.66726, -1.58337 48.66726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12349'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64354 -1.58336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64354 -1.58336)"^^geo:wktLiteral ;
  geo-pos:lat "48.64354"^^xsd:decimal ;
  geo-pos:long "-1.58336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13119'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58336'^^xsd:double;
  dwc:latitude '48.64354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58336 48.64354, -1.58336 48.64354, -1.58336 48.64354, -1.58336 48.64354, -1.58336 48.64354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13119'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66842 -1.58336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66842"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66842 -1.58336)"^^geo:wktLiteral ;
  geo-pos:lat "48.66842"^^xsd:decimal ;
  geo-pos:long "-1.58336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3302'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58336'^^xsd:double;
  dwc:latitude '48.66842'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58336 48.66842, -1.58336 48.66842, -1.58336 48.66842, -1.58336 48.66842, -1.58336 48.66842))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3302'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68743 -1.58336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68743 -1.58336)"^^geo:wktLiteral ;
  geo-pos:lat "48.68743"^^xsd:decimal ;
  geo-pos:long "-1.58336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10743'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58336'^^xsd:double;
  dwc:latitude '48.68743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58336 48.68743, -1.58336 48.68743, -1.58336 48.68743, -1.58336 48.68743, -1.58336 48.68743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10743'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68635 -1.58335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68635 -1.58335)"^^geo:wktLiteral ;
  geo-pos:lat "48.68635"^^xsd:decimal ;
  geo-pos:long "-1.58335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6765'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58335'^^xsd:double;
  dwc:latitude '48.68635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58335 48.68635, -1.58335 48.68635, -1.58335 48.68635, -1.58335 48.68635, -1.58335 48.68635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6765'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73335 -1.58335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73335"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73335 -1.58335)"^^geo:wktLiteral ;
  geo-pos:lat "48.73335"^^xsd:decimal ;
  geo-pos:long "-1.58335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3537'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58335'^^xsd:double;
  dwc:latitude '48.73335'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58335 48.73335, -1.58335 48.73335, -1.58335 48.73335, -1.58335 48.73335, -1.58335 48.73335))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3537'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68433 -1.58334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68433 -1.58334)"^^geo:wktLiteral ;
  geo-pos:lat "48.68433"^^xsd:decimal ;
  geo-pos:long "-1.58334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6703'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58334'^^xsd:double;
  dwc:latitude '48.68433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58334 48.68433, -1.58334 48.68433, -1.58334 48.68433, -1.58334 48.68433, -1.58334 48.68433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6703'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70232 -1.58334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70232 -1.58334)"^^geo:wktLiteral ;
  geo-pos:lat "48.70232"^^xsd:decimal ;
  geo-pos:long "-1.58334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2121'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58334'^^xsd:double;
  dwc:latitude '48.70232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58334 48.70232, -1.58334 48.70232, -1.58334 48.70232, -1.58334 48.70232, -1.58334 48.70232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2121'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67359 -1.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67359 -1.58333)"^^geo:wktLiteral ;
  geo-pos:lat "48.67359"^^xsd:decimal ;
  geo-pos:long "-1.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5906'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58333'^^xsd:double;
  dwc:latitude '48.67359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58333 48.67359, -1.58333 48.67359, -1.58333 48.67359, -1.58333 48.67359, -1.58333 48.67359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5906'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6929 -1.58333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6929 -1.58333)"^^geo:wktLiteral ;
  geo-pos:lat "48.6929"^^xsd:decimal ;
  geo-pos:long "-1.58333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7090'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58333'^^xsd:double;
  dwc:latitude '48.6929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58333 48.6929, -1.58333 48.6929, -1.58333 48.6929, -1.58333 48.6929, -1.58333 48.6929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7090'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65888 -1.58332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65888 -1.58332)"^^geo:wktLiteral ;
  geo-pos:lat "48.65888"^^xsd:decimal ;
  geo-pos:long "-1.58332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_124'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58332'^^xsd:double;
  dwc:latitude '48.65888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58332 48.65888, -1.58332 48.65888, -1.58332 48.65888, -1.58332 48.65888, -1.58332 48.65888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_124'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72607 -1.58328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72607 -1.58328)"^^geo:wktLiteral ;
  geo-pos:lat "48.72607"^^xsd:decimal ;
  geo-pos:long "-1.58328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7643'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58328'^^xsd:double;
  dwc:latitude '48.72607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58328 48.72607, -1.58328 48.72607, -1.58328 48.72607, -1.58328 48.72607, -1.58328 48.72607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7643'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67147 -1.58325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67147 -1.58325)"^^geo:wktLiteral ;
  geo-pos:lat "48.67147"^^xsd:decimal ;
  geo-pos:long "-1.58325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8769'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58325'^^xsd:double;
  dwc:latitude '48.67147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58325 48.67147, -1.58325 48.67147, -1.58325 48.67147, -1.58325 48.67147, -1.58325 48.67147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8769'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70708 -1.58325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70708 -1.58325)"^^geo:wktLiteral ;
  geo-pos:lat "48.70708"^^xsd:decimal ;
  geo-pos:long "-1.58325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10296'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58325'^^xsd:double;
  dwc:latitude '48.70708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58325 48.70708, -1.58325 48.70708, -1.58325 48.70708, -1.58325 48.70708, -1.58325 48.70708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10296'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73197 -1.58325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73197 -1.58325)"^^geo:wktLiteral ;
  geo-pos:lat "48.73197"^^xsd:decimal ;
  geo-pos:long "-1.58325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2565'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58325'^^xsd:double;
  dwc:latitude '48.73197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58325 48.73197, -1.58325 48.73197, -1.58325 48.73197, -1.58325 48.73197, -1.58325 48.73197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2565'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66292 -1.58324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66292 -1.58324)"^^geo:wktLiteral ;
  geo-pos:lat "48.66292"^^xsd:decimal ;
  geo-pos:long "-1.58324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12731'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58324'^^xsd:double;
  dwc:latitude '48.66292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58324 48.66292, -1.58324 48.66292, -1.58324 48.66292, -1.58324 48.66292, -1.58324 48.66292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12731'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67588 -1.58324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67588 -1.58324)"^^geo:wktLiteral ;
  geo-pos:lat "48.67588"^^xsd:decimal ;
  geo-pos:long "-1.58324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5850'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58324'^^xsd:double;
  dwc:latitude '48.67588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58324 48.67588, -1.58324 48.67588, -1.58324 48.67588, -1.58324 48.67588, -1.58324 48.67588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5850'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70331 -1.58324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70331 -1.58324)"^^geo:wktLiteral ;
  geo-pos:lat "48.70331"^^xsd:decimal ;
  geo-pos:long "-1.58324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1347'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58324'^^xsd:double;
  dwc:latitude '48.70331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58324 48.70331, -1.58324 48.70331, -1.58324 48.70331, -1.58324 48.70331, -1.58324 48.70331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1347'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.728 -1.58324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.728 -1.58324)"^^geo:wktLiteral ;
  geo-pos:lat "48.728"^^xsd:decimal ;
  geo-pos:long "-1.58324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1751'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58324'^^xsd:double;
  dwc:latitude '48.728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58324 48.728, -1.58324 48.728, -1.58324 48.728, -1.58324 48.728, -1.58324 48.728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1751'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73627 -1.58322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73627 -1.58322)"^^geo:wktLiteral ;
  geo-pos:lat "48.73627"^^xsd:decimal ;
  geo-pos:long "-1.58322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4086'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58322'^^xsd:double;
  dwc:latitude '48.73627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58322 48.73627, -1.58322 48.73627, -1.58322 48.73627, -1.58322 48.73627, -1.58322 48.73627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4086'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65901 -1.58321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65901 -1.58321)"^^geo:wktLiteral ;
  geo-pos:lat "48.65901"^^xsd:decimal ;
  geo-pos:long "-1.58321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13207'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58321'^^xsd:double;
  dwc:latitude '48.65901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58321 48.65901, -1.58321 48.65901, -1.58321 48.65901, -1.58321 48.65901, -1.58321 48.65901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13207'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68134 -1.5832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68134 -1.5832)"^^geo:wktLiteral ;
  geo-pos:lat "48.68134"^^xsd:decimal ;
  geo-pos:long "-1.5832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_5364'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5832'^^xsd:double;
  dwc:latitude '48.68134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5832 48.68134, -1.5832 48.68134, -1.5832 48.68134, -1.5832 48.68134, -1.5832 48.68134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5364'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72972 -1.5832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72972 -1.5832)"^^geo:wktLiteral ;
  geo-pos:lat "48.72972"^^xsd:decimal ;
  geo-pos:long "-1.5832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3731'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5832'^^xsd:double;
  dwc:latitude '48.72972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5832 48.72972, -1.5832 48.72972, -1.5832 48.72972, -1.5832 48.72972, -1.5832 48.72972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3731'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6437 -1.58319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6437 -1.58319)"^^geo:wktLiteral ;
  geo-pos:lat "48.6437"^^xsd:decimal ;
  geo-pos:long "-1.58319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12006'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58319'^^xsd:double;
  dwc:latitude '48.6437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58319 48.6437, -1.58319 48.6437, -1.58319 48.6437, -1.58319 48.6437, -1.58319 48.6437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12006'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6497 -1.58319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6497 -1.58319)"^^geo:wktLiteral ;
  geo-pos:lat "48.6497"^^xsd:decimal ;
  geo-pos:long "-1.58319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12064'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58319'^^xsd:double;
  dwc:latitude '48.6497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58319 48.6497, -1.58319 48.6497, -1.58319 48.6497, -1.58319 48.6497, -1.58319 48.6497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12064'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66161 -1.58319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66161 -1.58319)"^^geo:wktLiteral ;
  geo-pos:lat "48.66161"^^xsd:decimal ;
  geo-pos:long "-1.58319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5901'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58319'^^xsd:double;
  dwc:latitude '48.66161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58319 48.66161, -1.58319 48.66161, -1.58319 48.66161, -1.58319 48.66161, -1.58319 48.66161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5901'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67182 -1.58318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67182 -1.58318)"^^geo:wktLiteral ;
  geo-pos:lat "48.67182"^^xsd:decimal ;
  geo-pos:long "-1.58318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5941'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58318'^^xsd:double;
  dwc:latitude '48.67182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58318 48.67182, -1.58318 48.67182, -1.58318 48.67182, -1.58318 48.67182, -1.58318 48.67182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5941'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77638 -1.58318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.77638"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77638 -1.58318)"^^geo:wktLiteral ;
  geo-pos:lat "48.77638"^^xsd:decimal ;
  geo-pos:long "-1.58318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9331'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58318'^^xsd:double;
  dwc:latitude '48.77638'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58318 48.77638, -1.58318 48.77638, -1.58318 48.77638, -1.58318 48.77638, -1.58318 48.77638))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9331'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66897 -1.58316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66897 -1.58316)"^^geo:wktLiteral ;
  geo-pos:lat "48.66897"^^xsd:decimal ;
  geo-pos:long "-1.58316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11517'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58316'^^xsd:double;
  dwc:latitude '48.66897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58316 48.66897, -1.58316 48.66897, -1.58316 48.66897, -1.58316 48.66897, -1.58316 48.66897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11517'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65725 -1.58315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65725 -1.58315)"^^geo:wktLiteral ;
  geo-pos:lat "48.65725"^^xsd:decimal ;
  geo-pos:long "-1.58315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12079'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58315'^^xsd:double;
  dwc:latitude '48.65725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58315 48.65725, -1.58315 48.65725, -1.58315 48.65725, -1.58315 48.65725, -1.58315 48.65725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12079'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67974 -1.58314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67974 -1.58314)"^^geo:wktLiteral ;
  geo-pos:lat "48.67974"^^xsd:decimal ;
  geo-pos:long "-1.58314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11011'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58314'^^xsd:double;
  dwc:latitude '48.67974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58314 48.67974, -1.58314 48.67974, -1.58314 48.67974, -1.58314 48.67974, -1.58314 48.67974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11011'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68722 -1.58314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68722 -1.58314)"^^geo:wktLiteral ;
  geo-pos:lat "48.68722"^^xsd:decimal ;
  geo-pos:long "-1.58314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4803'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58314'^^xsd:double;
  dwc:latitude '48.68722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58314 48.68722, -1.58314 48.68722, -1.58314 48.68722, -1.58314 48.68722, -1.58314 48.68722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4803'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6647 -1.58313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6647 -1.58313)"^^geo:wktLiteral ;
  geo-pos:lat "48.6647"^^xsd:decimal ;
  geo-pos:long "-1.58313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9188'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58313'^^xsd:double;
  dwc:latitude '48.6647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58313 48.6647, -1.58313 48.6647, -1.58313 48.6647, -1.58313 48.6647, -1.58313 48.6647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9188'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67289 -1.58313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67289 -1.58313)"^^geo:wktLiteral ;
  geo-pos:lat "48.67289"^^xsd:decimal ;
  geo-pos:long "-1.58313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58313'^^xsd:double;
  dwc:latitude '48.67289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58313 48.67289, -1.58313 48.67289, -1.58313 48.67289, -1.58313 48.67289, -1.58313 48.67289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65868 -1.58312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65868"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65868 -1.58312)"^^geo:wktLiteral ;
  geo-pos:lat "48.65868"^^xsd:decimal ;
  geo-pos:long "-1.58312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6773'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58312'^^xsd:double;
  dwc:latitude '48.65868'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58312 48.65868, -1.58312 48.65868, -1.58312 48.65868, -1.58312 48.65868, -1.58312 48.65868))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6773'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.689 -1.58312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.689 -1.58312)"^^geo:wktLiteral ;
  geo-pos:lat "48.689"^^xsd:decimal ;
  geo-pos:long "-1.58312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7020'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58312'^^xsd:double;
  dwc:latitude '48.689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58312 48.689, -1.58312 48.689, -1.58312 48.689, -1.58312 48.689, -1.58312 48.689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7020'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69472 -1.5831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69472 -1.5831)"^^geo:wktLiteral ;
  geo-pos:lat "48.69472"^^xsd:decimal ;
  geo-pos:long "-1.5831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6345'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5831'^^xsd:double;
  dwc:latitude '48.69472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5831 48.69472, -1.5831 48.69472, -1.5831 48.69472, -1.5831 48.69472, -1.5831 48.69472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6345'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71572 -1.58306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71572 -1.58306)"^^geo:wktLiteral ;
  geo-pos:lat "48.71572"^^xsd:decimal ;
  geo-pos:long "-1.58306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4260'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58306'^^xsd:double;
  dwc:latitude '48.71572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58306 48.71572, -1.58306 48.71572, -1.58306 48.71572, -1.58306 48.71572, -1.58306 48.71572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4260'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68643 -1.58305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68643 -1.58305)"^^geo:wktLiteral ;
  geo-pos:lat "48.68643"^^xsd:decimal ;
  geo-pos:long "-1.58305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4896'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58305'^^xsd:double;
  dwc:latitude '48.68643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58305 48.68643, -1.58305 48.68643, -1.58305 48.68643, -1.58305 48.68643, -1.58305 48.68643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4896'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68341 -1.58303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68341 -1.58303)"^^geo:wktLiteral ;
  geo-pos:lat "48.68341"^^xsd:decimal ;
  geo-pos:long "-1.58303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6653'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58303'^^xsd:double;
  dwc:latitude '48.68341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58303 48.68341, -1.58303 48.68341, -1.58303 48.68341, -1.58303 48.68341, -1.58303 48.68341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6653'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70058 -1.58303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70058 -1.58303)"^^geo:wktLiteral ;
  geo-pos:lat "48.70058"^^xsd:decimal ;
  geo-pos:long "-1.58303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4831'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58303'^^xsd:double;
  dwc:latitude '48.70058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58303 48.70058, -1.58303 48.70058, -1.58303 48.70058, -1.58303 48.70058, -1.58303 48.70058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4831'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73231 -1.58303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73231 -1.58303)"^^geo:wktLiteral ;
  geo-pos:lat "48.73231"^^xsd:decimal ;
  geo-pos:long "-1.58303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3517'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58303'^^xsd:double;
  dwc:latitude '48.73231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58303 48.73231, -1.58303 48.73231, -1.58303 48.73231, -1.58303 48.73231, -1.58303 48.73231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3517'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66341 -1.58302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66341 -1.58302)"^^geo:wktLiteral ;
  geo-pos:lat "48.66341"^^xsd:decimal ;
  geo-pos:long "-1.58302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7036'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58302'^^xsd:double;
  dwc:latitude '48.66341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58302 48.66341, -1.58302 48.66341, -1.58302 48.66341, -1.58302 48.66341, -1.58302 48.66341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7036'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72177 -1.58302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72177 -1.58302)"^^geo:wktLiteral ;
  geo-pos:lat "48.72177"^^xsd:decimal ;
  geo-pos:long "-1.58302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2461'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58302'^^xsd:double;
  dwc:latitude '48.72177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58302 48.72177, -1.58302 48.72177, -1.58302 48.72177, -1.58302 48.72177, -1.58302 48.72177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2461'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73227 -1.583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73227 -1.583)"^^geo:wktLiteral ;
  geo-pos:lat "48.73227"^^xsd:decimal ;
  geo-pos:long "-1.583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2538'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.583'^^xsd:double;
  dwc:latitude '48.73227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.583 48.73227, -1.583 48.73227, -1.583 48.73227, -1.583 48.73227, -1.583 48.73227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2538'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66901 -1.58299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66901 -1.58299)"^^geo:wktLiteral ;
  geo-pos:lat "48.66901"^^xsd:decimal ;
  geo-pos:long "-1.58299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2146'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58299'^^xsd:double;
  dwc:latitude '48.66901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58299 48.66901, -1.58299 48.66901, -1.58299 48.66901, -1.58299 48.66901, -1.58299 48.66901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2146'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66103 -1.58298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66103 -1.58298)"^^geo:wktLiteral ;
  geo-pos:lat "48.66103"^^xsd:decimal ;
  geo-pos:long "-1.58298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12835'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58298'^^xsd:double;
  dwc:latitude '48.66103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58298 48.66103, -1.58298 48.66103, -1.58298 48.66103, -1.58298 48.66103, -1.58298 48.66103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12835'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69206 -1.58298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69206"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69206 -1.58298)"^^geo:wktLiteral ;
  geo-pos:lat "48.69206"^^xsd:decimal ;
  geo-pos:long "-1.58298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4898'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58298'^^xsd:double;
  dwc:latitude '48.69206'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58298 48.69206, -1.58298 48.69206, -1.58298 48.69206, -1.58298 48.69206, -1.58298 48.69206))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4898'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7108 -1.58298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7108 -1.58298)"^^geo:wktLiteral ;
  geo-pos:lat "48.7108"^^xsd:decimal ;
  geo-pos:long "-1.58298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1078'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58298'^^xsd:double;
  dwc:latitude '48.7108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58298 48.7108, -1.58298 48.7108, -1.58298 48.7108, -1.58298 48.7108, -1.58298 48.7108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1078'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.721 -1.58298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.721 -1.58298)"^^geo:wktLiteral ;
  geo-pos:lat "48.721"^^xsd:decimal ;
  geo-pos:long "-1.58298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2460'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58298'^^xsd:double;
  dwc:latitude '48.721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58298 48.721, -1.58298 48.721, -1.58298 48.721, -1.58298 48.721, -1.58298 48.721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2460'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.58297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.58297)"^^geo:wktLiteral ;
  geo-pos:lat "48.66927"^^xsd:decimal ;
  geo-pos:long "-1.58297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8827'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58297'^^xsd:double;
  dwc:latitude '48.66927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58297 48.66927, -1.58297 48.66927, -1.58297 48.66927, -1.58297 48.66927, -1.58297 48.66927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8827'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69425 -1.58297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69425 -1.58297)"^^geo:wktLiteral ;
  geo-pos:lat "48.69425"^^xsd:decimal ;
  geo-pos:long "-1.58297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4519'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58297'^^xsd:double;
  dwc:latitude '48.69425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58297 48.69425, -1.58297 48.69425, -1.58297 48.69425, -1.58297 48.69425, -1.58297 48.69425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4519'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71907 -1.58295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71907 -1.58295)"^^geo:wktLiteral ;
  geo-pos:lat "48.71907"^^xsd:decimal ;
  geo-pos:long "-1.58295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6267'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58295'^^xsd:double;
  dwc:latitude '48.71907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58295 48.71907, -1.58295 48.71907, -1.58295 48.71907, -1.58295 48.71907, -1.58295 48.71907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6267'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.58294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.58294)"^^geo:wktLiteral ;
  geo-pos:lat "48.65889"^^xsd:decimal ;
  geo-pos:long "-1.58294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12028'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58294'^^xsd:double;
  dwc:latitude '48.65889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58294 48.65889, -1.58294 48.65889, -1.58294 48.65889, -1.58294 48.65889, -1.58294 48.65889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12028'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71747 -1.58294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71747"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71747 -1.58294)"^^geo:wktLiteral ;
  geo-pos:lat "48.71747"^^xsd:decimal ;
  geo-pos:long "-1.58294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3733'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58294'^^xsd:double;
  dwc:latitude '48.71747'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58294 48.71747, -1.58294 48.71747, -1.58294 48.71747, -1.58294 48.71747, -1.58294 48.71747))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3733'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69552 -1.58292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69552 -1.58292)"^^geo:wktLiteral ;
  geo-pos:lat "48.69552"^^xsd:decimal ;
  geo-pos:long "-1.58292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9342'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58292'^^xsd:double;
  dwc:latitude '48.69552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58292 48.69552, -1.58292 48.69552, -1.58292 48.69552, -1.58292 48.69552, -1.58292 48.69552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9342'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73342 -1.58292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73342 -1.58292)"^^geo:wktLiteral ;
  geo-pos:lat "48.73342"^^xsd:decimal ;
  geo-pos:long "-1.58292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5800'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58292'^^xsd:double;
  dwc:latitude '48.73342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58292 48.73342, -1.58292 48.73342, -1.58292 48.73342, -1.58292 48.73342, -1.58292 48.73342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5800'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65376 -1.58291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65376 -1.58291)"^^geo:wktLiteral ;
  geo-pos:lat "48.65376"^^xsd:decimal ;
  geo-pos:long "-1.58291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13354'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58291'^^xsd:double;
  dwc:latitude '48.65376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58291 48.65376, -1.58291 48.65376, -1.58291 48.65376, -1.58291 48.65376, -1.58291 48.65376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13354'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75842 -1.5829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75842"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75842 -1.5829)"^^geo:wktLiteral ;
  geo-pos:lat "48.75842"^^xsd:decimal ;
  geo-pos:long "-1.5829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1113'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5829'^^xsd:double;
  dwc:latitude '48.75842'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5829 48.75842, -1.5829 48.75842, -1.5829 48.75842, -1.5829 48.75842, -1.5829 48.75842))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1113'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68552 -1.58289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68552 -1.58289)"^^geo:wktLiteral ;
  geo-pos:lat "48.68552"^^xsd:decimal ;
  geo-pos:long "-1.58289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4897'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58289'^^xsd:double;
  dwc:latitude '48.68552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58289 48.68552, -1.58289 48.68552, -1.58289 48.68552, -1.58289 48.68552, -1.58289 48.68552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4897'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66626 -1.58288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66626 -1.58288)"^^geo:wktLiteral ;
  geo-pos:lat "48.66626"^^xsd:decimal ;
  geo-pos:long "-1.58288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1672'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58288'^^xsd:double;
  dwc:latitude '48.66626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58288 48.66626, -1.58288 48.66626, -1.58288 48.66626, -1.58288 48.66626, -1.58288 48.66626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1672'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.715 -1.58288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.715 -1.58288)"^^geo:wktLiteral ;
  geo-pos:lat "48.715"^^xsd:decimal ;
  geo-pos:long "-1.58288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1546'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58288'^^xsd:double;
  dwc:latitude '48.715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58288 48.715, -1.58288 48.715, -1.58288 48.715, -1.58288 48.715, -1.58288 48.715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1546'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66833 -1.58287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66833 -1.58287)"^^geo:wktLiteral ;
  geo-pos:lat "48.66833"^^xsd:decimal ;
  geo-pos:long "-1.58287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10908'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58287'^^xsd:double;
  dwc:latitude '48.66833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58287 48.66833, -1.58287 48.66833, -1.58287 48.66833, -1.58287 48.66833, -1.58287 48.66833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10908'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72309 -1.58287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72309 -1.58287)"^^geo:wktLiteral ;
  geo-pos:lat "48.72309"^^xsd:decimal ;
  geo-pos:long "-1.58287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7997'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58287'^^xsd:double;
  dwc:latitude '48.72309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58287 48.72309, -1.58287 48.72309, -1.58287 48.72309, -1.58287 48.72309, -1.58287 48.72309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7997'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69975 -1.58286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69975"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69975 -1.58286)"^^geo:wktLiteral ;
  geo-pos:lat "48.69975"^^xsd:decimal ;
  geo-pos:long "-1.58286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5578'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58286'^^xsd:double;
  dwc:latitude '48.69975'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58286 48.69975, -1.58286 48.69975, -1.58286 48.69975, -1.58286 48.69975, -1.58286 48.69975))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5578'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73672 -1.58286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73672 -1.58286)"^^geo:wktLiteral ;
  geo-pos:lat "48.73672"^^xsd:decimal ;
  geo-pos:long "-1.58286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2054'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58286'^^xsd:double;
  dwc:latitude '48.73672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58286 48.73672, -1.58286 48.73672, -1.58286 48.73672, -1.58286 48.73672, -1.58286 48.73672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2054'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73813 -1.58286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73813 -1.58286)"^^geo:wktLiteral ;
  geo-pos:lat "48.73813"^^xsd:decimal ;
  geo-pos:long "-1.58286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3471'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58286'^^xsd:double;
  dwc:latitude '48.73813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58286 48.73813, -1.58286 48.73813, -1.58286 48.73813, -1.58286 48.73813, -1.58286 48.73813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3471'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67769 -1.58285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67769 -1.58285)"^^geo:wktLiteral ;
  geo-pos:lat "48.67769"^^xsd:decimal ;
  geo-pos:long "-1.58285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6404'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58285'^^xsd:double;
  dwc:latitude '48.67769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58285 48.67769, -1.58285 48.67769, -1.58285 48.67769, -1.58285 48.67769, -1.58285 48.67769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6404'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68516 -1.58285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68516 -1.58285)"^^geo:wktLiteral ;
  geo-pos:lat "48.68516"^^xsd:decimal ;
  geo-pos:long "-1.58285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6985'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58285'^^xsd:double;
  dwc:latitude '48.68516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58285 48.68516, -1.58285 48.68516, -1.58285 48.68516, -1.58285 48.68516, -1.58285 48.68516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6985'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70717 -1.58285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70717 -1.58285)"^^geo:wktLiteral ;
  geo-pos:lat "48.70717"^^xsd:decimal ;
  geo-pos:long "-1.58285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3670'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58285'^^xsd:double;
  dwc:latitude '48.70717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58285 48.70717, -1.58285 48.70717, -1.58285 48.70717, -1.58285 48.70717, -1.58285 48.70717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3670'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67466 -1.58284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67466 -1.58284)"^^geo:wktLiteral ;
  geo-pos:lat "48.67466"^^xsd:decimal ;
  geo-pos:long "-1.58284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6993'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58284'^^xsd:double;
  dwc:latitude '48.67466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58284 48.67466, -1.58284 48.67466, -1.58284 48.67466, -1.58284 48.67466, -1.58284 48.67466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6993'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68288 -1.58284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68288 -1.58284)"^^geo:wktLiteral ;
  geo-pos:lat "48.68288"^^xsd:decimal ;
  geo-pos:long "-1.58284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3765'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58284'^^xsd:double;
  dwc:latitude '48.68288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58284 48.68288, -1.58284 48.68288, -1.58284 48.68288, -1.58284 48.68288, -1.58284 48.68288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3765'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68477 -1.58284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68477 -1.58284)"^^geo:wktLiteral ;
  geo-pos:lat "48.68477"^^xsd:decimal ;
  geo-pos:long "-1.58284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_5365'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58284'^^xsd:double;
  dwc:latitude '48.68477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58284 48.68477, -1.58284 48.68477, -1.58284 48.68477, -1.58284 48.68477, -1.58284 48.68477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5365'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6863 -1.58284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6863 -1.58284)"^^geo:wktLiteral ;
  geo-pos:lat "48.6863"^^xsd:decimal ;
  geo-pos:long "-1.58284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6308'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58284'^^xsd:double;
  dwc:latitude '48.6863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58284 48.6863, -1.58284 48.6863, -1.58284 48.6863, -1.58284 48.6863, -1.58284 48.6863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6308'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71556 -1.58284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71556 -1.58284)"^^geo:wktLiteral ;
  geo-pos:lat "48.71556"^^xsd:decimal ;
  geo-pos:long "-1.58284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4313'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58284'^^xsd:double;
  dwc:latitude '48.71556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58284 48.71556, -1.58284 48.71556, -1.58284 48.71556, -1.58284 48.71556, -1.58284 48.71556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4313'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71088 -1.58283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71088 -1.58283)"^^geo:wktLiteral ;
  geo-pos:lat "48.71088"^^xsd:decimal ;
  geo-pos:long "-1.58283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2447'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58283'^^xsd:double;
  dwc:latitude '48.71088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58283 48.71088, -1.58283 48.71088, -1.58283 48.71088, -1.58283 48.71088, -1.58283 48.71088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2447'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68497 -1.58282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68497 -1.58282)"^^geo:wktLiteral ;
  geo-pos:lat "48.68497"^^xsd:decimal ;
  geo-pos:long "-1.58282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6908'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58282'^^xsd:double;
  dwc:latitude '48.68497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58282 48.68497, -1.58282 48.68497, -1.58282 48.68497, -1.58282 48.68497, -1.58282 48.68497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6908'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67248 -1.58281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67248 -1.58281)"^^geo:wktLiteral ;
  geo-pos:lat "48.67248"^^xsd:decimal ;
  geo-pos:long "-1.58281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7312'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58281'^^xsd:double;
  dwc:latitude '48.67248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58281 48.67248, -1.58281 48.67248, -1.58281 48.67248, -1.58281 48.67248, -1.58281 48.67248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7312'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67497 -1.58281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67497 -1.58281)"^^geo:wktLiteral ;
  geo-pos:lat "48.67497"^^xsd:decimal ;
  geo-pos:long "-1.58281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9406'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58281'^^xsd:double;
  dwc:latitude '48.67497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58281 48.67497, -1.58281 48.67497, -1.58281 48.67497, -1.58281 48.67497, -1.58281 48.67497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9406'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68447 -1.58281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68447 -1.58281)"^^geo:wktLiteral ;
  geo-pos:lat "48.68447"^^xsd:decimal ;
  geo-pos:long "-1.58281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5507'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58281'^^xsd:double;
  dwc:latitude '48.68447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58281 48.68447, -1.58281 48.68447, -1.58281 48.68447, -1.58281 48.68447, -1.58281 48.68447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5507'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67023 -1.5828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67023 -1.5828)"^^geo:wktLiteral ;
  geo-pos:lat "48.67023"^^xsd:decimal ;
  geo-pos:long "-1.5828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9716'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5828'^^xsd:double;
  dwc:latitude '48.67023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5828 48.67023, -1.5828 48.67023, -1.5828 48.67023, -1.5828 48.67023, -1.5828 48.67023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9716'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71735 -1.58279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71735 -1.58279)"^^geo:wktLiteral ;
  geo-pos:lat "48.71735"^^xsd:decimal ;
  geo-pos:long "-1.58279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11225'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58279'^^xsd:double;
  dwc:latitude '48.71735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58279 48.71735, -1.58279 48.71735, -1.58279 48.71735, -1.58279 48.71735, -1.58279 48.71735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11225'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68356 -1.58278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68356 -1.58278)"^^geo:wktLiteral ;
  geo-pos:lat "48.68356"^^xsd:decimal ;
  geo-pos:long "-1.58278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5719'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58278'^^xsd:double;
  dwc:latitude '48.68356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58278 48.68356, -1.58278 48.68356, -1.58278 48.68356, -1.58278 48.68356, -1.58278 48.68356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5719'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65484 -1.58275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65484"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65484 -1.58275)"^^geo:wktLiteral ;
  geo-pos:lat "48.65484"^^xsd:decimal ;
  geo-pos:long "-1.58275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7962'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58275'^^xsd:double;
  dwc:latitude '48.65484'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58275 48.65484, -1.58275 48.65484, -1.58275 48.65484, -1.58275 48.65484, -1.58275 48.65484))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7962'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68379 -1.58274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68379 -1.58274)"^^geo:wktLiteral ;
  geo-pos:lat "48.68379"^^xsd:decimal ;
  geo-pos:long "-1.58274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5353'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58274'^^xsd:double;
  dwc:latitude '48.68379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58274 48.68379, -1.58274 48.68379, -1.58274 48.68379, -1.58274 48.68379, -1.58274 48.68379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5353'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70629 -1.58274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70629 -1.58274)"^^geo:wktLiteral ;
  geo-pos:lat "48.70629"^^xsd:decimal ;
  geo-pos:long "-1.58274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4015'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58274'^^xsd:double;
  dwc:latitude '48.70629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58274 48.70629, -1.58274 48.70629, -1.58274 48.70629, -1.58274 48.70629, -1.58274 48.70629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4015'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7304 -1.58272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7304"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7304 -1.58272)"^^geo:wktLiteral ;
  geo-pos:lat "48.7304"^^xsd:decimal ;
  geo-pos:long "-1.58272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3600'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58272'^^xsd:double;
  dwc:latitude '48.7304'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58272 48.7304, -1.58272 48.7304, -1.58272 48.7304, -1.58272 48.7304, -1.58272 48.7304))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3600'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6893 -1.5827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6893 -1.5827)"^^geo:wktLiteral ;
  geo-pos:lat "48.6893"^^xsd:decimal ;
  geo-pos:long "-1.5827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4782'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5827'^^xsd:double;
  dwc:latitude '48.6893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5827 48.6893, -1.5827 48.6893, -1.5827 48.6893, -1.5827 48.6893, -1.5827 48.6893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4782'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72813 -1.5827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72813 -1.5827)"^^geo:wktLiteral ;
  geo-pos:lat "48.72813"^^xsd:decimal ;
  geo-pos:long "-1.5827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4970'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5827'^^xsd:double;
  dwc:latitude '48.72813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5827 48.72813, -1.5827 48.72813, -1.5827 48.72813, -1.5827 48.72813, -1.5827 48.72813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4970'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68722 -1.58269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68722 -1.58269)"^^geo:wktLiteral ;
  geo-pos:lat "48.68722"^^xsd:decimal ;
  geo-pos:long "-1.58269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5824'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58269'^^xsd:double;
  dwc:latitude '48.68722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58269 48.68722, -1.58269 48.68722, -1.58269 48.68722, -1.58269 48.68722, -1.58269 48.68722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5824'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71633 -1.58269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71633 -1.58269)"^^geo:wktLiteral ;
  geo-pos:lat "48.71633"^^xsd:decimal ;
  geo-pos:long "-1.58269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2982'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58269'^^xsd:double;
  dwc:latitude '48.71633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58269 48.71633, -1.58269 48.71633, -1.58269 48.71633, -1.58269 48.71633, -1.58269 48.71633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2982'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67902 -1.58268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67902 -1.58268)"^^geo:wktLiteral ;
  geo-pos:lat "48.67902"^^xsd:decimal ;
  geo-pos:long "-1.58268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1641'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58268'^^xsd:double;
  dwc:latitude '48.67902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58268 48.67902, -1.58268 48.67902, -1.58268 48.67902, -1.58268 48.67902, -1.58268 48.67902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1641'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66328 -1.58267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66328 -1.58267)"^^geo:wktLiteral ;
  geo-pos:lat "48.66328"^^xsd:decimal ;
  geo-pos:long "-1.58267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6275'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58267'^^xsd:double;
  dwc:latitude '48.66328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58267 48.66328, -1.58267 48.66328, -1.58267 48.66328, -1.58267 48.66328, -1.58267 48.66328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6275'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66669 -1.58266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66669 -1.58266)"^^geo:wktLiteral ;
  geo-pos:lat "48.66669"^^xsd:decimal ;
  geo-pos:long "-1.58266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9474'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58266'^^xsd:double;
  dwc:latitude '48.66669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58266 48.66669, -1.58266 48.66669, -1.58266 48.66669, -1.58266 48.66669, -1.58266 48.66669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9474'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67212 -1.58264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67212"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67212 -1.58264)"^^geo:wktLiteral ;
  geo-pos:lat "48.67212"^^xsd:decimal ;
  geo-pos:long "-1.58264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8722'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58264'^^xsd:double;
  dwc:latitude '48.67212'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58264 48.67212, -1.58264 48.67212, -1.58264 48.67212, -1.58264 48.67212, -1.58264 48.67212))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8722'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70148 -1.58264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70148"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70148 -1.58264)"^^geo:wktLiteral ;
  geo-pos:lat "48.70148"^^xsd:decimal ;
  geo-pos:long "-1.58264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1567'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58264'^^xsd:double;
  dwc:latitude '48.70148'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58264 48.70148, -1.58264 48.70148, -1.58264 48.70148, -1.58264 48.70148, -1.58264 48.70148))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1567'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64476 -1.58263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64476 -1.58263)"^^geo:wktLiteral ;
  geo-pos:lat "48.64476"^^xsd:decimal ;
  geo-pos:long "-1.58263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11992'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58263'^^xsd:double;
  dwc:latitude '48.64476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58263 48.64476, -1.58263 48.64476, -1.58263 48.64476, -1.58263 48.64476, -1.58263 48.64476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11992'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68602 -1.58263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68602 -1.58263)"^^geo:wktLiteral ;
  geo-pos:lat "48.68602"^^xsd:decimal ;
  geo-pos:long "-1.58263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6837'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58263'^^xsd:double;
  dwc:latitude '48.68602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58263 48.68602, -1.58263 48.68602, -1.58263 48.68602, -1.58263 48.68602, -1.58263 48.68602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6837'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71313 -1.58263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71313 -1.58263)"^^geo:wktLiteral ;
  geo-pos:lat "48.71313"^^xsd:decimal ;
  geo-pos:long "-1.58263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1195'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58263'^^xsd:double;
  dwc:latitude '48.71313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58263 48.71313, -1.58263 48.71313, -1.58263 48.71313, -1.58263 48.71313, -1.58263 48.71313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1195'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71629 -1.58259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71629 -1.58259)"^^geo:wktLiteral ;
  geo-pos:lat "48.71629"^^xsd:decimal ;
  geo-pos:long "-1.58259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2980'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58259'^^xsd:double;
  dwc:latitude '48.71629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58259 48.71629, -1.58259 48.71629, -1.58259 48.71629, -1.58259 48.71629, -1.58259 48.71629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2980'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75542 -1.58259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75542 -1.58259)"^^geo:wktLiteral ;
  geo-pos:lat "48.75542"^^xsd:decimal ;
  geo-pos:long "-1.58259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4924'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58259'^^xsd:double;
  dwc:latitude '48.75542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58259 48.75542, -1.58259 48.75542, -1.58259 48.75542, -1.58259 48.75542, -1.58259 48.75542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4924'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68435 -1.58258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68435 -1.58258)"^^geo:wktLiteral ;
  geo-pos:lat "48.68435"^^xsd:decimal ;
  geo-pos:long "-1.58258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5409'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58258'^^xsd:double;
  dwc:latitude '48.68435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58258 48.68435, -1.58258 48.68435, -1.58258 48.68435, -1.58258 48.68435, -1.58258 48.68435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5409'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68643 -1.58258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68643 -1.58258)"^^geo:wktLiteral ;
  geo-pos:lat "48.68643"^^xsd:decimal ;
  geo-pos:long "-1.58258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5522'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58258'^^xsd:double;
  dwc:latitude '48.68643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58258 48.68643, -1.58258 48.68643, -1.58258 48.68643, -1.58258 48.68643, -1.58258 48.68643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5522'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70595 -1.58257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70595 -1.58257)"^^geo:wktLiteral ;
  geo-pos:lat "48.70595"^^xsd:decimal ;
  geo-pos:long "-1.58257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6121'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58257'^^xsd:double;
  dwc:latitude '48.70595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58257 48.70595, -1.58257 48.70595, -1.58257 48.70595, -1.58257 48.70595, -1.58257 48.70595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6121'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72016 -1.58257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72016 -1.58257)"^^geo:wktLiteral ;
  geo-pos:lat "48.72016"^^xsd:decimal ;
  geo-pos:long "-1.58257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9787'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58257'^^xsd:double;
  dwc:latitude '48.72016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58257 48.72016, -1.58257 48.72016, -1.58257 48.72016, -1.58257 48.72016, -1.58257 48.72016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9787'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68561 -1.58256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68561 -1.58256)"^^geo:wktLiteral ;
  geo-pos:lat "48.68561"^^xsd:decimal ;
  geo-pos:long "-1.58256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5681'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58256'^^xsd:double;
  dwc:latitude '48.68561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58256 48.68561, -1.58256 48.68561, -1.58256 48.68561, -1.58256 48.68561, -1.58256 48.68561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5681'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68628 -1.58256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68628 -1.58256)"^^geo:wktLiteral ;
  geo-pos:lat "48.68628"^^xsd:decimal ;
  geo-pos:long "-1.58256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6794'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58256'^^xsd:double;
  dwc:latitude '48.68628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58256 48.68628, -1.58256 48.68628, -1.58256 48.68628, -1.58256 48.68628, -1.58256 48.68628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6794'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67572 -1.58255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67572 -1.58255)"^^geo:wktLiteral ;
  geo-pos:lat "48.67572"^^xsd:decimal ;
  geo-pos:long "-1.58255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3645'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58255'^^xsd:double;
  dwc:latitude '48.67572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58255 48.67572, -1.58255 48.67572, -1.58255 48.67572, -1.58255 48.67572, -1.58255 48.67572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3645'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71376 -1.58255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71376 -1.58255)"^^geo:wktLiteral ;
  geo-pos:lat "48.71376"^^xsd:decimal ;
  geo-pos:long "-1.58255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1088'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58255'^^xsd:double;
  dwc:latitude '48.71376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58255 48.71376, -1.58255 48.71376, -1.58255 48.71376, -1.58255 48.71376, -1.58255 48.71376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1088'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68992 -1.58251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68992 -1.58251)"^^geo:wktLiteral ;
  geo-pos:lat "48.68992"^^xsd:decimal ;
  geo-pos:long "-1.58251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6004'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58251'^^xsd:double;
  dwc:latitude '48.68992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58251 48.68992, -1.58251 48.68992, -1.58251 48.68992, -1.58251 48.68992, -1.58251 48.68992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6004'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67519 -1.5825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67519"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67519 -1.5825)"^^geo:wktLiteral ;
  geo-pos:lat "48.67519"^^xsd:decimal ;
  geo-pos:long "-1.5825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5513'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5825'^^xsd:double;
  dwc:latitude '48.67519'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5825 48.67519, -1.5825 48.67519, -1.5825 48.67519, -1.5825 48.67519, -1.5825 48.67519))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5513'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68419 -1.5825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68419 -1.5825)"^^geo:wktLiteral ;
  geo-pos:lat "48.68419"^^xsd:decimal ;
  geo-pos:long "-1.5825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3987'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5825'^^xsd:double;
  dwc:latitude '48.68419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5825 48.68419, -1.5825 48.68419, -1.5825 48.68419, -1.5825 48.68419, -1.5825 48.68419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3987'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71313 -1.5825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71313 -1.5825)"^^geo:wktLiteral ;
  geo-pos:lat "48.71313"^^xsd:decimal ;
  geo-pos:long "-1.5825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11193'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5825'^^xsd:double;
  dwc:latitude '48.71313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5825 48.71313, -1.5825 48.71313, -1.5825 48.71313, -1.5825 48.71313, -1.5825 48.71313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11193'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68607 -1.58249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68607 -1.58249)"^^geo:wktLiteral ;
  geo-pos:lat "48.68607"^^xsd:decimal ;
  geo-pos:long "-1.58249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5692'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58249'^^xsd:double;
  dwc:latitude '48.68607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58249 48.68607, -1.58249 48.68607, -1.58249 48.68607, -1.58249 48.68607, -1.58249 48.68607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5692'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68837 -1.58249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68837 -1.58249)"^^geo:wktLiteral ;
  geo-pos:lat "48.68837"^^xsd:decimal ;
  geo-pos:long "-1.58249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5945'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58249'^^xsd:double;
  dwc:latitude '48.68837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58249 48.68837, -1.58249 48.68837, -1.58249 48.68837, -1.58249 48.68837, -1.58249 48.68837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5945'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70122 -1.58247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70122 -1.58247)"^^geo:wktLiteral ;
  geo-pos:lat "48.70122"^^xsd:decimal ;
  geo-pos:long "-1.58247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5003'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58247'^^xsd:double;
  dwc:latitude '48.70122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58247 48.70122, -1.58247 48.70122, -1.58247 48.70122, -1.58247 48.70122, -1.58247 48.70122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5003'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66859 -1.58246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66859 -1.58246)"^^geo:wktLiteral ;
  geo-pos:lat "48.66859"^^xsd:decimal ;
  geo-pos:long "-1.58246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9131'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58246'^^xsd:double;
  dwc:latitude '48.66859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58246 48.66859, -1.58246 48.66859, -1.58246 48.66859, -1.58246 48.66859, -1.58246 48.66859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9131'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68449 -1.58246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68449 -1.58246)"^^geo:wktLiteral ;
  geo-pos:lat "48.68449"^^xsd:decimal ;
  geo-pos:long "-1.58246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5656'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58246'^^xsd:double;
  dwc:latitude '48.68449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58246 48.68449, -1.58246 48.68449, -1.58246 48.68449, -1.58246 48.68449, -1.58246 48.68449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5656'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64626 -1.58245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64626 -1.58245)"^^geo:wktLiteral ;
  geo-pos:lat "48.64626"^^xsd:decimal ;
  geo-pos:long "-1.58245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12387'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58245'^^xsd:double;
  dwc:latitude '48.64626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58245 48.64626, -1.58245 48.64626, -1.58245 48.64626, -1.58245 48.64626, -1.58245 48.64626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12387'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66743 -1.58245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66743 -1.58245)"^^geo:wktLiteral ;
  geo-pos:lat "48.66743"^^xsd:decimal ;
  geo-pos:long "-1.58245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3629'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58245'^^xsd:double;
  dwc:latitude '48.66743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58245 48.66743, -1.58245 48.66743, -1.58245 48.66743, -1.58245 48.66743, -1.58245 48.66743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3629'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71656 -1.58245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71656 -1.58245)"^^geo:wktLiteral ;
  geo-pos:lat "48.71656"^^xsd:decimal ;
  geo-pos:long "-1.58245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2446'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58245'^^xsd:double;
  dwc:latitude '48.71656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58245 48.71656, -1.58245 48.71656, -1.58245 48.71656, -1.58245 48.71656, -1.58245 48.71656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2446'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73199 -1.58245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73199 -1.58245)"^^geo:wktLiteral ;
  geo-pos:lat "48.73199"^^xsd:decimal ;
  geo-pos:long "-1.58245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2570'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58245'^^xsd:double;
  dwc:latitude '48.73199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58245 48.73199, -1.58245 48.73199, -1.58245 48.73199, -1.58245 48.73199, -1.58245 48.73199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2570'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74755 -1.58244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74755 -1.58244)"^^geo:wktLiteral ;
  geo-pos:lat "48.74755"^^xsd:decimal ;
  geo-pos:long "-1.58244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9144'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58244'^^xsd:double;
  dwc:latitude '48.74755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58244 48.74755, -1.58244 48.74755, -1.58244 48.74755, -1.58244 48.74755, -1.58244 48.74755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9144'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73285 -1.58242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73285 -1.58242)"^^geo:wktLiteral ;
  geo-pos:lat "48.73285"^^xsd:decimal ;
  geo-pos:long "-1.58242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1945'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58242'^^xsd:double;
  dwc:latitude '48.73285'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58242 48.73285, -1.58242 48.73285, -1.58242 48.73285, -1.58242 48.73285, -1.58242 48.73285))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1945'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65545 -1.58241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65545 -1.58241)"^^geo:wktLiteral ;
  geo-pos:lat "48.65545"^^xsd:decimal ;
  geo-pos:long "-1.58241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13440'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58241'^^xsd:double;
  dwc:latitude '48.65545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58241 48.65545, -1.58241 48.65545, -1.58241 48.65545, -1.58241 48.65545, -1.58241 48.65545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13440'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68154 -1.58241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68154 -1.58241)"^^geo:wktLiteral ;
  geo-pos:lat "48.68154"^^xsd:decimal ;
  geo-pos:long "-1.58241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6306'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58241'^^xsd:double;
  dwc:latitude '48.68154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58241 48.68154, -1.58241 48.68154, -1.58241 48.68154, -1.58241 48.68154, -1.58241 48.68154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6306'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68603 -1.58241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68603 -1.58241)"^^geo:wktLiteral ;
  geo-pos:lat "48.68603"^^xsd:decimal ;
  geo-pos:long "-1.58241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10425'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58241'^^xsd:double;
  dwc:latitude '48.68603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58241 48.68603, -1.58241 48.68603, -1.58241 48.68603, -1.58241 48.68603, -1.58241 48.68603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10425'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73435 -1.5824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73435 -1.5824)"^^geo:wktLiteral ;
  geo-pos:lat "48.73435"^^xsd:decimal ;
  geo-pos:long "-1.5824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3562'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5824'^^xsd:double;
  dwc:latitude '48.73435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5824 48.73435, -1.5824 48.73435, -1.5824 48.73435, -1.5824 48.73435, -1.5824 48.73435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3562'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67495 -1.58239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67495 -1.58239)"^^geo:wktLiteral ;
  geo-pos:lat "48.67495"^^xsd:decimal ;
  geo-pos:long "-1.58239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9233'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58239'^^xsd:double;
  dwc:latitude '48.67495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58239 48.67495, -1.58239 48.67495, -1.58239 48.67495, -1.58239 48.67495, -1.58239 48.67495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9233'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68844 -1.58239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68844 -1.58239)"^^geo:wktLiteral ;
  geo-pos:lat "48.68844"^^xsd:decimal ;
  geo-pos:long "-1.58239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8337'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58239'^^xsd:double;
  dwc:latitude '48.68844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58239 48.68844, -1.58239 48.68844, -1.58239 48.68844, -1.58239 48.68844, -1.58239 48.68844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8337'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71715 -1.58239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71715 -1.58239)"^^geo:wktLiteral ;
  geo-pos:lat "48.71715"^^xsd:decimal ;
  geo-pos:long "-1.58239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4246'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58239'^^xsd:double;
  dwc:latitude '48.71715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58239 48.71715, -1.58239 48.71715, -1.58239 48.71715, -1.58239 48.71715, -1.58239 48.71715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4246'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68402 -1.58237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68402 -1.58237)"^^geo:wktLiteral ;
  geo-pos:lat "48.68402"^^xsd:decimal ;
  geo-pos:long "-1.58237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6031'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58237'^^xsd:double;
  dwc:latitude '48.68402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58237 48.68402, -1.58237 48.68402, -1.58237 48.68402, -1.58237 48.68402, -1.58237 48.68402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6031'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68482 -1.58237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68482 -1.58237)"^^geo:wktLiteral ;
  geo-pos:lat "48.68482"^^xsd:decimal ;
  geo-pos:long "-1.58237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4958'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58237'^^xsd:double;
  dwc:latitude '48.68482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58237 48.68482, -1.58237 48.68482, -1.58237 48.68482, -1.58237 48.68482, -1.58237 48.68482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4958'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68738 -1.58237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68738"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68738 -1.58237)"^^geo:wktLiteral ;
  geo-pos:lat "48.68738"^^xsd:decimal ;
  geo-pos:long "-1.58237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10602'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58237'^^xsd:double;
  dwc:latitude '48.68738'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58237 48.68738, -1.58237 48.68738, -1.58237 48.68738, -1.58237 48.68738, -1.58237 48.68738))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10602'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68742 -1.58237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68742 -1.58237)"^^geo:wktLiteral ;
  geo-pos:lat "48.68742"^^xsd:decimal ;
  geo-pos:long "-1.58237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9884'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58237'^^xsd:double;
  dwc:latitude '48.68742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58237 48.68742, -1.58237 48.68742, -1.58237 48.68742, -1.58237 48.68742, -1.58237 48.68742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9884'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70633 -1.58237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70633 -1.58237)"^^geo:wktLiteral ;
  geo-pos:lat "48.70633"^^xsd:decimal ;
  geo-pos:long "-1.58237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5101'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58237'^^xsd:double;
  dwc:latitude '48.70633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58237 48.70633, -1.58237 48.70633, -1.58237 48.70633, -1.58237 48.70633, -1.58237 48.70633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5101'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71889 -1.58235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71889 -1.58235)"^^geo:wktLiteral ;
  geo-pos:lat "48.71889"^^xsd:decimal ;
  geo-pos:long "-1.58235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4324'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58235'^^xsd:double;
  dwc:latitude '48.71889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58235 48.71889, -1.58235 48.71889, -1.58235 48.71889, -1.58235 48.71889, -1.58235 48.71889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4324'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68748 -1.58233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68748 -1.58233)"^^geo:wktLiteral ;
  geo-pos:lat "48.68748"^^xsd:decimal ;
  geo-pos:long "-1.58233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4796'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58233'^^xsd:double;
  dwc:latitude '48.68748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58233 48.68748, -1.58233 48.68748, -1.58233 48.68748, -1.58233 48.68748, -1.58233 48.68748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4796'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69099 -1.58233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69099 -1.58233)"^^geo:wktLiteral ;
  geo-pos:lat "48.69099"^^xsd:decimal ;
  geo-pos:long "-1.58233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5015'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58233'^^xsd:double;
  dwc:latitude '48.69099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58233 48.69099, -1.58233 48.69099, -1.58233 48.69099, -1.58233 48.69099, -1.58233 48.69099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5015'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71472 -1.58233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71472 -1.58233)"^^geo:wktLiteral ;
  geo-pos:lat "48.71472"^^xsd:decimal ;
  geo-pos:long "-1.58233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1781'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58233'^^xsd:double;
  dwc:latitude '48.71472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58233 48.71472, -1.58233 48.71472, -1.58233 48.71472, -1.58233 48.71472, -1.58233 48.71472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1781'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68346 -1.58231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68346 -1.58231)"^^geo:wktLiteral ;
  geo-pos:lat "48.68346"^^xsd:decimal ;
  geo-pos:long "-1.58231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3921'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58231'^^xsd:double;
  dwc:latitude '48.68346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58231 48.68346, -1.58231 48.68346, -1.58231 48.68346, -1.58231 48.68346, -1.58231 48.68346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3921'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66671 -1.58229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66671 -1.58229)"^^geo:wktLiteral ;
  geo-pos:lat "48.66671"^^xsd:decimal ;
  geo-pos:long "-1.58229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8882'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58229'^^xsd:double;
  dwc:latitude '48.66671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58229 48.66671, -1.58229 48.66671, -1.58229 48.66671, -1.58229 48.66671, -1.58229 48.66671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8882'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66793 -1.58229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66793 -1.58229)"^^geo:wktLiteral ;
  geo-pos:lat "48.66793"^^xsd:decimal ;
  geo-pos:long "-1.58229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1770'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58229'^^xsd:double;
  dwc:latitude '48.66793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58229 48.66793, -1.58229 48.66793, -1.58229 48.66793, -1.58229 48.66793, -1.58229 48.66793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1770'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67754 -1.58228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67754 -1.58228)"^^geo:wktLiteral ;
  geo-pos:lat "48.67754"^^xsd:decimal ;
  geo-pos:long "-1.58228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3930'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58228'^^xsd:double;
  dwc:latitude '48.67754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58228 48.67754, -1.58228 48.67754, -1.58228 48.67754, -1.58228 48.67754, -1.58228 48.67754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3930'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75528 -1.58228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75528 -1.58228)"^^geo:wktLiteral ;
  geo-pos:lat "48.75528"^^xsd:decimal ;
  geo-pos:long "-1.58228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7365'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58228'^^xsd:double;
  dwc:latitude '48.75528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58228 48.75528, -1.58228 48.75528, -1.58228 48.75528, -1.58228 48.75528, -1.58228 48.75528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7365'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75563 -1.58228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75563 -1.58228)"^^geo:wktLiteral ;
  geo-pos:lat "48.75563"^^xsd:decimal ;
  geo-pos:long "-1.58228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4923'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58228'^^xsd:double;
  dwc:latitude '48.75563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58228 48.75563, -1.58228 48.75563, -1.58228 48.75563, -1.58228 48.75563, -1.58228 48.75563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4923'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72619 -1.58227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72619 -1.58227)"^^geo:wktLiteral ;
  geo-pos:lat "48.72619"^^xsd:decimal ;
  geo-pos:long "-1.58227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4054'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58227'^^xsd:double;
  dwc:latitude '48.72619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58227 48.72619, -1.58227 48.72619, -1.58227 48.72619, -1.58227 48.72619, -1.58227 48.72619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4054'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68079 -1.58225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68079 -1.58225)"^^geo:wktLiteral ;
  geo-pos:lat "48.68079"^^xsd:decimal ;
  geo-pos:long "-1.58225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3763'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58225'^^xsd:double;
  dwc:latitude '48.68079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58225 48.68079, -1.58225 48.68079, -1.58225 48.68079, -1.58225 48.68079, -1.58225 48.68079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3763'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65732 -1.58224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65732 -1.58224)"^^geo:wktLiteral ;
  geo-pos:lat "48.65732"^^xsd:decimal ;
  geo-pos:long "-1.58224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3857'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58224'^^xsd:double;
  dwc:latitude '48.65732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58224 48.65732, -1.58224 48.65732, -1.58224 48.65732, -1.58224 48.65732, -1.58224 48.65732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3857'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.683 -1.58224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.683 -1.58224)"^^geo:wktLiteral ;
  geo-pos:lat "48.683"^^xsd:decimal ;
  geo-pos:long "-1.58224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5298'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58224'^^xsd:double;
  dwc:latitude '48.683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58224 48.683, -1.58224 48.683, -1.58224 48.683, -1.58224 48.683, -1.58224 48.683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5298'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72547 -1.58224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72547 -1.58224)"^^geo:wktLiteral ;
  geo-pos:lat "48.72547"^^xsd:decimal ;
  geo-pos:long "-1.58224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4084'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58224'^^xsd:double;
  dwc:latitude '48.72547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58224 48.72547, -1.58224 48.72547, -1.58224 48.72547, -1.58224 48.72547, -1.58224 48.72547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4084'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7328 -1.58224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7328 -1.58224)"^^geo:wktLiteral ;
  geo-pos:lat "48.7328"^^xsd:decimal ;
  geo-pos:long "-1.58224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3518'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58224'^^xsd:double;
  dwc:latitude '48.7328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58224 48.7328, -1.58224 48.7328, -1.58224 48.7328, -1.58224 48.7328, -1.58224 48.7328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3518'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69243 -1.58223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69243"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69243 -1.58223)"^^geo:wktLiteral ;
  geo-pos:lat "48.69243"^^xsd:decimal ;
  geo-pos:long "-1.58223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5051'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58223'^^xsd:double;
  dwc:latitude '48.69243'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58223 48.69243, -1.58223 48.69243, -1.58223 48.69243, -1.58223 48.69243, -1.58223 48.69243))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5051'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64516 -1.5822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64516 -1.5822)"^^geo:wktLiteral ;
  geo-pos:lat "48.64516"^^xsd:decimal ;
  geo-pos:long "-1.5822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12720'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5822'^^xsd:double;
  dwc:latitude '48.64516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5822 48.64516, -1.5822 48.64516, -1.5822 48.64516, -1.5822 48.64516, -1.5822 48.64516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12720'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67859 -1.5822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67859 -1.5822)"^^geo:wktLiteral ;
  geo-pos:lat "48.67859"^^xsd:decimal ;
  geo-pos:long "-1.5822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6196'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5822'^^xsd:double;
  dwc:latitude '48.67859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5822 48.67859, -1.5822 48.67859, -1.5822 48.67859, -1.5822 48.67859, -1.5822 48.67859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6196'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67936 -1.5822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67936 -1.5822)"^^geo:wktLiteral ;
  geo-pos:lat "48.67936"^^xsd:decimal ;
  geo-pos:long "-1.5822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6668'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5822'^^xsd:double;
  dwc:latitude '48.67936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5822 48.67936, -1.5822 48.67936, -1.5822 48.67936, -1.5822 48.67936, -1.5822 48.67936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6668'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68001 -1.58217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68001 -1.58217)"^^geo:wktLiteral ;
  geo-pos:lat "48.68001"^^xsd:decimal ;
  geo-pos:long "-1.58217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10687'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58217'^^xsd:double;
  dwc:latitude '48.68001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58217 48.68001, -1.58217 48.68001, -1.58217 48.68001, -1.58217 48.68001, -1.58217 48.68001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10687'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65251 -1.58215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65251"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65251 -1.58215)"^^geo:wktLiteral ;
  geo-pos:lat "48.65251"^^xsd:decimal ;
  geo-pos:long "-1.58215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_13364'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58215'^^xsd:double;
  dwc:latitude '48.65251'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58215 48.65251, -1.58215 48.65251, -1.58215 48.65251, -1.58215 48.65251, -1.58215 48.65251))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13364'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67355 -1.58212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67355 -1.58212)"^^geo:wktLiteral ;
  geo-pos:lat "48.67355"^^xsd:decimal ;
  geo-pos:long "-1.58212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4291'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58212'^^xsd:double;
  dwc:latitude '48.67355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58212 48.67355, -1.58212 48.67355, -1.58212 48.67355, -1.58212 48.67355, -1.58212 48.67355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4291'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7347 -1.58212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7347 -1.58212)"^^geo:wktLiteral ;
  geo-pos:lat "48.7347"^^xsd:decimal ;
  geo-pos:long "-1.58212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3999'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58212'^^xsd:double;
  dwc:latitude '48.7347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58212 48.7347, -1.58212 48.7347, -1.58212 48.7347, -1.58212 48.7347, -1.58212 48.7347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3999'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73496 -1.58212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73496 -1.58212)"^^geo:wktLiteral ;
  geo-pos:lat "48.73496"^^xsd:decimal ;
  geo-pos:long "-1.58212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8514'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58212'^^xsd:double;
  dwc:latitude '48.73496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58212 48.73496, -1.58212 48.73496, -1.58212 48.73496, -1.58212 48.73496, -1.58212 48.73496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8514'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74063 -1.58212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74063 -1.58212)"^^geo:wktLiteral ;
  geo-pos:lat "48.74063"^^xsd:decimal ;
  geo-pos:long "-1.58212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3423'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58212'^^xsd:double;
  dwc:latitude '48.74063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58212 48.74063, -1.58212 48.74063, -1.58212 48.74063, -1.58212 48.74063, -1.58212 48.74063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3423'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75229 -1.58211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75229 -1.58211)"^^geo:wktLiteral ;
  geo-pos:lat "48.75229"^^xsd:decimal ;
  geo-pos:long "-1.58211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7373'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58211'^^xsd:double;
  dwc:latitude '48.75229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58211 48.75229, -1.58211 48.75229, -1.58211 48.75229, -1.58211 48.75229, -1.58211 48.75229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7373'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68353 -1.58209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68353 -1.58209)"^^geo:wktLiteral ;
  geo-pos:lat "48.68353"^^xsd:decimal ;
  geo-pos:long "-1.58209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3922'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58209'^^xsd:double;
  dwc:latitude '48.68353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58209 48.68353, -1.58209 48.68353, -1.58209 48.68353, -1.58209 48.68353, -1.58209 48.68353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3922'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68273 -1.58208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68273 -1.58208)"^^geo:wktLiteral ;
  geo-pos:lat "48.68273"^^xsd:decimal ;
  geo-pos:long "-1.58208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6880'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58208'^^xsd:double;
  dwc:latitude '48.68273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58208 48.68273, -1.58208 48.68273, -1.58208 48.68273, -1.58208 48.68273, -1.58208 48.68273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6880'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68591 -1.58206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68591 -1.58206)"^^geo:wktLiteral ;
  geo-pos:lat "48.68591"^^xsd:decimal ;
  geo-pos:long "-1.58206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6996'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58206'^^xsd:double;
  dwc:latitude '48.68591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58206 48.68591, -1.58206 48.68591, -1.58206 48.68591, -1.58206 48.68591, -1.58206 48.68591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6996'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66418 -1.58204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66418 -1.58204)"^^geo:wktLiteral ;
  geo-pos:lat "48.66418"^^xsd:decimal ;
  geo-pos:long "-1.58204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1796'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58204'^^xsd:double;
  dwc:latitude '48.66418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58204 48.66418, -1.58204 48.66418, -1.58204 48.66418, -1.58204 48.66418, -1.58204 48.66418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1796'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74991 -1.58204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74991 -1.58204)"^^geo:wktLiteral ;
  geo-pos:lat "48.74991"^^xsd:decimal ;
  geo-pos:long "-1.58204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4935'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58204'^^xsd:double;
  dwc:latitude '48.74991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58204 48.74991, -1.58204 48.74991, -1.58204 48.74991, -1.58204 48.74991, -1.58204 48.74991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4935'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64363 -1.58203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64363 -1.58203)"^^geo:wktLiteral ;
  geo-pos:lat "48.64363"^^xsd:decimal ;
  geo-pos:long "-1.58203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12839'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58203'^^xsd:double;
  dwc:latitude '48.64363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58203 48.64363, -1.58203 48.64363, -1.58203 48.64363, -1.58203 48.64363, -1.58203 48.64363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12839'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73963 -1.58203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73963 -1.58203)"^^geo:wktLiteral ;
  geo-pos:lat "48.73963"^^xsd:decimal ;
  geo-pos:long "-1.58203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3424'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58203'^^xsd:double;
  dwc:latitude '48.73963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58203 48.73963, -1.58203 48.73963, -1.58203 48.73963, -1.58203 48.73963, -1.58203 48.73963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3424'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71719 -1.58202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71719 -1.58202)"^^geo:wktLiteral ;
  geo-pos:lat "48.71719"^^xsd:decimal ;
  geo-pos:long "-1.58202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9434'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58202'^^xsd:double;
  dwc:latitude '48.71719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58202 48.71719, -1.58202 48.71719, -1.58202 48.71719, -1.58202 48.71719, -1.58202 48.71719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9434'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65942 -1.58201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65942 -1.58201)"^^geo:wktLiteral ;
  geo-pos:lat "48.65942"^^xsd:decimal ;
  geo-pos:long "-1.58201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6752'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58201'^^xsd:double;
  dwc:latitude '48.65942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58201 48.65942, -1.58201 48.65942, -1.58201 48.65942, -1.58201 48.65942, -1.58201 48.65942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6752'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68857 -1.58201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68857 -1.58201)"^^geo:wktLiteral ;
  geo-pos:lat "48.68857"^^xsd:decimal ;
  geo-pos:long "-1.58201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6161'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58201'^^xsd:double;
  dwc:latitude '48.68857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58201 48.68857, -1.58201 48.68857, -1.58201 48.68857, -1.58201 48.68857, -1.58201 48.68857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6161'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72466 -1.58201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72466 -1.58201)"^^geo:wktLiteral ;
  geo-pos:lat "48.72466"^^xsd:decimal ;
  geo-pos:long "-1.58201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4100'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58201'^^xsd:double;
  dwc:latitude '48.72466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58201 48.72466, -1.58201 48.72466, -1.58201 48.72466, -1.58201 48.72466, -1.58201 48.72466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4100'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68047 -1.582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68047 -1.582)"^^geo:wktLiteral ;
  geo-pos:lat "48.68047"^^xsd:decimal ;
  geo-pos:long "-1.582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9392'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.582'^^xsd:double;
  dwc:latitude '48.68047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.582 48.68047, -1.582 48.68047, -1.582 48.68047, -1.582 48.68047, -1.582 48.68047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9392'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65438 -1.58199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65438 -1.58199)"^^geo:wktLiteral ;
  geo-pos:lat "48.65438"^^xsd:decimal ;
  geo-pos:long "-1.58199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13609'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58199'^^xsd:double;
  dwc:latitude '48.65438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58199 48.65438, -1.58199 48.65438, -1.58199 48.65438, -1.58199 48.65438, -1.58199 48.65438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13609'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68228 -1.58199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68228 -1.58199)"^^geo:wktLiteral ;
  geo-pos:lat "48.68228"^^xsd:decimal ;
  geo-pos:long "-1.58199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5046'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58199'^^xsd:double;
  dwc:latitude '48.68228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58199 48.68228, -1.58199 48.68228, -1.58199 48.68228, -1.58199 48.68228, -1.58199 48.68228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5046'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69091 -1.58199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69091 -1.58199)"^^geo:wktLiteral ;
  geo-pos:lat "48.69091"^^xsd:decimal ;
  geo-pos:long "-1.58199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5525'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58199'^^xsd:double;
  dwc:latitude '48.69091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58199 48.69091, -1.58199 48.69091, -1.58199 48.69091, -1.58199 48.69091, -1.58199 48.69091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5525'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65747 -1.58198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65747"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65747 -1.58198)"^^geo:wktLiteral ;
  geo-pos:lat "48.65747"^^xsd:decimal ;
  geo-pos:long "-1.58198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2827'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58198'^^xsd:double;
  dwc:latitude '48.65747'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58198 48.65747, -1.58198 48.65747, -1.58198 48.65747, -1.58198 48.65747, -1.58198 48.65747))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2827'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72901 -1.58198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72901 -1.58198)"^^geo:wktLiteral ;
  geo-pos:lat "48.72901"^^xsd:decimal ;
  geo-pos:long "-1.58198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2442'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58198'^^xsd:double;
  dwc:latitude '48.72901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58198 48.72901, -1.58198 48.72901, -1.58198 48.72901, -1.58198 48.72901, -1.58198 48.72901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2442'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73234 -1.58198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73234 -1.58198)"^^geo:wktLiteral ;
  geo-pos:lat "48.73234"^^xsd:decimal ;
  geo-pos:long "-1.58198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3351'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58198'^^xsd:double;
  dwc:latitude '48.73234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58198 48.73234, -1.58198 48.73234, -1.58198 48.73234, -1.58198 48.73234, -1.58198 48.73234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3351'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75995 -1.58197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75995 -1.58197)"^^geo:wktLiteral ;
  geo-pos:lat "48.75995"^^xsd:decimal ;
  geo-pos:long "-1.58197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7364'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58197'^^xsd:double;
  dwc:latitude '48.75995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58197 48.75995, -1.58197 48.75995, -1.58197 48.75995, -1.58197 48.75995, -1.58197 48.75995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7364'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73294 -1.58195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73294 -1.58195)"^^geo:wktLiteral ;
  geo-pos:lat "48.73294"^^xsd:decimal ;
  geo-pos:long "-1.58195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3447'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58195'^^xsd:double;
  dwc:latitude '48.73294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58195 48.73294, -1.58195 48.73294, -1.58195 48.73294, -1.58195 48.73294, -1.58195 48.73294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3447'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68005 -1.58194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68005 -1.58194)"^^geo:wktLiteral ;
  geo-pos:lat "48.68005"^^xsd:decimal ;
  geo-pos:long "-1.58194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6736'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58194'^^xsd:double;
  dwc:latitude '48.68005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58194 48.68005, -1.58194 48.68005, -1.58194 48.68005, -1.58194 48.68005, -1.58194 48.68005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6736'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65126 -1.58192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65126 -1.58192)"^^geo:wktLiteral ;
  geo-pos:lat "48.65126"^^xsd:decimal ;
  geo-pos:long "-1.58192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13415'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58192'^^xsd:double;
  dwc:latitude '48.65126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58192 48.65126, -1.58192 48.65126, -1.58192 48.65126, -1.58192 48.65126, -1.58192 48.65126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13415'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69593 -1.58192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69593 -1.58192)"^^geo:wktLiteral ;
  geo-pos:lat "48.69593"^^xsd:decimal ;
  geo-pos:long "-1.58192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4807'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58192'^^xsd:double;
  dwc:latitude '48.69593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58192 48.69593, -1.58192 48.69593, -1.58192 48.69593, -1.58192 48.69593, -1.58192 48.69593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4807'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68639 -1.5819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68639 -1.5819)"^^geo:wktLiteral ;
  geo-pos:lat "48.68639"^^xsd:decimal ;
  geo-pos:long "-1.5819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6170'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5819'^^xsd:double;
  dwc:latitude '48.68639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5819 48.68639, -1.5819 48.68639, -1.5819 48.68639, -1.5819 48.68639, -1.5819 48.68639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6170'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73446 -1.5819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73446"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73446 -1.5819)"^^geo:wktLiteral ;
  geo-pos:lat "48.73446"^^xsd:decimal ;
  geo-pos:long "-1.5819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2437'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5819'^^xsd:double;
  dwc:latitude '48.73446'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5819 48.73446, -1.5819 48.73446, -1.5819 48.73446, -1.5819 48.73446, -1.5819 48.73446))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2437'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7244 -1.58189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7244"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7244 -1.58189)"^^geo:wktLiteral ;
  geo-pos:lat "48.7244"^^xsd:decimal ;
  geo-pos:long "-1.58189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2462'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58189'^^xsd:double;
  dwc:latitude '48.7244'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58189 48.7244, -1.58189 48.7244, -1.58189 48.7244, -1.58189 48.7244, -1.58189 48.7244))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2462'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73027 -1.58189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73027 -1.58189)"^^geo:wktLiteral ;
  geo-pos:lat "48.73027"^^xsd:decimal ;
  geo-pos:long "-1.58189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2439'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58189'^^xsd:double;
  dwc:latitude '48.73027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58189 48.73027, -1.58189 48.73027, -1.58189 48.73027, -1.58189 48.73027, -1.58189 48.73027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2439'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64636 -1.58188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58188"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64636 -1.58188)"^^geo:wktLiteral ;
  geo-pos:lat "48.64636"^^xsd:decimal ;
  geo-pos:long "-1.58188"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12838'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58188'^^xsd:double;
  dwc:latitude '48.64636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58188 48.64636, -1.58188 48.64636, -1.58188 48.64636, -1.58188 48.64636, -1.58188 48.64636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12838'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72514 -1.58187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72514"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72514 -1.58187)"^^geo:wktLiteral ;
  geo-pos:lat "48.72514"^^xsd:decimal ;
  geo-pos:long "-1.58187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4497'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58187'^^xsd:double;
  dwc:latitude '48.72514'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58187 48.72514, -1.58187 48.72514, -1.58187 48.72514, -1.58187 48.72514, -1.58187 48.72514))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4497'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72778 -1.58187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72778 -1.58187)"^^geo:wktLiteral ;
  geo-pos:lat "48.72778"^^xsd:decimal ;
  geo-pos:long "-1.58187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2440'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58187'^^xsd:double;
  dwc:latitude '48.72778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58187 48.72778, -1.58187 48.72778, -1.58187 48.72778, -1.58187 48.72778, -1.58187 48.72778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2440'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66448 -1.58186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66448 -1.58186)"^^geo:wktLiteral ;
  geo-pos:lat "48.66448"^^xsd:decimal ;
  geo-pos:long "-1.58186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3643'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58186'^^xsd:double;
  dwc:latitude '48.66448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58186 48.66448, -1.58186 48.66448, -1.58186 48.66448, -1.58186 48.66448, -1.58186 48.66448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3643'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.736 -1.58186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.736 -1.58186)"^^geo:wktLiteral ;
  geo-pos:lat "48.736"^^xsd:decimal ;
  geo-pos:long "-1.58186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7700'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58186'^^xsd:double;
  dwc:latitude '48.736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58186 48.736, -1.58186 48.736, -1.58186 48.736, -1.58186 48.736, -1.58186 48.736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7700'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68608 -1.58185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68608 -1.58185)"^^geo:wktLiteral ;
  geo-pos:lat "48.68608"^^xsd:decimal ;
  geo-pos:long "-1.58185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5789'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58185'^^xsd:double;
  dwc:latitude '48.68608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58185 48.68608, -1.58185 48.68608, -1.58185 48.68608, -1.58185 48.68608, -1.58185 48.68608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5789'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65743 -1.58184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65743 -1.58184)"^^geo:wktLiteral ;
  geo-pos:lat "48.65743"^^xsd:decimal ;
  geo-pos:long "-1.58184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12591'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58184'^^xsd:double;
  dwc:latitude '48.65743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58184 48.65743, -1.58184 48.65743, -1.58184 48.65743, -1.58184 48.65743, -1.58184 48.65743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12591'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73113 -1.58184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73113 -1.58184)"^^geo:wktLiteral ;
  geo-pos:lat "48.73113"^^xsd:decimal ;
  geo-pos:long "-1.58184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5486'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.58333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58184'^^xsd:double;
  dwc:latitude '48.73113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58184 48.73113, -1.58184 48.73113, -1.58184 48.73113, -1.58184 48.73113, -1.58184 48.73113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5486'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67237 -1.58182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67237 -1.58182)"^^geo:wktLiteral ;
  geo-pos:lat "48.67237"^^xsd:decimal ;
  geo-pos:long "-1.58182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7196'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58182'^^xsd:double;
  dwc:latitude '48.67237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58182 48.67237, -1.58182 48.67237, -1.58182 48.67237, -1.58182 48.67237, -1.58182 48.67237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7196'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6784 -1.58182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6784 -1.58182)"^^geo:wktLiteral ;
  geo-pos:lat "48.6784"^^xsd:decimal ;
  geo-pos:long "-1.58182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6427'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58182'^^xsd:double;
  dwc:latitude '48.6784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58182 48.6784, -1.58182 48.6784, -1.58182 48.6784, -1.58182 48.6784, -1.58182 48.6784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6427'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68215 -1.58182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68215 -1.58182)"^^geo:wktLiteral ;
  geo-pos:lat "48.68215"^^xsd:decimal ;
  geo-pos:long "-1.58182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6795'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58182'^^xsd:double;
  dwc:latitude '48.68215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58182 48.68215, -1.58182 48.68215, -1.58182 48.68215, -1.58182 48.68215, -1.58182 48.68215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6795'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71438 -1.58182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71438 -1.58182)"^^geo:wktLiteral ;
  geo-pos:lat "48.71438"^^xsd:decimal ;
  geo-pos:long "-1.58182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3015'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58182'^^xsd:double;
  dwc:latitude '48.71438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58182 48.71438, -1.58182 48.71438, -1.58182 48.71438, -1.58182 48.71438, -1.58182 48.71438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3015'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7392 -1.58182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7392 -1.58182)"^^geo:wktLiteral ;
  geo-pos:lat "48.7392"^^xsd:decimal ;
  geo-pos:long "-1.58182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6544'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58182'^^xsd:double;
  dwc:latitude '48.7392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58182 48.7392, -1.58182 48.7392, -1.58182 48.7392, -1.58182 48.7392, -1.58182 48.7392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6544'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66026 -1.58178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66026 -1.58178)"^^geo:wktLiteral ;
  geo-pos:lat "48.66026"^^xsd:decimal ;
  geo-pos:long "-1.58178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10739'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58178'^^xsd:double;
  dwc:latitude '48.66026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58178 48.66026, -1.58178 48.66026, -1.58178 48.66026, -1.58178 48.66026, -1.58178 48.66026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10739'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71389 -1.58178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71389 -1.58178)"^^geo:wktLiteral ;
  geo-pos:lat "48.71389"^^xsd:decimal ;
  geo-pos:long "-1.58178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4269'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58178'^^xsd:double;
  dwc:latitude '48.71389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58178 48.71389, -1.58178 48.71389, -1.58178 48.71389, -1.58178 48.71389, -1.58178 48.71389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4269'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67367 -1.58177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67367 -1.58177)"^^geo:wktLiteral ;
  geo-pos:lat "48.67367"^^xsd:decimal ;
  geo-pos:long "-1.58177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3920'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58177'^^xsd:double;
  dwc:latitude '48.67367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58177 48.67367, -1.58177 48.67367, -1.58177 48.67367, -1.58177 48.67367, -1.58177 48.67367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3920'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7214 -1.58176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7214 -1.58176)"^^geo:wktLiteral ;
  geo-pos:lat "48.7214"^^xsd:decimal ;
  geo-pos:long "-1.58176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9752'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58176'^^xsd:double;
  dwc:latitude '48.7214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58176 48.7214, -1.58176 48.7214, -1.58176 48.7214, -1.58176 48.7214, -1.58176 48.7214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9752'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64377 -1.58175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64377 -1.58175)"^^geo:wktLiteral ;
  geo-pos:lat "48.64377"^^xsd:decimal ;
  geo-pos:long "-1.58175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12008'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58175'^^xsd:double;
  dwc:latitude '48.64377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58175 48.64377, -1.58175 48.64377, -1.58175 48.64377, -1.58175 48.64377, -1.58175 48.64377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12008'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66304 -1.58175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66304"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66304 -1.58175)"^^geo:wktLiteral ;
  geo-pos:lat "48.66304"^^xsd:decimal ;
  geo-pos:long "-1.58175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3614'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58175'^^xsd:double;
  dwc:latitude '48.66304'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58175 48.66304, -1.58175 48.66304, -1.58175 48.66304, -1.58175 48.66304, -1.58175 48.66304))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3614'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68003 -1.58175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68003 -1.58175)"^^geo:wktLiteral ;
  geo-pos:lat "48.68003"^^xsd:decimal ;
  geo-pos:long "-1.58175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6305'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58175'^^xsd:double;
  dwc:latitude '48.68003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58175 48.68003, -1.58175 48.68003, -1.58175 48.68003, -1.58175 48.68003, -1.58175 48.68003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6305'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.58175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.58175)"^^geo:wktLiteral ;
  geo-pos:lat "48.69969"^^xsd:decimal ;
  geo-pos:long "-1.58175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4535'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58175'^^xsd:double;
  dwc:latitude '48.69969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58175 48.69969, -1.58175 48.69969, -1.58175 48.69969, -1.58175 48.69969, -1.58175 48.69969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4535'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65009 -1.58174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65009 -1.58174)"^^geo:wktLiteral ;
  geo-pos:lat "48.65009"^^xsd:decimal ;
  geo-pos:long "-1.58174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13210'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58174'^^xsd:double;
  dwc:latitude '48.65009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58174 48.65009, -1.58174 48.65009, -1.58174 48.65009, -1.58174 48.65009, -1.58174 48.65009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13210'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6836 -1.58174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6836 -1.58174)"^^geo:wktLiteral ;
  geo-pos:lat "48.6836"^^xsd:decimal ;
  geo-pos:long "-1.58174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3764'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58174'^^xsd:double;
  dwc:latitude '48.6836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58174 48.6836, -1.58174 48.6836, -1.58174 48.6836, -1.58174 48.6836, -1.58174 48.6836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3764'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70305 -1.58174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70305 -1.58174)"^^geo:wktLiteral ;
  geo-pos:lat "48.70305"^^xsd:decimal ;
  geo-pos:long "-1.58174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4849'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58174'^^xsd:double;
  dwc:latitude '48.70305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58174 48.70305, -1.58174 48.70305, -1.58174 48.70305, -1.58174 48.70305, -1.58174 48.70305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4849'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64674 -1.58171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64674 -1.58171)"^^geo:wktLiteral ;
  geo-pos:lat "48.64674"^^xsd:decimal ;
  geo-pos:long "-1.58171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13463'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58171'^^xsd:double;
  dwc:latitude '48.64674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58171 48.64674, -1.58171 48.64674, -1.58171 48.64674, -1.58171 48.64674, -1.58171 48.64674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13463'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6844 -1.58171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6844 -1.58171)"^^geo:wktLiteral ;
  geo-pos:lat "48.6844"^^xsd:decimal ;
  geo-pos:long "-1.58171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6986'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58171'^^xsd:double;
  dwc:latitude '48.6844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58171 48.6844, -1.58171 48.6844, -1.58171 48.6844, -1.58171 48.6844, -1.58171 48.6844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6986'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68701 -1.58171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68701 -1.58171)"^^geo:wktLiteral ;
  geo-pos:lat "48.68701"^^xsd:decimal ;
  geo-pos:long "-1.58171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10601'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58171'^^xsd:double;
  dwc:latitude '48.68701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58171 48.68701, -1.58171 48.68701, -1.58171 48.68701, -1.58171 48.68701, -1.58171 48.68701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10601'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73247 -1.58171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73247 -1.58171)"^^geo:wktLiteral ;
  geo-pos:lat "48.73247"^^xsd:decimal ;
  geo-pos:long "-1.58171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2539'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58171'^^xsd:double;
  dwc:latitude '48.73247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58171 48.73247, -1.58171 48.73247, -1.58171 48.73247, -1.58171 48.73247, -1.58171 48.73247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2539'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73572 -1.58171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73572 -1.58171)"^^geo:wktLiteral ;
  geo-pos:lat "48.73572"^^xsd:decimal ;
  geo-pos:long "-1.58171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2477'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58171'^^xsd:double;
  dwc:latitude '48.73572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58171 48.73572, -1.58171 48.73572, -1.58171 48.73572, -1.58171 48.73572, -1.58171 48.73572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2477'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6797 -1.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6797 -1.5817)"^^geo:wktLiteral ;
  geo-pos:lat "48.6797"^^xsd:decimal ;
  geo-pos:long "-1.5817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6878'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5817'^^xsd:double;
  dwc:latitude '48.6797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5817 48.6797, -1.5817 48.6797, -1.5817 48.6797, -1.5817 48.6797, -1.5817 48.6797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6878'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70775 -1.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70775 -1.5817)"^^geo:wktLiteral ;
  geo-pos:lat "48.70775"^^xsd:decimal ;
  geo-pos:long "-1.5817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6268'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5817'^^xsd:double;
  dwc:latitude '48.70775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5817 48.70775, -1.5817 48.70775, -1.5817 48.70775, -1.5817 48.70775, -1.5817 48.70775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6268'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73649 -1.5817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73649"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73649 -1.5817)"^^geo:wktLiteral ;
  geo-pos:lat "48.73649"^^xsd:decimal ;
  geo-pos:long "-1.5817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3536'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5817'^^xsd:double;
  dwc:latitude '48.73649'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5817 48.73649, -1.5817 48.73649, -1.5817 48.73649, -1.5817 48.73649, -1.5817 48.73649))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3536'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67316 -1.58169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67316 -1.58169)"^^geo:wktLiteral ;
  geo-pos:lat "48.67316"^^xsd:decimal ;
  geo-pos:long "-1.58169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4419'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58169'^^xsd:double;
  dwc:latitude '48.67316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58169 48.67316, -1.58169 48.67316, -1.58169 48.67316, -1.58169 48.67316, -1.58169 48.67316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4419'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73527 -1.58169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73527 -1.58169)"^^geo:wktLiteral ;
  geo-pos:lat "48.73527"^^xsd:decimal ;
  geo-pos:long "-1.58169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9660'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58169'^^xsd:double;
  dwc:latitude '48.73527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58169 48.73527, -1.58169 48.73527, -1.58169 48.73527, -1.58169 48.73527, -1.58169 48.73527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9660'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67047 -1.58168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67047 -1.58168)"^^geo:wktLiteral ;
  geo-pos:lat "48.67047"^^xsd:decimal ;
  geo-pos:long "-1.58168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3615'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58168'^^xsd:double;
  dwc:latitude '48.67047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58168 48.67047, -1.58168 48.67047, -1.58168 48.67047, -1.58168 48.67047, -1.58168 48.67047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3615'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68181 -1.58168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68181 -1.58168)"^^geo:wktLiteral ;
  geo-pos:lat "48.68181"^^xsd:decimal ;
  geo-pos:long "-1.58168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6237'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58168'^^xsd:double;
  dwc:latitude '48.68181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58168 48.68181, -1.58168 48.68181, -1.58168 48.68181, -1.58168 48.68181, -1.58168 48.68181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6237'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71913 -1.58168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71913 -1.58168)"^^geo:wktLiteral ;
  geo-pos:lat "48.71913"^^xsd:decimal ;
  geo-pos:long "-1.58168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7751'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58168'^^xsd:double;
  dwc:latitude '48.71913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58168 48.71913, -1.58168 48.71913, -1.58168 48.71913, -1.58168 48.71913, -1.58168 48.71913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7751'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67415 -1.58167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67415 -1.58167)"^^geo:wktLiteral ;
  geo-pos:lat "48.67415"^^xsd:decimal ;
  geo-pos:long "-1.58167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6533'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58167'^^xsd:double;
  dwc:latitude '48.67415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58167 48.67415, -1.58167 48.67415, -1.58167 48.67415, -1.58167 48.67415, -1.58167 48.67415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6533'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68437 -1.58167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68437 -1.58167)"^^geo:wktLiteral ;
  geo-pos:lat "48.68437"^^xsd:decimal ;
  geo-pos:long "-1.58167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6451'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58167'^^xsd:double;
  dwc:latitude '48.68437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58167 48.68437, -1.58167 48.68437, -1.58167 48.68437, -1.58167 48.68437, -1.58167 48.68437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6451'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65846 -1.58166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65846 -1.58166)"^^geo:wktLiteral ;
  geo-pos:lat "48.65846"^^xsd:decimal ;
  geo-pos:long "-1.58166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3628'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58166'^^xsd:double;
  dwc:latitude '48.65846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58166 48.65846, -1.58166 48.65846, -1.58166 48.65846, -1.58166 48.65846, -1.58166 48.65846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3628'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68485 -1.58166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68485 -1.58166)"^^geo:wktLiteral ;
  geo-pos:lat "48.68485"^^xsd:decimal ;
  geo-pos:long "-1.58166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5657'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58166'^^xsd:double;
  dwc:latitude '48.68485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58166 48.68485, -1.58166 48.68485, -1.58166 48.68485, -1.58166 48.68485, -1.58166 48.68485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5657'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73254 -1.5816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73254 -1.5816)"^^geo:wktLiteral ;
  geo-pos:lat "48.73254"^^xsd:decimal ;
  geo-pos:long "-1.5816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2421'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5816'^^xsd:double;
  dwc:latitude '48.73254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5816 48.73254, -1.5816 48.73254, -1.5816 48.73254, -1.5816 48.73254, -1.5816 48.73254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2421'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7245 -1.58159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7245 -1.58159)"^^geo:wktLiteral ;
  geo-pos:lat "48.7245"^^xsd:decimal ;
  geo-pos:long "-1.58159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4055'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58159'^^xsd:double;
  dwc:latitude '48.7245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58159 48.7245, -1.58159 48.7245, -1.58159 48.7245, -1.58159 48.7245, -1.58159 48.7245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4055'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74504 -1.58157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74504 -1.58157)"^^geo:wktLiteral ;
  geo-pos:lat "48.74504"^^xsd:decimal ;
  geo-pos:long "-1.58157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1756'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58157'^^xsd:double;
  dwc:latitude '48.74504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58157 48.74504, -1.58157 48.74504, -1.58157 48.74504, -1.58157 48.74504, -1.58157 48.74504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1756'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65423 -1.58156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65423 -1.58156)"^^geo:wktLiteral ;
  geo-pos:lat "48.65423"^^xsd:decimal ;
  geo-pos:long "-1.58156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13353'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58156'^^xsd:double;
  dwc:latitude '48.65423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58156 48.65423, -1.58156 48.65423, -1.58156 48.65423, -1.58156 48.65423, -1.58156 48.65423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13353'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6804 -1.58154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6804 -1.58154)"^^geo:wktLiteral ;
  geo-pos:lat "48.6804"^^xsd:decimal ;
  geo-pos:long "-1.58154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6818'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58154'^^xsd:double;
  dwc:latitude '48.6804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58154 48.6804, -1.58154 48.6804, -1.58154 48.6804, -1.58154 48.6804, -1.58154 48.6804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6818'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72511 -1.58153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72511 -1.58153)"^^geo:wktLiteral ;
  geo-pos:lat "48.72511"^^xsd:decimal ;
  geo-pos:long "-1.58153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8081'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58153'^^xsd:double;
  dwc:latitude '48.72511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58153 48.72511, -1.58153 48.72511, -1.58153 48.72511, -1.58153 48.72511, -1.58153 48.72511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8081'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6726 -1.58152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6726 -1.58152)"^^geo:wktLiteral ;
  geo-pos:lat "48.6726"^^xsd:decimal ;
  geo-pos:long "-1.58152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3844'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58152'^^xsd:double;
  dwc:latitude '48.6726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58152 48.6726, -1.58152 48.6726, -1.58152 48.6726, -1.58152 48.6726, -1.58152 48.6726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3844'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69813 -1.58151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69813 -1.58151)"^^geo:wktLiteral ;
  geo-pos:lat "48.69813"^^xsd:decimal ;
  geo-pos:long "-1.58151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3783'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58151'^^xsd:double;
  dwc:latitude '48.69813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58151 48.69813, -1.58151 48.69813, -1.58151 48.69813, -1.58151 48.69813, -1.58151 48.69813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3783'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71867 -1.58151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71867 -1.58151)"^^geo:wktLiteral ;
  geo-pos:lat "48.71867"^^xsd:decimal ;
  geo-pos:long "-1.58151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10308'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58151'^^xsd:double;
  dwc:latitude '48.71867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58151 48.71867, -1.58151 48.71867, -1.58151 48.71867, -1.58151 48.71867, -1.58151 48.71867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10308'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72319 -1.58151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72319 -1.58151)"^^geo:wktLiteral ;
  geo-pos:lat "48.72319"^^xsd:decimal ;
  geo-pos:long "-1.58151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10492'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58151'^^xsd:double;
  dwc:latitude '48.72319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58151 48.72319, -1.58151 48.72319, -1.58151 48.72319, -1.58151 48.72319, -1.58151 48.72319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10492'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69477 -1.5815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69477 -1.5815)"^^geo:wktLiteral ;
  geo-pos:lat "48.69477"^^xsd:decimal ;
  geo-pos:long "-1.5815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6930'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5815'^^xsd:double;
  dwc:latitude '48.69477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5815 48.69477, -1.5815 48.69477, -1.5815 48.69477, -1.5815 48.69477, -1.5815 48.69477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6930'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68086 -1.58149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68086 -1.58149)"^^geo:wktLiteral ;
  geo-pos:lat "48.68086"^^xsd:decimal ;
  geo-pos:long "-1.58149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5718'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58149'^^xsd:double;
  dwc:latitude '48.68086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58149 48.68086, -1.58149 48.68086, -1.58149 48.68086, -1.58149 48.68086, -1.58149 48.68086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5718'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6825 -1.58149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6825 -1.58149)"^^geo:wktLiteral ;
  geo-pos:lat "48.6825"^^xsd:decimal ;
  geo-pos:long "-1.58149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7055'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58149'^^xsd:double;
  dwc:latitude '48.6825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58149 48.6825, -1.58149 48.6825, -1.58149 48.6825, -1.58149 48.6825, -1.58149 48.6825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7055'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68733 -1.58148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68733 -1.58148)"^^geo:wktLiteral ;
  geo-pos:lat "48.68733"^^xsd:decimal ;
  geo-pos:long "-1.58148"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6939'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58148'^^xsd:double;
  dwc:latitude '48.68733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58148 48.68733, -1.58148 48.68733, -1.58148 48.68733, -1.58148 48.68733, -1.58148 48.68733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6939'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72117 -1.58146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72117 -1.58146)"^^geo:wktLiteral ;
  geo-pos:lat "48.72117"^^xsd:decimal ;
  geo-pos:long "-1.58146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10468'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58146'^^xsd:double;
  dwc:latitude '48.72117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58146 48.72117, -1.58146 48.72117, -1.58146 48.72117, -1.58146 48.72117, -1.58146 48.72117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10468'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64588 -1.58145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64588 -1.58145)"^^geo:wktLiteral ;
  geo-pos:lat "48.64588"^^xsd:decimal ;
  geo-pos:long "-1.58145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13448'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58145'^^xsd:double;
  dwc:latitude '48.64588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58145 48.64588, -1.58145 48.64588, -1.58145 48.64588, -1.58145 48.64588, -1.58145 48.64588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13448'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7082 -1.58145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7082 -1.58145)"^^geo:wktLiteral ;
  geo-pos:lat "48.7082"^^xsd:decimal ;
  geo-pos:long "-1.58145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2328'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58145'^^xsd:double;
  dwc:latitude '48.7082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58145 48.7082, -1.58145 48.7082, -1.58145 48.7082, -1.58145 48.7082, -1.58145 48.7082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2328'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72098 -1.58145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72098 -1.58145)"^^geo:wktLiteral ;
  geo-pos:lat "48.72098"^^xsd:decimal ;
  geo-pos:long "-1.58145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4452'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58145'^^xsd:double;
  dwc:latitude '48.72098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58145 48.72098, -1.58145 48.72098, -1.58145 48.72098, -1.58145 48.72098, -1.58145 48.72098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4452'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67974 -1.58143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67974 -1.58143)"^^geo:wktLiteral ;
  geo-pos:lat "48.67974"^^xsd:decimal ;
  geo-pos:long "-1.58143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3659'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58143'^^xsd:double;
  dwc:latitude '48.67974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58143 48.67974, -1.58143 48.67974, -1.58143 48.67974, -1.58143 48.67974, -1.58143 48.67974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3659'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66365 -1.58141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66365 -1.58141)"^^geo:wktLiteral ;
  geo-pos:lat "48.66365"^^xsd:decimal ;
  geo-pos:long "-1.58141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11759'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58141'^^xsd:double;
  dwc:latitude '48.66365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58141 48.66365, -1.58141 48.66365, -1.58141 48.66365, -1.58141 48.66365, -1.58141 48.66365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11759'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68314 -1.5814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68314 -1.5814)"^^geo:wktLiteral ;
  geo-pos:lat "48.68314"^^xsd:decimal ;
  geo-pos:long "-1.5814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7965'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5814'^^xsd:double;
  dwc:latitude '48.68314'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5814 48.68314, -1.5814 48.68314, -1.5814 48.68314, -1.5814 48.68314, -1.5814 48.68314))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7965'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64372 -1.58139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64372 -1.58139)"^^geo:wktLiteral ;
  geo-pos:lat "48.64372"^^xsd:decimal ;
  geo-pos:long "-1.58139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12708'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58139'^^xsd:double;
  dwc:latitude '48.64372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58139 48.64372, -1.58139 48.64372, -1.58139 48.64372, -1.58139 48.64372, -1.58139 48.64372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12708'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67765 -1.58138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67765 -1.58138)"^^geo:wktLiteral ;
  geo-pos:lat "48.67765"^^xsd:decimal ;
  geo-pos:long "-1.58138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5654'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58138'^^xsd:double;
  dwc:latitude '48.67765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58138 48.67765, -1.58138 48.67765, -1.58138 48.67765, -1.58138 48.67765, -1.58138 48.67765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5654'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69534 -1.58137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69534"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69534 -1.58137)"^^geo:wktLiteral ;
  geo-pos:lat "48.69534"^^xsd:decimal ;
  geo-pos:long "-1.58137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6475'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58137'^^xsd:double;
  dwc:latitude '48.69534'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58137 48.69534, -1.58137 48.69534, -1.58137 48.69534, -1.58137 48.69534, -1.58137 48.69534))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6475'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70305 -1.58137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70305 -1.58137)"^^geo:wktLiteral ;
  geo-pos:lat "48.70305"^^xsd:decimal ;
  geo-pos:long "-1.58137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2118'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58137'^^xsd:double;
  dwc:latitude '48.70305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58137 48.70305, -1.58137 48.70305, -1.58137 48.70305, -1.58137 48.70305, -1.58137 48.70305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2118'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.58131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.58131)"^^geo:wktLiteral ;
  geo-pos:lat "48.66845"^^xsd:decimal ;
  geo-pos:long "-1.58131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11287'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58131'^^xsd:double;
  dwc:latitude '48.66845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58131 48.66845, -1.58131 48.66845, -1.58131 48.66845, -1.58131 48.66845, -1.58131 48.66845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11287'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69352 -1.58131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69352 -1.58131)"^^geo:wktLiteral ;
  geo-pos:lat "48.69352"^^xsd:decimal ;
  geo-pos:long "-1.58131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6590'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58131'^^xsd:double;
  dwc:latitude '48.69352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58131 48.69352, -1.58131 48.69352, -1.58131 48.69352, -1.58131 48.69352, -1.58131 48.69352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6590'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65947 -1.5813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65947 -1.5813)"^^geo:wktLiteral ;
  geo-pos:lat "48.65947"^^xsd:decimal ;
  geo-pos:long "-1.5813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12717'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5813'^^xsd:double;
  dwc:latitude '48.65947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5813 48.65947, -1.5813 48.65947, -1.5813 48.65947, -1.5813 48.65947, -1.5813 48.65947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12717'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68127 -1.5813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68127"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68127 -1.5813)"^^geo:wktLiteral ;
  geo-pos:lat "48.68127"^^xsd:decimal ;
  geo-pos:long "-1.5813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6738'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5813'^^xsd:double;
  dwc:latitude '48.68127'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5813 48.68127, -1.5813 48.68127, -1.5813 48.68127, -1.5813 48.68127, -1.5813 48.68127))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6738'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67643 -1.58129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67643 -1.58129)"^^geo:wktLiteral ;
  geo-pos:lat "48.67643"^^xsd:decimal ;
  geo-pos:long "-1.58129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3848'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58129'^^xsd:double;
  dwc:latitude '48.67643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58129 48.67643, -1.58129 48.67643, -1.58129 48.67643, -1.58129 48.67643, -1.58129 48.67643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3848'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68521 -1.58128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68521 -1.58128)"^^geo:wktLiteral ;
  geo-pos:lat "48.68521"^^xsd:decimal ;
  geo-pos:long "-1.58128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9983'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58128'^^xsd:double;
  dwc:latitude '48.68521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58128 48.68521, -1.58128 48.68521, -1.58128 48.68521, -1.58128 48.68521, -1.58128 48.68521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9983'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67314 -1.58127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67314 -1.58127)"^^geo:wktLiteral ;
  geo-pos:lat "48.67314"^^xsd:decimal ;
  geo-pos:long "-1.58127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3697'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '17.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58127'^^xsd:double;
  dwc:latitude '48.67314'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58127 48.67314, -1.58127 48.67314, -1.58127 48.67314, -1.58127 48.67314, -1.58127 48.67314))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3697'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68566 -1.58127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68566"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68566 -1.58127)"^^geo:wktLiteral ;
  geo-pos:lat "48.68566"^^xsd:decimal ;
  geo-pos:long "-1.58127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10742'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58127'^^xsd:double;
  dwc:latitude '48.68566'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58127 48.68566, -1.58127 48.68566, -1.58127 48.68566, -1.58127 48.68566, -1.58127 48.68566))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10742'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72302 -1.58127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72302 -1.58127)"^^geo:wktLiteral ;
  geo-pos:lat "48.72302"^^xsd:decimal ;
  geo-pos:long "-1.58127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5239'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58127'^^xsd:double;
  dwc:latitude '48.72302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58127 48.72302, -1.58127 48.72302, -1.58127 48.72302, -1.58127 48.72302, -1.58127 48.72302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5239'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6819 -1.58125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6819 -1.58125)"^^geo:wktLiteral ;
  geo-pos:lat "48.6819"^^xsd:decimal ;
  geo-pos:long "-1.58125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5958'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58125'^^xsd:double;
  dwc:latitude '48.6819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58125 48.6819, -1.58125 48.6819, -1.58125 48.6819, -1.58125 48.6819, -1.58125 48.6819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5958'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68391 -1.58125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68391"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68391 -1.58125)"^^geo:wktLiteral ;
  geo-pos:lat "48.68391"^^xsd:decimal ;
  geo-pos:long "-1.58125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5521'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58125'^^xsd:double;
  dwc:latitude '48.68391'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58125 48.68391, -1.58125 48.68391, -1.58125 48.68391, -1.58125 48.68391, -1.58125 48.68391))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5521'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65677 -1.58123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65677 -1.58123)"^^geo:wktLiteral ;
  geo-pos:lat "48.65677"^^xsd:decimal ;
  geo-pos:long "-1.58123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1671'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58123'^^xsd:double;
  dwc:latitude '48.65677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58123 48.65677, -1.58123 48.65677, -1.58123 48.65677, -1.58123 48.65677, -1.58123 48.65677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1671'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68152 -1.58123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68152"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68152 -1.58123)"^^geo:wktLiteral ;
  geo-pos:lat "48.68152"^^xsd:decimal ;
  geo-pos:long "-1.58123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5267'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58123'^^xsd:double;
  dwc:latitude '48.68152'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58123 48.68152, -1.58123 48.68152, -1.58123 48.68152, -1.58123 48.68152, -1.58123 48.68152))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5267'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68595 -1.58122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68595 -1.58122)"^^geo:wktLiteral ;
  geo-pos:lat "48.68595"^^xsd:decimal ;
  geo-pos:long "-1.58122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10600'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58122'^^xsd:double;
  dwc:latitude '48.68595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58122 48.68595, -1.58122 48.68595, -1.58122 48.68595, -1.58122 48.68595, -1.58122 48.68595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10600'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75479 -1.58122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75479 -1.58122)"^^geo:wktLiteral ;
  geo-pos:lat "48.75479"^^xsd:decimal ;
  geo-pos:long "-1.58122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4934'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58122'^^xsd:double;
  dwc:latitude '48.75479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58122 48.75479, -1.58122 48.75479, -1.58122 48.75479, -1.58122 48.75479, -1.58122 48.75479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4934'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6735 -1.58121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6735 -1.58121)"^^geo:wktLiteral ;
  geo-pos:lat "48.6735"^^xsd:decimal ;
  geo-pos:long "-1.58121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7037'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58121'^^xsd:double;
  dwc:latitude '48.6735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58121 48.6735, -1.58121 48.6735, -1.58121 48.6735, -1.58121 48.6735, -1.58121 48.6735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7037'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74081 -1.58121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74081 -1.58121)"^^geo:wktLiteral ;
  geo-pos:lat "48.74081"^^xsd:decimal ;
  geo-pos:long "-1.58121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9548'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58121'^^xsd:double;
  dwc:latitude '48.74081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58121 48.74081, -1.58121 48.74081, -1.58121 48.74081, -1.58121 48.74081, -1.58121 48.74081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9548'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69631 -1.5812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69631 -1.5812)"^^geo:wktLiteral ;
  geo-pos:lat "48.69631"^^xsd:decimal ;
  geo-pos:long "-1.5812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5065'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5812'^^xsd:double;
  dwc:latitude '48.69631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5812 48.69631, -1.5812 48.69631, -1.5812 48.69631, -1.5812 48.69631, -1.5812 48.69631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5065'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68212 -1.58118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68212"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68212 -1.58118)"^^geo:wktLiteral ;
  geo-pos:lat "48.68212"^^xsd:decimal ;
  geo-pos:long "-1.58118"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6764'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58118'^^xsd:double;
  dwc:latitude '48.68212'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58118 48.68212, -1.58118 48.68212, -1.58118 48.68212, -1.58118 48.68212, -1.58118 48.68212))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6764'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73819 -1.58118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73819 -1.58118)"^^geo:wktLiteral ;
  geo-pos:lat "48.73819"^^xsd:decimal ;
  geo-pos:long "-1.58118"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9145'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58118'^^xsd:double;
  dwc:latitude '48.73819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58118 48.73819, -1.58118 48.73819, -1.58118 48.73819, -1.58118 48.73819, -1.58118 48.73819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9145'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64413 -1.58117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64413 -1.58117)"^^geo:wktLiteral ;
  geo-pos:lat "48.64413"^^xsd:decimal ;
  geo-pos:long "-1.58117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12827'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58117'^^xsd:double;
  dwc:latitude '48.64413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58117 48.64413, -1.58117 48.64413, -1.58117 48.64413, -1.58117 48.64413, -1.58117 48.64413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12827'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66437 -1.58117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66437 -1.58117)"^^geo:wktLiteral ;
  geo-pos:lat "48.66437"^^xsd:decimal ;
  geo-pos:long "-1.58117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5633'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58117'^^xsd:double;
  dwc:latitude '48.66437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58117 48.66437, -1.58117 48.66437, -1.58117 48.66437, -1.58117 48.66437, -1.58117 48.66437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5633'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.58116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.58116)"^^geo:wktLiteral ;
  geo-pos:lat "48.65629"^^xsd:decimal ;
  geo-pos:long "-1.58116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12365'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58116'^^xsd:double;
  dwc:latitude '48.65629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58116 48.65629, -1.58116 48.65629, -1.58116 48.65629, -1.58116 48.65629, -1.58116 48.65629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12365'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68401 -1.58116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68401 -1.58116)"^^geo:wktLiteral ;
  geo-pos:lat "48.68401"^^xsd:decimal ;
  geo-pos:long "-1.58116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5354'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58116'^^xsd:double;
  dwc:latitude '48.68401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58116 48.68401, -1.58116 48.68401, -1.58116 48.68401, -1.58116 48.68401, -1.58116 48.68401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5354'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.696 -1.58116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.696 -1.58116)"^^geo:wktLiteral ;
  geo-pos:lat "48.696"^^xsd:decimal ;
  geo-pos:long "-1.58116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6273'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58116'^^xsd:double;
  dwc:latitude '48.696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58116 48.696, -1.58116 48.696, -1.58116 48.696, -1.58116 48.696, -1.58116 48.696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6273'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72982 -1.58115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72982 -1.58115)"^^geo:wktLiteral ;
  geo-pos:lat "48.72982"^^xsd:decimal ;
  geo-pos:long "-1.58115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2568'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58115'^^xsd:double;
  dwc:latitude '48.72982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58115 48.72982, -1.58115 48.72982, -1.58115 48.72982, -1.58115 48.72982, -1.58115 48.72982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2568'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68404 -1.58114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68404 -1.58114)"^^geo:wktLiteral ;
  geo-pos:lat "48.68404"^^xsd:decimal ;
  geo-pos:long "-1.58114"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4781'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58114'^^xsd:double;
  dwc:latitude '48.68404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58114 48.68404, -1.58114 48.68404, -1.58114 48.68404, -1.58114 48.68404, -1.58114 48.68404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4781'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69224 -1.58114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69224 -1.58114)"^^geo:wktLiteral ;
  geo-pos:lat "48.69224"^^xsd:decimal ;
  geo-pos:long "-1.58114"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9127'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58114'^^xsd:double;
  dwc:latitude '48.69224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58114 48.69224, -1.58114 48.69224, -1.58114 48.69224, -1.58114 48.69224, -1.58114 48.69224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9127'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71989 -1.58114)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58114"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71989 -1.58114)"^^geo:wktLiteral ;
  geo-pos:lat "48.71989"^^xsd:decimal ;
  geo-pos:long "-1.58114"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8146'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58114'^^xsd:double;
  dwc:latitude '48.71989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58114 48.71989, -1.58114 48.71989, -1.58114 48.71989, -1.58114 48.71989, -1.58114 48.71989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8146'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68245 -1.58113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68245 -1.58113)"^^geo:wktLiteral ;
  geo-pos:lat "48.68245"^^xsd:decimal ;
  geo-pos:long "-1.58113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6767'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58113'^^xsd:double;
  dwc:latitude '48.68245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58113 48.68245, -1.58113 48.68245, -1.58113 48.68245, -1.58113 48.68245, -1.58113 48.68245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6767'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64304 -1.58111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64304"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64304 -1.58111)"^^geo:wktLiteral ;
  geo-pos:lat "48.64304"^^xsd:decimal ;
  geo-pos:long "-1.58111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11246'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58111'^^xsd:double;
  dwc:latitude '48.64304'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58111 48.64304, -1.58111 48.64304, -1.58111 48.64304, -1.58111 48.64304, -1.58111 48.64304))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11246'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74449 -1.58111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74449 -1.58111)"^^geo:wktLiteral ;
  geo-pos:lat "48.74449"^^xsd:decimal ;
  geo-pos:long "-1.58111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1755'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58111'^^xsd:double;
  dwc:latitude '48.74449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58111 48.74449, -1.58111 48.74449, -1.58111 48.74449, -1.58111 48.74449, -1.58111 48.74449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1755'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68527 -1.5811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68527 -1.5811)"^^geo:wktLiteral ;
  geo-pos:lat "48.68527"^^xsd:decimal ;
  geo-pos:long "-1.5811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10686'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5811'^^xsd:double;
  dwc:latitude '48.68527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5811 48.68527, -1.5811 48.68527, -1.5811 48.68527, -1.5811 48.68527, -1.5811 48.68527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10686'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67608 -1.58109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67608 -1.58109)"^^geo:wktLiteral ;
  geo-pos:lat "48.67608"^^xsd:decimal ;
  geo-pos:long "-1.58109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3901'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58109'^^xsd:double;
  dwc:latitude '48.67608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58109 48.67608, -1.58109 48.67608, -1.58109 48.67608, -1.58109 48.67608, -1.58109 48.67608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3901'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68563 -1.58109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68563 -1.58109)"^^geo:wktLiteral ;
  geo-pos:lat "48.68563"^^xsd:decimal ;
  geo-pos:long "-1.58109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6984'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58109'^^xsd:double;
  dwc:latitude '48.68563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58109 48.68563, -1.58109 48.68563, -1.58109 48.68563, -1.58109 48.68563, -1.58109 48.68563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6984'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6962 -1.58109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6962 -1.58109)"^^geo:wktLiteral ;
  geo-pos:lat "48.6962"^^xsd:decimal ;
  geo-pos:long "-1.58109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4203'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58109'^^xsd:double;
  dwc:latitude '48.6962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58109 48.6962, -1.58109 48.6962, -1.58109 48.6962, -1.58109 48.6962, -1.58109 48.6962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4203'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64757 -1.58108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64757"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64757 -1.58108)"^^geo:wktLiteral ;
  geo-pos:lat "48.64757"^^xsd:decimal ;
  geo-pos:long "-1.58108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12363'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58108'^^xsd:double;
  dwc:latitude '48.64757'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58108 48.64757, -1.58108 48.64757, -1.58108 48.64757, -1.58108 48.64757, -1.58108 48.64757))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12363'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66469 -1.58108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66469 -1.58108)"^^geo:wktLiteral ;
  geo-pos:lat "48.66469"^^xsd:decimal ;
  geo-pos:long "-1.58108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1769'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58108'^^xsd:double;
  dwc:latitude '48.66469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58108 48.66469, -1.58108 48.66469, -1.58108 48.66469, -1.58108 48.66469, -1.58108 48.66469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1769'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66616 -1.58108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66616 -1.58108)"^^geo:wktLiteral ;
  geo-pos:lat "48.66616"^^xsd:decimal ;
  geo-pos:long "-1.58108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_13127'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58108'^^xsd:double;
  dwc:latitude '48.66616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58108 48.66616, -1.58108 48.66616, -1.58108 48.66616, -1.58108 48.66616, -1.58108 48.66616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13127'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67881 -1.58108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67881"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67881 -1.58108)"^^geo:wktLiteral ;
  geo-pos:lat "48.67881"^^xsd:decimal ;
  geo-pos:long "-1.58108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7195'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58108'^^xsd:double;
  dwc:latitude '48.67881'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58108 48.67881, -1.58108 48.67881, -1.58108 48.67881, -1.58108 48.67881, -1.58108 48.67881))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7195'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6817 -1.58108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6817 -1.58108)"^^geo:wktLiteral ;
  geo-pos:lat "48.6817"^^xsd:decimal ;
  geo-pos:long "-1.58108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6104'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58108'^^xsd:double;
  dwc:latitude '48.6817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58108 48.6817, -1.58108 48.6817, -1.58108 48.6817, -1.58108 48.6817, -1.58108 48.6817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6104'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68913 -1.58108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68913 -1.58108)"^^geo:wktLiteral ;
  geo-pos:lat "48.68913"^^xsd:decimal ;
  geo-pos:long "-1.58108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8424'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58108'^^xsd:double;
  dwc:latitude '48.68913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58108 48.68913, -1.58108 48.68913, -1.58108 48.68913, -1.58108 48.68913, -1.58108 48.68913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8424'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6981 -1.58108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6981"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6981 -1.58108)"^^geo:wktLiteral ;
  geo-pos:lat "48.6981"^^xsd:decimal ;
  geo-pos:long "-1.58108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5026'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58108'^^xsd:double;
  dwc:latitude '48.6981'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58108 48.6981, -1.58108 48.6981, -1.58108 48.6981, -1.58108 48.6981, -1.58108 48.6981))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5026'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72066 -1.58108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72066 -1.58108)"^^geo:wktLiteral ;
  geo-pos:lat "48.72066"^^xsd:decimal ;
  geo-pos:long "-1.58108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2978'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58108'^^xsd:double;
  dwc:latitude '48.72066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58108 48.72066, -1.58108 48.72066, -1.58108 48.72066, -1.58108 48.72066, -1.58108 48.72066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2978'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72798 -1.58108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72798 -1.58108)"^^geo:wktLiteral ;
  geo-pos:lat "48.72798"^^xsd:decimal ;
  geo-pos:long "-1.58108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7764'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58108'^^xsd:double;
  dwc:latitude '48.72798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58108 48.72798, -1.58108 48.72798, -1.58108 48.72798, -1.58108 48.72798, -1.58108 48.72798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7764'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73527 -1.58106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73527 -1.58106)"^^geo:wktLiteral ;
  geo-pos:lat "48.73527"^^xsd:decimal ;
  geo-pos:long "-1.58106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3559'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58106'^^xsd:double;
  dwc:latitude '48.73527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58106 48.73527, -1.58106 48.73527, -1.58106 48.73527, -1.58106 48.73527, -1.58106 48.73527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3559'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65487 -1.58104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65487 -1.58104)"^^geo:wktLiteral ;
  geo-pos:lat "48.65487"^^xsd:decimal ;
  geo-pos:long "-1.58104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12732'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58104'^^xsd:double;
  dwc:latitude '48.65487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58104 48.65487, -1.58104 48.65487, -1.58104 48.65487, -1.58104 48.65487, -1.58104 48.65487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12732'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72488 -1.58103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72488"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72488 -1.58103)"^^geo:wktLiteral ;
  geo-pos:lat "48.72488"^^xsd:decimal ;
  geo-pos:long "-1.58103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4101'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58103'^^xsd:double;
  dwc:latitude '48.72488'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58103 48.72488, -1.58103 48.72488, -1.58103 48.72488, -1.58103 48.72488, -1.58103 48.72488))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4101'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66908 -1.581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66908 -1.581)"^^geo:wktLiteral ;
  geo-pos:lat "48.66908"^^xsd:decimal ;
  geo-pos:long "-1.581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10935'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.581'^^xsd:double;
  dwc:latitude '48.66908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.581 48.66908, -1.581 48.66908, -1.581 48.66908, -1.581 48.66908, -1.581 48.66908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10935'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74312 -1.58099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74312"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74312 -1.58099)"^^geo:wktLiteral ;
  geo-pos:lat "48.74312"^^xsd:decimal ;
  geo-pos:long "-1.58099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6264'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58099'^^xsd:double;
  dwc:latitude '48.74312'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58099 48.74312, -1.58099 48.74312, -1.58099 48.74312, -1.58099 48.74312, -1.58099 48.74312))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6264'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67724 -1.58098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67724 -1.58098)"^^geo:wktLiteral ;
  geo-pos:lat "48.67724"^^xsd:decimal ;
  geo-pos:long "-1.58098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6741'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58098'^^xsd:double;
  dwc:latitude '48.67724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58098 48.67724, -1.58098 48.67724, -1.58098 48.67724, -1.58098 48.67724, -1.58098 48.67724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6741'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7151 -1.58098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7151"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7151 -1.58098)"^^geo:wktLiteral ;
  geo-pos:lat "48.7151"^^xsd:decimal ;
  geo-pos:long "-1.58098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5029'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58098'^^xsd:double;
  dwc:latitude '48.7151'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58098 48.7151, -1.58098 48.7151, -1.58098 48.7151, -1.58098 48.7151, -1.58098 48.7151))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5029'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68352 -1.58096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68352 -1.58096)"^^geo:wktLiteral ;
  geo-pos:lat "48.68352"^^xsd:decimal ;
  geo-pos:long "-1.58096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6328'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58096'^^xsd:double;
  dwc:latitude '48.68352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58096 48.68352, -1.58096 48.68352, -1.58096 48.68352, -1.58096 48.68352, -1.58096 48.68352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6328'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68417 -1.58096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68417 -1.58096)"^^geo:wktLiteral ;
  geo-pos:lat "48.68417"^^xsd:decimal ;
  geo-pos:long "-1.58096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6882'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58096'^^xsd:double;
  dwc:latitude '48.68417'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58096 48.68417, -1.58096 48.68417, -1.58096 48.68417, -1.58096 48.68417, -1.58096 48.68417))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6882'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71684 -1.58096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71684 -1.58096)"^^geo:wktLiteral ;
  geo-pos:lat "48.71684"^^xsd:decimal ;
  geo-pos:long "-1.58096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3943'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58096'^^xsd:double;
  dwc:latitude '48.71684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58096 48.71684, -1.58096 48.71684, -1.58096 48.71684, -1.58096 48.71684, -1.58096 48.71684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3943'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65573 -1.58094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65573"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65573 -1.58094)"^^geo:wktLiteral ;
  geo-pos:lat "48.65573"^^xsd:decimal ;
  geo-pos:long "-1.58094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12109'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58094'^^xsd:double;
  dwc:latitude '48.65573'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58094 48.65573, -1.58094 48.65573, -1.58094 48.65573, -1.58094 48.65573, -1.58094 48.65573))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12109'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65632 -1.58094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65632 -1.58094)"^^geo:wktLiteral ;
  geo-pos:lat "48.65632"^^xsd:decimal ;
  geo-pos:long "-1.58094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3209'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58094'^^xsd:double;
  dwc:latitude '48.65632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58094 48.65632, -1.58094 48.65632, -1.58094 48.65632, -1.58094 48.65632, -1.58094 48.65632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3209'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69323 -1.58094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69323 -1.58094)"^^geo:wktLiteral ;
  geo-pos:lat "48.69323"^^xsd:decimal ;
  geo-pos:long "-1.58094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6876'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58094'^^xsd:double;
  dwc:latitude '48.69323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58094 48.69323, -1.58094 48.69323, -1.58094 48.69323, -1.58094 48.69323, -1.58094 48.69323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6876'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71072 -1.58094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71072 -1.58094)"^^geo:wktLiteral ;
  geo-pos:lat "48.71072"^^xsd:decimal ;
  geo-pos:long "-1.58094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1749'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58094'^^xsd:double;
  dwc:latitude '48.71072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58094 48.71072, -1.58094 48.71072, -1.58094 48.71072, -1.58094 48.71072, -1.58094 48.71072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1749'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7117 -1.58094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7117 -1.58094)"^^geo:wktLiteral ;
  geo-pos:lat "48.7117"^^xsd:decimal ;
  geo-pos:long "-1.58094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4273'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58094'^^xsd:double;
  dwc:latitude '48.7117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58094 48.7117, -1.58094 48.7117, -1.58094 48.7117, -1.58094 48.7117, -1.58094 48.7117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4273'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68397 -1.58093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68397 -1.58093)"^^geo:wktLiteral ;
  geo-pos:lat "48.68397"^^xsd:decimal ;
  geo-pos:long "-1.58093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6808'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58093'^^xsd:double;
  dwc:latitude '48.68397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58093 48.68397, -1.58093 48.68397, -1.58093 48.68397, -1.58093 48.68397, -1.58093 48.68397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6808'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68418 -1.58093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68418 -1.58093)"^^geo:wktLiteral ;
  geo-pos:lat "48.68418"^^xsd:decimal ;
  geo-pos:long "-1.58093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5447'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58093'^^xsd:double;
  dwc:latitude '48.68418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58093 48.68418, -1.58093 48.68418, -1.58093 48.68418, -1.58093 48.68418, -1.58093 48.68418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5447'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70599 -1.58093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70599 -1.58093)"^^geo:wktLiteral ;
  geo-pos:lat "48.70599"^^xsd:decimal ;
  geo-pos:long "-1.58093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5084'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58093'^^xsd:double;
  dwc:latitude '48.70599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58093 48.70599, -1.58093 48.70599, -1.58093 48.70599, -1.58093 48.70599, -1.58093 48.70599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5084'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6561 -1.58089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6561 -1.58089)"^^geo:wktLiteral ;
  geo-pos:lat "48.6561"^^xsd:decimal ;
  geo-pos:long "-1.58089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12590'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58089'^^xsd:double;
  dwc:latitude '48.6561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58089 48.6561, -1.58089 48.6561, -1.58089 48.6561, -1.58089 48.6561, -1.58089 48.6561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12590'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72054 -1.58089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72054 -1.58089)"^^geo:wktLiteral ;
  geo-pos:lat "48.72054"^^xsd:decimal ;
  geo-pos:long "-1.58089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6555'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58089'^^xsd:double;
  dwc:latitude '48.72054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58089 48.72054, -1.58089 48.72054, -1.58089 48.72054, -1.58089 48.72054, -1.58089 48.72054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6555'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73798 -1.58087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73798 -1.58087)"^^geo:wktLiteral ;
  geo-pos:lat "48.73798"^^xsd:decimal ;
  geo-pos:long "-1.58087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3425'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58087'^^xsd:double;
  dwc:latitude '48.73798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58087 48.73798, -1.58087 48.73798, -1.58087 48.73798, -1.58087 48.73798, -1.58087 48.73798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3425'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65616 -1.58086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65616 -1.58086)"^^geo:wktLiteral ;
  geo-pos:lat "48.65616"^^xsd:decimal ;
  geo-pos:long "-1.58086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5303'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58086'^^xsd:double;
  dwc:latitude '48.65616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58086 48.65616, -1.58086 48.65616, -1.58086 48.65616, -1.58086 48.65616, -1.58086 48.65616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5303'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.58085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.58085)"^^geo:wktLiteral ;
  geo-pos:lat "48.68818"^^xsd:decimal ;
  geo-pos:long "-1.58085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9529'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58085'^^xsd:double;
  dwc:latitude '48.68818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58085 48.68818, -1.58085 48.68818, -1.58085 48.68818, -1.58085 48.68818, -1.58085 48.68818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9529'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66517 -1.58084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66517 -1.58084)"^^geo:wktLiteral ;
  geo-pos:lat "48.66517"^^xsd:decimal ;
  geo-pos:long "-1.58084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8951'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58084'^^xsd:double;
  dwc:latitude '48.66517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58084 48.66517, -1.58084 48.66517, -1.58084 48.66517, -1.58084 48.66517, -1.58084 48.66517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8951'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66825 -1.58084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66825 -1.58084)"^^geo:wktLiteral ;
  geo-pos:lat "48.66825"^^xsd:decimal ;
  geo-pos:long "-1.58084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6355'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58084'^^xsd:double;
  dwc:latitude '48.66825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58084 48.66825, -1.58084 48.66825, -1.58084 48.66825, -1.58084 48.66825, -1.58084 48.66825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6355'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72142 -1.58083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72142 -1.58083)"^^geo:wktLiteral ;
  geo-pos:lat "48.72142"^^xsd:decimal ;
  geo-pos:long "-1.58083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5031'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58083'^^xsd:double;
  dwc:latitude '48.72142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58083 48.72142, -1.58083 48.72142, -1.58083 48.72142, -1.58083 48.72142, -1.58083 48.72142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5031'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68294 -1.58082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68294 -1.58082)"^^geo:wktLiteral ;
  geo-pos:lat "48.68294"^^xsd:decimal ;
  geo-pos:long "-1.58082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5377'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58082'^^xsd:double;
  dwc:latitude '48.68294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58082 48.68294, -1.58082 48.68294, -1.58082 48.68294, -1.58082 48.68294, -1.58082 48.68294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5377'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70903 -1.58081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70903 -1.58081)"^^geo:wktLiteral ;
  geo-pos:lat "48.70903"^^xsd:decimal ;
  geo-pos:long "-1.58081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2329'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58081'^^xsd:double;
  dwc:latitude '48.70903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58081 48.70903, -1.58081 48.70903, -1.58081 48.70903, -1.58081 48.70903, -1.58081 48.70903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2329'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68248 -1.5808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68248 -1.5808)"^^geo:wktLiteral ;
  geo-pos:lat "48.68248"^^xsd:decimal ;
  geo-pos:long "-1.5808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5120'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5808'^^xsd:double;
  dwc:latitude '48.68248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5808 48.68248, -1.5808 48.68248, -1.5808 48.68248, -1.5808 48.68248, -1.5808 48.68248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5120'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72582 -1.58079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72582 -1.58079)"^^geo:wktLiteral ;
  geo-pos:lat "48.72582"^^xsd:decimal ;
  geo-pos:long "-1.58079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2459'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58079'^^xsd:double;
  dwc:latitude '48.72582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58079 48.72582, -1.58079 48.72582, -1.58079 48.72582, -1.58079 48.72582, -1.58079 48.72582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2459'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74441 -1.58079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74441 -1.58079)"^^geo:wktLiteral ;
  geo-pos:lat "48.74441"^^xsd:decimal ;
  geo-pos:long "-1.58079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5463'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58079'^^xsd:double;
  dwc:latitude '48.74441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58079 48.74441, -1.58079 48.74441, -1.58079 48.74441, -1.58079 48.74441, -1.58079 48.74441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5463'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65494 -1.58078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65494"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65494 -1.58078)"^^geo:wktLiteral ;
  geo-pos:lat "48.65494"^^xsd:decimal ;
  geo-pos:long "-1.58078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12021'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58078'^^xsd:double;
  dwc:latitude '48.65494'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58078 48.65494, -1.58078 48.65494, -1.58078 48.65494, -1.58078 48.65494, -1.58078 48.65494))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12021'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70054 -1.58077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70054 -1.58077)"^^geo:wktLiteral ;
  geo-pos:lat "48.70054"^^xsd:decimal ;
  geo-pos:long "-1.58077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8478'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58077'^^xsd:double;
  dwc:latitude '48.70054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58077 48.70054, -1.58077 48.70054, -1.58077 48.70054, -1.58077 48.70054, -1.58077 48.70054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8478'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68228 -1.58075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68228 -1.58075)"^^geo:wktLiteral ;
  geo-pos:lat "48.68228"^^xsd:decimal ;
  geo-pos:long "-1.58075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7230'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58075'^^xsd:double;
  dwc:latitude '48.68228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58075 48.68228, -1.58075 48.68228, -1.58075 48.68228, -1.58075 48.68228, -1.58075 48.68228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7230'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68576 -1.58075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68576 -1.58075)"^^geo:wktLiteral ;
  geo-pos:lat "48.68576"^^xsd:decimal ;
  geo-pos:long "-1.58075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10741'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58075'^^xsd:double;
  dwc:latitude '48.68576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58075 48.68576, -1.58075 48.68576, -1.58075 48.68576, -1.58075 48.68576, -1.58075 48.68576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10741'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72916 -1.58075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72916 -1.58075)"^^geo:wktLiteral ;
  geo-pos:lat "48.72916"^^xsd:decimal ;
  geo-pos:long "-1.58075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3941'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58075'^^xsd:double;
  dwc:latitude '48.72916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58075 48.72916, -1.58075 48.72916, -1.58075 48.72916, -1.58075 48.72916, -1.58075 48.72916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3941'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68675 -1.58074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68675 -1.58074)"^^geo:wktLiteral ;
  geo-pos:lat "48.68675"^^xsd:decimal ;
  geo-pos:long "-1.58074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4787'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58074'^^xsd:double;
  dwc:latitude '48.68675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58074 48.68675, -1.58074 48.68675, -1.58074 48.68675, -1.58074 48.68675, -1.58074 48.68675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4787'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68549 -1.58073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68549 -1.58073)"^^geo:wktLiteral ;
  geo-pos:lat "48.68549"^^xsd:decimal ;
  geo-pos:long "-1.58073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10684'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58073'^^xsd:double;
  dwc:latitude '48.68549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58073 48.68549, -1.58073 48.68549, -1.58073 48.68549, -1.58073 48.68549, -1.58073 48.68549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10684'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64607 -1.58071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64607 -1.58071)"^^geo:wktLiteral ;
  geo-pos:lat "48.64607"^^xsd:decimal ;
  geo-pos:long "-1.58071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12451'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58071'^^xsd:double;
  dwc:latitude '48.64607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58071 48.64607, -1.58071 48.64607, -1.58071 48.64607, -1.58071 48.64607, -1.58071 48.64607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12451'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66172 -1.58071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66172 -1.58071)"^^geo:wktLiteral ;
  geo-pos:lat "48.66172"^^xsd:decimal ;
  geo-pos:long "-1.58071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12366'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58071'^^xsd:double;
  dwc:latitude '48.66172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58071 48.66172, -1.58071 48.66172, -1.58071 48.66172, -1.58071 48.66172, -1.58071 48.66172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12366'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68723 -1.58071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68723 -1.58071)"^^geo:wktLiteral ;
  geo-pos:lat "48.68723"^^xsd:decimal ;
  geo-pos:long "-1.58071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10002'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58071'^^xsd:double;
  dwc:latitude '48.68723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58071 48.68723, -1.58071 48.68723, -1.58071 48.68723, -1.58071 48.68723, -1.58071 48.68723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10002'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67192 -1.5807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67192 -1.5807)"^^geo:wktLiteral ;
  geo-pos:lat "48.67192"^^xsd:decimal ;
  geo-pos:long "-1.5807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11883'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5807'^^xsd:double;
  dwc:latitude '48.67192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5807 48.67192, -1.5807 48.67192, -1.5807 48.67192, -1.5807 48.67192, -1.5807 48.67192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11883'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68318 -1.5807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68318 -1.5807)"^^geo:wktLiteral ;
  geo-pos:lat "48.68318"^^xsd:decimal ;
  geo-pos:long "-1.5807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3834'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5807'^^xsd:double;
  dwc:latitude '48.68318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5807 48.68318, -1.5807 48.68318, -1.5807 48.68318, -1.5807 48.68318, -1.5807 48.68318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3834'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73307 -1.58068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73307"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73307 -1.58068)"^^geo:wktLiteral ;
  geo-pos:lat "48.73307"^^xsd:decimal ;
  geo-pos:long "-1.58068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3519'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58068'^^xsd:double;
  dwc:latitude '48.73307'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58068 48.73307, -1.58068 48.73307, -1.58068 48.73307, -1.58068 48.73307, -1.58068 48.73307))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3519'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68307 -1.58067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68307"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68307 -1.58067)"^^geo:wktLiteral ;
  geo-pos:lat "48.68307"^^xsd:decimal ;
  geo-pos:long "-1.58067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6790'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58067'^^xsd:double;
  dwc:latitude '48.68307'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58067 48.68307, -1.58067 48.68307, -1.58067 48.68307, -1.58067 48.68307, -1.58067 48.68307))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6790'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6448 -1.58066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6448 -1.58066)"^^geo:wktLiteral ;
  geo-pos:lat "48.6448"^^xsd:decimal ;
  geo-pos:long "-1.58066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_12401'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58066'^^xsd:double;
  dwc:latitude '48.6448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58066 48.6448, -1.58066 48.6448, -1.58066 48.6448, -1.58066 48.6448, -1.58066 48.6448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12401'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64577 -1.58066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64577 -1.58066)"^^geo:wktLiteral ;
  geo-pos:lat "48.64577"^^xsd:decimal ;
  geo-pos:long "-1.58066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11991'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58066'^^xsd:double;
  dwc:latitude '48.64577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58066 48.64577, -1.58066 48.64577, -1.58066 48.64577, -1.58066 48.64577, -1.58066 48.64577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11991'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68521 -1.58066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68521 -1.58066)"^^geo:wktLiteral ;
  geo-pos:lat "48.68521"^^xsd:decimal ;
  geo-pos:long "-1.58066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6704'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58066'^^xsd:double;
  dwc:latitude '48.68521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58066 48.68521, -1.58066 48.68521, -1.58066 48.68521, -1.58066 48.68521, -1.58066 48.68521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6704'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68363 -1.58065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68363 -1.58065)"^^geo:wktLiteral ;
  geo-pos:lat "48.68363"^^xsd:decimal ;
  geo-pos:long "-1.58065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5378'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58065'^^xsd:double;
  dwc:latitude '48.68363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58065 48.68363, -1.58065 48.68363, -1.58065 48.68363, -1.58065 48.68363, -1.58065 48.68363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5378'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67797 -1.58064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67797 -1.58064)"^^geo:wktLiteral ;
  geo-pos:lat "48.67797"^^xsd:decimal ;
  geo-pos:long "-1.58064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2591'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58064'^^xsd:double;
  dwc:latitude '48.67797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58064 48.67797, -1.58064 48.67797, -1.58064 48.67797, -1.58064 48.67797, -1.58064 48.67797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2591'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72025 -1.58064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72025 -1.58064)"^^geo:wktLiteral ;
  geo-pos:lat "48.72025"^^xsd:decimal ;
  geo-pos:long "-1.58064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10467'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58064'^^xsd:double;
  dwc:latitude '48.72025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58064 48.72025, -1.58064 48.72025, -1.58064 48.72025, -1.58064 48.72025, -1.58064 48.72025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10467'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7277 -1.58064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7277 -1.58064)"^^geo:wktLiteral ;
  geo-pos:lat "48.7277"^^xsd:decimal ;
  geo-pos:long "-1.58064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2441'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58064'^^xsd:double;
  dwc:latitude '48.7277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58064 48.7277, -1.58064 48.7277, -1.58064 48.7277, -1.58064 48.7277, -1.58064 48.7277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2441'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73272 -1.58064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73272 -1.58064)"^^geo:wktLiteral ;
  geo-pos:lat "48.73272"^^xsd:decimal ;
  geo-pos:long "-1.58064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1894'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58064'^^xsd:double;
  dwc:latitude '48.73272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58064 48.73272, -1.58064 48.73272, -1.58064 48.73272, -1.58064 48.73272, -1.58064 48.73272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1894'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67577 -1.58063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67577 -1.58063)"^^geo:wktLiteral ;
  geo-pos:lat "48.67577"^^xsd:decimal ;
  geo-pos:long "-1.58063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3899'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58063'^^xsd:double;
  dwc:latitude '48.67577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58063 48.67577, -1.58063 48.67577, -1.58063 48.67577, -1.58063 48.67577, -1.58063 48.67577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3899'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7147 -1.58063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7147 -1.58063)"^^geo:wktLiteral ;
  geo-pos:lat "48.7147"^^xsd:decimal ;
  geo-pos:long "-1.58063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10042'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58063'^^xsd:double;
  dwc:latitude '48.7147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58063 48.7147, -1.58063 48.7147, -1.58063 48.7147, -1.58063 48.7147, -1.58063 48.7147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10042'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68388 -1.5806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68388"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68388 -1.5806)"^^geo:wktLiteral ;
  geo-pos:lat "48.68388"^^xsd:decimal ;
  geo-pos:long "-1.5806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6622'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5806'^^xsd:double;
  dwc:latitude '48.68388'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5806 48.68388, -1.5806 48.68388, -1.5806 48.68388, -1.5806 48.68388, -1.5806 48.68388))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6622'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65633 -1.58057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65633 -1.58057)"^^geo:wktLiteral ;
  geo-pos:lat "48.65633"^^xsd:decimal ;
  geo-pos:long "-1.58057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_13021'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58057'^^xsd:double;
  dwc:latitude '48.65633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58057 48.65633, -1.58057 48.65633, -1.58057 48.65633, -1.58057 48.65633, -1.58057 48.65633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13021'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68252 -1.58057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68252 -1.58057)"^^geo:wktLiteral ;
  geo-pos:lat "48.68252"^^xsd:decimal ;
  geo-pos:long "-1.58057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6623'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58057'^^xsd:double;
  dwc:latitude '48.68252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58057 48.68252, -1.58057 48.68252, -1.58057 48.68252, -1.58057 48.68252, -1.58057 48.68252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6623'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68525 -1.58057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68525 -1.58057)"^^geo:wktLiteral ;
  geo-pos:lat "48.68525"^^xsd:decimal ;
  geo-pos:long "-1.58057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11254'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58057'^^xsd:double;
  dwc:latitude '48.68525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58057 48.68525, -1.58057 48.68525, -1.58057 48.68525, -1.58057 48.68525, -1.58057 48.68525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11254'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67389 -1.58055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67389 -1.58055)"^^geo:wktLiteral ;
  geo-pos:lat "48.67389"^^xsd:decimal ;
  geo-pos:long "-1.58055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6368'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58055'^^xsd:double;
  dwc:latitude '48.67389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58055 48.67389, -1.58055 48.67389, -1.58055 48.67389, -1.58055 48.67389, -1.58055 48.67389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6368'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68847 -1.58055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68847 -1.58055)"^^geo:wktLiteral ;
  geo-pos:lat "48.68847"^^xsd:decimal ;
  geo-pos:long "-1.58055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4638'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58055'^^xsd:double;
  dwc:latitude '48.68847'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58055 48.68847, -1.58055 48.68847, -1.58055 48.68847, -1.58055 48.68847, -1.58055 48.68847))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4638'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65775 -1.58054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_96>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65775 -1.58054)"^^geo:wktLiteral ;
  geo-pos:lat "48.65775"^^xsd:decimal ;
  geo-pos:long "-1.58054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_96'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_96'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58054'^^xsd:double;
  dwc:latitude '48.65775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58054 48.65775, -1.58054 48.65775, -1.58054 48.65775, -1.58054 48.65775, -1.58054 48.65775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_96'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66936 -1.58054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66936 -1.58054)"^^geo:wktLiteral ;
  geo-pos:lat "48.66936"^^xsd:decimal ;
  geo-pos:long "-1.58054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6198'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58054'^^xsd:double;
  dwc:latitude '48.66936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58054 48.66936, -1.58054 48.66936, -1.58054 48.66936, -1.58054 48.66936, -1.58054 48.66936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6198'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73932 -1.58054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73932 -1.58054)"^^geo:wktLiteral ;
  geo-pos:lat "48.73932"^^xsd:decimal ;
  geo-pos:long "-1.58054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_790'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58054'^^xsd:double;
  dwc:latitude '48.73932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58054 48.73932, -1.58054 48.73932, -1.58054 48.73932, -1.58054 48.73932, -1.58054 48.73932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_790'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67656 -1.58053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67656 -1.58053)"^^geo:wktLiteral ;
  geo-pos:lat "48.67656"^^xsd:decimal ;
  geo-pos:long "-1.58053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5879'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58053'^^xsd:double;
  dwc:latitude '48.67656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58053 48.67656, -1.58053 48.67656, -1.58053 48.67656, -1.58053 48.67656, -1.58053 48.67656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5879'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65666 -1.58051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65666 -1.58051)"^^geo:wktLiteral ;
  geo-pos:lat "48.65666"^^xsd:decimal ;
  geo-pos:long "-1.58051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_2802'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58051'^^xsd:double;
  dwc:latitude '48.65666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58051 48.65666, -1.58051 48.65666, -1.58051 48.65666, -1.58051 48.65666, -1.58051 48.65666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2802'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68362 -1.58051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68362 -1.58051)"^^geo:wktLiteral ;
  geo-pos:lat "48.68362"^^xsd:decimal ;
  geo-pos:long "-1.58051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6740'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58051'^^xsd:double;
  dwc:latitude '48.68362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58051 48.68362, -1.58051 48.68362, -1.58051 48.68362, -1.58051 48.68362, -1.58051 48.68362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6740'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70593 -1.58051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70593 -1.58051)"^^geo:wktLiteral ;
  geo-pos:lat "48.70593"^^xsd:decimal ;
  geo-pos:long "-1.58051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_1995'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58051'^^xsd:double;
  dwc:latitude '48.70593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58051 48.70593, -1.58051 48.70593, -1.58051 48.70593, -1.58051 48.70593, -1.58051 48.70593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1995'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73433 -1.5805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73433 -1.5805)"^^geo:wktLiteral ;
  geo-pos:lat "48.73433"^^xsd:decimal ;
  geo-pos:long "-1.5805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9519'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5805'^^xsd:double;
  dwc:latitude '48.73433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5805 48.73433, -1.5805 48.73433, -1.5805 48.73433, -1.5805 48.73433, -1.5805 48.73433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9519'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7333 -1.58049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7333 -1.58049)"^^geo:wktLiteral ;
  geo-pos:lat "48.7333"^^xsd:decimal ;
  geo-pos:long "-1.58049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3561'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58049'^^xsd:double;
  dwc:latitude '48.7333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58049 48.7333, -1.58049 48.7333, -1.58049 48.7333, -1.58049 48.7333, -1.58049 48.7333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3561'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74036 -1.58049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74036 -1.58049)"^^geo:wktLiteral ;
  geo-pos:lat "48.74036"^^xsd:decimal ;
  geo-pos:long "-1.58049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4947'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.76666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58049'^^xsd:double;
  dwc:latitude '48.74036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58049 48.74036, -1.58049 48.74036, -1.58049 48.74036, -1.58049 48.74036, -1.58049 48.74036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4947'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67941 -1.58048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67941 -1.58048)"^^geo:wktLiteral ;
  geo-pos:lat "48.67941"^^xsd:decimal ;
  geo-pos:long "-1.58048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1445'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58048'^^xsd:double;
  dwc:latitude '48.67941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58048 48.67941, -1.58048 48.67941, -1.58048 48.67941, -1.58048 48.67941, -1.58048 48.67941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1445'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69639 -1.58048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69639 -1.58048)"^^geo:wktLiteral ;
  geo-pos:lat "48.69639"^^xsd:decimal ;
  geo-pos:long "-1.58048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4571'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58048'^^xsd:double;
  dwc:latitude '48.69639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58048 48.69639, -1.58048 48.69639, -1.58048 48.69639, -1.58048 48.69639, -1.58048 48.69639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4571'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67343 -1.58047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67343 -1.58047)"^^geo:wktLiteral ;
  geo-pos:lat "48.67343"^^xsd:decimal ;
  geo-pos:long "-1.58047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5295'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58047'^^xsd:double;
  dwc:latitude '48.67343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58047 48.67343, -1.58047 48.67343, -1.58047 48.67343, -1.58047 48.67343, -1.58047 48.67343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5295'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64572 -1.58046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64572 -1.58046)"^^geo:wktLiteral ;
  geo-pos:lat "48.64572"^^xsd:decimal ;
  geo-pos:long "-1.58046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12859'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58046'^^xsd:double;
  dwc:latitude '48.64572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58046 48.64572, -1.58046 48.64572, -1.58046 48.64572, -1.58046 48.64572, -1.58046 48.64572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12859'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68447 -1.58045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68447 -1.58045)"^^geo:wktLiteral ;
  geo-pos:lat "48.68447"^^xsd:decimal ;
  geo-pos:long "-1.58045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6826'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58045'^^xsd:double;
  dwc:latitude '48.68447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58045 48.68447, -1.58045 48.68447, -1.58045 48.68447, -1.58045 48.68447, -1.58045 48.68447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6826'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69378 -1.58045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69378 -1.58045)"^^geo:wktLiteral ;
  geo-pos:lat "48.69378"^^xsd:decimal ;
  geo-pos:long "-1.58045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5626'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58045'^^xsd:double;
  dwc:latitude '48.69378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58045 48.69378, -1.58045 48.69378, -1.58045 48.69378, -1.58045 48.69378, -1.58045 48.69378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5626'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68203 -1.58044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68203 -1.58044)"^^geo:wktLiteral ;
  geo-pos:lat "48.68203"^^xsd:decimal ;
  geo-pos:long "-1.58044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6788'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58044'^^xsd:double;
  dwc:latitude '48.68203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58044 48.68203, -1.58044 48.68203, -1.58044 48.68203, -1.58044 48.68203, -1.58044 48.68203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6788'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6475 -1.58042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6475 -1.58042)"^^geo:wktLiteral ;
  geo-pos:lat "48.6475"^^xsd:decimal ;
  geo-pos:long "-1.58042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12709'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58042'^^xsd:double;
  dwc:latitude '48.6475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58042 48.6475, -1.58042 48.6475, -1.58042 48.6475, -1.58042 48.6475, -1.58042 48.6475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12709'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66541 -1.58042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66541 -1.58042)"^^geo:wktLiteral ;
  geo-pos:lat "48.66541"^^xsd:decimal ;
  geo-pos:long "-1.58042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_13469'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58042'^^xsd:double;
  dwc:latitude '48.66541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58042 48.66541, -1.58042 48.66541, -1.58042 48.66541, -1.58042 48.66541, -1.58042 48.66541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13469'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66624 -1.58041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66624 -1.58041)"^^geo:wktLiteral ;
  geo-pos:lat "48.66624"^^xsd:decimal ;
  geo-pos:long "-1.58041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12454'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58041'^^xsd:double;
  dwc:latitude '48.66624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58041 48.66624, -1.58041 48.66624, -1.58041 48.66624, -1.58041 48.66624, -1.58041 48.66624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12454'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65492 -1.5804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65492 -1.5804)"^^geo:wktLiteral ;
  geo-pos:lat "48.65492"^^xsd:decimal ;
  geo-pos:long "-1.5804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12284'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5804'^^xsd:double;
  dwc:latitude '48.65492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5804 48.65492, -1.5804 48.65492, -1.5804 48.65492, -1.5804 48.65492, -1.5804 48.65492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12284'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74269 -1.5804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74269 -1.5804)"^^geo:wktLiteral ;
  geo-pos:lat "48.74269"^^xsd:decimal ;
  geo-pos:long "-1.5804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9551'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5804'^^xsd:double;
  dwc:latitude '48.74269'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5804 48.74269, -1.5804 48.74269, -1.5804 48.74269, -1.5804 48.74269, -1.5804 48.74269))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9551'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67377 -1.58039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67377 -1.58039)"^^geo:wktLiteral ;
  geo-pos:lat "48.67377"^^xsd:decimal ;
  geo-pos:long "-1.58039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3898'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58039'^^xsd:double;
  dwc:latitude '48.67377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58039 48.67377, -1.58039 48.67377, -1.58039 48.67377, -1.58039 48.67377, -1.58039 48.67377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3898'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69383 -1.58038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69383 -1.58038)"^^geo:wktLiteral ;
  geo-pos:lat "48.69383"^^xsd:decimal ;
  geo-pos:long "-1.58038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4192'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58038'^^xsd:double;
  dwc:latitude '48.69383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58038 48.69383, -1.58038 48.69383, -1.58038 48.69383, -1.58038 48.69383, -1.58038 48.69383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4192'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67708 -1.58037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67708 -1.58037)"^^geo:wktLiteral ;
  geo-pos:lat "48.67708"^^xsd:decimal ;
  geo-pos:long "-1.58037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4397'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58037'^^xsd:double;
  dwc:latitude '48.67708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58037 48.67708, -1.58037 48.67708, -1.58037 48.67708, -1.58037 48.67708, -1.58037 48.67708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4397'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68044 -1.58036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68044 -1.58036)"^^geo:wktLiteral ;
  geo-pos:lat "48.68044"^^xsd:decimal ;
  geo-pos:long "-1.58036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3617'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58036'^^xsd:double;
  dwc:latitude '48.68044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58036 48.68044, -1.58036 48.68044, -1.58036 48.68044, -1.58036 48.68044, -1.58036 48.68044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3617'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70447 -1.58036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70447 -1.58036)"^^geo:wktLiteral ;
  geo-pos:lat "48.70447"^^xsd:decimal ;
  geo-pos:long "-1.58036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5559'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58036'^^xsd:double;
  dwc:latitude '48.70447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58036 48.70447, -1.58036 48.70447, -1.58036 48.70447, -1.58036 48.70447, -1.58036 48.70447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5559'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71624 -1.58035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71624 -1.58035)"^^geo:wktLiteral ;
  geo-pos:lat "48.71624"^^xsd:decimal ;
  geo-pos:long "-1.58035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4247'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58035'^^xsd:double;
  dwc:latitude '48.71624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58035 48.71624, -1.58035 48.71624, -1.58035 48.71624, -1.58035 48.71624, -1.58035 48.71624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4247'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66643 -1.58034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66643 -1.58034)"^^geo:wktLiteral ;
  geo-pos:lat "48.66643"^^xsd:decimal ;
  geo-pos:long "-1.58034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12291'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58034'^^xsd:double;
  dwc:latitude '48.66643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58034 48.66643, -1.58034 48.66643, -1.58034 48.66643, -1.58034 48.66643, -1.58034 48.66643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12291'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6899 -1.58034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6899 -1.58034)"^^geo:wktLiteral ;
  geo-pos:lat "48.6899"^^xsd:decimal ;
  geo-pos:long "-1.58034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4437'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58034'^^xsd:double;
  dwc:latitude '48.6899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58034 48.6899, -1.58034 48.6899, -1.58034 48.6899, -1.58034 48.6899, -1.58034 48.6899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4437'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73338 -1.58034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73338"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73338 -1.58034)"^^geo:wktLiteral ;
  geo-pos:lat "48.73338"^^xsd:decimal ;
  geo-pos:long "-1.58034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2958'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58034'^^xsd:double;
  dwc:latitude '48.73338'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58034 48.73338, -1.58034 48.73338, -1.58034 48.73338, -1.58034 48.73338, -1.58034 48.73338))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2958'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66409 -1.58033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66409 -1.58033)"^^geo:wktLiteral ;
  geo-pos:lat "48.66409"^^xsd:decimal ;
  geo-pos:long "-1.58033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6229'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58033'^^xsd:double;
  dwc:latitude '48.66409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58033 48.66409, -1.58033 48.66409, -1.58033 48.66409, -1.58033 48.66409, -1.58033 48.66409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6229'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64572 -1.58032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64572 -1.58032)"^^geo:wktLiteral ;
  geo-pos:lat "48.64572"^^xsd:decimal ;
  geo-pos:long "-1.58032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12745'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58032'^^xsd:double;
  dwc:latitude '48.64572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58032 48.64572, -1.58032 48.64572, -1.58032 48.64572, -1.58032 48.64572, -1.58032 48.64572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12745'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67072 -1.58032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67072 -1.58032)"^^geo:wktLiteral ;
  geo-pos:lat "48.67072"^^xsd:decimal ;
  geo-pos:long "-1.58032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10592'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58032'^^xsd:double;
  dwc:latitude '48.67072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58032 48.67072, -1.58032 48.67072, -1.58032 48.67072, -1.58032 48.67072, -1.58032 48.67072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10592'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68153 -1.58032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68153"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68153 -1.58032)"^^geo:wktLiteral ;
  geo-pos:lat "48.68153"^^xsd:decimal ;
  geo-pos:long "-1.58032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6676'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58032'^^xsd:double;
  dwc:latitude '48.68153'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58032 48.68153, -1.58032 48.68153, -1.58032 48.68153, -1.58032 48.68153, -1.58032 48.68153))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6676'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68115 -1.5803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68115 -1.5803)"^^geo:wktLiteral ;
  geo-pos:lat "48.68115"^^xsd:decimal ;
  geo-pos:long "-1.5803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5851'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5803'^^xsd:double;
  dwc:latitude '48.68115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5803 48.68115, -1.5803 48.68115, -1.5803 48.68115, -1.5803 48.68115, -1.5803 48.68115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5851'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65866 -1.58029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65866 -1.58029)"^^geo:wktLiteral ;
  geo-pos:lat "48.65866"^^xsd:decimal ;
  geo-pos:long "-1.58029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5335'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58029'^^xsd:double;
  dwc:latitude '48.65866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58029 48.65866, -1.58029 48.65866, -1.58029 48.65866, -1.58029 48.65866, -1.58029 48.65866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5335'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6659 -1.58029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6659 -1.58029)"^^geo:wktLiteral ;
  geo-pos:lat "48.6659"^^xsd:decimal ;
  geo-pos:long "-1.58029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12675'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58029'^^xsd:double;
  dwc:latitude '48.6659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58029 48.6659, -1.58029 48.6659, -1.58029 48.6659, -1.58029 48.6659, -1.58029 48.6659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12675'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68384 -1.58028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68384"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68384 -1.58028)"^^geo:wktLiteral ;
  geo-pos:lat "48.68384"^^xsd:decimal ;
  geo-pos:long "-1.58028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6942'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58028'^^xsd:double;
  dwc:latitude '48.68384'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58028 48.68384, -1.58028 48.68384, -1.58028 48.68384, -1.58028 48.68384, -1.58028 48.68384))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6942'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68722 -1.58028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68722 -1.58028)"^^geo:wktLiteral ;
  geo-pos:lat "48.68722"^^xsd:decimal ;
  geo-pos:long "-1.58028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6967'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58028'^^xsd:double;
  dwc:latitude '48.68722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58028 48.68722, -1.58028 48.68722, -1.58028 48.68722, -1.58028 48.68722, -1.58028 48.68722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6967'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68188 -1.58026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68188 -1.58026)"^^geo:wktLiteral ;
  geo-pos:lat "48.68188"^^xsd:decimal ;
  geo-pos:long "-1.58026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6835'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58026'^^xsd:double;
  dwc:latitude '48.68188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58026 48.68188, -1.58026 48.68188, -1.58026 48.68188, -1.58026 48.68188, -1.58026 48.68188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6835'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64558 -1.58025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64558 -1.58025)"^^geo:wktLiteral ;
  geo-pos:lat "48.64558"^^xsd:decimal ;
  geo-pos:long "-1.58025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9974'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58025'^^xsd:double;
  dwc:latitude '48.64558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58025 48.64558, -1.58025 48.64558, -1.58025 48.64558, -1.58025 48.64558, -1.58025 48.64558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9974'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6748 -1.58025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6748 -1.58025)"^^geo:wktLiteral ;
  geo-pos:lat "48.6748"^^xsd:decimal ;
  geo-pos:long "-1.58025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4771'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58025'^^xsd:double;
  dwc:latitude '48.6748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58025 48.6748, -1.58025 48.6748, -1.58025 48.6748, -1.58025 48.6748, -1.58025 48.6748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4771'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6794 -1.58025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6794 -1.58025)"^^geo:wktLiteral ;
  geo-pos:lat "48.6794"^^xsd:decimal ;
  geo-pos:long "-1.58025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_112'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58025'^^xsd:double;
  dwc:latitude '48.6794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58025 48.6794, -1.58025 48.6794, -1.58025 48.6794, -1.58025 48.6794, -1.58025 48.6794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_112'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6824 -1.58025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6824 -1.58025)"^^geo:wktLiteral ;
  geo-pos:lat "48.6824"^^xsd:decimal ;
  geo-pos:long "-1.58025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_827'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58025'^^xsd:double;
  dwc:latitude '48.6824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58025 48.6824, -1.58025 48.6824, -1.58025 48.6824, -1.58025 48.6824, -1.58025 48.6824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_827'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70168 -1.58025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70168 -1.58025)"^^geo:wktLiteral ;
  geo-pos:lat "48.70168"^^xsd:decimal ;
  geo-pos:long "-1.58025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9154'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58025'^^xsd:double;
  dwc:latitude '48.70168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58025 48.70168, -1.58025 48.70168, -1.58025 48.70168, -1.58025 48.70168, -1.58025 48.70168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9154'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.724 -1.58025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.724 -1.58025)"^^geo:wktLiteral ;
  geo-pos:lat "48.724"^^xsd:decimal ;
  geo-pos:long "-1.58025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7869'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58025'^^xsd:double;
  dwc:latitude '48.724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58025 48.724, -1.58025 48.724, -1.58025 48.724, -1.58025 48.724, -1.58025 48.724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7869'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7243 -1.58025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7243"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7243 -1.58025)"^^geo:wktLiteral ;
  geo-pos:lat "48.7243"^^xsd:decimal ;
  geo-pos:long "-1.58025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4053'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58025'^^xsd:double;
  dwc:latitude '48.7243'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58025 48.7243, -1.58025 48.7243, -1.58025 48.7243, -1.58025 48.7243, -1.58025 48.7243))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4053'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73028 -1.58025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73028 -1.58025)"^^geo:wktLiteral ;
  geo-pos:lat "48.73028"^^xsd:decimal ;
  geo-pos:long "-1.58025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6374'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58025'^^xsd:double;
  dwc:latitude '48.73028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58025 48.73028, -1.58025 48.73028, -1.58025 48.73028, -1.58025 48.73028, -1.58025 48.73028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6374'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67805 -1.58024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67805 -1.58024)"^^geo:wktLiteral ;
  geo-pos:lat "48.67805"^^xsd:decimal ;
  geo-pos:long "-1.58024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7146'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58024'^^xsd:double;
  dwc:latitude '48.67805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58024 48.67805, -1.58024 48.67805, -1.58024 48.67805, -1.58024 48.67805, -1.58024 48.67805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7146'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68581 -1.58024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68581 -1.58024)"^^geo:wktLiteral ;
  geo-pos:lat "48.68581"^^xsd:decimal ;
  geo-pos:long "-1.58024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6476'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58024'^^xsd:double;
  dwc:latitude '48.68581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58024 48.68581, -1.58024 48.68581, -1.58024 48.68581, -1.58024 48.68581, -1.58024 48.68581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6476'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65932 -1.58023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65932 -1.58023)"^^geo:wktLiteral ;
  geo-pos:lat "48.65932"^^xsd:decimal ;
  geo-pos:long "-1.58023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2994'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58023'^^xsd:double;
  dwc:latitude '48.65932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58023 48.65932, -1.58023 48.65932, -1.58023 48.65932, -1.58023 48.65932, -1.58023 48.65932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2994'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73708 -1.58023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73708 -1.58023)"^^geo:wktLiteral ;
  geo-pos:lat "48.73708"^^xsd:decimal ;
  geo-pos:long "-1.58023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3472'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58023'^^xsd:double;
  dwc:latitude '48.73708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58023 48.73708, -1.58023 48.73708, -1.58023 48.73708, -1.58023 48.73708, -1.58023 48.73708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3472'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67273 -1.58022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67273 -1.58022)"^^geo:wktLiteral ;
  geo-pos:lat "48.67273"^^xsd:decimal ;
  geo-pos:long "-1.58022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3902'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58022'^^xsd:double;
  dwc:latitude '48.67273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58022 48.67273, -1.58022 48.67273, -1.58022 48.67273, -1.58022 48.67273, -1.58022 48.67273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3902'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.647 -1.58021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.647 -1.58021)"^^geo:wktLiteral ;
  geo-pos:lat "48.647"^^xsd:decimal ;
  geo-pos:long "-1.58021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12063'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58021'^^xsd:double;
  dwc:latitude '48.647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58021 48.647, -1.58021 48.647, -1.58021 48.647, -1.58021 48.647, -1.58021 48.647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12063'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70394 -1.58021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70394"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70394 -1.58021)"^^geo:wktLiteral ;
  geo-pos:lat "48.70394"^^xsd:decimal ;
  geo-pos:long "-1.58021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7981'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58021'^^xsd:double;
  dwc:latitude '48.70394'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58021 48.70394, -1.58021 48.70394, -1.58021 48.70394, -1.58021 48.70394, -1.58021 48.70394))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7981'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71044 -1.58021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71044 -1.58021)"^^geo:wktLiteral ;
  geo-pos:lat "48.71044"^^xsd:decimal ;
  geo-pos:long "-1.58021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4175'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58021'^^xsd:double;
  dwc:latitude '48.71044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58021 48.71044, -1.58021 48.71044, -1.58021 48.71044, -1.58021 48.71044, -1.58021 48.71044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4175'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68442 -1.5802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68442 -1.5802)"^^geo:wktLiteral ;
  geo-pos:lat "48.68442"^^xsd:decimal ;
  geo-pos:long "-1.5802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6044'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5802'^^xsd:double;
  dwc:latitude '48.68442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5802 48.68442, -1.5802 48.68442, -1.5802 48.68442, -1.5802 48.68442, -1.5802 48.68442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6044'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72414 -1.5802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72414 -1.5802)"^^geo:wktLiteral ;
  geo-pos:lat "48.72414"^^xsd:decimal ;
  geo-pos:long "-1.5802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7739'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5802'^^xsd:double;
  dwc:latitude '48.72414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5802 48.72414, -1.5802 48.72414, -1.5802 48.72414, -1.5802 48.72414, -1.5802 48.72414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7739'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67922 -1.58019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67922 -1.58019)"^^geo:wktLiteral ;
  geo-pos:lat "48.67922"^^xsd:decimal ;
  geo-pos:long "-1.58019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6755'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58019'^^xsd:double;
  dwc:latitude '48.67922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58019 48.67922, -1.58019 48.67922, -1.58019 48.67922, -1.58019 48.67922, -1.58019 48.67922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6755'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67169 -1.58018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67169 -1.58018)"^^geo:wktLiteral ;
  geo-pos:lat "48.67169"^^xsd:decimal ;
  geo-pos:long "-1.58018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6197'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58018'^^xsd:double;
  dwc:latitude '48.67169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58018 48.67169, -1.58018 48.67169, -1.58018 48.67169, -1.58018 48.67169, -1.58018 48.67169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6197'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68264 -1.58018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68264 -1.58018)"^^geo:wktLiteral ;
  geo-pos:lat "48.68264"^^xsd:decimal ;
  geo-pos:long "-1.58018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3297'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58018'^^xsd:double;
  dwc:latitude '48.68264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58018 48.68264, -1.58018 48.68264, -1.58018 48.68264, -1.58018 48.68264, -1.58018 48.68264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3297'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69353 -1.58018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69353 -1.58018)"^^geo:wktLiteral ;
  geo-pos:lat "48.69353"^^xsd:decimal ;
  geo-pos:long "-1.58018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9617'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58018'^^xsd:double;
  dwc:latitude '48.69353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58018 48.69353, -1.58018 48.69353, -1.58018 48.69353, -1.58018 48.69353, -1.58018 48.69353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9617'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6812 -1.58017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6812 -1.58017)"^^geo:wktLiteral ;
  geo-pos:lat "48.6812"^^xsd:decimal ;
  geo-pos:long "-1.58017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5956'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58017'^^xsd:double;
  dwc:latitude '48.6812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58017 48.6812, -1.58017 48.6812, -1.58017 48.6812, -1.58017 48.6812, -1.58017 48.6812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5956'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70126 -1.58017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70126 -1.58017)"^^geo:wktLiteral ;
  geo-pos:lat "48.70126"^^xsd:decimal ;
  geo-pos:long "-1.58017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6183'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58017'^^xsd:double;
  dwc:latitude '48.70126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58017 48.70126, -1.58017 48.70126, -1.58017 48.70126, -1.58017 48.70126, -1.58017 48.70126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6183'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65874 -1.58016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65874 -1.58016)"^^geo:wktLiteral ;
  geo-pos:lat "48.65874"^^xsd:decimal ;
  geo-pos:long "-1.58016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6713'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58016'^^xsd:double;
  dwc:latitude '48.65874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58016 48.65874, -1.58016 48.65874, -1.58016 48.65874, -1.58016 48.65874, -1.58016 48.65874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6713'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72956 -1.58016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72956 -1.58016)"^^geo:wktLiteral ;
  geo-pos:lat "48.72956"^^xsd:decimal ;
  geo-pos:long "-1.58016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10205'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58016'^^xsd:double;
  dwc:latitude '48.72956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58016 48.72956, -1.58016 48.72956, -1.58016 48.72956, -1.58016 48.72956, -1.58016 48.72956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10205'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74824 -1.58016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74824 -1.58016)"^^geo:wktLiteral ;
  geo-pos:lat "48.74824"^^xsd:decimal ;
  geo-pos:long "-1.58016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4878'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58016'^^xsd:double;
  dwc:latitude '48.74824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58016 48.74824, -1.58016 48.74824, -1.58016 48.74824, -1.58016 48.74824, -1.58016 48.74824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4878'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73468 -1.58014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73468 -1.58014)"^^geo:wktLiteral ;
  geo-pos:lat "48.73468"^^xsd:decimal ;
  geo-pos:long "-1.58014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4281'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58014'^^xsd:double;
  dwc:latitude '48.73468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58014 48.73468, -1.58014 48.73468, -1.58014 48.73468, -1.58014 48.73468, -1.58014 48.73468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4281'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67569 -1.58013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67569"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67569 -1.58013)"^^geo:wktLiteral ;
  geo-pos:lat "48.67569"^^xsd:decimal ;
  geo-pos:long "-1.58013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3900'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58013'^^xsd:double;
  dwc:latitude '48.67569'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58013 48.67569, -1.58013 48.67569, -1.58013 48.67569, -1.58013 48.67569, -1.58013 48.67569))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3900'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74976 -1.58012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74976 -1.58012)"^^geo:wktLiteral ;
  geo-pos:lat "48.74976"^^xsd:decimal ;
  geo-pos:long "-1.58012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4877'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58012'^^xsd:double;
  dwc:latitude '48.74976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58012 48.74976, -1.58012 48.74976, -1.58012 48.74976, -1.58012 48.74976, -1.58012 48.74976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4877'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72347 -1.5801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72347 -1.5801)"^^geo:wktLiteral ;
  geo-pos:lat "48.72347"^^xsd:decimal ;
  geo-pos:long "-1.5801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5240'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5801'^^xsd:double;
  dwc:latitude '48.72347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5801 48.72347, -1.5801 48.72347, -1.5801 48.72347, -1.5801 48.72347, -1.5801 48.72347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5240'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65194 -1.58008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65194 -1.58008)"^^geo:wktLiteral ;
  geo-pos:lat "48.65194"^^xsd:decimal ;
  geo-pos:long "-1.58008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12300'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58008'^^xsd:double;
  dwc:latitude '48.65194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58008 48.65194, -1.58008 48.65194, -1.58008 48.65194, -1.58008 48.65194, -1.58008 48.65194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12300'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65233 -1.58008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65233 -1.58008)"^^geo:wktLiteral ;
  geo-pos:lat "48.65233"^^xsd:decimal ;
  geo-pos:long "-1.58008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12283'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58008'^^xsd:double;
  dwc:latitude '48.65233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58008 48.65233, -1.58008 48.65233, -1.58008 48.65233, -1.58008 48.65233, -1.58008 48.65233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12283'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67139 -1.58008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67139 -1.58008)"^^geo:wktLiteral ;
  geo-pos:lat "48.67139"^^xsd:decimal ;
  geo-pos:long "-1.58008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6717'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58008'^^xsd:double;
  dwc:latitude '48.67139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58008 48.67139, -1.58008 48.67139, -1.58008 48.67139, -1.58008 48.67139, -1.58008 48.67139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6717'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66578 -1.58007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66578 -1.58007)"^^geo:wktLiteral ;
  geo-pos:lat "48.66578"^^xsd:decimal ;
  geo-pos:long "-1.58007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10597'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58007'^^xsd:double;
  dwc:latitude '48.66578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58007 48.66578, -1.58007 48.66578, -1.58007 48.66578, -1.58007 48.66578, -1.58007 48.66578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10597'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77774 -1.58007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.77774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77774 -1.58007)"^^geo:wktLiteral ;
  geo-pos:lat "48.77774"^^xsd:decimal ;
  geo-pos:long "-1.58007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9323'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58007'^^xsd:double;
  dwc:latitude '48.77774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58007 48.77774, -1.58007 48.77774, -1.58007 48.77774, -1.58007 48.77774, -1.58007 48.77774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9323'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67288 -1.58006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67288 -1.58006)"^^geo:wktLiteral ;
  geo-pos:lat "48.67288"^^xsd:decimal ;
  geo-pos:long "-1.58006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1608'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58006'^^xsd:double;
  dwc:latitude '48.67288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58006 48.67288, -1.58006 48.67288, -1.58006 48.67288, -1.58006 48.67288, -1.58006 48.67288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1608'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67717 -1.58006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67717 -1.58006)"^^geo:wktLiteral ;
  geo-pos:lat "48.67717"^^xsd:decimal ;
  geo-pos:long "-1.58006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6053'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58006'^^xsd:double;
  dwc:latitude '48.67717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58006 48.67717, -1.58006 48.67717, -1.58006 48.67717, -1.58006 48.67717, -1.58006 48.67717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6053'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71172 -1.58006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71172 -1.58006)"^^geo:wktLiteral ;
  geo-pos:lat "48.71172"^^xsd:decimal ;
  geo-pos:long "-1.58006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1194'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58006'^^xsd:double;
  dwc:latitude '48.71172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58006 48.71172, -1.58006 48.71172, -1.58006 48.71172, -1.58006 48.71172, -1.58006 48.71172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1194'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75828 -1.58006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75828 -1.58006)"^^geo:wktLiteral ;
  geo-pos:lat "48.75828"^^xsd:decimal ;
  geo-pos:long "-1.58006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10137'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58006'^^xsd:double;
  dwc:latitude '48.75828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58006 48.75828, -1.58006 48.75828, -1.58006 48.75828, -1.58006 48.75828, -1.58006 48.75828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10137'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67715 -1.58002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67715 -1.58002)"^^geo:wktLiteral ;
  geo-pos:lat "48.67715"^^xsd:decimal ;
  geo-pos:long "-1.58002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7054'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58002'^^xsd:double;
  dwc:latitude '48.67715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58002 48.67715, -1.58002 48.67715, -1.58002 48.67715, -1.58002 48.67715, -1.58002 48.67715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7054'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70099 -1.58002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70099 -1.58002)"^^geo:wktLiteral ;
  geo-pos:lat "48.70099"^^xsd:decimal ;
  geo-pos:long "-1.58002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5110'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58002'^^xsd:double;
  dwc:latitude '48.70099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58002 48.70099, -1.58002 48.70099, -1.58002 48.70099, -1.58002 48.70099, -1.58002 48.70099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5110'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71906 -1.58001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.58001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71906 -1.58001)"^^geo:wktLiteral ;
  geo-pos:lat "48.71906"^^xsd:decimal ;
  geo-pos:long "-1.58001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4494'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.58001'^^xsd:double;
  dwc:latitude '48.71906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.58001 48.71906, -1.58001 48.71906, -1.58001 48.71906, -1.58001 48.71906, -1.58001 48.71906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4494'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68988 -1.57999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68988 -1.57999)"^^geo:wktLiteral ;
  geo-pos:lat "48.68988"^^xsd:decimal ;
  geo-pos:long "-1.57999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6638'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57999'^^xsd:double;
  dwc:latitude '48.68988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57999 48.68988, -1.57999 48.68988, -1.57999 48.68988, -1.57999 48.68988, -1.57999 48.68988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6638'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67867 -1.57997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67867 -1.57997)"^^geo:wktLiteral ;
  geo-pos:lat "48.67867"^^xsd:decimal ;
  geo-pos:long "-1.57997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6171'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57997'^^xsd:double;
  dwc:latitude '48.67867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57997 48.67867, -1.57997 48.67867, -1.57997 48.67867, -1.57997 48.67867, -1.57997 48.67867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6171'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6806 -1.57997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6806 -1.57997)"^^geo:wktLiteral ;
  geo-pos:lat "48.6806"^^xsd:decimal ;
  geo-pos:long "-1.57997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3845'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57997'^^xsd:double;
  dwc:latitude '48.6806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57997 48.6806, -1.57997 48.6806, -1.57997 48.6806, -1.57997 48.6806, -1.57997 48.6806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3845'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65225 -1.57996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65225 -1.57996)"^^geo:wktLiteral ;
  geo-pos:lat "48.65225"^^xsd:decimal ;
  geo-pos:long "-1.57996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12551'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57996'^^xsd:double;
  dwc:latitude '48.65225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57996 48.65225, -1.57996 48.65225, -1.57996 48.65225, -1.57996 48.65225, -1.57996 48.65225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12551'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72349 -1.57994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72349"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72349 -1.57994)"^^geo:wktLiteral ;
  geo-pos:lat "48.72349"^^xsd:decimal ;
  geo-pos:long "-1.57994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8012'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57994'^^xsd:double;
  dwc:latitude '48.72349'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57994 48.72349, -1.57994 48.72349, -1.57994 48.72349, -1.57994 48.72349, -1.57994 48.72349))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8012'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68316 -1.57992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68316 -1.57992)"^^geo:wktLiteral ;
  geo-pos:lat "48.68316"^^xsd:decimal ;
  geo-pos:long "-1.57992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_454'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57992'^^xsd:double;
  dwc:latitude '48.68316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57992 48.68316, -1.57992 48.68316, -1.57992 48.68316, -1.57992 48.68316, -1.57992 48.68316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_454'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72133 -1.57992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72133 -1.57992)"^^geo:wktLiteral ;
  geo-pos:lat "48.72133"^^xsd:decimal ;
  geo-pos:long "-1.57992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2956'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57992'^^xsd:double;
  dwc:latitude '48.72133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57992 48.72133, -1.57992 48.72133, -1.57992 48.72133, -1.57992 48.72133, -1.57992 48.72133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2956'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65624 -1.5799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65624 -1.5799)"^^geo:wktLiteral ;
  geo-pos:lat "48.65624"^^xsd:decimal ;
  geo-pos:long "-1.5799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5333'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5799'^^xsd:double;
  dwc:latitude '48.65624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5799 48.65624, -1.5799 48.65624, -1.5799 48.65624, -1.5799 48.65624, -1.5799 48.65624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5333'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72447 -1.5799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72447 -1.5799)"^^geo:wktLiteral ;
  geo-pos:lat "48.72447"^^xsd:decimal ;
  geo-pos:long "-1.5799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4099'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5799'^^xsd:double;
  dwc:latitude '48.72447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5799 48.72447, -1.5799 48.72447, -1.5799 48.72447, -1.5799 48.72447, -1.5799 48.72447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4099'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66499 -1.57987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66499"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66499 -1.57987)"^^geo:wktLiteral ;
  geo-pos:lat "48.66499"^^xsd:decimal ;
  geo-pos:long "-1.57987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9258'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57987'^^xsd:double;
  dwc:latitude '48.66499'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57987 48.66499, -1.57987 48.66499, -1.57987 48.66499, -1.57987 48.66499, -1.57987 48.66499))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9258'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70704 -1.57986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70704 -1.57986)"^^geo:wktLiteral ;
  geo-pos:lat "48.70704"^^xsd:decimal ;
  geo-pos:long "-1.57986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13706'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57986'^^xsd:double;
  dwc:latitude '48.70704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57986 48.70704, -1.57986 48.70704, -1.57986 48.70704, -1.57986 48.70704, -1.57986 48.70704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13706'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6864 -1.57985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6864 -1.57985)"^^geo:wktLiteral ;
  geo-pos:lat "48.6864"^^xsd:decimal ;
  geo-pos:long "-1.57985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6016'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57985'^^xsd:double;
  dwc:latitude '48.6864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57985 48.6864, -1.57985 48.6864, -1.57985 48.6864, -1.57985 48.6864, -1.57985 48.6864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6016'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68784 -1.57985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68784 -1.57985)"^^geo:wktLiteral ;
  geo-pos:lat "48.68784"^^xsd:decimal ;
  geo-pos:long "-1.57985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5875'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57985'^^xsd:double;
  dwc:latitude '48.68784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57985 48.68784, -1.57985 48.68784, -1.57985 48.68784, -1.57985 48.68784, -1.57985 48.68784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5875'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68181 -1.57983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68181 -1.57983)"^^geo:wktLiteral ;
  geo-pos:lat "48.68181"^^xsd:decimal ;
  geo-pos:long "-1.57983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6621'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57983'^^xsd:double;
  dwc:latitude '48.68181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57983 48.68181, -1.57983 48.68181, -1.57983 48.68181, -1.57983 48.68181, -1.57983 48.68181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6621'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68329 -1.57983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68329 -1.57983)"^^geo:wktLiteral ;
  geo-pos:lat "48.68329"^^xsd:decimal ;
  geo-pos:long "-1.57983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5379'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57983'^^xsd:double;
  dwc:latitude '48.68329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57983 48.68329, -1.57983 48.68329, -1.57983 48.68329, -1.57983 48.68329, -1.57983 48.68329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5379'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71457 -1.57983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71457"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71457 -1.57983)"^^geo:wktLiteral ;
  geo-pos:lat "48.71457"^^xsd:decimal ;
  geo-pos:long "-1.57983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4312'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57983'^^xsd:double;
  dwc:latitude '48.71457'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57983 48.71457, -1.57983 48.71457, -1.57983 48.71457, -1.57983 48.71457, -1.57983 48.71457))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4312'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68031 -1.57982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68031 -1.57982)"^^geo:wktLiteral ;
  geo-pos:lat "48.68031"^^xsd:decimal ;
  geo-pos:long "-1.57982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7161'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57982'^^xsd:double;
  dwc:latitude '48.68031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57982 48.68031, -1.57982 48.68031, -1.57982 48.68031, -1.57982 48.68031, -1.57982 48.68031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7161'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69434 -1.57982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69434 -1.57982)"^^geo:wktLiteral ;
  geo-pos:lat "48.69434"^^xsd:decimal ;
  geo-pos:long "-1.57982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6589'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57982'^^xsd:double;
  dwc:latitude '48.69434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57982 48.69434, -1.57982 48.69434, -1.57982 48.69434, -1.57982 48.69434, -1.57982 48.69434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6589'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68167 -1.57981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68167"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68167 -1.57981)"^^geo:wktLiteral ;
  geo-pos:lat "48.68167"^^xsd:decimal ;
  geo-pos:long "-1.57981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2289'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57981'^^xsd:double;
  dwc:latitude '48.68167'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57981 48.68167, -1.57981 48.68167, -1.57981 48.68167, -1.57981 48.68167, -1.57981 48.68167))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2289'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72189 -1.57981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72189 -1.57981)"^^geo:wktLiteral ;
  geo-pos:lat "48.72189"^^xsd:decimal ;
  geo-pos:long "-1.57981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2445'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57981'^^xsd:double;
  dwc:latitude '48.72189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57981 48.72189, -1.57981 48.72189, -1.57981 48.72189, -1.57981 48.72189, -1.57981 48.72189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2445'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65611 -1.5798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65611 -1.5798)"^^geo:wktLiteral ;
  geo-pos:lat "48.65611"^^xsd:decimal ;
  geo-pos:long "-1.5798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12272'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5798'^^xsd:double;
  dwc:latitude '48.65611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5798 48.65611, -1.5798 48.65611, -1.5798 48.65611, -1.5798 48.65611, -1.5798 48.65611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12272'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72403 -1.5798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72403 -1.5798)"^^geo:wktLiteral ;
  geo-pos:lat "48.72403"^^xsd:decimal ;
  geo-pos:long "-1.5798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4083'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5798'^^xsd:double;
  dwc:latitude '48.72403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5798 48.72403, -1.5798 48.72403, -1.5798 48.72403, -1.5798 48.72403, -1.5798 48.72403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4083'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73387 -1.5798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73387 -1.5798)"^^geo:wktLiteral ;
  geo-pos:lat "48.73387"^^xsd:decimal ;
  geo-pos:long "-1.5798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3371'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5798'^^xsd:double;
  dwc:latitude '48.73387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5798 48.73387, -1.5798 48.73387, -1.5798 48.73387, -1.5798 48.73387, -1.5798 48.73387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3371'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6563 -1.57978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6563 -1.57978)"^^geo:wktLiteral ;
  geo-pos:lat "48.6563"^^xsd:decimal ;
  geo-pos:long "-1.57978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12453'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57978'^^xsd:double;
  dwc:latitude '48.6563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57978 48.6563, -1.57978 48.6563, -1.57978 48.6563, -1.57978 48.6563, -1.57978 48.6563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12453'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71396 -1.57978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71396 -1.57978)"^^geo:wktLiteral ;
  geo-pos:lat "48.71396"^^xsd:decimal ;
  geo-pos:long "-1.57978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10043'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57978'^^xsd:double;
  dwc:latitude '48.71396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57978 48.71396, -1.57978 48.71396, -1.57978 48.71396, -1.57978 48.71396, -1.57978 48.71396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10043'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65639 -1.57977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65639 -1.57977)"^^geo:wktLiteral ;
  geo-pos:lat "48.65639"^^xsd:decimal ;
  geo-pos:long "-1.57977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5334'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57977'^^xsd:double;
  dwc:latitude '48.65639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57977 48.65639, -1.57977 48.65639, -1.57977 48.65639, -1.57977 48.65639, -1.57977 48.65639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5334'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69924 -1.57977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69924"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69924 -1.57977)"^^geo:wktLiteral ;
  geo-pos:lat "48.69924"^^xsd:decimal ;
  geo-pos:long "-1.57977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5368'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57977'^^xsd:double;
  dwc:latitude '48.69924'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57977 48.69924, -1.57977 48.69924, -1.57977 48.69924, -1.57977 48.69924, -1.57977 48.69924))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5368'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7313 -1.57977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7313 -1.57977)"^^geo:wktLiteral ;
  geo-pos:lat "48.7313"^^xsd:decimal ;
  geo-pos:long "-1.57977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1868'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57977'^^xsd:double;
  dwc:latitude '48.7313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57977 48.7313, -1.57977 48.7313, -1.57977 48.7313, -1.57977 48.7313, -1.57977 48.7313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1868'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65025 -1.57976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65025 -1.57976)"^^geo:wktLiteral ;
  geo-pos:lat "48.65025"^^xsd:decimal ;
  geo-pos:long "-1.57976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13123'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57976'^^xsd:double;
  dwc:latitude '48.65025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57976 48.65025, -1.57976 48.65025, -1.57976 48.65025, -1.57976 48.65025, -1.57976 48.65025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13123'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66156 -1.57976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66156 -1.57976)"^^geo:wktLiteral ;
  geo-pos:lat "48.66156"^^xsd:decimal ;
  geo-pos:long "-1.57976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12279'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57976'^^xsd:double;
  dwc:latitude '48.66156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57976 48.66156, -1.57976 48.66156, -1.57976 48.66156, -1.57976 48.66156, -1.57976 48.66156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12279'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67471 -1.57976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67471 -1.57976)"^^geo:wktLiteral ;
  geo-pos:lat "48.67471"^^xsd:decimal ;
  geo-pos:long "-1.57976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5506'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57976'^^xsd:double;
  dwc:latitude '48.67471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57976 48.67471, -1.57976 48.67471, -1.57976 48.67471, -1.57976 48.67471, -1.57976 48.67471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5506'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67289 -1.57975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67289 -1.57975)"^^geo:wktLiteral ;
  geo-pos:lat "48.67289"^^xsd:decimal ;
  geo-pos:long "-1.57975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3897'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57975'^^xsd:double;
  dwc:latitude '48.67289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57975 48.67289, -1.57975 48.67289, -1.57975 48.67289, -1.57975 48.67289, -1.57975 48.67289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3897'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68171 -1.57975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68171"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68171 -1.57975)"^^geo:wktLiteral ;
  geo-pos:lat "48.68171"^^xsd:decimal ;
  geo-pos:long "-1.57975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4794'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57975'^^xsd:double;
  dwc:latitude '48.68171'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57975 48.68171, -1.57975 48.68171, -1.57975 48.68171, -1.57975 48.68171, -1.57975 48.68171))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4794'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70761 -1.57975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70761"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70761 -1.57975)"^^geo:wktLiteral ;
  geo-pos:lat "48.70761"^^xsd:decimal ;
  geo-pos:long "-1.57975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4470'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57975'^^xsd:double;
  dwc:latitude '48.70761'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57975 48.70761, -1.57975 48.70761, -1.57975 48.70761, -1.57975 48.70761, -1.57975 48.70761))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4470'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71399 -1.57975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71399 -1.57975)"^^geo:wktLiteral ;
  geo-pos:lat "48.71399"^^xsd:decimal ;
  geo-pos:long "-1.57975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10183'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57975'^^xsd:double;
  dwc:latitude '48.71399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57975 48.71399, -1.57975 48.71399, -1.57975 48.71399, -1.57975 48.71399, -1.57975 48.71399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10183'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73764 -1.57975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73764 -1.57975)"^^geo:wktLiteral ;
  geo-pos:lat "48.73764"^^xsd:decimal ;
  geo-pos:long "-1.57975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3422'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57975'^^xsd:double;
  dwc:latitude '48.73764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57975 48.73764, -1.57975 48.73764, -1.57975 48.73764, -1.57975 48.73764, -1.57975 48.73764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3422'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65832 -1.57974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65832 -1.57974)"^^geo:wktLiteral ;
  geo-pos:lat "48.65832"^^xsd:decimal ;
  geo-pos:long "-1.57974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5935'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57974'^^xsd:double;
  dwc:latitude '48.65832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57974 48.65832, -1.57974 48.65832, -1.57974 48.65832, -1.57974 48.65832, -1.57974 48.65832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5935'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67474 -1.57974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67474 -1.57974)"^^geo:wktLiteral ;
  geo-pos:lat "48.67474"^^xsd:decimal ;
  geo-pos:long "-1.57974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5926'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57974'^^xsd:double;
  dwc:latitude '48.67474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57974 48.67474, -1.57974 48.67474, -1.57974 48.67474, -1.57974 48.67474, -1.57974 48.67474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5926'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73561 -1.57974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73561 -1.57974)"^^geo:wktLiteral ;
  geo-pos:lat "48.73561"^^xsd:decimal ;
  geo-pos:long "-1.57974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_776'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57974'^^xsd:double;
  dwc:latitude '48.73561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57974 48.73561, -1.57974 48.73561, -1.57974 48.73561, -1.57974 48.73561, -1.57974 48.73561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_776'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65597 -1.57973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65597"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65597 -1.57973)"^^geo:wktLiteral ;
  geo-pos:lat "48.65597"^^xsd:decimal ;
  geo-pos:long "-1.57973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12066'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57973'^^xsd:double;
  dwc:latitude '48.65597'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57973 48.65597, -1.57973 48.65597, -1.57973 48.65597, -1.57973 48.65597, -1.57973 48.65597))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12066'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68538 -1.57973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68538 -1.57973)"^^geo:wktLiteral ;
  geo-pos:lat "48.68538"^^xsd:decimal ;
  geo-pos:long "-1.57973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6847'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57973'^^xsd:double;
  dwc:latitude '48.68538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57973 48.68538, -1.57973 48.68538, -1.57973 48.68538, -1.57973 48.68538, -1.57973 48.68538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6847'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7385 -1.57973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7385 -1.57973)"^^geo:wktLiteral ;
  geo-pos:lat "48.7385"^^xsd:decimal ;
  geo-pos:long "-1.57973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3467'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57973'^^xsd:double;
  dwc:latitude '48.7385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57973 48.7385, -1.57973 48.7385, -1.57973 48.7385, -1.57973 48.7385, -1.57973 48.7385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3467'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68409 -1.57972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68409 -1.57972)"^^geo:wktLiteral ;
  geo-pos:lat "48.68409"^^xsd:decimal ;
  geo-pos:long "-1.57972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6626'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57972'^^xsd:double;
  dwc:latitude '48.68409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57972 48.68409, -1.57972 48.68409, -1.57972 48.68409, -1.57972 48.68409, -1.57972 48.68409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6626'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64814 -1.57971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64814 -1.57971)"^^geo:wktLiteral ;
  geo-pos:lat "48.64814"^^xsd:decimal ;
  geo-pos:long "-1.57971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12457'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57971'^^xsd:double;
  dwc:latitude '48.64814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57971 48.64814, -1.57971 48.64814, -1.57971 48.64814, -1.57971 48.64814, -1.57971 48.64814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12457'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73696 -1.57971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73696 -1.57971)"^^geo:wktLiteral ;
  geo-pos:lat "48.73696"^^xsd:decimal ;
  geo-pos:long "-1.57971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1967'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57971'^^xsd:double;
  dwc:latitude '48.73696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57971 48.73696, -1.57971 48.73696, -1.57971 48.73696, -1.57971 48.73696, -1.57971 48.73696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1967'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74926 -1.57971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74926 -1.57971)"^^geo:wktLiteral ;
  geo-pos:lat "48.74926"^^xsd:decimal ;
  geo-pos:long "-1.57971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4936'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57971'^^xsd:double;
  dwc:latitude '48.74926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57971 48.74926, -1.57971 48.74926, -1.57971 48.74926, -1.57971 48.74926, -1.57971 48.74926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4936'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66211 -1.57968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66211 -1.57968)"^^geo:wktLiteral ;
  geo-pos:lat "48.66211"^^xsd:decimal ;
  geo-pos:long "-1.57968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8597'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57968'^^xsd:double;
  dwc:latitude '48.66211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57968 48.66211, -1.57968 48.66211, -1.57968 48.66211, -1.57968 48.66211, -1.57968 48.66211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8597'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67098 -1.57967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67098 -1.57967)"^^geo:wktLiteral ;
  geo-pos:lat "48.67098"^^xsd:decimal ;
  geo-pos:long "-1.57967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5804'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57967'^^xsd:double;
  dwc:latitude '48.67098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57967 48.67098, -1.57967 48.67098, -1.57967 48.67098, -1.57967 48.67098, -1.57967 48.67098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5804'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7055 -1.57967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7055 -1.57967)"^^geo:wktLiteral ;
  geo-pos:lat "48.7055"^^xsd:decimal ;
  geo-pos:long "-1.57967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6344'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57967'^^xsd:double;
  dwc:latitude '48.7055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57967 48.7055, -1.57967 48.7055, -1.57967 48.7055, -1.57967 48.7055, -1.57967 48.7055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6344'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65214 -1.57966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65214 -1.57966)"^^geo:wktLiteral ;
  geo-pos:lat "48.65214"^^xsd:decimal ;
  geo-pos:long "-1.57966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13209'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57966'^^xsd:double;
  dwc:latitude '48.65214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57966 48.65214, -1.57966 48.65214, -1.57966 48.65214, -1.57966 48.65214, -1.57966 48.65214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13209'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66272 -1.57966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66272 -1.57966)"^^geo:wktLiteral ;
  geo-pos:lat "48.66272"^^xsd:decimal ;
  geo-pos:long "-1.57966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5835'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57966'^^xsd:double;
  dwc:latitude '48.66272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57966 48.66272, -1.57966 48.66272, -1.57966 48.66272, -1.57966 48.66272, -1.57966 48.66272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5835'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68598 -1.57966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68598 -1.57966)"^^geo:wktLiteral ;
  geo-pos:lat "48.68598"^^xsd:decimal ;
  geo-pos:long "-1.57966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6978'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57966'^^xsd:double;
  dwc:latitude '48.68598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57966 48.68598, -1.57966 48.68598, -1.57966 48.68598, -1.57966 48.68598, -1.57966 48.68598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6978'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73609 -1.57966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73609 -1.57966)"^^geo:wktLiteral ;
  geo-pos:lat "48.73609"^^xsd:decimal ;
  geo-pos:long "-1.57966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9415'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57966'^^xsd:double;
  dwc:latitude '48.73609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57966 48.73609, -1.57966 48.73609, -1.57966 48.73609, -1.57966 48.73609, -1.57966 48.73609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9415'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73613 -1.57966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73613 -1.57966)"^^geo:wktLiteral ;
  geo-pos:lat "48.73613"^^xsd:decimal ;
  geo-pos:long "-1.57966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3473'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57966'^^xsd:double;
  dwc:latitude '48.73613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57966 48.73613, -1.57966 48.73613, -1.57966 48.73613, -1.57966 48.73613, -1.57966 48.73613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3473'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65569 -1.57964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65569"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65569 -1.57964)"^^geo:wktLiteral ;
  geo-pos:lat "48.65569"^^xsd:decimal ;
  geo-pos:long "-1.57964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_11381'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57964'^^xsd:double;
  dwc:latitude '48.65569'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57964 48.65569, -1.57964 48.65569, -1.57964 48.65569, -1.57964 48.65569, -1.57964 48.65569))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11381'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67625 -1.57963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67625"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67625 -1.57963)"^^geo:wktLiteral ;
  geo-pos:lat "48.67625"^^xsd:decimal ;
  geo-pos:long "-1.57963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7231'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57963'^^xsd:double;
  dwc:latitude '48.67625'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57963 48.67625, -1.57963 48.67625, -1.57963 48.67625, -1.57963 48.67625, -1.57963 48.67625))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7231'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70052 -1.57962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70052 -1.57962)"^^geo:wktLiteral ;
  geo-pos:lat "48.70052"^^xsd:decimal ;
  geo-pos:long "-1.57962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8462'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57962'^^xsd:double;
  dwc:latitude '48.70052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57962 48.70052, -1.57962 48.70052, -1.57962 48.70052, -1.57962 48.70052, -1.57962 48.70052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8462'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75306 -1.57961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75306 -1.57961)"^^geo:wktLiteral ;
  geo-pos:lat "48.75306"^^xsd:decimal ;
  geo-pos:long "-1.57961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9600'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.033333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57961'^^xsd:double;
  dwc:latitude '48.75306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57961 48.75306, -1.57961 48.75306, -1.57961 48.75306, -1.57961 48.75306, -1.57961 48.75306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9600'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67134 -1.57959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67134 -1.57959)"^^geo:wktLiteral ;
  geo-pos:lat "48.67134"^^xsd:decimal ;
  geo-pos:long "-1.57959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2003'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57959'^^xsd:double;
  dwc:latitude '48.67134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57959 48.67134, -1.57959 48.67134, -1.57959 48.67134, -1.57959 48.67134, -1.57959 48.67134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2003'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68939 -1.57959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68939 -1.57959)"^^geo:wktLiteral ;
  geo-pos:lat "48.68939"^^xsd:decimal ;
  geo-pos:long "-1.57959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3929'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57959'^^xsd:double;
  dwc:latitude '48.68939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57959 48.68939, -1.57959 48.68939, -1.57959 48.68939, -1.57959 48.68939, -1.57959 48.68939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3929'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70391 -1.57959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70391"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70391 -1.57959)"^^geo:wktLiteral ;
  geo-pos:lat "48.70391"^^xsd:decimal ;
  geo-pos:long "-1.57959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2117'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57959'^^xsd:double;
  dwc:latitude '48.70391'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57959 48.70391, -1.57959 48.70391, -1.57959 48.70391, -1.57959 48.70391, -1.57959 48.70391))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2117'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68311 -1.57958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68311"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68311 -1.57958)"^^geo:wktLiteral ;
  geo-pos:lat "48.68311"^^xsd:decimal ;
  geo-pos:long "-1.57958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7124'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57958'^^xsd:double;
  dwc:latitude '48.68311'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57958 48.68311, -1.57958 48.68311, -1.57958 48.68311, -1.57958 48.68311, -1.57958 48.68311))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7124'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6653 -1.57957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6653 -1.57957)"^^geo:wktLiteral ;
  geo-pos:lat "48.6653"^^xsd:decimal ;
  geo-pos:long "-1.57957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9283'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57957'^^xsd:double;
  dwc:latitude '48.6653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57957 48.6653, -1.57957 48.6653, -1.57957 48.6653, -1.57957 48.6653, -1.57957 48.6653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9283'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68256 -1.57957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68256 -1.57957)"^^geo:wktLiteral ;
  geo-pos:lat "48.68256"^^xsd:decimal ;
  geo-pos:long "-1.57957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6330'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57957'^^xsd:double;
  dwc:latitude '48.68256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57957 48.68256, -1.57957 48.68256, -1.57957 48.68256, -1.57957 48.68256, -1.57957 48.68256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6330'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68271 -1.57956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68271 -1.57956)"^^geo:wktLiteral ;
  geo-pos:lat "48.68271"^^xsd:decimal ;
  geo-pos:long "-1.57956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5297'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57956'^^xsd:double;
  dwc:latitude '48.68271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57956 48.68271, -1.57956 48.68271, -1.57956 48.68271, -1.57956 48.68271, -1.57956 48.68271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5297'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72116 -1.57956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72116 -1.57956)"^^geo:wktLiteral ;
  geo-pos:lat "48.72116"^^xsd:decimal ;
  geo-pos:long "-1.57956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9371'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57956'^^xsd:double;
  dwc:latitude '48.72116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57956 48.72116, -1.57956 48.72116, -1.57956 48.72116, -1.57956 48.72116, -1.57956 48.72116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9371'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67871 -1.57955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67871"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67871 -1.57955)"^^geo:wktLiteral ;
  geo-pos:lat "48.67871"^^xsd:decimal ;
  geo-pos:long "-1.57955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3801'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57955'^^xsd:double;
  dwc:latitude '48.67871'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57955 48.67871, -1.57955 48.67871, -1.57955 48.67871, -1.57955 48.67871, -1.57955 48.67871))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3801'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70765 -1.57955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70765 -1.57955)"^^geo:wktLiteral ;
  geo-pos:lat "48.70765"^^xsd:decimal ;
  geo-pos:long "-1.57955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2327'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57955'^^xsd:double;
  dwc:latitude '48.70765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57955 48.70765, -1.57955 48.70765, -1.57955 48.70765, -1.57955 48.70765, -1.57955 48.70765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2327'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71799 -1.57955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71799 -1.57955)"^^geo:wktLiteral ;
  geo-pos:lat "48.71799"^^xsd:decimal ;
  geo-pos:long "-1.57955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5210'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57955'^^xsd:double;
  dwc:latitude '48.71799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57955 48.71799, -1.57955 48.71799, -1.57955 48.71799, -1.57955 48.71799, -1.57955 48.71799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5210'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70081 -1.57954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70081 -1.57954)"^^geo:wktLiteral ;
  geo-pos:lat "48.70081"^^xsd:decimal ;
  geo-pos:long "-1.57954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5625'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57954'^^xsd:double;
  dwc:latitude '48.70081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57954 48.70081, -1.57954 48.70081, -1.57954 48.70081, -1.57954 48.70081, -1.57954 48.70081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5625'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66428 -1.57953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66428 -1.57953)"^^geo:wktLiteral ;
  geo-pos:lat "48.66428"^^xsd:decimal ;
  geo-pos:long "-1.57953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11893'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57953'^^xsd:double;
  dwc:latitude '48.66428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57953 48.66428, -1.57953 48.66428, -1.57953 48.66428, -1.57953 48.66428, -1.57953 48.66428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11893'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67962 -1.57952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67962 -1.57952)"^^geo:wktLiteral ;
  geo-pos:lat "48.67962"^^xsd:decimal ;
  geo-pos:long "-1.57952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5327'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57952'^^xsd:double;
  dwc:latitude '48.67962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57952 48.67962, -1.57952 48.67962, -1.57952 48.67962, -1.57952 48.67962, -1.57952 48.67962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5327'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70836 -1.57952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70836 -1.57952)"^^geo:wktLiteral ;
  geo-pos:lat "48.70836"^^xsd:decimal ;
  geo-pos:long "-1.57952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8388'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57952'^^xsd:double;
  dwc:latitude '48.70836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57952 48.70836, -1.57952 48.70836, -1.57952 48.70836, -1.57952 48.70836, -1.57952 48.70836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8388'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66542 -1.57951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66542 -1.57951)"^^geo:wktLiteral ;
  geo-pos:lat "48.66542"^^xsd:decimal ;
  geo-pos:long "-1.57951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6199'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57951'^^xsd:double;
  dwc:latitude '48.66542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57951 48.66542, -1.57951 48.66542, -1.57951 48.66542, -1.57951 48.66542, -1.57951 48.66542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6199'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64784 -1.5795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64784 -1.5795)"^^geo:wktLiteral ;
  geo-pos:lat "48.64784"^^xsd:decimal ;
  geo-pos:long "-1.5795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1921'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5795'^^xsd:double;
  dwc:latitude '48.64784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5795 48.64784, -1.5795 48.64784, -1.5795 48.64784, -1.5795 48.64784, -1.5795 48.64784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1921'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64448 -1.57949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64448 -1.57949)"^^geo:wktLiteral ;
  geo-pos:lat "48.64448"^^xsd:decimal ;
  geo-pos:long "-1.57949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12450'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57949'^^xsd:double;
  dwc:latitude '48.64448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57949 48.64448, -1.57949 48.64448, -1.57949 48.64448, -1.57949 48.64448, -1.57949 48.64448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12450'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67957 -1.57949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67957 -1.57949)"^^geo:wktLiteral ;
  geo-pos:lat "48.67957"^^xsd:decimal ;
  geo-pos:long "-1.57949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6844'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57949'^^xsd:double;
  dwc:latitude '48.67957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57949 48.67957, -1.57949 48.67957, -1.57949 48.67957, -1.57949 48.67957, -1.57949 48.67957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6844'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6819 -1.57949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6819 -1.57949)"^^geo:wktLiteral ;
  geo-pos:lat "48.6819"^^xsd:decimal ;
  geo-pos:long "-1.57949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9133'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57949'^^xsd:double;
  dwc:latitude '48.6819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57949 48.6819, -1.57949 48.6819, -1.57949 48.6819, -1.57949 48.6819, -1.57949 48.6819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9133'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74075 -1.57948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74075 -1.57948)"^^geo:wktLiteral ;
  geo-pos:lat "48.74075"^^xsd:decimal ;
  geo-pos:long "-1.57948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1845'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57948'^^xsd:double;
  dwc:latitude '48.74075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57948 48.74075, -1.57948 48.74075, -1.57948 48.74075, -1.57948 48.74075, -1.57948 48.74075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1845'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67165 -1.57947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67165 -1.57947)"^^geo:wktLiteral ;
  geo-pos:lat "48.67165"^^xsd:decimal ;
  geo-pos:long "-1.57947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3644'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57947'^^xsd:double;
  dwc:latitude '48.67165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57947 48.67165, -1.57947 48.67165, -1.57947 48.67165, -1.57947 48.67165, -1.57947 48.67165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3644'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67801 -1.57945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67801 -1.57945)"^^geo:wktLiteral ;
  geo-pos:lat "48.67801"^^xsd:decimal ;
  geo-pos:long "-1.57945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7241'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57945'^^xsd:double;
  dwc:latitude '48.67801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57945 48.67801, -1.57945 48.67801, -1.57945 48.67801, -1.57945 48.67801, -1.57945 48.67801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7241'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73213 -1.57944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73213 -1.57944)"^^geo:wktLiteral ;
  geo-pos:lat "48.73213"^^xsd:decimal ;
  geo-pos:long "-1.57944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9778'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57944'^^xsd:double;
  dwc:latitude '48.73213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57944 48.73213, -1.57944 48.73213, -1.57944 48.73213, -1.57944 48.73213, -1.57944 48.73213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9778'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68281 -1.57941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68281 -1.57941)"^^geo:wktLiteral ;
  geo-pos:lat "48.68281"^^xsd:decimal ;
  geo-pos:long "-1.57941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6518'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57941'^^xsd:double;
  dwc:latitude '48.68281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57941 48.68281, -1.57941 48.68281, -1.57941 48.68281, -1.57941 48.68281, -1.57941 48.68281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6518'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64478 -1.5794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64478 -1.5794)"^^geo:wktLiteral ;
  geo-pos:lat "48.64478"^^xsd:decimal ;
  geo-pos:long "-1.5794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6280'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5794'^^xsd:double;
  dwc:latitude '48.64478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5794 48.64478, -1.5794 48.64478, -1.5794 48.64478, -1.5794 48.64478, -1.5794 48.64478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6280'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68691 -1.5794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68691 -1.5794)"^^geo:wktLiteral ;
  geo-pos:lat "48.68691"^^xsd:decimal ;
  geo-pos:long "-1.5794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7181'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5794'^^xsd:double;
  dwc:latitude '48.68691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5794 48.68691, -1.5794 48.68691, -1.5794 48.68691, -1.5794 48.68691, -1.5794 48.68691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7181'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69825 -1.5794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69825 -1.5794)"^^geo:wktLiteral ;
  geo-pos:lat "48.69825"^^xsd:decimal ;
  geo-pos:long "-1.5794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9181'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5794'^^xsd:double;
  dwc:latitude '48.69825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5794 48.69825, -1.5794 48.69825, -1.5794 48.69825, -1.5794 48.69825, -1.5794 48.69825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9181'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65952 -1.57939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65952 -1.57939)"^^geo:wktLiteral ;
  geo-pos:lat "48.65952"^^xsd:decimal ;
  geo-pos:long "-1.57939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5305'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57939'^^xsd:double;
  dwc:latitude '48.65952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57939 48.65952, -1.57939 48.65952, -1.57939 48.65952, -1.57939 48.65952, -1.57939 48.65952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5305'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66349 -1.57939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66349"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66349 -1.57939)"^^geo:wktLiteral ;
  geo-pos:lat "48.66349"^^xsd:decimal ;
  geo-pos:long "-1.57939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12713'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57939'^^xsd:double;
  dwc:latitude '48.66349'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57939 48.66349, -1.57939 48.66349, -1.57939 48.66349, -1.57939 48.66349, -1.57939 48.66349))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12713'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70943 -1.57939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70943 -1.57939)"^^geo:wktLiteral ;
  geo-pos:lat "48.70943"^^xsd:decimal ;
  geo-pos:long "-1.57939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4174'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57939'^^xsd:double;
  dwc:latitude '48.70943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57939 48.70943, -1.57939 48.70943, -1.57939 48.70943, -1.57939 48.70943, -1.57939 48.70943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4174'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68007 -1.57938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68007 -1.57938)"^^geo:wktLiteral ;
  geo-pos:lat "48.68007"^^xsd:decimal ;
  geo-pos:long "-1.57938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_15'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_15'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57938'^^xsd:double;
  dwc:latitude '48.68007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57938 48.68007, -1.57938 48.68007, -1.57938 48.68007, -1.57938 48.68007, -1.57938 48.68007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_15'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75619 -1.57937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75619 -1.57937)"^^geo:wktLiteral ;
  geo-pos:lat "48.75619"^^xsd:decimal ;
  geo-pos:long "-1.57937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7478'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57937'^^xsd:double;
  dwc:latitude '48.75619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57937 48.75619, -1.57937 48.75619, -1.57937 48.75619, -1.57937 48.75619, -1.57937 48.75619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7478'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72586 -1.57936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72586 -1.57936)"^^geo:wktLiteral ;
  geo-pos:lat "48.72586"^^xsd:decimal ;
  geo-pos:long "-1.57936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9044'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57936'^^xsd:double;
  dwc:latitude '48.72586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57936 48.72586, -1.57936 48.72586, -1.57936 48.72586, -1.57936 48.72586, -1.57936 48.72586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9044'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7324 -1.57936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7324"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7324 -1.57936)"^^geo:wktLiteral ;
  geo-pos:lat "48.7324"^^xsd:decimal ;
  geo-pos:long "-1.57936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2404'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57936'^^xsd:double;
  dwc:latitude '48.7324'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57936 48.7324, -1.57936 48.7324, -1.57936 48.7324, -1.57936 48.7324, -1.57936 48.7324))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2404'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73528 -1.57936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73528 -1.57936)"^^geo:wktLiteral ;
  geo-pos:lat "48.73528"^^xsd:decimal ;
  geo-pos:long "-1.57936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3477'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57936'^^xsd:double;
  dwc:latitude '48.73528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57936 48.73528, -1.57936 48.73528, -1.57936 48.73528, -1.57936 48.73528, -1.57936 48.73528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3477'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66308 -1.57935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66308 -1.57935)"^^geo:wktLiteral ;
  geo-pos:lat "48.66308"^^xsd:decimal ;
  geo-pos:long "-1.57935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13604'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57935'^^xsd:double;
  dwc:latitude '48.66308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57935 48.66308, -1.57935 48.66308, -1.57935 48.66308, -1.57935 48.66308, -1.57935 48.66308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13604'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72007 -1.57935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72007 -1.57935)"^^geo:wktLiteral ;
  geo-pos:lat "48.72007"^^xsd:decimal ;
  geo-pos:long "-1.57935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11258'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57935'^^xsd:double;
  dwc:latitude '48.72007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57935 48.72007, -1.57935 48.72007, -1.57935 48.72007, -1.57935 48.72007, -1.57935 48.72007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11258'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74089 -1.57935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74089 -1.57935)"^^geo:wktLiteral ;
  geo-pos:lat "48.74089"^^xsd:decimal ;
  geo-pos:long "-1.57935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4282'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57935'^^xsd:double;
  dwc:latitude '48.74089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57935 48.74089, -1.57935 48.74089, -1.57935 48.74089, -1.57935 48.74089, -1.57935 48.74089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4282'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68013 -1.57934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68013 -1.57934)"^^geo:wktLiteral ;
  geo-pos:lat "48.68013"^^xsd:decimal ;
  geo-pos:long "-1.57934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4121'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57934'^^xsd:double;
  dwc:latitude '48.68013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57934 48.68013, -1.57934 48.68013, -1.57934 48.68013, -1.57934 48.68013, -1.57934 48.68013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4121'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68043 -1.57933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68043 -1.57933)"^^geo:wktLiteral ;
  geo-pos:lat "48.68043"^^xsd:decimal ;
  geo-pos:long "-1.57933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6274'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57933'^^xsd:double;
  dwc:latitude '48.68043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57933 48.68043, -1.57933 48.68043, -1.57933 48.68043, -1.57933 48.68043, -1.57933 48.68043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6274'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68092 -1.57933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68092"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68092 -1.57933)"^^geo:wktLiteral ;
  geo-pos:lat "48.68092"^^xsd:decimal ;
  geo-pos:long "-1.57933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3847'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57933'^^xsd:double;
  dwc:latitude '48.68092'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57933 48.68092, -1.57933 48.68092, -1.57933 48.68092, -1.57933 48.68092, -1.57933 48.68092))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3847'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68609 -1.57932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68609 -1.57932)"^^geo:wktLiteral ;
  geo-pos:lat "48.68609"^^xsd:decimal ;
  geo-pos:long "-1.57932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7175'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57932'^^xsd:double;
  dwc:latitude '48.68609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57932 48.68609, -1.57932 48.68609, -1.57932 48.68609, -1.57932 48.68609, -1.57932 48.68609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7175'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75711 -1.57932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75711 -1.57932)"^^geo:wktLiteral ;
  geo-pos:lat "48.75711"^^xsd:decimal ;
  geo-pos:long "-1.57932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9989'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57932'^^xsd:double;
  dwc:latitude '48.75711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57932 48.75711, -1.57932 48.75711, -1.57932 48.75711, -1.57932 48.75711, -1.57932 48.75711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9989'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65962 -1.57929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65962 -1.57929)"^^geo:wktLiteral ;
  geo-pos:lat "48.65962"^^xsd:decimal ;
  geo-pos:long "-1.57929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12662'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57929'^^xsd:double;
  dwc:latitude '48.65962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57929 48.65962, -1.57929 48.65962, -1.57929 48.65962, -1.57929 48.65962, -1.57929 48.65962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12662'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71655 -1.57929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71655 -1.57929)"^^geo:wktLiteral ;
  geo-pos:lat "48.71655"^^xsd:decimal ;
  geo-pos:long "-1.57929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3732'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57929'^^xsd:double;
  dwc:latitude '48.71655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57929 48.71655, -1.57929 48.71655, -1.57929 48.71655, -1.57929 48.71655, -1.57929 48.71655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3732'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68431 -1.57927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68431 -1.57927)"^^geo:wktLiteral ;
  geo-pos:lat "48.68431"^^xsd:decimal ;
  geo-pos:long "-1.57927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4789'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57927'^^xsd:double;
  dwc:latitude '48.68431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57927 48.68431, -1.57927 48.68431, -1.57927 48.68431, -1.57927 48.68431, -1.57927 48.68431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4789'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71872 -1.57927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71872 -1.57927)"^^geo:wktLiteral ;
  geo-pos:lat "48.71872"^^xsd:decimal ;
  geo-pos:long "-1.57927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1231'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57927'^^xsd:double;
  dwc:latitude '48.71872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57927 48.71872, -1.57927 48.71872, -1.57927 48.71872, -1.57927 48.71872, -1.57927 48.71872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1231'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7312 -1.57927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7312"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7312 -1.57927)"^^geo:wktLiteral ;
  geo-pos:lat "48.7312"^^xsd:decimal ;
  geo-pos:long "-1.57927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2457'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57927'^^xsd:double;
  dwc:latitude '48.7312'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57927 48.7312, -1.57927 48.7312, -1.57927 48.7312, -1.57927 48.7312, -1.57927 48.7312))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2457'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67682 -1.57926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67682 -1.57926)"^^geo:wktLiteral ;
  geo-pos:lat "48.67682"^^xsd:decimal ;
  geo-pos:long "-1.57926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4581'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57926'^^xsd:double;
  dwc:latitude '48.67682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57926 48.67682, -1.57926 48.67682, -1.57926 48.67682, -1.57926 48.67682, -1.57926 48.67682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4581'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7898 -1.57926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7898 -1.57926)"^^geo:wktLiteral ;
  geo-pos:lat "48.7898"^^xsd:decimal ;
  geo-pos:long "-1.57926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9324'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57926'^^xsd:double;
  dwc:latitude '48.7898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57926 48.7898, -1.57926 48.7898, -1.57926 48.7898, -1.57926 48.7898, -1.57926 48.7898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9324'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65464 -1.57925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65464 -1.57925)"^^geo:wktLiteral ;
  geo-pos:lat "48.65464"^^xsd:decimal ;
  geo-pos:long "-1.57925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11052'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57925'^^xsd:double;
  dwc:latitude '48.65464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57925 48.65464, -1.57925 48.65464, -1.57925 48.65464, -1.57925 48.65464, -1.57925 48.65464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11052'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73388 -1.57925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73388"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73388 -1.57925)"^^geo:wktLiteral ;
  geo-pos:lat "48.73388"^^xsd:decimal ;
  geo-pos:long "-1.57925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3958'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57925'^^xsd:double;
  dwc:latitude '48.73388'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57925 48.73388, -1.57925 48.73388, -1.57925 48.73388, -1.57925 48.73388, -1.57925 48.73388))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3958'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65217 -1.57924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65217 -1.57924)"^^geo:wktLiteral ;
  geo-pos:lat "48.65217"^^xsd:decimal ;
  geo-pos:long "-1.57924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12899'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57924'^^xsd:double;
  dwc:latitude '48.65217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57924 48.65217, -1.57924 48.65217, -1.57924 48.65217, -1.57924 48.65217, -1.57924 48.65217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12899'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68229 -1.57924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68229 -1.57924)"^^geo:wktLiteral ;
  geo-pos:lat "48.68229"^^xsd:decimal ;
  geo-pos:long "-1.57924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6820'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57924'^^xsd:double;
  dwc:latitude '48.68229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57924 48.68229, -1.57924 48.68229, -1.57924 48.68229, -1.57924 48.68229, -1.57924 48.68229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6820'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64522 -1.57923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64522 -1.57923)"^^geo:wktLiteral ;
  geo-pos:lat "48.64522"^^xsd:decimal ;
  geo-pos:long "-1.57923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12362'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57923'^^xsd:double;
  dwc:latitude '48.64522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57923 48.64522, -1.57923 48.64522, -1.57923 48.64522, -1.57923 48.64522, -1.57923 48.64522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12362'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73378 -1.57923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73378 -1.57923)"^^geo:wktLiteral ;
  geo-pos:lat "48.73378"^^xsd:decimal ;
  geo-pos:long "-1.57923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1850'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57923'^^xsd:double;
  dwc:latitude '48.73378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57923 48.73378, -1.57923 48.73378, -1.57923 48.73378, -1.57923 48.73378, -1.57923 48.73378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1850'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73317 -1.57922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73317 -1.57922)"^^geo:wktLiteral ;
  geo-pos:lat "48.73317"^^xsd:decimal ;
  geo-pos:long "-1.57922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3520'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57922'^^xsd:double;
  dwc:latitude '48.73317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57922 48.73317, -1.57922 48.73317, -1.57922 48.73317, -1.57922 48.73317, -1.57922 48.73317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3520'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65248 -1.57921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65248 -1.57921)"^^geo:wktLiteral ;
  geo-pos:lat "48.65248"^^xsd:decimal ;
  geo-pos:long "-1.57921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12298'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57921'^^xsd:double;
  dwc:latitude '48.65248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57921 48.65248, -1.57921 48.65248, -1.57921 48.65248, -1.57921 48.65248, -1.57921 48.65248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12298'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68458 -1.57917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68458 -1.57917)"^^geo:wktLiteral ;
  geo-pos:lat "48.68458"^^xsd:decimal ;
  geo-pos:long "-1.57917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7040'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57917'^^xsd:double;
  dwc:latitude '48.68458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57917 48.68458, -1.57917 48.68458, -1.57917 48.68458, -1.57917 48.68458, -1.57917 48.68458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7040'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71757 -1.57916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71757"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71757 -1.57916)"^^geo:wktLiteral ;
  geo-pos:lat "48.71757"^^xsd:decimal ;
  geo-pos:long "-1.57916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8116'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57916'^^xsd:double;
  dwc:latitude '48.71757'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57916 48.71757, -1.57916 48.71757, -1.57916 48.71757, -1.57916 48.71757, -1.57916 48.71757))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8116'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73517 -1.57914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73517 -1.57914)"^^geo:wktLiteral ;
  geo-pos:lat "48.73517"^^xsd:decimal ;
  geo-pos:long "-1.57914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3478'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57914'^^xsd:double;
  dwc:latitude '48.73517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57914 48.73517, -1.57914 48.73517, -1.57914 48.73517, -1.57914 48.73517, -1.57914 48.73517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3478'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68421 -1.57913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68421 -1.57913)"^^geo:wktLiteral ;
  geo-pos:lat "48.68421"^^xsd:decimal ;
  geo-pos:long "-1.57913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6307'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57913'^^xsd:double;
  dwc:latitude '48.68421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57913 48.68421, -1.57913 48.68421, -1.57913 48.68421, -1.57913 48.68421, -1.57913 48.68421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6307'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72776 -1.57912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72776 -1.57912)"^^geo:wktLiteral ;
  geo-pos:lat "48.72776"^^xsd:decimal ;
  geo-pos:long "-1.57912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6412'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57912'^^xsd:double;
  dwc:latitude '48.72776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57912 48.72776, -1.57912 48.72776, -1.57912 48.72776, -1.57912 48.72776, -1.57912 48.72776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6412'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64981 -1.57911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64981"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64981 -1.57911)"^^geo:wktLiteral ;
  geo-pos:lat "48.64981"^^xsd:decimal ;
  geo-pos:long "-1.57911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_424'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57911'^^xsd:double;
  dwc:latitude '48.64981'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57911 48.64981, -1.57911 48.64981, -1.57911 48.64981, -1.57911 48.64981, -1.57911 48.64981))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_424'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67763 -1.57909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67763 -1.57909)"^^geo:wktLiteral ;
  geo-pos:lat "48.67763"^^xsd:decimal ;
  geo-pos:long "-1.57909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5143'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57909'^^xsd:double;
  dwc:latitude '48.67763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57909 48.67763, -1.57909 48.67763, -1.57909 48.67763, -1.57909 48.67763, -1.57909 48.67763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5143'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64733 -1.57906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64733 -1.57906)"^^geo:wktLiteral ;
  geo-pos:lat "48.64733"^^xsd:decimal ;
  geo-pos:long "-1.57906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12826'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57906'^^xsd:double;
  dwc:latitude '48.64733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57906 48.64733, -1.57906 48.64733, -1.57906 48.64733, -1.57906 48.64733, -1.57906 48.64733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12826'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65019 -1.57906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65019"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65019 -1.57906)"^^geo:wktLiteral ;
  geo-pos:lat "48.65019"^^xsd:decimal ;
  geo-pos:long "-1.57906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5250'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57906'^^xsd:double;
  dwc:latitude '48.65019'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57906 48.65019, -1.57906 48.65019, -1.57906 48.65019, -1.57906 48.65019, -1.57906 48.65019))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5250'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64758 -1.57905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64758 -1.57905)"^^geo:wktLiteral ;
  geo-pos:lat "48.64758"^^xsd:decimal ;
  geo-pos:long "-1.57905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13118'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57905'^^xsd:double;
  dwc:latitude '48.64758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57905 48.64758, -1.57905 48.64758, -1.57905 48.64758, -1.57905 48.64758, -1.57905 48.64758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13118'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67099 -1.57905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67099 -1.57905)"^^geo:wktLiteral ;
  geo-pos:lat "48.67099"^^xsd:decimal ;
  geo-pos:long "-1.57905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10716'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57905'^^xsd:double;
  dwc:latitude '48.67099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57905 48.67099, -1.57905 48.67099, -1.57905 48.67099, -1.57905 48.67099, -1.57905 48.67099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10716'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65077 -1.57901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65077 -1.57901)"^^geo:wktLiteral ;
  geo-pos:lat "48.65077"^^xsd:decimal ;
  geo-pos:long "-1.57901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6282'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57901'^^xsd:double;
  dwc:latitude '48.65077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57901 48.65077, -1.57901 48.65077, -1.57901 48.65077, -1.57901 48.65077, -1.57901 48.65077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6282'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66618 -1.57898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66618 -1.57898)"^^geo:wktLiteral ;
  geo-pos:lat "48.66618"^^xsd:decimal ;
  geo-pos:long "-1.57898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8642'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57898'^^xsd:double;
  dwc:latitude '48.66618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57898 48.66618, -1.57898 48.66618, -1.57898 48.66618, -1.57898 48.66618, -1.57898 48.66618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8642'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68139 -1.57898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68139 -1.57898)"^^geo:wktLiteral ;
  geo-pos:lat "48.68139"^^xsd:decimal ;
  geo-pos:long "-1.57898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6789'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57898'^^xsd:double;
  dwc:latitude '48.68139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57898 48.68139, -1.57898 48.68139, -1.57898 48.68139, -1.57898 48.68139, -1.57898 48.68139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6789'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67512 -1.57893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67512"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67512 -1.57893)"^^geo:wktLiteral ;
  geo-pos:lat "48.67512"^^xsd:decimal ;
  geo-pos:long "-1.57893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8856'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57893'^^xsd:double;
  dwc:latitude '48.67512'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57893 48.67512, -1.57893 48.67512, -1.57893 48.67512, -1.57893 48.67512, -1.57893 48.67512))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8856'^^xsd:string;
  dwc:observationDate '2008-01-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69957 -1.57893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69957 -1.57893)"^^geo:wktLiteral ;
  geo-pos:lat "48.69957"^^xsd:decimal ;
  geo-pos:long "-1.57893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7337'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57893'^^xsd:double;
  dwc:latitude '48.69957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57893 48.69957, -1.57893 48.69957, -1.57893 48.69957, -1.57893 48.69957, -1.57893 48.69957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7337'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71083 -1.57893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71083 -1.57893)"^^geo:wktLiteral ;
  geo-pos:lat "48.71083"^^xsd:decimal ;
  geo-pos:long "-1.57893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6556'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57893'^^xsd:double;
  dwc:latitude '48.71083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57893 48.71083, -1.57893 48.71083, -1.57893 48.71083, -1.57893 48.71083, -1.57893 48.71083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6556'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71685 -1.57891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71685 -1.57891)"^^geo:wktLiteral ;
  geo-pos:lat "48.71685"^^xsd:decimal ;
  geo-pos:long "-1.57891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8079'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57891'^^xsd:double;
  dwc:latitude '48.71685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57891 48.71685, -1.57891 48.71685, -1.57891 48.71685, -1.57891 48.71685, -1.57891 48.71685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8079'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67988 -1.5789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67988 -1.5789)"^^geo:wktLiteral ;
  geo-pos:lat "48.67988"^^xsd:decimal ;
  geo-pos:long "-1.5789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_809'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5789'^^xsd:double;
  dwc:latitude '48.67988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5789 48.67988, -1.5789 48.67988, -1.5789 48.67988, -1.5789 48.67988, -1.5789 48.67988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_809'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65595 -1.57887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65595 -1.57887)"^^geo:wktLiteral ;
  geo-pos:lat "48.65595"^^xsd:decimal ;
  geo-pos:long "-1.57887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12245'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57887'^^xsd:double;
  dwc:latitude '48.65595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57887 48.65595, -1.57887 48.65595, -1.57887 48.65595, -1.57887 48.65595, -1.57887 48.65595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12245'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69462 -1.57887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69462 -1.57887)"^^geo:wktLiteral ;
  geo-pos:lat "48.69462"^^xsd:decimal ;
  geo-pos:long "-1.57887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9256'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57887'^^xsd:double;
  dwc:latitude '48.69462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57887 48.69462, -1.57887 48.69462, -1.57887 48.69462, -1.57887 48.69462, -1.57887 48.69462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9256'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68458 -1.57886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68458 -1.57886)"^^geo:wktLiteral ;
  geo-pos:lat "48.68458"^^xsd:decimal ;
  geo-pos:long "-1.57886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10624'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57886'^^xsd:double;
  dwc:latitude '48.68458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57886 48.68458, -1.57886 48.68458, -1.57886 48.68458, -1.57886 48.68458, -1.57886 48.68458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10624'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65623 -1.57885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65623 -1.57885)"^^geo:wktLiteral ;
  geo-pos:lat "48.65623"^^xsd:decimal ;
  geo-pos:long "-1.57885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13125'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57885'^^xsd:double;
  dwc:latitude '48.65623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57885 48.65623, -1.57885 48.65623, -1.57885 48.65623, -1.57885 48.65623, -1.57885 48.65623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13125'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68023 -1.57885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68023 -1.57885)"^^geo:wktLiteral ;
  geo-pos:lat "48.68023"^^xsd:decimal ;
  geo-pos:long "-1.57885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4637'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57885'^^xsd:double;
  dwc:latitude '48.68023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57885 48.68023, -1.57885 48.68023, -1.57885 48.68023, -1.57885 48.68023, -1.57885 48.68023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4637'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68075 -1.57884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68075 -1.57884)"^^geo:wktLiteral ;
  geo-pos:lat "48.68075"^^xsd:decimal ;
  geo-pos:long "-1.57884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4828'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57884'^^xsd:double;
  dwc:latitude '48.68075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57884 48.68075, -1.57884 48.68075, -1.57884 48.68075, -1.57884 48.68075, -1.57884 48.68075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4828'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68837 -1.57883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68837 -1.57883)"^^geo:wktLiteral ;
  geo-pos:lat "48.68837"^^xsd:decimal ;
  geo-pos:long "-1.57883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6531'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57883'^^xsd:double;
  dwc:latitude '48.68837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57883 48.68837, -1.57883 48.68837, -1.57883 48.68837, -1.57883 48.68837, -1.57883 48.68837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6531'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72765 -1.57883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72765 -1.57883)"^^geo:wktLiteral ;
  geo-pos:lat "48.72765"^^xsd:decimal ;
  geo-pos:long "-1.57883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2498'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57883'^^xsd:double;
  dwc:latitude '48.72765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57883 48.72765, -1.57883 48.72765, -1.57883 48.72765, -1.57883 48.72765, -1.57883 48.72765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2498'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66525 -1.57882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66525 -1.57882)"^^geo:wktLiteral ;
  geo-pos:lat "48.66525"^^xsd:decimal ;
  geo-pos:long "-1.57882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13113'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57882'^^xsd:double;
  dwc:latitude '48.66525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57882 48.66525, -1.57882 48.66525, -1.57882 48.66525, -1.57882 48.66525, -1.57882 48.66525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13113'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71639 -1.57882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71639 -1.57882)"^^geo:wktLiteral ;
  geo-pos:lat "48.71639"^^xsd:decimal ;
  geo-pos:long "-1.57882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1959'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57882'^^xsd:double;
  dwc:latitude '48.71639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57882 48.71639, -1.57882 48.71639, -1.57882 48.71639, -1.57882 48.71639, -1.57882 48.71639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1959'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71974 -1.57882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71974 -1.57882)"^^geo:wktLiteral ;
  geo-pos:lat "48.71974"^^xsd:decimal ;
  geo-pos:long "-1.57882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4453'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57882'^^xsd:double;
  dwc:latitude '48.71974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57882 48.71974, -1.57882 48.71974, -1.57882 48.71974, -1.57882 48.71974, -1.57882 48.71974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4453'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6741 -1.57878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6741 -1.57878)"^^geo:wktLiteral ;
  geo-pos:lat "48.6741"^^xsd:decimal ;
  geo-pos:long "-1.57878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5793'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57878'^^xsd:double;
  dwc:latitude '48.6741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57878 48.6741, -1.57878 48.6741, -1.57878 48.6741, -1.57878 48.6741, -1.57878 48.6741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5793'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71756 -1.57878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71756 -1.57878)"^^geo:wktLiteral ;
  geo-pos:lat "48.71756"^^xsd:decimal ;
  geo-pos:long "-1.57878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4311'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57878'^^xsd:double;
  dwc:latitude '48.71756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57878 48.71756, -1.57878 48.71756, -1.57878 48.71756, -1.57878 48.71756, -1.57878 48.71756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4311'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68073 -1.57877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68073 -1.57877)"^^geo:wktLiteral ;
  geo-pos:lat "48.68073"^^xsd:decimal ;
  geo-pos:long "-1.57877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7182'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57877'^^xsd:double;
  dwc:latitude '48.68073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57877 48.68073, -1.57877 48.68073, -1.57877 48.68073, -1.57877 48.68073, -1.57877 48.68073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7182'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7369 -1.57877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7369 -1.57877)"^^geo:wktLiteral ;
  geo-pos:lat "48.7369"^^xsd:decimal ;
  geo-pos:long "-1.57877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13679'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57877'^^xsd:double;
  dwc:latitude '48.7369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57877 48.7369, -1.57877 48.7369, -1.57877 48.7369, -1.57877 48.7369, -1.57877 48.7369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13679'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69245 -1.57876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69245 -1.57876)"^^geo:wktLiteral ;
  geo-pos:lat "48.69245"^^xsd:decimal ;
  geo-pos:long "-1.57876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3782'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57876'^^xsd:double;
  dwc:latitude '48.69245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57876 48.69245, -1.57876 48.69245, -1.57876 48.69245, -1.57876 48.69245, -1.57876 48.69245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3782'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65535 -1.57875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65535 -1.57875)"^^geo:wktLiteral ;
  geo-pos:lat "48.65535"^^xsd:decimal ;
  geo-pos:long "-1.57875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12259'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57875'^^xsd:double;
  dwc:latitude '48.65535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57875 48.65535, -1.57875 48.65535, -1.57875 48.65535, -1.57875 48.65535, -1.57875 48.65535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12259'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66605 -1.57875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66605 -1.57875)"^^geo:wktLiteral ;
  geo-pos:lat "48.66605"^^xsd:decimal ;
  geo-pos:long "-1.57875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12264'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57875'^^xsd:double;
  dwc:latitude '48.66605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57875 48.66605, -1.57875 48.66605, -1.57875 48.66605, -1.57875 48.66605, -1.57875 48.66605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12264'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66646 -1.57875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66646 -1.57875)"^^geo:wktLiteral ;
  geo-pos:lat "48.66646"^^xsd:decimal ;
  geo-pos:long "-1.57875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12012'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57875'^^xsd:double;
  dwc:latitude '48.66646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57875 48.66646, -1.57875 48.66646, -1.57875 48.66646, -1.57875 48.66646, -1.57875 48.66646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12012'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67126 -1.57875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67126 -1.57875)"^^geo:wktLiteral ;
  geo-pos:lat "48.67126"^^xsd:decimal ;
  geo-pos:long "-1.57875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6478'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57875'^^xsd:double;
  dwc:latitude '48.67126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57875 48.67126, -1.57875 48.67126, -1.57875 48.67126, -1.57875 48.67126, -1.57875 48.67126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6478'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6823 -1.57872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6823 -1.57872)"^^geo:wktLiteral ;
  geo-pos:lat "48.6823"^^xsd:decimal ;
  geo-pos:long "-1.57872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4120'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57872'^^xsd:double;
  dwc:latitude '48.6823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57872 48.6823, -1.57872 48.6823, -1.57872 48.6823, -1.57872 48.6823, -1.57872 48.6823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4120'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68609 -1.57871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68609 -1.57871)"^^geo:wktLiteral ;
  geo-pos:lat "48.68609"^^xsd:decimal ;
  geo-pos:long "-1.57871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5955'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57871'^^xsd:double;
  dwc:latitude '48.68609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57871 48.68609, -1.57871 48.68609, -1.57871 48.68609, -1.57871 48.68609, -1.57871 48.68609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5955'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71033 -1.57871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71033 -1.57871)"^^geo:wktLiteral ;
  geo-pos:lat "48.71033"^^xsd:decimal ;
  geo-pos:long "-1.57871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1170'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57871'^^xsd:double;
  dwc:latitude '48.71033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57871 48.71033, -1.57871 48.71033, -1.57871 48.71033, -1.57871 48.71033, -1.57871 48.71033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1170'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64831 -1.5787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64831 -1.5787)"^^geo:wktLiteral ;
  geo-pos:lat "48.64831"^^xsd:decimal ;
  geo-pos:long "-1.5787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_12341'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5787'^^xsd:double;
  dwc:latitude '48.64831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5787 48.64831, -1.5787 48.64831, -1.5787 48.64831, -1.5787 48.64831, -1.5787 48.64831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12341'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64919 -1.5787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64919 -1.5787)"^^geo:wktLiteral ;
  geo-pos:lat "48.64919"^^xsd:decimal ;
  geo-pos:long "-1.5787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3577'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5787'^^xsd:double;
  dwc:latitude '48.64919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5787 48.64919, -1.5787 48.64919, -1.5787 48.64919, -1.5787 48.64919, -1.5787 48.64919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3577'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65795 -1.57869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65795 -1.57869)"^^geo:wktLiteral ;
  geo-pos:lat "48.65795"^^xsd:decimal ;
  geo-pos:long "-1.57869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10447'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57869'^^xsd:double;
  dwc:latitude '48.65795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57869 48.65795, -1.57869 48.65795, -1.57869 48.65795, -1.57869 48.65795, -1.57869 48.65795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10447'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6468 -1.57868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6468 -1.57868)"^^geo:wktLiteral ;
  geo-pos:lat "48.6468"^^xsd:decimal ;
  geo-pos:long "-1.57868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5832'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57868'^^xsd:double;
  dwc:latitude '48.6468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57868 48.6468, -1.57868 48.6468, -1.57868 48.6468, -1.57868 48.6468, -1.57868 48.6468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5832'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65149 -1.57867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65149 -1.57867)"^^geo:wktLiteral ;
  geo-pos:lat "48.65149"^^xsd:decimal ;
  geo-pos:long "-1.57867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7670'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57867'^^xsd:double;
  dwc:latitude '48.65149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57867 48.65149, -1.57867 48.65149, -1.57867 48.65149, -1.57867 48.65149, -1.57867 48.65149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7670'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71844 -1.57867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71844 -1.57867)"^^geo:wktLiteral ;
  geo-pos:lat "48.71844"^^xsd:decimal ;
  geo-pos:long "-1.57867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4469'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57867'^^xsd:double;
  dwc:latitude '48.71844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57867 48.71844, -1.57867 48.71844, -1.57867 48.71844, -1.57867 48.71844, -1.57867 48.71844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4469'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71946 -1.57867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71946 -1.57867)"^^geo:wktLiteral ;
  geo-pos:lat "48.71946"^^xsd:decimal ;
  geo-pos:long "-1.57867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1346'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57867'^^xsd:double;
  dwc:latitude '48.71946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57867 48.71946, -1.57867 48.71946, -1.57867 48.71946, -1.57867 48.71946, -1.57867 48.71946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1346'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65573 -1.57866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65573"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65573 -1.57866)"^^geo:wktLiteral ;
  geo-pos:lat "48.65573"^^xsd:decimal ;
  geo-pos:long "-1.57866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13608'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57866'^^xsd:double;
  dwc:latitude '48.65573'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57866 48.65573, -1.57866 48.65573, -1.57866 48.65573, -1.57866 48.65573, -1.57866 48.65573))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13608'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66933 -1.57866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66933 -1.57866)"^^geo:wktLiteral ;
  geo-pos:lat "48.66933"^^xsd:decimal ;
  geo-pos:long "-1.57866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6230'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57866'^^xsd:double;
  dwc:latitude '48.66933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57866 48.66933, -1.57866 48.66933, -1.57866 48.66933, -1.57866 48.66933, -1.57866 48.66933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6230'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64949 -1.57865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64949 -1.57865)"^^geo:wktLiteral ;
  geo-pos:lat "48.64949"^^xsd:decimal ;
  geo-pos:long "-1.57865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5431'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57865'^^xsd:double;
  dwc:latitude '48.64949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57865 48.64949, -1.57865 48.64949, -1.57865 48.64949, -1.57865 48.64949, -1.57865 48.64949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5431'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65627 -1.57864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65627 -1.57864)"^^geo:wktLiteral ;
  geo-pos:lat "48.65627"^^xsd:decimal ;
  geo-pos:long "-1.57864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_12676'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57864'^^xsd:double;
  dwc:latitude '48.65627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57864 48.65627, -1.57864 48.65627, -1.57864 48.65627, -1.57864 48.65627, -1.57864 48.65627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12676'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66945 -1.57864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66945 -1.57864)"^^geo:wktLiteral ;
  geo-pos:lat "48.66945"^^xsd:decimal ;
  geo-pos:long "-1.57864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8591'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57864'^^xsd:double;
  dwc:latitude '48.66945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57864 48.66945, -1.57864 48.66945, -1.57864 48.66945, -1.57864 48.66945, -1.57864 48.66945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8591'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69002 -1.57864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69002 -1.57864)"^^geo:wktLiteral ;
  geo-pos:lat "48.69002"^^xsd:decimal ;
  geo-pos:long "-1.57864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6838'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57864'^^xsd:double;
  dwc:latitude '48.69002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57864 48.69002, -1.57864 48.69002, -1.57864 48.69002, -1.57864 48.69002, -1.57864 48.69002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6838'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67724 -1.57862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67724 -1.57862)"^^geo:wktLiteral ;
  geo-pos:lat "48.67724"^^xsd:decimal ;
  geo-pos:long "-1.57862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7159'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57862'^^xsd:double;
  dwc:latitude '48.67724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57862 48.67724, -1.57862 48.67724, -1.57862 48.67724, -1.57862 48.67724, -1.57862 48.67724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7159'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69445 -1.57862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69445 -1.57862)"^^geo:wktLiteral ;
  geo-pos:lat "48.69445"^^xsd:decimal ;
  geo-pos:long "-1.57862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5059'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57862'^^xsd:double;
  dwc:latitude '48.69445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57862 48.69445, -1.57862 48.69445, -1.57862 48.69445, -1.57862 48.69445, -1.57862 48.69445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5059'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65197 -1.57861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65197 -1.57861)"^^geo:wktLiteral ;
  geo-pos:lat "48.65197"^^xsd:decimal ;
  geo-pos:long "-1.57861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12090'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57861'^^xsd:double;
  dwc:latitude '48.65197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57861 48.65197, -1.57861 48.65197, -1.57861 48.65197, -1.57861 48.65197, -1.57861 48.65197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12090'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68348 -1.57861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68348 -1.57861)"^^geo:wktLiteral ;
  geo-pos:lat "48.68348"^^xsd:decimal ;
  geo-pos:long "-1.57861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3846'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57861'^^xsd:double;
  dwc:latitude '48.68348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57861 48.68348, -1.57861 48.68348, -1.57861 48.68348, -1.57861 48.68348, -1.57861 48.68348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3846'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69891 -1.57861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69891 -1.57861)"^^geo:wktLiteral ;
  geo-pos:lat "48.69891"^^xsd:decimal ;
  geo-pos:long "-1.57861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5774'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57861'^^xsd:double;
  dwc:latitude '48.69891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57861 48.69891, -1.57861 48.69891, -1.57861 48.69891, -1.57861 48.69891, -1.57861 48.69891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5774'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66577 -1.5786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66577 -1.5786)"^^geo:wktLiteral ;
  geo-pos:lat "48.66577"^^xsd:decimal ;
  geo-pos:long "-1.5786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12515'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5786'^^xsd:double;
  dwc:latitude '48.66577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5786 48.66577, -1.5786 48.66577, -1.5786 48.66577, -1.5786 48.66577, -1.5786 48.66577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12515'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75051 -1.57859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75051 -1.57859)"^^geo:wktLiteral ;
  geo-pos:lat "48.75051"^^xsd:decimal ;
  geo-pos:long "-1.57859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9912'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57859'^^xsd:double;
  dwc:latitude '48.75051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57859 48.75051, -1.57859 48.75051, -1.57859 48.75051, -1.57859 48.75051, -1.57859 48.75051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9912'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69635 -1.57858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69635 -1.57858)"^^geo:wktLiteral ;
  geo-pos:lat "48.69635"^^xsd:decimal ;
  geo-pos:long "-1.57858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10617'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57858'^^xsd:double;
  dwc:latitude '48.69635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57858 48.69635, -1.57858 48.69635, -1.57858 48.69635, -1.57858 48.69635, -1.57858 48.69635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10617'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67953 -1.57857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67953 -1.57857)"^^geo:wktLiteral ;
  geo-pos:lat "48.67953"^^xsd:decimal ;
  geo-pos:long "-1.57857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4514'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57857'^^xsd:double;
  dwc:latitude '48.67953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57857 48.67953, -1.57857 48.67953, -1.57857 48.67953, -1.57857 48.67953, -1.57857 48.67953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4514'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68243 -1.57857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68243"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68243 -1.57857)"^^geo:wktLiteral ;
  geo-pos:lat "48.68243"^^xsd:decimal ;
  geo-pos:long "-1.57857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3835'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57857'^^xsd:double;
  dwc:latitude '48.68243'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57857 48.68243, -1.57857 48.68243, -1.57857 48.68243, -1.57857 48.68243, -1.57857 48.68243))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3835'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65553 -1.57856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65553"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65553 -1.57856)"^^geo:wktLiteral ;
  geo-pos:lat "48.65553"^^xsd:decimal ;
  geo-pos:long "-1.57856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11895'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57856'^^xsd:double;
  dwc:latitude '48.65553'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57856 48.65553, -1.57856 48.65553, -1.57856 48.65553, -1.57856 48.65553, -1.57856 48.65553))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11895'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65048 -1.57855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65048 -1.57855)"^^geo:wktLiteral ;
  geo-pos:lat "48.65048"^^xsd:decimal ;
  geo-pos:long "-1.57855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12532'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57855'^^xsd:double;
  dwc:latitude '48.65048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57855 48.65048, -1.57855 48.65048, -1.57855 48.65048, -1.57855 48.65048, -1.57855 48.65048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12532'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6593 -1.57855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6593 -1.57855)"^^geo:wktLiteral ;
  geo-pos:lat "48.6593"^^xsd:decimal ;
  geo-pos:long "-1.57855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11597'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57855'^^xsd:double;
  dwc:latitude '48.6593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57855 48.6593, -1.57855 48.6593, -1.57855 48.6593, -1.57855 48.6593, -1.57855 48.6593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11597'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6737 -1.57853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6737"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6737 -1.57853)"^^geo:wktLiteral ;
  geo-pos:lat "48.6737"^^xsd:decimal ;
  geo-pos:long "-1.57853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6174'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57853'^^xsd:double;
  dwc:latitude '48.6737'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57853 48.6737, -1.57853 48.6737, -1.57853 48.6737, -1.57853 48.6737, -1.57853 48.6737))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6174'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69041 -1.57853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69041 -1.57853)"^^geo:wktLiteral ;
  geo-pos:lat "48.69041"^^xsd:decimal ;
  geo-pos:long "-1.57853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3842'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57853'^^xsd:double;
  dwc:latitude '48.69041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57853 48.69041, -1.57853 48.69041, -1.57853 48.69041, -1.57853 48.69041, -1.57853 48.69041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3842'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64972 -1.57851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64972 -1.57851)"^^geo:wktLiteral ;
  geo-pos:lat "48.64972"^^xsd:decimal ;
  geo-pos:long "-1.57851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12266'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57851'^^xsd:double;
  dwc:latitude '48.64972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57851 48.64972, -1.57851 48.64972, -1.57851 48.64972, -1.57851 48.64972, -1.57851 48.64972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12266'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70169 -1.57851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70169 -1.57851)"^^geo:wktLiteral ;
  geo-pos:lat "48.70169"^^xsd:decimal ;
  geo-pos:long "-1.57851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2704'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57851'^^xsd:double;
  dwc:latitude '48.70169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57851 48.70169, -1.57851 48.70169, -1.57851 48.70169, -1.57851 48.70169, -1.57851 48.70169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2704'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64979 -1.5785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64979 -1.5785)"^^geo:wktLiteral ;
  geo-pos:lat "48.64979"^^xsd:decimal ;
  geo-pos:long "-1.5785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6283'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5785'^^xsd:double;
  dwc:latitude '48.64979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5785 48.64979, -1.5785 48.64979, -1.5785 48.64979, -1.5785 48.64979, -1.5785 48.64979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6283'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.5785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.5785)"^^geo:wktLiteral ;
  geo-pos:lat "48.65629"^^xsd:decimal ;
  geo-pos:long "-1.5785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3579'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5785'^^xsd:double;
  dwc:latitude '48.65629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5785 48.65629, -1.5785 48.65629, -1.5785 48.65629, -1.5785 48.65629, -1.5785 48.65629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3579'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67785 -1.5785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67785 -1.5785)"^^geo:wktLiteral ;
  geo-pos:lat "48.67785"^^xsd:decimal ;
  geo-pos:long "-1.5785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6532'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5785'^^xsd:double;
  dwc:latitude '48.67785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5785 48.67785, -1.5785 48.67785, -1.5785 48.67785, -1.5785 48.67785, -1.5785 48.67785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6532'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71735 -1.57849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71735 -1.57849)"^^geo:wktLiteral ;
  geo-pos:lat "48.71735"^^xsd:decimal ;
  geo-pos:long "-1.57849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5189'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57849'^^xsd:double;
  dwc:latitude '48.71735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57849 48.71735, -1.57849 48.71735, -1.57849 48.71735, -1.57849 48.71735, -1.57849 48.71735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5189'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72425 -1.57849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72425 -1.57849)"^^geo:wktLiteral ;
  geo-pos:lat "48.72425"^^xsd:decimal ;
  geo-pos:long "-1.57849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7741'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57849'^^xsd:double;
  dwc:latitude '48.72425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57849 48.72425, -1.57849 48.72425, -1.57849 48.72425, -1.57849 48.72425, -1.57849 48.72425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7741'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63549 -1.57848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63549 -1.57848)"^^geo:wktLiteral ;
  geo-pos:lat "48.63549"^^xsd:decimal ;
  geo-pos:long "-1.57848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7067'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57848'^^xsd:double;
  dwc:latitude '48.63549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57848 48.63549, -1.57848 48.63549, -1.57848 48.63549, -1.57848 48.63549, -1.57848 48.63549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7067'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67594 -1.57848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67594 -1.57848)"^^geo:wktLiteral ;
  geo-pos:lat "48.67594"^^xsd:decimal ;
  geo-pos:long "-1.57848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6917'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57848'^^xsd:double;
  dwc:latitude '48.67594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57848 48.67594, -1.57848 48.67594, -1.57848 48.67594, -1.57848 48.67594, -1.57848 48.67594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6917'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68571 -1.57848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68571 -1.57848)"^^geo:wktLiteral ;
  geo-pos:lat "48.68571"^^xsd:decimal ;
  geo-pos:long "-1.57848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6786'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57848'^^xsd:double;
  dwc:latitude '48.68571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57848 48.68571, -1.57848 48.68571, -1.57848 48.68571, -1.57848 48.68571, -1.57848 48.68571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6786'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68124 -1.57847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68124 -1.57847)"^^geo:wktLiteral ;
  geo-pos:lat "48.68124"^^xsd:decimal ;
  geo-pos:long "-1.57847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6909'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57847'^^xsd:double;
  dwc:latitude '48.68124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57847 48.68124, -1.57847 48.68124, -1.57847 48.68124, -1.57847 48.68124, -1.57847 48.68124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6909'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65899 -1.57846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65899 -1.57846)"^^geo:wktLiteral ;
  geo-pos:lat "48.65899"^^xsd:decimal ;
  geo-pos:long "-1.57846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11512'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57846'^^xsd:double;
  dwc:latitude '48.65899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57846 48.65899, -1.57846 48.65899, -1.57846 48.65899, -1.57846 48.65899, -1.57846 48.65899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11512'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67272 -1.57845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67272 -1.57845)"^^geo:wktLiteral ;
  geo-pos:lat "48.67272"^^xsd:decimal ;
  geo-pos:long "-1.57845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6436'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57845'^^xsd:double;
  dwc:latitude '48.67272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57845 48.67272, -1.57845 48.67272, -1.57845 48.67272, -1.57845 48.67272, -1.57845 48.67272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6436'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6885 -1.57845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6885 -1.57845)"^^geo:wktLiteral ;
  geo-pos:lat "48.6885"^^xsd:decimal ;
  geo-pos:long "-1.57845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6045'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57845'^^xsd:double;
  dwc:latitude '48.6885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57845 48.6885, -1.57845 48.6885, -1.57845 48.6885, -1.57845 48.6885, -1.57845 48.6885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6045'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6478 -1.57844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6478 -1.57844)"^^geo:wktLiteral ;
  geo-pos:lat "48.6478"^^xsd:decimal ;
  geo-pos:long "-1.57844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12091'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57844'^^xsd:double;
  dwc:latitude '48.6478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57844 48.6478, -1.57844 48.6478, -1.57844 48.6478, -1.57844 48.6478, -1.57844 48.6478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12091'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65648 -1.57844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65648 -1.57844)"^^geo:wktLiteral ;
  geo-pos:lat "48.65648"^^xsd:decimal ;
  geo-pos:long "-1.57844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11168'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57844'^^xsd:double;
  dwc:latitude '48.65648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57844 48.65648, -1.57844 48.65648, -1.57844 48.65648, -1.57844 48.65648, -1.57844 48.65648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11168'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66328 -1.57844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66328 -1.57844)"^^geo:wktLiteral ;
  geo-pos:lat "48.66328"^^xsd:decimal ;
  geo-pos:long "-1.57844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13126'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57844'^^xsd:double;
  dwc:latitude '48.66328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57844 48.66328, -1.57844 48.66328, -1.57844 48.66328, -1.57844 48.66328, -1.57844 48.66328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13126'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70572 -1.57844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70572 -1.57844)"^^geo:wktLiteral ;
  geo-pos:lat "48.70572"^^xsd:decimal ;
  geo-pos:long "-1.57844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9671'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57844'^^xsd:double;
  dwc:latitude '48.70572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57844 48.70572, -1.57844 48.70572, -1.57844 48.70572, -1.57844 48.70572, -1.57844 48.70572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9671'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73265 -1.57843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73265"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73265 -1.57843)"^^geo:wktLiteral ;
  geo-pos:lat "48.73265"^^xsd:decimal ;
  geo-pos:long "-1.57843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3446'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57843'^^xsd:double;
  dwc:latitude '48.73265'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57843 48.73265, -1.57843 48.73265, -1.57843 48.73265, -1.57843 48.73265, -1.57843 48.73265))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3446'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67015 -1.57842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67015"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67015 -1.57842)"^^geo:wktLiteral ;
  geo-pos:lat "48.67015"^^xsd:decimal ;
  geo-pos:long "-1.57842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3859'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57842'^^xsd:double;
  dwc:latitude '48.67015'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57842 48.67015, -1.57842 48.67015, -1.57842 48.67015, -1.57842 48.67015, -1.57842 48.67015))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3859'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.57842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.57842)"^^geo:wktLiteral ;
  geo-pos:lat "48.69827"^^xsd:decimal ;
  geo-pos:long "-1.57842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8226'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57842'^^xsd:double;
  dwc:latitude '48.69827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57842 48.69827, -1.57842 48.69827, -1.57842 48.69827, -1.57842 48.69827, -1.57842 48.69827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8226'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69946 -1.57842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69946 -1.57842)"^^geo:wktLiteral ;
  geo-pos:lat "48.69946"^^xsd:decimal ;
  geo-pos:long "-1.57842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8486'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57842'^^xsd:double;
  dwc:latitude '48.69946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57842 48.69946, -1.57842 48.69946, -1.57842 48.69946, -1.57842 48.69946, -1.57842 48.69946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8486'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73261 -1.57842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73261 -1.57842)"^^geo:wktLiteral ;
  geo-pos:lat "48.73261"^^xsd:decimal ;
  geo-pos:long "-1.57842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2487'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57842'^^xsd:double;
  dwc:latitude '48.73261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57842 48.73261, -1.57842 48.73261, -1.57842 48.73261, -1.57842 48.73261, -1.57842 48.73261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2487'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64984 -1.57841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64984 -1.57841)"^^geo:wktLiteral ;
  geo-pos:lat "48.64984"^^xsd:decimal ;
  geo-pos:long "-1.57841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7671'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57841'^^xsd:double;
  dwc:latitude '48.64984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57841 48.64984, -1.57841 48.64984, -1.57841 48.64984, -1.57841 48.64984, -1.57841 48.64984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7671'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67908 -1.57841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67908 -1.57841)"^^geo:wktLiteral ;
  geo-pos:lat "48.67908"^^xsd:decimal ;
  geo-pos:long "-1.57841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7144'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57841'^^xsd:double;
  dwc:latitude '48.67908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57841 48.67908, -1.57841 48.67908, -1.57841 48.67908, -1.57841 48.67908, -1.57841 48.67908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7144'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64812 -1.5784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64812 -1.5784)"^^geo:wktLiteral ;
  geo-pos:lat "48.64812"^^xsd:decimal ;
  geo-pos:long "-1.5784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12092'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5784'^^xsd:double;
  dwc:latitude '48.64812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5784 48.64812, -1.5784 48.64812, -1.5784 48.64812, -1.5784 48.64812, -1.5784 48.64812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12092'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6789 -1.5784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6789 -1.5784)"^^geo:wktLiteral ;
  geo-pos:lat "48.6789"^^xsd:decimal ;
  geo-pos:long "-1.5784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7288'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5784'^^xsd:double;
  dwc:latitude '48.6789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5784 48.6789, -1.5784 48.6789, -1.5784 48.6789, -1.5784 48.6789, -1.5784 48.6789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7288'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69376 -1.57839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69376 -1.57839)"^^geo:wktLiteral ;
  geo-pos:lat "48.69376"^^xsd:decimal ;
  geo-pos:long "-1.57839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9407'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57839'^^xsd:double;
  dwc:latitude '48.69376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57839 48.69376, -1.57839 48.69376, -1.57839 48.69376, -1.57839 48.69376, -1.57839 48.69376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9407'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68077 -1.57837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68077 -1.57837)"^^geo:wktLiteral ;
  geo-pos:lat "48.68077"^^xsd:decimal ;
  geo-pos:long "-1.57837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3833'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57837'^^xsd:double;
  dwc:latitude '48.68077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57837 48.68077, -1.57837 48.68077, -1.57837 48.68077, -1.57837 48.68077, -1.57837 48.68077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3833'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70023 -1.57837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70023 -1.57837)"^^geo:wktLiteral ;
  geo-pos:lat "48.70023"^^xsd:decimal ;
  geo-pos:long "-1.57837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4838'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.33333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57837'^^xsd:double;
  dwc:latitude '48.70023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57837 48.70023, -1.57837 48.70023, -1.57837 48.70023, -1.57837 48.70023, -1.57837 48.70023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4838'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72314 -1.57837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72314 -1.57837)"^^geo:wktLiteral ;
  geo-pos:lat "48.72314"^^xsd:decimal ;
  geo-pos:long "-1.57837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2571'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57837'^^xsd:double;
  dwc:latitude '48.72314'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57837 48.72314, -1.57837 48.72314, -1.57837 48.72314, -1.57837 48.72314, -1.57837 48.72314))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2571'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74532 -1.57837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74532"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74532 -1.57837)"^^geo:wktLiteral ;
  geo-pos:lat "48.74532"^^xsd:decimal ;
  geo-pos:long "-1.57837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7380'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57837'^^xsd:double;
  dwc:latitude '48.74532'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57837 48.74532, -1.57837 48.74532, -1.57837 48.74532, -1.57837 48.74532, -1.57837 48.74532))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7380'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66911 -1.57836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66911 -1.57836)"^^geo:wktLiteral ;
  geo-pos:lat "48.66911"^^xsd:decimal ;
  geo-pos:long "-1.57836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2037'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57836'^^xsd:double;
  dwc:latitude '48.66911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57836 48.66911, -1.57836 48.66911, -1.57836 48.66911, -1.57836 48.66911, -1.57836 48.66911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2037'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67689 -1.57836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67689 -1.57836)"^^geo:wktLiteral ;
  geo-pos:lat "48.67689"^^xsd:decimal ;
  geo-pos:long "-1.57836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7116'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57836'^^xsd:double;
  dwc:latitude '48.67689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57836 48.67689, -1.57836 48.67689, -1.57836 48.67689, -1.57836 48.67689, -1.57836 48.67689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7116'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71932 -1.57836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71932 -1.57836)"^^geo:wktLiteral ;
  geo-pos:lat "48.71932"^^xsd:decimal ;
  geo-pos:long "-1.57836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1840'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57836'^^xsd:double;
  dwc:latitude '48.71932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57836 48.71932, -1.57836 48.71932, -1.57836 48.71932, -1.57836 48.71932, -1.57836 48.71932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1840'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67833 -1.57835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67833 -1.57835)"^^geo:wktLiteral ;
  geo-pos:lat "48.67833"^^xsd:decimal ;
  geo-pos:long "-1.57835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6845'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57835'^^xsd:double;
  dwc:latitude '48.67833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57835 48.67833, -1.57835 48.67833, -1.57835 48.67833, -1.57835 48.67833, -1.57835 48.67833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6845'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68342 -1.57835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68342 -1.57835)"^^geo:wktLiteral ;
  geo-pos:lat "48.68342"^^xsd:decimal ;
  geo-pos:long "-1.57835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6658'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57835'^^xsd:double;
  dwc:latitude '48.68342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57835 48.68342, -1.57835 48.68342, -1.57835 48.68342, -1.57835 48.68342, -1.57835 48.68342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6658'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6651 -1.57834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6651 -1.57834)"^^geo:wktLiteral ;
  geo-pos:lat "48.6651"^^xsd:decimal ;
  geo-pos:long "-1.57834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_13359'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57834'^^xsd:double;
  dwc:latitude '48.6651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57834 48.6651, -1.57834 48.6651, -1.57834 48.6651, -1.57834 48.6651, -1.57834 48.6651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13359'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71661 -1.57833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71661 -1.57833)"^^geo:wktLiteral ;
  geo-pos:lat "48.71661"^^xsd:decimal ;
  geo-pos:long "-1.57833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11257'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57833'^^xsd:double;
  dwc:latitude '48.71661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57833 48.71661, -1.57833 48.71661, -1.57833 48.71661, -1.57833 48.71661, -1.57833 48.71661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11257'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6815 -1.57832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6815 -1.57832)"^^geo:wktLiteral ;
  geo-pos:lat "48.6815"^^xsd:decimal ;
  geo-pos:long "-1.57832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5655'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57832'^^xsd:double;
  dwc:latitude '48.6815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57832 48.6815, -1.57832 48.6815, -1.57832 48.6815, -1.57832 48.6815, -1.57832 48.6815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5655'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66937 -1.57829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66937"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66937 -1.57829)"^^geo:wktLiteral ;
  geo-pos:lat "48.66937"^^xsd:decimal ;
  geo-pos:long "-1.57829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4667'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57829'^^xsd:double;
  dwc:latitude '48.66937'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57829 48.66937, -1.57829 48.66937, -1.57829 48.66937, -1.57829 48.66937, -1.57829 48.66937))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4667'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67418 -1.57827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67418 -1.57827)"^^geo:wktLiteral ;
  geo-pos:lat "48.67418"^^xsd:decimal ;
  geo-pos:long "-1.57827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10027'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57827'^^xsd:double;
  dwc:latitude '48.67418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57827 48.67418, -1.57827 48.67418, -1.57827 48.67418, -1.57827 48.67418, -1.57827 48.67418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10027'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67611 -1.57827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67611 -1.57827)"^^geo:wktLiteral ;
  geo-pos:lat "48.67611"^^xsd:decimal ;
  geo-pos:long "-1.57827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7136'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57827'^^xsd:double;
  dwc:latitude '48.67611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57827 48.67611, -1.57827 48.67611, -1.57827 48.67611, -1.57827 48.67611, -1.57827 48.67611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7136'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70483 -1.57827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70483"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70483 -1.57827)"^^geo:wktLiteral ;
  geo-pos:lat "48.70483"^^xsd:decimal ;
  geo-pos:long "-1.57827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1564'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57827'^^xsd:double;
  dwc:latitude '48.70483'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57827 48.70483, -1.57827 48.70483, -1.57827 48.70483, -1.57827 48.70483, -1.57827 48.70483))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1564'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66764 -1.57826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66764 -1.57826)"^^geo:wktLiteral ;
  geo-pos:lat "48.66764"^^xsd:decimal ;
  geo-pos:long "-1.57826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10936'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57826'^^xsd:double;
  dwc:latitude '48.66764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57826 48.66764, -1.57826 48.66764, -1.57826 48.66764, -1.57826 48.66764, -1.57826 48.66764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10936'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6749 -1.57826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6749 -1.57826)"^^geo:wktLiteral ;
  geo-pos:lat "48.6749"^^xsd:decimal ;
  geo-pos:long "-1.57826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7325'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57826'^^xsd:double;
  dwc:latitude '48.6749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57826 48.6749, -1.57826 48.6749, -1.57826 48.6749, -1.57826 48.6749, -1.57826 48.6749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7325'^^xsd:string;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.57826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.57826)"^^geo:wktLiteral ;
  geo-pos:lat "48.69969"^^xsd:decimal ;
  geo-pos:long "-1.57826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12139'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57826'^^xsd:double;
  dwc:latitude '48.69969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57826 48.69969, -1.57826 48.69969, -1.57826 48.69969, -1.57826 48.69969, -1.57826 48.69969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12139'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67113 -1.57825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67113 -1.57825)"^^geo:wktLiteral ;
  geo-pos:lat "48.67113"^^xsd:decimal ;
  geo-pos:long "-1.57825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6520'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57825'^^xsd:double;
  dwc:latitude '48.67113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57825 48.67113, -1.57825 48.67113, -1.57825 48.67113, -1.57825 48.67113, -1.57825 48.67113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6520'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65211 -1.57824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65211 -1.57824)"^^geo:wktLiteral ;
  geo-pos:lat "48.65211"^^xsd:decimal ;
  geo-pos:long "-1.57824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12299'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57824'^^xsd:double;
  dwc:latitude '48.65211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57824 48.65211, -1.57824 48.65211, -1.57824 48.65211, -1.57824 48.65211, -1.57824 48.65211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12299'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68045 -1.57824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68045 -1.57824)"^^geo:wktLiteral ;
  geo-pos:lat "48.68045"^^xsd:decimal ;
  geo-pos:long "-1.57824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5908'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57824'^^xsd:double;
  dwc:latitude '48.68045'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57824 48.68045, -1.57824 48.68045, -1.57824 48.68045, -1.57824 48.68045, -1.57824 48.68045))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5908'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66427 -1.57823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66427 -1.57823)"^^geo:wktLiteral ;
  geo-pos:lat "48.66427"^^xsd:decimal ;
  geo-pos:long "-1.57823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8766'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57823'^^xsd:double;
  dwc:latitude '48.66427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57823 48.66427, -1.57823 48.66427, -1.57823 48.66427, -1.57823 48.66427, -1.57823 48.66427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8766'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67734 -1.57823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67734"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67734 -1.57823)"^^geo:wktLiteral ;
  geo-pos:lat "48.67734"^^xsd:decimal ;
  geo-pos:long "-1.57823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12364'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57823'^^xsd:double;
  dwc:latitude '48.67734'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57823 48.67734, -1.57823 48.67734, -1.57823 48.67734, -1.57823 48.67734, -1.57823 48.67734))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12364'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66374 -1.57822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66374"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66374 -1.57822)"^^geo:wktLiteral ;
  geo-pos:lat "48.66374"^^xsd:decimal ;
  geo-pos:long "-1.57822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8960'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57822'^^xsd:double;
  dwc:latitude '48.66374'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57822 48.66374, -1.57822 48.66374, -1.57822 48.66374, -1.57822 48.66374, -1.57822 48.66374))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8960'^^xsd:string;
  dwc:observationDate '2008-01-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65 -1.5782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65 -1.5782)"^^geo:wktLiteral ;
  geo-pos:lat "48.65"^^xsd:decimal ;
  geo-pos:long "-1.5782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12707'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5782'^^xsd:double;
  dwc:latitude '48.65'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5782 48.65, -1.5782 48.65, -1.5782 48.65, -1.5782 48.65, -1.5782 48.65))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12707'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67028 -1.5782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67028 -1.5782)"^^geo:wktLiteral ;
  geo-pos:lat "48.67028"^^xsd:decimal ;
  geo-pos:long "-1.5782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8668'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5782'^^xsd:double;
  dwc:latitude '48.67028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5782 48.67028, -1.5782 48.67028, -1.5782 48.67028, -1.5782 48.67028, -1.5782 48.67028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8668'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67438 -1.5782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67438 -1.5782)"^^geo:wktLiteral ;
  geo-pos:lat "48.67438"^^xsd:decimal ;
  geo-pos:long "-1.5782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5265'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5782'^^xsd:double;
  dwc:latitude '48.67438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5782 48.67438, -1.5782 48.67438, -1.5782 48.67438, -1.5782 48.67438, -1.5782 48.67438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5265'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68592 -1.57819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68592 -1.57819)"^^geo:wktLiteral ;
  geo-pos:lat "48.68592"^^xsd:decimal ;
  geo-pos:long "-1.57819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10599'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57819'^^xsd:double;
  dwc:latitude '48.68592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57819 48.68592, -1.57819 48.68592, -1.57819 48.68592, -1.57819 48.68592, -1.57819 48.68592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10599'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66585 -1.57818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66585 -1.57818)"^^geo:wktLiteral ;
  geo-pos:lat "48.66585"^^xsd:decimal ;
  geo-pos:long "-1.57818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9347'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57818'^^xsd:double;
  dwc:latitude '48.66585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57818 48.66585, -1.57818 48.66585, -1.57818 48.66585, -1.57818 48.66585, -1.57818 48.66585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9347'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68114 -1.57818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68114 -1.57818)"^^geo:wktLiteral ;
  geo-pos:lat "48.68114"^^xsd:decimal ;
  geo-pos:long "-1.57818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4909'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57818'^^xsd:double;
  dwc:latitude '48.68114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57818 48.68114, -1.57818 48.68114, -1.57818 48.68114, -1.57818 48.68114, -1.57818 48.68114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4909'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6774 -1.57816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6774 -1.57816)"^^geo:wktLiteral ;
  geo-pos:lat "48.6774"^^xsd:decimal ;
  geo-pos:long "-1.57816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6718'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57816'^^xsd:double;
  dwc:latitude '48.6774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57816 48.6774, -1.57816 48.6774, -1.57816 48.6774, -1.57816 48.6774, -1.57816 48.6774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6718'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64561 -1.57815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64561 -1.57815)"^^geo:wktLiteral ;
  geo-pos:lat "48.64561"^^xsd:decimal ;
  geo-pos:long "-1.57815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8612'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57815'^^xsd:double;
  dwc:latitude '48.64561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57815 48.64561, -1.57815 48.64561, -1.57815 48.64561, -1.57815 48.64561, -1.57815 48.64561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8612'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66859 -1.57815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66859 -1.57815)"^^geo:wktLiteral ;
  geo-pos:lat "48.66859"^^xsd:decimal ;
  geo-pos:long "-1.57815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3691'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57815'^^xsd:double;
  dwc:latitude '48.66859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57815 48.66859, -1.57815 48.66859, -1.57815 48.66859, -1.57815 48.66859, -1.57815 48.66859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3691'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67003 -1.57815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67003 -1.57815)"^^geo:wktLiteral ;
  geo-pos:lat "48.67003"^^xsd:decimal ;
  geo-pos:long "-1.57815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_111'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57815'^^xsd:double;
  dwc:latitude '48.67003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57815 48.67003, -1.57815 48.67003, -1.57815 48.67003, -1.57815 48.67003, -1.57815 48.67003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_111'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67111 -1.57814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67111"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67111 -1.57814)"^^geo:wktLiteral ;
  geo-pos:lat "48.67111"^^xsd:decimal ;
  geo-pos:long "-1.57814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5328'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57814'^^xsd:double;
  dwc:latitude '48.67111'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57814 48.67111, -1.57814 48.67111, -1.57814 48.67111, -1.57814 48.67111, -1.57814 48.67111))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5328'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66198 -1.57813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66198 -1.57813)"^^geo:wktLiteral ;
  geo-pos:lat "48.66198"^^xsd:decimal ;
  geo-pos:long "-1.57813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13446'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57813'^^xsd:double;
  dwc:latitude '48.66198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57813 48.66198, -1.57813 48.66198, -1.57813 48.66198, -1.57813 48.66198, -1.57813 48.66198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13446'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68348 -1.57811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68348 -1.57811)"^^geo:wktLiteral ;
  geo-pos:lat "48.68348"^^xsd:decimal ;
  geo-pos:long "-1.57811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6763'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57811'^^xsd:double;
  dwc:latitude '48.68348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57811 48.68348, -1.57811 48.68348, -1.57811 48.68348, -1.57811 48.68348, -1.57811 48.68348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6763'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67189 -1.5781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67189 -1.5781)"^^geo:wktLiteral ;
  geo-pos:lat "48.67189"^^xsd:decimal ;
  geo-pos:long "-1.5781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11251'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5781'^^xsd:double;
  dwc:latitude '48.67189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5781 48.67189, -1.5781 48.67189, -1.5781 48.67189, -1.5781 48.67189, -1.5781 48.67189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11251'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72063 -1.57809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72063 -1.57809)"^^geo:wktLiteral ;
  geo-pos:lat "48.72063"^^xsd:decimal ;
  geo-pos:long "-1.57809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4052'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57809'^^xsd:double;
  dwc:latitude '48.72063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57809 48.72063, -1.57809 48.72063, -1.57809 48.72063, -1.57809 48.72063, -1.57809 48.72063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4052'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74234 -1.57809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74234 -1.57809)"^^geo:wktLiteral ;
  geo-pos:lat "48.74234"^^xsd:decimal ;
  geo-pos:long "-1.57809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7389'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57809'^^xsd:double;
  dwc:latitude '48.74234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57809 48.74234, -1.57809 48.74234, -1.57809 48.74234, -1.57809 48.74234, -1.57809 48.74234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7389'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68386 -1.57807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68386"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68386 -1.57807)"^^geo:wktLiteral ;
  geo-pos:lat "48.68386"^^xsd:decimal ;
  geo-pos:long "-1.57807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6005'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57807'^^xsd:double;
  dwc:latitude '48.68386'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57807 48.68386, -1.57807 48.68386, -1.57807 48.68386, -1.57807 48.68386, -1.57807 48.68386))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6005'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69215 -1.57807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69215 -1.57807)"^^geo:wktLiteral ;
  geo-pos:lat "48.69215"^^xsd:decimal ;
  geo-pos:long "-1.57807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8688'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57807'^^xsd:double;
  dwc:latitude '48.69215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57807 48.69215, -1.57807 48.69215, -1.57807 48.69215, -1.57807 48.69215, -1.57807 48.69215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8688'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65244 -1.57806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65244"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65244 -1.57806)"^^geo:wktLiteral ;
  geo-pos:lat "48.65244"^^xsd:decimal ;
  geo-pos:long "-1.57806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1922'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57806'^^xsd:double;
  dwc:latitude '48.65244'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57806 48.65244, -1.57806 48.65244, -1.57806 48.65244, -1.57806 48.65244, -1.57806 48.65244))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1922'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68155 -1.57806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68155 -1.57806)"^^geo:wktLiteral ;
  geo-pos:lat "48.68155"^^xsd:decimal ;
  geo-pos:long "-1.57806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6106'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57806'^^xsd:double;
  dwc:latitude '48.68155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57806 48.68155, -1.57806 48.68155, -1.57806 48.68155, -1.57806 48.68155, -1.57806 48.68155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6106'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71403 -1.57806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71403 -1.57806)"^^geo:wktLiteral ;
  geo-pos:lat "48.71403"^^xsd:decimal ;
  geo-pos:long "-1.57806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4226'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57806'^^xsd:double;
  dwc:latitude '48.71403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57806 48.71403, -1.57806 48.71403, -1.57806 48.71403, -1.57806 48.71403, -1.57806 48.71403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4226'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67311 -1.57805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67311"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67311 -1.57805)"^^geo:wktLiteral ;
  geo-pos:lat "48.67311"^^xsd:decimal ;
  geo-pos:long "-1.57805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6443'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57805'^^xsd:double;
  dwc:latitude '48.67311'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57805 48.67311, -1.57805 48.67311, -1.57805 48.67311, -1.57805 48.67311, -1.57805 48.67311))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6443'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67767 -1.57804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67767 -1.57804)"^^geo:wktLiteral ;
  geo-pos:lat "48.67767"^^xsd:decimal ;
  geo-pos:long "-1.57804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6893'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57804'^^xsd:double;
  dwc:latitude '48.67767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57804 48.67767, -1.57804 48.67767, -1.57804 48.67767, -1.57804 48.67767, -1.57804 48.67767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6893'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69062 -1.57804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69062 -1.57804)"^^geo:wktLiteral ;
  geo-pos:lat "48.69062"^^xsd:decimal ;
  geo-pos:long "-1.57804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6735'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57804'^^xsd:double;
  dwc:latitude '48.69062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57804 48.69062, -1.57804 48.69062, -1.57804 48.69062, -1.57804 48.69062, -1.57804 48.69062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6735'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66647 -1.57803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66647 -1.57803)"^^geo:wktLiteral ;
  geo-pos:lat "48.66647"^^xsd:decimal ;
  geo-pos:long "-1.57803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11907'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57803'^^xsd:double;
  dwc:latitude '48.66647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57803 48.66647, -1.57803 48.66647, -1.57803 48.66647, -1.57803 48.66647, -1.57803 48.66647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11907'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68076 -1.57803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68076"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68076 -1.57803)"^^geo:wktLiteral ;
  geo-pos:lat "48.68076"^^xsd:decimal ;
  geo-pos:long "-1.57803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9313'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57803'^^xsd:double;
  dwc:latitude '48.68076'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57803 48.68076, -1.57803 48.68076, -1.57803 48.68076, -1.57803 48.68076, -1.57803 48.68076))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9313'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65478 -1.57802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65478 -1.57802)"^^geo:wktLiteral ;
  geo-pos:lat "48.65478"^^xsd:decimal ;
  geo-pos:long "-1.57802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8615'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57802'^^xsd:double;
  dwc:latitude '48.65478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57802 48.65478, -1.57802 48.65478, -1.57802 48.65478, -1.57802 48.65478, -1.57802 48.65478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8615'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66495 -1.57802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66495 -1.57802)"^^geo:wktLiteral ;
  geo-pos:lat "48.66495"^^xsd:decimal ;
  geo-pos:long "-1.57802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7684'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57802'^^xsd:double;
  dwc:latitude '48.66495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57802 48.66495, -1.57802 48.66495, -1.57802 48.66495, -1.57802 48.66495, -1.57802 48.66495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7684'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68433 -1.57802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68433 -1.57802)"^^geo:wktLiteral ;
  geo-pos:lat "48.68433"^^xsd:decimal ;
  geo-pos:long "-1.57802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6861'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57802'^^xsd:double;
  dwc:latitude '48.68433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57802 48.68433, -1.57802 48.68433, -1.57802 48.68433, -1.57802 48.68433, -1.57802 48.68433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6861'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66488 -1.57801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66488"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66488 -1.57801)"^^geo:wktLiteral ;
  geo-pos:lat "48.66488"^^xsd:decimal ;
  geo-pos:long "-1.57801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7685'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57801'^^xsd:double;
  dwc:latitude '48.66488'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57801 48.66488, -1.57801 48.66488, -1.57801 48.66488, -1.57801 48.66488, -1.57801 48.66488))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7685'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67659 -1.578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67659 -1.578)"^^geo:wktLiteral ;
  geo-pos:lat "48.67659"^^xsd:decimal ;
  geo-pos:long "-1.578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7326'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.578'^^xsd:double;
  dwc:latitude '48.67659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.578 48.67659, -1.578 48.67659, -1.578 48.67659, -1.578 48.67659, -1.578 48.67659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7326'^^xsd:string;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67716 -1.578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67716 -1.578)"^^geo:wktLiteral ;
  geo-pos:lat "48.67716"^^xsd:decimal ;
  geo-pos:long "-1.578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7242'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.578'^^xsd:double;
  dwc:latitude '48.67716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.578 48.67716, -1.578 48.67716, -1.578 48.67716, -1.578 48.67716, -1.578 48.67716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7242'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68307 -1.57799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68307"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68307 -1.57799)"^^geo:wktLiteral ;
  geo-pos:lat "48.68307"^^xsd:decimal ;
  geo-pos:long "-1.57799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3767'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57799'^^xsd:double;
  dwc:latitude '48.68307'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57799 48.68307, -1.57799 48.68307, -1.57799 48.68307, -1.57799 48.68307, -1.57799 48.68307))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3767'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70939 -1.57799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70939 -1.57799)"^^geo:wktLiteral ;
  geo-pos:lat "48.70939"^^xsd:decimal ;
  geo-pos:long "-1.57799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6188'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57799'^^xsd:double;
  dwc:latitude '48.70939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57799 48.70939, -1.57799 48.70939, -1.57799 48.70939, -1.57799 48.70939, -1.57799 48.70939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6188'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64911 -1.57798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64911 -1.57798)"^^geo:wktLiteral ;
  geo-pos:lat "48.64911"^^xsd:decimal ;
  geo-pos:long "-1.57798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12267'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57798'^^xsd:double;
  dwc:latitude '48.64911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57798 48.64911, -1.57798 48.64911, -1.57798 48.64911, -1.57798 48.64911, -1.57798 48.64911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12267'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.57798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.57798)"^^geo:wktLiteral ;
  geo-pos:lat "48.69107"^^xsd:decimal ;
  geo-pos:long "-1.57798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5841'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57798'^^xsd:double;
  dwc:latitude '48.69107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57798 48.69107, -1.57798 48.69107, -1.57798 48.69107, -1.57798 48.69107, -1.57798 48.69107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5841'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74992 -1.57798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74992 -1.57798)"^^geo:wktLiteral ;
  geo-pos:lat "48.74992"^^xsd:decimal ;
  geo-pos:long "-1.57798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7512'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57798'^^xsd:double;
  dwc:latitude '48.74992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57798 48.74992, -1.57798 48.74992, -1.57798 48.74992, -1.57798 48.74992, -1.57798 48.74992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7512'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66992 -1.57797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66992 -1.57797)"^^geo:wktLiteral ;
  geo-pos:lat "48.66992"^^xsd:decimal ;
  geo-pos:long "-1.57797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10731'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57797'^^xsd:double;
  dwc:latitude '48.66992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57797 48.66992, -1.57797 48.66992, -1.57797 48.66992, -1.57797 48.66992, -1.57797 48.66992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10731'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6704 -1.57797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6704 -1.57797)"^^geo:wktLiteral ;
  geo-pos:lat "48.6704"^^xsd:decimal ;
  geo-pos:long "-1.57797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3616'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57797'^^xsd:double;
  dwc:latitude '48.6704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57797 48.6704, -1.57797 48.6704, -1.57797 48.6704, -1.57797 48.6704, -1.57797 48.6704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3616'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6622 -1.57795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6622 -1.57795)"^^geo:wktLiteral ;
  geo-pos:lat "48.6622"^^xsd:decimal ;
  geo-pos:long "-1.57795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10669'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57795'^^xsd:double;
  dwc:latitude '48.6622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57795 48.6622, -1.57795 48.6622, -1.57795 48.6622, -1.57795 48.6622, -1.57795 48.6622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10669'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70578 -1.57795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70578 -1.57795)"^^geo:wktLiteral ;
  geo-pos:lat "48.70578"^^xsd:decimal ;
  geo-pos:long "-1.57795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3735'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57795'^^xsd:double;
  dwc:latitude '48.70578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57795 48.70578, -1.57795 48.70578, -1.57795 48.70578, -1.57795 48.70578, -1.57795 48.70578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3735'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71051 -1.57795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71051 -1.57795)"^^geo:wktLiteral ;
  geo-pos:lat "48.71051"^^xsd:decimal ;
  geo-pos:long "-1.57795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5731'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57795'^^xsd:double;
  dwc:latitude '48.71051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57795 48.71051, -1.57795 48.71051, -1.57795 48.71051, -1.57795 48.71051, -1.57795 48.71051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5731'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69992 -1.57794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69992 -1.57794)"^^geo:wktLiteral ;
  geo-pos:lat "48.69992"^^xsd:decimal ;
  geo-pos:long "-1.57794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9222'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57794'^^xsd:double;
  dwc:latitude '48.69992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57794 48.69992, -1.57794 48.69992, -1.57794 48.69992, -1.57794 48.69992, -1.57794 48.69992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9222'^^xsd:string;
  dwc:observationDate '2008-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71335 -1.57794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71335"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71335 -1.57794)"^^geo:wktLiteral ;
  geo-pos:lat "48.71335"^^xsd:decimal ;
  geo-pos:long "-1.57794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3398'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57794'^^xsd:double;
  dwc:latitude '48.71335'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57794 48.71335, -1.57794 48.71335, -1.57794 48.71335, -1.57794 48.71335, -1.57794 48.71335))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3398'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68221 -1.57793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68221 -1.57793)"^^geo:wktLiteral ;
  geo-pos:lat "48.68221"^^xsd:decimal ;
  geo-pos:long "-1.57793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4910'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57793'^^xsd:double;
  dwc:latitude '48.68221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57793 48.68221, -1.57793 48.68221, -1.57793 48.68221, -1.57793 48.68221, -1.57793 48.68221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4910'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73765 -1.57793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73765 -1.57793)"^^geo:wktLiteral ;
  geo-pos:lat "48.73765"^^xsd:decimal ;
  geo-pos:long "-1.57793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2474'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57793'^^xsd:double;
  dwc:latitude '48.73765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57793 48.73765, -1.57793 48.73765, -1.57793 48.73765, -1.57793 48.73765, -1.57793 48.73765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2474'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6489 -1.57791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6489 -1.57791)"^^geo:wktLiteral ;
  geo-pos:lat "48.6489"^^xsd:decimal ;
  geo-pos:long "-1.57791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5249'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57791'^^xsd:double;
  dwc:latitude '48.6489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57791 48.6489, -1.57791 48.6489, -1.57791 48.6489, -1.57791 48.6489, -1.57791 48.6489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5249'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65928 -1.57791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65928 -1.57791)"^^geo:wktLiteral ;
  geo-pos:lat "48.65928"^^xsd:decimal ;
  geo-pos:long "-1.57791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5307'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57791'^^xsd:double;
  dwc:latitude '48.65928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57791 48.65928, -1.57791 48.65928, -1.57791 48.65928, -1.57791 48.65928, -1.57791 48.65928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5307'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70139 -1.57791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70139 -1.57791)"^^geo:wktLiteral ;
  geo-pos:lat "48.70139"^^xsd:decimal ;
  geo-pos:long "-1.57791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1568'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57791'^^xsd:double;
  dwc:latitude '48.70139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57791 48.70139, -1.57791 48.70139, -1.57791 48.70139, -1.57791 48.70139, -1.57791 48.70139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1568'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66598 -1.5779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66598 -1.5779)"^^geo:wktLiteral ;
  geo-pos:lat "48.66598"^^xsd:decimal ;
  geo-pos:long "-1.5779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12714'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5779'^^xsd:double;
  dwc:latitude '48.66598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5779 48.66598, -1.5779 48.66598, -1.5779 48.66598, -1.5779 48.66598, -1.5779 48.66598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12714'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68978 -1.5779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68978 -1.5779)"^^geo:wktLiteral ;
  geo-pos:lat "48.68978"^^xsd:decimal ;
  geo-pos:long "-1.5779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7024'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5779'^^xsd:double;
  dwc:latitude '48.68978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5779 48.68978, -1.5779 48.68978, -1.5779 48.68978, -1.5779 48.68978, -1.5779 48.68978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7024'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67275 -1.57789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67275 -1.57789)"^^geo:wktLiteral ;
  geo-pos:lat "48.67275"^^xsd:decimal ;
  geo-pos:long "-1.57789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6519'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57789'^^xsd:double;
  dwc:latitude '48.67275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57789 48.67275, -1.57789 48.67275, -1.57789 48.67275, -1.57789 48.67275, -1.57789 48.67275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6519'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65485 -1.57787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65485 -1.57787)"^^geo:wktLiteral ;
  geo-pos:lat "48.65485"^^xsd:decimal ;
  geo-pos:long "-1.57787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12065'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57787'^^xsd:double;
  dwc:latitude '48.65485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57787 48.65485, -1.57787 48.65485, -1.57787 48.65485, -1.57787 48.65485, -1.57787 48.65485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12065'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68036 -1.57787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68036 -1.57787)"^^geo:wktLiteral ;
  geo-pos:lat "48.68036"^^xsd:decimal ;
  geo-pos:long "-1.57787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2770'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57787'^^xsd:double;
  dwc:latitude '48.68036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57787 48.68036, -1.57787 48.68036, -1.57787 48.68036, -1.57787 48.68036, -1.57787 48.68036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2770'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70456 -1.57787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70456"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70456 -1.57787)"^^geo:wktLiteral ;
  geo-pos:lat "48.70456"^^xsd:decimal ;
  geo-pos:long "-1.57787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1780'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.16666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57787'^^xsd:double;
  dwc:latitude '48.70456'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57787 48.70456, -1.57787 48.70456, -1.57787 48.70456, -1.57787 48.70456, -1.57787 48.70456))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1780'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67915 -1.57786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67915 -1.57786)"^^geo:wktLiteral ;
  geo-pos:lat "48.67915"^^xsd:decimal ;
  geo-pos:long "-1.57786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5144'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57786'^^xsd:double;
  dwc:latitude '48.67915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57786 48.67915, -1.57786 48.67915, -1.57786 48.67915, -1.57786 48.67915, -1.57786 48.67915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5144'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65478 -1.57785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65478 -1.57785)"^^geo:wktLiteral ;
  geo-pos:lat "48.65478"^^xsd:decimal ;
  geo-pos:long "-1.57785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2822'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57785'^^xsd:double;
  dwc:latitude '48.65478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57785 48.65478, -1.57785 48.65478, -1.57785 48.65478, -1.57785 48.65478, -1.57785 48.65478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2822'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66539 -1.57785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66539 -1.57785)"^^geo:wktLiteral ;
  geo-pos:lat "48.66539"^^xsd:decimal ;
  geo-pos:long "-1.57785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9259'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57785'^^xsd:double;
  dwc:latitude '48.66539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57785 48.66539, -1.57785 48.66539, -1.57785 48.66539, -1.57785 48.66539, -1.57785 48.66539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9259'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6725 -1.57784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6725 -1.57784)"^^geo:wktLiteral ;
  geo-pos:lat "48.6725"^^xsd:decimal ;
  geo-pos:long "-1.57784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6028'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57784'^^xsd:double;
  dwc:latitude '48.6725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57784 48.6725, -1.57784 48.6725, -1.57784 48.6725, -1.57784 48.6725, -1.57784 48.6725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6028'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69144 -1.57783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69144 -1.57783)"^^geo:wktLiteral ;
  geo-pos:lat "48.69144"^^xsd:decimal ;
  geo-pos:long "-1.57783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6762'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57783'^^xsd:double;
  dwc:latitude '48.69144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57783 48.69144, -1.57783 48.69144, -1.57783 48.69144, -1.57783 48.69144, -1.57783 48.69144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6762'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67479 -1.57782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67479 -1.57782)"^^geo:wktLiteral ;
  geo-pos:lat "48.67479"^^xsd:decimal ;
  geo-pos:long "-1.57782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3762'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57782'^^xsd:double;
  dwc:latitude '48.67479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57782 48.67479, -1.57782 48.67479, -1.57782 48.67479, -1.57782 48.67479, -1.57782 48.67479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3762'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6798 -1.57782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6798 -1.57782)"^^geo:wktLiteral ;
  geo-pos:lat "48.6798"^^xsd:decimal ;
  geo-pos:long "-1.57782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6505'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57782'^^xsd:double;
  dwc:latitude '48.6798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57782 48.6798, -1.57782 48.6798, -1.57782 48.6798, -1.57782 48.6798, -1.57782 48.6798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6505'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71998 -1.57781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71998 -1.57781)"^^geo:wktLiteral ;
  geo-pos:lat "48.71998"^^xsd:decimal ;
  geo-pos:long "-1.57781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4454'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57781'^^xsd:double;
  dwc:latitude '48.71998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57781 48.71998, -1.57781 48.71998, -1.57781 48.71998, -1.57781 48.71998, -1.57781 48.71998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4454'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68247 -1.5778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68247 -1.5778)"^^geo:wktLiteral ;
  geo-pos:lat "48.68247"^^xsd:decimal ;
  geo-pos:long "-1.5778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6620'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5778'^^xsd:double;
  dwc:latitude '48.68247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5778 48.68247, -1.5778 48.68247, -1.5778 48.68247, -1.5778 48.68247, -1.5778 48.68247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6620'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6745 -1.57779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6745 -1.57779)"^^geo:wktLiteral ;
  geo-pos:lat "48.6745"^^xsd:decimal ;
  geo-pos:long "-1.57779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6403'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57779'^^xsd:double;
  dwc:latitude '48.6745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57779 48.6745, -1.57779 48.6745, -1.57779 48.6745, -1.57779 48.6745, -1.57779 48.6745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6403'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68436 -1.57779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68436 -1.57779)"^^geo:wktLiteral ;
  geo-pos:lat "48.68436"^^xsd:decimal ;
  geo-pos:long "-1.57779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6833'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57779'^^xsd:double;
  dwc:latitude '48.68436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57779 48.68436, -1.57779 48.68436, -1.57779 48.68436, -1.57779 48.68436, -1.57779 48.68436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6833'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71107 -1.57779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71107 -1.57779)"^^geo:wktLiteral ;
  geo-pos:lat "48.71107"^^xsd:decimal ;
  geo-pos:long "-1.57779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4310'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57779'^^xsd:double;
  dwc:latitude '48.71107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57779 48.71107, -1.57779 48.71107, -1.57779 48.71107, -1.57779 48.71107, -1.57779 48.71107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4310'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68687 -1.57778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68687 -1.57778)"^^geo:wktLiteral ;
  geo-pos:lat "48.68687"^^xsd:decimal ;
  geo-pos:long "-1.57778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6791'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57778'^^xsd:double;
  dwc:latitude '48.68687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57778 48.68687, -1.57778 48.68687, -1.57778 48.68687, -1.57778 48.68687, -1.57778 48.68687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6791'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71063 -1.57776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71063 -1.57776)"^^geo:wktLiteral ;
  geo-pos:lat "48.71063"^^xsd:decimal ;
  geo-pos:long "-1.57776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7829'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57776'^^xsd:double;
  dwc:latitude '48.71063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57776 48.71063, -1.57776 48.71063, -1.57776 48.71063, -1.57776 48.71063, -1.57776 48.71063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7829'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72085 -1.57776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72085 -1.57776)"^^geo:wktLiteral ;
  geo-pos:lat "48.72085"^^xsd:decimal ;
  geo-pos:long "-1.57776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4059'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57776'^^xsd:double;
  dwc:latitude '48.72085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57776 48.72085, -1.57776 48.72085, -1.57776 48.72085, -1.57776 48.72085, -1.57776 48.72085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4059'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68616 -1.57775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68616 -1.57775)"^^geo:wktLiteral ;
  geo-pos:lat "48.68616"^^xsd:decimal ;
  geo-pos:long "-1.57775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6570'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57775'^^xsd:double;
  dwc:latitude '48.68616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57775 48.68616, -1.57775 48.68616, -1.57775 48.68616, -1.57775 48.68616, -1.57775 48.68616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6570'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6716 -1.57774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6716 -1.57774)"^^geo:wktLiteral ;
  geo-pos:lat "48.6716"^^xsd:decimal ;
  geo-pos:long "-1.57774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3931'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57774'^^xsd:double;
  dwc:latitude '48.6716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57774 48.6716, -1.57774 48.6716, -1.57774 48.6716, -1.57774 48.6716, -1.57774 48.6716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3931'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7303 -1.57774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7303 -1.57774)"^^geo:wktLiteral ;
  geo-pos:lat "48.7303"^^xsd:decimal ;
  geo-pos:long "-1.57774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10294'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57774'^^xsd:double;
  dwc:latitude '48.7303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57774 48.7303, -1.57774 48.7303, -1.57774 48.7303, -1.57774 48.7303, -1.57774 48.7303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10294'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76345 -1.57774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76345 -1.57774)"^^geo:wktLiteral ;
  geo-pos:lat "48.76345"^^xsd:decimal ;
  geo-pos:long "-1.57774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7349'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.23333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57774'^^xsd:double;
  dwc:latitude '48.76345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57774 48.76345, -1.57774 48.76345, -1.57774 48.76345, -1.57774 48.76345, -1.57774 48.76345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7349'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65014 -1.57773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65014 -1.57773)"^^geo:wktLiteral ;
  geo-pos:lat "48.65014"^^xsd:decimal ;
  geo-pos:long "-1.57773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5432'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57773'^^xsd:double;
  dwc:latitude '48.65014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57773 48.65014, -1.57773 48.65014, -1.57773 48.65014, -1.57773 48.65014, -1.57773 48.65014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5432'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67002 -1.57771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67002 -1.57771)"^^geo:wktLiteral ;
  geo-pos:lat "48.67002"^^xsd:decimal ;
  geo-pos:long "-1.57771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5806'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57771'^^xsd:double;
  dwc:latitude '48.67002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57771 48.67002, -1.57771 48.67002, -1.57771 48.67002, -1.57771 48.67002, -1.57771 48.67002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5806'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67923 -1.57771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67923 -1.57771)"^^geo:wktLiteral ;
  geo-pos:lat "48.67923"^^xsd:decimal ;
  geo-pos:long "-1.57771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7313'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57771'^^xsd:double;
  dwc:latitude '48.67923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57771 48.67923, -1.57771 48.67923, -1.57771 48.67923, -1.57771 48.67923, -1.57771 48.67923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7313'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67738 -1.5777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67738"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67738 -1.5777)"^^geo:wktLiteral ;
  geo-pos:lat "48.67738"^^xsd:decimal ;
  geo-pos:long "-1.5777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4867'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5777'^^xsd:double;
  dwc:latitude '48.67738'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5777 48.67738, -1.5777 48.67738, -1.5777 48.67738, -1.5777 48.67738, -1.5777 48.67738))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4867'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68871 -1.57769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68871"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68871 -1.57769)"^^geo:wktLiteral ;
  geo-pos:lat "48.68871"^^xsd:decimal ;
  geo-pos:long "-1.57769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9286'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57769'^^xsd:double;
  dwc:latitude '48.68871'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57769 48.68871, -1.57769 48.68871, -1.57769 48.68871, -1.57769 48.68871, -1.57769 48.68871))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9286'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65603 -1.57766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65603 -1.57766)"^^geo:wktLiteral ;
  geo-pos:lat "48.65603"^^xsd:decimal ;
  geo-pos:long "-1.57766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2825'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57766'^^xsd:double;
  dwc:latitude '48.65603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57766 48.65603, -1.57766 48.65603, -1.57766 48.65603, -1.57766 48.65603, -1.57766 48.65603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2825'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71357 -1.57765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71357 -1.57765)"^^geo:wktLiteral ;
  geo-pos:lat "48.71357"^^xsd:decimal ;
  geo-pos:long "-1.57765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9679'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57765'^^xsd:double;
  dwc:latitude '48.71357'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57765 48.71357, -1.57765 48.71357, -1.57765 48.71357, -1.57765 48.71357, -1.57765 48.71357))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9679'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69497 -1.57764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69497 -1.57764)"^^geo:wktLiteral ;
  geo-pos:lat "48.69497"^^xsd:decimal ;
  geo-pos:long "-1.57764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1348'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57764'^^xsd:double;
  dwc:latitude '48.69497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57764 48.69497, -1.57764 48.69497, -1.57764 48.69497, -1.57764 48.69497, -1.57764 48.69497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1348'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71699 -1.57764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71699 -1.57764)"^^geo:wktLiteral ;
  geo-pos:lat "48.71699"^^xsd:decimal ;
  geo-pos:long "-1.57764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5214'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57764'^^xsd:double;
  dwc:latitude '48.71699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57764 48.71699, -1.57764 48.71699, -1.57764 48.71699, -1.57764 48.71699, -1.57764 48.71699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5214'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65608 -1.57763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65608 -1.57763)"^^geo:wktLiteral ;
  geo-pos:lat "48.65608"^^xsd:decimal ;
  geo-pos:long "-1.57763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5637'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57763'^^xsd:double;
  dwc:latitude '48.65608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57763 48.65608, -1.57763 48.65608, -1.57763 48.65608, -1.57763 48.65608, -1.57763 48.65608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5637'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71333 -1.57763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71333 -1.57763)"^^geo:wktLiteral ;
  geo-pos:lat "48.71333"^^xsd:decimal ;
  geo-pos:long "-1.57763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_139'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57763'^^xsd:double;
  dwc:latitude '48.71333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57763 48.71333, -1.57763 48.71333, -1.57763 48.71333, -1.57763 48.71333, -1.57763 48.71333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_139'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68276 -1.57762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68276 -1.57762)"^^geo:wktLiteral ;
  geo-pos:lat "48.68276"^^xsd:decimal ;
  geo-pos:long "-1.57762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5448'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57762'^^xsd:double;
  dwc:latitude '48.68276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57762 48.68276, -1.57762 48.68276, -1.57762 48.68276, -1.57762 48.68276, -1.57762 48.68276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5448'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65147 -1.57761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65147 -1.57761)"^^geo:wktLiteral ;
  geo-pos:lat "48.65147"^^xsd:decimal ;
  geo-pos:long "-1.57761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13447'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57761'^^xsd:double;
  dwc:latitude '48.65147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57761 48.65147, -1.57761 48.65147, -1.57761 48.65147, -1.57761 48.65147, -1.57761 48.65147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13447'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70126 -1.57761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70126 -1.57761)"^^geo:wktLiteral ;
  geo-pos:lat "48.70126"^^xsd:decimal ;
  geo-pos:long "-1.57761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1233'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57761'^^xsd:double;
  dwc:latitude '48.70126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57761 48.70126, -1.57761 48.70126, -1.57761 48.70126, -1.57761 48.70126, -1.57761 48.70126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1233'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68459 -1.5776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68459"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68459 -1.5776)"^^geo:wktLiteral ;
  geo-pos:lat "48.68459"^^xsd:decimal ;
  geo-pos:long "-1.5776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5009'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5776'^^xsd:double;
  dwc:latitude '48.68459'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5776 48.68459, -1.5776 48.68459, -1.5776 48.68459, -1.5776 48.68459, -1.5776 48.68459))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5009'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7232 -1.5776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7232 -1.5776)"^^geo:wktLiteral ;
  geo-pos:lat "48.7232"^^xsd:decimal ;
  geo-pos:long "-1.5776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8216'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5776'^^xsd:double;
  dwc:latitude '48.7232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5776 48.7232, -1.5776 48.7232, -1.5776 48.7232, -1.5776 48.7232, -1.5776 48.7232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8216'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66237 -1.57758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66237 -1.57758)"^^geo:wktLiteral ;
  geo-pos:lat "48.66237"^^xsd:decimal ;
  geo-pos:long "-1.57758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9234'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57758'^^xsd:double;
  dwc:latitude '48.66237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57758 48.66237, -1.57758 48.66237, -1.57758 48.66237, -1.57758 48.66237, -1.57758 48.66237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9234'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65628 -1.57757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65628 -1.57757)"^^geo:wktLiteral ;
  geo-pos:lat "48.65628"^^xsd:decimal ;
  geo-pos:long "-1.57757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5900'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57757'^^xsd:double;
  dwc:latitude '48.65628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57757 48.65628, -1.57757 48.65628, -1.57757 48.65628, -1.57757 48.65628, -1.57757 48.65628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5900'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67302 -1.57757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67302 -1.57757)"^^geo:wktLiteral ;
  geo-pos:lat "48.67302"^^xsd:decimal ;
  geo-pos:long "-1.57757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5291'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57757'^^xsd:double;
  dwc:latitude '48.67302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57757 48.67302, -1.57757 48.67302, -1.57757 48.67302, -1.57757 48.67302, -1.57757 48.67302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5291'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69695 -1.57757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69695"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69695 -1.57757)"^^geo:wktLiteral ;
  geo-pos:lat "48.69695"^^xsd:decimal ;
  geo-pos:long "-1.57757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5954'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57757'^^xsd:double;
  dwc:latitude '48.69695'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57757 48.69695, -1.57757 48.69695, -1.57757 48.69695, -1.57757 48.69695, -1.57757 48.69695))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5954'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70987 -1.57757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70987 -1.57757)"^^geo:wktLiteral ;
  geo-pos:lat "48.70987"^^xsd:decimal ;
  geo-pos:long "-1.57757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4014'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57757'^^xsd:double;
  dwc:latitude '48.70987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57757 48.70987, -1.57757 48.70987, -1.57757 48.70987, -1.57757 48.70987, -1.57757 48.70987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4014'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72408 -1.57756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72408 -1.57756)"^^geo:wktLiteral ;
  geo-pos:lat "48.72408"^^xsd:decimal ;
  geo-pos:long "-1.57756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4082'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57756'^^xsd:double;
  dwc:latitude '48.72408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57756 48.72408, -1.57756 48.72408, -1.57756 48.72408, -1.57756 48.72408, -1.57756 48.72408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4082'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65124 -1.57754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65124 -1.57754)"^^geo:wktLiteral ;
  geo-pos:lat "48.65124"^^xsd:decimal ;
  geo-pos:long "-1.57754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_423'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57754'^^xsd:double;
  dwc:latitude '48.65124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57754 48.65124, -1.57754 48.65124, -1.57754 48.65124, -1.57754 48.65124, -1.57754 48.65124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_423'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74197 -1.57753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74197 -1.57753)"^^geo:wktLiteral ;
  geo-pos:lat "48.74197"^^xsd:decimal ;
  geo-pos:long "-1.57753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6376'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57753'^^xsd:double;
  dwc:latitude '48.74197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57753 48.74197, -1.57753 48.74197, -1.57753 48.74197, -1.57753 48.74197, -1.57753 48.74197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6376'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75035 -1.57753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75035 -1.57753)"^^geo:wktLiteral ;
  geo-pos:lat "48.75035"^^xsd:decimal ;
  geo-pos:long "-1.57753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9990'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57753'^^xsd:double;
  dwc:latitude '48.75035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57753 48.75035, -1.57753 48.75035, -1.57753 48.75035, -1.57753 48.75035, -1.57753 48.75035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9990'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73387 -1.57751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73387 -1.57751)"^^geo:wktLiteral ;
  geo-pos:lat "48.73387"^^xsd:decimal ;
  geo-pos:long "-1.57751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2403'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57751'^^xsd:double;
  dwc:latitude '48.73387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57751 48.73387, -1.57751 48.73387, -1.57751 48.73387, -1.57751 48.73387, -1.57751 48.73387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2403'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68595 -1.5775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68595 -1.5775)"^^geo:wktLiteral ;
  geo-pos:lat "48.68595"^^xsd:decimal ;
  geo-pos:long "-1.5775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6864'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5775'^^xsd:double;
  dwc:latitude '48.68595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5775 48.68595, -1.5775 48.68595, -1.5775 48.68595, -1.5775 48.68595, -1.5775 48.68595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6864'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67792 -1.57749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67792 -1.57749)"^^geo:wktLiteral ;
  geo-pos:lat "48.67792"^^xsd:decimal ;
  geo-pos:long "-1.57749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7263'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57749'^^xsd:double;
  dwc:latitude '48.67792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57749 48.67792, -1.57749 48.67792, -1.57749 48.67792, -1.57749 48.67792, -1.57749 48.67792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7263'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76219 -1.57749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76219"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76219 -1.57749)"^^geo:wktLiteral ;
  geo-pos:lat "48.76219"^^xsd:decimal ;
  geo-pos:long "-1.57749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9332'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57749'^^xsd:double;
  dwc:latitude '48.76219'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57749 48.76219, -1.57749 48.76219, -1.57749 48.76219, -1.57749 48.76219, -1.57749 48.76219))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9332'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71073 -1.57748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71073 -1.57748)"^^geo:wktLiteral ;
  geo-pos:lat "48.71073"^^xsd:decimal ;
  geo-pos:long "-1.57748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1193'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57748'^^xsd:double;
  dwc:latitude '48.71073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57748 48.71073, -1.57748 48.71073, -1.57748 48.71073, -1.57748 48.71073, -1.57748 48.71073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1193'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64771 -1.57745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64771"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64771 -1.57745)"^^geo:wktLiteral ;
  geo-pos:lat "48.64771"^^xsd:decimal ;
  geo-pos:long "-1.57745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6281'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57745'^^xsd:double;
  dwc:latitude '48.64771'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57745 48.64771, -1.57745 48.64771, -1.57745 48.64771, -1.57745 48.64771, -1.57745 48.64771))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6281'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67884 -1.57743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67884 -1.57743)"^^geo:wktLiteral ;
  geo-pos:lat "48.67884"^^xsd:decimal ;
  geo-pos:long "-1.57743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6324'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57743'^^xsd:double;
  dwc:latitude '48.67884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57743 48.67884, -1.57743 48.67884, -1.57743 48.67884, -1.57743 48.67884, -1.57743 48.67884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6324'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65607 -1.57741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65607 -1.57741)"^^geo:wktLiteral ;
  geo-pos:lat "48.65607"^^xsd:decimal ;
  geo-pos:long "-1.57741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7311'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57741'^^xsd:double;
  dwc:latitude '48.65607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57741 48.65607, -1.57741 48.65607, -1.57741 48.65607, -1.57741 48.65607, -1.57741 48.65607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7311'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66331 -1.57741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66331 -1.57741)"^^geo:wktLiteral ;
  geo-pos:lat "48.66331"^^xsd:decimal ;
  geo-pos:long "-1.57741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12553'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57741'^^xsd:double;
  dwc:latitude '48.66331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57741 48.66331, -1.57741 48.66331, -1.57741 48.66331, -1.57741 48.66331, -1.57741 48.66331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12553'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71659 -1.57741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71659 -1.57741)"^^geo:wktLiteral ;
  geo-pos:lat "48.71659"^^xsd:decimal ;
  geo-pos:long "-1.57741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8145'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57741'^^xsd:double;
  dwc:latitude '48.71659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57741 48.71659, -1.57741 48.71659, -1.57741 48.71659, -1.57741 48.71659, -1.57741 48.71659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8145'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67974 -1.5774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67974 -1.5774)"^^geo:wktLiteral ;
  geo-pos:lat "48.67974"^^xsd:decimal ;
  geo-pos:long "-1.5774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_5358'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5774'^^xsd:double;
  dwc:latitude '48.67974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5774 48.67974, -1.5774 48.67974, -1.5774 48.67974, -1.5774 48.67974, -1.5774 48.67974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5358'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70926 -1.5774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70926 -1.5774)"^^geo:wktLiteral ;
  geo-pos:lat "48.70926"^^xsd:decimal ;
  geo-pos:long "-1.5774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7616'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5774'^^xsd:double;
  dwc:latitude '48.70926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5774 48.70926, -1.5774 48.70926, -1.5774 48.70926, -1.5774 48.70926, -1.5774 48.70926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7616'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73137 -1.5774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73137 -1.5774)"^^geo:wktLiteral ;
  geo-pos:lat "48.73137"^^xsd:decimal ;
  geo-pos:long "-1.5774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2959'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5774'^^xsd:double;
  dwc:latitude '48.73137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5774 48.73137, -1.5774 48.73137, -1.5774 48.73137, -1.5774 48.73137, -1.5774 48.73137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2959'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73293 -1.5774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73293 -1.5774)"^^geo:wktLiteral ;
  geo-pos:lat "48.73293"^^xsd:decimal ;
  geo-pos:long "-1.5774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3350'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5774'^^xsd:double;
  dwc:latitude '48.73293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5774 48.73293, -1.5774 48.73293, -1.5774 48.73293, -1.5774 48.73293, -1.5774 48.73293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3350'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67781 -1.57738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67781 -1.57738)"^^geo:wktLiteral ;
  geo-pos:lat "48.67781"^^xsd:decimal ;
  geo-pos:long "-1.57738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7327'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57738'^^xsd:double;
  dwc:latitude '48.67781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57738 48.67781, -1.57738 48.67781, -1.57738 48.67781, -1.57738 48.67781, -1.57738 48.67781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7327'^^xsd:string;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6814 -1.57738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6814 -1.57738)"^^geo:wktLiteral ;
  geo-pos:lat "48.6814"^^xsd:decimal ;
  geo-pos:long "-1.57738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4550'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57738'^^xsd:double;
  dwc:latitude '48.6814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57738 48.6814, -1.57738 48.6814, -1.57738 48.6814, -1.57738 48.6814, -1.57738 48.6814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4550'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72265 -1.57738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72265"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72265 -1.57738)"^^geo:wktLiteral ;
  geo-pos:lat "48.72265"^^xsd:decimal ;
  geo-pos:long "-1.57738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8148'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57738'^^xsd:double;
  dwc:latitude '48.72265'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57738 48.72265, -1.57738 48.72265, -1.57738 48.72265, -1.57738 48.72265, -1.57738 48.72265))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8148'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64754 -1.57735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64754 -1.57735)"^^geo:wktLiteral ;
  geo-pos:lat "48.64754"^^xsd:decimal ;
  geo-pos:long "-1.57735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7309'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57735'^^xsd:double;
  dwc:latitude '48.64754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57735 48.64754, -1.57735 48.64754, -1.57735 48.64754, -1.57735 48.64754, -1.57735 48.64754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7309'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67883 -1.57735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67883 -1.57735)"^^geo:wktLiteral ;
  geo-pos:lat "48.67883"^^xsd:decimal ;
  geo-pos:long "-1.57735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5511'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57735'^^xsd:double;
  dwc:latitude '48.67883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57735 48.67883, -1.57735 48.67883, -1.57735 48.67883, -1.57735 48.67883, -1.57735 48.67883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5511'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67908 -1.57733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67908 -1.57733)"^^geo:wktLiteral ;
  geo-pos:lat "48.67908"^^xsd:decimal ;
  geo-pos:long "-1.57733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6982'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57733'^^xsd:double;
  dwc:latitude '48.67908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57733 48.67908, -1.57733 48.67908, -1.57733 48.67908, -1.57733 48.67908, -1.57733 48.67908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6982'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68034 -1.57733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68034 -1.57733)"^^geo:wktLiteral ;
  geo-pos:lat "48.68034"^^xsd:decimal ;
  geo-pos:long "-1.57733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5203'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57733'^^xsd:double;
  dwc:latitude '48.68034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57733 48.68034, -1.57733 48.68034, -1.57733 48.68034, -1.57733 48.68034, -1.57733 48.68034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5203'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75663 -1.57733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75663 -1.57733)"^^geo:wktLiteral ;
  geo-pos:lat "48.75663"^^xsd:decimal ;
  geo-pos:long "-1.57733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9988'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57733'^^xsd:double;
  dwc:latitude '48.75663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57733 48.75663, -1.57733 48.75663, -1.57733 48.75663, -1.57733 48.75663, -1.57733 48.75663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9988'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67411 -1.57732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67411 -1.57732)"^^geo:wktLiteral ;
  geo-pos:lat "48.67411"^^xsd:decimal ;
  geo-pos:long "-1.57732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8621'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57732'^^xsd:double;
  dwc:latitude '48.67411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57732 48.67411, -1.57732 48.67411, -1.57732 48.67411, -1.57732 48.67411, -1.57732 48.67411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8621'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73509 -1.57732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73509"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73509 -1.57732)"^^geo:wktLiteral ;
  geo-pos:lat "48.73509"^^xsd:decimal ;
  geo-pos:long "-1.57732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3535'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57732'^^xsd:double;
  dwc:latitude '48.73509'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57732 48.73509, -1.57732 48.73509, -1.57732 48.73509, -1.57732 48.73509, -1.57732 48.73509))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3535'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66582 -1.5773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66582 -1.5773)"^^geo:wktLiteral ;
  geo-pos:lat "48.66582"^^xsd:decimal ;
  geo-pos:long "-1.5773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12514'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5773'^^xsd:double;
  dwc:latitude '48.66582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5773 48.66582, -1.5773 48.66582, -1.5773 48.66582, -1.5773 48.66582, -1.5773 48.66582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12514'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68083 -1.57729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68083 -1.57729)"^^geo:wktLiteral ;
  geo-pos:lat "48.68083"^^xsd:decimal ;
  geo-pos:long "-1.57729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5907'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57729'^^xsd:double;
  dwc:latitude '48.68083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57729 48.68083, -1.57729 48.68083, -1.57729 48.68083, -1.57729 48.68083, -1.57729 48.68083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5907'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73546 -1.57729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73546 -1.57729)"^^geo:wktLiteral ;
  geo-pos:lat "48.73546"^^xsd:decimal ;
  geo-pos:long "-1.57729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3372'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57729'^^xsd:double;
  dwc:latitude '48.73546'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57729 48.73546, -1.57729 48.73546, -1.57729 48.73546, -1.57729 48.73546, -1.57729 48.73546))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3372'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65613 -1.57727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65613 -1.57727)"^^geo:wktLiteral ;
  geo-pos:lat "48.65613"^^xsd:decimal ;
  geo-pos:long "-1.57727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5604'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57727'^^xsd:double;
  dwc:latitude '48.65613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57727 48.65613, -1.57727 48.65613, -1.57727 48.65613, -1.57727 48.65613, -1.57727 48.65613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5604'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70623 -1.57727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70623 -1.57727)"^^geo:wktLiteral ;
  geo-pos:lat "48.70623"^^xsd:decimal ;
  geo-pos:long "-1.57727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6559'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57727'^^xsd:double;
  dwc:latitude '48.70623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57727 48.70623, -1.57727 48.70623, -1.57727 48.70623, -1.57727 48.70623, -1.57727 48.70623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6559'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7432 -1.57727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7432 -1.57727)"^^geo:wktLiteral ;
  geo-pos:lat "48.7432"^^xsd:decimal ;
  geo-pos:long "-1.57727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7439'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57727'^^xsd:double;
  dwc:latitude '48.7432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57727 48.7432, -1.57727 48.7432, -1.57727 48.7432, -1.57727 48.7432, -1.57727 48.7432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7439'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67973 -1.57726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67973 -1.57726)"^^geo:wktLiteral ;
  geo-pos:lat "48.67973"^^xsd:decimal ;
  geo-pos:long "-1.57726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4795'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57726'^^xsd:double;
  dwc:latitude '48.67973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57726 48.67973, -1.57726 48.67973, -1.57726 48.67973, -1.57726 48.67973, -1.57726 48.67973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4795'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68082 -1.57726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68082 -1.57726)"^^geo:wktLiteral ;
  geo-pos:lat "48.68082"^^xsd:decimal ;
  geo-pos:long "-1.57726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_435'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57726'^^xsd:double;
  dwc:latitude '48.68082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57726 48.68082, -1.57726 48.68082, -1.57726 48.68082, -1.57726 48.68082, -1.57726 48.68082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_435'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72327 -1.57726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72327 -1.57726)"^^geo:wktLiteral ;
  geo-pos:lat "48.72327"^^xsd:decimal ;
  geo-pos:long "-1.57726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2960'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57726'^^xsd:double;
  dwc:latitude '48.72327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57726 48.72327, -1.57726 48.72327, -1.57726 48.72327, -1.57726 48.72327, -1.57726 48.72327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2960'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64513 -1.57725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64513 -1.57725)"^^geo:wktLiteral ;
  geo-pos:lat "48.64513"^^xsd:decimal ;
  geo-pos:long "-1.57725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5831'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57725'^^xsd:double;
  dwc:latitude '48.64513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57725 48.64513, -1.57725 48.64513, -1.57725 48.64513, -1.57725 48.64513, -1.57725 48.64513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5831'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69945 -1.57725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69945 -1.57725)"^^geo:wktLiteral ;
  geo-pos:lat "48.69945"^^xsd:decimal ;
  geo-pos:long "-1.57725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4869'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57725'^^xsd:double;
  dwc:latitude '48.69945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57725 48.69945, -1.57725 48.69945, -1.57725 48.69945, -1.57725 48.69945, -1.57725 48.69945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4869'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72025 -1.57725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72025 -1.57725)"^^geo:wktLiteral ;
  geo-pos:lat "48.72025"^^xsd:decimal ;
  geo-pos:long "-1.57725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4098'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57725'^^xsd:double;
  dwc:latitude '48.72025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57725 48.72025, -1.57725 48.72025, -1.57725 48.72025, -1.57725 48.72025, -1.57725 48.72025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4098'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65585 -1.57724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65585 -1.57724)"^^geo:wktLiteral ;
  geo-pos:lat "48.65585"^^xsd:decimal ;
  geo-pos:long "-1.57724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12088'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57724'^^xsd:double;
  dwc:latitude '48.65585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57724 48.65585, -1.57724 48.65585, -1.57724 48.65585, -1.57724 48.65585, -1.57724 48.65585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12088'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67751 -1.57724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67751"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67751 -1.57724)"^^geo:wktLiteral ;
  geo-pos:lat "48.67751"^^xsd:decimal ;
  geo-pos:long "-1.57724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6477'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57724'^^xsd:double;
  dwc:latitude '48.67751'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57724 48.67751, -1.57724 48.67751, -1.57724 48.67751, -1.57724 48.67751, -1.57724 48.67751))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6477'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71639 -1.57724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71639 -1.57724)"^^geo:wktLiteral ;
  geo-pos:lat "48.71639"^^xsd:decimal ;
  geo-pos:long "-1.57724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2517'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57724'^^xsd:double;
  dwc:latitude '48.71639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57724 48.71639, -1.57724 48.71639, -1.57724 48.71639, -1.57724 48.71639, -1.57724 48.71639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2517'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67603 -1.57721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67603 -1.57721)"^^geo:wktLiteral ;
  geo-pos:lat "48.67603"^^xsd:decimal ;
  geo-pos:long "-1.57721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6987'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57721'^^xsd:double;
  dwc:latitude '48.67603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57721 48.67603, -1.57721 48.67603, -1.57721 48.67603, -1.57721 48.67603, -1.57721 48.67603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6987'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67991 -1.57721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67991 -1.57721)"^^geo:wktLiteral ;
  geo-pos:lat "48.67991"^^xsd:decimal ;
  geo-pos:long "-1.57721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5341'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57721'^^xsd:double;
  dwc:latitude '48.67991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57721 48.67991, -1.57721 48.67991, -1.57721 48.67991, -1.57721 48.67991, -1.57721 48.67991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5341'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71773 -1.57721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71773 -1.57721)"^^geo:wktLiteral ;
  geo-pos:lat "48.71773"^^xsd:decimal ;
  geo-pos:long "-1.57721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10466'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57721'^^xsd:double;
  dwc:latitude '48.71773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57721 48.71773, -1.57721 48.71773, -1.57721 48.71773, -1.57721 48.71773, -1.57721 48.71773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10466'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74792 -1.57721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74792 -1.57721)"^^geo:wktLiteral ;
  geo-pos:lat "48.74792"^^xsd:decimal ;
  geo-pos:long "-1.57721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9143'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57721'^^xsd:double;
  dwc:latitude '48.74792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57721 48.74792, -1.57721 48.74792, -1.57721 48.74792, -1.57721 48.74792, -1.57721 48.74792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9143'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77232 -1.57721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.77232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.77232 -1.57721)"^^geo:wktLiteral ;
  geo-pos:lat "48.77232"^^xsd:decimal ;
  geo-pos:long "-1.57721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7352'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57721'^^xsd:double;
  dwc:latitude '48.77232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57721 48.77232, -1.57721 48.77232, -1.57721 48.77232, -1.57721 48.77232, -1.57721 48.77232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7352'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67782 -1.57719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67782 -1.57719)"^^geo:wktLiteral ;
  geo-pos:lat "48.67782"^^xsd:decimal ;
  geo-pos:long "-1.57719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6892'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57719'^^xsd:double;
  dwc:latitude '48.67782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57719 48.67782, -1.57719 48.67782, -1.57719 48.67782, -1.57719 48.67782, -1.57719 48.67782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6892'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.57719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.57719)"^^geo:wktLiteral ;
  geo-pos:lat "48.69963"^^xsd:decimal ;
  geo-pos:long "-1.57719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6761'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57719'^^xsd:double;
  dwc:latitude '48.69963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57719 48.69963, -1.57719 48.69963, -1.57719 48.69963, -1.57719 48.69963, -1.57719 48.69963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6761'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73868 -1.57719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73868"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73868 -1.57719)"^^geo:wktLiteral ;
  geo-pos:lat "48.73868"^^xsd:decimal ;
  geo-pos:long "-1.57719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6263'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57719'^^xsd:double;
  dwc:latitude '48.73868'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57719 48.73868, -1.57719 48.73868, -1.57719 48.73868, -1.57719 48.73868, -1.57719 48.73868))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6263'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6507 -1.57717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6507 -1.57717)"^^geo:wktLiteral ;
  geo-pos:lat "48.6507"^^xsd:decimal ;
  geo-pos:long "-1.57717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12062'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57717'^^xsd:double;
  dwc:latitude '48.6507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57717 48.6507, -1.57717 48.6507, -1.57717 48.6507, -1.57717 48.6507, -1.57717 48.6507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12062'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66941 -1.57717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66941 -1.57717)"^^geo:wktLiteral ;
  geo-pos:lat "48.66941"^^xsd:decimal ;
  geo-pos:long "-1.57717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6114'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57717'^^xsd:double;
  dwc:latitude '48.66941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57717 48.66941, -1.57717 48.66941, -1.57717 48.66941, -1.57717 48.66941, -1.57717 48.66941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6114'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67913 -1.57717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67913 -1.57717)"^^geo:wktLiteral ;
  geo-pos:lat "48.67913"^^xsd:decimal ;
  geo-pos:long "-1.57717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5717'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57717'^^xsd:double;
  dwc:latitude '48.67913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57717 48.67913, -1.57717 48.67913, -1.57717 48.67913, -1.57717 48.67913, -1.57717 48.67913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5717'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65525 -1.57716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65525 -1.57716)"^^geo:wktLiteral ;
  geo-pos:lat "48.65525"^^xsd:decimal ;
  geo-pos:long "-1.57716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2823'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57716'^^xsd:double;
  dwc:latitude '48.65525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57716 48.65525, -1.57716 48.65525, -1.57716 48.65525, -1.57716 48.65525, -1.57716 48.65525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2823'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65536 -1.57716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65536 -1.57716)"^^geo:wktLiteral ;
  geo-pos:lat "48.65536"^^xsd:decimal ;
  geo-pos:long "-1.57716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12242'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57716'^^xsd:double;
  dwc:latitude '48.65536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57716 48.65536, -1.57716 48.65536, -1.57716 48.65536, -1.57716 48.65536, -1.57716 48.65536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12242'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68092 -1.57716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68092"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68092 -1.57716)"^^geo:wktLiteral ;
  geo-pos:lat "48.68092"^^xsd:decimal ;
  geo-pos:long "-1.57716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4804'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57716'^^xsd:double;
  dwc:latitude '48.68092'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57716 48.68092, -1.57716 48.68092, -1.57716 48.68092, -1.57716 48.68092, -1.57716 48.68092))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4804'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72781 -1.57716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72781 -1.57716)"^^geo:wktLiteral ;
  geo-pos:lat "48.72781"^^xsd:decimal ;
  geo-pos:long "-1.57716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9070'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57716'^^xsd:double;
  dwc:latitude '48.72781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57716 48.72781, -1.57716 48.72781, -1.57716 48.72781, -1.57716 48.72781, -1.57716 48.72781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9070'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67627 -1.57715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67627 -1.57715)"^^geo:wktLiteral ;
  geo-pos:lat "48.67627"^^xsd:decimal ;
  geo-pos:long "-1.57715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7297'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57715'^^xsd:double;
  dwc:latitude '48.67627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57715 48.67627, -1.57715 48.67627, -1.57715 48.67627, -1.57715 48.67627, -1.57715 48.67627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7297'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65949 -1.57714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65949 -1.57714)"^^geo:wktLiteral ;
  geo-pos:lat "48.65949"^^xsd:decimal ;
  geo-pos:long "-1.57714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12455'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57714'^^xsd:double;
  dwc:latitude '48.65949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57714 48.65949, -1.57714 48.65949, -1.57714 48.65949, -1.57714 48.65949, -1.57714 48.65949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12455'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67548 -1.57714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67548 -1.57714)"^^geo:wktLiteral ;
  geo-pos:lat "48.67548"^^xsd:decimal ;
  geo-pos:long "-1.57714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7115'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57714'^^xsd:double;
  dwc:latitude '48.67548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57714 48.67548, -1.57714 48.67548, -1.57714 48.67548, -1.57714 48.67548, -1.57714 48.67548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7115'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67522 -1.57713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67522 -1.57713)"^^geo:wktLiteral ;
  geo-pos:lat "48.67522"^^xsd:decimal ;
  geo-pos:long "-1.57713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7187'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57713'^^xsd:double;
  dwc:latitude '48.67522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57713 48.67522, -1.57713 48.67522, -1.57713 48.67522, -1.57713 48.67522, -1.57713 48.67522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7187'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68149 -1.57712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68149 -1.57712)"^^geo:wktLiteral ;
  geo-pos:lat "48.68149"^^xsd:decimal ;
  geo-pos:long "-1.57712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5682'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57712'^^xsd:double;
  dwc:latitude '48.68149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57712 48.68149, -1.57712 48.68149, -1.57712 48.68149, -1.57712 48.68149, -1.57712 48.68149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5682'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72021 -1.57712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72021 -1.57712)"^^geo:wktLiteral ;
  geo-pos:lat "48.72021"^^xsd:decimal ;
  geo-pos:long "-1.57712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4493'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57712'^^xsd:double;
  dwc:latitude '48.72021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57712 48.72021, -1.57712 48.72021, -1.57712 48.72021, -1.57712 48.72021, -1.57712 48.72021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4493'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68033 -1.57711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68033 -1.57711)"^^geo:wktLiteral ;
  geo-pos:lat "48.68033"^^xsd:decimal ;
  geo-pos:long "-1.57711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6162'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57711'^^xsd:double;
  dwc:latitude '48.68033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57711 48.68033, -1.57711 48.68033, -1.57711 48.68033, -1.57711 48.68033, -1.57711 48.68033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6162'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69468 -1.57711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69468 -1.57711)"^^geo:wktLiteral ;
  geo-pos:lat "48.69468"^^xsd:decimal ;
  geo-pos:long "-1.57711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9020'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57711'^^xsd:double;
  dwc:latitude '48.69468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57711 48.69468, -1.57711 48.69468, -1.57711 48.69468, -1.57711 48.69468, -1.57711 48.69468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9020'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71866 -1.57711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71866 -1.57711)"^^geo:wktLiteral ;
  geo-pos:lat "48.71866"^^xsd:decimal ;
  geo-pos:long "-1.57711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4097'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57711'^^xsd:double;
  dwc:latitude '48.71866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57711 48.71866, -1.57711 48.71866, -1.57711 48.71866, -1.57711 48.71866, -1.57711 48.71866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4097'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73259 -1.5771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73259"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73259 -1.5771)"^^geo:wktLiteral ;
  geo-pos:lat "48.73259"^^xsd:decimal ;
  geo-pos:long "-1.5771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2533'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5771'^^xsd:double;
  dwc:latitude '48.73259'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5771 48.73259, -1.5771 48.73259, -1.5771 48.73259, -1.5771 48.73259, -1.5771 48.73259))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2533'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75794 -1.5771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75794 -1.5771)"^^geo:wktLiteral ;
  geo-pos:lat "48.75794"^^xsd:decimal ;
  geo-pos:long "-1.5771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_9196'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5771'^^xsd:double;
  dwc:latitude '48.75794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5771 48.75794, -1.5771 48.75794, -1.5771 48.75794, -1.5771 48.75794, -1.5771 48.75794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9196'^^xsd:string;
  dwc:observationDate '2008-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68627 -1.57709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68627 -1.57709)"^^geo:wktLiteral ;
  geo-pos:lat "48.68627"^^xsd:decimal ;
  geo-pos:long "-1.57709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4567'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57709'^^xsd:double;
  dwc:latitude '48.68627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57709 48.68627, -1.57709 48.68627, -1.57709 48.68627, -1.57709 48.68627, -1.57709 48.68627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4567'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64941 -1.57708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64941 -1.57708)"^^geo:wktLiteral ;
  geo-pos:lat "48.64941"^^xsd:decimal ;
  geo-pos:long "-1.57708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6279'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57708'^^xsd:double;
  dwc:latitude '48.64941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57708 48.64941, -1.57708 48.64941, -1.57708 48.64941, -1.57708 48.64941, -1.57708 48.64941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6279'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67786 -1.57708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67786 -1.57708)"^^geo:wktLiteral ;
  geo-pos:lat "48.67786"^^xsd:decimal ;
  geo-pos:long "-1.57708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5543'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57708'^^xsd:double;
  dwc:latitude '48.67786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57708 48.67786, -1.57708 48.67786, -1.57708 48.67786, -1.57708 48.67786, -1.57708 48.67786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5543'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65534 -1.57707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65534"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65534 -1.57707)"^^geo:wktLiteral ;
  geo-pos:lat "48.65534"^^xsd:decimal ;
  geo-pos:long "-1.57707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2824'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57707'^^xsd:double;
  dwc:latitude '48.65534'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57707 48.65534, -1.57707 48.65534, -1.57707 48.65534, -1.57707 48.65534, -1.57707 48.65534))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2824'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70605 -1.57707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70605 -1.57707)"^^geo:wktLiteral ;
  geo-pos:lat "48.70605"^^xsd:decimal ;
  geo-pos:long "-1.57707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_875'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57707'^^xsd:double;
  dwc:latitude '48.70605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57707 48.70605, -1.57707 48.70605, -1.57707 48.70605, -1.57707 48.70605, -1.57707 48.70605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_875'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65605 -1.57706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65605 -1.57706)"^^geo:wktLiteral ;
  geo-pos:lat "48.65605"^^xsd:decimal ;
  geo-pos:long "-1.57706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12095'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.41666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57706'^^xsd:double;
  dwc:latitude '48.65605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57706 48.65605, -1.57706 48.65605, -1.57706 48.65605, -1.57706 48.65605, -1.57706 48.65605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12095'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67028 -1.57706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67028 -1.57706)"^^geo:wktLiteral ;
  geo-pos:lat "48.67028"^^xsd:decimal ;
  geo-pos:long "-1.57706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3896'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57706'^^xsd:double;
  dwc:latitude '48.67028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57706 48.67028, -1.57706 48.67028, -1.57706 48.67028, -1.57706 48.67028, -1.57706 48.67028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3896'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6893 -1.57706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6893 -1.57706)"^^geo:wktLiteral ;
  geo-pos:lat "48.6893"^^xsd:decimal ;
  geo-pos:long "-1.57706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10257'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57706'^^xsd:double;
  dwc:latitude '48.6893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57706 48.6893, -1.57706 48.6893, -1.57706 48.6893, -1.57706 48.6893, -1.57706 48.6893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10257'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69807 -1.57706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69807 -1.57706)"^^geo:wktLiteral ;
  geo-pos:lat "48.69807"^^xsd:decimal ;
  geo-pos:long "-1.57706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1164'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57706'^^xsd:double;
  dwc:latitude '48.69807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57706 48.69807, -1.57706 48.69807, -1.57706 48.69807, -1.57706 48.69807, -1.57706 48.69807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1164'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65246 -1.57705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65246"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65246 -1.57705)"^^geo:wktLiteral ;
  geo-pos:lat "48.65246"^^xsd:decimal ;
  geo-pos:long "-1.57705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5607'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57705'^^xsd:double;
  dwc:latitude '48.65246'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57705 48.65246, -1.57705 48.65246, -1.57705 48.65246, -1.57705 48.65246, -1.57705 48.65246))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5607'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67612 -1.57705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67612 -1.57705)"^^geo:wktLiteral ;
  geo-pos:lat "48.67612"^^xsd:decimal ;
  geo-pos:long "-1.57705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7186'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57705'^^xsd:double;
  dwc:latitude '48.67612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57705 48.67612, -1.57705 48.67612, -1.57705 48.67612, -1.57705 48.67612, -1.57705 48.67612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7186'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70726 -1.57705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70726 -1.57705)"^^geo:wktLiteral ;
  geo-pos:lat "48.70726"^^xsd:decimal ;
  geo-pos:long "-1.57705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5139'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57705'^^xsd:double;
  dwc:latitude '48.70726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57705 48.70726, -1.57705 48.70726, -1.57705 48.70726, -1.57705 48.70726, -1.57705 48.70726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5139'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69027 -1.57704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69027 -1.57704)"^^geo:wktLiteral ;
  geo-pos:lat "48.69027"^^xsd:decimal ;
  geo-pos:long "-1.57704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4687'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57704'^^xsd:double;
  dwc:latitude '48.69027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57704 48.69027, -1.57704 48.69027, -1.57704 48.69027, -1.57704 48.69027, -1.57704 48.69027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4687'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.57704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.57704)"^^geo:wktLiteral ;
  geo-pos:lat "48.70725"^^xsd:decimal ;
  geo-pos:long "-1.57704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6560'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57704'^^xsd:double;
  dwc:latitude '48.70725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57704 48.70725, -1.57704 48.70725, -1.57704 48.70725, -1.57704 48.70725, -1.57704 48.70725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6560'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71437 -1.57702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71437 -1.57702)"^^geo:wktLiteral ;
  geo-pos:lat "48.71437"^^xsd:decimal ;
  geo-pos:long "-1.57702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2976'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57702'^^xsd:double;
  dwc:latitude '48.71437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57702 48.71437, -1.57702 48.71437, -1.57702 48.71437, -1.57702 48.71437, -1.57702 48.71437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2976'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72412 -1.57701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72412 -1.57701)"^^geo:wktLiteral ;
  geo-pos:lat "48.72412"^^xsd:decimal ;
  geo-pos:long "-1.57701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10155'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57701'^^xsd:double;
  dwc:latitude '48.72412'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57701 48.72412, -1.57701 48.72412, -1.57701 48.72412, -1.57701 48.72412, -1.57701 48.72412))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10155'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68994 -1.577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68994 -1.577)"^^geo:wktLiteral ;
  geo-pos:lat "48.68994"^^xsd:decimal ;
  geo-pos:long "-1.577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4780'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.577'^^xsd:double;
  dwc:latitude '48.68994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.577 48.68994, -1.577 48.68994, -1.577 48.68994, -1.577 48.68994, -1.577 48.68994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4780'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73716 -1.577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73716 -1.577)"^^geo:wktLiteral ;
  geo-pos:lat "48.73716"^^xsd:decimal ;
  geo-pos:long "-1.577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6552'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.577'^^xsd:double;
  dwc:latitude '48.73716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.577 48.73716, -1.577 48.73716, -1.577 48.73716, -1.577 48.73716, -1.577 48.73716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6552'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72203 -1.57699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72203 -1.57699)"^^geo:wktLiteral ;
  geo-pos:lat "48.72203"^^xsd:decimal ;
  geo-pos:long "-1.57699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10491'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57699'^^xsd:double;
  dwc:latitude '48.72203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57699 48.72203, -1.57699 48.72203, -1.57699 48.72203, -1.57699 48.72203, -1.57699 48.72203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10491'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72966 -1.57699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72966 -1.57699)"^^geo:wktLiteral ;
  geo-pos:lat "48.72966"^^xsd:decimal ;
  geo-pos:long "-1.57699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2420'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57699'^^xsd:double;
  dwc:latitude '48.72966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57699 48.72966, -1.57699 48.72966, -1.57699 48.72966, -1.57699 48.72966, -1.57699 48.72966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2420'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65016 -1.57697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65016 -1.57697)"^^geo:wktLiteral ;
  geo-pos:lat "48.65016"^^xsd:decimal ;
  geo-pos:long "-1.57697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3589'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57697'^^xsd:double;
  dwc:latitude '48.65016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57697 48.65016, -1.57697 48.65016, -1.57697 48.65016, -1.57697 48.65016, -1.57697 48.65016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3589'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65333 -1.57697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65333 -1.57697)"^^geo:wktLiteral ;
  geo-pos:lat "48.65333"^^xsd:decimal ;
  geo-pos:long "-1.57697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_12606'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57697'^^xsd:double;
  dwc:latitude '48.65333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57697 48.65333, -1.57697 48.65333, -1.57697 48.65333, -1.57697 48.65333, -1.57697 48.65333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12606'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68901 -1.57697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68901 -1.57697)"^^geo:wktLiteral ;
  geo-pos:lat "48.68901"^^xsd:decimal ;
  geo-pos:long "-1.57697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4560'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57697'^^xsd:double;
  dwc:latitude '48.68901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57697 48.68901, -1.57697 48.68901, -1.57697 48.68901, -1.57697 48.68901, -1.57697 48.68901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4560'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76492 -1.57695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76492 -1.57695)"^^geo:wktLiteral ;
  geo-pos:lat "48.76492"^^xsd:decimal ;
  geo-pos:long "-1.57695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7353'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57695'^^xsd:double;
  dwc:latitude '48.76492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57695 48.76492, -1.57695 48.76492, -1.57695 48.76492, -1.57695 48.76492, -1.57695 48.76492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7353'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65448 -1.57693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65448 -1.57693)"^^geo:wktLiteral ;
  geo-pos:lat "48.65448"^^xsd:decimal ;
  geo-pos:long "-1.57693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_10826'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57693'^^xsd:double;
  dwc:latitude '48.65448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57693 48.65448, -1.57693 48.65448, -1.57693 48.65448, -1.57693 48.65448, -1.57693 48.65448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10826'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67367 -1.57693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67367 -1.57693)"^^geo:wktLiteral ;
  geo-pos:lat "48.67367"^^xsd:decimal ;
  geo-pos:long "-1.57693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3916'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57693'^^xsd:double;
  dwc:latitude '48.67367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57693 48.67367, -1.57693 48.67367, -1.57693 48.67367, -1.57693 48.67367, -1.57693 48.67367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3916'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69274 -1.57693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69274 -1.57693)"^^geo:wktLiteral ;
  geo-pos:lat "48.69274"^^xsd:decimal ;
  geo-pos:long "-1.57693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4892'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57693'^^xsd:double;
  dwc:latitude '48.69274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57693 48.69274, -1.57693 48.69274, -1.57693 48.69274, -1.57693 48.69274, -1.57693 48.69274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4892'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70621 -1.57693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70621 -1.57693)"^^geo:wktLiteral ;
  geo-pos:lat "48.70621"^^xsd:decimal ;
  geo-pos:long "-1.57693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4539'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57693'^^xsd:double;
  dwc:latitude '48.70621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57693 48.70621, -1.57693 48.70621, -1.57693 48.70621, -1.57693 48.70621, -1.57693 48.70621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4539'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75011 -1.57693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75011 -1.57693)"^^geo:wktLiteral ;
  geo-pos:lat "48.75011"^^xsd:decimal ;
  geo-pos:long "-1.57693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7420'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57693'^^xsd:double;
  dwc:latitude '48.75011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57693 48.75011, -1.57693 48.75011, -1.57693 48.75011, -1.57693 48.75011, -1.57693 48.75011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7420'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65623 -1.57692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65623 -1.57692)"^^geo:wktLiteral ;
  geo-pos:lat "48.65623"^^xsd:decimal ;
  geo-pos:long "-1.57692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6744'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57692'^^xsd:double;
  dwc:latitude '48.65623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57692 48.65623, -1.57692 48.65623, -1.57692 48.65623, -1.57692 48.65623, -1.57692 48.65623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6744'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75113 -1.57692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75113 -1.57692)"^^geo:wktLiteral ;
  geo-pos:lat "48.75113"^^xsd:decimal ;
  geo-pos:long "-1.57692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9948'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57692'^^xsd:double;
  dwc:latitude '48.75113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57692 48.75113, -1.57692 48.75113, -1.57692 48.75113, -1.57692 48.75113, -1.57692 48.75113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9948'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66994 -1.57691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66994 -1.57691)"^^geo:wktLiteral ;
  geo-pos:lat "48.66994"^^xsd:decimal ;
  geo-pos:long "-1.57691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5880'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57691'^^xsd:double;
  dwc:latitude '48.66994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57691 48.66994, -1.57691 48.66994, -1.57691 48.66994, -1.57691 48.66994, -1.57691 48.66994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5880'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68492 -1.5769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68492 -1.5769)"^^geo:wktLiteral ;
  geo-pos:lat "48.68492"^^xsd:decimal ;
  geo-pos:long "-1.5769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6248'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5769'^^xsd:double;
  dwc:latitude '48.68492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5769 48.68492, -1.5769 48.68492, -1.5769 48.68492, -1.5769 48.68492, -1.5769 48.68492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6248'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67892 -1.57689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67892 -1.57689)"^^geo:wktLiteral ;
  geo-pos:lat "48.67892"^^xsd:decimal ;
  geo-pos:long "-1.57689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4417'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57689'^^xsd:double;
  dwc:latitude '48.67892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57689 48.67892, -1.57689 48.67892, -1.57689 48.67892, -1.57689 48.67892, -1.57689 48.67892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4417'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67955 -1.57689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67955 -1.57689)"^^geo:wktLiteral ;
  geo-pos:lat "48.67955"^^xsd:decimal ;
  geo-pos:long "-1.57689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6964'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57689'^^xsd:double;
  dwc:latitude '48.67955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57689 48.67955, -1.57689 48.67955, -1.57689 48.67955, -1.57689 48.67955, -1.57689 48.67955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6964'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74318 -1.57689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74318 -1.57689)"^^geo:wktLiteral ;
  geo-pos:lat "48.74318"^^xsd:decimal ;
  geo-pos:long "-1.57689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4922'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57689'^^xsd:double;
  dwc:latitude '48.74318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57689 48.74318, -1.57689 48.74318, -1.57689 48.74318, -1.57689 48.74318, -1.57689 48.74318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4922'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67174 -1.57688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67174 -1.57688)"^^geo:wktLiteral ;
  geo-pos:lat "48.67174"^^xsd:decimal ;
  geo-pos:long "-1.57688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10593'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57688'^^xsd:double;
  dwc:latitude '48.67174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57688 48.67174, -1.57688 48.67174, -1.57688 48.67174, -1.57688 48.67174, -1.57688 48.67174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10593'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74408 -1.57688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74408 -1.57688)"^^geo:wktLiteral ;
  geo-pos:lat "48.74408"^^xsd:decimal ;
  geo-pos:long "-1.57688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7372'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57688'^^xsd:double;
  dwc:latitude '48.74408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57688 48.74408, -1.57688 48.74408, -1.57688 48.74408, -1.57688 48.74408, -1.57688 48.74408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7372'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64828 -1.57687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64828 -1.57687)"^^geo:wktLiteral ;
  geo-pos:lat "48.64828"^^xsd:decimal ;
  geo-pos:long "-1.57687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5430'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57687'^^xsd:double;
  dwc:latitude '48.64828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57687 48.64828, -1.57687 48.64828, -1.57687 48.64828, -1.57687 48.64828, -1.57687 48.64828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5430'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65812 -1.57687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65812 -1.57687)"^^geo:wktLiteral ;
  geo-pos:lat "48.65812"^^xsd:decimal ;
  geo-pos:long "-1.57687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12323'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57687'^^xsd:double;
  dwc:latitude '48.65812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57687 48.65812, -1.57687 48.65812, -1.57687 48.65812, -1.57687 48.65812, -1.57687 48.65812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12323'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66489 -1.57687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66489 -1.57687)"^^geo:wktLiteral ;
  geo-pos:lat "48.66489"^^xsd:decimal ;
  geo-pos:long "-1.57687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12741'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57687'^^xsd:double;
  dwc:latitude '48.66489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57687 48.66489, -1.57687 48.66489, -1.57687 48.66489, -1.57687 48.66489, -1.57687 48.66489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12741'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68317 -1.57687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68317 -1.57687)"^^geo:wktLiteral ;
  geo-pos:lat "48.68317"^^xsd:decimal ;
  geo-pos:long "-1.57687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4290'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57687'^^xsd:double;
  dwc:latitude '48.68317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57687 48.68317, -1.57687 48.68317, -1.57687 48.68317, -1.57687 48.68317, -1.57687 48.68317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4290'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67986 -1.57686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67986 -1.57686)"^^geo:wktLiteral ;
  geo-pos:lat "48.67986"^^xsd:decimal ;
  geo-pos:long "-1.57686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6932'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57686'^^xsd:double;
  dwc:latitude '48.67986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57686 48.67986, -1.57686 48.67986, -1.57686 48.67986, -1.57686 48.67986, -1.57686 48.67986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6932'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71309 -1.57686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71309 -1.57686)"^^geo:wktLiteral ;
  geo-pos:lat "48.71309"^^xsd:decimal ;
  geo-pos:long "-1.57686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5030'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57686'^^xsd:double;
  dwc:latitude '48.71309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57686 48.71309, -1.57686 48.71309, -1.57686 48.71309, -1.57686 48.71309, -1.57686 48.71309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5030'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.98568 -1.57686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.98568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.98568 -1.57686)"^^geo:wktLiteral ;
  geo-pos:lat "48.98568"^^xsd:decimal ;
  geo-pos:long "-1.57686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7527'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57686'^^xsd:double;
  dwc:latitude '48.98568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57686 48.98568, -1.57686 48.98568, -1.57686 48.98568, -1.57686 48.98568, -1.57686 48.98568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7527'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65089 -1.57684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65089 -1.57684)"^^geo:wktLiteral ;
  geo-pos:lat "48.65089"^^xsd:decimal ;
  geo-pos:long "-1.57684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12265'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57684'^^xsd:double;
  dwc:latitude '48.65089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57684 48.65089, -1.57684 48.65089, -1.57684 48.65089, -1.57684 48.65089, -1.57684 48.65089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12265'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66647 -1.57684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66647 -1.57684)"^^geo:wktLiteral ;
  geo-pos:lat "48.66647"^^xsd:decimal ;
  geo-pos:long "-1.57684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12716'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57684'^^xsd:double;
  dwc:latitude '48.66647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57684 48.66647, -1.57684 48.66647, -1.57684 48.66647, -1.57684 48.66647, -1.57684 48.66647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12716'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67917 -1.57683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67917 -1.57683)"^^geo:wktLiteral ;
  geo-pos:lat "48.67917"^^xsd:decimal ;
  geo-pos:long "-1.57683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6963'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57683'^^xsd:double;
  dwc:latitude '48.67917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57683 48.67917, -1.57683 48.67917, -1.57683 48.67917, -1.57683 48.67917, -1.57683 48.67917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6963'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74825 -1.57683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74825 -1.57683)"^^geo:wktLiteral ;
  geo-pos:lat "48.74825"^^xsd:decimal ;
  geo-pos:long "-1.57683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7418'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57683'^^xsd:double;
  dwc:latitude '48.74825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57683 48.74825, -1.57683 48.74825, -1.57683 48.74825, -1.57683 48.74825, -1.57683 48.74825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7418'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68923 -1.57682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68923 -1.57682)"^^geo:wktLiteral ;
  geo-pos:lat "48.68923"^^xsd:decimal ;
  geo-pos:long "-1.57682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6627'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57682'^^xsd:double;
  dwc:latitude '48.68923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57682 48.68923, -1.57682 48.68923, -1.57682 48.68923, -1.57682 48.68923, -1.57682 48.68923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6627'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65312 -1.5768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65312"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65312 -1.5768)"^^geo:wktLiteral ;
  geo-pos:lat "48.65312"^^xsd:decimal ;
  geo-pos:long "-1.5768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12093'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5768'^^xsd:double;
  dwc:latitude '48.65312'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5768 48.65312, -1.5768 48.65312, -1.5768 48.65312, -1.5768 48.65312, -1.5768 48.65312))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12093'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65453 -1.5768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65453 -1.5768)"^^geo:wktLiteral ;
  geo-pos:lat "48.65453"^^xsd:decimal ;
  geo-pos:long "-1.5768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_13208'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5768'^^xsd:double;
  dwc:latitude '48.65453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5768 48.65453, -1.5768 48.65453, -1.5768 48.65453, -1.5768 48.65453, -1.5768 48.65453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13208'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67978 -1.5768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67978 -1.5768)"^^geo:wktLiteral ;
  geo-pos:lat "48.67978"^^xsd:decimal ;
  geo-pos:long "-1.5768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5119'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5768'^^xsd:double;
  dwc:latitude '48.67978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5768 48.67978, -1.5768 48.67978, -1.5768 48.67978, -1.5768 48.67978, -1.5768 48.67978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5119'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67995 -1.57678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67995 -1.57678)"^^geo:wktLiteral ;
  geo-pos:lat "48.67995"^^xsd:decimal ;
  geo-pos:long "-1.57678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6931'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57678'^^xsd:double;
  dwc:latitude '48.67995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57678 48.67995, -1.57678 48.67995, -1.57678 48.67995, -1.57678 48.67995, -1.57678 48.67995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6931'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69608 -1.57678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69608 -1.57678)"^^geo:wktLiteral ;
  geo-pos:lat "48.69608"^^xsd:decimal ;
  geo-pos:long "-1.57678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6919'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57678'^^xsd:double;
  dwc:latitude '48.69608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57678 48.69608, -1.57678 48.69608, -1.57678 48.69608, -1.57678 48.69608, -1.57678 48.69608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6919'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66534 -1.57677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66534"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66534 -1.57677)"^^geo:wktLiteral ;
  geo-pos:lat "48.66534"^^xsd:decimal ;
  geo-pos:long "-1.57677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12554'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57677'^^xsd:double;
  dwc:latitude '48.66534'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57677 48.66534, -1.57677 48.66534, -1.57677 48.66534, -1.57677 48.66534, -1.57677 48.66534))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12554'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6764 -1.57677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6764 -1.57677)"^^geo:wktLiteral ;
  geo-pos:lat "48.6764"^^xsd:decimal ;
  geo-pos:long "-1.57677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6402'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57677'^^xsd:double;
  dwc:latitude '48.6764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57677 48.6764, -1.57677 48.6764, -1.57677 48.6764, -1.57677 48.6764, -1.57677 48.6764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6402'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67566 -1.57676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67566"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67566 -1.57676)"^^geo:wktLiteral ;
  geo-pos:lat "48.67566"^^xsd:decimal ;
  geo-pos:long "-1.57676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6444'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57676'^^xsd:double;
  dwc:latitude '48.67566'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57676 48.67566, -1.57676 48.67566, -1.57676 48.67566, -1.57676 48.67566, -1.57676 48.67566))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6444'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6758 -1.57676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6758 -1.57676)"^^geo:wktLiteral ;
  geo-pos:lat "48.6758"^^xsd:decimal ;
  geo-pos:long "-1.57676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4201'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57676'^^xsd:double;
  dwc:latitude '48.6758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57676 48.6758, -1.57676 48.6758, -1.57676 48.6758, -1.57676 48.6758, -1.57676 48.6758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4201'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67753 -1.57676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67753 -1.57676)"^^geo:wktLiteral ;
  geo-pos:lat "48.67753"^^xsd:decimal ;
  geo-pos:long "-1.57676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6669'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57676'^^xsd:double;
  dwc:latitude '48.67753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57676 48.67753, -1.57676 48.67753, -1.57676 48.67753, -1.57676 48.67753, -1.57676 48.67753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6669'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68051 -1.57676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68051 -1.57676)"^^geo:wktLiteral ;
  geo-pos:lat "48.68051"^^xsd:decimal ;
  geo-pos:long "-1.57676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7248'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57676'^^xsd:double;
  dwc:latitude '48.68051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57676 48.68051, -1.57676 48.68051, -1.57676 48.68051, -1.57676 48.68051, -1.57676 48.68051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7248'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6812 -1.57676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6812 -1.57676)"^^geo:wktLiteral ;
  geo-pos:lat "48.6812"^^xsd:decimal ;
  geo-pos:long "-1.57676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6678'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57676'^^xsd:double;
  dwc:latitude '48.6812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57676 48.6812, -1.57676 48.6812, -1.57676 48.6812, -1.57676 48.6812, -1.57676 48.6812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6678'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73145 -1.57676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73145 -1.57676)"^^geo:wktLiteral ;
  geo-pos:lat "48.73145"^^xsd:decimal ;
  geo-pos:long "-1.57676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2438'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57676'^^xsd:double;
  dwc:latitude '48.73145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57676 48.73145, -1.57676 48.73145, -1.57676 48.73145, -1.57676 48.73145, -1.57676 48.73145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2438'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74694 -1.57676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74694 -1.57676)"^^geo:wktLiteral ;
  geo-pos:lat "48.74694"^^xsd:decimal ;
  geo-pos:long "-1.57676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7378'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57676'^^xsd:double;
  dwc:latitude '48.74694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57676 48.74694, -1.57676 48.74694, -1.57676 48.74694, -1.57676 48.74694, -1.57676 48.74694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7378'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73379 -1.57675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73379 -1.57675)"^^geo:wktLiteral ;
  geo-pos:lat "48.73379"^^xsd:decimal ;
  geo-pos:long "-1.57675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2534'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57675'^^xsd:double;
  dwc:latitude '48.73379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57675 48.73379, -1.57675 48.73379, -1.57675 48.73379, -1.57675 48.73379, -1.57675 48.73379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2534'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67656 -1.57673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67656 -1.57673)"^^geo:wktLiteral ;
  geo-pos:lat "48.67656"^^xsd:decimal ;
  geo-pos:long "-1.57673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7160'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57673'^^xsd:double;
  dwc:latitude '48.67656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57673 48.67656, -1.57673 48.67656, -1.57673 48.67656, -1.57673 48.67656, -1.57673 48.67656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7160'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68287 -1.57673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68287"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68287 -1.57673)"^^geo:wktLiteral ;
  geo-pos:lat "48.68287"^^xsd:decimal ;
  geo-pos:long "-1.57673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5296'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57673'^^xsd:double;
  dwc:latitude '48.68287'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57673 48.68287, -1.57673 48.68287, -1.57673 48.68287, -1.57673 48.68287, -1.57673 48.68287))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5296'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68289 -1.57673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68289 -1.57673)"^^geo:wktLiteral ;
  geo-pos:lat "48.68289"^^xsd:decimal ;
  geo-pos:long "-1.57673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4395'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57673'^^xsd:double;
  dwc:latitude '48.68289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57673 48.68289, -1.57673 48.68289, -1.57673 48.68289, -1.57673 48.68289, -1.57673 48.68289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4395'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72673 -1.57673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72673 -1.57673)"^^geo:wktLiteral ;
  geo-pos:lat "48.72673"^^xsd:decimal ;
  geo-pos:long "-1.57673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2419'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57673'^^xsd:double;
  dwc:latitude '48.72673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57673 48.72673, -1.57673 48.72673, -1.57673 48.72673, -1.57673 48.72673, -1.57673 48.72673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2419'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64317 -1.57672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64317 -1.57672)"^^geo:wktLiteral ;
  geo-pos:lat "48.64317"^^xsd:decimal ;
  geo-pos:long "-1.57672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5830'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57672'^^xsd:double;
  dwc:latitude '48.64317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57672 48.64317, -1.57672 48.64317, -1.57672 48.64317, -1.57672 48.64317, -1.57672 48.64317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5830'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72008 -1.57672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72008 -1.57672)"^^geo:wktLiteral ;
  geo-pos:lat "48.72008"^^xsd:decimal ;
  geo-pos:long "-1.57672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11226'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57672'^^xsd:double;
  dwc:latitude '48.72008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57672 48.72008, -1.57672 48.72008, -1.57672 48.72008, -1.57672 48.72008, -1.57672 48.72008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11226'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65861 -1.57671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65861 -1.57671)"^^geo:wktLiteral ;
  geo-pos:lat "48.65861"^^xsd:decimal ;
  geo-pos:long "-1.57671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12296'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57671'^^xsd:double;
  dwc:latitude '48.65861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57671 48.65861, -1.57671 48.65861, -1.57671 48.65861, -1.57671 48.65861, -1.57671 48.65861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12296'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68006 -1.57671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68006 -1.57671)"^^geo:wktLiteral ;
  geo-pos:lat "48.68006"^^xsd:decimal ;
  geo-pos:long "-1.57671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6796'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57671'^^xsd:double;
  dwc:latitude '48.68006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57671 48.68006, -1.57671 48.68006, -1.57671 48.68006, -1.57671 48.68006, -1.57671 48.68006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6796'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74492 -1.57669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74492 -1.57669)"^^geo:wktLiteral ;
  geo-pos:lat "48.74492"^^xsd:decimal ;
  geo-pos:long "-1.57669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7507'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57669'^^xsd:double;
  dwc:latitude '48.74492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57669 48.74492, -1.57669 48.74492, -1.57669 48.74492, -1.57669 48.74492, -1.57669 48.74492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7507'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66705 -1.57668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66705 -1.57668)"^^geo:wktLiteral ;
  geo-pos:lat "48.66705"^^xsd:decimal ;
  geo-pos:long "-1.57668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7063'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57668'^^xsd:double;
  dwc:latitude '48.66705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57668 48.66705, -1.57668 48.66705, -1.57668 48.66705, -1.57668 48.66705, -1.57668 48.66705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7063'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67006 -1.57668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67006 -1.57668)"^^geo:wktLiteral ;
  geo-pos:lat "48.67006"^^xsd:decimal ;
  geo-pos:long "-1.57668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5179'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57668'^^xsd:double;
  dwc:latitude '48.67006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57668 48.67006, -1.57668 48.67006, -1.57668 48.67006, -1.57668 48.67006, -1.57668 48.67006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5179'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68863 -1.57668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68863 -1.57668)"^^geo:wktLiteral ;
  geo-pos:lat "48.68863"^^xsd:decimal ;
  geo-pos:long "-1.57668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11419'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57668'^^xsd:double;
  dwc:latitude '48.68863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57668 48.68863, -1.57668 48.68863, -1.57668 48.68863, -1.57668 48.68863, -1.57668 48.68863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11419'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70863 -1.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70863 -1.57667)"^^geo:wktLiteral ;
  geo-pos:lat "48.70863"^^xsd:decimal ;
  geo-pos:long "-1.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1440'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57667'^^xsd:double;
  dwc:latitude '48.70863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57667 48.70863, -1.57667 48.70863, -1.57667 48.70863, -1.57667 48.70863, -1.57667 48.70863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1440'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71383 -1.57667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71383 -1.57667)"^^geo:wktLiteral ;
  geo-pos:lat "48.71383"^^xsd:decimal ;
  geo-pos:long "-1.57667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9830'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57667'^^xsd:double;
  dwc:latitude '48.71383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57667 48.71383, -1.57667 48.71383, -1.57667 48.71383, -1.57667 48.71383, -1.57667 48.71383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9830'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68589 -1.57666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68589 -1.57666)"^^geo:wktLiteral ;
  geo-pos:lat "48.68589"^^xsd:decimal ;
  geo-pos:long "-1.57666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6809'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57666'^^xsd:double;
  dwc:latitude '48.68589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57666 48.68589, -1.57666 48.68589, -1.57666 48.68589, -1.57666 48.68589, -1.57666 48.68589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6809'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65537 -1.57665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65537 -1.57665)"^^geo:wktLiteral ;
  geo-pos:lat "48.65537"^^xsd:decimal ;
  geo-pos:long "-1.57665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12623'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57665'^^xsd:double;
  dwc:latitude '48.65537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57665 48.65537, -1.57665 48.65537, -1.57665 48.65537, -1.57665 48.65537, -1.57665 48.65537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12623'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68479 -1.57664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68479 -1.57664)"^^geo:wktLiteral ;
  geo-pos:lat "48.68479"^^xsd:decimal ;
  geo-pos:long "-1.57664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7179'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57664'^^xsd:double;
  dwc:latitude '48.68479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57664 48.68479, -1.57664 48.68479, -1.57664 48.68479, -1.57664 48.68479, -1.57664 48.68479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7179'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72111 -1.57663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72111"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72111 -1.57663)"^^geo:wktLiteral ;
  geo-pos:lat "48.72111"^^xsd:decimal ;
  geo-pos:long "-1.57663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2418'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57663'^^xsd:double;
  dwc:latitude '48.72111'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57663 48.72111, -1.57663 48.72111, -1.57663 48.72111, -1.57663 48.72111, -1.57663 48.72111))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2418'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7212 -1.57663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7212"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7212 -1.57663)"^^geo:wktLiteral ;
  geo-pos:lat "48.7212"^^xsd:decimal ;
  geo-pos:long "-1.57663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5072'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57663'^^xsd:double;
  dwc:latitude '48.7212'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57663 48.7212, -1.57663 48.7212, -1.57663 48.7212, -1.57663 48.7212, -1.57663 48.7212))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5072'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6801 -1.57662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6801 -1.57662)"^^geo:wktLiteral ;
  geo-pos:lat "48.6801"^^xsd:decimal ;
  geo-pos:long "-1.57662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6834'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57662'^^xsd:double;
  dwc:latitude '48.6801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57662 48.6801, -1.57662 48.6801, -1.57662 48.6801, -1.57662 48.6801, -1.57662 48.6801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6834'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66906 -1.57661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66906 -1.57661)"^^geo:wktLiteral ;
  geo-pos:lat "48.66906"^^xsd:decimal ;
  geo-pos:long "-1.57661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7197'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57661'^^xsd:double;
  dwc:latitude '48.66906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57661 48.66906, -1.57661 48.66906, -1.57661 48.66906, -1.57661 48.66906, -1.57661 48.66906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7197'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72547 -1.57661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72547 -1.57661)"^^geo:wktLiteral ;
  geo-pos:lat "48.72547"^^xsd:decimal ;
  geo-pos:long "-1.57661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9873'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57661'^^xsd:double;
  dwc:latitude '48.72547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57661 48.72547, -1.57661 48.72547, -1.57661 48.72547, -1.57661 48.72547, -1.57661 48.72547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9873'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75185 -1.57661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75185"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75185 -1.57661)"^^geo:wktLiteral ;
  geo-pos:lat "48.75185"^^xsd:decimal ;
  geo-pos:long "-1.57661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9987'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57661'^^xsd:double;
  dwc:latitude '48.75185'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57661 48.75185, -1.57661 48.75185, -1.57661 48.75185, -1.57661 48.75185, -1.57661 48.75185))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9987'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6804 -1.5766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6804 -1.5766)"^^geo:wktLiteral ;
  geo-pos:lat "48.6804"^^xsd:decimal ;
  geo-pos:long "-1.5766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4826'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5766'^^xsd:double;
  dwc:latitude '48.6804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5766 48.6804, -1.5766 48.6804, -1.5766 48.6804, -1.5766 48.6804, -1.5766 48.6804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4826'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65811 -1.57659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65811 -1.57659)"^^geo:wktLiteral ;
  geo-pos:lat "48.65811"^^xsd:decimal ;
  geo-pos:long "-1.57659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2470'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57659'^^xsd:double;
  dwc:latitude '48.65811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57659 48.65811, -1.57659 48.65811, -1.57659 48.65811, -1.57659 48.65811, -1.57659 48.65811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2470'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6769 -1.57659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6769 -1.57659)"^^geo:wktLiteral ;
  geo-pos:lat "48.6769"^^xsd:decimal ;
  geo-pos:long "-1.57659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7214'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57659'^^xsd:double;
  dwc:latitude '48.6769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57659 48.6769, -1.57659 48.6769, -1.57659 48.6769, -1.57659 48.6769, -1.57659 48.6769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7214'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68611 -1.57658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68611 -1.57658)"^^geo:wktLiteral ;
  geo-pos:lat "48.68611"^^xsd:decimal ;
  geo-pos:long "-1.57658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3914'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57658'^^xsd:double;
  dwc:latitude '48.68611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57658 48.68611, -1.57658 48.68611, -1.57658 48.68611, -1.57658 48.68611, -1.57658 48.68611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3914'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71165 -1.57656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71165 -1.57656)"^^geo:wktLiteral ;
  geo-pos:lat "48.71165"^^xsd:decimal ;
  geo-pos:long "-1.57656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4245'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57656'^^xsd:double;
  dwc:latitude '48.71165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57656 48.71165, -1.57656 48.71165, -1.57656 48.71165, -1.57656 48.71165, -1.57656 48.71165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4245'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73443 -1.57655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73443 -1.57655)"^^geo:wktLiteral ;
  geo-pos:lat "48.73443"^^xsd:decimal ;
  geo-pos:long "-1.57655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3558'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57655'^^xsd:double;
  dwc:latitude '48.73443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57655 48.73443, -1.57655 48.73443, -1.57655 48.73443, -1.57655 48.73443, -1.57655 48.73443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3558'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67641 -1.57654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67641 -1.57654)"^^geo:wktLiteral ;
  geo-pos:lat "48.67641"^^xsd:decimal ;
  geo-pos:long "-1.57654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4420'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57654'^^xsd:double;
  dwc:latitude '48.67641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57654 48.67641, -1.57654 48.67641, -1.57654 48.67641, -1.57654 48.67641, -1.57654 48.67641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4420'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70018 -1.57654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70018 -1.57654)"^^geo:wktLiteral ;
  geo-pos:lat "48.70018"^^xsd:decimal ;
  geo-pos:long "-1.57654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8444'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57654'^^xsd:double;
  dwc:latitude '48.70018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57654 48.70018, -1.57654 48.70018, -1.57654 48.70018, -1.57654 48.70018, -1.57654 48.70018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8444'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.733 -1.57654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.733 -1.57654)"^^geo:wktLiteral ;
  geo-pos:lat "48.733"^^xsd:decimal ;
  geo-pos:long "-1.57654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2402'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57654'^^xsd:double;
  dwc:latitude '48.733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57654 48.733, -1.57654 48.733, -1.57654 48.733, -1.57654 48.733, -1.57654 48.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2402'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71025 -1.57653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71025 -1.57653)"^^geo:wktLiteral ;
  geo-pos:lat "48.71025"^^xsd:decimal ;
  geo-pos:long "-1.57653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10218'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57653'^^xsd:double;
  dwc:latitude '48.71025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57653 48.71025, -1.57653 48.71025, -1.57653 48.71025, -1.57653 48.71025, -1.57653 48.71025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10218'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69921 -1.57652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69921 -1.57652)"^^geo:wktLiteral ;
  geo-pos:lat "48.69921"^^xsd:decimal ;
  geo-pos:long "-1.57652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3130'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57652'^^xsd:double;
  dwc:latitude '48.69921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57652 48.69921, -1.57652 48.69921, -1.57652 48.69921, -1.57652 48.69921, -1.57652 48.69921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3130'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68526 -1.5765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68526 -1.5765)"^^geo:wktLiteral ;
  geo-pos:lat "48.68526"^^xsd:decimal ;
  geo-pos:long "-1.5765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5326'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5765'^^xsd:double;
  dwc:latitude '48.68526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5765 48.68526, -1.5765 48.68526, -1.5765 48.68526, -1.5765 48.68526, -1.5765 48.68526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5326'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65234 -1.57649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65234 -1.57649)"^^geo:wktLiteral ;
  geo-pos:lat "48.65234"^^xsd:decimal ;
  geo-pos:long "-1.57649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_425'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57649'^^xsd:double;
  dwc:latitude '48.65234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57649 48.65234, -1.57649 48.65234, -1.57649 48.65234, -1.57649 48.65234, -1.57649 48.65234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_425'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67797 -1.57649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67797 -1.57649)"^^geo:wktLiteral ;
  geo-pos:lat "48.67797"^^xsd:decimal ;
  geo-pos:long "-1.57649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7287'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57649'^^xsd:double;
  dwc:latitude '48.67797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57649 48.67797, -1.57649 48.67797, -1.57649 48.67797, -1.57649 48.67797, -1.57649 48.67797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7287'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72197 -1.57649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72197 -1.57649)"^^geo:wktLiteral ;
  geo-pos:lat "48.72197"^^xsd:decimal ;
  geo-pos:long "-1.57649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8147'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57649'^^xsd:double;
  dwc:latitude '48.72197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57649 48.72197, -1.57649 48.72197, -1.57649 48.72197, -1.57649 48.72197, -1.57649 48.72197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8147'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69735 -1.57648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69735 -1.57648)"^^geo:wktLiteral ;
  geo-pos:lat "48.69735"^^xsd:decimal ;
  geo-pos:long "-1.57648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7436'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57648'^^xsd:double;
  dwc:latitude '48.69735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57648 48.69735, -1.57648 48.69735, -1.57648 48.69735, -1.57648 48.69735, -1.57648 48.69735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7436'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68058 -1.57647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68058 -1.57647)"^^geo:wktLiteral ;
  geo-pos:lat "48.68058"^^xsd:decimal ;
  geo-pos:long "-1.57647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5877'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57647'^^xsd:double;
  dwc:latitude '48.68058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57647 48.68058, -1.57647 48.68058, -1.57647 48.68058, -1.57647 48.68058, -1.57647 48.68058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5877'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.57646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65629 -1.57646)"^^geo:wktLiteral ;
  geo-pos:lat "48.65629"^^xsd:decimal ;
  geo-pos:long "-1.57646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2826'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57646'^^xsd:double;
  dwc:latitude '48.65629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57646 48.65629, -1.57646 48.65629, -1.57646 48.65629, -1.57646 48.65629, -1.57646 48.65629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2826'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67941 -1.57646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67941 -1.57646)"^^geo:wktLiteral ;
  geo-pos:lat "48.67941"^^xsd:decimal ;
  geo-pos:long "-1.57646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6907'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57646'^^xsd:double;
  dwc:latitude '48.67941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57646 48.67941, -1.57646 48.67941, -1.57646 48.67941, -1.57646 48.67941, -1.57646 48.67941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6907'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69229 -1.57646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69229 -1.57646)"^^geo:wktLiteral ;
  geo-pos:lat "48.69229"^^xsd:decimal ;
  geo-pos:long "-1.57646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4438'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57646'^^xsd:double;
  dwc:latitude '48.69229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57646 48.69229, -1.57646 48.69229, -1.57646 48.69229, -1.57646 48.69229, -1.57646 48.69229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4438'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73191 -1.57646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73191"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73191 -1.57646)"^^geo:wktLiteral ;
  geo-pos:lat "48.73191"^^xsd:decimal ;
  geo-pos:long "-1.57646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2458'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57646'^^xsd:double;
  dwc:latitude '48.73191'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57646 48.73191, -1.57646 48.73191, -1.57646 48.73191, -1.57646 48.73191, -1.57646 48.73191))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2458'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65435 -1.57643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65435 -1.57643)"^^geo:wktLiteral ;
  geo-pos:lat "48.65435"^^xsd:decimal ;
  geo-pos:long "-1.57643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_13414'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57643'^^xsd:double;
  dwc:latitude '48.65435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57643 48.65435, -1.57643 48.65435, -1.57643 48.65435, -1.57643 48.65435, -1.57643 48.65435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13414'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66763 -1.57643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66763 -1.57643)"^^geo:wktLiteral ;
  geo-pos:lat "48.66763"^^xsd:decimal ;
  geo-pos:long "-1.57643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6056'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57643'^^xsd:double;
  dwc:latitude '48.66763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57643 48.66763, -1.57643 48.66763, -1.57643 48.66763, -1.57643 48.66763, -1.57643 48.66763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6056'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64933 -1.57642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64933 -1.57642)"^^geo:wktLiteral ;
  geo-pos:lat "48.64933"^^xsd:decimal ;
  geo-pos:long "-1.57642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6284'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57642'^^xsd:double;
  dwc:latitude '48.64933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57642 48.64933, -1.57642 48.64933, -1.57642 48.64933, -1.57642 48.64933, -1.57642 48.64933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6284'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67343 -1.57641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67343 -1.57641)"^^geo:wktLiteral ;
  geo-pos:lat "48.67343"^^xsd:decimal ;
  geo-pos:long "-1.57641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3955'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57641'^^xsd:double;
  dwc:latitude '48.67343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57641 48.67343, -1.57641 48.67343, -1.57641 48.67343, -1.57641 48.67343, -1.57641 48.67343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3955'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68004 -1.57641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68004 -1.57641)"^^geo:wktLiteral ;
  geo-pos:lat "48.68004"^^xsd:decimal ;
  geo-pos:long "-1.57641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6679'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57641'^^xsd:double;
  dwc:latitude '48.68004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57641 48.68004, -1.57641 48.68004, -1.57641 48.68004, -1.57641 48.68004, -1.57641 48.68004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6679'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71575 -1.57641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71575 -1.57641)"^^geo:wktLiteral ;
  geo-pos:lat "48.71575"^^xsd:decimal ;
  geo-pos:long "-1.57641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4325'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57641'^^xsd:double;
  dwc:latitude '48.71575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57641 48.71575, -1.57641 48.71575, -1.57641 48.71575, -1.57641 48.71575, -1.57641 48.71575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4325'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66448 -1.5764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66448 -1.5764)"^^geo:wktLiteral ;
  geo-pos:lat "48.66448"^^xsd:decimal ;
  geo-pos:long "-1.5764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10707'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5764'^^xsd:double;
  dwc:latitude '48.66448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5764 48.66448, -1.5764 48.66448, -1.5764 48.66448, -1.5764 48.66448, -1.5764 48.66448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10707'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66877 -1.5764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66877 -1.5764)"^^geo:wktLiteral ;
  geo-pos:lat "48.66877"^^xsd:decimal ;
  geo-pos:long "-1.5764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5991'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5764'^^xsd:double;
  dwc:latitude '48.66877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5764 48.66877, -1.5764 48.66877, -1.5764 48.66877, -1.5764 48.66877, -1.5764 48.66877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5991'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67334 -1.5764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67334 -1.5764)"^^geo:wktLiteral ;
  geo-pos:lat "48.67334"^^xsd:decimal ;
  geo-pos:long "-1.5764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6178'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5764'^^xsd:double;
  dwc:latitude '48.67334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5764 48.67334, -1.5764 48.67334, -1.5764 48.67334, -1.5764 48.67334, -1.5764 48.67334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6178'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65513 -1.57637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65513 -1.57637)"^^geo:wktLiteral ;
  geo-pos:lat "48.65513"^^xsd:decimal ;
  geo-pos:long "-1.57637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5569'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57637'^^xsd:double;
  dwc:latitude '48.65513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57637 48.65513, -1.57637 48.65513, -1.57637 48.65513, -1.57637 48.65513, -1.57637 48.65513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5569'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69661 -1.57637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69661 -1.57637)"^^geo:wktLiteral ;
  geo-pos:lat "48.69661"^^xsd:decimal ;
  geo-pos:long "-1.57637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5095'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57637'^^xsd:double;
  dwc:latitude '48.69661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57637 48.69661, -1.57637 48.69661, -1.57637 48.69661, -1.57637 48.69661, -1.57637 48.69661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5095'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.57637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.57637)"^^geo:wktLiteral ;
  geo-pos:lat "48.71052"^^xsd:decimal ;
  geo-pos:long "-1.57637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1493'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57637'^^xsd:double;
  dwc:latitude '48.71052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57637 48.71052, -1.57637 48.71052, -1.57637 48.71052, -1.57637 48.71052, -1.57637 48.71052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1493'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66431 -1.57634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66431 -1.57634)"^^geo:wktLiteral ;
  geo-pos:lat "48.66431"^^xsd:decimal ;
  geo-pos:long "-1.57634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6367'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57634'^^xsd:double;
  dwc:latitude '48.66431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57634 48.66431, -1.57634 48.66431, -1.57634 48.66431, -1.57634 48.66431, -1.57634 48.66431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6367'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66641 -1.57634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66641 -1.57634)"^^geo:wktLiteral ;
  geo-pos:lat "48.66641"^^xsd:decimal ;
  geo-pos:long "-1.57634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8942'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57634'^^xsd:double;
  dwc:latitude '48.66641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57634 48.66641, -1.57634 48.66641, -1.57634 48.66641, -1.57634 48.66641, -1.57634 48.66641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8942'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68343 -1.57634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68343 -1.57634)"^^geo:wktLiteral ;
  geo-pos:lat "48.68343"^^xsd:decimal ;
  geo-pos:long "-1.57634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6902'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57634'^^xsd:double;
  dwc:latitude '48.68343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57634 48.68343, -1.57634 48.68343, -1.57634 48.68343, -1.57634 48.68343, -1.57634 48.68343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6902'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68701 -1.57634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68701 -1.57634)"^^geo:wktLiteral ;
  geo-pos:lat "48.68701"^^xsd:decimal ;
  geo-pos:long "-1.57634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3723'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57634'^^xsd:double;
  dwc:latitude '48.68701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57634 48.68701, -1.57634 48.68701, -1.57634 48.68701, -1.57634 48.68701, -1.57634 48.68701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3723'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74712 -1.57634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74712 -1.57634)"^^geo:wktLiteral ;
  geo-pos:lat "48.74712"^^xsd:decimal ;
  geo-pos:long "-1.57634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7509'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57634'^^xsd:double;
  dwc:latitude '48.74712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57634 48.74712, -1.57634 48.74712, -1.57634 48.74712, -1.57634 48.74712, -1.57634 48.74712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7509'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66999 -1.57633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66999 -1.57633)"^^geo:wktLiteral ;
  geo-pos:lat "48.66999"^^xsd:decimal ;
  geo-pos:long "-1.57633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11426'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57633'^^xsd:double;
  dwc:latitude '48.66999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57633 48.66999, -1.57633 48.66999, -1.57633 48.66999, -1.57633 48.66999, -1.57633 48.66999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11426'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6796 -1.57632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6796 -1.57632)"^^geo:wktLiteral ;
  geo-pos:lat "48.6796"^^xsd:decimal ;
  geo-pos:long "-1.57632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7053'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57632'^^xsd:double;
  dwc:latitude '48.6796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57632 48.6796, -1.57632 48.6796, -1.57632 48.6796, -1.57632 48.6796, -1.57632 48.6796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7053'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68173 -1.57632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68173 -1.57632)"^^geo:wktLiteral ;
  geo-pos:lat "48.68173"^^xsd:decimal ;
  geo-pos:long "-1.57632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6836'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57632'^^xsd:double;
  dwc:latitude '48.68173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57632 48.68173, -1.57632 48.68173, -1.57632 48.68173, -1.57632 48.68173, -1.57632 48.68173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6836'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74215 -1.57632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74215 -1.57632)"^^geo:wktLiteral ;
  geo-pos:lat "48.74215"^^xsd:decimal ;
  geo-pos:long "-1.57632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1757'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57632'^^xsd:double;
  dwc:latitude '48.74215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57632 48.74215, -1.57632 48.74215, -1.57632 48.74215, -1.57632 48.74215, -1.57632 48.74215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1757'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67409 -1.57631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67409 -1.57631)"^^geo:wktLiteral ;
  geo-pos:lat "48.67409"^^xsd:decimal ;
  geo-pos:long "-1.57631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3761'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57631'^^xsd:double;
  dwc:latitude '48.67409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57631 48.67409, -1.57631 48.67409, -1.57631 48.67409, -1.57631 48.67409, -1.57631 48.67409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3761'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70296 -1.57631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70296"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70296 -1.57631)"^^geo:wktLiteral ;
  geo-pos:lat "48.70296"^^xsd:decimal ;
  geo-pos:long "-1.57631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_1779'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57631'^^xsd:double;
  dwc:latitude '48.70296'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57631 48.70296, -1.57631 48.70296, -1.57631 48.70296, -1.57631 48.70296, -1.57631 48.70296))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1779'^^xsd:string;
  dwc:observationDate '2006-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65371 -1.5763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65371 -1.5763)"^^geo:wktLiteral ;
  geo-pos:lat "48.65371"^^xsd:decimal ;
  geo-pos:long "-1.5763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12297'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5763'^^xsd:double;
  dwc:latitude '48.65371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5763 48.65371, -1.5763 48.65371, -1.5763 48.65371, -1.5763 48.65371, -1.5763 48.65371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12297'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67207 -1.5763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67207 -1.5763)"^^geo:wktLiteral ;
  geo-pos:lat "48.67207"^^xsd:decimal ;
  geo-pos:long "-1.5763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5351'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5763'^^xsd:double;
  dwc:latitude '48.67207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5763 48.67207, -1.5763 48.67207, -1.5763 48.67207, -1.5763 48.67207, -1.5763 48.67207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5351'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73455 -1.5763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73455"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73455 -1.5763)"^^geo:wktLiteral ;
  geo-pos:lat "48.73455"^^xsd:decimal ;
  geo-pos:long "-1.5763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1949'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5763'^^xsd:double;
  dwc:latitude '48.73455'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5763 48.73455, -1.5763 48.73455, -1.5763 48.73455, -1.5763 48.73455, -1.5763 48.73455))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1949'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67022 -1.57628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67022 -1.57628)"^^geo:wktLiteral ;
  geo-pos:lat "48.67022"^^xsd:decimal ;
  geo-pos:long "-1.57628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11478'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57628'^^xsd:double;
  dwc:latitude '48.67022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57628 48.67022, -1.57628 48.67022, -1.57628 48.67022, -1.57628 48.67022, -1.57628 48.67022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11478'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6786 -1.57628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6786 -1.57628)"^^geo:wktLiteral ;
  geo-pos:lat "48.6786"^^xsd:decimal ;
  geo-pos:long "-1.57628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4865'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57628'^^xsd:double;
  dwc:latitude '48.6786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57628 48.6786, -1.57628 48.6786, -1.57628 48.6786, -1.57628 48.6786, -1.57628 48.6786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4865'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68137 -1.57628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68137 -1.57628)"^^geo:wktLiteral ;
  geo-pos:lat "48.68137"^^xsd:decimal ;
  geo-pos:long "-1.57628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6087'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57628'^^xsd:double;
  dwc:latitude '48.68137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57628 48.68137, -1.57628 48.68137, -1.57628 48.68137, -1.57628 48.68137, -1.57628 48.68137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6087'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68746 -1.57627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68746 -1.57627)"^^geo:wktLiteral ;
  geo-pos:lat "48.68746"^^xsd:decimal ;
  geo-pos:long "-1.57627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4895'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57627'^^xsd:double;
  dwc:latitude '48.68746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57627 48.68746, -1.57627 48.68746, -1.57627 48.68746, -1.57627 48.68746, -1.57627 48.68746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4895'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73229 -1.57627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73229 -1.57627)"^^geo:wktLiteral ;
  geo-pos:lat "48.73229"^^xsd:decimal ;
  geo-pos:long "-1.57627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2400'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57627'^^xsd:double;
  dwc:latitude '48.73229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57627 48.73229, -1.57627 48.73229, -1.57627 48.73229, -1.57627 48.73229, -1.57627 48.73229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2400'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66544 -1.57625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66544 -1.57625)"^^geo:wktLiteral ;
  geo-pos:lat "48.66544"^^xsd:decimal ;
  geo-pos:long "-1.57625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7343'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57625'^^xsd:double;
  dwc:latitude '48.66544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57625 48.66544, -1.57625 48.66544, -1.57625 48.66544, -1.57625 48.66544, -1.57625 48.66544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7343'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72341 -1.57625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72341 -1.57625)"^^geo:wktLiteral ;
  geo-pos:lat "48.72341"^^xsd:decimal ;
  geo-pos:long "-1.57625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2560'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57625'^^xsd:double;
  dwc:latitude '48.72341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57625 48.72341, -1.57625 48.72341, -1.57625 48.72341, -1.57625 48.72341, -1.57625 48.72341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2560'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73515 -1.57625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73515"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73515 -1.57625)"^^geo:wktLiteral ;
  geo-pos:lat "48.73515"^^xsd:decimal ;
  geo-pos:long "-1.57625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1844'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57625'^^xsd:double;
  dwc:latitude '48.73515'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57625 48.73515, -1.57625 48.73515, -1.57625 48.73515, -1.57625 48.73515, -1.57625 48.73515))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1844'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74602 -1.57625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74602 -1.57625)"^^geo:wktLiteral ;
  geo-pos:lat "48.74602"^^xsd:decimal ;
  geo-pos:long "-1.57625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7377'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57625'^^xsd:double;
  dwc:latitude '48.74602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57625 48.74602, -1.57625 48.74602, -1.57625 48.74602, -1.57625 48.74602, -1.57625 48.74602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7377'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68546 -1.57624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68546 -1.57624)"^^geo:wktLiteral ;
  geo-pos:lat "48.68546"^^xsd:decimal ;
  geo-pos:long "-1.57624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3832'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57624'^^xsd:double;
  dwc:latitude '48.68546'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57624 48.68546, -1.57624 48.68546, -1.57624 48.68546, -1.57624 48.68546, -1.57624 48.68546))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3832'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73058 -1.57624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73058 -1.57624)"^^geo:wktLiteral ;
  geo-pos:lat "48.73058"^^xsd:decimal ;
  geo-pos:long "-1.57624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4278'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57624'^^xsd:double;
  dwc:latitude '48.73058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57624 48.73058, -1.57624 48.73058, -1.57624 48.73058, -1.57624 48.73058, -1.57624 48.73058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4278'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.674 -1.57623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.674 -1.57623)"^^geo:wktLiteral ;
  geo-pos:lat "48.674"^^xsd:decimal ;
  geo-pos:long "-1.57623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5145'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57623'^^xsd:double;
  dwc:latitude '48.674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57623 48.674, -1.57623 48.674, -1.57623 48.674, -1.57623 48.674, -1.57623 48.674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5145'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67476 -1.57623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67476 -1.57623)"^^geo:wktLiteral ;
  geo-pos:lat "48.67476"^^xsd:decimal ;
  geo-pos:long "-1.57623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9028'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57623'^^xsd:double;
  dwc:latitude '48.67476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57623 48.67476, -1.57623 48.67476, -1.57623 48.67476, -1.57623 48.67476, -1.57623 48.67476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9028'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73453 -1.57621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73453 -1.57621)"^^geo:wktLiteral ;
  geo-pos:lat "48.73453"^^xsd:decimal ;
  geo-pos:long "-1.57621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3421'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.18333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57621'^^xsd:double;
  dwc:latitude '48.73453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57621 48.73453, -1.57621 48.73453, -1.57621 48.73453, -1.57621 48.73453, -1.57621 48.73453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3421'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.5762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.5762)"^^geo:wktLiteral ;
  geo-pos:lat "48.6894"^^xsd:decimal ;
  geo-pos:long "-1.5762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6734'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5762'^^xsd:double;
  dwc:latitude '48.6894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5762 48.6894, -1.5762 48.6894, -1.5762 48.6894, -1.5762 48.6894, -1.5762 48.6894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6734'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67824 -1.57618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67824 -1.57618)"^^geo:wktLiteral ;
  geo-pos:lat "48.67824"^^xsd:decimal ;
  geo-pos:long "-1.57618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5653'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57618'^^xsd:double;
  dwc:latitude '48.67824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57618 48.67824, -1.57618 48.67824, -1.57618 48.67824, -1.57618 48.67824, -1.57618 48.67824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5653'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69454 -1.57618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69454 -1.57618)"^^geo:wktLiteral ;
  geo-pos:lat "48.69454"^^xsd:decimal ;
  geo-pos:long "-1.57618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9164'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57618'^^xsd:double;
  dwc:latitude '48.69454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57618 48.69454, -1.57618 48.69454, -1.57618 48.69454, -1.57618 48.69454, -1.57618 48.69454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9164'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74587 -1.57618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74587 -1.57618)"^^geo:wktLiteral ;
  geo-pos:lat "48.74587"^^xsd:decimal ;
  geo-pos:long "-1.57618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7376'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57618'^^xsd:double;
  dwc:latitude '48.74587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57618 48.74587, -1.57618 48.74587, -1.57618 48.74587, -1.57618 48.74587, -1.57618 48.74587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7376'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74604 -1.57618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74604 -1.57618)"^^geo:wktLiteral ;
  geo-pos:lat "48.74604"^^xsd:decimal ;
  geo-pos:long "-1.57618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7401'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57618'^^xsd:double;
  dwc:latitude '48.74604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57618 48.74604, -1.57618 48.74604, -1.57618 48.74604, -1.57618 48.74604, -1.57618 48.74604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7401'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74568 -1.57617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74568 -1.57617)"^^geo:wktLiteral ;
  geo-pos:lat "48.74568"^^xsd:decimal ;
  geo-pos:long "-1.57617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7403'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57617'^^xsd:double;
  dwc:latitude '48.74568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57617 48.74568, -1.57617 48.74568, -1.57617 48.74568, -1.57617 48.74568, -1.57617 48.74568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7403'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.57615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.57615)"^^geo:wktLiteral ;
  geo-pos:lat "48.657"^^xsd:decimal ;
  geo-pos:long "-1.57615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5587'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57615'^^xsd:double;
  dwc:latitude '48.657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57615 48.657, -1.57615 48.657, -1.57615 48.657, -1.57615 48.657, -1.57615 48.657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5587'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67257 -1.57615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67257 -1.57615)"^^geo:wktLiteral ;
  geo-pos:lat "48.67257"^^xsd:decimal ;
  geo-pos:long "-1.57615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10246'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57615'^^xsd:double;
  dwc:latitude '48.67257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57615 48.67257, -1.57615 48.67257, -1.57615 48.67257, -1.57615 48.67257, -1.57615 48.67257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10246'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67599 -1.57615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67599 -1.57615)"^^geo:wktLiteral ;
  geo-pos:lat "48.67599"^^xsd:decimal ;
  geo-pos:long "-1.57615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6918'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57615'^^xsd:double;
  dwc:latitude '48.67599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57615 48.67599, -1.57615 48.67599, -1.57615 48.67599, -1.57615 48.67599, -1.57615 48.67599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6918'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68022 -1.57615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68022 -1.57615)"^^geo:wktLiteral ;
  geo-pos:lat "48.68022"^^xsd:decimal ;
  geo-pos:long "-1.57615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9289'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57615'^^xsd:double;
  dwc:latitude '48.68022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57615 48.68022, -1.57615 48.68022, -1.57615 48.68022, -1.57615 48.68022, -1.57615 48.68022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9289'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67051 -1.57614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67051 -1.57614)"^^geo:wktLiteral ;
  geo-pos:lat "48.67051"^^xsd:decimal ;
  geo-pos:long "-1.57614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4396'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57614'^^xsd:double;
  dwc:latitude '48.67051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57614 48.67051, -1.57614 48.67051, -1.57614 48.67051, -1.57614 48.67051, -1.57614 48.67051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4396'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69718 -1.57614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69718 -1.57614)"^^geo:wktLiteral ;
  geo-pos:lat "48.69718"^^xsd:decimal ;
  geo-pos:long "-1.57614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6607'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57614'^^xsd:double;
  dwc:latitude '48.69718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57614 48.69718, -1.57614 48.69718, -1.57614 48.69718, -1.57614 48.69718, -1.57614 48.69718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6607'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65739 -1.57612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65739 -1.57612)"^^geo:wktLiteral ;
  geo-pos:lat "48.65739"^^xsd:decimal ;
  geo-pos:long "-1.57612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1795'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57612'^^xsd:double;
  dwc:latitude '48.65739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57612 48.65739, -1.57612 48.65739, -1.57612 48.65739, -1.57612 48.65739, -1.57612 48.65739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1795'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73995 -1.57612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73995 -1.57612)"^^geo:wktLiteral ;
  geo-pos:lat "48.73995"^^xsd:decimal ;
  geo-pos:long "-1.57612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5465'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57612'^^xsd:double;
  dwc:latitude '48.73995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57612 48.73995, -1.57612 48.73995, -1.57612 48.73995, -1.57612 48.73995, -1.57612 48.73995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5465'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74293 -1.57611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74293 -1.57611)"^^geo:wktLiteral ;
  geo-pos:lat "48.74293"^^xsd:decimal ;
  geo-pos:long "-1.57611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6548'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57611'^^xsd:double;
  dwc:latitude '48.74293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57611 48.74293, -1.57611 48.74293, -1.57611 48.74293, -1.57611 48.74293, -1.57611 48.74293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6548'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65063 -1.5761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65063 -1.5761)"^^geo:wktLiteral ;
  geo-pos:lat "48.65063"^^xsd:decimal ;
  geo-pos:long "-1.5761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7157'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5761'^^xsd:double;
  dwc:latitude '48.65063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5761 48.65063, -1.5761 48.65063, -1.5761 48.65063, -1.5761 48.65063, -1.5761 48.65063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7157'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6512 -1.5761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6512"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6512 -1.5761)"^^geo:wktLiteral ;
  geo-pos:lat "48.6512"^^xsd:decimal ;
  geo-pos:long "-1.5761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12122'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5761'^^xsd:double;
  dwc:latitude '48.6512'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5761 48.6512, -1.5761 48.6512, -1.5761 48.6512, -1.5761 48.6512, -1.5761 48.6512))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12122'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68201 -1.5761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68201 -1.5761)"^^geo:wktLiteral ;
  geo-pos:lat "48.68201"^^xsd:decimal ;
  geo-pos:long "-1.5761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5922'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5761'^^xsd:double;
  dwc:latitude '48.68201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5761 48.68201, -1.5761 48.68201, -1.5761 48.68201, -1.5761 48.68201, -1.5761 48.68201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5922'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73067 -1.5761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73067"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73067 -1.5761)"^^geo:wktLiteral ;
  geo-pos:lat "48.73067"^^xsd:decimal ;
  geo-pos:long "-1.5761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2537'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5761'^^xsd:double;
  dwc:latitude '48.73067'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5761 48.73067, -1.5761 48.73067, -1.5761 48.73067, -1.5761 48.73067, -1.5761 48.73067))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2537'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74548 -1.5761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74548 -1.5761)"^^geo:wktLiteral ;
  geo-pos:lat "48.74548"^^xsd:decimal ;
  geo-pos:long "-1.5761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7404'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5761'^^xsd:double;
  dwc:latitude '48.74548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5761 48.74548, -1.5761 48.74548, -1.5761 48.74548, -1.5761 48.74548, -1.5761 48.74548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7404'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65024 -1.57609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65024"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65024 -1.57609)"^^geo:wktLiteral ;
  geo-pos:lat "48.65024"^^xsd:decimal ;
  geo-pos:long "-1.57609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12828'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57609'^^xsd:double;
  dwc:latitude '48.65024'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57609 48.65024, -1.57609 48.65024, -1.57609 48.65024, -1.57609 48.65024, -1.57609 48.65024))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12828'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72309 -1.57609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72309 -1.57609)"^^geo:wktLiteral ;
  geo-pos:lat "48.72309"^^xsd:decimal ;
  geo-pos:long "-1.57609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5071'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57609'^^xsd:double;
  dwc:latitude '48.72309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57609 48.72309, -1.57609 48.72309, -1.57609 48.72309, -1.57609 48.72309, -1.57609 48.72309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5071'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74692 -1.57607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74692 -1.57607)"^^geo:wktLiteral ;
  geo-pos:lat "48.74692"^^xsd:decimal ;
  geo-pos:long "-1.57607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7415'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57607'^^xsd:double;
  dwc:latitude '48.74692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57607 48.74692, -1.57607 48.74692, -1.57607 48.74692, -1.57607 48.74692, -1.57607 48.74692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7415'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74554 -1.57606)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57606"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74554 -1.57606)"^^geo:wktLiteral ;
  geo-pos:lat "48.74554"^^xsd:decimal ;
  geo-pos:long "-1.57606"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7417'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57606'^^xsd:double;
  dwc:latitude '48.74554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57606 48.74554, -1.57606 48.74554, -1.57606 48.74554, -1.57606 48.74554, -1.57606 48.74554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7417'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66803 -1.57605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66803 -1.57605)"^^geo:wktLiteral ;
  geo-pos:lat "48.66803"^^xsd:decimal ;
  geo-pos:long "-1.57605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6022'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57605'^^xsd:double;
  dwc:latitude '48.66803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57605 48.66803, -1.57605 48.66803, -1.57605 48.66803, -1.57605 48.66803, -1.57605 48.66803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6022'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67415 -1.57605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67415 -1.57605)"^^geo:wktLiteral ;
  geo-pos:lat "48.67415"^^xsd:decimal ;
  geo-pos:long "-1.57605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6325'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57605'^^xsd:double;
  dwc:latitude '48.67415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57605 48.67415, -1.57605 48.67415, -1.57605 48.67415, -1.57605 48.67415, -1.57605 48.67415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6325'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.57605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.57605)"^^geo:wktLiteral ;
  geo-pos:lat "48.69052"^^xsd:decimal ;
  geo-pos:long "-1.57605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3204'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57605'^^xsd:double;
  dwc:latitude '48.69052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57605 48.69052, -1.57605 48.69052, -1.57605 48.69052, -1.57605 48.69052, -1.57605 48.69052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3204'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72614 -1.57604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72614 -1.57604)"^^geo:wktLiteral ;
  geo-pos:lat "48.72614"^^xsd:decimal ;
  geo-pos:long "-1.57604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8202'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57604'^^xsd:double;
  dwc:latitude '48.72614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57604 48.72614, -1.57604 48.72614, -1.57604 48.72614, -1.57604 48.72614, -1.57604 48.72614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8202'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68063 -1.57603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68063 -1.57603)"^^geo:wktLiteral ;
  geo-pos:lat "48.68063"^^xsd:decimal ;
  geo-pos:long "-1.57603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6172'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57603'^^xsd:double;
  dwc:latitude '48.68063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57603 48.68063, -1.57603 48.68063, -1.57603 48.68063, -1.57603 48.68063, -1.57603 48.68063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6172'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67799 -1.57602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67799 -1.57602)"^^geo:wktLiteral ;
  geo-pos:lat "48.67799"^^xsd:decimal ;
  geo-pos:long "-1.57602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5864'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57602'^^xsd:double;
  dwc:latitude '48.67799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57602 48.67799, -1.57602 48.67799, -1.57602 48.67799, -1.57602 48.67799, -1.57602 48.67799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5864'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74576 -1.57602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74576 -1.57602)"^^geo:wktLiteral ;
  geo-pos:lat "48.74576"^^xsd:decimal ;
  geo-pos:long "-1.57602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7381'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57602'^^xsd:double;
  dwc:latitude '48.74576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57602 48.74576, -1.57602 48.74576, -1.57602 48.74576, -1.57602 48.74576, -1.57602 48.74576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7381'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67029 -1.57601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67029"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67029 -1.57601)"^^geo:wktLiteral ;
  geo-pos:lat "48.67029"^^xsd:decimal ;
  geo-pos:long "-1.57601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11425'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57601'^^xsd:double;
  dwc:latitude '48.67029'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57601 48.67029, -1.57601 48.67029, -1.57601 48.67029, -1.57601 48.67029, -1.57601 48.67029))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11425'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74791 -1.57601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74791"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74791 -1.57601)"^^geo:wktLiteral ;
  geo-pos:lat "48.74791"^^xsd:decimal ;
  geo-pos:long "-1.57601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7421'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57601'^^xsd:double;
  dwc:latitude '48.74791'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57601 48.74791, -1.57601 48.74791, -1.57601 48.74791, -1.57601 48.74791, -1.57601 48.74791))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7421'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69981 -1.576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69981"^^xsd:decimal ;
  dwc:decimalLongitude "-1.576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69981 -1.576)"^^geo:wktLiteral ;
  geo-pos:lat "48.69981"^^xsd:decimal ;
  geo-pos:long "-1.576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_746'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.576'^^xsd:double;
  dwc:latitude '48.69981'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.576 48.69981, -1.576 48.69981, -1.576 48.69981, -1.576 48.69981, -1.576 48.69981))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_746'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69988 -1.576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69988 -1.576)"^^geo:wktLiteral ;
  geo-pos:lat "48.69988"^^xsd:decimal ;
  geo-pos:long "-1.576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9055'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.576'^^xsd:double;
  dwc:latitude '48.69988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.576 48.69988, -1.576 48.69988, -1.576 48.69988, -1.576 48.69988, -1.576 48.69988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9055'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72221 -1.576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72221 -1.576)"^^geo:wktLiteral ;
  geo-pos:lat "48.72221"^^xsd:decimal ;
  geo-pos:long "-1.576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3034'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.576'^^xsd:double;
  dwc:latitude '48.72221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.576 48.72221, -1.576 48.72221, -1.576 48.72221, -1.576 48.72221, -1.576 48.72221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3034'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67157 -1.57599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67157 -1.57599)"^^geo:wktLiteral ;
  geo-pos:lat "48.67157"^^xsd:decimal ;
  geo-pos:long "-1.57599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6502'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57599'^^xsd:double;
  dwc:latitude '48.67157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57599 48.67157, -1.57599 48.67157, -1.57599 48.67157, -1.57599 48.67157, -1.57599 48.67157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6502'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68892 -1.57599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68892 -1.57599)"^^geo:wktLiteral ;
  geo-pos:lat "48.68892"^^xsd:decimal ;
  geo-pos:long "-1.57599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3205'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57599'^^xsd:double;
  dwc:latitude '48.68892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57599 48.68892, -1.57599 48.68892, -1.57599 48.68892, -1.57599 48.68892, -1.57599 48.68892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3205'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71478 -1.57599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71478 -1.57599)"^^geo:wktLiteral ;
  geo-pos:lat "48.71478"^^xsd:decimal ;
  geo-pos:long "-1.57599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2636'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57599'^^xsd:double;
  dwc:latitude '48.71478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57599 48.71478, -1.57599 48.71478, -1.57599 48.71478, -1.57599 48.71478, -1.57599 48.71478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2636'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72986 -1.57599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72986 -1.57599)"^^geo:wktLiteral ;
  geo-pos:lat "48.72986"^^xsd:decimal ;
  geo-pos:long "-1.57599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2536'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57599'^^xsd:double;
  dwc:latitude '48.72986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57599 48.72986, -1.57599 48.72986, -1.57599 48.72986, -1.57599 48.72986, -1.57599 48.72986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2536'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7334 -1.57599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7334 -1.57599)"^^geo:wktLiteral ;
  geo-pos:lat "48.7334"^^xsd:decimal ;
  geo-pos:long "-1.57599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1944'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57599'^^xsd:double;
  dwc:latitude '48.7334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57599 48.7334, -1.57599 48.7334, -1.57599 48.7334, -1.57599 48.7334, -1.57599 48.7334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1944'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66255 -1.57598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66255"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66255 -1.57598)"^^geo:wktLiteral ;
  geo-pos:lat "48.66255"^^xsd:decimal ;
  geo-pos:long "-1.57598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10662'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57598'^^xsd:double;
  dwc:latitude '48.66255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57598 48.66255, -1.57598 48.66255, -1.57598 48.66255, -1.57598 48.66255, -1.57598 48.66255))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10662'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6778 -1.57598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6778 -1.57598)"^^geo:wktLiteral ;
  geo-pos:lat "48.6778"^^xsd:decimal ;
  geo-pos:long "-1.57598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7299'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.56666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57598'^^xsd:double;
  dwc:latitude '48.6778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57598 48.6778, -1.57598 48.6778, -1.57598 48.6778, -1.57598 48.6778, -1.57598 48.6778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7299'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67955 -1.57598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67955 -1.57598)"^^geo:wktLiteral ;
  geo-pos:lat "48.67955"^^xsd:decimal ;
  geo-pos:long "-1.57598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5885'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57598'^^xsd:double;
  dwc:latitude '48.67955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57598 48.67955, -1.57598 48.67955, -1.57598 48.67955, -1.57598 48.67955, -1.57598 48.67955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5885'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70843 -1.57596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70843 -1.57596)"^^geo:wktLiteral ;
  geo-pos:lat "48.70843"^^xsd:decimal ;
  geo-pos:long "-1.57596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7839'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57596'^^xsd:double;
  dwc:latitude '48.70843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57596 48.70843, -1.57596 48.70843, -1.57596 48.70843, -1.57596 48.70843, -1.57596 48.70843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7839'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72743 -1.57596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72743 -1.57596)"^^geo:wktLiteral ;
  geo-pos:lat "48.72743"^^xsd:decimal ;
  geo-pos:long "-1.57596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5056'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57596'^^xsd:double;
  dwc:latitude '48.72743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57596 48.72743, -1.57596 48.72743, -1.57596 48.72743, -1.57596 48.72743, -1.57596 48.72743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5056'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6873 -1.57595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6873 -1.57595)"^^geo:wktLiteral ;
  geo-pos:lat "48.6873"^^xsd:decimal ;
  geo-pos:long "-1.57595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6619'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.56666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57595'^^xsd:double;
  dwc:latitude '48.6873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57595 48.6873, -1.57595 48.6873, -1.57595 48.6873, -1.57595 48.6873, -1.57595 48.6873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6619'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74106 -1.57595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74106"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74106 -1.57595)"^^geo:wktLiteral ;
  geo-pos:lat "48.74106"^^xsd:decimal ;
  geo-pos:long "-1.57595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6549'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57595'^^xsd:double;
  dwc:latitude '48.74106'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57595 48.74106, -1.57595 48.74106, -1.57595 48.74106, -1.57595 48.74106, -1.57595 48.74106))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6549'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74574 -1.57595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74574 -1.57595)"^^geo:wktLiteral ;
  geo-pos:lat "48.74574"^^xsd:decimal ;
  geo-pos:long "-1.57595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7400'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57595'^^xsd:double;
  dwc:latitude '48.74574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57595 48.74574, -1.57595 48.74574, -1.57595 48.74574, -1.57595 48.74574, -1.57595 48.74574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7400'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65077 -1.57593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65077 -1.57593)"^^geo:wktLiteral ;
  geo-pos:lat "48.65077"^^xsd:decimal ;
  geo-pos:long "-1.57593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12452'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57593'^^xsd:double;
  dwc:latitude '48.65077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57593 48.65077, -1.57593 48.65077, -1.57593 48.65077, -1.57593 48.65077, -1.57593 48.65077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12452'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67233 -1.57593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67233 -1.57593)"^^geo:wktLiteral ;
  geo-pos:lat "48.67233"^^xsd:decimal ;
  geo-pos:long "-1.57593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7232'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57593'^^xsd:double;
  dwc:latitude '48.67233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57593 48.67233, -1.57593 48.67233, -1.57593 48.67233, -1.57593 48.67233, -1.57593 48.67233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7232'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69501 -1.57593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69501 -1.57593)"^^geo:wktLiteral ;
  geo-pos:lat "48.69501"^^xsd:decimal ;
  geo-pos:long "-1.57593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4783'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57593'^^xsd:double;
  dwc:latitude '48.69501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57593 48.69501, -1.57593 48.69501, -1.57593 48.69501, -1.57593 48.69501, -1.57593 48.69501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4783'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67289 -1.5759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67289 -1.5759)"^^geo:wktLiteral ;
  geo-pos:lat "48.67289"^^xsd:decimal ;
  geo-pos:long "-1.5759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6115'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5759'^^xsd:double;
  dwc:latitude '48.67289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5759 48.67289, -1.5759 48.67289, -1.5759 48.67289, -1.5759 48.67289, -1.5759 48.67289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6115'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6792 -1.5759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6792 -1.5759)"^^geo:wktLiteral ;
  geo-pos:lat "48.6792"^^xsd:decimal ;
  geo-pos:long "-1.5759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6245'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5759'^^xsd:double;
  dwc:latitude '48.6792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5759 48.6792, -1.5759 48.6792, -1.5759 48.6792, -1.5759 48.6792, -1.5759 48.6792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6245'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68036 -1.5759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68036 -1.5759)"^^geo:wktLiteral ;
  geo-pos:lat "48.68036"^^xsd:decimal ;
  geo-pos:long "-1.5759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5924'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5759'^^xsd:double;
  dwc:latitude '48.68036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5759 48.68036, -1.5759 48.68036, -1.5759 48.68036, -1.5759 48.68036, -1.5759 48.68036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5924'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64471 -1.57589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64471 -1.57589)"^^geo:wktLiteral ;
  geo-pos:lat "48.64471"^^xsd:decimal ;
  geo-pos:long "-1.57589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5829'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57589'^^xsd:double;
  dwc:latitude '48.64471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57589 48.64471, -1.57589 48.64471, -1.57589 48.64471, -1.57589 48.64471, -1.57589 48.64471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5829'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -1.57589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -1.57589)"^^geo:wktLiteral ;
  geo-pos:lat "48.6833"^^xsd:decimal ;
  geo-pos:long "-1.57589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5133'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57589'^^xsd:double;
  dwc:latitude '48.6833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57589 48.6833, -1.57589 48.6833, -1.57589 48.6833, -1.57589 48.6833, -1.57589 48.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5133'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74663 -1.57587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74663 -1.57587)"^^geo:wktLiteral ;
  geo-pos:lat "48.74663"^^xsd:decimal ;
  geo-pos:long "-1.57587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7383'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57587'^^xsd:double;
  dwc:latitude '48.74663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57587 48.74663, -1.57587 48.74663, -1.57587 48.74663, -1.57587 48.74663, -1.57587 48.74663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7383'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69705 -1.57586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69705 -1.57586)"^^geo:wktLiteral ;
  geo-pos:lat "48.69705"^^xsd:decimal ;
  geo-pos:long "-1.57586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5004'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57586'^^xsd:double;
  dwc:latitude '48.69705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57586 48.69705, -1.57586 48.69705, -1.57586 48.69705, -1.57586 48.69705, -1.57586 48.69705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5004'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68172 -1.57583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68172 -1.57583)"^^geo:wktLiteral ;
  geo-pos:lat "48.68172"^^xsd:decimal ;
  geo-pos:long "-1.57583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_10830'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57583'^^xsd:double;
  dwc:latitude '48.68172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57583 48.68172, -1.57583 48.68172, -1.57583 48.68172, -1.57583 48.68172, -1.57583 48.68172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10830'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68012 -1.57582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68012 -1.57582)"^^geo:wktLiteral ;
  geo-pos:lat "48.68012"^^xsd:decimal ;
  geo-pos:long "-1.57582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6879'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57582'^^xsd:double;
  dwc:latitude '48.68012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57582 48.68012, -1.57582 48.68012, -1.57582 48.68012, -1.57582 48.68012, -1.57582 48.68012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6879'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68019 -1.57582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68019"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68019 -1.57582)"^^geo:wktLiteral ;
  geo-pos:lat "48.68019"^^xsd:decimal ;
  geo-pos:long "-1.57582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5987'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57582'^^xsd:double;
  dwc:latitude '48.68019'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57582 48.68019, -1.57582 48.68019, -1.57582 48.68019, -1.57582 48.68019, -1.57582 48.68019))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5987'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7481 -1.57582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7481 -1.57582)"^^geo:wktLiteral ;
  geo-pos:lat "48.7481"^^xsd:decimal ;
  geo-pos:long "-1.57582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7522'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57582'^^xsd:double;
  dwc:latitude '48.7481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57582 48.7481, -1.57582 48.7481, -1.57582 48.7481, -1.57582 48.7481, -1.57582 48.7481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7522'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71552 -1.5758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71552 -1.5758)"^^geo:wktLiteral ;
  geo-pos:lat "48.71552"^^xsd:decimal ;
  geo-pos:long "-1.5758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4763'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5758'^^xsd:double;
  dwc:latitude '48.71552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5758 48.71552, -1.5758 48.71552, -1.5758 48.71552, -1.5758 48.71552, -1.5758 48.71552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4763'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73445 -1.5758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73445 -1.5758)"^^geo:wktLiteral ;
  geo-pos:lat "48.73445"^^xsd:decimal ;
  geo-pos:long "-1.5758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3565'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5758'^^xsd:double;
  dwc:latitude '48.73445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5758 48.73445, -1.5758 48.73445, -1.5758 48.73445, -1.5758 48.73445, -1.5758 48.73445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3565'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69116 -1.57579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69116 -1.57579)"^^geo:wktLiteral ;
  geo-pos:lat "48.69116"^^xsd:decimal ;
  geo-pos:long "-1.57579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6785'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57579'^^xsd:double;
  dwc:latitude '48.69116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57579 48.69116, -1.57579 48.69116, -1.57579 48.69116, -1.57579 48.69116, -1.57579 48.69116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6785'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72371 -1.57579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72371 -1.57579)"^^geo:wktLiteral ;
  geo-pos:lat "48.72371"^^xsd:decimal ;
  geo-pos:long "-1.57579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7742'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57579'^^xsd:double;
  dwc:latitude '48.72371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57579 48.72371, -1.57579 48.72371, -1.57579 48.72371, -1.57579 48.72371, -1.57579 48.72371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7742'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67607 -1.57577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67607 -1.57577)"^^geo:wktLiteral ;
  geo-pos:lat "48.67607"^^xsd:decimal ;
  geo-pos:long "-1.57577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4551'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57577'^^xsd:double;
  dwc:latitude '48.67607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57577 48.67607, -1.57577 48.67607, -1.57577 48.67607, -1.57577 48.67607, -1.57577 48.67607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4551'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68212 -1.57577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68212"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68212 -1.57577)"^^geo:wktLiteral ;
  geo-pos:lat "48.68212"^^xsd:decimal ;
  geo-pos:long "-1.57577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6827'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57577'^^xsd:double;
  dwc:latitude '48.68212'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57577 48.68212, -1.57577 48.68212, -1.57577 48.68212, -1.57577 48.68212, -1.57577 48.68212))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6827'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71375 -1.57577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71375"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71375 -1.57577)"^^geo:wktLiteral ;
  geo-pos:lat "48.71375"^^xsd:decimal ;
  geo-pos:long "-1.57577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9831'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.033333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57577'^^xsd:double;
  dwc:latitude '48.71375'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57577 48.71375, -1.57577 48.71375, -1.57577 48.71375, -1.57577 48.71375, -1.57577 48.71375))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9831'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75039 -1.57577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75039 -1.57577)"^^geo:wktLiteral ;
  geo-pos:lat "48.75039"^^xsd:decimal ;
  geo-pos:long "-1.57577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9970'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57577'^^xsd:double;
  dwc:latitude '48.75039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57577 48.75039, -1.57577 48.75039, -1.57577 48.75039, -1.57577 48.75039, -1.57577 48.75039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9970'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.57576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.57576)"^^geo:wktLiteral ;
  geo-pos:lat "48.70725"^^xsd:decimal ;
  geo-pos:long "-1.57576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2448'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57576'^^xsd:double;
  dwc:latitude '48.70725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57576 48.70725, -1.57576 48.70725, -1.57576 48.70725, -1.57576 48.70725, -1.57576 48.70725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2448'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7208 -1.57576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7208"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7208 -1.57576)"^^geo:wktLiteral ;
  geo-pos:lat "48.7208"^^xsd:decimal ;
  geo-pos:long "-1.57576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7766'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57576'^^xsd:double;
  dwc:latitude '48.7208'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57576 48.7208, -1.57576 48.7208, -1.57576 48.7208, -1.57576 48.7208, -1.57576 48.7208))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7766'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6581 -1.57575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6581 -1.57575)"^^geo:wktLiteral ;
  geo-pos:lat "48.6581"^^xsd:decimal ;
  geo-pos:long "-1.57575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5634'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57575'^^xsd:double;
  dwc:latitude '48.6581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57575 48.6581, -1.57575 48.6581, -1.57575 48.6581, -1.57575 48.6581, -1.57575 48.6581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5634'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69797 -1.57575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69797 -1.57575)"^^geo:wktLiteral ;
  geo-pos:lat "48.69797"^^xsd:decimal ;
  geo-pos:long "-1.57575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4463'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57575'^^xsd:double;
  dwc:latitude '48.69797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57575 48.69797, -1.57575 48.69797, -1.57575 48.69797, -1.57575 48.69797, -1.57575 48.69797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4463'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66539 -1.57574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66539 -1.57574)"^^geo:wktLiteral ;
  geo-pos:lat "48.66539"^^xsd:decimal ;
  geo-pos:long "-1.57574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10281'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57574'^^xsd:double;
  dwc:latitude '48.66539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57574 48.66539, -1.57574 48.66539, -1.57574 48.66539, -1.57574 48.66539, -1.57574 48.66539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10281'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65518 -1.57572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65518 -1.57572)"^^geo:wktLiteral ;
  geo-pos:lat "48.65518"^^xsd:decimal ;
  geo-pos:long "-1.57572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5899'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57572'^^xsd:double;
  dwc:latitude '48.65518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57572 48.65518, -1.57572 48.65518, -1.57572 48.65518, -1.57572 48.65518, -1.57572 48.65518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5899'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6792 -1.57571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6792 -1.57571)"^^geo:wktLiteral ;
  geo-pos:lat "48.6792"^^xsd:decimal ;
  geo-pos:long "-1.57571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2877'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57571'^^xsd:double;
  dwc:latitude '48.6792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57571 48.6792, -1.57571 48.6792, -1.57571 48.6792, -1.57571 48.6792, -1.57571 48.6792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2877'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74543 -1.57569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74543 -1.57569)"^^geo:wktLiteral ;
  geo-pos:lat "48.74543"^^xsd:decimal ;
  geo-pos:long "-1.57569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7402'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57569'^^xsd:double;
  dwc:latitude '48.74543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57569 48.74543, -1.57569 48.74543, -1.57569 48.74543, -1.57569 48.74543, -1.57569 48.74543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7402'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65694 -1.57568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65694 -1.57568)"^^geo:wktLiteral ;
  geo-pos:lat "48.65694"^^xsd:decimal ;
  geo-pos:long "-1.57568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7035'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57568'^^xsd:double;
  dwc:latitude '48.65694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57568 48.65694, -1.57568 48.65694, -1.57568 48.65694, -1.57568 48.65694, -1.57568 48.65694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7035'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67466 -1.57568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67466 -1.57568)"^^geo:wktLiteral ;
  geo-pos:lat "48.67466"^^xsd:decimal ;
  geo-pos:long "-1.57568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4418'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57568'^^xsd:double;
  dwc:latitude '48.67466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57568 48.67466, -1.57568 48.67466, -1.57568 48.67466, -1.57568 48.67466, -1.57568 48.67466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4418'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66824 -1.57567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66824 -1.57567)"^^geo:wktLiteral ;
  geo-pos:lat "48.66824"^^xsd:decimal ;
  geo-pos:long "-1.57567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10668'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57567'^^xsd:double;
  dwc:latitude '48.66824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57567 48.66824, -1.57567 48.66824, -1.57567 48.66824, -1.57567 48.66824, -1.57567 48.66824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10668'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74517 -1.57567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74517 -1.57567)"^^geo:wktLiteral ;
  geo-pos:lat "48.74517"^^xsd:decimal ;
  geo-pos:long "-1.57567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4879'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57567'^^xsd:double;
  dwc:latitude '48.74517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57567 48.74517, -1.57567 48.74517, -1.57567 48.74517, -1.57567 48.74517, -1.57567 48.74517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4879'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67976 -1.57566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67976 -1.57566)"^^geo:wktLiteral ;
  geo-pos:lat "48.67976"^^xsd:decimal ;
  geo-pos:long "-1.57566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6862'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57566'^^xsd:double;
  dwc:latitude '48.67976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57566 48.67976, -1.57566 48.67976, -1.57566 48.67976, -1.57566 48.67976, -1.57566 48.67976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6862'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72142 -1.57566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72142 -1.57566)"^^geo:wktLiteral ;
  geo-pos:lat "48.72142"^^xsd:decimal ;
  geo-pos:long "-1.57566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2961'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57566'^^xsd:double;
  dwc:latitude '48.72142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57566 48.72142, -1.57566 48.72142, -1.57566 48.72142, -1.57566 48.72142, -1.57566 48.72142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2961'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66828 -1.57565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66828 -1.57565)"^^geo:wktLiteral ;
  geo-pos:lat "48.66828"^^xsd:decimal ;
  geo-pos:long "-1.57565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5990'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57565'^^xsd:double;
  dwc:latitude '48.66828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57565 48.66828, -1.57565 48.66828, -1.57565 48.66828, -1.57565 48.66828, -1.57565 48.66828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5990'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70447 -1.57561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70447 -1.57561)"^^geo:wktLiteral ;
  geo-pos:lat "48.70447"^^xsd:decimal ;
  geo-pos:long "-1.57561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6951'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57561'^^xsd:double;
  dwc:latitude '48.70447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57561 48.70447, -1.57561 48.70447, -1.57561 48.70447, -1.57561 48.70447, -1.57561 48.70447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6951'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65989 -1.57559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65989 -1.57559)"^^geo:wktLiteral ;
  geo-pos:lat "48.65989"^^xsd:decimal ;
  geo-pos:long "-1.57559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57559'^^xsd:double;
  dwc:latitude '48.65989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57559 48.65989, -1.57559 48.65989, -1.57559 48.65989, -1.57559 48.65989, -1.57559 48.65989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6681 -1.57559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6681 -1.57559)"^^geo:wktLiteral ;
  geo-pos:lat "48.6681"^^xsd:decimal ;
  geo-pos:long "-1.57559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6666'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57559'^^xsd:double;
  dwc:latitude '48.6681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57559 48.6681, -1.57559 48.6681, -1.57559 48.6681, -1.57559 48.6681, -1.57559 48.6681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6666'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65206 -1.57558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65206"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65206 -1.57558)"^^geo:wktLiteral ;
  geo-pos:lat "48.65206"^^xsd:decimal ;
  geo-pos:long "-1.57558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6278'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57558'^^xsd:double;
  dwc:latitude '48.65206'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57558 48.65206, -1.57558 48.65206, -1.57558 48.65206, -1.57558 48.65206, -1.57558 48.65206))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6278'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67938 -1.57557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67938 -1.57557)"^^geo:wktLiteral ;
  geo-pos:lat "48.67938"^^xsd:decimal ;
  geo-pos:long "-1.57557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6504'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57557'^^xsd:double;
  dwc:latitude '48.67938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57557 48.67938, -1.57557 48.67938, -1.57557 48.67938, -1.57557 48.67938, -1.57557 48.67938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6504'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69378 -1.57557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69378 -1.57557)"^^geo:wktLiteral ;
  geo-pos:lat "48.69378"^^xsd:decimal ;
  geo-pos:long "-1.57557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4564'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57557'^^xsd:double;
  dwc:latitude '48.69378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57557 48.69378, -1.57557 48.69378, -1.57557 48.69378, -1.57557 48.69378, -1.57557 48.69378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4564'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70081 -1.57557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70081 -1.57557)"^^geo:wktLiteral ;
  geo-pos:lat "48.70081"^^xsd:decimal ;
  geo-pos:long "-1.57557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_1778'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57557'^^xsd:double;
  dwc:latitude '48.70081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57557 48.70081, -1.57557 48.70081, -1.57557 48.70081, -1.57557 48.70081, -1.57557 48.70081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1778'^^xsd:string;
  dwc:observationDate '2006-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71335 -1.57556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71335"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71335 -1.57556)"^^geo:wktLiteral ;
  geo-pos:lat "48.71335"^^xsd:decimal ;
  geo-pos:long "-1.57556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10227'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57556'^^xsd:double;
  dwc:latitude '48.71335'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57556 48.71335, -1.57556 48.71335, -1.57556 48.71335, -1.57556 48.71335, -1.57556 48.71335))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10227'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70495 -1.57555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70495 -1.57555)"^^geo:wktLiteral ;
  geo-pos:lat "48.70495"^^xsd:decimal ;
  geo-pos:long "-1.57555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_874'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57555'^^xsd:double;
  dwc:latitude '48.70495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57555 48.70495, -1.57555 48.70495, -1.57555 48.70495, -1.57555 48.70495, -1.57555 48.70495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_874'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71371 -1.57555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71371 -1.57555)"^^geo:wktLiteral ;
  geo-pos:lat "48.71371"^^xsd:decimal ;
  geo-pos:long "-1.57555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4314'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57555'^^xsd:double;
  dwc:latitude '48.71371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57555 48.71371, -1.57555 48.71371, -1.57555 48.71371, -1.57555 48.71371, -1.57555 48.71371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4314'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72246 -1.57555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72246"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72246 -1.57555)"^^geo:wktLiteral ;
  geo-pos:lat "48.72246"^^xsd:decimal ;
  geo-pos:long "-1.57555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4881'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57555'^^xsd:double;
  dwc:latitude '48.72246'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57555 48.72246, -1.57555 48.72246, -1.57555 48.72246, -1.57555 48.72246, -1.57555 48.72246))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4881'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.57554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.57554)"^^geo:wktLiteral ;
  geo-pos:lat "48.70854"^^xsd:decimal ;
  geo-pos:long "-1.57554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5758'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57554'^^xsd:double;
  dwc:latitude '48.70854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57554 48.70854, -1.57554 48.70854, -1.57554 48.70854, -1.57554 48.70854, -1.57554 48.70854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5758'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.661 -1.57553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.661 -1.57553)"^^geo:wktLiteral ;
  geo-pos:lat "48.661"^^xsd:decimal ;
  geo-pos:long "-1.57553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10596'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57553'^^xsd:double;
  dwc:latitude '48.661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57553 48.661, -1.57553 48.661, -1.57553 48.661, -1.57553 48.661, -1.57553 48.661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10596'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6805 -1.57552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6805 -1.57552)"^^geo:wktLiteral ;
  geo-pos:lat "48.6805"^^xsd:decimal ;
  geo-pos:long "-1.57552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4841'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57552'^^xsd:double;
  dwc:latitude '48.6805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57552 48.6805, -1.57552 48.6805, -1.57552 48.6805, -1.57552 48.6805, -1.57552 48.6805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4841'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65618 -1.5755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_79>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65618 -1.5755)"^^geo:wktLiteral ;
  geo-pos:lat "48.65618"^^xsd:decimal ;
  geo-pos:long "-1.5755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_79'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_79'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5755'^^xsd:double;
  dwc:latitude '48.65618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5755 48.65618, -1.5755 48.65618, -1.5755 48.65618, -1.5755 48.65618, -1.5755 48.65618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_79'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6543 -1.57549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6543 -1.57549)"^^geo:wktLiteral ;
  geo-pos:lat "48.6543"^^xsd:decimal ;
  geo-pos:long "-1.57549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7030'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57549'^^xsd:double;
  dwc:latitude '48.6543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57549 48.6543, -1.57549 48.6543, -1.57549 48.6543, -1.57549 48.6543, -1.57549 48.6543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7030'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65596 -1.57549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65596 -1.57549)"^^geo:wktLiteral ;
  geo-pos:lat "48.65596"^^xsd:decimal ;
  geo-pos:long "-1.57549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6769'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57549'^^xsd:double;
  dwc:latitude '48.65596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57549 48.65596, -1.57549 48.65596, -1.57549 48.65596, -1.57549 48.65596, -1.57549 48.65596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6769'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65797 -1.57547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65797 -1.57547)"^^geo:wktLiteral ;
  geo-pos:lat "48.65797"^^xsd:decimal ;
  geo-pos:long "-1.57547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6714'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57547'^^xsd:double;
  dwc:latitude '48.65797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57547 48.65797, -1.57547 48.65797, -1.57547 48.65797, -1.57547 48.65797, -1.57547 48.65797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6714'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66997 -1.57547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66997 -1.57547)"^^geo:wktLiteral ;
  geo-pos:lat "48.66997"^^xsd:decimal ;
  geo-pos:long "-1.57547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5308'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57547'^^xsd:double;
  dwc:latitude '48.66997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57547 48.66997, -1.57547 48.66997, -1.57547 48.66997, -1.57547 48.66997, -1.57547 48.66997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5308'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65994 -1.57546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65994 -1.57546)"^^geo:wktLiteral ;
  geo-pos:lat "48.65994"^^xsd:decimal ;
  geo-pos:long "-1.57546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5306'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57546'^^xsd:double;
  dwc:latitude '48.65994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57546 48.65994, -1.57546 48.65994, -1.57546 48.65994, -1.57546 48.65994, -1.57546 48.65994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5306'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67928 -1.57546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67928 -1.57546)"^^geo:wktLiteral ;
  geo-pos:lat "48.67928"^^xsd:decimal ;
  geo-pos:long "-1.57546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10457'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57546'^^xsd:double;
  dwc:latitude '48.67928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57546 48.67928, -1.57546 48.67928, -1.57546 48.67928, -1.57546 48.67928, -1.57546 48.67928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10457'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67964 -1.57546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67964 -1.57546)"^^geo:wktLiteral ;
  geo-pos:lat "48.67964"^^xsd:decimal ;
  geo-pos:long "-1.57546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6995'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57546'^^xsd:double;
  dwc:latitude '48.67964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57546 48.67964, -1.57546 48.67964, -1.57546 48.67964, -1.57546 48.67964, -1.57546 48.67964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6995'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69438 -1.57544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69438 -1.57544)"^^geo:wktLiteral ;
  geo-pos:lat "48.69438"^^xsd:decimal ;
  geo-pos:long "-1.57544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6210'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.23333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57544'^^xsd:double;
  dwc:latitude '48.69438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57544 48.69438, -1.57544 48.69438, -1.57544 48.69438, -1.57544 48.69438, -1.57544 48.69438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6210'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65191 -1.57542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65191"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65191 -1.57542)"^^geo:wktLiteral ;
  geo-pos:lat "48.65191"^^xsd:decimal ;
  geo-pos:long "-1.57542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12089'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57542'^^xsd:double;
  dwc:latitude '48.65191'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57542 48.65191, -1.57542 48.65191, -1.57542 48.65191, -1.57542 48.65191, -1.57542 48.65191))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12089'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70856 -1.57542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70856"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70856 -1.57542)"^^geo:wktLiteral ;
  geo-pos:lat "48.70856"^^xsd:decimal ;
  geo-pos:long "-1.57542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2904'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57542'^^xsd:double;
  dwc:latitude '48.70856'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57542 48.70856, -1.57542 48.70856, -1.57542 48.70856, -1.57542 48.70856, -1.57542 48.70856))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2904'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67724 -1.57541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67724 -1.57541)"^^geo:wktLiteral ;
  geo-pos:lat "48.67724"^^xsd:decimal ;
  geo-pos:long "-1.57541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6702'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57541'^^xsd:double;
  dwc:latitude '48.67724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57541 48.67724, -1.57541 48.67724, -1.57541 48.67724, -1.57541 48.67724, -1.57541 48.67724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6702'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71554 -1.57541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71554 -1.57541)"^^geo:wktLiteral ;
  geo-pos:lat "48.71554"^^xsd:decimal ;
  geo-pos:long "-1.57541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9274'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57541'^^xsd:double;
  dwc:latitude '48.71554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57541 48.71554, -1.57541 48.71554, -1.57541 48.71554, -1.57541 48.71554, -1.57541 48.71554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9274'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66896 -1.5754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66896 -1.5754)"^^geo:wktLiteral ;
  geo-pos:lat "48.66896"^^xsd:decimal ;
  geo-pos:long "-1.5754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4668'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5754'^^xsd:double;
  dwc:latitude '48.66896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5754 48.66896, -1.5754 48.66896, -1.5754 48.66896, -1.5754 48.66896, -1.5754 48.66896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4668'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68812 -1.57539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68812 -1.57539)"^^geo:wktLiteral ;
  geo-pos:lat "48.68812"^^xsd:decimal ;
  geo-pos:long "-1.57539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10366'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57539'^^xsd:double;
  dwc:latitude '48.68812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57539 48.68812, -1.57539 48.68812, -1.57539 48.68812, -1.57539 48.68812, -1.57539 48.68812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10366'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74477 -1.57538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74477 -1.57538)"^^geo:wktLiteral ;
  geo-pos:lat "48.74477"^^xsd:decimal ;
  geo-pos:long "-1.57538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7374'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57538'^^xsd:double;
  dwc:latitude '48.74477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57538 48.74477, -1.57538 48.74477, -1.57538 48.74477, -1.57538 48.74477, -1.57538 48.74477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7374'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65326 -1.57537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65326 -1.57537)"^^geo:wktLiteral ;
  geo-pos:lat "48.65326"^^xsd:decimal ;
  geo-pos:long "-1.57537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12020'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57537'^^xsd:double;
  dwc:latitude '48.65326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57537 48.65326, -1.57537 48.65326, -1.57537 48.65326, -1.57537 48.65326, -1.57537 48.65326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12020'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67965 -1.57537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67965 -1.57537)"^^geo:wktLiteral ;
  geo-pos:lat "48.67965"^^xsd:decimal ;
  geo-pos:long "-1.57537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6870'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57537'^^xsd:double;
  dwc:latitude '48.67965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57537 48.67965, -1.57537 48.67965, -1.57537 48.67965, -1.57537 48.67965, -1.57537 48.67965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6870'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69102 -1.57537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69102 -1.57537)"^^geo:wktLiteral ;
  geo-pos:lat "48.69102"^^xsd:decimal ;
  geo-pos:long "-1.57537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5117'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57537'^^xsd:double;
  dwc:latitude '48.69102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57537 48.69102, -1.57537 48.69102, -1.57537 48.69102, -1.57537 48.69102, -1.57537 48.69102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5117'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67066 -1.57536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67066 -1.57536)"^^geo:wktLiteral ;
  geo-pos:lat "48.67066"^^xsd:decimal ;
  geo-pos:long "-1.57536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1674'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57536'^^xsd:double;
  dwc:latitude '48.67066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57536 48.67066, -1.57536 48.67066, -1.57536 48.67066, -1.57536 48.67066, -1.57536 48.67066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1674'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72266 -1.57535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72266 -1.57535)"^^geo:wktLiteral ;
  geo-pos:lat "48.72266"^^xsd:decimal ;
  geo-pos:long "-1.57535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8149'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57535'^^xsd:double;
  dwc:latitude '48.72266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57535 48.72266, -1.57535 48.72266, -1.57535 48.72266, -1.57535 48.72266, -1.57535 48.72266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8149'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67977 -1.57533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67977 -1.57533)"^^geo:wktLiteral ;
  geo-pos:lat "48.67977"^^xsd:decimal ;
  geo-pos:long "-1.57533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5023'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57533'^^xsd:double;
  dwc:latitude '48.67977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57533 48.67977, -1.57533 48.67977, -1.57533 48.67977, -1.57533 48.67977, -1.57533 48.67977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5023'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68041 -1.57533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68041 -1.57533)"^^geo:wktLiteral ;
  geo-pos:lat "48.68041"^^xsd:decimal ;
  geo-pos:long "-1.57533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4887'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57533'^^xsd:double;
  dwc:latitude '48.68041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57533 48.68041, -1.57533 48.68041, -1.57533 48.68041, -1.57533 48.68041, -1.57533 48.68041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4887'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73253 -1.57531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73253 -1.57531)"^^geo:wktLiteral ;
  geo-pos:lat "48.73253"^^xsd:decimal ;
  geo-pos:long "-1.57531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1893'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57531'^^xsd:double;
  dwc:latitude '48.73253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57531 48.73253, -1.57531 48.73253, -1.57531 48.73253, -1.57531 48.73253, -1.57531 48.73253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1893'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68875 -1.57528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68875 -1.57528)"^^geo:wktLiteral ;
  geo-pos:lat "48.68875"^^xsd:decimal ;
  geo-pos:long "-1.57528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4631'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57528'^^xsd:double;
  dwc:latitude '48.68875'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57528 48.68875, -1.57528 48.68875, -1.57528 48.68875, -1.57528 48.68875, -1.57528 48.68875))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4631'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70814 -1.57528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70814 -1.57528)"^^geo:wktLiteral ;
  geo-pos:lat "48.70814"^^xsd:decimal ;
  geo-pos:long "-1.57528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8254'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57528'^^xsd:double;
  dwc:latitude '48.70814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57528 48.70814, -1.57528 48.70814, -1.57528 48.70814, -1.57528 48.70814, -1.57528 48.70814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8254'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71443 -1.57527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71443 -1.57527)"^^geo:wktLiteral ;
  geo-pos:lat "48.71443"^^xsd:decimal ;
  geo-pos:long "-1.57527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5413'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57527'^^xsd:double;
  dwc:latitude '48.71443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57527 48.71443, -1.57527 48.71443, -1.57527 48.71443, -1.57527 48.71443, -1.57527 48.71443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5413'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69434 -1.57526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69434 -1.57526)"^^geo:wktLiteral ;
  geo-pos:lat "48.69434"^^xsd:decimal ;
  geo-pos:long "-1.57526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7103'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57526'^^xsd:double;
  dwc:latitude '48.69434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57526 48.69434, -1.57526 48.69434, -1.57526 48.69434, -1.57526 48.69434, -1.57526 48.69434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7103'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7125 -1.57523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7125 -1.57523)"^^geo:wktLiteral ;
  geo-pos:lat "48.7125"^^xsd:decimal ;
  geo-pos:long "-1.57523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4227'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57523'^^xsd:double;
  dwc:latitude '48.7125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57523 48.7125, -1.57523 48.7125, -1.57523 48.7125, -1.57523 48.7125, -1.57523 48.7125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4227'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72118 -1.57522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72118 -1.57522)"^^geo:wktLiteral ;
  geo-pos:lat "48.72118"^^xsd:decimal ;
  geo-pos:long "-1.57522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1345'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57522'^^xsd:double;
  dwc:latitude '48.72118'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57522 48.72118, -1.57522 48.72118, -1.57522 48.72118, -1.57522 48.72118, -1.57522 48.72118))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1345'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70577 -1.57518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70577 -1.57518)"^^geo:wktLiteral ;
  geo-pos:lat "48.70577"^^xsd:decimal ;
  geo-pos:long "-1.57518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4733'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57518'^^xsd:double;
  dwc:latitude '48.70577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57518 48.70577, -1.57518 48.70577, -1.57518 48.70577, -1.57518 48.70577, -1.57518 48.70577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4733'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73376 -1.57518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73376 -1.57518)"^^geo:wktLiteral ;
  geo-pos:lat "48.73376"^^xsd:decimal ;
  geo-pos:long "-1.57518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2856'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57518'^^xsd:double;
  dwc:latitude '48.73376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57518 48.73376, -1.57518 48.73376, -1.57518 48.73376, -1.57518 48.73376, -1.57518 48.73376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2856'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6953 -1.57517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6953 -1.57517)"^^geo:wktLiteral ;
  geo-pos:lat "48.6953"^^xsd:decimal ;
  geo-pos:long "-1.57517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10616'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57517'^^xsd:double;
  dwc:latitude '48.6953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57517 48.6953, -1.57517 48.6953, -1.57517 48.6953, -1.57517 48.6953, -1.57517 48.6953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10616'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72479 -1.57517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72479 -1.57517)"^^geo:wktLiteral ;
  geo-pos:lat "48.72479"^^xsd:decimal ;
  geo-pos:long "-1.57517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10295'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57517'^^xsd:double;
  dwc:latitude '48.72479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57517 48.72479, -1.57517 48.72479, -1.57517 48.72479, -1.57517 48.72479, -1.57517 48.72479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10295'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73021 -1.57517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73021 -1.57517)"^^geo:wktLiteral ;
  geo-pos:lat "48.73021"^^xsd:decimal ;
  geo-pos:long "-1.57517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5797'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57517'^^xsd:double;
  dwc:latitude '48.73021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57517 48.73021, -1.57517 48.73021, -1.57517 48.73021, -1.57517 48.73021, -1.57517 48.73021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5797'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70657 -1.57516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70657 -1.57516)"^^geo:wktLiteral ;
  geo-pos:lat "48.70657"^^xsd:decimal ;
  geo-pos:long "-1.57516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8538'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57516'^^xsd:double;
  dwc:latitude '48.70657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57516 48.70657, -1.57516 48.70657, -1.57516 48.70657, -1.57516 48.70657, -1.57516 48.70657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8538'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71187 -1.57516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71187 -1.57516)"^^geo:wktLiteral ;
  geo-pos:lat "48.71187"^^xsd:decimal ;
  geo-pos:long "-1.57516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6561'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57516'^^xsd:double;
  dwc:latitude '48.71187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57516 48.71187, -1.57516 48.71187, -1.57516 48.71187, -1.57516 48.71187, -1.57516 48.71187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6561'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72223 -1.57516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72223 -1.57516)"^^geo:wktLiteral ;
  geo-pos:lat "48.72223"^^xsd:decimal ;
  geo-pos:long "-1.57516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_25'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_25'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57516'^^xsd:double;
  dwc:latitude '48.72223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57516 48.72223, -1.57516 48.72223, -1.57516 48.72223, -1.57516 48.72223, -1.57516 48.72223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_25'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66897 -1.57515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66897 -1.57515)"^^geo:wktLiteral ;
  geo-pos:lat "48.66897"^^xsd:decimal ;
  geo-pos:long "-1.57515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13588'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57515'^^xsd:double;
  dwc:latitude '48.66897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57515 48.66897, -1.57515 48.66897, -1.57515 48.66897, -1.57515 48.66897, -1.57515 48.66897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13588'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7419 -1.57514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7419 -1.57514)"^^geo:wktLiteral ;
  geo-pos:lat "48.7419"^^xsd:decimal ;
  geo-pos:long "-1.57514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9890'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57514'^^xsd:double;
  dwc:latitude '48.7419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57514 48.7419, -1.57514 48.7419, -1.57514 48.7419, -1.57514 48.7419, -1.57514 48.7419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9890'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66381 -1.57513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66381"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66381 -1.57513)"^^geo:wktLiteral ;
  geo-pos:lat "48.66381"^^xsd:decimal ;
  geo-pos:long "-1.57513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12110'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57513'^^xsd:double;
  dwc:latitude '48.66381'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57513 48.66381, -1.57513 48.66381, -1.57513 48.66381, -1.57513 48.66381, -1.57513 48.66381))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12110'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68209 -1.57513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68209 -1.57513)"^^geo:wktLiteral ;
  geo-pos:lat "48.68209"^^xsd:decimal ;
  geo-pos:long "-1.57513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6494'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57513'^^xsd:double;
  dwc:latitude '48.68209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57513 48.68209, -1.57513 48.68209, -1.57513 48.68209, -1.57513 48.68209, -1.57513 48.68209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6494'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66776 -1.57512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66776 -1.57512)"^^geo:wktLiteral ;
  geo-pos:lat "48.66776"^^xsd:decimal ;
  geo-pos:long "-1.57512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6687'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57512'^^xsd:double;
  dwc:latitude '48.66776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57512 48.66776, -1.57512 48.66776, -1.57512 48.66776, -1.57512 48.66776, -1.57512 48.66776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6687'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70517 -1.57512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70517 -1.57512)"^^geo:wktLiteral ;
  geo-pos:lat "48.70517"^^xsd:decimal ;
  geo-pos:long "-1.57512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1748'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57512'^^xsd:double;
  dwc:latitude '48.70517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57512 48.70517, -1.57512 48.70517, -1.57512 48.70517, -1.57512 48.70517, -1.57512 48.70517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1748'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68031 -1.57511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68031 -1.57511)"^^geo:wktLiteral ;
  geo-pos:lat "48.68031"^^xsd:decimal ;
  geo-pos:long "-1.57511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6571'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57511'^^xsd:double;
  dwc:latitude '48.68031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57511 48.68031, -1.57511 48.68031, -1.57511 48.68031, -1.57511 48.68031, -1.57511 48.68031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6571'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66988 -1.57509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66988 -1.57509)"^^geo:wktLiteral ;
  geo-pos:lat "48.66988"^^xsd:decimal ;
  geo-pos:long "-1.57509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11178'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57509'^^xsd:double;
  dwc:latitude '48.66988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57509 48.66988, -1.57509 48.66988, -1.57509 48.66988, -1.57509 48.66988, -1.57509 48.66988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11178'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67418 -1.57509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67418 -1.57509)"^^geo:wktLiteral ;
  geo-pos:lat "48.67418"^^xsd:decimal ;
  geo-pos:long "-1.57509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_120'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57509'^^xsd:double;
  dwc:latitude '48.67418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57509 48.67418, -1.57509 48.67418, -1.57509 48.67418, -1.57509 48.67418, -1.57509 48.67418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_120'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73562 -1.57509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73562 -1.57509)"^^geo:wktLiteral ;
  geo-pos:lat "48.73562"^^xsd:decimal ;
  geo-pos:long "-1.57509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6262'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57509'^^xsd:double;
  dwc:latitude '48.73562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57509 48.73562, -1.57509 48.73562, -1.57509 48.73562, -1.57509 48.73562, -1.57509 48.73562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6262'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65192 -1.57507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65192 -1.57507)"^^geo:wktLiteral ;
  geo-pos:lat "48.65192"^^xsd:decimal ;
  geo-pos:long "-1.57507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9975'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57507'^^xsd:double;
  dwc:latitude '48.65192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57507 48.65192, -1.57507 48.65192, -1.57507 48.65192, -1.57507 48.65192, -1.57507 48.65192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9975'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67131 -1.57507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67131 -1.57507)"^^geo:wktLiteral ;
  geo-pos:lat "48.67131"^^xsd:decimal ;
  geo-pos:long "-1.57507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3800'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57507'^^xsd:double;
  dwc:latitude '48.67131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57507 48.67131, -1.57507 48.67131, -1.57507 48.67131, -1.57507 48.67131, -1.57507 48.67131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3800'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69071 -1.57507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69071"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69071 -1.57507)"^^geo:wktLiteral ;
  geo-pos:lat "48.69071"^^xsd:decimal ;
  geo-pos:long "-1.57507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6103'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57507'^^xsd:double;
  dwc:latitude '48.69071'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57507 48.69071, -1.57507 48.69071, -1.57507 48.69071, -1.57507 48.69071, -1.57507 48.69071))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6103'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72888 -1.57507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72888 -1.57507)"^^geo:wktLiteral ;
  geo-pos:lat "48.72888"^^xsd:decimal ;
  geo-pos:long "-1.57507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2401'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57507'^^xsd:double;
  dwc:latitude '48.72888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57507 48.72888, -1.57507 48.72888, -1.57507 48.72888, -1.57507 48.72888, -1.57507 48.72888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2401'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65698 -1.57506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65698 -1.57506)"^^geo:wktLiteral ;
  geo-pos:lat "48.65698"^^xsd:decimal ;
  geo-pos:long "-1.57506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_123'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57506'^^xsd:double;
  dwc:latitude '48.65698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57506 48.65698, -1.57506 48.65698, -1.57506 48.65698, -1.57506 48.65698, -1.57506 48.65698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_123'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66861 -1.57505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66861 -1.57505)"^^geo:wktLiteral ;
  geo-pos:lat "48.66861"^^xsd:decimal ;
  geo-pos:long "-1.57505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6017'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57505'^^xsd:double;
  dwc:latitude '48.66861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57505 48.66861, -1.57505 48.66861, -1.57505 48.66861, -1.57505 48.66861, -1.57505 48.66861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6017'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67516 -1.57505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67516 -1.57505)"^^geo:wktLiteral ;
  geo-pos:lat "48.67516"^^xsd:decimal ;
  geo-pos:long "-1.57505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7328'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57505'^^xsd:double;
  dwc:latitude '48.67516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57505 48.67516, -1.57505 48.67516, -1.57505 48.67516, -1.57505 48.67516, -1.57505 48.67516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7328'^^xsd:string;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74455 -1.57505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74455"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74455 -1.57505)"^^geo:wktLiteral ;
  geo-pos:lat "48.74455"^^xsd:decimal ;
  geo-pos:long "-1.57505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7500'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57505'^^xsd:double;
  dwc:latitude '48.74455'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57505 48.74455, -1.57505 48.74455, -1.57505 48.74455, -1.57505 48.74455, -1.57505 48.74455))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7500'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65222 -1.57504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65222 -1.57504)"^^geo:wktLiteral ;
  geo-pos:lat "48.65222"^^xsd:decimal ;
  geo-pos:long "-1.57504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12269'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57504'^^xsd:double;
  dwc:latitude '48.65222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57504 48.65222, -1.57504 48.65222, -1.57504 48.65222, -1.57504 48.65222, -1.57504 48.65222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12269'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6808 -1.57504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6808 -1.57504)"^^geo:wktLiteral ;
  geo-pos:lat "48.6808"^^xsd:decimal ;
  geo-pos:long "-1.57504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4645'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57504'^^xsd:double;
  dwc:latitude '48.6808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57504 48.6808, -1.57504 48.6808, -1.57504 48.6808, -1.57504 48.6808, -1.57504 48.6808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4645'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68185 -1.57504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68185"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68185 -1.57504)"^^geo:wktLiteral ;
  geo-pos:lat "48.68185"^^xsd:decimal ;
  geo-pos:long "-1.57504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4725'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57504'^^xsd:double;
  dwc:latitude '48.68185'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57504 48.68185, -1.57504 48.68185, -1.57504 48.68185, -1.57504 48.68185, -1.57504 48.68185))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4725'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69056 -1.57504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69056 -1.57504)"^^geo:wktLiteral ;
  geo-pos:lat "48.69056"^^xsd:decimal ;
  geo-pos:long "-1.57504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7174'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57504'^^xsd:double;
  dwc:latitude '48.69056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57504 48.69056, -1.57504 48.69056, -1.57504 48.69056, -1.57504 48.69056, -1.57504 48.69056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7174'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67246 -1.57503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67246"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67246 -1.57503)"^^geo:wktLiteral ;
  geo-pos:lat "48.67246"^^xsd:decimal ;
  geo-pos:long "-1.57503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6052'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57503'^^xsd:double;
  dwc:latitude '48.67246'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57503 48.67246, -1.57503 48.67246, -1.57503 48.67246, -1.57503 48.67246, -1.57503 48.67246))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6052'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67196 -1.57502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67196 -1.57502)"^^geo:wktLiteral ;
  geo-pos:lat "48.67196"^^xsd:decimal ;
  geo-pos:long "-1.57502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6214'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57502'^^xsd:double;
  dwc:latitude '48.67196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57502 48.67196, -1.57502 48.67196, -1.57502 48.67196, -1.57502 48.67196, -1.57502 48.67196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6214'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69362 -1.57502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69362 -1.57502)"^^geo:wktLiteral ;
  geo-pos:lat "48.69362"^^xsd:decimal ;
  geo-pos:long "-1.57502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9391'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57502'^^xsd:double;
  dwc:latitude '48.69362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57502 48.69362, -1.57502 48.69362, -1.57502 48.69362, -1.57502 48.69362, -1.57502 48.69362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9391'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66462 -1.57501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66462 -1.57501)"^^geo:wktLiteral ;
  geo-pos:lat "48.66462"^^xsd:decimal ;
  geo-pos:long "-1.57501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7673'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57501'^^xsd:double;
  dwc:latitude '48.66462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57501 48.66462, -1.57501 48.66462, -1.57501 48.66462, -1.57501 48.66462, -1.57501 48.66462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7673'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67881 -1.57501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67881"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67881 -1.57501)"^^geo:wktLiteral ;
  geo-pos:lat "48.67881"^^xsd:decimal ;
  geo-pos:long "-1.57501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6894'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57501'^^xsd:double;
  dwc:latitude '48.67881'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57501 48.67881, -1.57501 48.67881, -1.57501 48.67881, -1.57501 48.67881, -1.57501 48.67881))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6894'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66995 -1.575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66995 -1.575)"^^geo:wktLiteral ;
  geo-pos:lat "48.66995"^^xsd:decimal ;
  geo-pos:long "-1.575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11179'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.575'^^xsd:double;
  dwc:latitude '48.66995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.575 48.66995, -1.575 48.66995, -1.575 48.66995, -1.575 48.66995, -1.575 48.66995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11179'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67712 -1.57497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67712 -1.57497)"^^geo:wktLiteral ;
  geo-pos:lat "48.67712"^^xsd:decimal ;
  geo-pos:long "-1.57497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6677'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57497'^^xsd:double;
  dwc:latitude '48.67712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57497 48.67712, -1.57497 48.67712, -1.57497 48.67712, -1.57497 48.67712, -1.57497 48.67712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6677'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68072 -1.57497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68072 -1.57497)"^^geo:wktLiteral ;
  geo-pos:lat "48.68072"^^xsd:decimal ;
  geo-pos:long "-1.57497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6405'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57497'^^xsd:double;
  dwc:latitude '48.68072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57497 48.68072, -1.57497 48.68072, -1.57497 48.68072, -1.57497 48.68072, -1.57497 48.68072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6405'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6516 -1.57496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6516 -1.57496)"^^geo:wktLiteral ;
  geo-pos:lat "48.6516"^^xsd:decimal ;
  geo-pos:long "-1.57496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12123'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57496'^^xsd:double;
  dwc:latitude '48.6516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57496 48.6516, -1.57496 48.6516, -1.57496 48.6516, -1.57496 48.6516, -1.57496 48.6516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12123'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67032 -1.57495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67032 -1.57495)"^^geo:wktLiteral ;
  geo-pos:lat "48.67032"^^xsd:decimal ;
  geo-pos:long "-1.57495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6611'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57495'^^xsd:double;
  dwc:latitude '48.67032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57495 48.67032, -1.57495 48.67032, -1.57495 48.67032, -1.57495 48.67032, -1.57495 48.67032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6611'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71169 -1.57495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71169 -1.57495)"^^geo:wktLiteral ;
  geo-pos:lat "48.71169"^^xsd:decimal ;
  geo-pos:long "-1.57495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_140'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57495'^^xsd:double;
  dwc:latitude '48.71169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57495 48.71169, -1.57495 48.71169, -1.57495 48.71169, -1.57495 48.71169, -1.57495 48.71169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_140'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65353 -1.57493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65353 -1.57493)"^^geo:wktLiteral ;
  geo-pos:lat "48.65353"^^xsd:decimal ;
  geo-pos:long "-1.57493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6749'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57493'^^xsd:double;
  dwc:latitude '48.65353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57493 48.65353, -1.57493 48.65353, -1.57493 48.65353, -1.57493 48.65353, -1.57493 48.65353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6749'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6718 -1.57492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6718 -1.57492)"^^geo:wktLiteral ;
  geo-pos:lat "48.6718"^^xsd:decimal ;
  geo-pos:long "-1.57492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7215'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57492'^^xsd:double;
  dwc:latitude '48.6718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57492 48.6718, -1.57492 48.6718, -1.57492 48.6718, -1.57492 48.6718, -1.57492 48.6718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7215'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67845 -1.57492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67845 -1.57492)"^^geo:wktLiteral ;
  geo-pos:lat "48.67845"^^xsd:decimal ;
  geo-pos:long "-1.57492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11139'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57492'^^xsd:double;
  dwc:latitude '48.67845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57492 48.67845, -1.57492 48.67845, -1.57492 48.67845, -1.57492 48.67845, -1.57492 48.67845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11139'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68557 -1.5749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68557 -1.5749)"^^geo:wktLiteral ;
  geo-pos:lat "48.68557"^^xsd:decimal ;
  geo-pos:long "-1.5749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5876'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5749'^^xsd:double;
  dwc:latitude '48.68557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5749 48.68557, -1.5749 48.68557, -1.5749 48.68557, -1.5749 48.68557, -1.5749 48.68557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5876'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71418 -1.5749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71418 -1.5749)"^^geo:wktLiteral ;
  geo-pos:lat "48.71418"^^xsd:decimal ;
  geo-pos:long "-1.5749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7622'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5749'^^xsd:double;
  dwc:latitude '48.71418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5749 48.71418, -1.5749 48.71418, -1.5749 48.71418, -1.5749 48.71418, -1.5749 48.71418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7622'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67385 -1.57488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67385 -1.57488)"^^geo:wktLiteral ;
  geo-pos:lat "48.67385"^^xsd:decimal ;
  geo-pos:long "-1.57488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7183'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57488'^^xsd:double;
  dwc:latitude '48.67385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57488 48.67385, -1.57488 48.67385, -1.57488 48.67385, -1.57488 48.67385, -1.57488 48.67385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7183'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72428 -1.57488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72428 -1.57488)"^^geo:wktLiteral ;
  geo-pos:lat "48.72428"^^xsd:decimal ;
  geo-pos:long "-1.57488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_777'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57488'^^xsd:double;
  dwc:latitude '48.72428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57488 48.72428, -1.57488 48.72428, -1.57488 48.72428, -1.57488 48.72428, -1.57488 48.72428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_777'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68012 -1.57484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68012 -1.57484)"^^geo:wktLiteral ;
  geo-pos:lat "48.68012"^^xsd:decimal ;
  geo-pos:long "-1.57484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4646'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57484'^^xsd:double;
  dwc:latitude '48.68012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57484 48.68012, -1.57484 48.68012, -1.57484 48.68012, -1.57484 48.68012, -1.57484 48.68012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4646'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74438 -1.57483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74438 -1.57483)"^^geo:wktLiteral ;
  geo-pos:lat "48.74438"^^xsd:decimal ;
  geo-pos:long "-1.57483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7405'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57483'^^xsd:double;
  dwc:latitude '48.74438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57483 48.74438, -1.57483 48.74438, -1.57483 48.74438, -1.57483 48.74438, -1.57483 48.74438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7405'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67082 -1.57481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67082 -1.57481)"^^geo:wktLiteral ;
  geo-pos:lat "48.67082"^^xsd:decimal ;
  geo-pos:long "-1.57481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6026'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57481'^^xsd:double;
  dwc:latitude '48.67082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57481 48.67082, -1.57481 48.67082, -1.57481 48.67082, -1.57481 48.67082, -1.57481 48.67082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6026'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.99007 -1.57481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.99007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.99007 -1.57481)"^^geo:wktLiteral ;
  geo-pos:lat "48.99007"^^xsd:decimal ;
  geo-pos:long "-1.57481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7528'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57481'^^xsd:double;
  dwc:latitude '48.99007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57481 48.99007, -1.57481 48.99007, -1.57481 48.99007, -1.57481 48.99007, -1.57481 48.99007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7528'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72272 -1.5748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72272 -1.5748)"^^geo:wktLiteral ;
  geo-pos:lat "48.72272"^^xsd:decimal ;
  geo-pos:long "-1.5748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9677'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5748'^^xsd:double;
  dwc:latitude '48.72272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5748 48.72272, -1.5748 48.72272, -1.5748 48.72272, -1.5748 48.72272, -1.5748 48.72272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9677'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65178 -1.57479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65178 -1.57479)"^^geo:wktLiteral ;
  geo-pos:lat "48.65178"^^xsd:decimal ;
  geo-pos:long "-1.57479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12094'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57479'^^xsd:double;
  dwc:latitude '48.65178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57479 48.65178, -1.57479 48.65178, -1.57479 48.65178, -1.57479 48.65178, -1.57479 48.65178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12094'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65213 -1.57479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65213 -1.57479)"^^geo:wktLiteral ;
  geo-pos:lat "48.65213"^^xsd:decimal ;
  geo-pos:long "-1.57479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12268'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57479'^^xsd:double;
  dwc:latitude '48.65213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57479 48.65213, -1.57479 48.65213, -1.57479 48.65213, -1.57479 48.65213, -1.57479 48.65213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12268'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71443 -1.57479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71443 -1.57479)"^^geo:wktLiteral ;
  geo-pos:lat "48.71443"^^xsd:decimal ;
  geo-pos:long "-1.57479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7809'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57479'^^xsd:double;
  dwc:latitude '48.71443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57479 48.71443, -1.57479 48.71443, -1.57479 48.71443, -1.57479 48.71443, -1.57479 48.71443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7809'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72623 -1.57479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72623 -1.57479)"^^geo:wktLiteral ;
  geo-pos:lat "48.72623"^^xsd:decimal ;
  geo-pos:long "-1.57479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3544'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57479'^^xsd:double;
  dwc:latitude '48.72623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57479 48.72623, -1.57479 48.72623, -1.57479 48.72623, -1.57479 48.72623, -1.57479 48.72623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3544'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6643 -1.57478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6643 -1.57478)"^^geo:wktLiteral ;
  geo-pos:lat "48.6643"^^xsd:decimal ;
  geo-pos:long "-1.57478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12831'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57478'^^xsd:double;
  dwc:latitude '48.6643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57478 48.6643, -1.57478 48.6643, -1.57478 48.6643, -1.57478 48.6643, -1.57478 48.6643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12831'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68719 -1.57476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68719 -1.57476)"^^geo:wktLiteral ;
  geo-pos:lat "48.68719"^^xsd:decimal ;
  geo-pos:long "-1.57476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6825'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57476'^^xsd:double;
  dwc:latitude '48.68719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57476 48.68719, -1.57476 48.68719, -1.57476 48.68719, -1.57476 48.68719, -1.57476 48.68719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6825'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69644 -1.57476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69644 -1.57476)"^^geo:wktLiteral ;
  geo-pos:lat "48.69644"^^xsd:decimal ;
  geo-pos:long "-1.57476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6079'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57476'^^xsd:double;
  dwc:latitude '48.69644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57476 48.69644, -1.57476 48.69644, -1.57476 48.69644, -1.57476 48.69644, -1.57476 48.69644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6079'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6648 -1.57475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6648 -1.57475)"^^geo:wktLiteral ;
  geo-pos:lat "48.6648"^^xsd:decimal ;
  geo-pos:long "-1.57475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7674'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57475'^^xsd:double;
  dwc:latitude '48.6648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57475 48.6648, -1.57475 48.6648, -1.57475 48.6648, -1.57475 48.6648, -1.57475 48.6648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7674'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67994 -1.57475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67994 -1.57475)"^^geo:wktLiteral ;
  geo-pos:lat "48.67994"^^xsd:decimal ;
  geo-pos:long "-1.57475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6737'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57475'^^xsd:double;
  dwc:latitude '48.67994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57475 48.67994, -1.57475 48.67994, -1.57475 48.67994, -1.57475 48.67994, -1.57475 48.67994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6737'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66748 -1.57474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66748 -1.57474)"^^geo:wktLiteral ;
  geo-pos:lat "48.66748"^^xsd:decimal ;
  geo-pos:long "-1.57474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8657'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57474'^^xsd:double;
  dwc:latitude '48.66748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57474 48.66748, -1.57474 48.66748, -1.57474 48.66748, -1.57474 48.66748, -1.57474 48.66748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8657'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68337 -1.57474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68337"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68337 -1.57474)"^^geo:wktLiteral ;
  geo-pos:lat "48.68337"^^xsd:decimal ;
  geo-pos:long "-1.57474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9717'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57474'^^xsd:double;
  dwc:latitude '48.68337'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57474 48.68337, -1.57474 48.68337, -1.57474 48.68337, -1.57474 48.68337, -1.57474 48.68337))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9717'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67902 -1.57472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67902 -1.57472)"^^geo:wktLiteral ;
  geo-pos:lat "48.67902"^^xsd:decimal ;
  geo-pos:long "-1.57472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6149'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57472'^^xsd:double;
  dwc:latitude '48.67902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57472 48.67902, -1.57472 48.67902, -1.57472 48.67902, -1.57472 48.67902, -1.57472 48.67902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6149'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.703 -1.57472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.703 -1.57472)"^^geo:wktLiteral ;
  geo-pos:lat "48.703"^^xsd:decimal ;
  geo-pos:long "-1.57472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_873'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57472'^^xsd:double;
  dwc:latitude '48.703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57472 48.703, -1.57472 48.703, -1.57472 48.703, -1.57472 48.703, -1.57472 48.703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_873'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67756 -1.5747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67756 -1.5747)"^^geo:wktLiteral ;
  geo-pos:lat "48.67756"^^xsd:decimal ;
  geo-pos:long "-1.5747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5838'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5747'^^xsd:double;
  dwc:latitude '48.67756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5747 48.67756, -1.5747 48.67756, -1.5747 48.67756, -1.5747 48.67756, -1.5747 48.67756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5838'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74917 -1.57469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74917 -1.57469)"^^geo:wktLiteral ;
  geo-pos:lat "48.74917"^^xsd:decimal ;
  geo-pos:long "-1.57469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9096'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57469'^^xsd:double;
  dwc:latitude '48.74917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57469 48.74917, -1.57469 48.74917, -1.57469 48.74917, -1.57469 48.74917, -1.57469 48.74917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9096'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65474 -1.57467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65474 -1.57467)"^^geo:wktLiteral ;
  geo-pos:lat "48.65474"^^xsd:decimal ;
  geo-pos:long "-1.57467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12108'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57467'^^xsd:double;
  dwc:latitude '48.65474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57467 48.65474, -1.57467 48.65474, -1.57467 48.65474, -1.57467 48.65474, -1.57467 48.65474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12108'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72759 -1.57467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72759 -1.57467)"^^geo:wktLiteral ;
  geo-pos:lat "48.72759"^^xsd:decimal ;
  geo-pos:long "-1.57467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2957'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57467'^^xsd:double;
  dwc:latitude '48.72759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57467 48.72759, -1.57467 48.72759, -1.57467 48.72759, -1.57467 48.72759, -1.57467 48.72759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2957'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66631 -1.57466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66631 -1.57466)"^^geo:wktLiteral ;
  geo-pos:lat "48.66631"^^xsd:decimal ;
  geo-pos:long "-1.57466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5811'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57466'^^xsd:double;
  dwc:latitude '48.66631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57466 48.66631, -1.57466 48.66631, -1.57466 48.66631, -1.57466 48.66631, -1.57466 48.66631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5811'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6949 -1.57466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6949 -1.57466)"^^geo:wktLiteral ;
  geo-pos:lat "48.6949"^^xsd:decimal ;
  geo-pos:long "-1.57466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7051'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57466'^^xsd:double;
  dwc:latitude '48.6949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57466 48.6949, -1.57466 48.6949, -1.57466 48.6949, -1.57466 48.6949, -1.57466 48.6949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7051'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73783 -1.57465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73783 -1.57465)"^^geo:wktLiteral ;
  geo-pos:lat "48.73783"^^xsd:decimal ;
  geo-pos:long "-1.57465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7943'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57465'^^xsd:double;
  dwc:latitude '48.73783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57465 48.73783, -1.57465 48.73783, -1.57465 48.73783, -1.57465 48.73783, -1.57465 48.73783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7943'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72401 -1.57463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72401 -1.57463)"^^geo:wktLiteral ;
  geo-pos:lat "48.72401"^^xsd:decimal ;
  geo-pos:long "-1.57463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9043'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57463'^^xsd:double;
  dwc:latitude '48.72401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57463 48.72401, -1.57463 48.72401, -1.57463 48.72401, -1.57463 48.72401, -1.57463 48.72401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9043'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6718 -1.57462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6718 -1.57462)"^^geo:wktLiteral ;
  geo-pos:lat "48.6718"^^xsd:decimal ;
  geo-pos:long "-1.57462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3864'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57462'^^xsd:double;
  dwc:latitude '48.6718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57462 48.6718, -1.57462 48.6718, -1.57462 48.6718, -1.57462 48.6718, -1.57462 48.6718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3864'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72073 -1.57462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72073 -1.57462)"^^geo:wktLiteral ;
  geo-pos:lat "48.72073"^^xsd:decimal ;
  geo-pos:long "-1.57462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8122'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57462'^^xsd:double;
  dwc:latitude '48.72073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57462 48.72073, -1.57462 48.72073, -1.57462 48.72073, -1.57462 48.72073, -1.57462 48.72073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8122'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65231 -1.57461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65231 -1.57461)"^^geo:wktLiteral ;
  geo-pos:lat "48.65231"^^xsd:decimal ;
  geo-pos:long "-1.57461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_12324'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57461'^^xsd:double;
  dwc:latitude '48.65231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57461 48.65231, -1.57461 48.65231, -1.57461 48.65231, -1.57461 48.65231, -1.57461 48.65231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12324'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67698 -1.5746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67698 -1.5746)"^^geo:wktLiteral ;
  geo-pos:lat "48.67698"^^xsd:decimal ;
  geo-pos:long "-1.5746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6459'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5746'^^xsd:double;
  dwc:latitude '48.67698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5746 48.67698, -1.5746 48.67698, -1.5746 48.67698, -1.5746 48.67698, -1.5746 48.67698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6459'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72667 -1.5746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72667 -1.5746)"^^geo:wktLiteral ;
  geo-pos:lat "48.72667"^^xsd:decimal ;
  geo-pos:long "-1.5746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4880'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5746'^^xsd:double;
  dwc:latitude '48.72667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5746 48.72667, -1.5746 48.72667, -1.5746 48.72667, -1.5746 48.72667, -1.5746 48.72667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4880'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64352 -1.57459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64352 -1.57459)"^^geo:wktLiteral ;
  geo-pos:lat "48.64352"^^xsd:decimal ;
  geo-pos:long "-1.57459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7600'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57459'^^xsd:double;
  dwc:latitude '48.64352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57459 48.64352, -1.57459 48.64352, -1.57459 48.64352, -1.57459 48.64352, -1.57459 48.64352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7600'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72336 -1.57459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72336"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72336 -1.57459)"^^geo:wktLiteral ;
  geo-pos:lat "48.72336"^^xsd:decimal ;
  geo-pos:long "-1.57459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4035'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.66666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57459'^^xsd:double;
  dwc:latitude '48.72336'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57459 48.72336, -1.57459 48.72336, -1.57459 48.72336, -1.57459 48.72336, -1.57459 48.72336))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4035'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67725 -1.57458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67725 -1.57458)"^^geo:wktLiteral ;
  geo-pos:lat "48.67725"^^xsd:decimal ;
  geo-pos:long "-1.57458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6962'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57458'^^xsd:double;
  dwc:latitude '48.67725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57458 48.67725, -1.57458 48.67725, -1.57458 48.67725, -1.57458 48.67725, -1.57458 48.67725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6962'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68104 -1.57458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68104 -1.57458)"^^geo:wktLiteral ;
  geo-pos:lat "48.68104"^^xsd:decimal ;
  geo-pos:long "-1.57458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4727'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57458'^^xsd:double;
  dwc:latitude '48.68104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57458 48.68104, -1.57458 48.68104, -1.57458 48.68104, -1.57458 48.68104, -1.57458 48.68104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4727'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65373 -1.57457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65373"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65373 -1.57457)"^^geo:wktLiteral ;
  geo-pos:lat "48.65373"^^xsd:decimal ;
  geo-pos:long "-1.57457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6748'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57457'^^xsd:double;
  dwc:latitude '48.65373'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57457 48.65373, -1.57457 48.65373, -1.57457 48.65373, -1.57457 48.65373, -1.57457 48.65373))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6748'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72017 -1.57457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72017 -1.57457)"^^geo:wktLiteral ;
  geo-pos:lat "48.72017"^^xsd:decimal ;
  geo-pos:long "-1.57457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1384'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57457'^^xsd:double;
  dwc:latitude '48.72017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57457 48.72017, -1.57457 48.72017, -1.57457 48.72017, -1.57457 48.72017, -1.57457 48.72017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1384'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68148 -1.57454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68148"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68148 -1.57454)"^^geo:wktLiteral ;
  geo-pos:lat "48.68148"^^xsd:decimal ;
  geo-pos:long "-1.57454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6526'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57454'^^xsd:double;
  dwc:latitude '48.68148'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57454 48.68148, -1.57454 48.68148, -1.57454 48.68148, -1.57454 48.68148, -1.57454 48.68148))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6526'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64588 -1.57452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64588 -1.57452)"^^geo:wktLiteral ;
  geo-pos:lat "48.64588"^^xsd:decimal ;
  geo-pos:long "-1.57452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11245'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57452'^^xsd:double;
  dwc:latitude '48.64588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57452 48.64588, -1.57452 48.64588, -1.57452 48.64588, -1.57452 48.64588, -1.57452 48.64588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11245'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72157 -1.57452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72157 -1.57452)"^^geo:wktLiteral ;
  geo-pos:lat "48.72157"^^xsd:decimal ;
  geo-pos:long "-1.57452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5215'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57452'^^xsd:double;
  dwc:latitude '48.72157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57452 48.72157, -1.57452 48.72157, -1.57452 48.72157, -1.57452 48.72157, -1.57452 48.72157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5215'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.5745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.5745)"^^geo:wktLiteral ;
  geo-pos:lat "48.6926"^^xsd:decimal ;
  geo-pos:long "-1.5745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6169'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5745'^^xsd:double;
  dwc:latitude '48.6926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5745 48.6926, -1.5745 48.6926, -1.5745 48.6926, -1.5745 48.6926, -1.5745 48.6926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6169'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70595 -1.5745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70595 -1.5745)"^^geo:wktLiteral ;
  geo-pos:lat "48.70595"^^xsd:decimal ;
  geo-pos:long "-1.5745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5595'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5745'^^xsd:double;
  dwc:latitude '48.70595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5745 48.70595, -1.5745 48.70595, -1.5745 48.70595, -1.5745 48.70595, -1.5745 48.70595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5595'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66413 -1.57449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66413 -1.57449)"^^geo:wktLiteral ;
  geo-pos:lat "48.66413"^^xsd:decimal ;
  geo-pos:long "-1.57449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9235'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57449'^^xsd:double;
  dwc:latitude '48.66413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57449 48.66413, -1.57449 48.66413, -1.57449 48.66413, -1.57449 48.66413, -1.57449 48.66413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9235'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66501 -1.57449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66501 -1.57449)"^^geo:wktLiteral ;
  geo-pos:lat "48.66501"^^xsd:decimal ;
  geo-pos:long "-1.57449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7675'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57449'^^xsd:double;
  dwc:latitude '48.66501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57449 48.66501, -1.57449 48.66501, -1.57449 48.66501, -1.57449 48.66501, -1.57449 48.66501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7675'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67453 -1.57449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67453 -1.57449)"^^geo:wktLiteral ;
  geo-pos:lat "48.67453"^^xsd:decimal ;
  geo-pos:long "-1.57449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5923'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57449'^^xsd:double;
  dwc:latitude '48.67453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57449 48.67453, -1.57449 48.67453, -1.57449 48.67453, -1.57449 48.67453, -1.57449 48.67453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5923'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6528 -1.57448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6528 -1.57448)"^^geo:wktLiteral ;
  geo-pos:lat "48.6528"^^xsd:decimal ;
  geo-pos:long "-1.57448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12124'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57448'^^xsd:double;
  dwc:latitude '48.6528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57448 48.6528, -1.57448 48.6528, -1.57448 48.6528, -1.57448 48.6528, -1.57448 48.6528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12124'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65271 -1.57447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65271 -1.57447)"^^geo:wktLiteral ;
  geo-pos:lat "48.65271"^^xsd:decimal ;
  geo-pos:long "-1.57447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12121'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57447'^^xsd:double;
  dwc:latitude '48.65271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57447 48.65271, -1.57447 48.65271, -1.57447 48.65271, -1.57447 48.65271, -1.57447 48.65271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12121'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70127 -1.57447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70127"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70127 -1.57447)"^^geo:wktLiteral ;
  geo-pos:lat "48.70127"^^xsd:decimal ;
  geo-pos:long "-1.57447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6421'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57447'^^xsd:double;
  dwc:latitude '48.70127'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57447 48.70127, -1.57447 48.70127, -1.57447 48.70127, -1.57447 48.70127, -1.57447 48.70127))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6421'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66614 -1.57445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66614 -1.57445)"^^geo:wktLiteral ;
  geo-pos:lat "48.66614"^^xsd:decimal ;
  geo-pos:long "-1.57445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1673'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57445'^^xsd:double;
  dwc:latitude '48.66614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57445 48.66614, -1.57445 48.66614, -1.57445 48.66614, -1.57445 48.66614, -1.57445 48.66614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1673'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72905 -1.57441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72905 -1.57441)"^^geo:wktLiteral ;
  geo-pos:lat "48.72905"^^xsd:decimal ;
  geo-pos:long "-1.57441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2456'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57441'^^xsd:double;
  dwc:latitude '48.72905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57441 48.72905, -1.57441 48.72905, -1.57441 48.72905, -1.57441 48.72905, -1.57441 48.72905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2456'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65188 -1.57439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65188 -1.57439)"^^geo:wktLiteral ;
  geo-pos:lat "48.65188"^^xsd:decimal ;
  geo-pos:long "-1.57439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12009'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57439'^^xsd:double;
  dwc:latitude '48.65188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57439 48.65188, -1.57439 48.65188, -1.57439 48.65188, -1.57439 48.65188, -1.57439 48.65188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12009'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68494 -1.57439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68494"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68494 -1.57439)"^^geo:wktLiteral ;
  geo-pos:lat "48.68494"^^xsd:decimal ;
  geo-pos:long "-1.57439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4570'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57439'^^xsd:double;
  dwc:latitude '48.68494'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57439 48.68494, -1.57439 48.68494, -1.57439 48.68494, -1.57439 48.68494, -1.57439 48.68494))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4570'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69262 -1.57439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69262"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69262 -1.57439)"^^geo:wktLiteral ;
  geo-pos:lat "48.69262"^^xsd:decimal ;
  geo-pos:long "-1.57439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6160'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57439'^^xsd:double;
  dwc:latitude '48.69262'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57439 48.69262, -1.57439 48.69262, -1.57439 48.69262, -1.57439 48.69262, -1.57439 48.69262))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6160'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74448 -1.57439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74448 -1.57439)"^^geo:wktLiteral ;
  geo-pos:lat "48.74448"^^xsd:decimal ;
  geo-pos:long "-1.57439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4876'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57439'^^xsd:double;
  dwc:latitude '48.74448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57439 48.74448, -1.57439 48.74448, -1.57439 48.74448, -1.57439 48.74448, -1.57439 48.74448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4876'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74111 -1.57438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74111"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74111 -1.57438)"^^geo:wktLiteral ;
  geo-pos:lat "48.74111"^^xsd:decimal ;
  geo-pos:long "-1.57438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7387'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57438'^^xsd:double;
  dwc:latitude '48.74111'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57438 48.74111, -1.57438 48.74111, -1.57438 48.74111, -1.57438 48.74111, -1.57438 48.74111))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7387'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7515 -1.57437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7515"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7515 -1.57437)"^^geo:wktLiteral ;
  geo-pos:lat "48.7515"^^xsd:decimal ;
  geo-pos:long "-1.57437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7379'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57437'^^xsd:double;
  dwc:latitude '48.7515'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57437 48.7515, -1.57437 48.7515, -1.57437 48.7515, -1.57437 48.7515, -1.57437 48.7515))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7379'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67955 -1.57436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67955 -1.57436)"^^geo:wktLiteral ;
  geo-pos:lat "48.67955"^^xsd:decimal ;
  geo-pos:long "-1.57436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6452'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57436'^^xsd:double;
  dwc:latitude '48.67955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57436 48.67955, -1.57436 48.67955, -1.57436 48.67955, -1.57436 48.67955, -1.57436 48.67955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6452'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66781 -1.57435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66781 -1.57435)"^^geo:wktLiteral ;
  geo-pos:lat "48.66781"^^xsd:decimal ;
  geo-pos:long "-1.57435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6423'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57435'^^xsd:double;
  dwc:latitude '48.66781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57435 48.66781, -1.57435 48.66781, -1.57435 48.66781, -1.57435 48.66781, -1.57435 48.66781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6423'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67882 -1.57435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67882 -1.57435)"^^geo:wktLiteral ;
  geo-pos:lat "48.67882"^^xsd:decimal ;
  geo-pos:long "-1.57435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6072'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57435'^^xsd:double;
  dwc:latitude '48.67882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57435 48.67882, -1.57435 48.67882, -1.57435 48.67882, -1.57435 48.67882, -1.57435 48.67882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6072'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73172 -1.57435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73172 -1.57435)"^^geo:wktLiteral ;
  geo-pos:lat "48.73172"^^xsd:decimal ;
  geo-pos:long "-1.57435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8434'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57435'^^xsd:double;
  dwc:latitude '48.73172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57435 48.73172, -1.57435 48.73172, -1.57435 48.73172, -1.57435 48.73172, -1.57435 48.73172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8434'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73609 -1.57435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73609 -1.57435)"^^geo:wktLiteral ;
  geo-pos:lat "48.73609"^^xsd:decimal ;
  geo-pos:long "-1.57435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_9478'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57435'^^xsd:double;
  dwc:latitude '48.73609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57435 48.73609, -1.57435 48.73609, -1.57435 48.73609, -1.57435 48.73609, -1.57435 48.73609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9478'^^xsd:string;
  dwc:observationDate '2008-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67897 -1.57434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67897 -1.57434)"^^geo:wktLiteral ;
  geo-pos:lat "48.67897"^^xsd:decimal ;
  geo-pos:long "-1.57434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10598'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57434'^^xsd:double;
  dwc:latitude '48.67897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57434 48.67897, -1.57434 48.67897, -1.57434 48.67897, -1.57434 48.67897, -1.57434 48.67897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10598'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69834 -1.57434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69834 -1.57434)"^^geo:wktLiteral ;
  geo-pos:lat "48.69834"^^xsd:decimal ;
  geo-pos:long "-1.57434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10615'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57434'^^xsd:double;
  dwc:latitude '48.69834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57434 48.69834, -1.57434 48.69834, -1.57434 48.69834, -1.57434 48.69834, -1.57434 48.69834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10615'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74122 -1.57434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74122 -1.57434)"^^geo:wktLiteral ;
  geo-pos:lat "48.74122"^^xsd:decimal ;
  geo-pos:long "-1.57434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7466'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57434'^^xsd:double;
  dwc:latitude '48.74122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57434 48.74122, -1.57434 48.74122, -1.57434 48.74122, -1.57434 48.74122, -1.57434 48.74122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7466'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74351 -1.57434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74351 -1.57434)"^^geo:wktLiteral ;
  geo-pos:lat "48.74351"^^xsd:decimal ;
  geo-pos:long "-1.57434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7467'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57434'^^xsd:double;
  dwc:latitude '48.74351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57434 48.74351, -1.57434 48.74351, -1.57434 48.74351, -1.57434 48.74351, -1.57434 48.74351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7467'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65872 -1.57433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65872 -1.57433)"^^geo:wktLiteral ;
  geo-pos:lat "48.65872"^^xsd:decimal ;
  geo-pos:long "-1.57433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5202'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57433'^^xsd:double;
  dwc:latitude '48.65872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57433 48.65872, -1.57433 48.65872, -1.57433 48.65872, -1.57433 48.65872, -1.57433 48.65872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5202'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66878 -1.57433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66878 -1.57433)"^^geo:wktLiteral ;
  geo-pos:lat "48.66878"^^xsd:decimal ;
  geo-pos:long "-1.57433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_62'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_62'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57433'^^xsd:double;
  dwc:latitude '48.66878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57433 48.66878, -1.57433 48.66878, -1.57433 48.66878, -1.57433 48.66878, -1.57433 48.66878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_62'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74415 -1.57433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74415 -1.57433)"^^geo:wktLiteral ;
  geo-pos:lat "48.74415"^^xsd:decimal ;
  geo-pos:long "-1.57433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7375'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57433'^^xsd:double;
  dwc:latitude '48.74415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57433 48.74415, -1.57433 48.74415, -1.57433 48.74415, -1.57433 48.74415, -1.57433 48.74415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7375'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70474 -1.57432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70474 -1.57432)"^^geo:wktLiteral ;
  geo-pos:lat "48.70474"^^xsd:decimal ;
  geo-pos:long "-1.57432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4529'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57432'^^xsd:double;
  dwc:latitude '48.70474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57432 48.70474, -1.57432 48.70474, -1.57432 48.70474, -1.57432 48.70474, -1.57432 48.70474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4529'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68103 -1.57431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68103 -1.57431)"^^geo:wktLiteral ;
  geo-pos:lat "48.68103"^^xsd:decimal ;
  geo-pos:long "-1.57431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4681'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57431'^^xsd:double;
  dwc:latitude '48.68103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57431 48.68103, -1.57431 48.68103, -1.57431 48.68103, -1.57431 48.68103, -1.57431 48.68103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4681'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71849 -1.57431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71849 -1.57431)"^^geo:wktLiteral ;
  geo-pos:lat "48.71849"^^xsd:decimal ;
  geo-pos:long "-1.57431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7635'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57431'^^xsd:double;
  dwc:latitude '48.71849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57431 48.71849, -1.57431 48.71849, -1.57431 48.71849, -1.57431 48.71849, -1.57431 48.71849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7635'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6641 -1.5743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6641 -1.5743)"^^geo:wktLiteral ;
  geo-pos:lat "48.6641"^^xsd:decimal ;
  geo-pos:long "-1.5743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9236'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5743'^^xsd:double;
  dwc:latitude '48.6641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5743 48.6641, -1.5743 48.6641, -1.5743 48.6641, -1.5743 48.6641, -1.5743 48.6641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9236'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66755 -1.57429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66755 -1.57429)"^^geo:wktLiteral ;
  geo-pos:lat "48.66755"^^xsd:decimal ;
  geo-pos:long "-1.57429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11466'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57429'^^xsd:double;
  dwc:latitude '48.66755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57429 48.66755, -1.57429 48.66755, -1.57429 48.66755, -1.57429 48.66755, -1.57429 48.66755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11466'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66902 -1.57429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66902 -1.57429)"^^geo:wktLiteral ;
  geo-pos:lat "48.66902"^^xsd:decimal ;
  geo-pos:long "-1.57429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5500'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57429'^^xsd:double;
  dwc:latitude '48.66902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57429 48.66902, -1.57429 48.66902, -1.57429 48.66902, -1.57429 48.66902, -1.57429 48.66902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5500'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67917 -1.57429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67917 -1.57429)"^^geo:wktLiteral ;
  geo-pos:lat "48.67917"^^xsd:decimal ;
  geo-pos:long "-1.57429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4827'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57429'^^xsd:double;
  dwc:latitude '48.67917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57429 48.67917, -1.57429 48.67917, -1.57429 48.67917, -1.57429 48.67917, -1.57429 48.67917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4827'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67929 -1.57429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67929 -1.57429)"^^geo:wktLiteral ;
  geo-pos:lat "48.67929"^^xsd:decimal ;
  geo-pos:long "-1.57429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5175'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57429'^^xsd:double;
  dwc:latitude '48.67929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57429 48.67929, -1.57429 48.67929, -1.57429 48.67929, -1.57429 48.67929, -1.57429 48.67929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5175'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69264 -1.57429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69264 -1.57429)"^^geo:wktLiteral ;
  geo-pos:lat "48.69264"^^xsd:decimal ;
  geo-pos:long "-1.57429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5788'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57429'^^xsd:double;
  dwc:latitude '48.69264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57429 48.69264, -1.57429 48.69264, -1.57429 48.69264, -1.57429 48.69264, -1.57429 48.69264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5788'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69315 -1.57428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69315 -1.57428)"^^geo:wktLiteral ;
  geo-pos:lat "48.69315"^^xsd:decimal ;
  geo-pos:long "-1.57428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4289'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57428'^^xsd:double;
  dwc:latitude '48.69315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57428 48.69315, -1.57428 48.69315, -1.57428 48.69315, -1.57428 48.69315, -1.57428 48.69315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4289'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71263 -1.57428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71263 -1.57428)"^^geo:wktLiteral ;
  geo-pos:lat "48.71263"^^xsd:decimal ;
  geo-pos:long "-1.57428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_805'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57428'^^xsd:double;
  dwc:latitude '48.71263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57428 48.71263, -1.57428 48.71263, -1.57428 48.71263, -1.57428 48.71263, -1.57428 48.71263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_805'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71723 -1.57428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71723 -1.57428)"^^geo:wktLiteral ;
  geo-pos:lat "48.71723"^^xsd:decimal ;
  geo-pos:long "-1.57428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8078'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57428'^^xsd:double;
  dwc:latitude '48.71723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57428 48.71723, -1.57428 48.71723, -1.57428 48.71723, -1.57428 48.71723, -1.57428 48.71723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8078'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68029 -1.57427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68029"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68029 -1.57427)"^^geo:wktLiteral ;
  geo-pos:lat "48.68029"^^xsd:decimal ;
  geo-pos:long "-1.57427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_94'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_94'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57427'^^xsd:double;
  dwc:latitude '48.68029'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57427 48.68029, -1.57427 48.68029, -1.57427 48.68029, -1.57427 48.68029, -1.57427 48.68029))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_94'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65435 -1.57426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65435 -1.57426)"^^geo:wktLiteral ;
  geo-pos:lat "48.65435"^^xsd:decimal ;
  geo-pos:long "-1.57426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5605'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57426'^^xsd:double;
  dwc:latitude '48.65435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57426 48.65435, -1.57426 48.65435, -1.57426 48.65435, -1.57426 48.65435, -1.57426 48.65435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5605'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67314 -1.57426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67314 -1.57426)"^^geo:wktLiteral ;
  geo-pos:lat "48.67314"^^xsd:decimal ;
  geo-pos:long "-1.57426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4663'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57426'^^xsd:double;
  dwc:latitude '48.67314'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57426 48.67314, -1.57426 48.67314, -1.57426 48.67314, -1.57426 48.67314, -1.57426 48.67314))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4663'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71095 -1.57425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71095 -1.57425)"^^geo:wktLiteral ;
  geo-pos:lat "48.71095"^^xsd:decimal ;
  geo-pos:long "-1.57425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5474'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57425'^^xsd:double;
  dwc:latitude '48.71095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57425 48.71095, -1.57425 48.71095, -1.57425 48.71095, -1.57425 48.71095, -1.57425 48.71095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5474'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7463 -1.57425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7463 -1.57425)"^^geo:wktLiteral ;
  geo-pos:lat "48.7463"^^xsd:decimal ;
  geo-pos:long "-1.57425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3730'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57425'^^xsd:double;
  dwc:latitude '48.7463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57425 48.7463, -1.57425 48.7463, -1.57425 48.7463, -1.57425 48.7463, -1.57425 48.7463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3730'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6523 -1.57423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6523 -1.57423)"^^geo:wktLiteral ;
  geo-pos:lat "48.6523"^^xsd:decimal ;
  geo-pos:long "-1.57423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12281'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57423'^^xsd:double;
  dwc:latitude '48.6523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57423 48.6523, -1.57423 48.6523, -1.57423 48.6523, -1.57423 48.6523, -1.57423 48.6523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12281'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72363 -1.57423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72363 -1.57423)"^^geo:wktLiteral ;
  geo-pos:lat "48.72363"^^xsd:decimal ;
  geo-pos:long "-1.57423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4036'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.96666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57423'^^xsd:double;
  dwc:latitude '48.72363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57423 48.72363, -1.57423 48.72363, -1.57423 48.72363, -1.57423 48.72363, -1.57423 48.72363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4036'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74302 -1.57421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74302 -1.57421)"^^geo:wktLiteral ;
  geo-pos:lat "48.74302"^^xsd:decimal ;
  geo-pos:long "-1.57421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7399'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.76666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57421'^^xsd:double;
  dwc:latitude '48.74302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57421 48.74302, -1.57421 48.74302, -1.57421 48.74302, -1.57421 48.74302, -1.57421 48.74302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7399'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66388 -1.5742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66388"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66388 -1.5742)"^^geo:wktLiteral ;
  geo-pos:lat "48.66388"^^xsd:decimal ;
  geo-pos:long "-1.5742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10437'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5742'^^xsd:double;
  dwc:latitude '48.66388'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5742 48.66388, -1.5742 48.66388, -1.5742 48.66388, -1.5742 48.66388, -1.5742 48.66388))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10437'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70896 -1.5742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70896 -1.5742)"^^geo:wktLiteral ;
  geo-pos:lat "48.70896"^^xsd:decimal ;
  geo-pos:long "-1.5742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4158'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5742'^^xsd:double;
  dwc:latitude '48.70896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5742 48.70896, -1.5742 48.70896, -1.5742 48.70896, -1.5742 48.70896, -1.5742 48.70896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4158'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65955 -1.57419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65955 -1.57419)"^^geo:wktLiteral ;
  geo-pos:lat "48.65955"^^xsd:decimal ;
  geo-pos:long "-1.57419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3797'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57419'^^xsd:double;
  dwc:latitude '48.65955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57419 48.65955, -1.57419 48.65955, -1.57419 48.65955, -1.57419 48.65955, -1.57419 48.65955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3797'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66623 -1.57419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66623 -1.57419)"^^geo:wktLiteral ;
  geo-pos:lat "48.66623"^^xsd:decimal ;
  geo-pos:long "-1.57419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8734'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57419'^^xsd:double;
  dwc:latitude '48.66623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57419 48.66623, -1.57419 48.66623, -1.57419 48.66623, -1.57419 48.66623, -1.57419 48.66623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8734'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.57418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.57418)"^^geo:wktLiteral ;
  geo-pos:lat "48.66845"^^xsd:decimal ;
  geo-pos:long "-1.57418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_132'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57418'^^xsd:double;
  dwc:latitude '48.66845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57418 48.66845, -1.57418 48.66845, -1.57418 48.66845, -1.57418 48.66845, -1.57418 48.66845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_132'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71078 -1.57417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71078 -1.57417)"^^geo:wktLiteral ;
  geo-pos:lat "48.71078"^^xsd:decimal ;
  geo-pos:long "-1.57417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1192'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57417'^^xsd:double;
  dwc:latitude '48.71078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57417 48.71078, -1.57417 48.71078, -1.57417 48.71078, -1.57417 48.71078, -1.57417 48.71078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1192'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76708 -1.57416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.76708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.76708 -1.57416)"^^geo:wktLiteral ;
  geo-pos:lat "48.76708"^^xsd:decimal ;
  geo-pos:long "-1.57416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9322'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57416'^^xsd:double;
  dwc:latitude '48.76708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57416 48.76708, -1.57416 48.76708, -1.57416 48.76708, -1.57416 48.76708, -1.57416 48.76708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9322'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67934 -1.57415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67934 -1.57415)"^^geo:wktLiteral ;
  geo-pos:lat "48.67934"^^xsd:decimal ;
  geo-pos:long "-1.57415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5716'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57415'^^xsd:double;
  dwc:latitude '48.67934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57415 48.67934, -1.57415 48.67934, -1.57415 48.67934, -1.57415 48.67934, -1.57415 48.67934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5716'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6693 -1.57414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6693 -1.57414)"^^geo:wktLiteral ;
  geo-pos:lat "48.6693"^^xsd:decimal ;
  geo-pos:long "-1.57414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4635'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57414'^^xsd:double;
  dwc:latitude '48.6693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57414 48.6693, -1.57414 48.6693, -1.57414 48.6693, -1.57414 48.6693, -1.57414 48.6693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4635'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68291 -1.57413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68291 -1.57413)"^^geo:wktLiteral ;
  geo-pos:lat "48.68291"^^xsd:decimal ;
  geo-pos:long "-1.57413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3923'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.18333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57413'^^xsd:double;
  dwc:latitude '48.68291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57413 48.68291, -1.57413 48.68291, -1.57413 48.68291, -1.57413 48.68291, -1.57413 48.68291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3923'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68556 -1.57412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68556 -1.57412)"^^geo:wktLiteral ;
  geo-pos:lat "48.68556"^^xsd:decimal ;
  geo-pos:long "-1.57412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6968'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57412'^^xsd:double;
  dwc:latitude '48.68556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57412 48.68556, -1.57412 48.68556, -1.57412 48.68556, -1.57412 48.68556, -1.57412 48.68556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6968'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69782 -1.57412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69782 -1.57412)"^^geo:wktLiteral ;
  geo-pos:lat "48.69782"^^xsd:decimal ;
  geo-pos:long "-1.57412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6976'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57412'^^xsd:double;
  dwc:latitude '48.69782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57412 48.69782, -1.57412 48.69782, -1.57412 48.69782, -1.57412 48.69782, -1.57412 48.69782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6976'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73798 -1.57412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73798 -1.57412)"^^geo:wktLiteral ;
  geo-pos:lat "48.73798"^^xsd:decimal ;
  geo-pos:long "-1.57412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6551'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57412'^^xsd:double;
  dwc:latitude '48.73798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57412 48.73798, -1.57412 48.73798, -1.57412 48.73798, -1.57412 48.73798, -1.57412 48.73798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6551'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74285 -1.57411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74285 -1.57411)"^^geo:wktLiteral ;
  geo-pos:lat "48.74285"^^xsd:decimal ;
  geo-pos:long "-1.57411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9871'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57411'^^xsd:double;
  dwc:latitude '48.74285'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57411 48.74285, -1.57411 48.74285, -1.57411 48.74285, -1.57411 48.74285, -1.57411 48.74285))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9871'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67624 -1.5741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67624 -1.5741)"^^geo:wktLiteral ;
  geo-pos:lat "48.67624"^^xsd:decimal ;
  geo-pos:long "-1.5741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4954'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5741'^^xsd:double;
  dwc:latitude '48.67624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5741 48.67624, -1.5741 48.67624, -1.5741 48.67624, -1.5741 48.67624, -1.5741 48.67624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4954'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71289 -1.5741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71289 -1.5741)"^^geo:wktLiteral ;
  geo-pos:lat "48.71289"^^xsd:decimal ;
  geo-pos:long "-1.5741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8441'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5741'^^xsd:double;
  dwc:latitude '48.71289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5741 48.71289, -1.5741 48.71289, -1.5741 48.71289, -1.5741 48.71289, -1.5741 48.71289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8441'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6533 -1.57409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6533 -1.57409)"^^geo:wktLiteral ;
  geo-pos:lat "48.6533"^^xsd:decimal ;
  geo-pos:long "-1.57409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1793'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57409'^^xsd:double;
  dwc:latitude '48.6533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57409 48.6533, -1.57409 48.6533, -1.57409 48.6533, -1.57409 48.6533, -1.57409 48.6533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1793'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68196 -1.57409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68196 -1.57409)"^^geo:wktLiteral ;
  geo-pos:lat "48.68196"^^xsd:decimal ;
  geo-pos:long "-1.57409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4647'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '10.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57409'^^xsd:double;
  dwc:latitude '48.68196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57409 48.68196, -1.57409 48.68196, -1.57409 48.68196, -1.57409 48.68196, -1.57409 48.68196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4647'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66317 -1.57406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66317 -1.57406)"^^geo:wktLiteral ;
  geo-pos:lat "48.66317"^^xsd:decimal ;
  geo-pos:long "-1.57406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6023'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57406'^^xsd:double;
  dwc:latitude '48.66317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57406 48.66317, -1.57406 48.66317, -1.57406 48.66317, -1.57406 48.66317, -1.57406 48.66317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6023'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67876 -1.57405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67876 -1.57405)"^^geo:wktLiteral ;
  geo-pos:lat "48.67876"^^xsd:decimal ;
  geo-pos:long "-1.57405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2768'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57405'^^xsd:double;
  dwc:latitude '48.67876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57405 48.67876, -1.57405 48.67876, -1.57405 48.67876, -1.57405 48.67876, -1.57405 48.67876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2768'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74201 -1.57404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74201 -1.57404)"^^geo:wktLiteral ;
  geo-pos:lat "48.74201"^^xsd:decimal ;
  geo-pos:long "-1.57404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7487'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57404'^^xsd:double;
  dwc:latitude '48.74201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57404 48.74201, -1.57404 48.74201, -1.57404 48.74201, -1.57404 48.74201, -1.57404 48.74201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7487'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7224 -1.57402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7224 -1.57402)"^^geo:wktLiteral ;
  geo-pos:lat "48.7224"^^xsd:decimal ;
  geo-pos:long "-1.57402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4475'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57402'^^xsd:double;
  dwc:latitude '48.7224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57402 48.7224, -1.57402 48.7224, -1.57402 48.7224, -1.57402 48.7224, -1.57402 48.7224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4475'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69999 -1.57401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69999 -1.57401)"^^geo:wktLiteral ;
  geo-pos:lat "48.69999"^^xsd:decimal ;
  geo-pos:long "-1.57401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9387'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57401'^^xsd:double;
  dwc:latitude '48.69999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57401 48.69999, -1.57401 48.69999, -1.57401 48.69999, -1.57401 48.69999, -1.57401 48.69999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9387'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73394 -1.574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73394"^^xsd:decimal ;
  dwc:decimalLongitude "-1.574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73394 -1.574)"^^geo:wktLiteral ;
  geo-pos:lat "48.73394"^^xsd:decimal ;
  geo-pos:long "-1.574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3479'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.574'^^xsd:double;
  dwc:latitude '48.73394'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.574 48.73394, -1.574 48.73394, -1.574 48.73394, -1.574 48.73394, -1.574 48.73394))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3479'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6764 -1.57399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6764 -1.57399)"^^geo:wktLiteral ;
  geo-pos:lat "48.6764"^^xsd:decimal ;
  geo-pos:long "-1.57399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6983'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57399'^^xsd:double;
  dwc:latitude '48.6764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57399 48.6764, -1.57399 48.6764, -1.57399 48.6764, -1.57399 48.6764, -1.57399 48.6764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6983'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68104 -1.57399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68104 -1.57399)"^^geo:wktLiteral ;
  geo-pos:lat "48.68104"^^xsd:decimal ;
  geo-pos:long "-1.57399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8533'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57399'^^xsd:double;
  dwc:latitude '48.68104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57399 48.68104, -1.57399 48.68104, -1.57399 48.68104, -1.57399 48.68104, -1.57399 48.68104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8533'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68639 -1.57397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68639 -1.57397)"^^geo:wktLiteral ;
  geo-pos:lat "48.68639"^^xsd:decimal ;
  geo-pos:long "-1.57397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10434'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57397'^^xsd:double;
  dwc:latitude '48.68639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57397 48.68639, -1.57397 48.68639, -1.57397 48.68639, -1.57397 48.68639, -1.57397 48.68639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10434'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68919 -1.57397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68919 -1.57397)"^^geo:wktLiteral ;
  geo-pos:lat "48.68919"^^xsd:decimal ;
  geo-pos:long "-1.57397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6450'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57397'^^xsd:double;
  dwc:latitude '48.68919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57397 48.68919, -1.57397 48.68919, -1.57397 48.68919, -1.57397 48.68919, -1.57397 48.68919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6450'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70482 -1.57396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70482 -1.57396)"^^geo:wktLiteral ;
  geo-pos:lat "48.70482"^^xsd:decimal ;
  geo-pos:long "-1.57396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6558'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57396'^^xsd:double;
  dwc:latitude '48.70482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57396 48.70482, -1.57396 48.70482, -1.57396 48.70482, -1.57396 48.70482, -1.57396 48.70482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6558'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70644 -1.57396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70644 -1.57396)"^^geo:wktLiteral ;
  geo-pos:lat "48.70644"^^xsd:decimal ;
  geo-pos:long "-1.57396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6182'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57396'^^xsd:double;
  dwc:latitude '48.70644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57396 48.70644, -1.57396 48.70644, -1.57396 48.70644, -1.57396 48.70644, -1.57396 48.70644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6182'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66825 -1.57394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66825 -1.57394)"^^geo:wktLiteral ;
  geo-pos:lat "48.66825"^^xsd:decimal ;
  geo-pos:long "-1.57394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5678'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57394'^^xsd:double;
  dwc:latitude '48.66825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57394 48.66825, -1.57394 48.66825, -1.57394 48.66825, -1.57394 48.66825, -1.57394 48.66825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5678'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68431 -1.57394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68431 -1.57394)"^^geo:wktLiteral ;
  geo-pos:lat "48.68431"^^xsd:decimal ;
  geo-pos:long "-1.57394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6829'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57394'^^xsd:double;
  dwc:latitude '48.68431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57394 48.68431, -1.57394 48.68431, -1.57394 48.68431, -1.57394 48.68431, -1.57394 48.68431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6829'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69185 -1.57393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69185"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69185 -1.57393)"^^geo:wktLiteral ;
  geo-pos:lat "48.69185"^^xsd:decimal ;
  geo-pos:long "-1.57393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6843'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57393'^^xsd:double;
  dwc:latitude '48.69185'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57393 48.69185, -1.57393 48.69185, -1.57393 48.69185, -1.57393 48.69185, -1.57393 48.69185))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6843'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66121 -1.5739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66121 -1.5739)"^^geo:wktLiteral ;
  geo-pos:lat "48.66121"^^xsd:decimal ;
  geo-pos:long "-1.5739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_12740'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5739'^^xsd:double;
  dwc:latitude '48.66121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5739 48.66121, -1.5739 48.66121, -1.5739 48.66121, -1.5739 48.66121, -1.5739 48.66121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12740'^^xsd:string;
  dwc:observationDate '2008-01-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74377 -1.57389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74377 -1.57389)"^^geo:wktLiteral ;
  geo-pos:lat "48.74377"^^xsd:decimal ;
  geo-pos:long "-1.57389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7505'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57389'^^xsd:double;
  dwc:latitude '48.74377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57389 48.74377, -1.57389 48.74377, -1.57389 48.74377, -1.57389 48.74377, -1.57389 48.74377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7505'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65072 -1.57388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65072 -1.57388)"^^geo:wktLiteral ;
  geo-pos:lat "48.65072"^^xsd:decimal ;
  geo-pos:long "-1.57388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12282'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57388'^^xsd:double;
  dwc:latitude '48.65072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57388 48.65072, -1.57388 48.65072, -1.57388 48.65072, -1.57388 48.65072, -1.57388 48.65072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12282'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66898 -1.57387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66898 -1.57387)"^^geo:wktLiteral ;
  geo-pos:lat "48.66898"^^xsd:decimal ;
  geo-pos:long "-1.57387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1728'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57387'^^xsd:double;
  dwc:latitude '48.66898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57387 48.66898, -1.57387 48.66898, -1.57387 48.66898, -1.57387 48.66898, -1.57387 48.66898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1728'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72348 -1.57387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72348 -1.57387)"^^geo:wktLiteral ;
  geo-pos:lat "48.72348"^^xsd:decimal ;
  geo-pos:long "-1.57387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8033'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.033333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57387'^^xsd:double;
  dwc:latitude '48.72348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57387 48.72348, -1.57387 48.72348, -1.57387 48.72348, -1.57387 48.72348, -1.57387 48.72348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8033'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66777 -1.57386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66777 -1.57386)"^^geo:wktLiteral ;
  geo-pos:lat "48.66777"^^xsd:decimal ;
  geo-pos:long "-1.57386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_5360'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57386'^^xsd:double;
  dwc:latitude '48.66777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57386 48.66777, -1.57386 48.66777, -1.57386 48.66777, -1.57386 48.66777, -1.57386 48.66777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5360'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72427 -1.57386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72427 -1.57386)"^^geo:wktLiteral ;
  geo-pos:lat "48.72427"^^xsd:decimal ;
  geo-pos:long "-1.57386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7804'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57386'^^xsd:double;
  dwc:latitude '48.72427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57386 48.72427, -1.57386 48.72427, -1.57386 48.72427, -1.57386 48.72427, -1.57386 48.72427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7804'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74479 -1.57386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74479 -1.57386)"^^geo:wktLiteral ;
  geo-pos:lat "48.74479"^^xsd:decimal ;
  geo-pos:long "-1.57386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7480'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57386'^^xsd:double;
  dwc:latitude '48.74479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57386 48.74479, -1.57386 48.74479, -1.57386 48.74479, -1.57386 48.74479, -1.57386 48.74479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7480'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67276 -1.57384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67276 -1.57384)"^^geo:wktLiteral ;
  geo-pos:lat "48.67276"^^xsd:decimal ;
  geo-pos:long "-1.57384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6357'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57384'^^xsd:double;
  dwc:latitude '48.67276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57384 48.67276, -1.57384 48.67276, -1.57384 48.67276, -1.57384 48.67276, -1.57384 48.67276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6357'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73281 -1.57384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73281 -1.57384)"^^geo:wktLiteral ;
  geo-pos:lat "48.73281"^^xsd:decimal ;
  geo-pos:long "-1.57384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2022'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57384'^^xsd:double;
  dwc:latitude '48.73281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57384 48.73281, -1.57384 48.73281, -1.57384 48.73281, -1.57384 48.73281, -1.57384 48.73281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2022'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71252 -1.57383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71252 -1.57383)"^^geo:wktLiteral ;
  geo-pos:lat "48.71252"^^xsd:decimal ;
  geo-pos:long "-1.57383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_778'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57383'^^xsd:double;
  dwc:latitude '48.71252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57383 48.71252, -1.57383 48.71252, -1.57383 48.71252, -1.57383 48.71252, -1.57383 48.71252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_778'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72199 -1.57383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72199 -1.57383)"^^geo:wktLiteral ;
  geo-pos:lat "48.72199"^^xsd:decimal ;
  geo-pos:long "-1.57383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9448'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57383'^^xsd:double;
  dwc:latitude '48.72199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57383 48.72199, -1.57383 48.72199, -1.57383 48.72199, -1.57383 48.72199, -1.57383 48.72199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9448'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65919 -1.57382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65919 -1.57382)"^^geo:wktLiteral ;
  geo-pos:lat "48.65919"^^xsd:decimal ;
  geo-pos:long "-1.57382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5834'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57382'^^xsd:double;
  dwc:latitude '48.65919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57382 48.65919, -1.57382 48.65919, -1.57382 48.65919, -1.57382 48.65919, -1.57382 48.65919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5834'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73034 -1.57382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73034 -1.57382)"^^geo:wktLiteral ;
  geo-pos:lat "48.73034"^^xsd:decimal ;
  geo-pos:long "-1.57382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2930'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57382'^^xsd:double;
  dwc:latitude '48.73034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57382 48.73034, -1.57382 48.73034, -1.57382 48.73034, -1.57382 48.73034, -1.57382 48.73034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2930'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65151 -1.57381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65151"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65151 -1.57381)"^^geo:wktLiteral ;
  geo-pos:lat "48.65151"^^xsd:decimal ;
  geo-pos:long "-1.57381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12829'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57381'^^xsd:double;
  dwc:latitude '48.65151'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57381 48.65151, -1.57381 48.65151, -1.57381 48.65151, -1.57381 48.65151, -1.57381 48.65151))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12829'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66732 -1.57381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66732 -1.57381)"^^geo:wktLiteral ;
  geo-pos:lat "48.66732"^^xsd:decimal ;
  geo-pos:long "-1.57381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3760'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.76666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57381'^^xsd:double;
  dwc:latitude '48.66732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57381 48.66732, -1.57381 48.66732, -1.57381 48.66732, -1.57381 48.66732, -1.57381 48.66732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3760'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67874 -1.57381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67874 -1.57381)"^^geo:wktLiteral ;
  geo-pos:lat "48.67874"^^xsd:decimal ;
  geo-pos:long "-1.57381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4633'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57381'^^xsd:double;
  dwc:latitude '48.67874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57381 48.67874, -1.57381 48.67874, -1.57381 48.67874, -1.57381 48.67874, -1.57381 48.67874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4633'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68507 -1.57381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68507 -1.57381)"^^geo:wktLiteral ;
  geo-pos:lat "48.68507"^^xsd:decimal ;
  geo-pos:long "-1.57381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6657'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57381'^^xsd:double;
  dwc:latitude '48.68507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57381 48.68507, -1.57381 48.68507, -1.57381 48.68507, -1.57381 48.68507, -1.57381 48.68507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6657'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6587 -1.5738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6587 -1.5738)"^^geo:wktLiteral ;
  geo-pos:lat "48.6587"^^xsd:decimal ;
  geo-pos:long "-1.5738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10670'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5738'^^xsd:double;
  dwc:latitude '48.6587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5738 48.6587, -1.5738 48.6587, -1.5738 48.6587, -1.5738 48.6587, -1.5738 48.6587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10670'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69766 -1.5738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69766 -1.5738)"^^geo:wktLiteral ;
  geo-pos:lat "48.69766"^^xsd:decimal ;
  geo-pos:long "-1.5738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5520'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5738'^^xsd:double;
  dwc:latitude '48.69766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5738 48.69766, -1.5738 48.69766, -1.5738 48.69766, -1.5738 48.69766, -1.5738 48.69766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5520'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70062 -1.5738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70062 -1.5738)"^^geo:wktLiteral ;
  geo-pos:lat "48.70062"^^xsd:decimal ;
  geo-pos:long "-1.5738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9829'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5738'^^xsd:double;
  dwc:latitude '48.70062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5738 48.70062, -1.5738 48.70062, -1.5738 48.70062, -1.5738 48.70062, -1.5738 48.70062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9829'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70498 -1.57379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70498 -1.57379)"^^geo:wktLiteral ;
  geo-pos:lat "48.70498"^^xsd:decimal ;
  geo-pos:long "-1.57379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2135'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57379'^^xsd:double;
  dwc:latitude '48.70498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57379 48.70498, -1.57379 48.70498, -1.57379 48.70498, -1.57379 48.70498, -1.57379 48.70498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2135'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74628 -1.57379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74628 -1.57379)"^^geo:wktLiteral ;
  geo-pos:lat "48.74628"^^xsd:decimal ;
  geo-pos:long "-1.57379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7508'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57379'^^xsd:double;
  dwc:latitude '48.74628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57379 48.74628, -1.57379 48.74628, -1.57379 48.74628, -1.57379 48.74628, -1.57379 48.74628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7508'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65175 -1.57378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65175 -1.57378)"^^geo:wktLiteral ;
  geo-pos:lat "48.65175"^^xsd:decimal ;
  geo-pos:long "-1.57378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5809'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57378'^^xsd:double;
  dwc:latitude '48.65175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57378 48.65175, -1.57378 48.65175, -1.57378 48.65175, -1.57378 48.65175, -1.57378 48.65175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5809'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66996 -1.57377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66996"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66996 -1.57377)"^^geo:wktLiteral ;
  geo-pos:lat "48.66996"^^xsd:decimal ;
  geo-pos:long "-1.57377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5836'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57377'^^xsd:double;
  dwc:latitude '48.66996'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57377 48.66996, -1.57377 48.66996, -1.57377 48.66996, -1.57377 48.66996, -1.57377 48.66996))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5836'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67867 -1.57377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67867 -1.57377)"^^geo:wktLiteral ;
  geo-pos:lat "48.67867"^^xsd:decimal ;
  geo-pos:long "-1.57377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4704'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57377'^^xsd:double;
  dwc:latitude '48.67867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57377 48.67867, -1.57377 48.67867, -1.57377 48.67867, -1.57377 48.67867, -1.57377 48.67867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4704'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.697 -1.57377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.697 -1.57377)"^^geo:wktLiteral ;
  geo-pos:lat "48.697"^^xsd:decimal ;
  geo-pos:long "-1.57377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6003'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57377'^^xsd:double;
  dwc:latitude '48.697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57377 48.697, -1.57377 48.697, -1.57377 48.697, -1.57377 48.697, -1.57377 48.697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6003'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70788 -1.57375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70788 -1.57375)"^^geo:wktLiteral ;
  geo-pos:lat "48.70788"^^xsd:decimal ;
  geo-pos:long "-1.57375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4339'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57375'^^xsd:double;
  dwc:latitude '48.70788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57375 48.70788, -1.57375 48.70788, -1.57375 48.70788, -1.57375 48.70788, -1.57375 48.70788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4339'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72454 -1.57374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72454 -1.57374)"^^geo:wktLiteral ;
  geo-pos:lat "48.72454"^^xsd:decimal ;
  geo-pos:long "-1.57374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_37'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_37'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57374'^^xsd:double;
  dwc:latitude '48.72454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57374 48.72454, -1.57374 48.72454, -1.57374 48.72454, -1.57374 48.72454, -1.57374 48.72454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_37'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73207 -1.57373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73207 -1.57373)"^^geo:wktLiteral ;
  geo-pos:lat "48.73207"^^xsd:decimal ;
  geo-pos:long "-1.57373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3940'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57373'^^xsd:double;
  dwc:latitude '48.73207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57373 48.73207, -1.57373 48.73207, -1.57373 48.73207, -1.57373 48.73207, -1.57373 48.73207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3940'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66904 -1.57371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66904 -1.57371)"^^geo:wktLiteral ;
  geo-pos:lat "48.66904"^^xsd:decimal ;
  geo-pos:long "-1.57371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11070'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57371'^^xsd:double;
  dwc:latitude '48.66904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57371 48.66904, -1.57371 48.66904, -1.57371 48.66904, -1.57371 48.66904, -1.57371 48.66904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11070'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69794 -1.57369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69794 -1.57369)"^^geo:wktLiteral ;
  geo-pos:lat "48.69794"^^xsd:decimal ;
  geo-pos:long "-1.57369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6387'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57369'^^xsd:double;
  dwc:latitude '48.69794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57369 48.69794, -1.57369 48.69794, -1.57369 48.69794, -1.57369 48.69794, -1.57369 48.69794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6387'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74586 -1.57367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74586 -1.57367)"^^geo:wktLiteral ;
  geo-pos:lat "48.74586"^^xsd:decimal ;
  geo-pos:long "-1.57367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9142'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57367'^^xsd:double;
  dwc:latitude '48.74586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57367 48.74586, -1.57367 48.74586, -1.57367 48.74586, -1.57367 48.74586, -1.57367 48.74586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9142'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74295 -1.57366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74295 -1.57366)"^^geo:wktLiteral ;
  geo-pos:lat "48.74295"^^xsd:decimal ;
  geo-pos:long "-1.57366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7497'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57366'^^xsd:double;
  dwc:latitude '48.74295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57366 48.74295, -1.57366 48.74295, -1.57366 48.74295, -1.57366 48.74295, -1.57366 48.74295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7497'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72517 -1.57363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72517 -1.57363)"^^geo:wktLiteral ;
  geo-pos:lat "48.72517"^^xsd:decimal ;
  geo-pos:long "-1.57363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11259'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57363'^^xsd:double;
  dwc:latitude '48.72517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57363 48.72517, -1.57363 48.72517, -1.57363 48.72517, -1.57363 48.72517, -1.57363 48.72517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11259'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65374 -1.57362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65374"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65374 -1.57362)"^^geo:wktLiteral ;
  geo-pos:lat "48.65374"^^xsd:decimal ;
  geo-pos:long "-1.57362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5540'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57362'^^xsd:double;
  dwc:latitude '48.65374'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57362 48.65374, -1.57362 48.65374, -1.57362 48.65374, -1.57362 48.65374, -1.57362 48.65374))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5540'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67603 -1.57362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67603 -1.57362)"^^geo:wktLiteral ;
  geo-pos:lat "48.67603"^^xsd:decimal ;
  geo-pos:long "-1.57362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7060'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57362'^^xsd:double;
  dwc:latitude '48.67603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57362 48.67603, -1.57362 48.67603, -1.57362 48.67603, -1.57362 48.67603, -1.57362 48.67603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7060'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74458 -1.57362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74458 -1.57362)"^^geo:wktLiteral ;
  geo-pos:lat "48.74458"^^xsd:decimal ;
  geo-pos:long "-1.57362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3729'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.46666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57362'^^xsd:double;
  dwc:latitude '48.74458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57362 48.74458, -1.57362 48.74458, -1.57362 48.74458, -1.57362 48.74458, -1.57362 48.74458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3729'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65365 -1.57361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65365 -1.57361)"^^geo:wktLiteral ;
  geo-pos:lat "48.65365"^^xsd:decimal ;
  geo-pos:long "-1.57361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12244'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57361'^^xsd:double;
  dwc:latitude '48.65365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57361 48.65365, -1.57361 48.65365, -1.57361 48.65365, -1.57361 48.65365, -1.57361 48.65365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12244'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66795 -1.57358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66795 -1.57358)"^^geo:wktLiteral ;
  geo-pos:lat "48.66795"^^xsd:decimal ;
  geo-pos:long "-1.57358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6232'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57358'^^xsd:double;
  dwc:latitude '48.66795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57358 48.66795, -1.57358 48.66795, -1.57358 48.66795, -1.57358 48.66795, -1.57358 48.66795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6232'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71681 -1.57358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71681 -1.57358)"^^geo:wktLiteral ;
  geo-pos:lat "48.71681"^^xsd:decimal ;
  geo-pos:long "-1.57358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_382'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57358'^^xsd:double;
  dwc:latitude '48.71681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57358 48.71681, -1.57358 48.71681, -1.57358 48.71681, -1.57358 48.71681, -1.57358 48.71681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_382'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71254 -1.57356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71254 -1.57356)"^^geo:wktLiteral ;
  geo-pos:lat "48.71254"^^xsd:decimal ;
  geo-pos:long "-1.57356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7724'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57356'^^xsd:double;
  dwc:latitude '48.71254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57356 48.71254, -1.57356 48.71254, -1.57356 48.71254, -1.57356 48.71254, -1.57356 48.71254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7724'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67112 -1.57355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67112"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67112 -1.57355)"^^geo:wktLiteral ;
  geo-pos:lat "48.67112"^^xsd:decimal ;
  geo-pos:long "-1.57355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5376'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57355'^^xsd:double;
  dwc:latitude '48.67112'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57355 48.67112, -1.57355 48.67112, -1.57355 48.67112, -1.57355 48.67112, -1.57355 48.67112))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5376'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70351 -1.57354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70351 -1.57354)"^^geo:wktLiteral ;
  geo-pos:lat "48.70351"^^xsd:decimal ;
  geo-pos:long "-1.57354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3669'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57354'^^xsd:double;
  dwc:latitude '48.70351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57354 48.70351, -1.57354 48.70351, -1.57354 48.70351, -1.57354 48.70351, -1.57354 48.70351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3669'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65316 -1.57353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65316 -1.57353)"^^geo:wktLiteral ;
  geo-pos:lat "48.65316"^^xsd:decimal ;
  geo-pos:long "-1.57353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5636'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57353'^^xsd:double;
  dwc:latitude '48.65316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57353 48.65316, -1.57353 48.65316, -1.57353 48.65316, -1.57353 48.65316, -1.57353 48.65316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5636'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66745 -1.57353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66745 -1.57353)"^^geo:wktLiteral ;
  geo-pos:lat "48.66745"^^xsd:decimal ;
  geo-pos:long "-1.57353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5292'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57353'^^xsd:double;
  dwc:latitude '48.66745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57353 48.66745, -1.57353 48.66745, -1.57353 48.66745, -1.57353 48.66745, -1.57353 48.66745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5292'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67988 -1.57353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67988 -1.57353)"^^geo:wktLiteral ;
  geo-pos:lat "48.67988"^^xsd:decimal ;
  geo-pos:long "-1.57353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6869'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57353'^^xsd:double;
  dwc:latitude '48.67988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57353 48.67988, -1.57353 48.67988, -1.57353 48.67988, -1.57353 48.67988, -1.57353 48.67988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6869'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73109 -1.57352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73109 -1.57352)"^^geo:wktLiteral ;
  geo-pos:lat "48.73109"^^xsd:decimal ;
  geo-pos:long "-1.57352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3442'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57352'^^xsd:double;
  dwc:latitude '48.73109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57352 48.73109, -1.57352 48.73109, -1.57352 48.73109, -1.57352 48.73109, -1.57352 48.73109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3442'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66956 -1.57351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66956 -1.57351)"^^geo:wktLiteral ;
  geo-pos:lat "48.66956"^^xsd:decimal ;
  geo-pos:long "-1.57351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7396'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57351'^^xsd:double;
  dwc:latitude '48.66956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57351 48.66956, -1.57351 48.66956, -1.57351 48.66956, -1.57351 48.66956, -1.57351 48.66956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7396'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72307 -1.57349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72307"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72307 -1.57349)"^^geo:wktLiteral ;
  geo-pos:lat "48.72307"^^xsd:decimal ;
  geo-pos:long "-1.57349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2637'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57349'^^xsd:double;
  dwc:latitude '48.72307'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57349 48.72307, -1.57349 48.72307, -1.57349 48.72307, -1.57349 48.72307, -1.57349 48.72307))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2637'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65331 -1.57348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65331 -1.57348)"^^geo:wktLiteral ;
  geo-pos:lat "48.65331"^^xsd:decimal ;
  geo-pos:long "-1.57348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12125'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57348'^^xsd:double;
  dwc:latitude '48.65331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57348 48.65331, -1.57348 48.65331, -1.57348 48.65331, -1.57348 48.65331, -1.57348 48.65331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12125'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6792 -1.57348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6792 -1.57348)"^^geo:wktLiteral ;
  geo-pos:lat "48.6792"^^xsd:decimal ;
  geo-pos:long "-1.57348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4847'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57348'^^xsd:double;
  dwc:latitude '48.6792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57348 48.6792, -1.57348 48.6792, -1.57348 48.6792, -1.57348 48.6792, -1.57348 48.6792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4847'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68115 -1.57346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68115 -1.57346)"^^geo:wktLiteral ;
  geo-pos:lat "48.68115"^^xsd:decimal ;
  geo-pos:long "-1.57346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4748'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57346'^^xsd:double;
  dwc:latitude '48.68115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57346 48.68115, -1.57346 48.68115, -1.57346 48.68115, -1.57346 48.68115, -1.57346 48.68115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4748'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7198 -1.57345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7198 -1.57345)"^^geo:wktLiteral ;
  geo-pos:lat "48.7198"^^xsd:decimal ;
  geo-pos:long "-1.57345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4004'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57345'^^xsd:double;
  dwc:latitude '48.7198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57345 48.7198, -1.57345 48.7198, -1.57345 48.7198, -1.57345 48.7198, -1.57345 48.7198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4004'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74119 -1.57344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74119"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74119 -1.57344)"^^geo:wktLiteral ;
  geo-pos:lat "48.74119"^^xsd:decimal ;
  geo-pos:long "-1.57344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7499'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57344'^^xsd:double;
  dwc:latitude '48.74119'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57344 48.74119, -1.57344 48.74119, -1.57344 48.74119, -1.57344 48.74119, -1.57344 48.74119))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7499'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70713 -1.57342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70713"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70713 -1.57342)"^^geo:wktLiteral ;
  geo-pos:lat "48.70713"^^xsd:decimal ;
  geo-pos:long "-1.57342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4167'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57342'^^xsd:double;
  dwc:latitude '48.70713'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57342 48.70713, -1.57342 48.70713, -1.57342 48.70713, -1.57342 48.70713, -1.57342 48.70713))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4167'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73209 -1.57342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73209 -1.57342)"^^geo:wktLiteral ;
  geo-pos:lat "48.73209"^^xsd:decimal ;
  geo-pos:long "-1.57342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2535'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57342'^^xsd:double;
  dwc:latitude '48.73209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57342 48.73209, -1.57342 48.73209, -1.57342 48.73209, -1.57342 48.73209, -1.57342 48.73209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2535'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67883 -1.5734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67883 -1.5734)"^^geo:wktLiteral ;
  geo-pos:lat "48.67883"^^xsd:decimal ;
  geo-pos:long "-1.5734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6652'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5734'^^xsd:double;
  dwc:latitude '48.67883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5734 48.67883, -1.5734 48.67883, -1.5734 48.67883, -1.5734 48.67883, -1.5734 48.67883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6652'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67893 -1.5734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67893 -1.5734)"^^geo:wktLiteral ;
  geo-pos:lat "48.67893"^^xsd:decimal ;
  geo-pos:long "-1.5734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6086'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5734'^^xsd:double;
  dwc:latitude '48.67893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5734 48.67893, -1.5734 48.67893, -1.5734 48.67893, -1.5734 48.67893, -1.5734 48.67893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6086'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68037 -1.5734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68037 -1.5734)"^^geo:wktLiteral ;
  geo-pos:lat "48.68037"^^xsd:decimal ;
  geo-pos:long "-1.5734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4788'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5734'^^xsd:double;
  dwc:latitude '48.68037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5734 48.68037, -1.5734 48.68037, -1.5734 48.68037, -1.5734 48.68037, -1.5734 48.68037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4788'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65064 -1.57339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65064 -1.57339)"^^geo:wktLiteral ;
  geo-pos:lat "48.65064"^^xsd:decimal ;
  geo-pos:long "-1.57339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5565'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57339'^^xsd:double;
  dwc:latitude '48.65064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57339 48.65064, -1.57339 48.65064, -1.57339 48.65064, -1.57339 48.65064, -1.57339 48.65064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5565'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67889 -1.57338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67889 -1.57338)"^^geo:wktLiteral ;
  geo-pos:lat "48.67889"^^xsd:decimal ;
  geo-pos:long "-1.57338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5290'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57338'^^xsd:double;
  dwc:latitude '48.67889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57338 48.67889, -1.57338 48.67889, -1.57338 48.67889, -1.57338 48.67889, -1.57338 48.67889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5290'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67979 -1.57337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67979 -1.57337)"^^geo:wktLiteral ;
  geo-pos:lat "48.67979"^^xsd:decimal ;
  geo-pos:long "-1.57337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7052'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57337'^^xsd:double;
  dwc:latitude '48.67979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57337 48.67979, -1.57337 48.67979, -1.57337 48.67979, -1.57337 48.67979, -1.57337 48.67979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7052'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66978 -1.57336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66978 -1.57336)"^^geo:wktLiteral ;
  geo-pos:lat "48.66978"^^xsd:decimal ;
  geo-pos:long "-1.57336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10907'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57336'^^xsd:double;
  dwc:latitude '48.66978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57336 48.66978, -1.57336 48.66978, -1.57336 48.66978, -1.57336 48.66978, -1.57336 48.66978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10907'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65283 -1.57335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65283"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65283 -1.57335)"^^geo:wktLiteral ;
  geo-pos:lat "48.65283"^^xsd:decimal ;
  geo-pos:long "-1.57335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5833'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57335'^^xsd:double;
  dwc:latitude '48.65283'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57335 48.65283, -1.57335 48.65283, -1.57335 48.65283, -1.57335 48.65283, -1.57335 48.65283))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5833'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68062 -1.57335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68062 -1.57335)"^^geo:wktLiteral ;
  geo-pos:lat "48.68062"^^xsd:decimal ;
  geo-pos:long "-1.57335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4726'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57335'^^xsd:double;
  dwc:latitude '48.68062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57335 48.68062, -1.57335 48.68062, -1.57335 48.68062, -1.57335 48.68062, -1.57335 48.68062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4726'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69385 -1.57333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69385 -1.57333)"^^geo:wktLiteral ;
  geo-pos:lat "48.69385"^^xsd:decimal ;
  geo-pos:long "-1.57333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6512'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57333'^^xsd:double;
  dwc:latitude '48.69385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57333 48.69385, -1.57333 48.69385, -1.57333 48.69385, -1.57333 48.69385, -1.57333 48.69385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6512'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71465 -1.57332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71465"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71465 -1.57332)"^^geo:wktLiteral ;
  geo-pos:lat "48.71465"^^xsd:decimal ;
  geo-pos:long "-1.57332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4315'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57332'^^xsd:double;
  dwc:latitude '48.71465'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57332 48.71465, -1.57332 48.71465, -1.57332 48.71465, -1.57332 48.71465, -1.57332 48.71465))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4315'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71932 -1.57331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71932 -1.57331)"^^geo:wktLiteral ;
  geo-pos:lat "48.71932"^^xsd:decimal ;
  geo-pos:long "-1.57331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3035'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57331'^^xsd:double;
  dwc:latitude '48.71932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57331 48.71932, -1.57331 48.71932, -1.57331 48.71932, -1.57331 48.71932, -1.57331 48.71932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3035'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6966 -1.57329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6966 -1.57329)"^^geo:wktLiteral ;
  geo-pos:lat "48.6966"^^xsd:decimal ;
  geo-pos:long "-1.57329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8887'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57329'^^xsd:double;
  dwc:latitude '48.6966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57329 48.6966, -1.57329 48.6966, -1.57329 48.6966, -1.57329 48.6966, -1.57329 48.6966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8887'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7051 -1.57329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7051 -1.57329)"^^geo:wktLiteral ;
  geo-pos:lat "48.7051"^^xsd:decimal ;
  geo-pos:long "-1.57329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5269'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57329'^^xsd:double;
  dwc:latitude '48.7051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57329 48.7051, -1.57329 48.7051, -1.57329 48.7051, -1.57329 48.7051, -1.57329 48.7051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5269'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65624 -1.57328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65624 -1.57328)"^^geo:wktLiteral ;
  geo-pos:lat "48.65624"^^xsd:decimal ;
  geo-pos:long "-1.57328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3855'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57328'^^xsd:double;
  dwc:latitude '48.65624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57328 48.65624, -1.57328 48.65624, -1.57328 48.65624, -1.57328 48.65624, -1.57328 48.65624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3855'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.57328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.57328)"^^geo:wktLiteral ;
  geo-pos:lat "48.69901"^^xsd:decimal ;
  geo-pos:long "-1.57328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10510'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57328'^^xsd:double;
  dwc:latitude '48.69901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57328 48.69901, -1.57328 48.69901, -1.57328 48.69901, -1.57328 48.69901, -1.57328 48.69901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10510'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65505 -1.57327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65505 -1.57327)"^^geo:wktLiteral ;
  geo-pos:lat "48.65505"^^xsd:decimal ;
  geo-pos:long "-1.57327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12126'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57327'^^xsd:double;
  dwc:latitude '48.65505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57327 48.65505, -1.57327 48.65505, -1.57327 48.65505, -1.57327 48.65505, -1.57327 48.65505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12126'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.696 -1.57327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.696 -1.57327)"^^geo:wktLiteral ;
  geo-pos:lat "48.696"^^xsd:decimal ;
  geo-pos:long "-1.57327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9945'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57327'^^xsd:double;
  dwc:latitude '48.696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57327 48.696, -1.57327 48.696, -1.57327 48.696, -1.57327 48.696, -1.57327 48.696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9945'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6798 -1.57326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6798 -1.57326)"^^geo:wktLiteral ;
  geo-pos:lat "48.6798"^^xsd:decimal ;
  geo-pos:long "-1.57326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6105'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57326'^^xsd:double;
  dwc:latitude '48.6798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57326 48.6798, -1.57326 48.6798, -1.57326 48.6798, -1.57326 48.6798, -1.57326 48.6798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6105'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65258 -1.57324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65258 -1.57324)"^^geo:wktLiteral ;
  geo-pos:lat "48.65258"^^xsd:decimal ;
  geo-pos:long "-1.57324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_13124'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57324'^^xsd:double;
  dwc:latitude '48.65258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57324 48.65258, -1.57324 48.65258, -1.57324 48.65258, -1.57324 48.65258, -1.57324 48.65258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13124'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65387 -1.57324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65387 -1.57324)"^^geo:wktLiteral ;
  geo-pos:lat "48.65387"^^xsd:decimal ;
  geo-pos:long "-1.57324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6772'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57324'^^xsd:double;
  dwc:latitude '48.65387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57324 48.65387, -1.57324 48.65387, -1.57324 48.65387, -1.57324 48.65387, -1.57324 48.65387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6772'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73005 -1.57324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73005 -1.57324)"^^geo:wktLiteral ;
  geo-pos:lat "48.73005"^^xsd:decimal ;
  geo-pos:long "-1.57324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3349'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57324'^^xsd:double;
  dwc:latitude '48.73005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57324 48.73005, -1.57324 48.73005, -1.57324 48.73005, -1.57324 48.73005, -1.57324 48.73005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3349'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6963 -1.57322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6963 -1.57322)"^^geo:wktLiteral ;
  geo-pos:lat "48.6963"^^xsd:decimal ;
  geo-pos:long "-1.57322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4297'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57322'^^xsd:double;
  dwc:latitude '48.6963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57322 48.6963, -1.57322 48.6963, -1.57322 48.6963, -1.57322 48.6963, -1.57322 48.6963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4297'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68481 -1.57321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68481 -1.57321)"^^geo:wktLiteral ;
  geo-pos:lat "48.68481"^^xsd:decimal ;
  geo-pos:long "-1.57321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6701'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57321'^^xsd:double;
  dwc:latitude '48.68481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57321 48.68481, -1.57321 48.68481, -1.57321 48.68481, -1.57321 48.68481, -1.57321 48.68481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6701'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70295 -1.5732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70295 -1.5732)"^^geo:wktLiteral ;
  geo-pos:lat "48.70295"^^xsd:decimal ;
  geo-pos:long "-1.5732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5624'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5732'^^xsd:double;
  dwc:latitude '48.70295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5732 48.70295, -1.5732 48.70295, -1.5732 48.70295, -1.5732 48.70295, -1.5732 48.70295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5624'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71241 -1.57319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71241"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71241 -1.57319)"^^geo:wktLiteral ;
  geo-pos:lat "48.71241"^^xsd:decimal ;
  geo-pos:long "-1.57319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_141'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57319'^^xsd:double;
  dwc:latitude '48.71241'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57319 48.71241, -1.57319 48.71241, -1.57319 48.71241, -1.57319 48.71241, -1.57319 48.71241))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_141'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66655 -1.57316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66655 -1.57316)"^^geo:wktLiteral ;
  geo-pos:lat "48.66655"^^xsd:decimal ;
  geo-pos:long "-1.57316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6113'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57316'^^xsd:double;
  dwc:latitude '48.66655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57316 48.66655, -1.57316 48.66655, -1.57316 48.66655, -1.57316 48.66655, -1.57316 48.66655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6113'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71032 -1.57316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71032 -1.57316)"^^geo:wktLiteral ;
  geo-pos:lat "48.71032"^^xsd:decimal ;
  geo-pos:long "-1.57316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1157'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57316'^^xsd:double;
  dwc:latitude '48.71032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57316 48.71032, -1.57316 48.71032, -1.57316 48.71032, -1.57316 48.71032, -1.57316 48.71032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1157'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67867 -1.57314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67867 -1.57314)"^^geo:wktLiteral ;
  geo-pos:lat "48.67867"^^xsd:decimal ;
  geo-pos:long "-1.57314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5375'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57314'^^xsd:double;
  dwc:latitude '48.67867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57314 48.67867, -1.57314 48.67867, -1.57314 48.67867, -1.57314 48.67867, -1.57314 48.67867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5375'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68008 -1.57314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68008 -1.57314)"^^geo:wktLiteral ;
  geo-pos:lat "48.68008"^^xsd:decimal ;
  geo-pos:long "-1.57314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4866'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57314'^^xsd:double;
  dwc:latitude '48.68008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57314 48.68008, -1.57314 48.68008, -1.57314 48.68008, -1.57314 48.68008, -1.57314 48.68008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4866'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69945 -1.57314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69945 -1.57314)"^^geo:wktLiteral ;
  geo-pos:lat "48.69945"^^xsd:decimal ;
  geo-pos:long "-1.57314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6975'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57314'^^xsd:double;
  dwc:latitude '48.69945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57314 48.69945, -1.57314 48.69945, -1.57314 48.69945, -1.57314 48.69945, -1.57314 48.69945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6975'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73267 -1.57313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73267"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73267 -1.57313)"^^geo:wktLiteral ;
  geo-pos:lat "48.73267"^^xsd:decimal ;
  geo-pos:long "-1.57313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2563'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57313'^^xsd:double;
  dwc:latitude '48.73267'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57313 48.73267, -1.57313 48.73267, -1.57313 48.73267, -1.57313 48.73267, -1.57313 48.73267))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2563'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66773 -1.57312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66773 -1.57312)"^^geo:wktLiteral ;
  geo-pos:lat "48.66773"^^xsd:decimal ;
  geo-pos:long "-1.57312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6231'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57312'^^xsd:double;
  dwc:latitude '48.66773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57312 48.66773, -1.57312 48.66773, -1.57312 48.66773, -1.57312 48.66773, -1.57312 48.66773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6231'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66912 -1.57312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66912 -1.57312)"^^geo:wktLiteral ;
  geo-pos:lat "48.66912"^^xsd:decimal ;
  geo-pos:long "-1.57312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11204'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57312'^^xsd:double;
  dwc:latitude '48.66912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57312 48.66912, -1.57312 48.66912, -1.57312 48.66912, -1.57312 48.66912, -1.57312 48.66912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11204'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68336 -1.57312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68336"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68336 -1.57312)"^^geo:wktLiteral ;
  geo-pos:lat "48.68336"^^xsd:decimal ;
  geo-pos:long "-1.57312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6675'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57312'^^xsd:double;
  dwc:latitude '48.68336'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57312 48.68336, -1.57312 48.68336, -1.57312 48.68336, -1.57312 48.68336, -1.57312 48.68336))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6675'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67288 -1.57311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67288 -1.57311)"^^geo:wktLiteral ;
  geo-pos:lat "48.67288"^^xsd:decimal ;
  geo-pos:long "-1.57311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6085'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57311'^^xsd:double;
  dwc:latitude '48.67288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57311 48.67288, -1.57311 48.67288, -1.57311 48.67288, -1.57311 48.67288, -1.57311 48.67288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6085'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.678 -1.5731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.678 -1.5731)"^^geo:wktLiteral ;
  geo-pos:lat "48.678"^^xsd:decimal ;
  geo-pos:long "-1.5731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7038'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5731'^^xsd:double;
  dwc:latitude '48.678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5731 48.678, -1.5731 48.678, -1.5731 48.678, -1.5731 48.678, -1.5731 48.678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7038'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68186 -1.5731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68186 -1.5731)"^^geo:wktLiteral ;
  geo-pos:lat "48.68186"^^xsd:decimal ;
  geo-pos:long "-1.5731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9288'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5731'^^xsd:double;
  dwc:latitude '48.68186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5731 48.68186, -1.5731 48.68186, -1.5731 48.68186, -1.5731 48.68186, -1.5731 48.68186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9288'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71135 -1.5731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71135 -1.5731)"^^geo:wktLiteral ;
  geo-pos:lat "48.71135"^^xsd:decimal ;
  geo-pos:long "-1.5731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5224'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5731'^^xsd:double;
  dwc:latitude '48.71135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5731 48.71135, -1.5731 48.71135, -1.5731 48.71135, -1.5731 48.71135, -1.5731 48.71135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5224'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66453 -1.57309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66453 -1.57309)"^^geo:wktLiteral ;
  geo-pos:lat "48.66453"^^xsd:decimal ;
  geo-pos:long "-1.57309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8643'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57309'^^xsd:double;
  dwc:latitude '48.66453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57309 48.66453, -1.57309 48.66453, -1.57309 48.66453, -1.57309 48.66453, -1.57309 48.66453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8643'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70223 -1.57307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70223 -1.57307)"^^geo:wktLiteral ;
  geo-pos:lat "48.70223"^^xsd:decimal ;
  geo-pos:long "-1.57307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5558'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57307'^^xsd:double;
  dwc:latitude '48.70223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57307 48.70223, -1.57307 48.70223, -1.57307 48.70223, -1.57307 48.70223, -1.57307 48.70223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5558'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7409 -1.57307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7409 -1.57307)"^^geo:wktLiteral ;
  geo-pos:lat "48.7409"^^xsd:decimal ;
  geo-pos:long "-1.57307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7506'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57307'^^xsd:double;
  dwc:latitude '48.7409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57307 48.7409, -1.57307 48.7409, -1.57307 48.7409, -1.57307 48.7409, -1.57307 48.7409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7506'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6636 -1.57305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6636 -1.57305)"^^geo:wktLiteral ;
  geo-pos:lat "48.6636"^^xsd:decimal ;
  geo-pos:long "-1.57305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_8669'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57305'^^xsd:double;
  dwc:latitude '48.6636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57305 48.6636, -1.57305 48.6636, -1.57305 48.6636, -1.57305 48.6636, -1.57305 48.6636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8669'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67258 -1.57304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67258 -1.57304)"^^geo:wktLiteral ;
  geo-pos:lat "48.67258"^^xsd:decimal ;
  geo-pos:long "-1.57304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2202'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57304'^^xsd:double;
  dwc:latitude '48.67258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57304 48.67258, -1.57304 48.67258, -1.57304 48.67258, -1.57304 48.67258, -1.57304 48.67258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2202'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68257 -1.57304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68257 -1.57304)"^^geo:wktLiteral ;
  geo-pos:lat "48.68257"^^xsd:decimal ;
  geo-pos:long "-1.57304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5683'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57304'^^xsd:double;
  dwc:latitude '48.68257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57304 48.68257, -1.57304 48.68257, -1.57304 48.68257, -1.57304 48.68257, -1.57304 48.68257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5683'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67856 -1.57302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67856"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67856 -1.57302)"^^geo:wktLiteral ;
  geo-pos:lat "48.67856"^^xsd:decimal ;
  geo-pos:long "-1.57302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4747'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57302'^^xsd:double;
  dwc:latitude '48.67856'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57302 48.67856, -1.57302 48.67856, -1.57302 48.67856, -1.57302 48.67856, -1.57302 48.67856))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4747'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7238 -1.57302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7238"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7238 -1.57302)"^^geo:wktLiteral ;
  geo-pos:lat "48.7238"^^xsd:decimal ;
  geo-pos:long "-1.57302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3534'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57302'^^xsd:double;
  dwc:latitude '48.7238'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57302 48.7238, -1.57302 48.7238, -1.57302 48.7238, -1.57302 48.7238, -1.57302 48.7238))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3534'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67049 -1.57301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67049 -1.57301)"^^geo:wktLiteral ;
  geo-pos:lat "48.67049"^^xsd:decimal ;
  geo-pos:long "-1.57301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7135'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57301'^^xsd:double;
  dwc:latitude '48.67049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57301 48.67049, -1.57301 48.67049, -1.57301 48.67049, -1.57301 48.67049, -1.57301 48.67049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7135'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67113 -1.57301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67113 -1.57301)"^^geo:wktLiteral ;
  geo-pos:lat "48.67113"^^xsd:decimal ;
  geo-pos:long "-1.57301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6903'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57301'^^xsd:double;
  dwc:latitude '48.67113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57301 48.67113, -1.57301 48.67113, -1.57301 48.67113, -1.57301 48.67113, -1.57301 48.67113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6903'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72346 -1.573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72346 -1.573)"^^geo:wktLiteral ;
  geo-pos:lat "48.72346"^^xsd:decimal ;
  geo-pos:long "-1.573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7750'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.573'^^xsd:double;
  dwc:latitude '48.72346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.573 48.72346, -1.573 48.72346, -1.573 48.72346, -1.573 48.72346, -1.573 48.72346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7750'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72884 -1.573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72884 -1.573)"^^geo:wktLiteral ;
  geo-pos:lat "48.72884"^^xsd:decimal ;
  geo-pos:long "-1.573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3521'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.573'^^xsd:double;
  dwc:latitude '48.72884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.573 48.72884, -1.573 48.72884, -1.573 48.72884, -1.573 48.72884, -1.573 48.72884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3521'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74053 -1.57299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74053 -1.57299)"^^geo:wktLiteral ;
  geo-pos:lat "48.74053"^^xsd:decimal ;
  geo-pos:long "-1.57299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7422'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57299'^^xsd:double;
  dwc:latitude '48.74053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57299 48.74053, -1.57299 48.74053, -1.57299 48.74053, -1.57299 48.74053, -1.57299 48.74053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7422'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69379 -1.57296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69379 -1.57296)"^^geo:wktLiteral ;
  geo-pos:lat "48.69379"^^xsd:decimal ;
  geo-pos:long "-1.57296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9390'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57296'^^xsd:double;
  dwc:latitude '48.69379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57296 48.69379, -1.57296 48.69379, -1.57296 48.69379, -1.57296 48.69379, -1.57296 48.69379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9390'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71672 -1.57295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71672 -1.57295)"^^geo:wktLiteral ;
  geo-pos:lat "48.71672"^^xsd:decimal ;
  geo-pos:long "-1.57295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4998'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57295'^^xsd:double;
  dwc:latitude '48.71672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57295 48.71672, -1.57295 48.71672, -1.57295 48.71672, -1.57295 48.71672, -1.57295 48.71672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4998'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66505 -1.57294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66505 -1.57294)"^^geo:wktLiteral ;
  geo-pos:lat "48.66505"^^xsd:decimal ;
  geo-pos:long "-1.57294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6904'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57294'^^xsd:double;
  dwc:latitude '48.66505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57294 48.66505, -1.57294 48.66505, -1.57294 48.66505, -1.57294 48.66505, -1.57294 48.66505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6904'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66878 -1.57294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66878 -1.57294)"^^geo:wktLiteral ;
  geo-pos:lat "48.66878"^^xsd:decimal ;
  geo-pos:long "-1.57294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5252'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57294'^^xsd:double;
  dwc:latitude '48.66878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57294 48.66878, -1.57294 48.66878, -1.57294 48.66878, -1.57294 48.66878, -1.57294 48.66878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5252'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66917 -1.57294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66917 -1.57294)"^^geo:wktLiteral ;
  geo-pos:lat "48.66917"^^xsd:decimal ;
  geo-pos:long "-1.57294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3121'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57294'^^xsd:double;
  dwc:latitude '48.66917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57294 48.66917, -1.57294 48.66917, -1.57294 48.66917, -1.57294 48.66917, -1.57294 48.66917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3121'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72332 -1.57294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72332"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72332 -1.57294)"^^geo:wktLiteral ;
  geo-pos:lat "48.72332"^^xsd:decimal ;
  geo-pos:long "-1.57294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4037'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57294'^^xsd:double;
  dwc:latitude '48.72332'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57294 48.72332, -1.57294 48.72332, -1.57294 48.72332, -1.57294 48.72332, -1.57294 48.72332))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4037'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68289 -1.5729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68289 -1.5729)"^^geo:wktLiteral ;
  geo-pos:lat "48.68289"^^xsd:decimal ;
  geo-pos:long "-1.5729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6910'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5729'^^xsd:double;
  dwc:latitude '48.68289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5729 48.68289, -1.5729 48.68289, -1.5729 48.68289, -1.5729 48.68289, -1.5729 48.68289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6910'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65549 -1.57289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65549 -1.57289)"^^geo:wktLiteral ;
  geo-pos:lat "48.65549"^^xsd:decimal ;
  geo-pos:long "-1.57289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3578'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57289'^^xsd:double;
  dwc:latitude '48.65549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57289 48.65549, -1.57289 48.65549, -1.57289 48.65549, -1.57289 48.65549, -1.57289 48.65549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3578'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66498 -1.57289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66498 -1.57289)"^^geo:wktLiteral ;
  geo-pos:lat "48.66498"^^xsd:decimal ;
  geo-pos:long "-1.57289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5989'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57289'^^xsd:double;
  dwc:latitude '48.66498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57289 48.66498, -1.57289 48.66498, -1.57289 48.66498, -1.57289 48.66498, -1.57289 48.66498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5989'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72175 -1.57289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72175 -1.57289)"^^geo:wktLiteral ;
  geo-pos:lat "48.72175"^^xsd:decimal ;
  geo-pos:long "-1.57289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1869'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57289'^^xsd:double;
  dwc:latitude '48.72175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57289 48.72175, -1.57289 48.72175, -1.57289 48.72175, -1.57289 48.72175, -1.57289 48.72175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1869'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72981 -1.57289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72981"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72981 -1.57289)"^^geo:wktLiteral ;
  geo-pos:lat "48.72981"^^xsd:decimal ;
  geo-pos:long "-1.57289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2931'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57289'^^xsd:double;
  dwc:latitude '48.72981'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57289 48.72981, -1.57289 48.72981, -1.57289 48.72981, -1.57289 48.72981, -1.57289 48.72981))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2931'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65359 -1.57288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65359 -1.57288)"^^geo:wktLiteral ;
  geo-pos:lat "48.65359"^^xsd:decimal ;
  geo-pos:long "-1.57288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_422'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57288'^^xsd:double;
  dwc:latitude '48.65359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57288 48.65359, -1.57288 48.65359, -1.57288 48.65359, -1.57288 48.65359, -1.57288 48.65359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_422'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65948 -1.57286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65948 -1.57286)"^^geo:wktLiteral ;
  geo-pos:lat "48.65948"^^xsd:decimal ;
  geo-pos:long "-1.57286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_110'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57286'^^xsd:double;
  dwc:latitude '48.65948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57286 48.65948, -1.57286 48.65948, -1.57286 48.65948, -1.57286 48.65948, -1.57286 48.65948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_110'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6809 -1.57285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6809 -1.57285)"^^geo:wktLiteral ;
  geo-pos:lat "48.6809"^^xsd:decimal ;
  geo-pos:long "-1.57285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4568'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57285'^^xsd:double;
  dwc:latitude '48.6809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57285 48.6809, -1.57285 48.6809, -1.57285 48.6809, -1.57285 48.6809, -1.57285 48.6809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4568'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72032 -1.57284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72032 -1.57284)"^^geo:wktLiteral ;
  geo-pos:lat "48.72032"^^xsd:decimal ;
  geo-pos:long "-1.57284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4051'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57284'^^xsd:double;
  dwc:latitude '48.72032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57284 48.72032, -1.57284 48.72032, -1.57284 48.72032, -1.57284 48.72032, -1.57284 48.72032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4051'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66984 -1.57283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66984 -1.57283)"^^geo:wktLiteral ;
  geo-pos:lat "48.66984"^^xsd:decimal ;
  geo-pos:long "-1.57283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7321'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57283'^^xsd:double;
  dwc:latitude '48.66984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57283 48.66984, -1.57283 48.66984, -1.57283 48.66984, -1.57283 48.66984, -1.57283 48.66984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7321'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68219 -1.57283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68219"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68219 -1.57283)"^^geo:wktLiteral ;
  geo-pos:lat "48.68219"^^xsd:decimal ;
  geo-pos:long "-1.57283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6916'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57283'^^xsd:double;
  dwc:latitude '48.68219'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57283 48.68219, -1.57283 48.68219, -1.57283 48.68219, -1.57283 48.68219, -1.57283 48.68219))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6916'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68548 -1.57283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68548 -1.57283)"^^geo:wktLiteral ;
  geo-pos:lat "48.68548"^^xsd:decimal ;
  geo-pos:long "-1.57283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8884'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57283'^^xsd:double;
  dwc:latitude '48.68548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57283 48.68548, -1.57283 48.68548, -1.57283 48.68548, -1.57283 48.68548, -1.57283 48.68548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8884'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69864 -1.57283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69864 -1.57283)"^^geo:wktLiteral ;
  geo-pos:lat "48.69864"^^xsd:decimal ;
  geo-pos:long "-1.57283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8227'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57283'^^xsd:double;
  dwc:latitude '48.69864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57283 48.69864, -1.57283 48.69864, -1.57283 48.69864, -1.57283 48.69864, -1.57283 48.69864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8227'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73048 -1.57282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73048 -1.57282)"^^geo:wktLiteral ;
  geo-pos:lat "48.73048"^^xsd:decimal ;
  geo-pos:long "-1.57282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2399'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57282'^^xsd:double;
  dwc:latitude '48.73048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57282 48.73048, -1.57282 48.73048, -1.57282 48.73048, -1.57282 48.73048, -1.57282 48.73048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2399'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6679 -1.57279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6679 -1.57279)"^^geo:wktLiteral ;
  geo-pos:lat "48.6679"^^xsd:decimal ;
  geo-pos:long "-1.57279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1700'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57279'^^xsd:double;
  dwc:latitude '48.6679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57279 48.6679, -1.57279 48.6679, -1.57279 48.6679, -1.57279 48.6679, -1.57279 48.6679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1700'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73968 -1.57278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73968 -1.57278)"^^geo:wktLiteral ;
  geo-pos:lat "48.73968"^^xsd:decimal ;
  geo-pos:long "-1.57278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7481'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57278'^^xsd:double;
  dwc:latitude '48.73968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57278 48.73968, -1.57278 48.73968, -1.57278 48.73968, -1.57278 48.73968, -1.57278 48.73968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7481'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71161 -1.57277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71161 -1.57277)"^^geo:wktLiteral ;
  geo-pos:lat "48.71161"^^xsd:decimal ;
  geo-pos:long "-1.57277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_8459'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57277'^^xsd:double;
  dwc:latitude '48.71161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57277 48.71161, -1.57277 48.71161, -1.57277 48.71161, -1.57277 48.71161, -1.57277 48.71161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8459'^^xsd:string;
  dwc:observationDate '2007-12-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65336 -1.57275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65336"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65336 -1.57275)"^^geo:wktLiteral ;
  geo-pos:lat "48.65336"^^xsd:decimal ;
  geo-pos:long "-1.57275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5262'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57275'^^xsd:double;
  dwc:latitude '48.65336'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57275 48.65336, -1.57275 48.65336, -1.57275 48.65336, -1.57275 48.65336, -1.57275 48.65336))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5262'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6821 -1.57275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6821 -1.57275)"^^geo:wktLiteral ;
  geo-pos:lat "48.6821"^^xsd:decimal ;
  geo-pos:long "-1.57275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7118'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57275'^^xsd:double;
  dwc:latitude '48.6821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57275 48.6821, -1.57275 48.6821, -1.57275 48.6821, -1.57275 48.6821, -1.57275 48.6821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7118'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6862 -1.57274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6862 -1.57274)"^^geo:wktLiteral ;
  geo-pos:lat "48.6862"^^xsd:decimal ;
  geo-pos:long "-1.57274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2839'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57274'^^xsd:double;
  dwc:latitude '48.6862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57274 48.6862, -1.57274 48.6862, -1.57274 48.6862, -1.57274 48.6862, -1.57274 48.6862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2839'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73215 -1.57274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73215 -1.57274)"^^geo:wktLiteral ;
  geo-pos:lat "48.73215"^^xsd:decimal ;
  geo-pos:long "-1.57274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1966'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57274'^^xsd:double;
  dwc:latitude '48.73215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57274 48.73215, -1.57274 48.73215, -1.57274 48.73215, -1.57274 48.73215, -1.57274 48.73215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1966'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67084 -1.5727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67084 -1.5727)"^^geo:wktLiteral ;
  geo-pos:lat "48.67084"^^xsd:decimal ;
  geo-pos:long "-1.5727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5691'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5727'^^xsd:double;
  dwc:latitude '48.67084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5727 48.67084, -1.5727 48.67084, -1.5727 48.67084, -1.5727 48.67084, -1.5727 48.67084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5691'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68821 -1.5727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68821 -1.5727)"^^geo:wktLiteral ;
  geo-pos:lat "48.68821"^^xsd:decimal ;
  geo-pos:long "-1.5727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6685'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5727'^^xsd:double;
  dwc:latitude '48.68821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5727 48.68821, -1.5727 48.68821, -1.5727 48.68821, -1.5727 48.68821, -1.5727 48.68821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6685'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70368 -1.5727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70368"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70368 -1.5727)"^^geo:wktLiteral ;
  geo-pos:lat "48.70368"^^xsd:decimal ;
  geo-pos:long "-1.5727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4708'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5727'^^xsd:double;
  dwc:latitude '48.70368'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5727 48.70368, -1.5727 48.70368, -1.5727 48.70368, -1.5727 48.70368, -1.5727 48.70368))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4708'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7081 -1.5727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7081 -1.5727)"^^geo:wktLiteral ;
  geo-pos:lat "48.7081"^^xsd:decimal ;
  geo-pos:long "-1.5727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_779'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5727'^^xsd:double;
  dwc:latitude '48.7081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5727 48.7081, -1.5727 48.7081, -1.5727 48.7081, -1.5727 48.7081, -1.5727 48.7081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_779'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67112 -1.57269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67112"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67112 -1.57269)"^^geo:wktLiteral ;
  geo-pos:lat "48.67112"^^xsd:decimal ;
  geo-pos:long "-1.57269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3865'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57269'^^xsd:double;
  dwc:latitude '48.67112'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57269 48.67112, -1.57269 48.67112, -1.57269 48.67112, -1.57269 48.67112, -1.57269 48.67112))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3865'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73273 -1.57269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73273 -1.57269)"^^geo:wktLiteral ;
  geo-pos:lat "48.73273"^^xsd:decimal ;
  geo-pos:long "-1.57269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2908'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57269'^^xsd:double;
  dwc:latitude '48.73273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57269 48.73273, -1.57269 48.73273, -1.57269 48.73273, -1.57269 48.73273, -1.57269 48.73273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2908'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66824 -1.57268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66824 -1.57268)"^^geo:wktLiteral ;
  geo-pos:lat "48.66824"^^xsd:decimal ;
  geo-pos:long "-1.57268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1609'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57268'^^xsd:double;
  dwc:latitude '48.66824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57268 48.66824, -1.57268 48.66824, -1.57268 48.66824, -1.57268 48.66824, -1.57268 48.66824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1609'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68778 -1.57268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68778 -1.57268)"^^geo:wktLiteral ;
  geo-pos:lat "48.68778"^^xsd:decimal ;
  geo-pos:long "-1.57268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4577'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57268'^^xsd:double;
  dwc:latitude '48.68778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57268 48.68778, -1.57268 48.68778, -1.57268 48.68778, -1.57268 48.68778, -1.57268 48.68778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4577'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67646 -1.57266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67646 -1.57266)"^^geo:wktLiteral ;
  geo-pos:lat "48.67646"^^xsd:decimal ;
  geo-pos:long "-1.57266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7188'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57266'^^xsd:double;
  dwc:latitude '48.67646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57266 48.67646, -1.57266 48.67646, -1.57266 48.67646, -1.57266 48.67646, -1.57266 48.67646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7188'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69595 -1.57266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69595 -1.57266)"^^geo:wktLiteral ;
  geo-pos:lat "48.69595"^^xsd:decimal ;
  geo-pos:long "-1.57266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4176'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57266'^^xsd:double;
  dwc:latitude '48.69595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57266 48.69595, -1.57266 48.69595, -1.57266 48.69595, -1.57266 48.69595, -1.57266 48.69595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4176'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75 -1.57266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.75"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.75 -1.57266)"^^geo:wktLiteral ;
  geo-pos:lat "48.75"^^xsd:decimal ;
  geo-pos:long "-1.57266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7479'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57266'^^xsd:double;
  dwc:latitude '48.75'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57266 48.75, -1.57266 48.75, -1.57266 48.75, -1.57266 48.75, -1.57266 48.75))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7479'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.57263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.57263)"^^geo:wktLiteral ;
  geo-pos:lat "48.6874"^^xsd:decimal ;
  geo-pos:long "-1.57263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6891'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57263'^^xsd:double;
  dwc:latitude '48.6874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57263 48.6874, -1.57263 48.6874, -1.57263 48.6874, -1.57263 48.6874, -1.57263 48.6874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6891'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65364 -1.57261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65364"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65364 -1.57261)"^^geo:wktLiteral ;
  geo-pos:lat "48.65364"^^xsd:decimal ;
  geo-pos:long "-1.57261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3796'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57261'^^xsd:double;
  dwc:latitude '48.65364'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57261 48.65364, -1.57261 48.65364, -1.57261 48.65364, -1.57261 48.65364, -1.57261 48.65364))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3796'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67816 -1.57261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67816 -1.57261)"^^geo:wktLiteral ;
  geo-pos:lat "48.67816"^^xsd:decimal ;
  geo-pos:long "-1.57261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4644'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57261'^^xsd:double;
  dwc:latitude '48.67816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57261 48.67816, -1.57261 48.67816, -1.57261 48.67816, -1.57261 48.67816, -1.57261 48.67816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4644'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.57261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.57261)"^^geo:wktLiteral ;
  geo-pos:lat "48.69558"^^xsd:decimal ;
  geo-pos:long "-1.57261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7114'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57261'^^xsd:double;
  dwc:latitude '48.69558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57261 48.69558, -1.57261 48.69558, -1.57261 48.69558, -1.57261 48.69558, -1.57261 48.69558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7114'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72324 -1.57261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72324"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72324 -1.57261)"^^geo:wktLiteral ;
  geo-pos:lat "48.72324"^^xsd:decimal ;
  geo-pos:long "-1.57261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4081'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57261'^^xsd:double;
  dwc:latitude '48.72324'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57261 48.72324, -1.57261 48.72324, -1.57261 48.72324, -1.57261 48.72324, -1.57261 48.72324))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4081'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7083 -1.5726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7083 -1.5726)"^^geo:wktLiteral ;
  geo-pos:lat "48.7083"^^xsd:decimal ;
  geo-pos:long "-1.5726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1547'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5726'^^xsd:double;
  dwc:latitude '48.7083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5726 48.7083, -1.5726 48.7083, -1.5726 48.7083, -1.5726 48.7083, -1.5726 48.7083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1547'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70101 -1.57258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70101 -1.57258)"^^geo:wktLiteral ;
  geo-pos:lat "48.70101"^^xsd:decimal ;
  geo-pos:long "-1.57258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10051'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57258'^^xsd:double;
  dwc:latitude '48.70101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57258 48.70101, -1.57258 48.70101, -1.57258 48.70101, -1.57258 48.70101, -1.57258 48.70101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10051'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65543 -1.57257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65543 -1.57257)"^^geo:wktLiteral ;
  geo-pos:lat "48.65543"^^xsd:decimal ;
  geo-pos:long "-1.57257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12271'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57257'^^xsd:double;
  dwc:latitude '48.65543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57257 48.65543, -1.57257 48.65543, -1.57257 48.65543, -1.57257 48.65543, -1.57257 48.65543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12271'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65519 -1.57256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65519"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65519 -1.57256)"^^geo:wktLiteral ;
  geo-pos:lat "48.65519"^^xsd:decimal ;
  geo-pos:long "-1.57256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12830'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57256'^^xsd:double;
  dwc:latitude '48.65519'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57256 48.65519, -1.57256 48.65519, -1.57256 48.65519, -1.57256 48.65519, -1.57256 48.65519))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12830'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69102 -1.57255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69102 -1.57255)"^^geo:wktLiteral ;
  geo-pos:lat "48.69102"^^xsd:decimal ;
  geo-pos:long "-1.57255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10277'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57255'^^xsd:double;
  dwc:latitude '48.69102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57255 48.69102, -1.57255 48.69102, -1.57255 48.69102, -1.57255 48.69102, -1.57255 48.69102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10277'^^xsd:string;
  dwc:observationDate '2008-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67666 -1.57254)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57254"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67666 -1.57254)"^^geo:wktLiteral ;
  geo-pos:lat "48.67666"^^xsd:decimal ;
  geo-pos:long "-1.57254"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11253'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57254'^^xsd:double;
  dwc:latitude '48.67666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57254 48.67666, -1.57254 48.67666, -1.57254 48.67666, -1.57254 48.67666, -1.57254 48.67666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11253'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72622 -1.57253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72622 -1.57253)"^^geo:wktLiteral ;
  geo-pos:lat "48.72622"^^xsd:decimal ;
  geo-pos:long "-1.57253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2562'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57253'^^xsd:double;
  dwc:latitude '48.72622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57253 48.72622, -1.57253 48.72622, -1.57253 48.72622, -1.57253 48.72622, -1.57253 48.72622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2562'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69554 -1.57252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69554 -1.57252)"^^geo:wktLiteral ;
  geo-pos:lat "48.69554"^^xsd:decimal ;
  geo-pos:long "-1.57252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8425'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57252'^^xsd:double;
  dwc:latitude '48.69554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57252 48.69554, -1.57252 48.69554, -1.57252 48.69554, -1.57252 48.69554, -1.57252 48.69554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8425'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7401 -1.57251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7401 -1.57251)"^^geo:wktLiteral ;
  geo-pos:lat "48.7401"^^xsd:decimal ;
  geo-pos:long "-1.57251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7382'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57251'^^xsd:double;
  dwc:latitude '48.7401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57251 48.7401, -1.57251 48.7401, -1.57251 48.7401, -1.57251 48.7401, -1.57251 48.7401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7382'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70075 -1.5725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70075 -1.5725)"^^geo:wktLiteral ;
  geo-pos:lat "48.70075"^^xsd:decimal ;
  geo-pos:long "-1.5725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8445'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5725'^^xsd:double;
  dwc:latitude '48.70075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5725 48.70075, -1.5725 48.70075, -1.5725 48.70075, -1.5725 48.70075, -1.5725 48.70075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8445'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65143 -1.57249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65143 -1.57249)"^^geo:wktLiteral ;
  geo-pos:lat "48.65143"^^xsd:decimal ;
  geo-pos:long "-1.57249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7308'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57249'^^xsd:double;
  dwc:latitude '48.65143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57249 48.65143, -1.57249 48.65143, -1.57249 48.65143, -1.57249 48.65143, -1.57249 48.65143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7308'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65335 -1.57246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65335"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65335 -1.57246)"^^geo:wktLiteral ;
  geo-pos:lat "48.65335"^^xsd:decimal ;
  geo-pos:long "-1.57246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11630'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57246'^^xsd:double;
  dwc:latitude '48.65335'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57246 48.65335, -1.57246 48.65335, -1.57246 48.65335, -1.57246 48.65335, -1.57246 48.65335))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11630'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67198 -1.57246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67198 -1.57246)"^^geo:wktLiteral ;
  geo-pos:lat "48.67198"^^xsd:decimal ;
  geo-pos:long "-1.57246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3903'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57246'^^xsd:double;
  dwc:latitude '48.67198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57246 48.67198, -1.57246 48.67198, -1.57246 48.67198, -1.57246 48.67198, -1.57246 48.67198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3903'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65651 -1.57244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65651 -1.57244)"^^geo:wktLiteral ;
  geo-pos:lat "48.65651"^^xsd:decimal ;
  geo-pos:long "-1.57244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6771'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57244'^^xsd:double;
  dwc:latitude '48.65651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57244 48.65651, -1.57244 48.65651, -1.57244 48.65651, -1.57244 48.65651, -1.57244 48.65651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6771'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68196 -1.57244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68196 -1.57244)"^^geo:wktLiteral ;
  geo-pos:lat "48.68196"^^xsd:decimal ;
  geo-pos:long "-1.57244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1349'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57244'^^xsd:double;
  dwc:latitude '48.68196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57244 48.68196, -1.57244 48.68196, -1.57244 48.68196, -1.57244 48.68196, -1.57244 48.68196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1349'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71773 -1.57244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71773 -1.57244)"^^geo:wktLiteral ;
  geo-pos:lat "48.71773"^^xsd:decimal ;
  geo-pos:long "-1.57244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3036'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57244'^^xsd:double;
  dwc:latitude '48.71773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57244 48.71773, -1.57244 48.71773, -1.57244 48.71773, -1.57244 48.71773, -1.57244 48.71773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3036'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66506 -1.57243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66506"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66506 -1.57243)"^^geo:wktLiteral ;
  geo-pos:lat "48.66506"^^xsd:decimal ;
  geo-pos:long "-1.57243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4680'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57243'^^xsd:double;
  dwc:latitude '48.66506'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57243 48.66506, -1.57243 48.66506, -1.57243 48.66506, -1.57243 48.66506, -1.57243 48.66506))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4680'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68047 -1.57243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68047 -1.57243)"^^geo:wktLiteral ;
  geo-pos:lat "48.68047"^^xsd:decimal ;
  geo-pos:long "-1.57243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_10829'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57243'^^xsd:double;
  dwc:latitude '48.68047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57243 48.68047, -1.57243 48.68047, -1.57243 48.68047, -1.57243 48.68047, -1.57243 48.68047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10829'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70879 -1.57243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70879 -1.57243)"^^geo:wktLiteral ;
  geo-pos:lat "48.70879"^^xsd:decimal ;
  geo-pos:long "-1.57243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10054'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57243'^^xsd:double;
  dwc:latitude '48.70879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57243 48.70879, -1.57243 48.70879, -1.57243 48.70879, -1.57243 48.70879, -1.57243 48.70879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10054'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69596 -1.57242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69596 -1.57242)"^^geo:wktLiteral ;
  geo-pos:lat "48.69596"^^xsd:decimal ;
  geo-pos:long "-1.57242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4540'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57242'^^xsd:double;
  dwc:latitude '48.69596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57242 48.69596, -1.57242 48.69596, -1.57242 48.69596, -1.57242 48.69596, -1.57242 48.69596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4540'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73229 -1.57242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73229 -1.57242)"^^geo:wktLiteral ;
  geo-pos:lat "48.73229"^^xsd:decimal ;
  geo-pos:long "-1.57242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1843'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '3.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57242'^^xsd:double;
  dwc:latitude '48.73229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57242 48.73229, -1.57242 48.73229, -1.57242 48.73229, -1.57242 48.73229, -1.57242 48.73229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1843'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65248 -1.57241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65248 -1.57241)"^^geo:wktLiteral ;
  geo-pos:lat "48.65248"^^xsd:decimal ;
  geo-pos:long "-1.57241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12860'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57241'^^xsd:double;
  dwc:latitude '48.65248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57241 48.65248, -1.57241 48.65248, -1.57241 48.65248, -1.57241 48.65248, -1.57241 48.65248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12860'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66964 -1.57241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66964 -1.57241)"^^geo:wktLiteral ;
  geo-pos:lat "48.66964"^^xsd:decimal ;
  geo-pos:long "-1.57241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12674'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57241'^^xsd:double;
  dwc:latitude '48.66964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57241 48.66964, -1.57241 48.66964, -1.57241 48.66964, -1.57241 48.66964, -1.57241 48.66964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12674'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66968 -1.5724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66968 -1.5724)"^^geo:wktLiteral ;
  geo-pos:lat "48.66968"^^xsd:decimal ;
  geo-pos:long "-1.5724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3863'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5724'^^xsd:double;
  dwc:latitude '48.66968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5724 48.66968, -1.5724 48.66968, -1.5724 48.66968, -1.5724 48.66968, -1.5724 48.66968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3863'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72044 -1.5724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72044 -1.5724)"^^geo:wktLiteral ;
  geo-pos:lat "48.72044"^^xsd:decimal ;
  geo-pos:long "-1.5724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2397'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5724'^^xsd:double;
  dwc:latitude '48.72044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5724 48.72044, -1.5724 48.72044, -1.5724 48.72044, -1.5724 48.72044, -1.5724 48.72044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2397'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72569 -1.57239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72569"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72569 -1.57239)"^^geo:wktLiteral ;
  geo-pos:lat "48.72569"^^xsd:decimal ;
  geo-pos:long "-1.57239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4736'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.033333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57239'^^xsd:double;
  dwc:latitude '48.72569'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57239 48.72569, -1.57239 48.72569, -1.57239 48.72569, -1.57239 48.72569, -1.57239 48.72569))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4736'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67097 -1.57238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67097 -1.57238)"^^geo:wktLiteral ;
  geo-pos:lat "48.67097"^^xsd:decimal ;
  geo-pos:long "-1.57238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4955'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57238'^^xsd:double;
  dwc:latitude '48.67097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57238 48.67097, -1.57238 48.67097, -1.57238 48.67097, -1.57238 48.67097, -1.57238 48.67097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4955'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65834 -1.57236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65834 -1.57236)"^^geo:wktLiteral ;
  geo-pos:lat "48.65834"^^xsd:decimal ;
  geo-pos:long "-1.57236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7145'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57236'^^xsd:double;
  dwc:latitude '48.65834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57236 48.65834, -1.57236 48.65834, -1.57236 48.65834, -1.57236 48.65834, -1.57236 48.65834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7145'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70886 -1.57235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70886"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70886 -1.57235)"^^geo:wktLiteral ;
  geo-pos:lat "48.70886"^^xsd:decimal ;
  geo-pos:long "-1.57235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9401'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57235'^^xsd:double;
  dwc:latitude '48.70886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57235 48.70886, -1.57235 48.70886, -1.57235 48.70886, -1.57235 48.70886, -1.57235 48.70886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9401'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68351 -1.57233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68351 -1.57233)"^^geo:wktLiteral ;
  geo-pos:lat "48.68351"^^xsd:decimal ;
  geo-pos:long "-1.57233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5264'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57233'^^xsd:double;
  dwc:latitude '48.68351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57233 48.68351, -1.57233 48.68351, -1.57233 48.68351, -1.57233 48.68351, -1.57233 48.68351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5264'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71435 -1.57233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71435 -1.57233)"^^geo:wktLiteral ;
  geo-pos:lat "48.71435"^^xsd:decimal ;
  geo-pos:long "-1.57233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8080'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57233'^^xsd:double;
  dwc:latitude '48.71435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57233 48.71435, -1.57233 48.71435, -1.57233 48.71435, -1.57233 48.71435, -1.57233 48.71435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8080'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65462 -1.57232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65462 -1.57232)"^^geo:wktLiteral ;
  geo-pos:lat "48.65462"^^xsd:decimal ;
  geo-pos:long "-1.57232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3856'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57232'^^xsd:double;
  dwc:latitude '48.65462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57232 48.65462, -1.57232 48.65462, -1.57232 48.65462, -1.57232 48.65462, -1.57232 48.65462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3856'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66949 -1.57232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66949 -1.57232)"^^geo:wktLiteral ;
  geo-pos:lat "48.66949"^^xsd:decimal ;
  geo-pos:long "-1.57232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10590'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57232'^^xsd:double;
  dwc:latitude '48.66949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57232 48.66949, -1.57232 48.66949, -1.57232 48.66949, -1.57232 48.66949, -1.57232 48.66949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10590'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6811 -1.57232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6811 -1.57232)"^^geo:wktLiteral ;
  geo-pos:lat "48.6811"^^xsd:decimal ;
  geo-pos:long "-1.57232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7314'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57232'^^xsd:double;
  dwc:latitude '48.6811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57232 48.6811, -1.57232 48.6811, -1.57232 48.6811, -1.57232 48.6811, -1.57232 48.6811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7314'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70374 -1.57232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70374"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70374 -1.57232)"^^geo:wktLiteral ;
  geo-pos:lat "48.70374"^^xsd:decimal ;
  geo-pos:long "-1.57232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2134'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57232'^^xsd:double;
  dwc:latitude '48.70374'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57232 48.70374, -1.57232 48.70374, -1.57232 48.70374, -1.57232 48.70374, -1.57232 48.70374))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2134'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73222 -1.57232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73222 -1.57232)"^^geo:wktLiteral ;
  geo-pos:lat "48.73222"^^xsd:decimal ;
  geo-pos:long "-1.57232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3445'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57232'^^xsd:double;
  dwc:latitude '48.73222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57232 48.73222, -1.57232 48.73222, -1.57232 48.73222, -1.57232 48.73222, -1.57232 48.73222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3445'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69672 -1.57231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69672 -1.57231)"^^geo:wktLiteral ;
  geo-pos:lat "48.69672"^^xsd:decimal ;
  geo-pos:long "-1.57231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6938'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57231'^^xsd:double;
  dwc:latitude '48.69672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57231 48.69672, -1.57231 48.69672, -1.57231 48.69672, -1.57231 48.69672, -1.57231 48.69672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6938'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.728 -1.57231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.728 -1.57231)"^^geo:wktLiteral ;
  geo-pos:lat "48.728"^^xsd:decimal ;
  geo-pos:long "-1.57231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4056'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57231'^^xsd:double;
  dwc:latitude '48.728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57231 48.728, -1.57231 48.728, -1.57231 48.728, -1.57231 48.728, -1.57231 48.728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4056'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74251 -1.57231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74251"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74251 -1.57231)"^^geo:wktLiteral ;
  geo-pos:lat "48.74251"^^xsd:decimal ;
  geo-pos:long "-1.57231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7523'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57231'^^xsd:double;
  dwc:latitude '48.74251'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57231 48.74251, -1.57231 48.74251, -1.57231 48.74251, -1.57231 48.74251, -1.57231 48.74251))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7523'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70523 -1.5723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70523 -1.5723)"^^geo:wktLiteral ;
  geo-pos:lat "48.70523"^^xsd:decimal ;
  geo-pos:long "-1.5723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9091'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5723'^^xsd:double;
  dwc:latitude '48.70523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5723 48.70523, -1.5723 48.70523, -1.5723 48.70523, -1.5723 48.70523, -1.5723 48.70523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9091'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6674 -1.57227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6674 -1.57227)"^^geo:wktLiteral ;
  geo-pos:lat "48.6674"^^xsd:decimal ;
  geo-pos:long "-1.57227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3690'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57227'^^xsd:double;
  dwc:latitude '48.6674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57227 48.6674, -1.57227 48.6674, -1.57227 48.6674, -1.57227 48.6674, -1.57227 48.6674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3690'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67216 -1.57227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67216 -1.57227)"^^geo:wktLiteral ;
  geo-pos:lat "48.67216"^^xsd:decimal ;
  geo-pos:long "-1.57227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6503'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57227'^^xsd:double;
  dwc:latitude '48.67216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57227 48.67216, -1.57227 48.67216, -1.57227 48.67216, -1.57227 48.67216, -1.57227 48.67216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6503'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66923 -1.57226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57226"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66923 -1.57226)"^^geo:wktLiteral ;
  geo-pos:lat "48.66923"^^xsd:decimal ;
  geo-pos:long "-1.57226"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10589'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57226'^^xsd:double;
  dwc:latitude '48.66923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57226 48.66923, -1.57226 48.66923, -1.57226 48.66923, -1.57226 48.66923, -1.57226 48.66923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10589'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67271 -1.57225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67271 -1.57225)"^^geo:wktLiteral ;
  geo-pos:lat "48.67271"^^xsd:decimal ;
  geo-pos:long "-1.57225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2147'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57225'^^xsd:double;
  dwc:latitude '48.67271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57225 48.67271, -1.57225 48.67271, -1.57225 48.67271, -1.57225 48.67271, -1.57225 48.67271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2147'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68211 -1.57224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68211 -1.57224)"^^geo:wktLiteral ;
  geo-pos:lat "48.68211"^^xsd:decimal ;
  geo-pos:long "-1.57224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4632'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57224'^^xsd:double;
  dwc:latitude '48.68211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57224 48.68211, -1.57224 48.68211, -1.57224 48.68211, -1.57224 48.68211, -1.57224 48.68211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4632'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65179 -1.57223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65179 -1.57223)"^^geo:wktLiteral ;
  geo-pos:lat "48.65179"^^xsd:decimal ;
  geo-pos:long "-1.57223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3576'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57223'^^xsd:double;
  dwc:latitude '48.65179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57223 48.65179, -1.57223 48.65179, -1.57223 48.65179, -1.57223 48.65179, -1.57223 48.65179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3576'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67962 -1.57223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67962 -1.57223)"^^geo:wktLiteral ;
  geo-pos:lat "48.67962"^^xsd:decimal ;
  geo-pos:long "-1.57223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6009'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57223'^^xsd:double;
  dwc:latitude '48.67962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57223 48.67962, -1.57223 48.67962, -1.57223 48.67962, -1.57223 48.67962, -1.57223 48.67962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6009'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67492 -1.57219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67492 -1.57219)"^^geo:wktLiteral ;
  geo-pos:lat "48.67492"^^xsd:decimal ;
  geo-pos:long "-1.57219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7014'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57219'^^xsd:double;
  dwc:latitude '48.67492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57219 48.67492, -1.57219 48.67492, -1.57219 48.67492, -1.57219 48.67492, -1.57219 48.67492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7014'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68054 -1.57219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68054 -1.57219)"^^geo:wktLiteral ;
  geo-pos:lat "48.68054"^^xsd:decimal ;
  geo-pos:long "-1.57219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4751'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57219'^^xsd:double;
  dwc:latitude '48.68054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57219 48.68054, -1.57219 48.68054, -1.57219 48.68054, -1.57219 48.68054, -1.57219 48.68054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4751'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74426 -1.57219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74426 -1.57219)"^^geo:wktLiteral ;
  geo-pos:lat "48.74426"^^xsd:decimal ;
  geo-pos:long "-1.57219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9321'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57219'^^xsd:double;
  dwc:latitude '48.74426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57219 48.74426, -1.57219 48.74426, -1.57219 48.74426, -1.57219 48.74426, -1.57219 48.74426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9321'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66619 -1.57218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66619 -1.57218)"^^geo:wktLiteral ;
  geo-pos:lat "48.66619"^^xsd:decimal ;
  geo-pos:long "-1.57218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6049'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57218'^^xsd:double;
  dwc:latitude '48.66619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57218 48.66619, -1.57218 48.66619, -1.57218 48.66619, -1.57218 48.66619, -1.57218 48.66619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6049'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66205 -1.57216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66205"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66205 -1.57216)"^^geo:wktLiteral ;
  geo-pos:lat "48.66205"^^xsd:decimal ;
  geo-pos:long "-1.57216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2993'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57216'^^xsd:double;
  dwc:latitude '48.66205'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57216 48.66205, -1.57216 48.66205, -1.57216 48.66205, -1.57216 48.66205, -1.57216 48.66205))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2993'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66938 -1.57216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66938 -1.57216)"^^geo:wktLiteral ;
  geo-pos:lat "48.66938"^^xsd:decimal ;
  geo-pos:long "-1.57216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10591'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57216'^^xsd:double;
  dwc:latitude '48.66938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57216 48.66938, -1.57216 48.66938, -1.57216 48.66938, -1.57216 48.66938, -1.57216 48.66938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10591'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66589 -1.57215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66589 -1.57215)"^^geo:wktLiteral ;
  geo-pos:lat "48.66589"^^xsd:decimal ;
  geo-pos:long "-1.57215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6326'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57215'^^xsd:double;
  dwc:latitude '48.66589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57215 48.66589, -1.57215 48.66589, -1.57215 48.66589, -1.57215 48.66589, -1.57215 48.66589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6326'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71149 -1.57215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71149 -1.57215)"^^geo:wktLiteral ;
  geo-pos:lat "48.71149"^^xsd:decimal ;
  geo-pos:long "-1.57215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5256'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57215'^^xsd:double;
  dwc:latitude '48.71149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57215 48.71149, -1.57215 48.71149, -1.57215 48.71149, -1.57215 48.71149, -1.57215 48.71149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5256'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65497 -1.57214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65497 -1.57214)"^^geo:wktLiteral ;
  geo-pos:lat "48.65497"^^xsd:decimal ;
  geo-pos:long "-1.57214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3627'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57214'^^xsd:double;
  dwc:latitude '48.65497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57214 48.65497, -1.57214 48.65497, -1.57214 48.65497, -1.57214 48.65497, -1.57214 48.65497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3627'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7112 -1.57214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7112"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7112 -1.57214)"^^geo:wktLiteral ;
  geo-pos:lat "48.7112"^^xsd:decimal ;
  geo-pos:long "-1.57214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1076'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57214'^^xsd:double;
  dwc:latitude '48.7112'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57214 48.7112, -1.57214 48.7112, -1.57214 48.7112, -1.57214 48.7112, -1.57214 48.7112))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1076'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66701 -1.57213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66701 -1.57213)"^^geo:wktLiteral ;
  geo-pos:lat "48.66701"^^xsd:decimal ;
  geo-pos:long "-1.57213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5891'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57213'^^xsd:double;
  dwc:latitude '48.66701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57213 48.66701, -1.57213 48.66701, -1.57213 48.66701, -1.57213 48.66701, -1.57213 48.66701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5891'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71101 -1.57213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71101 -1.57213)"^^geo:wktLiteral ;
  geo-pos:lat "48.71101"^^xsd:decimal ;
  geo-pos:long "-1.57213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_866'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57213'^^xsd:double;
  dwc:latitude '48.71101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57213 48.71101, -1.57213 48.71101, -1.57213 48.71101, -1.57213 48.71101, -1.57213 48.71101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_866'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65323 -1.57212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65323 -1.57212)"^^geo:wktLiteral ;
  geo-pos:lat "48.65323"^^xsd:decimal ;
  geo-pos:long "-1.57212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5251'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57212'^^xsd:double;
  dwc:latitude '48.65323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57212 48.65323, -1.57212 48.65323, -1.57212 48.65323, -1.57212 48.65323, -1.57212 48.65323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5251'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66055 -1.57211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66055 -1.57211)"^^geo:wktLiteral ;
  geo-pos:lat "48.66055"^^xsd:decimal ;
  geo-pos:long "-1.57211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10595'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57211'^^xsd:double;
  dwc:latitude '48.66055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57211 48.66055, -1.57211 48.66055, -1.57211 48.66055, -1.57211 48.66055, -1.57211 48.66055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10595'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67052 -1.57211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67052 -1.57211)"^^geo:wktLiteral ;
  geo-pos:lat "48.67052"^^xsd:decimal ;
  geo-pos:long "-1.57211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6906'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57211'^^xsd:double;
  dwc:latitude '48.67052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57211 48.67052, -1.57211 48.67052, -1.57211 48.67052, -1.57211 48.67052, -1.57211 48.67052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6906'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7046 -1.5721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7046 -1.5721)"^^geo:wktLiteral ;
  geo-pos:lat "48.7046"^^xsd:decimal ;
  geo-pos:long "-1.5721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9495'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5721'^^xsd:double;
  dwc:latitude '48.7046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5721 48.7046, -1.5721 48.7046, -1.5721 48.7046, -1.5721 48.7046, -1.5721 48.7046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9495'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66366 -1.57207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66366"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66366 -1.57207)"^^geo:wktLiteral ;
  geo-pos:lat "48.66366"^^xsd:decimal ;
  geo-pos:long "-1.57207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6224'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57207'^^xsd:double;
  dwc:latitude '48.66366'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57207 48.66366, -1.57207 48.66366, -1.57207 48.66366, -1.57207 48.66366, -1.57207 48.66366))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6224'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71188 -1.57207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71188 -1.57207)"^^geo:wktLiteral ;
  geo-pos:lat "48.71188"^^xsd:decimal ;
  geo-pos:long "-1.57207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5257'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57207'^^xsd:double;
  dwc:latitude '48.71188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57207 48.71188, -1.57207 48.71188, -1.57207 48.71188, -1.57207 48.71188, -1.57207 48.71188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5257'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.57205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.57205)"^^geo:wktLiteral ;
  geo-pos:lat "48.69963"^^xsd:decimal ;
  geo-pos:long "-1.57205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1234'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57205'^^xsd:double;
  dwc:latitude '48.69963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57205 48.69963, -1.57205 48.69963, -1.57205 48.69963, -1.57205 48.69963, -1.57205 48.69963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1234'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65314 -1.57204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65314 -1.57204)"^^geo:wktLiteral ;
  geo-pos:lat "48.65314"^^xsd:decimal ;
  geo-pos:long "-1.57204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12663'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57204'^^xsd:double;
  dwc:latitude '48.65314'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57204 48.65314, -1.57204 48.65314, -1.57204 48.65314, -1.57204 48.65314, -1.57204 48.65314))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12663'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7409 -1.57204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7409 -1.57204)"^^geo:wktLiteral ;
  geo-pos:lat "48.7409"^^xsd:decimal ;
  geo-pos:long "-1.57204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7472'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57204'^^xsd:double;
  dwc:latitude '48.7409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57204 48.7409, -1.57204 48.7409, -1.57204 48.7409, -1.57204 48.7409, -1.57204 48.7409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7472'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68793 -1.57203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68793 -1.57203)"^^geo:wktLiteral ;
  geo-pos:lat "48.68793"^^xsd:decimal ;
  geo-pos:long "-1.57203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6331'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57203'^^xsd:double;
  dwc:latitude '48.68793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57203 48.68793, -1.57203 48.68793, -1.57203 48.68793, -1.57203 48.68793, -1.57203 48.68793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6331'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71049 -1.57203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71049 -1.57203)"^^geo:wktLiteral ;
  geo-pos:lat "48.71049"^^xsd:decimal ;
  geo-pos:long "-1.57203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4338'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57203'^^xsd:double;
  dwc:latitude '48.71049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57203 48.71049, -1.57203 48.71049, -1.57203 48.71049, -1.57203 48.71049, -1.57203 48.71049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4338'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65415 -1.57202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65415 -1.57202)"^^geo:wktLiteral ;
  geo-pos:lat "48.65415"^^xsd:decimal ;
  geo-pos:long "-1.57202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7310'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57202'^^xsd:double;
  dwc:latitude '48.65415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57202 48.65415, -1.57202 48.65415, -1.57202 48.65415, -1.57202 48.65415, -1.57202 48.65415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7310'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67529 -1.572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67529 -1.572)"^^geo:wktLiteral ;
  geo-pos:lat "48.67529"^^xsd:decimal ;
  geo-pos:long "-1.572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7269'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.572'^^xsd:double;
  dwc:latitude '48.67529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.572 48.67529, -1.572 48.67529, -1.572 48.67529, -1.572 48.67529, -1.572 48.67529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7269'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72097 -1.572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72097 -1.572)"^^geo:wktLiteral ;
  geo-pos:lat "48.72097"^^xsd:decimal ;
  geo-pos:long "-1.572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5391'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.572'^^xsd:double;
  dwc:latitude '48.72097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.572 48.72097, -1.572 48.72097, -1.572 48.72097, -1.572 48.72097, -1.572 48.72097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5391'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65765 -1.57199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65765 -1.57199)"^^geo:wktLiteral ;
  geo-pos:lat "48.65765"^^xsd:decimal ;
  geo-pos:long "-1.57199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11894'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57199'^^xsd:double;
  dwc:latitude '48.65765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57199 48.65765, -1.57199 48.65765, -1.57199 48.65765, -1.57199 48.65765, -1.57199 48.65765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11894'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71035 -1.57199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71035 -1.57199)"^^geo:wktLiteral ;
  geo-pos:lat "48.71035"^^xsd:decimal ;
  geo-pos:long "-1.57199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4337'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57199'^^xsd:double;
  dwc:latitude '48.71035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57199 48.71035, -1.57199 48.71035, -1.57199 48.71035, -1.57199 48.71035, -1.57199 48.71035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4337'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65319 -1.57197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65319 -1.57197)"^^geo:wktLiteral ;
  geo-pos:lat "48.65319"^^xsd:decimal ;
  geo-pos:long "-1.57197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1794'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57197'^^xsd:double;
  dwc:latitude '48.65319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57197 48.65319, -1.57197 48.65319, -1.57197 48.65319, -1.57197 48.65319, -1.57197 48.65319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1794'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66887 -1.57197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66887 -1.57197)"^^geo:wktLiteral ;
  geo-pos:lat "48.66887"^^xsd:decimal ;
  geo-pos:long "-1.57197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1699'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57197'^^xsd:double;
  dwc:latitude '48.66887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57197 48.66887, -1.57197 48.66887, -1.57197 48.66887, -1.57197 48.66887, -1.57197 48.66887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1699'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74355 -1.57196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74355 -1.57196)"^^geo:wktLiteral ;
  geo-pos:lat "48.74355"^^xsd:decimal ;
  geo-pos:long "-1.57196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7469'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.73333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57196'^^xsd:double;
  dwc:latitude '48.74355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57196 48.74355, -1.57196 48.74355, -1.57196 48.74355, -1.57196 48.74355, -1.57196 48.74355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7469'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66691 -1.57195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66691 -1.57195)"^^geo:wktLiteral ;
  geo-pos:lat "48.66691"^^xsd:decimal ;
  geo-pos:long "-1.57195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3742'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57195'^^xsd:double;
  dwc:latitude '48.66691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57195 48.66691, -1.57195 48.66691, -1.57195 48.66691, -1.57195 48.66691, -1.57195 48.66691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3742'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.57193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.57193)"^^geo:wktLiteral ;
  geo-pos:lat "48.657"^^xsd:decimal ;
  geo-pos:long "-1.57193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10446'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57193'^^xsd:double;
  dwc:latitude '48.657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57193 48.657, -1.57193 48.657, -1.57193 48.657, -1.57193 48.657, -1.57193 48.657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10446'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66735 -1.57192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66735 -1.57192)"^^geo:wktLiteral ;
  geo-pos:lat "48.66735"^^xsd:decimal ;
  geo-pos:long "-1.57192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5539'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57192'^^xsd:double;
  dwc:latitude '48.66735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57192 48.66735, -1.57192 48.66735, -1.57192 48.66735, -1.57192 48.66735, -1.57192 48.66735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5539'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71232 -1.57192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71232 -1.57192)"^^geo:wktLiteral ;
  geo-pos:lat "48.71232"^^xsd:decimal ;
  geo-pos:long "-1.57192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5238'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57192'^^xsd:double;
  dwc:latitude '48.71232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57192 48.71232, -1.57192 48.71232, -1.57192 48.71232, -1.57192 48.71232, -1.57192 48.71232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5238'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74554 -1.57192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74554 -1.57192)"^^geo:wktLiteral ;
  geo-pos:lat "48.74554"^^xsd:decimal ;
  geo-pos:long "-1.57192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5670'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57192'^^xsd:double;
  dwc:latitude '48.74554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57192 48.74554, -1.57192 48.74554, -1.57192 48.74554, -1.57192 48.74554, -1.57192 48.74554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5670'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73189 -1.57189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73189 -1.57189)"^^geo:wktLiteral ;
  geo-pos:lat "48.73189"^^xsd:decimal ;
  geo-pos:long "-1.57189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7699'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57189'^^xsd:double;
  dwc:latitude '48.73189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57189 48.73189, -1.57189 48.73189, -1.57189 48.73189, -1.57189 48.73189, -1.57189 48.73189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7699'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73056 -1.57188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57188"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73056 -1.57188)"^^geo:wktLiteral ;
  geo-pos:lat "48.73056"^^xsd:decimal ;
  geo-pos:long "-1.57188"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3515'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57188'^^xsd:double;
  dwc:latitude '48.73056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57188 48.73056, -1.57188 48.73056, -1.57188 48.73056, -1.57188 48.73056, -1.57188 48.73056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3515'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7399 -1.57187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7399 -1.57187)"^^geo:wktLiteral ;
  geo-pos:lat "48.7399"^^xsd:decimal ;
  geo-pos:long "-1.57187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7398'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57187'^^xsd:double;
  dwc:latitude '48.7399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57187 48.7399, -1.57187 48.7399, -1.57187 48.7399, -1.57187 48.7399, -1.57187 48.7399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7398'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65316 -1.57186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65316 -1.57186)"^^geo:wktLiteral ;
  geo-pos:lat "48.65316"^^xsd:decimal ;
  geo-pos:long "-1.57186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_12243'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57186'^^xsd:double;
  dwc:latitude '48.65316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57186 48.65316, -1.57186 48.65316, -1.57186 48.65316, -1.57186 48.65316, -1.57186 48.65316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12243'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65556 -1.57186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65556 -1.57186)"^^geo:wktLiteral ;
  geo-pos:lat "48.65556"^^xsd:decimal ;
  geo-pos:long "-1.57186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6746'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57186'^^xsd:double;
  dwc:latitude '48.65556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57186 48.65556, -1.57186 48.65556, -1.57186 48.65556, -1.57186 48.65556, -1.57186 48.65556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6746'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69702 -1.57186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69702 -1.57186)"^^geo:wktLiteral ;
  geo-pos:lat "48.69702"^^xsd:decimal ;
  geo-pos:long "-1.57186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4451'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57186'^^xsd:double;
  dwc:latitude '48.69702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57186 48.69702, -1.57186 48.69702, -1.57186 48.69702, -1.57186 48.69702, -1.57186 48.69702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4451'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70885 -1.57186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70885 -1.57186)"^^geo:wktLiteral ;
  geo-pos:lat "48.70885"^^xsd:decimal ;
  geo-pos:long "-1.57186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8896'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57186'^^xsd:double;
  dwc:latitude '48.70885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57186 48.70885, -1.57186 48.70885, -1.57186 48.70885, -1.57186 48.70885, -1.57186 48.70885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8896'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71474 -1.57185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71474 -1.57185)"^^geo:wktLiteral ;
  geo-pos:lat "48.71474"^^xsd:decimal ;
  geo-pos:long "-1.57185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4261'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57185'^^xsd:double;
  dwc:latitude '48.71474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57185 48.71474, -1.57185 48.71474, -1.57185 48.71474, -1.57185 48.71474, -1.57185 48.71474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4261'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72209 -1.57183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72209 -1.57183)"^^geo:wktLiteral ;
  geo-pos:lat "48.72209"^^xsd:decimal ;
  geo-pos:long "-1.57183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9751'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57183'^^xsd:double;
  dwc:latitude '48.72209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57183 48.72209, -1.57183 48.72209, -1.57183 48.72209, -1.57183 48.72209, -1.57183 48.72209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9751'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72102 -1.5718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72102 -1.5718)"^^geo:wktLiteral ;
  geo-pos:lat "48.72102"^^xsd:decimal ;
  geo-pos:long "-1.5718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5073'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5718'^^xsd:double;
  dwc:latitude '48.72102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5718 48.72102, -1.5718 48.72102, -1.5718 48.72102, -1.5718 48.72102, -1.5718 48.72102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5073'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65803 -1.57179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65803 -1.57179)"^^geo:wktLiteral ;
  geo-pos:lat "48.65803"^^xsd:decimal ;
  geo-pos:long "-1.57179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12261'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57179'^^xsd:double;
  dwc:latitude '48.65803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57179 48.65803, -1.57179 48.65803, -1.57179 48.65803, -1.57179 48.65803, -1.57179 48.65803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12261'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69956 -1.57179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69956 -1.57179)"^^geo:wktLiteral ;
  geo-pos:lat "48.69956"^^xsd:decimal ;
  geo-pos:long "-1.57179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9422'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57179'^^xsd:double;
  dwc:latitude '48.69956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57179 48.69956, -1.57179 48.69956, -1.57179 48.69956, -1.57179 48.69956, -1.57179 48.69956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9422'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66871 -1.57178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66871"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66871 -1.57178)"^^geo:wktLiteral ;
  geo-pos:lat "48.66871"^^xsd:decimal ;
  geo-pos:long "-1.57178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6432'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57178'^^xsd:double;
  dwc:latitude '48.66871'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57178 48.66871, -1.57178 48.66871, -1.57178 48.66871, -1.57178 48.66871, -1.57178 48.66871))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6432'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67101 -1.57178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67101 -1.57178)"^^geo:wktLiteral ;
  geo-pos:lat "48.67101"^^xsd:decimal ;
  geo-pos:long "-1.57178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5146'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57178'^^xsd:double;
  dwc:latitude '48.67101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57178 48.67101, -1.57178 48.67101, -1.57178 48.67101, -1.57178 48.67101, -1.57178 48.67101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5146'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70354 -1.57178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70354 -1.57178)"^^geo:wktLiteral ;
  geo-pos:lat "48.70354"^^xsd:decimal ;
  geo-pos:long "-1.57178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1191'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57178'^^xsd:double;
  dwc:latitude '48.70354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57178 48.70354, -1.57178 48.70354, -1.57178 48.70354, -1.57178 48.70354, -1.57178 48.70354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1191'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65095 -1.57177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65095 -1.57177)"^^geo:wktLiteral ;
  geo-pos:lat "48.65095"^^xsd:decimal ;
  geo-pos:long "-1.57177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_12456'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57177'^^xsd:double;
  dwc:latitude '48.65095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57177 48.65095, -1.57177 48.65095, -1.57177 48.65095, -1.57177 48.65095, -1.57177 48.65095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12456'^^xsd:string;
  dwc:observationDate '2008-01-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66805 -1.57176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66805 -1.57176)"^^geo:wktLiteral ;
  geo-pos:lat "48.66805"^^xsd:decimal ;
  geo-pos:long "-1.57176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1701'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57176'^^xsd:double;
  dwc:latitude '48.66805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57176 48.66805, -1.57176 48.66805, -1.57176 48.66805, -1.57176 48.66805, -1.57176 48.66805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1701'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74471 -1.57176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74471 -1.57176)"^^geo:wktLiteral ;
  geo-pos:lat "48.74471"^^xsd:decimal ;
  geo-pos:long "-1.57176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7354'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57176'^^xsd:double;
  dwc:latitude '48.74471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57176 48.74471, -1.57176 48.74471, -1.57176 48.74471, -1.57176 48.74471, -1.57176 48.74471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7354'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71594 -1.57175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71594 -1.57175)"^^geo:wktLiteral ;
  geo-pos:lat "48.71594"^^xsd:decimal ;
  geo-pos:long "-1.57175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4039'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57175'^^xsd:double;
  dwc:latitude '48.71594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57175 48.71594, -1.57175 48.71594, -1.57175 48.71594, -1.57175 48.71594, -1.57175 48.71594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4039'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7997 -1.57174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7997 -1.57174)"^^geo:wktLiteral ;
  geo-pos:lat "48.7997"^^xsd:decimal ;
  geo-pos:long "-1.57174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2064'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57174'^^xsd:double;
  dwc:latitude '48.7997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57174 48.7997, -1.57174 48.7997, -1.57174 48.7997, -1.57174 48.7997, -1.57174 48.7997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2064'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65253 -1.57173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65253 -1.57173)"^^geo:wktLiteral ;
  geo-pos:lat "48.65253"^^xsd:decimal ;
  geo-pos:long "-1.57173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12664'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57173'^^xsd:double;
  dwc:latitude '48.65253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57173 48.65253, -1.57173 48.65253, -1.57173 48.65253, -1.57173 48.65253, -1.57173 48.65253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12664'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66644 -1.57173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66644 -1.57173)"^^geo:wktLiteral ;
  geo-pos:lat "48.66644"^^xsd:decimal ;
  geo-pos:long "-1.57173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6027'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57173'^^xsd:double;
  dwc:latitude '48.66644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57173 48.66644, -1.57173 48.66644, -1.57173 48.66644, -1.57173 48.66644, -1.57173 48.66644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6027'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6556 -1.5717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6556 -1.5717)"^^geo:wktLiteral ;
  geo-pos:lat "48.6556"^^xsd:decimal ;
  geo-pos:long "-1.5717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12011'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5717'^^xsd:double;
  dwc:latitude '48.6556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5717 48.6556, -1.5717 48.6556, -1.5717 48.6556, -1.5717 48.6556, -1.5717 48.6556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12011'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65418 -1.57168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65418 -1.57168)"^^geo:wktLiteral ;
  geo-pos:lat "48.65418"^^xsd:decimal ;
  geo-pos:long "-1.57168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3210'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57168'^^xsd:double;
  dwc:latitude '48.65418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57168 48.65418, -1.57168 48.65418, -1.57168 48.65418, -1.57168 48.65418, -1.57168 48.65418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3210'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67432 -1.57167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67432 -1.57167)"^^geo:wktLiteral ;
  geo-pos:lat "48.67432"^^xsd:decimal ;
  geo-pos:long "-1.57167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7217'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57167'^^xsd:double;
  dwc:latitude '48.67432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57167 48.67432, -1.57167 48.67432, -1.57167 48.67432, -1.57167 48.67432, -1.57167 48.67432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7217'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72115 -1.57167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72115 -1.57167)"^^geo:wktLiteral ;
  geo-pos:lat "48.72115"^^xsd:decimal ;
  geo-pos:long "-1.57167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1212'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57167'^^xsd:double;
  dwc:latitude '48.72115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57167 48.72115, -1.57167 48.72115, -1.57167 48.72115, -1.57167 48.72115, -1.57167 48.72115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1212'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72571 -1.57166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72571 -1.57166)"^^geo:wktLiteral ;
  geo-pos:lat "48.72571"^^xsd:decimal ;
  geo-pos:long "-1.57166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1133'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57166'^^xsd:double;
  dwc:latitude '48.72571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57166 48.72571, -1.57166 48.72571, -1.57166 48.72571, -1.57166 48.72571, -1.57166 48.72571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1133'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65383 -1.57165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65383 -1.57165)"^^geo:wktLiteral ;
  geo-pos:lat "48.65383"^^xsd:decimal ;
  geo-pos:long "-1.57165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7066'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57165'^^xsd:double;
  dwc:latitude '48.65383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57165 48.65383, -1.57165 48.65383, -1.57165 48.65383, -1.57165 48.65383, -1.57165 48.65383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7066'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66715 -1.57162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66715 -1.57162)"^^geo:wktLiteral ;
  geo-pos:lat "48.66715"^^xsd:decimal ;
  geo-pos:long "-1.57162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5897'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57162'^^xsd:double;
  dwc:latitude '48.66715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57162 48.66715, -1.57162 48.66715, -1.57162 48.66715, -1.57162 48.66715, -1.57162 48.66715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5897'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65517 -1.57161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65517 -1.57161)"^^geo:wktLiteral ;
  geo-pos:lat "48.65517"^^xsd:decimal ;
  geo-pos:long "-1.57161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5606'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57161'^^xsd:double;
  dwc:latitude '48.65517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57161 48.65517, -1.57161 48.65517, -1.57161 48.65517, -1.57161 48.65517, -1.57161 48.65517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5606'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66834 -1.57161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66834 -1.57161)"^^geo:wktLiteral ;
  geo-pos:lat "48.66834"^^xsd:decimal ;
  geo-pos:long "-1.57161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6460'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57161'^^xsd:double;
  dwc:latitude '48.66834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57161 48.66834, -1.57161 48.66834, -1.57161 48.66834, -1.57161 48.66834, -1.57161 48.66834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6460'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69521 -1.57161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69521 -1.57161)"^^geo:wktLiteral ;
  geo-pos:lat "48.69521"^^xsd:decimal ;
  geo-pos:long "-1.57161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5045'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57161'^^xsd:double;
  dwc:latitude '48.69521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57161 48.69521, -1.57161 48.69521, -1.57161 48.69521, -1.57161 48.69521, -1.57161 48.69521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5045'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68998 -1.5716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68998 -1.5716)"^^geo:wktLiteral ;
  geo-pos:lat "48.68998"^^xsd:decimal ;
  geo-pos:long "-1.5716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5705'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5716'^^xsd:double;
  dwc:latitude '48.68998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5716 48.68998, -1.5716 48.68998, -1.5716 48.68998, -1.5716 48.68998, -1.5716 48.68998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5705'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70046 -1.57159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70046 -1.57159)"^^geo:wktLiteral ;
  geo-pos:lat "48.70046"^^xsd:decimal ;
  geo-pos:long "-1.57159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6557'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57159'^^xsd:double;
  dwc:latitude '48.70046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57159 48.70046, -1.57159 48.70046, -1.57159 48.70046, -1.57159 48.70046, -1.57159 48.70046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6557'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72998 -1.57158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72998 -1.57158)"^^geo:wktLiteral ;
  geo-pos:lat "48.72998"^^xsd:decimal ;
  geo-pos:long "-1.57158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5396'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57158'^^xsd:double;
  dwc:latitude '48.72998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57158 48.72998, -1.57158 48.72998, -1.57158 48.72998, -1.57158 48.72998, -1.57158 48.72998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5396'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74095 -1.57158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74095 -1.57158)"^^geo:wktLiteral ;
  geo-pos:lat "48.74095"^^xsd:decimal ;
  geo-pos:long "-1.57158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6550'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57158'^^xsd:double;
  dwc:latitude '48.74095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57158 48.74095, -1.57158 48.74095, -1.57158 48.74095, -1.57158 48.74095, -1.57158 48.74095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6550'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67328 -1.57157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67328 -1.57157)"^^geo:wktLiteral ;
  geo-pos:lat "48.67328"^^xsd:decimal ;
  geo-pos:long "-1.57157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1101'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57157'^^xsd:double;
  dwc:latitude '48.67328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57157 48.67328, -1.57157 48.67328, -1.57157 48.67328, -1.57157 48.67328, -1.57157 48.67328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1101'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6803 -1.57157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6803 -1.57157)"^^geo:wktLiteral ;
  geo-pos:lat "48.6803"^^xsd:decimal ;
  geo-pos:long "-1.57157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11252'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57157'^^xsd:double;
  dwc:latitude '48.6803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57157 48.6803, -1.57157 48.6803, -1.57157 48.6803, -1.57157 48.6803, -1.57157 48.6803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11252'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65061 -1.57156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65061 -1.57156)"^^geo:wktLiteral ;
  geo-pos:lat "48.65061"^^xsd:decimal ;
  geo-pos:long "-1.57156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5248'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57156'^^xsd:double;
  dwc:latitude '48.65061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57156 48.65061, -1.57156 48.65061, -1.57156 48.65061, -1.57156 48.65061, -1.57156 48.65061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5248'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69542 -1.57156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69542 -1.57156)"^^geo:wktLiteral ;
  geo-pos:lat "48.69542"^^xsd:decimal ;
  geo-pos:long "-1.57156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4802'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57156'^^xsd:double;
  dwc:latitude '48.69542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57156 48.69542, -1.57156 48.69542, -1.57156 48.69542, -1.57156 48.69542, -1.57156 48.69542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4802'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66716 -1.57154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66716 -1.57154)"^^geo:wktLiteral ;
  geo-pos:lat "48.66716"^^xsd:decimal ;
  geo-pos:long "-1.57154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5293'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57154'^^xsd:double;
  dwc:latitude '48.66716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57154 48.66716, -1.57154 48.66716, -1.57154 48.66716, -1.57154 48.66716, -1.57154 48.66716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5293'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73143 -1.57152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73143 -1.57152)"^^geo:wktLiteral ;
  geo-pos:lat "48.73143"^^xsd:decimal ;
  geo-pos:long "-1.57152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5217'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57152'^^xsd:double;
  dwc:latitude '48.73143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57152 48.73143, -1.57152 48.73143, -1.57152 48.73143, -1.57152 48.73143, -1.57152 48.73143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5217'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69234 -1.57151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69234 -1.57151)"^^geo:wktLiteral ;
  geo-pos:lat "48.69234"^^xsd:decimal ;
  geo-pos:long "-1.57151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5342'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57151'^^xsd:double;
  dwc:latitude '48.69234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57151 48.69234, -1.57151 48.69234, -1.57151 48.69234, -1.57151 48.69234, -1.57151 48.69234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5342'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70303 -1.5715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70303 -1.5715)"^^geo:wktLiteral ;
  geo-pos:lat "48.70303"^^xsd:decimal ;
  geo-pos:long "-1.5715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8042'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5715'^^xsd:double;
  dwc:latitude '48.70303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5715 48.70303, -1.5715 48.70303, -1.5715 48.70303, -1.5715 48.70303, -1.5715 48.70303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8042'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73557 -1.5715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73557 -1.5715)"^^geo:wktLiteral ;
  geo-pos:lat "48.73557"^^xsd:decimal ;
  geo-pos:long "-1.5715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3443'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5715'^^xsd:double;
  dwc:latitude '48.73557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5715 48.73557, -1.5715 48.73557, -1.5715 48.73557, -1.5715 48.73557, -1.5715 48.73557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3443'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6673 -1.57149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6673 -1.57149)"^^geo:wktLiteral ;
  geo-pos:lat "48.6673"^^xsd:decimal ;
  geo-pos:long "-1.57149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6057'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57149'^^xsd:double;
  dwc:latitude '48.6673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57149 48.6673, -1.57149 48.6673, -1.57149 48.6673, -1.57149 48.6673, -1.57149 48.6673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6057'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69479 -1.57149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69479 -1.57149)"^^geo:wktLiteral ;
  geo-pos:lat "48.69479"^^xsd:decimal ;
  geo-pos:long "-1.57149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6842'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57149'^^xsd:double;
  dwc:latitude '48.69479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57149 48.69479, -1.57149 48.69479, -1.57149 48.69479, -1.57149 48.69479, -1.57149 48.69479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6842'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74124 -1.57149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74124 -1.57149)"^^geo:wktLiteral ;
  geo-pos:lat "48.74124"^^xsd:decimal ;
  geo-pos:long "-1.57149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7440'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57149'^^xsd:double;
  dwc:latitude '48.74124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57149 48.74124, -1.57149 48.74124, -1.57149 48.74124, -1.57149 48.74124, -1.57149 48.74124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7440'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65319 -1.57148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65319 -1.57148)"^^geo:wktLiteral ;
  geo-pos:lat "48.65319"^^xsd:decimal ;
  geo-pos:long "-1.57148"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11632'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57148'^^xsd:double;
  dwc:latitude '48.65319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57148 48.65319, -1.57148 48.65319, -1.57148 48.65319, -1.57148 48.65319, -1.57148 48.65319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11632'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68469 -1.57148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68469 -1.57148)"^^geo:wktLiteral ;
  geo-pos:lat "48.68469"^^xsd:decimal ;
  geo-pos:long "-1.57148"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6812'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57148'^^xsd:double;
  dwc:latitude '48.68469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57148 48.68469, -1.57148 48.68469, -1.57148 48.68469, -1.57148 48.68469, -1.57148 48.68469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6812'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65334 -1.57147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65334 -1.57147)"^^geo:wktLiteral ;
  geo-pos:lat "48.65334"^^xsd:decimal ;
  geo-pos:long "-1.57147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6227'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57147'^^xsd:double;
  dwc:latitude '48.65334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57147 48.65334, -1.57147 48.65334, -1.57147 48.65334, -1.57147 48.65334, -1.57147 48.65334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6227'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73123 -1.57147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73123"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73123 -1.57147)"^^geo:wktLiteral ;
  geo-pos:lat "48.73123"^^xsd:decimal ;
  geo-pos:long "-1.57147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5668'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57147'^^xsd:double;
  dwc:latitude '48.73123'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57147 48.73123, -1.57147 48.73123, -1.57147 48.73123, -1.57147 48.73123, -1.57147 48.73123))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5668'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67424 -1.57146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67424"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67424 -1.57146)"^^geo:wktLiteral ;
  geo-pos:lat "48.67424"^^xsd:decimal ;
  geo-pos:long "-1.57146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6048'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57146'^^xsd:double;
  dwc:latitude '48.67424'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57146 48.67424, -1.57146 48.67424, -1.57146 48.67424, -1.57146 48.67424, -1.57146 48.67424))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6048'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73572 -1.57146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73572 -1.57146)"^^geo:wktLiteral ;
  geo-pos:lat "48.73572"^^xsd:decimal ;
  geo-pos:long "-1.57146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3466'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57146'^^xsd:double;
  dwc:latitude '48.73572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57146 48.73572, -1.57146 48.73572, -1.57146 48.73572, -1.57146 48.73572, -1.57146 48.73572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3466'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68434 -1.57142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68434 -1.57142)"^^geo:wktLiteral ;
  geo-pos:lat "48.68434"^^xsd:decimal ;
  geo-pos:long "-1.57142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6705'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57142'^^xsd:double;
  dwc:latitude '48.68434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57142 48.68434, -1.57142 48.68434, -1.57142 48.68434, -1.57142 48.68434, -1.57142 48.68434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6705'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71967 -1.57142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71967 -1.57142)"^^geo:wktLiteral ;
  geo-pos:lat "48.71967"^^xsd:decimal ;
  geo-pos:long "-1.57142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5076'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.66666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57142'^^xsd:double;
  dwc:latitude '48.71967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57142 48.71967, -1.57142 48.71967, -1.57142 48.71967, -1.57142 48.71967, -1.57142 48.71967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5076'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66816 -1.5714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66816 -1.5714)"^^geo:wktLiteral ;
  geo-pos:lat "48.66816"^^xsd:decimal ;
  geo-pos:long "-1.5714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1727'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5714'^^xsd:double;
  dwc:latitude '48.66816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5714 48.66816, -1.5714 48.66816, -1.5714 48.66816, -1.5714 48.66816, -1.5714 48.66816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1727'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70806 -1.57138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70806 -1.57138)"^^geo:wktLiteral ;
  geo-pos:lat "48.70806"^^xsd:decimal ;
  geo-pos:long "-1.57138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7621'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57138'^^xsd:double;
  dwc:latitude '48.70806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57138 48.70806, -1.57138 48.70806, -1.57138 48.70806, -1.57138 48.70806, -1.57138 48.70806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7621'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72198 -1.57137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72198 -1.57137)"^^geo:wktLiteral ;
  geo-pos:lat "48.72198"^^xsd:decimal ;
  geo-pos:long "-1.57137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8527'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57137'^^xsd:double;
  dwc:latitude '48.72198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57137 48.72198, -1.57137 48.72198, -1.57137 48.72198, -1.57137 48.72198, -1.57137 48.72198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8527'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66642 -1.57135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66642 -1.57135)"^^geo:wktLiteral ;
  geo-pos:lat "48.66642"^^xsd:decimal ;
  geo-pos:long "-1.57135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5330'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57135'^^xsd:double;
  dwc:latitude '48.66642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57135 48.66642, -1.57135 48.66642, -1.57135 48.66642, -1.57135 48.66642, -1.57135 48.66642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5330'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6703 -1.57134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6703 -1.57134)"^^geo:wktLiteral ;
  geo-pos:lat "48.6703"^^xsd:decimal ;
  geo-pos:long "-1.57134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3919'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57134'^^xsd:double;
  dwc:latitude '48.6703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57134 48.6703, -1.57134 48.6703, -1.57134 48.6703, -1.57134 48.6703, -1.57134 48.6703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3919'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73769 -1.57134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73769 -1.57134)"^^geo:wktLiteral ;
  geo-pos:lat "48.73769"^^xsd:decimal ;
  geo-pos:long "-1.57134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7406'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57134'^^xsd:double;
  dwc:latitude '48.73769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57134 48.73769, -1.57134 48.73769, -1.57134 48.73769, -1.57134 48.73769, -1.57134 48.73769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7406'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69033 -1.57133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69033 -1.57133)"^^geo:wktLiteral ;
  geo-pos:lat "48.69033"^^xsd:decimal ;
  geo-pos:long "-1.57133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5921'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57133'^^xsd:double;
  dwc:latitude '48.69033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57133 48.69033, -1.57133 48.69033, -1.57133 48.69033, -1.57133 48.69033, -1.57133 48.69033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5921'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70774 -1.57133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70774 -1.57133)"^^geo:wktLiteral ;
  geo-pos:lat "48.70774"^^xsd:decimal ;
  geo-pos:long "-1.57133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5109'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57133'^^xsd:double;
  dwc:latitude '48.70774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57133 48.70774, -1.57133 48.70774, -1.57133 48.70774, -1.57133 48.70774, -1.57133 48.70774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5109'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72317 -1.57131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72317 -1.57131)"^^geo:wktLiteral ;
  geo-pos:lat "48.72317"^^xsd:decimal ;
  geo-pos:long "-1.57131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8491'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57131'^^xsd:double;
  dwc:latitude '48.72317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57131 48.72317, -1.57131 48.72317, -1.57131 48.72317, -1.57131 48.72317, -1.57131 48.72317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8491'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73595 -1.5713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73595 -1.5713)"^^geo:wktLiteral ;
  geo-pos:lat "48.73595"^^xsd:decimal ;
  geo-pos:long "-1.5713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9552'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5713'^^xsd:double;
  dwc:latitude '48.73595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5713 48.73595, -1.5713 48.73595, -1.5713 48.73595, -1.5713 48.73595, -1.5713 48.73595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9552'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66543 -1.57129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66543 -1.57129)"^^geo:wktLiteral ;
  geo-pos:lat "48.66543"^^xsd:decimal ;
  geo-pos:long "-1.57129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7219'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57129'^^xsd:double;
  dwc:latitude '48.66543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57129 48.66543, -1.57129 48.66543, -1.57129 48.66543, -1.57129 48.66543, -1.57129 48.66543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7219'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71977 -1.57128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71977 -1.57128)"^^geo:wktLiteral ;
  geo-pos:lat "48.71977"^^xsd:decimal ;
  geo-pos:long "-1.57128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4080'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57128'^^xsd:double;
  dwc:latitude '48.71977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57128 48.71977, -1.57128 48.71977, -1.57128 48.71977, -1.57128 48.71977, -1.57128 48.71977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4080'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7317 -1.57127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7317 -1.57127)"^^geo:wktLiteral ;
  geo-pos:lat "48.7317"^^xsd:decimal ;
  geo-pos:long "-1.57127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2564'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57127'^^xsd:double;
  dwc:latitude '48.7317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57127 48.7317, -1.57127 48.7317, -1.57127 48.7317, -1.57127 48.7317, -1.57127 48.7317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2564'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73231 -1.57127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73231 -1.57127)"^^geo:wktLiteral ;
  geo-pos:lat "48.73231"^^xsd:decimal ;
  geo-pos:long "-1.57127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1061'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57127'^^xsd:double;
  dwc:latitude '48.73231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57127 48.73231, -1.57127 48.73231, -1.57127 48.73231, -1.57127 48.73231, -1.57127 48.73231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1061'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72036 -1.57126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72036 -1.57126)"^^geo:wktLiteral ;
  geo-pos:lat "48.72036"^^xsd:decimal ;
  geo-pos:long "-1.57126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4991'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57126'^^xsd:double;
  dwc:latitude '48.72036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57126 48.72036, -1.57126 48.72036, -1.57126 48.72036, -1.57126 48.72036, -1.57126 48.72036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4991'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65057 -1.57125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65057 -1.57125)"^^geo:wktLiteral ;
  geo-pos:lat "48.65057"^^xsd:decimal ;
  geo-pos:long "-1.57125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5564'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57125'^^xsd:double;
  dwc:latitude '48.65057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57125 48.65057, -1.57125 48.65057, -1.57125 48.65057, -1.57125 48.65057, -1.57125 48.65057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5564'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65609 -1.57124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65609 -1.57124)"^^geo:wktLiteral ;
  geo-pos:lat "48.65609"^^xsd:decimal ;
  geo-pos:long "-1.57124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5937'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57124'^^xsd:double;
  dwc:latitude '48.65609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57124 48.65609, -1.57124 48.65609, -1.57124 48.65609, -1.57124 48.65609, -1.57124 48.65609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5937'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71621 -1.57124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71621 -1.57124)"^^geo:wktLiteral ;
  geo-pos:lat "48.71621"^^xsd:decimal ;
  geo-pos:long "-1.57124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4096'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57124'^^xsd:double;
  dwc:latitude '48.71621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57124 48.71621, -1.57124 48.71621, -1.57124 48.71621, -1.57124 48.71621, -1.57124 48.71621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4096'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71921 -1.57124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71921 -1.57124)"^^geo:wktLiteral ;
  geo-pos:lat "48.71921"^^xsd:decimal ;
  geo-pos:long "-1.57124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9705'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57124'^^xsd:double;
  dwc:latitude '48.71921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57124 48.71921, -1.57124 48.71921, -1.57124 48.71921, -1.57124 48.71921, -1.57124 48.71921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9705'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65249 -1.57122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65249"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65249 -1.57122)"^^geo:wktLiteral ;
  geo-pos:lat "48.65249"^^xsd:decimal ;
  geo-pos:long "-1.57122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1792'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57122'^^xsd:double;
  dwc:latitude '48.65249'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57122 48.65249, -1.57122 48.65249, -1.57122 48.65249, -1.57122 48.65249, -1.57122 48.65249))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1792'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65442 -1.57122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65442 -1.57122)"^^geo:wktLiteral ;
  geo-pos:lat "48.65442"^^xsd:decimal ;
  geo-pos:long "-1.57122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6770'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57122'^^xsd:double;
  dwc:latitude '48.65442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57122 48.65442, -1.57122 48.65442, -1.57122 48.65442, -1.57122 48.65442, -1.57122 48.65442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6770'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67241 -1.57121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67241"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67241 -1.57121)"^^geo:wktLiteral ;
  geo-pos:lat "48.67241"^^xsd:decimal ;
  geo-pos:long "-1.57121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7329'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57121'^^xsd:double;
  dwc:latitude '48.67241'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57121 48.67241, -1.57121 48.67241, -1.57121 48.67241, -1.57121 48.67241, -1.57121 48.67241))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7329'^^xsd:string;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66642 -1.5712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66642 -1.5712)"^^geo:wktLiteral ;
  geo-pos:lat "48.66642"^^xsd:decimal ;
  geo-pos:long "-1.5712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5433'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5712'^^xsd:double;
  dwc:latitude '48.66642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5712 48.66642, -1.5712 48.66642, -1.5712 48.66642, -1.5712 48.66642, -1.5712 48.66642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5433'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.5712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.5712)"^^geo:wktLiteral ;
  geo-pos:lat "48.66778"^^xsd:decimal ;
  geo-pos:long "-1.5712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6051'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5712'^^xsd:double;
  dwc:latitude '48.66778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5712 48.66778, -1.5712 48.66778, -1.5712 48.66778, -1.5712 48.66778, -1.5712 48.66778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6051'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68306 -1.5712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68306 -1.5712)"^^geo:wktLiteral ;
  geo-pos:lat "48.68306"^^xsd:decimal ;
  geo-pos:long "-1.5712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6819'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5712'^^xsd:double;
  dwc:latitude '48.68306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5712 48.68306, -1.5712 48.68306, -1.5712 48.68306, -1.5712 48.68306, -1.5712 48.68306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6819'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70814 -1.57119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70814 -1.57119)"^^geo:wktLiteral ;
  geo-pos:lat "48.70814"^^xsd:decimal ;
  geo-pos:long "-1.57119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8086'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57119'^^xsd:double;
  dwc:latitude '48.70814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57119 48.70814, -1.57119 48.70814, -1.57119 48.70814, -1.57119 48.70814, -1.57119 48.70814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8086'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65266 -1.57118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65266 -1.57118)"^^geo:wktLiteral ;
  geo-pos:lat "48.65266"^^xsd:decimal ;
  geo-pos:long "-1.57118"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5586'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57118'^^xsd:double;
  dwc:latitude '48.65266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57118 48.65266, -1.57118 48.65266, -1.57118 48.65266, -1.57118 48.65266, -1.57118 48.65266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5586'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69907 -1.57117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69907 -1.57117)"^^geo:wktLiteral ;
  geo-pos:lat "48.69907"^^xsd:decimal ;
  geo-pos:long "-1.57117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5975'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57117'^^xsd:double;
  dwc:latitude '48.69907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57117 48.69907, -1.57117 48.69907, -1.57117 48.69907, -1.57117 48.69907, -1.57117 48.69907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5975'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67213 -1.57115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67213 -1.57115)"^^geo:wktLiteral ;
  geo-pos:lat "48.67213"^^xsd:decimal ;
  geo-pos:long "-1.57115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1446'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57115'^^xsd:double;
  dwc:latitude '48.67213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57115 48.67213, -1.57115 48.67213, -1.57115 48.67213, -1.57115 48.67213, -1.57115 48.67213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1446'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73143 -1.57115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73143 -1.57115)"^^geo:wktLiteral ;
  geo-pos:lat "48.73143"^^xsd:decimal ;
  geo-pos:long "-1.57115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1862'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57115'^^xsd:double;
  dwc:latitude '48.73143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57115 48.73143, -1.57115 48.73143, -1.57115 48.73143, -1.57115 48.73143, -1.57115 48.73143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1862'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6679 -1.57113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6679 -1.57113)"^^geo:wktLiteral ;
  geo-pos:lat "48.6679"^^xsd:decimal ;
  geo-pos:long "-1.57113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6366'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57113'^^xsd:double;
  dwc:latitude '48.6679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57113 48.6679, -1.57113 48.6679, -1.57113 48.6679, -1.57113 48.6679, -1.57113 48.6679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6366'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71462 -1.57113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71462 -1.57113)"^^geo:wktLiteral ;
  geo-pos:lat "48.71462"^^xsd:decimal ;
  geo-pos:long "-1.57113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7488'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '23.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57113'^^xsd:double;
  dwc:latitude '48.71462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57113 48.71462, -1.57113 48.71462, -1.57113 48.71462, -1.57113 48.71462, -1.57113 48.71462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7488'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69442 -1.57111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69442 -1.57111)"^^geo:wktLiteral ;
  geo-pos:lat "48.69442"^^xsd:decimal ;
  geo-pos:long "-1.57111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4566'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.71666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57111'^^xsd:double;
  dwc:latitude '48.69442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57111 48.69442, -1.57111 48.69442, -1.57111 48.69442, -1.57111 48.69442, -1.57111 48.69442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4566'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69851 -1.5711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69851"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69851 -1.5711)"^^geo:wktLiteral ;
  geo-pos:lat "48.69851"^^xsd:decimal ;
  geo-pos:long "-1.5711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6037'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5711'^^xsd:double;
  dwc:latitude '48.69851'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5711 48.69851, -1.5711 48.69851, -1.5711 48.69851, -1.5711 48.69851, -1.5711 48.69851))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6037'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69461 -1.57109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69461"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69461 -1.57109)"^^geo:wktLiteral ;
  geo-pos:lat "48.69461"^^xsd:decimal ;
  geo-pos:long "-1.57109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6629'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57109'^^xsd:double;
  dwc:latitude '48.69461'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57109 48.69461, -1.57109 48.69461, -1.57109 48.69461, -1.57109 48.69461, -1.57109 48.69461))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6629'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69636 -1.57109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69636 -1.57109)"^^geo:wktLiteral ;
  geo-pos:lat "48.69636"^^xsd:decimal ;
  geo-pos:long "-1.57109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3841'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57109'^^xsd:double;
  dwc:latitude '48.69636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57109 48.69636, -1.57109 48.69636, -1.57109 48.69636, -1.57109 48.69636, -1.57109 48.69636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3841'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71877 -1.57109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71877 -1.57109)"^^geo:wktLiteral ;
  geo-pos:lat "48.71877"^^xsd:decimal ;
  geo-pos:long "-1.57109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3441'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57109'^^xsd:double;
  dwc:latitude '48.71877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57109 48.71877, -1.57109 48.71877, -1.57109 48.71877, -1.57109 48.71877, -1.57109 48.71877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3441'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73678 -1.57109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73678 -1.57109)"^^geo:wktLiteral ;
  geo-pos:lat "48.73678"^^xsd:decimal ;
  geo-pos:long "-1.57109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7501'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57109'^^xsd:double;
  dwc:latitude '48.73678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57109 48.73678, -1.57109 48.73678, -1.57109 48.73678, -1.57109 48.73678, -1.57109 48.73678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7501'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66534 -1.57108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66534"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66534 -1.57108)"^^geo:wktLiteral ;
  geo-pos:lat "48.66534"^^xsd:decimal ;
  geo-pos:long "-1.57108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8617'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57108'^^xsd:double;
  dwc:latitude '48.66534'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57108 48.66534, -1.57108 48.66534, -1.57108 48.66534, -1.57108 48.66534, -1.57108 48.66534))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8617'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69255 -1.57108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69255"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69255 -1.57108)"^^geo:wktLiteral ;
  geo-pos:lat "48.69255"^^xsd:decimal ;
  geo-pos:long "-1.57108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6700'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57108'^^xsd:double;
  dwc:latitude '48.69255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57108 48.69255, -1.57108 48.69255, -1.57108 48.69255, -1.57108 48.69255, -1.57108 48.69255))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6700'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65733 -1.57106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65733 -1.57106)"^^geo:wktLiteral ;
  geo-pos:lat "48.65733"^^xsd:decimal ;
  geo-pos:long "-1.57106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6401'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57106'^^xsd:double;
  dwc:latitude '48.65733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57106 48.65733, -1.57106 48.65733, -1.57106 48.65733, -1.57106 48.65733, -1.57106 48.65733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6401'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68057 -1.57106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68057 -1.57106)"^^geo:wktLiteral ;
  geo-pos:lat "48.68057"^^xsd:decimal ;
  geo-pos:long "-1.57106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9287'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57106'^^xsd:double;
  dwc:latitude '48.68057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57106 48.68057, -1.57106 48.68057, -1.57106 48.68057, -1.57106 48.68057, -1.57106 48.68057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9287'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.57106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.57106)"^^geo:wktLiteral ;
  geo-pos:lat "48.69048"^^xsd:decimal ;
  geo-pos:long "-1.57106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4506'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57106'^^xsd:double;
  dwc:latitude '48.69048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57106 48.69048, -1.57106 48.69048, -1.57106 48.69048, -1.57106 48.69048, -1.57106 48.69048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4506'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65347 -1.57104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65347 -1.57104)"^^geo:wktLiteral ;
  geo-pos:lat "48.65347"^^xsd:decimal ;
  geo-pos:long "-1.57104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11631'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57104'^^xsd:double;
  dwc:latitude '48.65347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57104 48.65347, -1.57104 48.65347, -1.57104 48.65347, -1.57104 48.65347, -1.57104 48.65347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11631'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65582 -1.57102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65582 -1.57102)"^^geo:wktLiteral ;
  geo-pos:lat "48.65582"^^xsd:decimal ;
  geo-pos:long "-1.57102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5585'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57102'^^xsd:double;
  dwc:latitude '48.65582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57102 48.65582, -1.57102 48.65582, -1.57102 48.65582, -1.57102 48.65582, -1.57102 48.65582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5585'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6553 -1.57101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6553"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6553 -1.57101)"^^geo:wktLiteral ;
  geo-pos:lat "48.6553"^^xsd:decimal ;
  geo-pos:long "-1.57101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6747'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57101'^^xsd:double;
  dwc:latitude '48.6553'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57101 48.6553, -1.57101 48.6553, -1.57101 48.6553, -1.57101 48.6553, -1.57101 48.6553))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6747'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65131 -1.57099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65131 -1.57099)"^^geo:wktLiteral ;
  geo-pos:lat "48.65131"^^xsd:decimal ;
  geo-pos:long "-1.57099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5502'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57099'^^xsd:double;
  dwc:latitude '48.65131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57099 48.65131, -1.57099 48.65131, -1.57099 48.65131, -1.57099 48.65131, -1.57099 48.65131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5502'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7138 -1.57098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7138"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7138 -1.57098)"^^geo:wktLiteral ;
  geo-pos:lat "48.7138"^^xsd:decimal ;
  geo-pos:long "-1.57098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7784'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57098'^^xsd:double;
  dwc:latitude '48.7138'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57098 48.7138, -1.57098 48.7138, -1.57098 48.7138, -1.57098 48.7138, -1.57098 48.7138))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7784'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7155 -1.57098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7155 -1.57098)"^^geo:wktLiteral ;
  geo-pos:lat "48.7155"^^xsd:decimal ;
  geo-pos:long "-1.57098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10309'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57098'^^xsd:double;
  dwc:latitude '48.7155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57098 48.7155, -1.57098 48.7155, -1.57098 48.7155, -1.57098 48.7155, -1.57098 48.7155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10309'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74099 -1.57098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74099 -1.57098)"^^geo:wktLiteral ;
  geo-pos:lat "48.74099"^^xsd:decimal ;
  geo-pos:long "-1.57098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7468'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57098'^^xsd:double;
  dwc:latitude '48.74099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57098 48.74099, -1.57098 48.74099, -1.57098 48.74099, -1.57098 48.74099, -1.57098 48.74099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7468'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73606 -1.57097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73606 -1.57097)"^^geo:wktLiteral ;
  geo-pos:lat "48.73606"^^xsd:decimal ;
  geo-pos:long "-1.57097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9896'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57097'^^xsd:double;
  dwc:latitude '48.73606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57097 48.73606, -1.57097 48.73606, -1.57097 48.73606, -1.57097 48.73606, -1.57097 48.73606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9896'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7134 -1.57096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7134 -1.57096)"^^geo:wktLiteral ;
  geo-pos:lat "48.7134"^^xsd:decimal ;
  geo-pos:long "-1.57096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5273'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57096'^^xsd:double;
  dwc:latitude '48.7134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57096 48.7134, -1.57096 48.7134, -1.57096 48.7134, -1.57096 48.7134, -1.57096 48.7134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5273'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6674 -1.57095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6674 -1.57095)"^^geo:wktLiteral ;
  geo-pos:lat "48.6674"^^xsd:decimal ;
  geo-pos:long "-1.57095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5505'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57095'^^xsd:double;
  dwc:latitude '48.6674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57095 48.6674, -1.57095 48.6674, -1.57095 48.6674, -1.57095 48.6674, -1.57095 48.6674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5505'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65287 -1.57093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65287"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65287 -1.57093)"^^geo:wktLiteral ;
  geo-pos:lat "48.65287"^^xsd:decimal ;
  geo-pos:long "-1.57093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6750'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57093'^^xsd:double;
  dwc:latitude '48.65287'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57093 48.65287, -1.57093 48.65287, -1.57093 48.65287, -1.57093 48.65287, -1.57093 48.65287))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6750'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66489 -1.57093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66489 -1.57093)"^^geo:wktLiteral ;
  geo-pos:lat "48.66489"^^xsd:decimal ;
  geo-pos:long "-1.57093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6359'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57093'^^xsd:double;
  dwc:latitude '48.66489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57093 48.66489, -1.57093 48.66489, -1.57093 48.66489, -1.57093 48.66489, -1.57093 48.66489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6359'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.57093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.57093)"^^geo:wktLiteral ;
  geo-pos:lat "48.70056"^^xsd:decimal ;
  geo-pos:long "-1.57093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4157'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57093'^^xsd:double;
  dwc:latitude '48.70056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57093 48.70056, -1.57093 48.70056, -1.57093 48.70056, -1.57093 48.70056, -1.57093 48.70056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4157'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67497 -1.57092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67497 -1.57092)"^^geo:wktLiteral ;
  geo-pos:lat "48.67497"^^xsd:decimal ;
  geo-pos:long "-1.57092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7218'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57092'^^xsd:double;
  dwc:latitude '48.67497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57092 48.67497, -1.57092 48.67497, -1.57092 48.67497, -1.57092 48.67497, -1.57092 48.67497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7218'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68485 -1.57092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68485 -1.57092)"^^geo:wktLiteral ;
  geo-pos:lat "48.68485"^^xsd:decimal ;
  geo-pos:long "-1.57092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6659'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57092'^^xsd:double;
  dwc:latitude '48.68485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57092 48.68485, -1.57092 48.68485, -1.57092 48.68485, -1.57092 48.68485, -1.57092 48.68485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6659'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6562 -1.57091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6562 -1.57091)"^^geo:wktLiteral ;
  geo-pos:lat "48.6562"^^xsd:decimal ;
  geo-pos:long "-1.57091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3588'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57091'^^xsd:double;
  dwc:latitude '48.6562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57091 48.6562, -1.57091 48.6562, -1.57091 48.6562, -1.57091 48.6562, -1.57091 48.6562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3588'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70143 -1.5709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70143 -1.5709)"^^geo:wktLiteral ;
  geo-pos:lat "48.70143"^^xsd:decimal ;
  geo-pos:long "-1.5709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3781'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5709'^^xsd:double;
  dwc:latitude '48.70143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5709 48.70143, -1.5709 48.70143, -1.5709 48.70143, -1.5709 48.70143, -1.5709 48.70143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3781'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6669 -1.57088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6669 -1.57088)"^^geo:wktLiteral ;
  geo-pos:lat "48.6669"^^xsd:decimal ;
  geo-pos:long "-1.57088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6437'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57088'^^xsd:double;
  dwc:latitude '48.6669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57088 48.6669, -1.57088 48.6669, -1.57088 48.6669, -1.57088 48.6669, -1.57088 48.6669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6437'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.57088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.57088)"^^geo:wktLiteral ;
  geo-pos:lat "48.70056"^^xsd:decimal ;
  geo-pos:long "-1.57088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5977'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57088'^^xsd:double;
  dwc:latitude '48.70056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57088 48.70056, -1.57088 48.70056, -1.57088 48.70056, -1.57088 48.70056, -1.57088 48.70056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5977'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71025 -1.57088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71025 -1.57088)"^^geo:wktLiteral ;
  geo-pos:lat "48.71025"^^xsd:decimal ;
  geo-pos:long "-1.57088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1492'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57088'^^xsd:double;
  dwc:latitude '48.71025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57088 48.71025, -1.57088 48.71025, -1.57088 48.71025, -1.57088 48.71025, -1.57088 48.71025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1492'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68445 -1.57086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68445 -1.57086)"^^geo:wktLiteral ;
  geo-pos:lat "48.68445"^^xsd:decimal ;
  geo-pos:long "-1.57086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5957'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57086'^^xsd:double;
  dwc:latitude '48.68445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57086 48.68445, -1.57086 48.68445, -1.57086 48.68445, -1.57086 48.68445, -1.57086 48.68445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5957'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70062 -1.57086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70062 -1.57086)"^^geo:wktLiteral ;
  geo-pos:lat "48.70062"^^xsd:decimal ;
  geo-pos:long "-1.57086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2727'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57086'^^xsd:double;
  dwc:latitude '48.70062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57086 48.70062, -1.57086 48.70062, -1.57086 48.70062, -1.57086 48.70062, -1.57086 48.70062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2727'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73437 -1.57086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73437 -1.57086)"^^geo:wktLiteral ;
  geo-pos:lat "48.73437"^^xsd:decimal ;
  geo-pos:long "-1.57086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4904'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57086'^^xsd:double;
  dwc:latitude '48.73437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57086 48.73437, -1.57086 48.73437, -1.57086 48.73437, -1.57086 48.73437, -1.57086 48.73437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4904'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74068 -1.57086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74068 -1.57086)"^^geo:wktLiteral ;
  geo-pos:lat "48.74068"^^xsd:decimal ;
  geo-pos:long "-1.57086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7438'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57086'^^xsd:double;
  dwc:latitude '48.74068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57086 48.74068, -1.57086 48.74068, -1.57086 48.74068, -1.57086 48.74068, -1.57086 48.74068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7438'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65539 -1.57085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65539 -1.57085)"^^geo:wktLiteral ;
  geo-pos:lat "48.65539"^^xsd:decimal ;
  geo-pos:long "-1.57085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6228'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57085'^^xsd:double;
  dwc:latitude '48.65539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57085 48.65539, -1.57085 48.65539, -1.57085 48.65539, -1.57085 48.65539, -1.57085 48.65539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6228'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67023 -1.57084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67023 -1.57084)"^^geo:wktLiteral ;
  geo-pos:lat "48.67023"^^xsd:decimal ;
  geo-pos:long "-1.57084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6356'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57084'^^xsd:double;
  dwc:latitude '48.67023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57084 48.67023, -1.57084 48.67023, -1.57084 48.67023, -1.57084 48.67023, -1.57084 48.67023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6356'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69655 -1.57084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69655 -1.57084)"^^geo:wktLiteral ;
  geo-pos:lat "48.69655"^^xsd:decimal ;
  geo-pos:long "-1.57084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3203'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57084'^^xsd:double;
  dwc:latitude '48.69655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57084 48.69655, -1.57084 48.69655, -1.57084 48.69655, -1.57084 48.69655, -1.57084 48.69655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3203'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7011 -1.57084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7011 -1.57084)"^^geo:wktLiteral ;
  geo-pos:lat "48.7011"^^xsd:decimal ;
  geo-pos:long "-1.57084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8338'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57084'^^xsd:double;
  dwc:latitude '48.7011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57084 48.7011, -1.57084 48.7011, -1.57084 48.7011, -1.57084 48.7011, -1.57084 48.7011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8338'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66487 -1.57083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66487 -1.57083)"^^geo:wktLiteral ;
  geo-pos:lat "48.66487"^^xsd:decimal ;
  geo-pos:long "-1.57083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8719'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57083'^^xsd:double;
  dwc:latitude '48.66487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57083 48.66487, -1.57083 48.66487, -1.57083 48.66487, -1.57083 48.66487, -1.57083 48.66487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8719'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67097 -1.57083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67097 -1.57083)"^^geo:wktLiteral ;
  geo-pos:lat "48.67097"^^xsd:decimal ;
  geo-pos:long "-1.57083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_5359'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57083'^^xsd:double;
  dwc:latitude '48.67097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57083 48.67097, -1.57083 48.67097, -1.57083 48.67097, -1.57083 48.67097, -1.57083 48.67097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5359'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74115 -1.57083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74115 -1.57083)"^^geo:wktLiteral ;
  geo-pos:lat "48.74115"^^xsd:decimal ;
  geo-pos:long "-1.57083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7444'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57083'^^xsd:double;
  dwc:latitude '48.74115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57083 48.74115, -1.57083 48.74115, -1.57083 48.74115, -1.57083 48.74115, -1.57083 48.74115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7444'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66626 -1.57081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66626 -1.57081)"^^geo:wktLiteral ;
  geo-pos:lat "48.66626"^^xsd:decimal ;
  geo-pos:long "-1.57081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5538'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57081'^^xsd:double;
  dwc:latitude '48.66626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57081 48.66626, -1.57081 48.66626, -1.57081 48.66626, -1.57081 48.66626, -1.57081 48.66626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5538'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67988 -1.57081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67988 -1.57081)"^^geo:wktLiteral ;
  geo-pos:lat "48.67988"^^xsd:decimal ;
  geo-pos:long "-1.57081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2769'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57081'^^xsd:double;
  dwc:latitude '48.67988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57081 48.67988, -1.57081 48.67988, -1.57081 48.67988, -1.57081 48.67988, -1.57081 48.67988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2769'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73967 -1.5708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73967 -1.5708)"^^geo:wktLiteral ;
  geo-pos:lat "48.73967"^^xsd:decimal ;
  geo-pos:long "-1.5708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7441'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5708'^^xsd:double;
  dwc:latitude '48.73967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5708 48.73967, -1.5708 48.73967, -1.5708 48.73967, -1.5708 48.73967, -1.5708 48.73967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7441'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67078 -1.57079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67078 -1.57079)"^^geo:wktLiteral ;
  geo-pos:lat "48.67078"^^xsd:decimal ;
  geo-pos:long "-1.57079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3918'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57079'^^xsd:double;
  dwc:latitude '48.67078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57079 48.67078, -1.57079 48.67078, -1.57079 48.67078, -1.57079 48.67078, -1.57079 48.67078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3918'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7172 -1.57079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7172 -1.57079)"^^geo:wktLiteral ;
  geo-pos:lat "48.7172"^^xsd:decimal ;
  geo-pos:long "-1.57079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8783'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57079'^^xsd:double;
  dwc:latitude '48.7172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57079 48.7172, -1.57079 48.7172, -1.57079 48.7172, -1.57079 48.7172, -1.57079 48.7172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8783'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66735 -1.57078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66735 -1.57078)"^^geo:wktLiteral ;
  geo-pos:lat "48.66735"^^xsd:decimal ;
  geo-pos:long "-1.57078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1607'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57078'^^xsd:double;
  dwc:latitude '48.66735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57078 48.66735, -1.57078 48.66735, -1.57078 48.66735, -1.57078 48.66735, -1.57078 48.66735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1607'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68482 -1.57077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68482 -1.57077)"^^geo:wktLiteral ;
  geo-pos:lat "48.68482"^^xsd:decimal ;
  geo-pos:long "-1.57077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5723'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57077'^^xsd:double;
  dwc:latitude '48.68482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57077 48.68482, -1.57077 48.68482, -1.57077 48.68482, -1.57077 48.68482, -1.57077 48.68482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5723'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70831 -1.57077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70831 -1.57077)"^^geo:wktLiteral ;
  geo-pos:lat "48.70831"^^xsd:decimal ;
  geo-pos:long "-1.57077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10387'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57077'^^xsd:double;
  dwc:latitude '48.70831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57077 48.70831, -1.57077 48.70831, -1.57077 48.70831, -1.57077 48.70831, -1.57077 48.70831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10387'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70682 -1.57076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70682 -1.57076)"^^geo:wktLiteral ;
  geo-pos:lat "48.70682"^^xsd:decimal ;
  geo-pos:long "-1.57076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6565'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57076'^^xsd:double;
  dwc:latitude '48.70682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57076 48.70682, -1.57076 48.70682, -1.57076 48.70682, -1.57076 48.70682, -1.57076 48.70682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6565'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66502 -1.57075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66502 -1.57075)"^^geo:wktLiteral ;
  geo-pos:lat "48.66502"^^xsd:decimal ;
  geo-pos:long "-1.57075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5680'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57075'^^xsd:double;
  dwc:latitude '48.66502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57075 48.66502, -1.57075 48.66502, -1.57075 48.66502, -1.57075 48.66502, -1.57075 48.66502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5680'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71687 -1.57075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71687 -1.57075)"^^geo:wktLiteral ;
  geo-pos:lat "48.71687"^^xsd:decimal ;
  geo-pos:long "-1.57075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4144'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57075'^^xsd:double;
  dwc:latitude '48.71687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57075 48.71687, -1.57075 48.71687, -1.57075 48.71687, -1.57075 48.71687, -1.57075 48.71687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4144'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72238 -1.57075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72238"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72238 -1.57075)"^^geo:wktLiteral ;
  geo-pos:lat "48.72238"^^xsd:decimal ;
  geo-pos:long "-1.57075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9042'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57075'^^xsd:double;
  dwc:latitude '48.72238'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57075 48.72238, -1.57075 48.72238, -1.57075 48.72238, -1.57075 48.72238, -1.57075 48.72238))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9042'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74229 -1.57075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74229 -1.57075)"^^geo:wktLiteral ;
  geo-pos:lat "48.74229"^^xsd:decimal ;
  geo-pos:long "-1.57075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7491'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57075'^^xsd:double;
  dwc:latitude '48.74229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57075 48.74229, -1.57075 48.74229, -1.57075 48.74229, -1.57075 48.74229, -1.57075 48.74229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7491'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66681 -1.57074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66681 -1.57074)"^^geo:wktLiteral ;
  geo-pos:lat "48.66681"^^xsd:decimal ;
  geo-pos:long "-1.57074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5309'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57074'^^xsd:double;
  dwc:latitude '48.66681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57074 48.66681, -1.57074 48.66681, -1.57074 48.66681, -1.57074 48.66681, -1.57074 48.66681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5309'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71836 -1.57074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71836 -1.57074)"^^geo:wktLiteral ;
  geo-pos:lat "48.71836"^^xsd:decimal ;
  geo-pos:long "-1.57074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9468'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57074'^^xsd:double;
  dwc:latitude '48.71836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57074 48.71836, -1.57074 48.71836, -1.57074 48.71836, -1.57074 48.71836, -1.57074 48.71836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9468'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73198 -1.57073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73198 -1.57073)"^^geo:wktLiteral ;
  geo-pos:lat "48.73198"^^xsd:decimal ;
  geo-pos:long "-1.57073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1943'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57073'^^xsd:double;
  dwc:latitude '48.73198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57073 48.73198, -1.57073 48.73198, -1.57073 48.73198, -1.57073 48.73198, -1.57073 48.73198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1943'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6535 -1.57072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6535 -1.57072)"^^geo:wktLiteral ;
  geo-pos:lat "48.6535"^^xsd:decimal ;
  geo-pos:long "-1.57072"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1768'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57072'^^xsd:double;
  dwc:latitude '48.6535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57072 48.6535, -1.57072 48.6535, -1.57072 48.6535, -1.57072 48.6535, -1.57072 48.6535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1768'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69679 -1.57072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69679 -1.57072)"^^geo:wktLiteral ;
  geo-pos:lat "48.69679"^^xsd:decimal ;
  geo-pos:long "-1.57072"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7194'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57072'^^xsd:double;
  dwc:latitude '48.69679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57072 48.69679, -1.57072 48.69679, -1.57072 48.69679, -1.57072 48.69679, -1.57072 48.69679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7194'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68972 -1.57069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68972 -1.57069)"^^geo:wktLiteral ;
  geo-pos:lat "48.68972"^^xsd:decimal ;
  geo-pos:long "-1.57069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10477'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57069'^^xsd:double;
  dwc:latitude '48.68972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57069 48.68972, -1.57069 48.68972, -1.57069 48.68972, -1.57069 48.68972, -1.57069 48.68972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10477'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66791 -1.57068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66791"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66791 -1.57068)"^^geo:wktLiteral ;
  geo-pos:lat "48.66791"^^xsd:decimal ;
  geo-pos:long "-1.57068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_5363'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57068'^^xsd:double;
  dwc:latitude '48.66791'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57068 48.66791, -1.57068 48.66791, -1.57068 48.66791, -1.57068 48.66791, -1.57068 48.66791))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5363'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6734 -1.57068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6734"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6734 -1.57068)"^^geo:wktLiteral ;
  geo-pos:lat "48.6734"^^xsd:decimal ;
  geo-pos:long "-1.57068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7209'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57068'^^xsd:double;
  dwc:latitude '48.6734'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57068 48.6734, -1.57068 48.6734, -1.57068 48.6734, -1.57068 48.6734, -1.57068 48.6734))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7209'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7395 -1.57068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7395 -1.57068)"^^geo:wktLiteral ;
  geo-pos:lat "48.7395"^^xsd:decimal ;
  geo-pos:long "-1.57068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7455'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57068'^^xsd:double;
  dwc:latitude '48.7395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57068 48.7395, -1.57068 48.7395, -1.57068 48.7395, -1.57068 48.7395, -1.57068 48.7395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7455'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67035 -1.57064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67035 -1.57064)"^^geo:wktLiteral ;
  geo-pos:lat "48.67035"^^xsd:decimal ;
  geo-pos:long "-1.57064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5988'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57064'^^xsd:double;
  dwc:latitude '48.67035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57064 48.67035, -1.57064 48.67035, -1.57064 48.67035, -1.57064 48.67035, -1.57064 48.67035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5988'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71881 -1.57064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71881"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71881 -1.57064)"^^geo:wktLiteral ;
  geo-pos:lat "48.71881"^^xsd:decimal ;
  geo-pos:long "-1.57064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5747'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57064'^^xsd:double;
  dwc:latitude '48.71881'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57064 48.71881, -1.57064 48.71881, -1.57064 48.71881, -1.57064 48.71881, -1.57064 48.71881))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5747'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65574 -1.57062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65574 -1.57062)"^^geo:wktLiteral ;
  geo-pos:lat "48.65574"^^xsd:decimal ;
  geo-pos:long "-1.57062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5936'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57062'^^xsd:double;
  dwc:latitude '48.65574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57062 48.65574, -1.57062 48.65574, -1.57062 48.65574, -1.57062 48.65574, -1.57062 48.65574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5936'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6844 -1.57062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6844 -1.57062)"^^geo:wktLiteral ;
  geo-pos:lat "48.6844"^^xsd:decimal ;
  geo-pos:long "-1.57062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4582'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57062'^^xsd:double;
  dwc:latitude '48.6844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57062 48.6844, -1.57062 48.6844, -1.57062 48.6844, -1.57062 48.6844, -1.57062 48.6844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4582'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71254 -1.57061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71254 -1.57061)"^^geo:wktLiteral ;
  geo-pos:lat "48.71254"^^xsd:decimal ;
  geo-pos:long "-1.57061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1079'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57061'^^xsd:double;
  dwc:latitude '48.71254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57061 48.71254, -1.57061 48.71254, -1.57061 48.71254, -1.57061 48.71254, -1.57061 48.71254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1079'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66689 -1.5706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66689 -1.5706)"^^geo:wktLiteral ;
  geo-pos:lat "48.66689"^^xsd:decimal ;
  geo-pos:long "-1.5706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1640'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5706'^^xsd:double;
  dwc:latitude '48.66689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5706 48.66689, -1.5706 48.66689, -1.5706 48.66689, -1.5706 48.66689, -1.5706 48.66689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1640'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70095 -1.5706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70095 -1.5706)"^^geo:wktLiteral ;
  geo-pos:lat "48.70095"^^xsd:decimal ;
  geo-pos:long "-1.5706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4554'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5706'^^xsd:double;
  dwc:latitude '48.70095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5706 48.70095, -1.5706 48.70095, -1.5706 48.70095, -1.5706 48.70095, -1.5706 48.70095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4554'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73198 -1.5706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73198 -1.5706)"^^geo:wktLiteral ;
  geo-pos:lat "48.73198"^^xsd:decimal ;
  geo-pos:long "-1.5706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2929'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5706'^^xsd:double;
  dwc:latitude '48.73198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5706 48.73198, -1.5706 48.73198, -1.5706 48.73198, -1.5706 48.73198, -1.5706 48.73198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2929'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67834 -1.57058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67834 -1.57058)"^^geo:wktLiteral ;
  geo-pos:lat "48.67834"^^xsd:decimal ;
  geo-pos:long "-1.57058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3610'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57058'^^xsd:double;
  dwc:latitude '48.67834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57058 48.67834, -1.57058 48.67834, -1.57058 48.67834, -1.57058 48.67834, -1.57058 48.67834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3610'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72433 -1.57056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72433 -1.57056)"^^geo:wktLiteral ;
  geo-pos:lat "48.72433"^^xsd:decimal ;
  geo-pos:long "-1.57056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8239'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57056'^^xsd:double;
  dwc:latitude '48.72433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57056 48.72433, -1.57056 48.72433, -1.57056 48.72433, -1.57056 48.72433, -1.57056 48.72433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8239'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66724 -1.57055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66724 -1.57055)"^^geo:wktLiteral ;
  geo-pos:lat "48.66724"^^xsd:decimal ;
  geo-pos:long "-1.57055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3894'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57055'^^xsd:double;
  dwc:latitude '48.66724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57055 48.66724, -1.57055 48.66724, -1.57055 48.66724, -1.57055 48.66724, -1.57055 48.66724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3894'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65328 -1.57053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65328 -1.57053)"^^geo:wktLiteral ;
  geo-pos:lat "48.65328"^^xsd:decimal ;
  geo-pos:long "-1.57053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3489'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57053'^^xsd:double;
  dwc:latitude '48.65328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57053 48.65328, -1.57053 48.65328, -1.57053 48.65328, -1.57053 48.65328, -1.57053 48.65328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3489'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66698 -1.57052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66698 -1.57052)"^^geo:wktLiteral ;
  geo-pos:lat "48.66698"^^xsd:decimal ;
  geo-pos:long "-1.57052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_61'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_61'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57052'^^xsd:double;
  dwc:latitude '48.66698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57052 48.66698, -1.57052 48.66698, -1.57052 48.66698, -1.57052 48.66698, -1.57052 48.66698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_61'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.5705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.5705)"^^geo:wktLiteral ;
  geo-pos:lat "48.66814"^^xsd:decimal ;
  geo-pos:long "-1.5705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6018'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5705'^^xsd:double;
  dwc:latitude '48.66814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5705 48.66814, -1.5705 48.66814, -1.5705 48.66814, -1.5705 48.66814, -1.5705 48.66814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6018'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67848 -1.5705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67848"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67848 -1.5705)"^^geo:wktLiteral ;
  geo-pos:lat "48.67848"^^xsd:decimal ;
  geo-pos:long "-1.5705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6084'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5705'^^xsd:double;
  dwc:latitude '48.67848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5705 48.67848, -1.5705 48.67848, -1.5705 48.67848, -1.5705 48.67848, -1.5705 48.67848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6084'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7221 -1.5705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7221 -1.5705)"^^geo:wktLiteral ;
  geo-pos:lat "48.7221"^^xsd:decimal ;
  geo-pos:long "-1.5705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5667'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5705'^^xsd:double;
  dwc:latitude '48.7221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5705 48.7221, -1.5705 48.7221, -1.5705 48.7221, -1.5705 48.7221, -1.5705 48.7221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5667'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70188 -1.57049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70188 -1.57049)"^^geo:wktLiteral ;
  geo-pos:lat "48.70188"^^xsd:decimal ;
  geo-pos:long "-1.57049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4894'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57049'^^xsd:double;
  dwc:latitude '48.70188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57049 48.70188, -1.57049 48.70188, -1.57049 48.70188, -1.57049 48.70188, -1.57049 48.70188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4894'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66345 -1.57047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66345 -1.57047)"^^geo:wktLiteral ;
  geo-pos:lat "48.66345"^^xsd:decimal ;
  geo-pos:long "-1.57047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3776'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57047'^^xsd:double;
  dwc:latitude '48.66345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57047 48.66345, -1.57047 48.66345, -1.57047 48.66345, -1.57047 48.66345, -1.57047 48.66345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3776'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.57047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.57047)"^^geo:wktLiteral ;
  geo-pos:lat "48.66796"^^xsd:decimal ;
  geo-pos:long "-1.57047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7271'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57047'^^xsd:double;
  dwc:latitude '48.66796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57047 48.66796, -1.57047 48.66796, -1.57047 48.66796, -1.57047 48.66796, -1.57047 48.66796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7271'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71782 -1.57047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71782 -1.57047)"^^geo:wktLiteral ;
  geo-pos:lat "48.71782"^^xsd:decimal ;
  geo-pos:long "-1.57047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6562'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57047'^^xsd:double;
  dwc:latitude '48.71782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57047 48.71782, -1.57047 48.71782, -1.57047 48.71782, -1.57047 48.71782, -1.57047 48.71782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6562'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67867 -1.57046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67867 -1.57046)"^^geo:wktLiteral ;
  geo-pos:lat "48.67867"^^xsd:decimal ;
  geo-pos:long "-1.57046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6674'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57046'^^xsd:double;
  dwc:latitude '48.67867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57046 48.67867, -1.57046 48.67867, -1.57046 48.67867, -1.57046 48.67867, -1.57046 48.67867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6674'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73227 -1.57045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73227 -1.57045)"^^geo:wktLiteral ;
  geo-pos:lat "48.73227"^^xsd:decimal ;
  geo-pos:long "-1.57045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3557'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57045'^^xsd:double;
  dwc:latitude '48.73227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57045 48.73227, -1.57045 48.73227, -1.57045 48.73227, -1.57045 48.73227, -1.57045 48.73227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3557'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74134 -1.57045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74134 -1.57045)"^^geo:wktLiteral ;
  geo-pos:lat "48.74134"^^xsd:decimal ;
  geo-pos:long "-1.57045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3728'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57045'^^xsd:double;
  dwc:latitude '48.74134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57045 48.74134, -1.57045 48.74134, -1.57045 48.74134, -1.57045 48.74134, -1.57045 48.74134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3728'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66665 -1.57044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66665 -1.57044)"^^geo:wktLiteral ;
  geo-pos:lat "48.66665"^^xsd:decimal ;
  geo-pos:long "-1.57044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5294'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57044'^^xsd:double;
  dwc:latitude '48.66665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57044 48.66665, -1.57044 48.66665, -1.57044 48.66665, -1.57044 48.66665, -1.57044 48.66665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5294'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71842 -1.57043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71842"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71842 -1.57043)"^^geo:wktLiteral ;
  geo-pos:lat "48.71842"^^xsd:decimal ;
  geo-pos:long "-1.57043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9449'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57043'^^xsd:double;
  dwc:latitude '48.71842'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57043 48.71842, -1.57043 48.71842, -1.57043 48.71842, -1.57043 48.71842, -1.57043 48.71842))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9449'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73863 -1.57042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73863 -1.57042)"^^geo:wktLiteral ;
  geo-pos:lat "48.73863"^^xsd:decimal ;
  geo-pos:long "-1.57042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4983'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57042'^^xsd:double;
  dwc:latitude '48.73863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57042 48.73863, -1.57042 48.73863, -1.57042 48.73863, -1.57042 48.73863, -1.57042 48.73863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4983'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65413 -1.57041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65413 -1.57041)"^^geo:wktLiteral ;
  geo-pos:lat "48.65413"^^xsd:decimal ;
  geo-pos:long "-1.57041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5568'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57041'^^xsd:double;
  dwc:latitude '48.65413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57041 48.65413, -1.57041 48.65413, -1.57041 48.65413, -1.57041 48.65413, -1.57041 48.65413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5568'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67281 -1.57039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67281 -1.57039)"^^geo:wktLiteral ;
  geo-pos:lat "48.67281"^^xsd:decimal ;
  geo-pos:long "-1.57039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1703'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57039'^^xsd:double;
  dwc:latitude '48.67281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57039 48.67281, -1.57039 48.67281, -1.57039 48.67281, -1.57039 48.67281, -1.57039 48.67281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1703'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7277 -1.57039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7277 -1.57039)"^^geo:wktLiteral ;
  geo-pos:lat "48.7277"^^xsd:decimal ;
  geo-pos:long "-1.57039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9169'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57039'^^xsd:double;
  dwc:latitude '48.7277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57039 48.7277, -1.57039 48.7277, -1.57039 48.7277, -1.57039 48.7277, -1.57039 48.7277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9169'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66667 -1.57038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66667 -1.57038)"^^geo:wktLiteral ;
  geo-pos:lat "48.66667"^^xsd:decimal ;
  geo-pos:long "-1.57038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1611'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57038'^^xsd:double;
  dwc:latitude '48.66667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57038 48.66667, -1.57038 48.66667, -1.57038 48.66667, -1.57038 48.66667, -1.57038 48.66667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1611'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73143 -1.57038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73143 -1.57038)"^^geo:wktLiteral ;
  geo-pos:lat "48.73143"^^xsd:decimal ;
  geo-pos:long "-1.57038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2398'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57038'^^xsd:double;
  dwc:latitude '48.73143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57038 48.73143, -1.57038 48.73143, -1.57038 48.73143, -1.57038 48.73143, -1.57038 48.73143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2398'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -1.57037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -1.57037)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-1.57037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7322'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57037'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57037 48.6667, -1.57037 48.6667, -1.57037 48.6667, -1.57037 48.6667, -1.57037 48.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7322'^^xsd:string;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73435 -1.57037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73435 -1.57037)"^^geo:wktLiteral ;
  geo-pos:lat "48.73435"^^xsd:decimal ;
  geo-pos:long "-1.57037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1867'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57037'^^xsd:double;
  dwc:latitude '48.73435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57037 48.73435, -1.57037 48.73435, -1.57037 48.73435, -1.57037 48.73435, -1.57037 48.73435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1867'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73862 -1.57037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73862 -1.57037)"^^geo:wktLiteral ;
  geo-pos:lat "48.73862"^^xsd:decimal ;
  geo-pos:long "-1.57037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9429'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57037'^^xsd:double;
  dwc:latitude '48.73862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57037 48.73862, -1.57037 48.73862, -1.57037 48.73862, -1.57037 48.73862, -1.57037 48.73862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9429'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67903 -1.57036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67903 -1.57036)"^^geo:wktLiteral ;
  geo-pos:lat "48.67903"^^xsd:decimal ;
  geo-pos:long "-1.57036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4648'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57036'^^xsd:double;
  dwc:latitude '48.67903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57036 48.67903, -1.57036 48.67903, -1.57036 48.67903, -1.57036 48.67903, -1.57036 48.67903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4648'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65296 -1.57035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65296"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65296 -1.57035)"^^geo:wktLiteral ;
  geo-pos:lat "48.65296"^^xsd:decimal ;
  geo-pos:long "-1.57035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12010'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57035'^^xsd:double;
  dwc:latitude '48.65296'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57035 48.65296, -1.57035 48.65296, -1.57035 48.65296, -1.57035 48.65296, -1.57035 48.65296))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12010'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71326 -1.57035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71326 -1.57035)"^^geo:wktLiteral ;
  geo-pos:lat "48.71326"^^xsd:decimal ;
  geo-pos:long "-1.57035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8270'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57035'^^xsd:double;
  dwc:latitude '48.71326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57035 48.71326, -1.57035 48.71326, -1.57035 48.71326, -1.57035 48.71326, -1.57035 48.71326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8270'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65739 -1.57034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65739 -1.57034)"^^geo:wktLiteral ;
  geo-pos:lat "48.65739"^^xsd:decimal ;
  geo-pos:long "-1.57034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6745'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57034'^^xsd:double;
  dwc:latitude '48.65739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57034 48.65739, -1.57034 48.65739, -1.57034 48.65739, -1.57034 48.65739, -1.57034 48.65739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6745'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66614 -1.57034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66614 -1.57034)"^^geo:wktLiteral ;
  geo-pos:lat "48.66614"^^xsd:decimal ;
  geo-pos:long "-1.57034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3932'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57034'^^xsd:double;
  dwc:latitude '48.66614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57034 48.66614, -1.57034 48.66614, -1.57034 48.66614, -1.57034 48.66614, -1.57034 48.66614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3932'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72433 -1.57031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72433 -1.57031)"^^geo:wktLiteral ;
  geo-pos:lat "48.72433"^^xsd:decimal ;
  geo-pos:long "-1.57031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4146'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57031'^^xsd:double;
  dwc:latitude '48.72433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57031 48.72433, -1.57031 48.72433, -1.57031 48.72433, -1.57031 48.72433, -1.57031 48.72433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4146'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72533 -1.57031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72533 -1.57031)"^^geo:wktLiteral ;
  geo-pos:lat "48.72533"^^xsd:decimal ;
  geo-pos:long "-1.57031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1842'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57031'^^xsd:double;
  dwc:latitude '48.72533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57031 48.72533, -1.57031 48.72533, -1.57031 48.72533, -1.57031 48.72533, -1.57031 48.72533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1842'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68105 -1.5703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68105 -1.5703)"^^geo:wktLiteral ;
  geo-pos:lat "48.68105"^^xsd:decimal ;
  geo-pos:long "-1.5703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6025'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5703'^^xsd:double;
  dwc:latitude '48.68105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5703 48.68105, -1.5703 48.68105, -1.5703 48.68105, -1.5703 48.68105, -1.5703 48.68105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6025'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.57029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.57029)"^^geo:wktLiteral ;
  geo-pos:lat "48.6997"^^xsd:decimal ;
  geo-pos:long "-1.57029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5014'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57029'^^xsd:double;
  dwc:latitude '48.6997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57029 48.6997, -1.57029 48.6997, -1.57029 48.6997, -1.57029 48.6997, -1.57029 48.6997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5014'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70918 -1.57029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70918 -1.57029)"^^geo:wktLiteral ;
  geo-pos:lat "48.70918"^^xsd:decimal ;
  geo-pos:long "-1.57029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1122'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57029'^^xsd:double;
  dwc:latitude '48.70918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57029 48.70918, -1.57029 48.70918, -1.57029 48.70918, -1.57029 48.70918, -1.57029 48.70918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1122'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72698 -1.57028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72698 -1.57028)"^^geo:wktLiteral ;
  geo-pos:lat "48.72698"^^xsd:decimal ;
  geo-pos:long "-1.57028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3348'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57028'^^xsd:double;
  dwc:latitude '48.72698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57028 48.72698, -1.57028 48.72698, -1.57028 48.72698, -1.57028 48.72698, -1.57028 48.72698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3348'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70666 -1.57027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70666 -1.57027)"^^geo:wktLiteral ;
  geo-pos:lat "48.70666"^^xsd:decimal ;
  geo-pos:long "-1.57027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2116'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57027'^^xsd:double;
  dwc:latitude '48.70666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57027 48.70666, -1.57027 48.70666, -1.57027 48.70666, -1.57027 48.70666, -1.57027 48.70666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2116'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6659 -1.57026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6659 -1.57026)"^^geo:wktLiteral ;
  geo-pos:lat "48.6659"^^xsd:decimal ;
  geo-pos:long "-1.57026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3774'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57026'^^xsd:double;
  dwc:latitude '48.6659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57026 48.6659, -1.57026 48.6659, -1.57026 48.6659, -1.57026 48.6659, -1.57026 48.6659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3774'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66753 -1.57026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66753 -1.57026)"^^geo:wktLiteral ;
  geo-pos:lat "48.66753"^^xsd:decimal ;
  geo-pos:long "-1.57026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1732'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57026'^^xsd:double;
  dwc:latitude '48.66753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57026 48.66753, -1.57026 48.66753, -1.57026 48.66753, -1.57026 48.66753, -1.57026 48.66753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1732'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66177 -1.57025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66177 -1.57025)"^^geo:wktLiteral ;
  geo-pos:lat "48.66177"^^xsd:decimal ;
  geo-pos:long "-1.57025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7001'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57025'^^xsd:double;
  dwc:latitude '48.66177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57025 48.66177, -1.57025 48.66177, -1.57025 48.66177, -1.57025 48.66177, -1.57025 48.66177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7001'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66536 -1.57025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66536 -1.57025)"^^geo:wktLiteral ;
  geo-pos:lat "48.66536"^^xsd:decimal ;
  geo-pos:long "-1.57025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8595'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57025'^^xsd:double;
  dwc:latitude '48.66536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57025 48.66536, -1.57025 48.66536, -1.57025 48.66536, -1.57025 48.66536, -1.57025 48.66536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8595'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67973 -1.57021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67973 -1.57021)"^^geo:wktLiteral ;
  geo-pos:lat "48.67973"^^xsd:decimal ;
  geo-pos:long "-1.57021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5544'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57021'^^xsd:double;
  dwc:latitude '48.67973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57021 48.67973, -1.57021 48.67973, -1.57021 48.67973, -1.57021 48.67973, -1.57021 48.67973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5544'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70053 -1.5702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70053 -1.5702)"^^geo:wktLiteral ;
  geo-pos:lat "48.70053"^^xsd:decimal ;
  geo-pos:long "-1.5702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5979'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5702'^^xsd:double;
  dwc:latitude '48.70053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5702 48.70053, -1.5702 48.70053, -1.5702 48.70053, -1.5702 48.70053, -1.5702 48.70053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5979'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65374 -1.57018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65374"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65374 -1.57018)"^^geo:wktLiteral ;
  geo-pos:lat "48.65374"^^xsd:decimal ;
  geo-pos:long "-1.57018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6712'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57018'^^xsd:double;
  dwc:latitude '48.65374'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57018 48.65374, -1.57018 48.65374, -1.57018 48.65374, -1.57018 48.65374, -1.57018 48.65374))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6712'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65564 -1.57018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65564 -1.57018)"^^geo:wktLiteral ;
  geo-pos:lat "48.65564"^^xsd:decimal ;
  geo-pos:long "-1.57018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5810'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57018'^^xsd:double;
  dwc:latitude '48.65564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57018 48.65564, -1.57018 48.65564, -1.57018 48.65564, -1.57018 48.65564, -1.57018 48.65564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5810'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71902 -1.57017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71902 -1.57017)"^^geo:wktLiteral ;
  geo-pos:lat "48.71902"^^xsd:decimal ;
  geo-pos:long "-1.57017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1960'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57017'^^xsd:double;
  dwc:latitude '48.71902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57017 48.71902, -1.57017 48.71902, -1.57017 48.71902, -1.57017 48.71902, -1.57017 48.71902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1960'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.57016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.57016)"^^geo:wktLiteral ;
  geo-pos:lat "48.7064"^^xsd:decimal ;
  geo-pos:long "-1.57016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6474'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57016'^^xsd:double;
  dwc:latitude '48.7064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57016 48.7064, -1.57016 48.7064, -1.57016 48.7064, -1.57016 48.7064, -1.57016 48.7064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6474'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66561 -1.57014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66561 -1.57014)"^^geo:wktLiteral ;
  geo-pos:lat "48.66561"^^xsd:decimal ;
  geo-pos:long "-1.57014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3775'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57014'^^xsd:double;
  dwc:latitude '48.66561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57014 48.66561, -1.57014 48.66561, -1.57014 48.66561, -1.57014 48.66561, -1.57014 48.66561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3775'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71904 -1.57014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71904 -1.57014)"^^geo:wktLiteral ;
  geo-pos:lat "48.71904"^^xsd:decimal ;
  geo-pos:long "-1.57014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9252'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57014'^^xsd:double;
  dwc:latitude '48.71904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57014 48.71904, -1.57014 48.71904, -1.57014 48.71904, -1.57014 48.71904, -1.57014 48.71904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9252'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73636 -1.57014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73636 -1.57014)"^^geo:wktLiteral ;
  geo-pos:lat "48.73636"^^xsd:decimal ;
  geo-pos:long "-1.57014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5421'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57014'^^xsd:double;
  dwc:latitude '48.73636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57014 48.73636, -1.57014 48.73636, -1.57014 48.73636, -1.57014 48.73636, -1.57014 48.73636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5421'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66765 -1.57013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66765 -1.57013)"^^geo:wktLiteral ;
  geo-pos:lat "48.66765"^^xsd:decimal ;
  geo-pos:long "-1.57013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10732'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57013'^^xsd:double;
  dwc:latitude '48.66765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57013 48.66765, -1.57013 48.66765, -1.57013 48.66765, -1.57013 48.66765, -1.57013 48.66765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10732'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66293 -1.57012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66293 -1.57012)"^^geo:wktLiteral ;
  geo-pos:lat "48.66293"^^xsd:decimal ;
  geo-pos:long "-1.57012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6059'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57012'^^xsd:double;
  dwc:latitude '48.66293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57012 48.66293, -1.57012 48.66293, -1.57012 48.66293, -1.57012 48.66293, -1.57012 48.66293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6059'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70247 -1.57011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70247 -1.57011)"^^geo:wktLiteral ;
  geo-pos:lat "48.70247"^^xsd:decimal ;
  geo-pos:long "-1.57011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5976'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57011'^^xsd:double;
  dwc:latitude '48.70247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57011 48.70247, -1.57011 48.70247, -1.57011 48.70247, -1.57011 48.70247, -1.57011 48.70247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5976'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65352 -1.5701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65352 -1.5701)"^^geo:wktLiteral ;
  geo-pos:lat "48.65352"^^xsd:decimal ;
  geo-pos:long "-1.5701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5261'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5701'^^xsd:double;
  dwc:latitude '48.65352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5701 48.65352, -1.5701 48.65352, -1.5701 48.65352, -1.5701 48.65352, -1.5701 48.65352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5261'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73346 -1.5701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73346 -1.5701)"^^geo:wktLiteral ;
  geo-pos:lat "48.73346"^^xsd:decimal ;
  geo-pos:long "-1.5701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9602'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5701'^^xsd:double;
  dwc:latitude '48.73346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5701 48.73346, -1.5701 48.73346, -1.5701 48.73346, -1.5701 48.73346, -1.5701 48.73346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9602'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69211 -1.57009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69211 -1.57009)"^^geo:wktLiteral ;
  geo-pos:lat "48.69211"^^xsd:decimal ;
  geo-pos:long "-1.57009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_859'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57009'^^xsd:double;
  dwc:latitude '48.69211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57009 48.69211, -1.57009 48.69211, -1.57009 48.69211, -1.57009 48.69211, -1.57009 48.69211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_859'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71372 -1.57009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71372 -1.57009)"^^geo:wktLiteral ;
  geo-pos:lat "48.71372"^^xsd:decimal ;
  geo-pos:long "-1.57009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5089'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57009'^^xsd:double;
  dwc:latitude '48.71372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57009 48.71372, -1.57009 48.71372, -1.57009 48.71372, -1.57009 48.71372, -1.57009 48.71372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5089'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72905 -1.57008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72905 -1.57008)"^^geo:wktLiteral ;
  geo-pos:lat "48.72905"^^xsd:decimal ;
  geo-pos:long "-1.57008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1863'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57008'^^xsd:double;
  dwc:latitude '48.72905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57008 48.72905, -1.57008 48.72905, -1.57008 48.72905, -1.57008 48.72905, -1.57008 48.72905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1863'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73081 -1.57008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73081 -1.57008)"^^geo:wktLiteral ;
  geo-pos:lat "48.73081"^^xsd:decimal ;
  geo-pos:long "-1.57008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5242'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57008'^^xsd:double;
  dwc:latitude '48.73081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57008 48.73081, -1.57008 48.73081, -1.57008 48.73081, -1.57008 48.73081, -1.57008 48.73081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5242'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73122 -1.57007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73122 -1.57007)"^^geo:wktLiteral ;
  geo-pos:lat "48.73122"^^xsd:decimal ;
  geo-pos:long "-1.57007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3420'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57007'^^xsd:double;
  dwc:latitude '48.73122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57007 48.73122, -1.57007 48.73122, -1.57007 48.73122, -1.57007 48.73122, -1.57007 48.73122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3420'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66627 -1.57006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66627 -1.57006)"^^geo:wktLiteral ;
  geo-pos:lat "48.66627"^^xsd:decimal ;
  geo-pos:long "-1.57006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5352'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57006'^^xsd:double;
  dwc:latitude '48.66627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57006 48.66627, -1.57006 48.66627, -1.57006 48.66627, -1.57006 48.66627, -1.57006 48.66627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5352'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66589 -1.57004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66589 -1.57004)"^^geo:wktLiteral ;
  geo-pos:lat "48.66589"^^xsd:decimal ;
  geo-pos:long "-1.57004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5331'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57004'^^xsd:double;
  dwc:latitude '48.66589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57004 48.66589, -1.57004 48.66589, -1.57004 48.66589, -1.57004 48.66589, -1.57004 48.66589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5331'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66692 -1.57003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66692 -1.57003)"^^geo:wktLiteral ;
  geo-pos:lat "48.66692"^^xsd:decimal ;
  geo-pos:long "-1.57003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5546'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57003'^^xsd:double;
  dwc:latitude '48.66692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57003 48.66692, -1.57003 48.66692, -1.57003 48.66692, -1.57003 48.66692, -1.57003 48.66692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5546'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69642 -1.57003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69642 -1.57003)"^^geo:wktLiteral ;
  geo-pos:lat "48.69642"^^xsd:decimal ;
  geo-pos:long "-1.57003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6991'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57003'^^xsd:double;
  dwc:latitude '48.69642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57003 48.69642, -1.57003 48.69642, -1.57003 48.69642, -1.57003 48.69642, -1.57003 48.69642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6991'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70152 -1.57003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70152"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70152 -1.57003)"^^geo:wktLiteral ;
  geo-pos:lat "48.70152"^^xsd:decimal ;
  geo-pos:long "-1.57003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5082'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57003'^^xsd:double;
  dwc:latitude '48.70152'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57003 48.70152, -1.57003 48.70152, -1.57003 48.70152, -1.57003 48.70152, -1.57003 48.70152))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5082'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70978 -1.57003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70978 -1.57003)"^^geo:wktLiteral ;
  geo-pos:lat "48.70978"^^xsd:decimal ;
  geo-pos:long "-1.57003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5128'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57003'^^xsd:double;
  dwc:latitude '48.70978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57003 48.70978, -1.57003 48.70978, -1.57003 48.70978, -1.57003 48.70978, -1.57003 48.70978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5128'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65429 -1.57002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65429"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65429 -1.57002)"^^geo:wktLiteral ;
  geo-pos:lat "48.65429"^^xsd:decimal ;
  geo-pos:long "-1.57002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7672'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57002'^^xsd:double;
  dwc:latitude '48.65429'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57002 48.65429, -1.57002 48.65429, -1.57002 48.65429, -1.57002 48.65429, -1.57002 48.65429))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7672'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66663 -1.57001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66663 -1.57001)"^^geo:wktLiteral ;
  geo-pos:lat "48.66663"^^xsd:decimal ;
  geo-pos:long "-1.57001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4013'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57001'^^xsd:double;
  dwc:latitude '48.66663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57001 48.66663, -1.57001 48.66663, -1.57001 48.66663, -1.57001 48.66663, -1.57001 48.66663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4013'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69548 -1.57001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69548 -1.57001)"^^geo:wktLiteral ;
  geo-pos:lat "48.69548"^^xsd:decimal ;
  geo-pos:long "-1.57001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8429'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57001'^^xsd:double;
  dwc:latitude '48.69548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57001 48.69548, -1.57001 48.69548, -1.57001 48.69548, -1.57001 48.69548, -1.57001 48.69548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8429'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68173 -1.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68173 -1.57)"^^geo:wktLiteral ;
  geo-pos:lat "48.68173"^^xsd:decimal ;
  geo-pos:long "-1.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_452'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57'^^xsd:double;
  dwc:latitude '48.68173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57 48.68173, -1.57 48.68173, -1.57 48.68173, -1.57 48.68173, -1.57 48.68173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_452'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70657 -1.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70657 -1.57)"^^geo:wktLiteral ;
  geo-pos:lat "48.70657"^^xsd:decimal ;
  geo-pos:long "-1.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_863'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.57'^^xsd:double;
  dwc:latitude '48.70657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.57 48.70657, -1.57 48.70657, -1.57 48.70657, -1.57 48.70657, -1.57 48.70657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_863'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70068 -1.56999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70068 -1.56999)"^^geo:wktLiteral ;
  geo-pos:lat "48.70068"^^xsd:decimal ;
  geo-pos:long "-1.56999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5978'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56999'^^xsd:double;
  dwc:latitude '48.70068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56999 48.70068, -1.56999 48.70068, -1.56999 48.70068, -1.56999 48.70068, -1.56999 48.70068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5978'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73305 -1.56999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73305 -1.56999)"^^geo:wktLiteral ;
  geo-pos:lat "48.73305"^^xsd:decimal ;
  geo-pos:long "-1.56999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3514'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56999'^^xsd:double;
  dwc:latitude '48.73305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56999 48.73305, -1.56999 48.73305, -1.56999 48.73305, -1.56999 48.73305, -1.56999 48.73305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3514'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66606 -1.56998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66606 -1.56998)"^^geo:wktLiteral ;
  geo-pos:lat "48.66606"^^xsd:decimal ;
  geo-pos:long "-1.56998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5504'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56998'^^xsd:double;
  dwc:latitude '48.66606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56998 48.66606, -1.56998 48.66606, -1.56998 48.66606, -1.56998 48.66606, -1.56998 48.66606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5504'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69548 -1.56998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69548 -1.56998)"^^geo:wktLiteral ;
  geo-pos:lat "48.69548"^^xsd:decimal ;
  geo-pos:long "-1.56998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10090'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56998'^^xsd:double;
  dwc:latitude '48.69548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56998 48.69548, -1.56998 48.69548, -1.56998 48.69548, -1.56998 48.69548, -1.56998 48.69548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10090'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66593 -1.56997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66593 -1.56997)"^^geo:wktLiteral ;
  geo-pos:lat "48.66593"^^xsd:decimal ;
  geo-pos:long "-1.56997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3720'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56997'^^xsd:double;
  dwc:latitude '48.66593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56997 48.66593, -1.56997 48.66593, -1.56997 48.66593, -1.56997 48.66593, -1.56997 48.66593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3720'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.56996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.56996)"^^geo:wktLiteral ;
  geo-pos:lat "48.69558"^^xsd:decimal ;
  geo-pos:long "-1.56996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10017'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56996'^^xsd:double;
  dwc:latitude '48.69558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56996 48.69558, -1.56996 48.69558, -1.56996 48.69558, -1.56996 48.69558, -1.56996 48.69558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10017'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72335 -1.56995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72335"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72335 -1.56995)"^^geo:wktLiteral ;
  geo-pos:lat "48.72335"^^xsd:decimal ;
  geo-pos:long "-1.56995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5241'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56995'^^xsd:double;
  dwc:latitude '48.72335'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56995 48.72335, -1.56995 48.72335, -1.56995 48.72335, -1.56995 48.72335, -1.56995 48.72335))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5241'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66762 -1.56994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66762 -1.56994)"^^geo:wktLiteral ;
  geo-pos:lat "48.66762"^^xsd:decimal ;
  geo-pos:long "-1.56994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10895'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56994'^^xsd:double;
  dwc:latitude '48.66762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56994 48.66762, -1.56994 48.66762, -1.56994 48.66762, -1.56994 48.66762, -1.56994 48.66762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10895'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67674 -1.56994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67674 -1.56994)"^^geo:wktLiteral ;
  geo-pos:lat "48.67674"^^xsd:decimal ;
  geo-pos:long "-1.56994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5499'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56994'^^xsd:double;
  dwc:latitude '48.67674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56994 48.67674, -1.56994 48.67674, -1.56994 48.67674, -1.56994 48.67674, -1.56994 48.67674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5499'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69964 -1.56994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69964 -1.56994)"^^geo:wktLiteral ;
  geo-pos:lat "48.69964"^^xsd:decimal ;
  geo-pos:long "-1.56994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4129'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56994'^^xsd:double;
  dwc:latitude '48.69964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56994 48.69964, -1.56994 48.69964, -1.56994 48.69964, -1.56994 48.69964, -1.56994 48.69964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4129'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71383 -1.56994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71383 -1.56994)"^^geo:wktLiteral ;
  geo-pos:lat "48.71383"^^xsd:decimal ;
  geo-pos:long "-1.56994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9761'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56994'^^xsd:double;
  dwc:latitude '48.71383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56994 48.71383, -1.56994 48.71383, -1.56994 48.71383, -1.56994 48.71383, -1.56994 48.71383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9761'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66824 -1.56993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66824 -1.56993)"^^geo:wktLiteral ;
  geo-pos:lat "48.66824"^^xsd:decimal ;
  geo-pos:long "-1.56993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5545'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56993'^^xsd:double;
  dwc:latitude '48.66824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56993 48.66824, -1.56993 48.66824, -1.56993 48.66824, -1.56993 48.66824, -1.56993 48.66824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5545'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6691 -1.56993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6691 -1.56993)"^^geo:wktLiteral ;
  geo-pos:lat "48.6691"^^xsd:decimal ;
  geo-pos:long "-1.56993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10761'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56993'^^xsd:double;
  dwc:latitude '48.6691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56993 48.6691, -1.56993 48.6691, -1.56993 48.6691, -1.56993 48.6691, -1.56993 48.6691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10761'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66668 -1.56992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66668 -1.56992)"^^geo:wktLiteral ;
  geo-pos:lat "48.66668"^^xsd:decimal ;
  geo-pos:long "-1.56992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5263'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56992'^^xsd:double;
  dwc:latitude '48.66668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56992 48.66668, -1.56992 48.66668, -1.56992 48.66668, -1.56992 48.66668, -1.56992 48.66668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5263'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67161 -1.56992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67161 -1.56992)"^^geo:wktLiteral ;
  geo-pos:lat "48.67161"^^xsd:decimal ;
  geo-pos:long "-1.56992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7017'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56992'^^xsd:double;
  dwc:latitude '48.67161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56992 48.67161, -1.56992 48.67161, -1.56992 48.67161, -1.56992 48.67161, -1.56992 48.67161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7017'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67397 -1.56992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67397 -1.56992)"^^geo:wktLiteral ;
  geo-pos:lat "48.67397"^^xsd:decimal ;
  geo-pos:long "-1.56992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9263'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56992'^^xsd:double;
  dwc:latitude '48.67397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56992 48.67397, -1.56992 48.67397, -1.56992 48.67397, -1.56992 48.67397, -1.56992 48.67397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9263'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67685 -1.56992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67685 -1.56992)"^^geo:wktLiteral ;
  geo-pos:lat "48.67685"^^xsd:decimal ;
  geo-pos:long "-1.56992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6645'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56992'^^xsd:double;
  dwc:latitude '48.67685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56992 48.67685, -1.56992 48.67685, -1.56992 48.67685, -1.56992 48.67685, -1.56992 48.67685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6645'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74079 -1.5699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74079 -1.5699)"^^geo:wktLiteral ;
  geo-pos:lat "48.74079"^^xsd:decimal ;
  geo-pos:long "-1.5699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7419'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5699'^^xsd:double;
  dwc:latitude '48.74079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5699 48.74079, -1.5699 48.74079, -1.5699 48.74079, -1.5699 48.74079, -1.5699 48.74079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7419'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6713 -1.56988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6713"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6713 -1.56988)"^^geo:wktLiteral ;
  geo-pos:lat "48.6713"^^xsd:decimal ;
  geo-pos:long "-1.56988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1447'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56988'^^xsd:double;
  dwc:latitude '48.6713'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56988 48.6713, -1.56988 48.6713, -1.56988 48.6713, -1.56988 48.6713, -1.56988 48.6713))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1447'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -1.56987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6667 -1.56987)"^^geo:wktLiteral ;
  geo-pos:lat "48.6667"^^xsd:decimal ;
  geo-pos:long "-1.56987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5266'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56987'^^xsd:double;
  dwc:latitude '48.6667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56987 48.6667, -1.56987 48.6667, -1.56987 48.6667, -1.56987 48.6667, -1.56987 48.6667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5266'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73076 -1.56987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73076"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73076 -1.56987)"^^geo:wktLiteral ;
  geo-pos:lat "48.73076"^^xsd:decimal ;
  geo-pos:long "-1.56987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2053'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56987'^^xsd:double;
  dwc:latitude '48.73076'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56987 48.73076, -1.56987 48.73076, -1.56987 48.73076, -1.56987 48.73076, -1.56987 48.73076))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2053'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66563 -1.56986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66563 -1.56986)"^^geo:wktLiteral ;
  geo-pos:lat "48.66563"^^xsd:decimal ;
  geo-pos:long "-1.56986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3871'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56986'^^xsd:double;
  dwc:latitude '48.66563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56986 48.66563, -1.56986 48.66563, -1.56986 48.66563, -1.56986 48.66563, -1.56986 48.66563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3871'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70192 -1.56986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70192 -1.56986)"^^geo:wktLiteral ;
  geo-pos:lat "48.70192"^^xsd:decimal ;
  geo-pos:long "-1.56986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3944'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56986'^^xsd:double;
  dwc:latitude '48.70192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56986 48.70192, -1.56986 48.70192, -1.56986 48.70192, -1.56986 48.70192, -1.56986 48.70192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3944'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71194 -1.56986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71194 -1.56986)"^^geo:wktLiteral ;
  geo-pos:lat "48.71194"^^xsd:decimal ;
  geo-pos:long "-1.56986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10110'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56986'^^xsd:double;
  dwc:latitude '48.71194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56986 48.71194, -1.56986 48.71194, -1.56986 48.71194, -1.56986 48.71194, -1.56986 48.71194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10110'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65354 -1.56985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65354 -1.56985)"^^geo:wktLiteral ;
  geo-pos:lat "48.65354"^^xsd:decimal ;
  geo-pos:long "-1.56985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12861'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56985'^^xsd:double;
  dwc:latitude '48.65354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56985 48.65354, -1.56985 48.65354, -1.56985 48.65354, -1.56985 48.65354, -1.56985 48.65354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12861'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66552 -1.56985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66552 -1.56985)"^^geo:wktLiteral ;
  geo-pos:lat "48.66552"^^xsd:decimal ;
  geo-pos:long "-1.56985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6433'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56985'^^xsd:double;
  dwc:latitude '48.66552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56985 48.66552, -1.56985 48.66552, -1.56985 48.66552, -1.56985 48.66552, -1.56985 48.66552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6433'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69007 -1.56985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69007 -1.56985)"^^geo:wktLiteral ;
  geo-pos:lat "48.69007"^^xsd:decimal ;
  geo-pos:long "-1.56985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7091'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.58333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56985'^^xsd:double;
  dwc:latitude '48.69007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56985 48.69007, -1.56985 48.69007, -1.56985 48.69007, -1.56985 48.69007, -1.56985 48.69007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7091'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65372 -1.56983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65372 -1.56983)"^^geo:wktLiteral ;
  geo-pos:lat "48.65372"^^xsd:decimal ;
  geo-pos:long "-1.56983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12260'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56983'^^xsd:double;
  dwc:latitude '48.65372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56983 48.65372, -1.56983 48.65372, -1.56983 48.65372, -1.56983 48.65372, -1.56983 48.65372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12260'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69943 -1.56983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69943 -1.56983)"^^geo:wktLiteral ;
  geo-pos:lat "48.69943"^^xsd:decimal ;
  geo-pos:long "-1.56983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5974'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56983'^^xsd:double;
  dwc:latitude '48.69943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56983 48.69943, -1.56983 48.69943, -1.56983 48.69943, -1.56983 48.69943, -1.56983 48.69943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5974'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70378 -1.56982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70378 -1.56982)"^^geo:wktLiteral ;
  geo-pos:lat "48.70378"^^xsd:decimal ;
  geo-pos:long "-1.56982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9879'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56982'^^xsd:double;
  dwc:latitude '48.70378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56982 48.70378, -1.56982 48.70378, -1.56982 48.70378, -1.56982 48.70378, -1.56982 48.70378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9879'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72708 -1.56982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72708 -1.56982)"^^geo:wktLiteral ;
  geo-pos:lat "48.72708"^^xsd:decimal ;
  geo-pos:long "-1.56982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3426'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56982'^^xsd:double;
  dwc:latitude '48.72708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56982 48.72708, -1.56982 48.72708, -1.56982 48.72708, -1.56982 48.72708, -1.56982 48.72708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3426'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66403 -1.56981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66403 -1.56981)"^^geo:wktLiteral ;
  geo-pos:lat "48.66403"^^xsd:decimal ;
  geo-pos:long "-1.56981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6132'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56981'^^xsd:double;
  dwc:latitude '48.66403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56981 48.66403, -1.56981 48.66403, -1.56981 48.66403, -1.56981 48.66403, -1.56981 48.66403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6132'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66641 -1.5698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66641 -1.5698)"^^geo:wktLiteral ;
  geo-pos:lat "48.66641"^^xsd:decimal ;
  geo-pos:long "-1.5698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5429'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5698'^^xsd:double;
  dwc:latitude '48.66641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5698 48.66641, -1.5698 48.66641, -1.5698 48.66641, -1.5698 48.66641, -1.5698 48.66641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5429'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66632 -1.56979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66632 -1.56979)"^^geo:wktLiteral ;
  geo-pos:lat "48.66632"^^xsd:decimal ;
  geo-pos:long "-1.56979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5408'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56979'^^xsd:double;
  dwc:latitude '48.66632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56979 48.66632, -1.56979 48.66632, -1.56979 48.66632, -1.56979 48.66632, -1.56979 48.66632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5408'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6867 -1.56979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6867 -1.56979)"^^geo:wktLiteral ;
  geo-pos:lat "48.6867"^^xsd:decimal ;
  geo-pos:long "-1.56979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7129'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56979'^^xsd:double;
  dwc:latitude '48.6867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56979 48.6867, -1.56979 48.6867, -1.56979 48.6867, -1.56979 48.6867, -1.56979 48.6867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7129'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69031 -1.56978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69031 -1.56978)"^^geo:wktLiteral ;
  geo-pos:lat "48.69031"^^xsd:decimal ;
  geo-pos:long "-1.56978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9841'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56978'^^xsd:double;
  dwc:latitude '48.69031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56978 48.69031, -1.56978 48.69031, -1.56978 48.69031, -1.56978 48.69031, -1.56978 48.69031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9841'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70696 -1.56978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70696 -1.56978)"^^geo:wktLiteral ;
  geo-pos:lat "48.70696"^^xsd:decimal ;
  geo-pos:long "-1.56978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1957'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56978'^^xsd:double;
  dwc:latitude '48.70696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56978 48.70696, -1.56978 48.70696, -1.56978 48.70696, -1.56978 48.70696, -1.56978 48.70696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1957'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72696 -1.56978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72696 -1.56978)"^^geo:wktLiteral ;
  geo-pos:lat "48.72696"^^xsd:decimal ;
  geo-pos:long "-1.56978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4976'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56978'^^xsd:double;
  dwc:latitude '48.72696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56978 48.72696, -1.56978 48.72696, -1.56978 48.72696, -1.56978 48.72696, -1.56978 48.72696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4976'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66483 -1.56977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66483"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66483 -1.56977)"^^geo:wktLiteral ;
  geo-pos:lat "48.66483"^^xsd:decimal ;
  geo-pos:long "-1.56977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6058'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56977'^^xsd:double;
  dwc:latitude '48.66483'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56977 48.66483, -1.56977 48.66483, -1.56977 48.66483, -1.56977 48.66483, -1.56977 48.66483))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6058'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72807 -1.56977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72807 -1.56977)"^^geo:wktLiteral ;
  geo-pos:lat "48.72807"^^xsd:decimal ;
  geo-pos:long "-1.56977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6261'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.71666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56977'^^xsd:double;
  dwc:latitude '48.72807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56977 48.72807, -1.56977 48.72807, -1.56977 48.72807, -1.56977 48.72807, -1.56977 48.72807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6261'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74105 -1.56977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74105 -1.56977)"^^geo:wktLiteral ;
  geo-pos:lat "48.74105"^^xsd:decimal ;
  geo-pos:long "-1.56977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9097'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56977'^^xsd:double;
  dwc:latitude '48.74105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56977 48.74105, -1.56977 48.74105, -1.56977 48.74105, -1.56977 48.74105, -1.56977 48.74105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9097'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68204 -1.56975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68204 -1.56975)"^^geo:wktLiteral ;
  geo-pos:lat "48.68204"^^xsd:decimal ;
  geo-pos:long "-1.56975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9534'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56975'^^xsd:double;
  dwc:latitude '48.68204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56975 48.68204, -1.56975 48.68204, -1.56975 48.68204, -1.56975 48.68204, -1.56975 48.68204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9534'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68139 -1.56974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68139 -1.56974)"^^geo:wktLiteral ;
  geo-pos:lat "48.68139"^^xsd:decimal ;
  geo-pos:long "-1.56974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_453'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56974'^^xsd:double;
  dwc:latitude '48.68139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56974 48.68139, -1.56974 48.68139, -1.56974 48.68139, -1.56974 48.68139, -1.56974 48.68139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_453'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69602 -1.56974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69602 -1.56974)"^^geo:wktLiteral ;
  geo-pos:lat "48.69602"^^xsd:decimal ;
  geo-pos:long "-1.56974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6628'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56974'^^xsd:double;
  dwc:latitude '48.69602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56974 48.69602, -1.56974 48.69602, -1.56974 48.69602, -1.56974 48.69602, -1.56974 48.69602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6628'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70539 -1.56974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70539 -1.56974)"^^geo:wktLiteral ;
  geo-pos:lat "48.70539"^^xsd:decimal ;
  geo-pos:long "-1.56974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7113'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56974'^^xsd:double;
  dwc:latitude '48.70539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56974 48.70539, -1.56974 48.70539, -1.56974 48.70539, -1.56974 48.70539, -1.56974 48.70539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7113'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71963 -1.56974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71963 -1.56974)"^^geo:wktLiteral ;
  geo-pos:lat "48.71963"^^xsd:decimal ;
  geo-pos:long "-1.56974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2561'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56974'^^xsd:double;
  dwc:latitude '48.71963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56974 48.71963, -1.56974 48.71963, -1.56974 48.71963, -1.56974 48.71963, -1.56974 48.71963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2561'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72174 -1.56974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72174 -1.56974)"^^geo:wktLiteral ;
  geo-pos:lat "48.72174"^^xsd:decimal ;
  geo-pos:long "-1.56974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_50'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_50'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56974'^^xsd:double;
  dwc:latitude '48.72174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56974 48.72174, -1.56974 48.72174, -1.56974 48.72174, -1.56974 48.72174, -1.56974 48.72174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_50'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68355 -1.56972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68355 -1.56972)"^^geo:wktLiteral ;
  geo-pos:lat "48.68355"^^xsd:decimal ;
  geo-pos:long "-1.56972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7127'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56972'^^xsd:double;
  dwc:latitude '48.68355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56972 48.68355, -1.56972 48.68355, -1.56972 48.68355, -1.56972 48.68355, -1.56972 48.68355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7127'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72876 -1.56972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72876 -1.56972)"^^geo:wktLiteral ;
  geo-pos:lat "48.72876"^^xsd:decimal ;
  geo-pos:long "-1.56972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2559'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56972'^^xsd:double;
  dwc:latitude '48.72876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56972 48.72876, -1.56972 48.72876, -1.56972 48.72876, -1.56972 48.72876, -1.56972 48.72876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2559'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73249 -1.56972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73249"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73249 -1.56972)"^^geo:wktLiteral ;
  geo-pos:lat "48.73249"^^xsd:decimal ;
  geo-pos:long "-1.56972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3444'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56972'^^xsd:double;
  dwc:latitude '48.73249'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56972 48.73249, -1.56972 48.73249, -1.56972 48.73249, -1.56972 48.73249, -1.56972 48.73249))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3444'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73941 -1.56971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73941 -1.56971)"^^geo:wktLiteral ;
  geo-pos:lat "48.73941"^^xsd:decimal ;
  geo-pos:long "-1.56971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7442'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56971'^^xsd:double;
  dwc:latitude '48.73941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56971 48.73941, -1.56971 48.73941, -1.56971 48.73941, -1.56971 48.73941, -1.56971 48.73941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7442'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74134 -1.56971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74134 -1.56971)"^^geo:wktLiteral ;
  geo-pos:lat "48.74134"^^xsd:decimal ;
  geo-pos:long "-1.56971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7443'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56971'^^xsd:double;
  dwc:latitude '48.74134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56971 48.74134, -1.56971 48.74134, -1.56971 48.74134, -1.56971 48.74134, -1.56971 48.74134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7443'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72809 -1.5697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72809 -1.5697)"^^geo:wktLiteral ;
  geo-pos:lat "48.72809"^^xsd:decimal ;
  geo-pos:long "-1.5697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2618'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5697'^^xsd:double;
  dwc:latitude '48.72809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5697 48.72809, -1.5697 48.72809, -1.5697 48.72809, -1.5697 48.72809, -1.5697 48.72809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2618'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73573 -1.5697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73573"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73573 -1.5697)"^^geo:wktLiteral ;
  geo-pos:lat "48.73573"^^xsd:decimal ;
  geo-pos:long "-1.5697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7464'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5697'^^xsd:double;
  dwc:latitude '48.73573'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5697 48.73573, -1.5697 48.73573, -1.5697 48.73573, -1.5697 48.73573, -1.5697 48.73573))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7464'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66412 -1.56969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66412 -1.56969)"^^geo:wktLiteral ;
  geo-pos:lat "48.66412"^^xsd:decimal ;
  geo-pos:long "-1.56969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12127'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56969'^^xsd:double;
  dwc:latitude '48.66412'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56969 48.66412, -1.56969 48.66412, -1.56969 48.66412, -1.56969 48.66412, -1.56969 48.66412))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12127'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66654 -1.56969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66654 -1.56969)"^^geo:wktLiteral ;
  geo-pos:lat "48.66654"^^xsd:decimal ;
  geo-pos:long "-1.56969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5187'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56969'^^xsd:double;
  dwc:latitude '48.66654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56969 48.66654, -1.56969 48.66654, -1.56969 48.66654, -1.56969 48.66654, -1.56969 48.66654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5187'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67345 -1.56969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67345 -1.56969)"^^geo:wktLiteral ;
  geo-pos:lat "48.67345"^^xsd:decimal ;
  geo-pos:long "-1.56969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11010'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56969'^^xsd:double;
  dwc:latitude '48.67345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56969 48.67345, -1.56969 48.67345, -1.56969 48.67345, -1.56969 48.67345, -1.56969 48.67345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11010'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71666 -1.56969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71666 -1.56969)"^^geo:wktLiteral ;
  geo-pos:lat "48.71666"^^xsd:decimal ;
  geo-pos:long "-1.56969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4758'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56969'^^xsd:double;
  dwc:latitude '48.71666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56969 48.71666, -1.56969 48.71666, -1.56969 48.71666, -1.56969 48.71666, -1.56969 48.71666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4758'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6537 -1.56967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6537 -1.56967)"^^geo:wktLiteral ;
  geo-pos:lat "48.6537"^^xsd:decimal ;
  geo-pos:long "-1.56967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5566'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56967'^^xsd:double;
  dwc:latitude '48.6537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56967 48.6537, -1.56967 48.6537, -1.56967 48.6537, -1.56967 48.6537, -1.56967 48.6537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5566'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66345 -1.56967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66345 -1.56967)"^^geo:wktLiteral ;
  geo-pos:lat "48.66345"^^xsd:decimal ;
  geo-pos:long "-1.56967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13687'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56967'^^xsd:double;
  dwc:latitude '48.66345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56967 48.66345, -1.56967 48.66345, -1.56967 48.66345, -1.56967 48.66345, -1.56967 48.66345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13687'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66402 -1.56967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66402 -1.56967)"^^geo:wktLiteral ;
  geo-pos:lat "48.66402"^^xsd:decimal ;
  geo-pos:long "-1.56967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8733'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56967'^^xsd:double;
  dwc:latitude '48.66402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56967 48.66402, -1.56967 48.66402, -1.56967 48.66402, -1.56967 48.66402, -1.56967 48.66402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8733'^^xsd:string;
  dwc:observationDate '2008-01-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72316 -1.56967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72316 -1.56967)"^^geo:wktLiteral ;
  geo-pos:lat "48.72316"^^xsd:decimal ;
  geo-pos:long "-1.56967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8575'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56967'^^xsd:double;
  dwc:latitude '48.72316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56967 48.72316, -1.56967 48.72316, -1.56967 48.72316, -1.56967 48.72316, -1.56967 48.72316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8575'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72901 -1.56967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72901 -1.56967)"^^geo:wktLiteral ;
  geo-pos:lat "48.72901"^^xsd:decimal ;
  geo-pos:long "-1.56967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1383'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56967'^^xsd:double;
  dwc:latitude '48.72901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56967 48.72901, -1.56967 48.72901, -1.56967 48.72901, -1.56967 48.72901, -1.56967 48.72901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1383'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71288 -1.56965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71288 -1.56965)"^^geo:wktLiteral ;
  geo-pos:lat "48.71288"^^xsd:decimal ;
  geo-pos:long "-1.56965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4184'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56965'^^xsd:double;
  dwc:latitude '48.71288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56965 48.71288, -1.56965 48.71288, -1.56965 48.71288, -1.56965 48.71288, -1.56965 48.71288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4184'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65403 -1.56964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65403 -1.56964)"^^geo:wktLiteral ;
  geo-pos:lat "48.65403"^^xsd:decimal ;
  geo-pos:long "-1.56964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12270'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56964'^^xsd:double;
  dwc:latitude '48.65403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56964 48.65403, -1.56964 48.65403, -1.56964 48.65403, -1.56964 48.65403, -1.56964 48.65403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12270'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66163 -1.56964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66163 -1.56964)"^^geo:wktLiteral ;
  geo-pos:lat "48.66163"^^xsd:decimal ;
  geo-pos:long "-1.56964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11754'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56964'^^xsd:double;
  dwc:latitude '48.66163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56964 48.66163, -1.56964 48.66163, -1.56964 48.66163, -1.56964 48.66163, -1.56964 48.66163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11754'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7259 -1.56964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7259"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7259 -1.56964)"^^geo:wktLiteral ;
  geo-pos:lat "48.7259"^^xsd:decimal ;
  geo-pos:long "-1.56964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4990'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56964'^^xsd:double;
  dwc:latitude '48.7259'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56964 48.7259, -1.56964 48.7259, -1.56964 48.7259, -1.56964 48.7259, -1.56964 48.7259))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4990'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66648 -1.56963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66648 -1.56963)"^^geo:wktLiteral ;
  geo-pos:lat "48.66648"^^xsd:decimal ;
  geo-pos:long "-1.56963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3917'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56963'^^xsd:double;
  dwc:latitude '48.66648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56963 48.66648, -1.56963 48.66648, -1.56963 48.66648, -1.56963 48.66648, -1.56963 48.66648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3917'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72161 -1.56963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72161 -1.56963)"^^geo:wktLiteral ;
  geo-pos:lat "48.72161"^^xsd:decimal ;
  geo-pos:long "-1.56963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8754'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56963'^^xsd:double;
  dwc:latitude '48.72161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56963 48.72161, -1.56963 48.72161, -1.56963 48.72161, -1.56963 48.72161, -1.56963 48.72161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8754'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69186 -1.56962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69186 -1.56962)"^^geo:wktLiteral ;
  geo-pos:lat "48.69186"^^xsd:decimal ;
  geo-pos:long "-1.56962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6860'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56962'^^xsd:double;
  dwc:latitude '48.69186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56962 48.69186, -1.56962 48.69186, -1.56962 48.69186, -1.56962 48.69186, -1.56962 48.69186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6860'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67326 -1.56961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67326 -1.56961)"^^geo:wktLiteral ;
  geo-pos:lat "48.67326"^^xsd:decimal ;
  geo-pos:long "-1.56961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6019'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56961'^^xsd:double;
  dwc:latitude '48.67326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56961 48.67326, -1.56961 48.67326, -1.56961 48.67326, -1.56961 48.67326, -1.56961 48.67326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6019'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70329 -1.5696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70329 -1.5696)"^^geo:wktLiteral ;
  geo-pos:lat "48.70329"^^xsd:decimal ;
  geo-pos:long "-1.5696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5981'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5696'^^xsd:double;
  dwc:latitude '48.70329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5696 48.70329, -1.5696 48.70329, -1.5696 48.70329, -1.5696 48.70329, -1.5696 48.70329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5981'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68077 -1.56959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68077 -1.56959)"^^geo:wktLiteral ;
  geo-pos:lat "48.68077"^^xsd:decimal ;
  geo-pos:long "-1.56959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6501'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56959'^^xsd:double;
  dwc:latitude '48.68077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56959 48.68077, -1.56959 48.68077, -1.56959 48.68077, -1.56959 48.68077, -1.56959 48.68077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6501'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73898 -1.56957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73898 -1.56957)"^^geo:wktLiteral ;
  geo-pos:lat "48.73898"^^xsd:decimal ;
  geo-pos:long "-1.56957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9069'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56957'^^xsd:double;
  dwc:latitude '48.73898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56957 48.73898, -1.56957 48.73898, -1.56957 48.73898, -1.56957 48.73898, -1.56957 48.73898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9069'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70973 -1.56955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70973 -1.56955)"^^geo:wktLiteral ;
  geo-pos:lat "48.70973"^^xsd:decimal ;
  geo-pos:long "-1.56955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1958'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56955'^^xsd:double;
  dwc:latitude '48.70973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56955 48.70973, -1.56955 48.70973, -1.56955 48.70973, -1.56955 48.70973, -1.56955 48.70973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1958'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71943 -1.56955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71943 -1.56955)"^^geo:wktLiteral ;
  geo-pos:lat "48.71943"^^xsd:decimal ;
  geo-pos:long "-1.56955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1229'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56955'^^xsd:double;
  dwc:latitude '48.71943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56955 48.71943, -1.56955 48.71943, -1.56955 48.71943, -1.56955 48.71943, -1.56955 48.71943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1229'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68975 -1.56954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68975"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68975 -1.56954)"^^geo:wktLiteral ;
  geo-pos:lat "48.68975"^^xsd:decimal ;
  geo-pos:long "-1.56954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2193'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56954'^^xsd:double;
  dwc:latitude '48.68975'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56954 48.68975, -1.56954 48.68975, -1.56954 48.68975, -1.56954 48.68975, -1.56954 48.68975))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2193'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7383 -1.56954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7383 -1.56954)"^^geo:wktLiteral ;
  geo-pos:lat "48.7383"^^xsd:decimal ;
  geo-pos:long "-1.56954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6547'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56954'^^xsd:double;
  dwc:latitude '48.7383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56954 48.7383, -1.56954 48.7383, -1.56954 48.7383, -1.56954 48.7383, -1.56954 48.7383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6547'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.709 -1.56953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.709 -1.56953)"^^geo:wktLiteral ;
  geo-pos:lat "48.709"^^xsd:decimal ;
  geo-pos:long "-1.56953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4757'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56953'^^xsd:double;
  dwc:latitude '48.709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56953 48.709, -1.56953 48.709, -1.56953 48.709, -1.56953 48.709, -1.56953 48.709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4757'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66574 -1.5695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66574 -1.5695)"^^geo:wktLiteral ;
  geo-pos:lat "48.66574"^^xsd:decimal ;
  geo-pos:long "-1.5695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3885'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5695'^^xsd:double;
  dwc:latitude '48.66574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5695 48.66574, -1.5695 48.66574, -1.5695 48.66574, -1.5695 48.66574, -1.5695 48.66574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3885'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72228 -1.56949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72228 -1.56949)"^^geo:wktLiteral ;
  geo-pos:lat "48.72228"^^xsd:decimal ;
  geo-pos:long "-1.56949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1841'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56949'^^xsd:double;
  dwc:latitude '48.72228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56949 48.72228, -1.56949 48.72228, -1.56949 48.72228, -1.56949 48.72228, -1.56949 48.72228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1841'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63667 -1.56946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63667 -1.56946)"^^geo:wktLiteral ;
  geo-pos:lat "48.63667"^^xsd:decimal ;
  geo-pos:long "-1.56946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7058'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56946'^^xsd:double;
  dwc:latitude '48.63667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56946 48.63667, -1.56946 48.63667, -1.56946 48.63667, -1.56946 48.63667, -1.56946 48.63667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7058'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66604 -1.56946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66604 -1.56946)"^^geo:wktLiteral ;
  geo-pos:lat "48.66604"^^xsd:decimal ;
  geo-pos:long "-1.56946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5501'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56946'^^xsd:double;
  dwc:latitude '48.66604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56946 48.66604, -1.56946 48.66604, -1.56946 48.66604, -1.56946 48.66604, -1.56946 48.66604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5501'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66944 -1.56946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66944 -1.56946)"^^geo:wktLiteral ;
  geo-pos:lat "48.66944"^^xsd:decimal ;
  geo-pos:long "-1.56946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6116'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56946'^^xsd:double;
  dwc:latitude '48.66944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56946 48.66944, -1.56946 48.66944, -1.56946 48.66944, -1.56946 48.66944, -1.56946 48.66944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6116'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66775 -1.56944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66775 -1.56944)"^^geo:wktLiteral ;
  geo-pos:lat "48.66775"^^xsd:decimal ;
  geo-pos:long "-1.56944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3860'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56944'^^xsd:double;
  dwc:latitude '48.66775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56944 48.66775, -1.56944 48.66775, -1.56944 48.66775, -1.56944 48.66775, -1.56944 48.66775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3860'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70903 -1.56944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70903 -1.56944)"^^geo:wktLiteral ;
  geo-pos:lat "48.70903"^^xsd:decimal ;
  geo-pos:long "-1.56944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3593'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56944'^^xsd:double;
  dwc:latitude '48.70903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56944 48.70903, -1.56944 48.70903, -1.56944 48.70903, -1.56944 48.70903, -1.56944 48.70903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3593'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73125 -1.56941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73125 -1.56941)"^^geo:wktLiteral ;
  geo-pos:lat "48.73125"^^xsd:decimal ;
  geo-pos:long "-1.56941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2475'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56941'^^xsd:double;
  dwc:latitude '48.73125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56941 48.73125, -1.56941 48.73125, -1.56941 48.73125, -1.56941 48.73125, -1.56941 48.73125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2475'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66566 -1.5694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66566"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66566 -1.5694)"^^geo:wktLiteral ;
  geo-pos:lat "48.66566"^^xsd:decimal ;
  geo-pos:long "-1.5694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1726'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5694'^^xsd:double;
  dwc:latitude '48.66566'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5694 48.66566, -1.5694 48.66566, -1.5694 48.66566, -1.5694 48.66566, -1.5694 48.66566))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1726'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71957 -1.5694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71957 -1.5694)"^^geo:wktLiteral ;
  geo-pos:lat "48.71957"^^xsd:decimal ;
  geo-pos:long "-1.5694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3959'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5694'^^xsd:double;
  dwc:latitude '48.71957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5694 48.71957, -1.5694 48.71957, -1.5694 48.71957, -1.5694 48.71957, -1.5694 48.71957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3959'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69776 -1.56939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69776 -1.56939)"^^geo:wktLiteral ;
  geo-pos:lat "48.69776"^^xsd:decimal ;
  geo-pos:long "-1.56939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6530'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56939'^^xsd:double;
  dwc:latitude '48.69776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56939 48.69776, -1.56939 48.69776, -1.56939 48.69776, -1.56939 48.69776, -1.56939 48.69776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6530'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7228 -1.56939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7228 -1.56939)"^^geo:wktLiteral ;
  geo-pos:lat "48.7228"^^xsd:decimal ;
  geo-pos:long "-1.56939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8150'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56939'^^xsd:double;
  dwc:latitude '48.7228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56939 48.7228, -1.56939 48.7228, -1.56939 48.7228, -1.56939 48.7228, -1.56939 48.7228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8150'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73599 -1.56938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73599 -1.56938)"^^geo:wktLiteral ;
  geo-pos:lat "48.73599"^^xsd:decimal ;
  geo-pos:long "-1.56938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7944'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56938'^^xsd:double;
  dwc:latitude '48.73599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56938 48.73599, -1.56938 48.73599, -1.56938 48.73599, -1.56938 48.73599, -1.56938 48.73599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7944'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66699 -1.56937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66699 -1.56937)"^^geo:wktLiteral ;
  geo-pos:lat "48.66699"^^xsd:decimal ;
  geo-pos:long "-1.56937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5886'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56937'^^xsd:double;
  dwc:latitude '48.66699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56937 48.66699, -1.56937 48.66699, -1.56937 48.66699, -1.56937 48.66699, -1.56937 48.66699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5886'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70562 -1.56937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70562 -1.56937)"^^geo:wktLiteral ;
  geo-pos:lat "48.70562"^^xsd:decimal ;
  geo-pos:long "-1.56937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_843'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56937'^^xsd:double;
  dwc:latitude '48.70562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56937 48.70562, -1.56937 48.70562, -1.56937 48.70562, -1.56937 48.70562, -1.56937 48.70562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_843'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70295 -1.56936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70295 -1.56936)"^^geo:wktLiteral ;
  geo-pos:lat "48.70295"^^xsd:decimal ;
  geo-pos:long "-1.56936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4520'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56936'^^xsd:double;
  dwc:latitude '48.70295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56936 48.70295, -1.56936 48.70295, -1.56936 48.70295, -1.56936 48.70295, -1.56936 48.70295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4520'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6659 -1.56935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6659 -1.56935)"^^geo:wktLiteral ;
  geo-pos:lat "48.6659"^^xsd:decimal ;
  geo-pos:long "-1.56935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3886'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.76666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56935'^^xsd:double;
  dwc:latitude '48.6659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56935 48.6659, -1.56935 48.6659, -1.56935 48.6659, -1.56935 48.6659, -1.56935 48.6659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3886'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.56935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.56935)"^^geo:wktLiteral ;
  geo-pos:lat "48.69048"^^xsd:decimal ;
  geo-pos:long "-1.56935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9281'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56935'^^xsd:double;
  dwc:latitude '48.69048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56935 48.69048, -1.56935 48.69048, -1.56935 48.69048, -1.56935 48.69048, -1.56935 48.69048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9281'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7057 -1.56935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7057 -1.56935)"^^geo:wktLiteral ;
  geo-pos:lat "48.7057"^^xsd:decimal ;
  geo-pos:long "-1.56935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_981'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56935'^^xsd:double;
  dwc:latitude '48.7057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56935 48.7057, -1.56935 48.7057, -1.56935 48.7057, -1.56935 48.7057, -1.56935 48.7057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_981'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66342 -1.56934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66342 -1.56934)"^^geo:wktLiteral ;
  geo-pos:lat "48.66342"^^xsd:decimal ;
  geo-pos:long "-1.56934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10280'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56934'^^xsd:double;
  dwc:latitude '48.66342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56934 48.66342, -1.56934 48.66342, -1.56934 48.66342, -1.56934 48.66342, -1.56934 48.66342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10280'^^xsd:string;
  dwc:observationDate '2008-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66477 -1.56934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66477 -1.56934)"^^geo:wktLiteral ;
  geo-pos:lat "48.66477"^^xsd:decimal ;
  geo-pos:long "-1.56934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5510'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56934'^^xsd:double;
  dwc:latitude '48.66477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56934 48.66477, -1.56934 48.66477, -1.56934 48.66477, -1.56934 48.66477, -1.56934 48.66477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5510'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68426 -1.56934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68426 -1.56934)"^^geo:wktLiteral ;
  geo-pos:lat "48.68426"^^xsd:decimal ;
  geo-pos:long "-1.56934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10740'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56934'^^xsd:double;
  dwc:latitude '48.68426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56934 48.68426, -1.56934 48.68426, -1.56934 48.68426, -1.56934 48.68426, -1.56934 48.68426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10740'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71978 -1.56933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71978 -1.56933)"^^geo:wktLiteral ;
  geo-pos:lat "48.71978"^^xsd:decimal ;
  geo-pos:long "-1.56933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1230'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56933'^^xsd:double;
  dwc:latitude '48.71978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56933 48.71978, -1.56933 48.71978, -1.56933 48.71978, -1.56933 48.71978, -1.56933 48.71978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1230'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70299 -1.56932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70299 -1.56932)"^^geo:wktLiteral ;
  geo-pos:lat "48.70299"^^xsd:decimal ;
  geo-pos:long "-1.56932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4204'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56932'^^xsd:double;
  dwc:latitude '48.70299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56932 48.70299, -1.56932 48.70299, -1.56932 48.70299, -1.56932 48.70299, -1.56932 48.70299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4204'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66445 -1.56931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66445 -1.56931)"^^geo:wktLiteral ;
  geo-pos:lat "48.66445"^^xsd:decimal ;
  geo-pos:long "-1.56931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5805'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56931'^^xsd:double;
  dwc:latitude '48.66445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56931 48.66445, -1.56931 48.66445, -1.56931 48.66445, -1.56931 48.66445, -1.56931 48.66445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5805'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70689 -1.56931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70689 -1.56931)"^^geo:wktLiteral ;
  geo-pos:lat "48.70689"^^xsd:decimal ;
  geo-pos:long "-1.56931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7931'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56931'^^xsd:double;
  dwc:latitude '48.70689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56931 48.70689, -1.56931 48.70689, -1.56931 48.70689, -1.56931 48.70689, -1.56931 48.70689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7931'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70114 -1.5693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70114 -1.5693)"^^geo:wktLiteral ;
  geo-pos:lat "48.70114"^^xsd:decimal ;
  geo-pos:long "-1.5693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3219'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5693'^^xsd:double;
  dwc:latitude '48.70114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5693 48.70114, -1.5693 48.70114, -1.5693 48.70114, -1.5693 48.70114, -1.5693 48.70114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3219'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72812 -1.56929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72812 -1.56929)"^^geo:wktLiteral ;
  geo-pos:lat "48.72812"^^xsd:decimal ;
  geo-pos:long "-1.56929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_595'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56929'^^xsd:double;
  dwc:latitude '48.72812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56929 48.72812, -1.56929 48.72812, -1.56929 48.72812, -1.56929 48.72812, -1.56929 48.72812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_595'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69168 -1.56927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69168 -1.56927)"^^geo:wktLiteral ;
  geo-pos:lat "48.69168"^^xsd:decimal ;
  geo-pos:long "-1.56927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4793'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56927'^^xsd:double;
  dwc:latitude '48.69168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56927 48.69168, -1.56927 48.69168, -1.56927 48.69168, -1.56927 48.69168, -1.56927 48.69168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4793'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6965 -1.56927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6965 -1.56927)"^^geo:wktLiteral ;
  geo-pos:lat "48.6965"^^xsd:decimal ;
  geo-pos:long "-1.56927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6600'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56927'^^xsd:double;
  dwc:latitude '48.6965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56927 48.6965, -1.56927 48.6965, -1.56927 48.6965, -1.56927 48.6965, -1.56927 48.6965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6600'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.56927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.56927)"^^geo:wktLiteral ;
  geo-pos:lat "48.7063"^^xsd:decimal ;
  geo-pos:long "-1.56927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5785'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56927'^^xsd:double;
  dwc:latitude '48.7063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56927 48.7063, -1.56927 48.7063, -1.56927 48.7063, -1.56927 48.7063, -1.56927 48.7063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5785'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65349 -1.56926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65349"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65349 -1.56926)"^^geo:wktLiteral ;
  geo-pos:lat "48.65349"^^xsd:decimal ;
  geo-pos:long "-1.56926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11896'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56926'^^xsd:double;
  dwc:latitude '48.65349'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56926 48.65349, -1.56926 48.65349, -1.56926 48.65349, -1.56926 48.65349, -1.56926 48.65349))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11896'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73825 -1.56926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73825 -1.56926)"^^geo:wktLiteral ;
  geo-pos:lat "48.73825"^^xsd:decimal ;
  geo-pos:long "-1.56926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7490'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56926'^^xsd:double;
  dwc:latitude '48.73825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56926 48.73825, -1.56926 48.73825, -1.56926 48.73825, -1.56926 48.73825, -1.56926 48.73825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7490'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65328 -1.56925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65328 -1.56925)"^^geo:wktLiteral ;
  geo-pos:lat "48.65328"^^xsd:decimal ;
  geo-pos:long "-1.56925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11169'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56925'^^xsd:double;
  dwc:latitude '48.65328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56925 48.65328, -1.56925 48.65328, -1.56925 48.65328, -1.56925 48.65328, -1.56925 48.65328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11169'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65555 -1.56925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65555 -1.56925)"^^geo:wktLiteral ;
  geo-pos:lat "48.65555"^^xsd:decimal ;
  geo-pos:long "-1.56925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5635'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56925'^^xsd:double;
  dwc:latitude '48.65555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56925 48.65555, -1.56925 48.65555, -1.56925 48.65555, -1.56925 48.65555, -1.56925 48.65555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5635'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66357 -1.56925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66357 -1.56925)"^^geo:wktLiteral ;
  geo-pos:lat "48.66357"^^xsd:decimal ;
  geo-pos:long "-1.56925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8717'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56925'^^xsd:double;
  dwc:latitude '48.66357'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56925 48.66357, -1.56925 48.66357, -1.56925 48.66357, -1.56925 48.66357, -1.56925 48.66357))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8717'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70476 -1.56925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70476 -1.56925)"^^geo:wktLiteral ;
  geo-pos:lat "48.70476"^^xsd:decimal ;
  geo-pos:long "-1.56925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_980'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56925'^^xsd:double;
  dwc:latitude '48.70476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56925 48.70476, -1.56925 48.70476, -1.56925 48.70476, -1.56925 48.70476, -1.56925 48.70476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_980'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73626 -1.56925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73626 -1.56925)"^^geo:wktLiteral ;
  geo-pos:lat "48.73626"^^xsd:decimal ;
  geo-pos:long "-1.56925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7498'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.73333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56925'^^xsd:double;
  dwc:latitude '48.73626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56925 48.73626, -1.56925 48.73626, -1.56925 48.73626, -1.56925 48.73626, -1.56925 48.73626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7498'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70847 -1.56922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70847 -1.56922)"^^geo:wktLiteral ;
  geo-pos:lat "48.70847"^^xsd:decimal ;
  geo-pos:long "-1.56922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_865'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56922'^^xsd:double;
  dwc:latitude '48.70847'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56922 48.70847, -1.56922 48.70847, -1.56922 48.70847, -1.56922 48.70847, -1.56922 48.70847))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_865'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65908 -1.56921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65908 -1.56921)"^^geo:wktLiteral ;
  geo-pos:lat "48.65908"^^xsd:decimal ;
  geo-pos:long "-1.56921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3613'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56921'^^xsd:double;
  dwc:latitude '48.65908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56921 48.65908, -1.56921 48.65908, -1.56921 48.65908, -1.56921 48.65908, -1.56921 48.65908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3613'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66591 -1.56919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66591 -1.56919)"^^geo:wktLiteral ;
  geo-pos:lat "48.66591"^^xsd:decimal ;
  geo-pos:long "-1.56919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4662'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56919'^^xsd:double;
  dwc:latitude '48.66591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56919 48.66591, -1.56919 48.66591, -1.56919 48.66591, -1.56919 48.66591, -1.56919 48.66591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4662'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73861 -1.56919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73861 -1.56919)"^^geo:wktLiteral ;
  geo-pos:lat "48.73861"^^xsd:decimal ;
  geo-pos:long "-1.56919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9889'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56919'^^xsd:double;
  dwc:latitude '48.73861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56919 48.73861, -1.56919 48.73861, -1.56919 48.73861, -1.56919 48.73861, -1.56919 48.73861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9889'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67093 -1.56917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67093 -1.56917)"^^geo:wktLiteral ;
  geo-pos:lat "48.67093"^^xsd:decimal ;
  geo-pos:long "-1.56917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5529'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56917'^^xsd:double;
  dwc:latitude '48.67093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56917 48.67093, -1.56917 48.67093, -1.56917 48.67093, -1.56917 48.67093, -1.56917 48.67093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5529'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66404 -1.56916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66404 -1.56916)"^^geo:wktLiteral ;
  geo-pos:lat "48.66404"^^xsd:decimal ;
  geo-pos:long "-1.56916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5147'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56916'^^xsd:double;
  dwc:latitude '48.66404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56916 48.66404, -1.56916 48.66404, -1.56916 48.66404, -1.56916 48.66404, -1.56916 48.66404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5147'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66605 -1.56916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66605 -1.56916)"^^geo:wktLiteral ;
  geo-pos:lat "48.66605"^^xsd:decimal ;
  geo-pos:long "-1.56916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3799'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56916'^^xsd:double;
  dwc:latitude '48.66605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56916 48.66605, -1.56916 48.66605, -1.56916 48.66605, -1.56916 48.66605, -1.56916 48.66605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3799'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67864 -1.56916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67864 -1.56916)"^^geo:wktLiteral ;
  geo-pos:lat "48.67864"^^xsd:decimal ;
  geo-pos:long "-1.56916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6943'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56916'^^xsd:double;
  dwc:latitude '48.67864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56916 48.67864, -1.56916 48.67864, -1.56916 48.67864, -1.56916 48.67864, -1.56916 48.67864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6943'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73019 -1.56915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73019"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73019 -1.56915)"^^geo:wktLiteral ;
  geo-pos:lat "48.73019"^^xsd:decimal ;
  geo-pos:long "-1.56915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2932'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56915'^^xsd:double;
  dwc:latitude '48.73019'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56915 48.73019, -1.56915 48.73019, -1.56915 48.73019, -1.56915 48.73019, -1.56915 48.73019))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2932'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69069 -1.56913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69069 -1.56913)"^^geo:wktLiteral ;
  geo-pos:lat "48.69069"^^xsd:decimal ;
  geo-pos:long "-1.56913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8518'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56913'^^xsd:double;
  dwc:latitude '48.69069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56913 48.69069, -1.56913 48.69069, -1.56913 48.69069, -1.56913 48.69069, -1.56913 48.69069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8518'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72092 -1.56911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72092"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72092 -1.56911)"^^geo:wktLiteral ;
  geo-pos:lat "48.72092"^^xsd:decimal ;
  geo-pos:long "-1.56911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9789'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56911'^^xsd:double;
  dwc:latitude '48.72092'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56911 48.72092, -1.56911 48.72092, -1.56911 48.72092, -1.56911 48.72092, -1.56911 48.72092))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9789'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73204 -1.5691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73204 -1.5691)"^^geo:wktLiteral ;
  geo-pos:lat "48.73204"^^xsd:decimal ;
  geo-pos:long "-1.5691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5392'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5691'^^xsd:double;
  dwc:latitude '48.73204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5691 48.73204, -1.5691 48.73204, -1.5691 48.73204, -1.5691 48.73204, -1.5691 48.73204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5392'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6561 -1.56909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6561 -1.56909)"^^geo:wktLiteral ;
  geo-pos:lat "48.6561"^^xsd:decimal ;
  geo-pos:long "-1.56909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13589'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56909'^^xsd:double;
  dwc:latitude '48.6561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56909 48.6561, -1.56909 48.6561, -1.56909 48.6561, -1.56909 48.6561, -1.56909 48.6561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13589'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69199 -1.56909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69199 -1.56909)"^^geo:wktLiteral ;
  geo-pos:lat "48.69199"^^xsd:decimal ;
  geo-pos:long "-1.56909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9690'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56909'^^xsd:double;
  dwc:latitude '48.69199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56909 48.69199, -1.56909 48.69199, -1.56909 48.69199, -1.56909 48.69199, -1.56909 48.69199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9690'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68021 -1.56908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68021 -1.56908)"^^geo:wktLiteral ;
  geo-pos:lat "48.68021"^^xsd:decimal ;
  geo-pos:long "-1.56908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5022'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56908'^^xsd:double;
  dwc:latitude '48.68021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56908 48.68021, -1.56908 48.68021, -1.56908 48.68021, -1.56908 48.68021, -1.56908 48.68021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5022'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70877 -1.56908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70877 -1.56908)"^^geo:wktLiteral ;
  geo-pos:lat "48.70877"^^xsd:decimal ;
  geo-pos:long "-1.56908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4196'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56908'^^xsd:double;
  dwc:latitude '48.70877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56908 48.70877, -1.56908 48.70877, -1.56908 48.70877, -1.56908 48.70877, -1.56908 48.70877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4196'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69687 -1.56907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69687 -1.56907)"^^geo:wktLiteral ;
  geo-pos:lat "48.69687"^^xsd:decimal ;
  geo-pos:long "-1.56907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5526'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56907'^^xsd:double;
  dwc:latitude '48.69687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56907 48.69687, -1.56907 48.69687, -1.56907 48.69687, -1.56907 48.69687, -1.56907 48.69687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5526'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.56907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.56907)"^^geo:wktLiteral ;
  geo-pos:lat "48.70815"^^xsd:decimal ;
  geo-pos:long "-1.56907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_864'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56907'^^xsd:double;
  dwc:latitude '48.70815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56907 48.70815, -1.56907 48.70815, -1.56907 48.70815, -1.56907 48.70815, -1.56907 48.70815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_864'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66588 -1.56905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66588 -1.56905)"^^geo:wktLiteral ;
  geo-pos:lat "48.66588"^^xsd:decimal ;
  geo-pos:long "-1.56905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5537'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56905'^^xsd:double;
  dwc:latitude '48.66588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56905 48.66588, -1.56905 48.66588, -1.56905 48.66588, -1.56905 48.66588, -1.56905 48.66588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5537'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66745 -1.56905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66745 -1.56905)"^^geo:wktLiteral ;
  geo-pos:lat "48.66745"^^xsd:decimal ;
  geo-pos:long "-1.56905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7019'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56905'^^xsd:double;
  dwc:latitude '48.66745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56905 48.66745, -1.56905 48.66745, -1.56905 48.66745, -1.56905 48.66745, -1.56905 48.66745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7019'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72023 -1.56904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72023 -1.56904)"^^geo:wktLiteral ;
  geo-pos:lat "48.72023"^^xsd:decimal ;
  geo-pos:long "-1.56904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1211'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56904'^^xsd:double;
  dwc:latitude '48.72023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56904 48.72023, -1.56904 48.72023, -1.56904 48.72023, -1.56904 48.72023, -1.56904 48.72023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1211'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73231 -1.56904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73231 -1.56904)"^^geo:wktLiteral ;
  geo-pos:lat "48.73231"^^xsd:decimal ;
  geo-pos:long "-1.56904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1892'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56904'^^xsd:double;
  dwc:latitude '48.73231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56904 48.73231, -1.56904 48.73231, -1.56904 48.73231, -1.56904 48.73231, -1.56904 48.73231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1892'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71191 -1.56903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71191"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71191 -1.56903)"^^geo:wktLiteral ;
  geo-pos:lat "48.71191"^^xsd:decimal ;
  geo-pos:long "-1.56903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4188'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56903'^^xsd:double;
  dwc:latitude '48.71191'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56903 48.71191, -1.56903 48.71191, -1.56903 48.71191, -1.56903 48.71191, -1.56903 48.71191))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4188'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67173 -1.56902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67173 -1.56902)"^^geo:wktLiteral ;
  geo-pos:lat "48.67173"^^xsd:decimal ;
  geo-pos:long "-1.56902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5199'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56902'^^xsd:double;
  dwc:latitude '48.67173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56902 48.67173, -1.56902 48.67173, -1.56902 48.67173, -1.56902 48.67173, -1.56902 48.67173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5199'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6647 -1.56901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6647 -1.56901)"^^geo:wktLiteral ;
  geo-pos:lat "48.6647"^^xsd:decimal ;
  geo-pos:long "-1.56901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6365'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56901'^^xsd:double;
  dwc:latitude '48.6647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56901 48.6647, -1.56901 48.6647, -1.56901 48.6647, -1.56901 48.6647, -1.56901 48.6647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6365'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66734 -1.56901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66734"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66734 -1.56901)"^^geo:wktLiteral ;
  geo-pos:lat "48.66734"^^xsd:decimal ;
  geo-pos:long "-1.56901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7221'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56901'^^xsd:double;
  dwc:latitude '48.66734'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56901 48.66734, -1.56901 48.66734, -1.56901 48.66734, -1.56901 48.66734, -1.56901 48.66734))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7221'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65507 -1.569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65507 -1.569)"^^geo:wktLiteral ;
  geo-pos:lat "48.65507"^^xsd:decimal ;
  geo-pos:long "-1.569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11634'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.569'^^xsd:double;
  dwc:latitude '48.65507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.569 48.65507, -1.569 48.65507, -1.569 48.65507, -1.569 48.65507, -1.569 48.65507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11634'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68588 -1.569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68588 -1.569)"^^geo:wktLiteral ;
  geo-pos:lat "48.68588"^^xsd:decimal ;
  geo-pos:long "-1.569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3741'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.569'^^xsd:double;
  dwc:latitude '48.68588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.569 48.68588, -1.569 48.68588, -1.569 48.68588, -1.569 48.68588, -1.569 48.68588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3741'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66605 -1.56899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66605 -1.56899)"^^geo:wktLiteral ;
  geo-pos:lat "48.66605"^^xsd:decimal ;
  geo-pos:long "-1.56899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5892'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56899'^^xsd:double;
  dwc:latitude '48.66605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56899 48.66605, -1.56899 48.66605, -1.56899 48.66605, -1.56899 48.66605, -1.56899 48.66605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5892'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66281 -1.56898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66281 -1.56898)"^^geo:wktLiteral ;
  geo-pos:lat "48.66281"^^xsd:decimal ;
  geo-pos:long "-1.56898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8616'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56898'^^xsd:double;
  dwc:latitude '48.66281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56898 48.66281, -1.56898 48.66281, -1.56898 48.66281, -1.56898 48.66281, -1.56898 48.66281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8616'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67568 -1.56898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67568 -1.56898)"^^geo:wktLiteral ;
  geo-pos:lat "48.67568"^^xsd:decimal ;
  geo-pos:long "-1.56898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5149'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56898'^^xsd:double;
  dwc:latitude '48.67568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56898 48.67568, -1.56898 48.67568, -1.56898 48.67568, -1.56898 48.67568, -1.56898 48.67568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5149'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70085 -1.56897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70085 -1.56897)"^^geo:wktLiteral ;
  geo-pos:lat "48.70085"^^xsd:decimal ;
  geo-pos:long "-1.56897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7690'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56897'^^xsd:double;
  dwc:latitude '48.70085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56897 48.70085, -1.56897 48.70085, -1.56897 48.70085, -1.56897 48.70085, -1.56897 48.70085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7690'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71209 -1.56897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71209 -1.56897)"^^geo:wktLiteral ;
  geo-pos:lat "48.71209"^^xsd:decimal ;
  geo-pos:long "-1.56897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7489'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56897'^^xsd:double;
  dwc:latitude '48.71209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56897 48.71209, -1.56897 48.71209, -1.56897 48.71209, -1.56897 48.71209, -1.56897 48.71209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7489'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67034 -1.56895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67034 -1.56895)"^^geo:wktLiteral ;
  geo-pos:lat "48.67034"^^xsd:decimal ;
  geo-pos:long "-1.56895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7162'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56895'^^xsd:double;
  dwc:latitude '48.67034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56895 48.67034, -1.56895 48.67034, -1.56895 48.67034, -1.56895 48.67034, -1.56895 48.67034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7162'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66807 -1.56894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66807 -1.56894)"^^geo:wktLiteral ;
  geo-pos:lat "48.66807"^^xsd:decimal ;
  geo-pos:long "-1.56894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7272'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56894'^^xsd:double;
  dwc:latitude '48.66807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56894 48.66807, -1.56894 48.66807, -1.56894 48.66807, -1.56894 48.66807, -1.56894 48.66807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7272'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70658 -1.56893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70658"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70658 -1.56893)"^^geo:wktLiteral ;
  geo-pos:lat "48.70658"^^xsd:decimal ;
  geo-pos:long "-1.56893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4850'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56893'^^xsd:double;
  dwc:latitude '48.70658'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56893 48.70658, -1.56893 48.70658, -1.56893 48.70658, -1.56893 48.70658, -1.56893 48.70658))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4850'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68436 -1.56892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68436 -1.56892)"^^geo:wktLiteral ;
  geo-pos:lat "48.68436"^^xsd:decimal ;
  geo-pos:long "-1.56892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9388'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56892'^^xsd:double;
  dwc:latitude '48.68436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56892 48.68436, -1.56892 48.68436, -1.56892 48.68436, -1.56892 48.68436, -1.56892 48.68436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9388'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69802 -1.56892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69802 -1.56892)"^^geo:wktLiteral ;
  geo-pos:lat "48.69802"^^xsd:decimal ;
  geo-pos:long "-1.56892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6147'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56892'^^xsd:double;
  dwc:latitude '48.69802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56892 48.69802, -1.56892 48.69802, -1.56892 48.69802, -1.56892 48.69802, -1.56892 48.69802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6147'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.56892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.56892)"^^geo:wktLiteral ;
  geo-pos:lat "48.71409"^^xsd:decimal ;
  geo-pos:long "-1.56892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5077'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56892'^^xsd:double;
  dwc:latitude '48.71409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56892 48.71409, -1.56892 48.71409, -1.56892 48.71409, -1.56892 48.71409, -1.56892 48.71409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5077'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66589 -1.56891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66589 -1.56891)"^^geo:wktLiteral ;
  geo-pos:lat "48.66589"^^xsd:decimal ;
  geo-pos:long "-1.56891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7018'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56891'^^xsd:double;
  dwc:latitude '48.66589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56891 48.66589, -1.56891 48.66589, -1.56891 48.66589, -1.56891 48.66589, -1.56891 48.66589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7018'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68433 -1.56891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68433 -1.56891)"^^geo:wktLiteral ;
  geo-pos:lat "48.68433"^^xsd:decimal ;
  geo-pos:long "-1.56891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5920'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56891'^^xsd:double;
  dwc:latitude '48.68433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56891 48.68433, -1.56891 48.68433, -1.56891 48.68433, -1.56891 48.68433, -1.56891 48.68433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5920'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69402 -1.56891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69402 -1.56891)"^^geo:wktLiteral ;
  geo-pos:lat "48.69402"^^xsd:decimal ;
  geo-pos:long "-1.56891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6442'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56891'^^xsd:double;
  dwc:latitude '48.69402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56891 48.69402, -1.56891 48.69402, -1.56891 48.69402, -1.56891 48.69402, -1.56891 48.69402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6442'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7376 -1.56891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7376 -1.56891)"^^geo:wktLiteral ;
  geo-pos:lat "48.7376"^^xsd:decimal ;
  geo-pos:long "-1.56891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6545'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56891'^^xsd:double;
  dwc:latitude '48.7376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56891 48.7376, -1.56891 48.7376, -1.56891 48.7376, -1.56891 48.7376, -1.56891 48.7376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6545'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6547 -1.56888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6547 -1.56888)"^^geo:wktLiteral ;
  geo-pos:lat "48.6547"^^xsd:decimal ;
  geo-pos:long "-1.56888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1923'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56888'^^xsd:double;
  dwc:latitude '48.6547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56888 48.6547, -1.56888 48.6547, -1.56888 48.6547, -1.56888 48.6547, -1.56888 48.6547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1923'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69404 -1.56888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69404 -1.56888)"^^geo:wktLiteral ;
  geo-pos:lat "48.69404"^^xsd:decimal ;
  geo-pos:long "-1.56888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10418'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56888'^^xsd:double;
  dwc:latitude '48.69404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56888 48.69404, -1.56888 48.69404, -1.56888 48.69404, -1.56888 48.69404, -1.56888 48.69404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10418'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66216 -1.56887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66216 -1.56887)"^^geo:wktLiteral ;
  geo-pos:lat "48.66216"^^xsd:decimal ;
  geo-pos:long "-1.56887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8639'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56887'^^xsd:double;
  dwc:latitude '48.66216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56887 48.66216, -1.56887 48.66216, -1.56887 48.66216, -1.56887 48.66216, -1.56887 48.66216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8639'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68175 -1.56887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68175 -1.56887)"^^geo:wktLiteral ;
  geo-pos:lat "48.68175"^^xsd:decimal ;
  geo-pos:long "-1.56887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_451'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56887'^^xsd:double;
  dwc:latitude '48.68175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56887 48.68175, -1.56887 48.68175, -1.56887 48.68175, -1.56887 48.68175, -1.56887 48.68175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_451'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72722 -1.56887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72722 -1.56887)"^^geo:wktLiteral ;
  geo-pos:lat "48.72722"^^xsd:decimal ;
  geo-pos:long "-1.56887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4102'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56887'^^xsd:double;
  dwc:latitude '48.72722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56887 48.72722, -1.56887 48.72722, -1.56887 48.72722, -1.56887 48.72722, -1.56887 48.72722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4102'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66474 -1.56886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66474 -1.56886)"^^geo:wktLiteral ;
  geo-pos:lat "48.66474"^^xsd:decimal ;
  geo-pos:long "-1.56886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1612'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56886'^^xsd:double;
  dwc:latitude '48.66474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56886 48.66474, -1.56886 48.66474, -1.56886 48.66474, -1.56886 48.66474, -1.56886 48.66474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1612'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68477 -1.56885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68477 -1.56885)"^^geo:wktLiteral ;
  geo-pos:lat "48.68477"^^xsd:decimal ;
  geo-pos:long "-1.56885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7925'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56885'^^xsd:double;
  dwc:latitude '48.68477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56885 48.68477, -1.56885 48.68477, -1.56885 48.68477, -1.56885 48.68477, -1.56885 48.68477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7925'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71286 -1.56885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71286 -1.56885)"^^geo:wktLiteral ;
  geo-pos:lat "48.71286"^^xsd:decimal ;
  geo-pos:long "-1.56885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_804'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56885'^^xsd:double;
  dwc:latitude '48.71286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56885 48.71286, -1.56885 48.71286, -1.56885 48.71286, -1.56885 48.71286, -1.56885 48.71286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_804'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7092 -1.56884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7092"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7092 -1.56884)"^^geo:wktLiteral ;
  geo-pos:lat "48.7092"^^xsd:decimal ;
  geo-pos:long "-1.56884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1439'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56884'^^xsd:double;
  dwc:latitude '48.7092'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56884 48.7092, -1.56884 48.7092, -1.56884 48.7092, -1.56884 48.7092, -1.56884 48.7092))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1439'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71552 -1.56883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71552 -1.56883)"^^geo:wktLiteral ;
  geo-pos:lat "48.71552"^^xsd:decimal ;
  geo-pos:long "-1.56883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4159'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56883'^^xsd:double;
  dwc:latitude '48.71552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56883 48.71552, -1.56883 48.71552, -1.56883 48.71552, -1.56883 48.71552, -1.56883 48.71552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4159'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71832 -1.56883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71832 -1.56883)"^^geo:wktLiteral ;
  geo-pos:lat "48.71832"^^xsd:decimal ;
  geo-pos:long "-1.56883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_665'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56883'^^xsd:double;
  dwc:latitude '48.71832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56883 48.71832, -1.56883 48.71832, -1.56883 48.71832, -1.56883 48.71832, -1.56883 48.71832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_665'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6577 -1.56882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6577 -1.56882)"^^geo:wktLiteral ;
  geo-pos:lat "48.6577"^^xsd:decimal ;
  geo-pos:long "-1.56882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3701'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56882'^^xsd:double;
  dwc:latitude '48.6577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56882 48.6577, -1.56882 48.6577, -1.56882 48.6577, -1.56882 48.6577, -1.56882 48.6577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3701'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66342 -1.56882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66342 -1.56882)"^^geo:wktLiteral ;
  geo-pos:lat "48.66342"^^xsd:decimal ;
  geo-pos:long "-1.56882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8614'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56882'^^xsd:double;
  dwc:latitude '48.66342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56882 48.66342, -1.56882 48.66342, -1.56882 48.66342, -1.56882 48.66342, -1.56882 48.66342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8614'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66992 -1.56882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66992 -1.56882)"^^geo:wktLiteral ;
  geo-pos:lat "48.66992"^^xsd:decimal ;
  geo-pos:long "-1.56882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11180'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56882'^^xsd:double;
  dwc:latitude '48.66992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56882 48.66992, -1.56882 48.66992, -1.56882 48.66992, -1.56882 48.66992, -1.56882 48.66992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11180'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69574 -1.56882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69574 -1.56882)"^^geo:wktLiteral ;
  geo-pos:lat "48.69574"^^xsd:decimal ;
  geo-pos:long "-1.56882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6992'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56882'^^xsd:double;
  dwc:latitude '48.69574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56882 48.69574, -1.56882 48.69574, -1.56882 48.69574, -1.56882 48.69574, -1.56882 48.69574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6992'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71946 -1.56882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71946 -1.56882)"^^geo:wktLiteral ;
  geo-pos:lat "48.71946"^^xsd:decimal ;
  geo-pos:long "-1.56882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1227'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56882'^^xsd:double;
  dwc:latitude '48.71946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56882 48.71946, -1.56882 48.71946, -1.56882 48.71946, -1.56882 48.71946, -1.56882 48.71946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1227'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66541 -1.56881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66541 -1.56881)"^^geo:wktLiteral ;
  geo-pos:lat "48.66541"^^xsd:decimal ;
  geo-pos:long "-1.56881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4012'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56881'^^xsd:double;
  dwc:latitude '48.66541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56881 48.66541, -1.56881 48.66541, -1.56881 48.66541, -1.56881 48.66541, -1.56881 48.66541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4012'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66363 -1.56878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66363 -1.56878)"^^geo:wktLiteral ;
  geo-pos:lat "48.66363"^^xsd:decimal ;
  geo-pos:long "-1.56878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3795'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56878'^^xsd:double;
  dwc:latitude '48.66363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56878 48.66363, -1.56878 48.66363, -1.56878 48.66363, -1.56878 48.66363, -1.56878 48.66363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3795'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6996 -1.56876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6996"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6996 -1.56876)"^^geo:wktLiteral ;
  geo-pos:lat "48.6996"^^xsd:decimal ;
  geo-pos:long "-1.56876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6332'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56876'^^xsd:double;
  dwc:latitude '48.6996'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56876 48.6996, -1.56876 48.6996, -1.56876 48.6996, -1.56876 48.6996, -1.56876 48.6996))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6332'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70788 -1.56875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70788 -1.56875)"^^geo:wktLiteral ;
  geo-pos:lat "48.70788"^^xsd:decimal ;
  geo-pos:long "-1.56875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3595'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56875'^^xsd:double;
  dwc:latitude '48.70788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56875 48.70788, -1.56875 48.70788, -1.56875 48.70788, -1.56875 48.70788, -1.56875 48.70788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3595'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71994 -1.56875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71994 -1.56875)"^^geo:wktLiteral ;
  geo-pos:lat "48.71994"^^xsd:decimal ;
  geo-pos:long "-1.56875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1228'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56875'^^xsd:double;
  dwc:latitude '48.71994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56875 48.71994, -1.56875 48.71994, -1.56875 48.71994, -1.56875 48.71994, -1.56875 48.71994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1228'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72233 -1.56875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72233 -1.56875)"^^geo:wktLiteral ;
  geo-pos:lat "48.72233"^^xsd:decimal ;
  geo-pos:long "-1.56875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5075'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56875'^^xsd:double;
  dwc:latitude '48.72233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56875 48.72233, -1.56875 48.72233, -1.56875 48.72233, -1.56875 48.72233, -1.56875 48.72233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5075'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66533 -1.56874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66533 -1.56874)"^^geo:wktLiteral ;
  geo-pos:lat "48.66533"^^xsd:decimal ;
  geo-pos:long "-1.56874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3895'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56874'^^xsd:double;
  dwc:latitude '48.66533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56874 48.66533, -1.56874 48.66533, -1.56874 48.66533, -1.56874 48.66533, -1.56874 48.66533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3895'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70068 -1.56874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70068 -1.56874)"^^geo:wktLiteral ;
  geo-pos:lat "48.70068"^^xsd:decimal ;
  geo-pos:long "-1.56874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4459'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56874'^^xsd:double;
  dwc:latitude '48.70068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56874 48.70068, -1.56874 48.70068, -1.56874 48.70068, -1.56874 48.70068, -1.56874 48.70068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4459'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72003 -1.56874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72003 -1.56874)"^^geo:wktLiteral ;
  geo-pos:lat "48.72003"^^xsd:decimal ;
  geo-pos:long "-1.56874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3033'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56874'^^xsd:double;
  dwc:latitude '48.72003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56874 48.72003, -1.56874 48.72003, -1.56874 48.72003, -1.56874 48.72003, -1.56874 48.72003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3033'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66299 -1.56872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66299 -1.56872)"^^geo:wktLiteral ;
  geo-pos:lat "48.66299"^^xsd:decimal ;
  geo-pos:long "-1.56872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8583'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56872'^^xsd:double;
  dwc:latitude '48.66299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56872 48.66299, -1.56872 48.66299, -1.56872 48.66299, -1.56872 48.66299, -1.56872 48.66299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8583'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72214 -1.56871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72214 -1.56871)"^^geo:wktLiteral ;
  geo-pos:lat "48.72214"^^xsd:decimal ;
  geo-pos:long "-1.56871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8574'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56871'^^xsd:double;
  dwc:latitude '48.72214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56871 48.72214, -1.56871 48.72214, -1.56871 48.72214, -1.56871 48.72214, -1.56871 48.72214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8574'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70081 -1.5687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70081 -1.5687)"^^geo:wktLiteral ;
  geo-pos:lat "48.70081"^^xsd:decimal ;
  geo-pos:long "-1.5687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5980'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5687'^^xsd:double;
  dwc:latitude '48.70081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5687 48.70081, -1.5687 48.70081, -1.5687 48.70081, -1.5687 48.70081, -1.5687 48.70081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5980'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72557 -1.5687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72557 -1.5687)"^^geo:wktLiteral ;
  geo-pos:lat "48.72557"^^xsd:decimal ;
  geo-pos:long "-1.5687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8179'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5687'^^xsd:double;
  dwc:latitude '48.72557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5687 48.72557, -1.5687 48.72557, -1.5687 48.72557, -1.5687 48.72557, -1.5687 48.72557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8179'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65304 -1.56869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65304"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65304 -1.56869)"^^geo:wktLiteral ;
  geo-pos:lat "48.65304"^^xsd:decimal ;
  geo-pos:long "-1.56869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8637'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56869'^^xsd:double;
  dwc:latitude '48.65304'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56869 48.65304, -1.56869 48.65304, -1.56869 48.65304, -1.56869 48.65304, -1.56869 48.65304))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8637'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65667 -1.56869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65667 -1.56869)"^^geo:wktLiteral ;
  geo-pos:lat "48.65667"^^xsd:decimal ;
  geo-pos:long "-1.56869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7034'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56869'^^xsd:double;
  dwc:latitude '48.65667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56869 48.65667, -1.56869 48.65667, -1.56869 48.65667, -1.56869 48.65667, -1.56869 48.65667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7034'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66575 -1.56869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66575 -1.56869)"^^geo:wktLiteral ;
  geo-pos:lat "48.66575"^^xsd:decimal ;
  geo-pos:long "-1.56869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3872'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56869'^^xsd:double;
  dwc:latitude '48.66575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56869 48.66575, -1.56869 48.66575, -1.56869 48.66575, -1.56869 48.66575, -1.56869 48.66575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3872'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73479 -1.56869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73479 -1.56869)"^^geo:wktLiteral ;
  geo-pos:lat "48.73479"^^xsd:decimal ;
  geo-pos:long "-1.56869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8395'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56869'^^xsd:double;
  dwc:latitude '48.73479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56869 48.73479, -1.56869 48.73479, -1.56869 48.73479, -1.56869 48.73479, -1.56869 48.73479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8395'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66725 -1.56868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66725 -1.56868)"^^geo:wktLiteral ;
  geo-pos:lat "48.66725"^^xsd:decimal ;
  geo-pos:long "-1.56868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2004'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56868'^^xsd:double;
  dwc:latitude '48.66725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56868 48.66725, -1.56868 48.66725, -1.56868 48.66725, -1.56868 48.66725, -1.56868 48.66725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2004'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66541 -1.56867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66541 -1.56867)"^^geo:wktLiteral ;
  geo-pos:lat "48.66541"^^xsd:decimal ;
  geo-pos:long "-1.56867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6358'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56867'^^xsd:double;
  dwc:latitude '48.66541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56867 48.66541, -1.56867 48.66541, -1.56867 48.66541, -1.56867 48.66541, -1.56867 48.66541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6358'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72261 -1.56866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72261 -1.56866)"^^geo:wktLiteral ;
  geo-pos:lat "48.72261"^^xsd:decimal ;
  geo-pos:long "-1.56866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2374'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56866'^^xsd:double;
  dwc:latitude '48.72261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56866 48.72261, -1.56866 48.72261, -1.56866 48.72261, -1.56866 48.72261, -1.56866 48.72261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2374'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71732 -1.56864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71732 -1.56864)"^^geo:wktLiteral ;
  geo-pos:lat "48.71732"^^xsd:decimal ;
  geo-pos:long "-1.56864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4735'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56864'^^xsd:double;
  dwc:latitude '48.71732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56864 48.71732, -1.56864 48.71732, -1.56864 48.71732, -1.56864 48.71732, -1.56864 48.71732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4735'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71898 -1.56864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71898 -1.56864)"^^geo:wktLiteral ;
  geo-pos:lat "48.71898"^^xsd:decimal ;
  geo-pos:long "-1.56864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9706'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56864'^^xsd:double;
  dwc:latitude '48.71898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56864 48.71898, -1.56864 48.71898, -1.56864 48.71898, -1.56864 48.71898, -1.56864 48.71898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9706'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72461 -1.56864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72461"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72461 -1.56864)"^^geo:wktLiteral ;
  geo-pos:lat "48.72461"^^xsd:decimal ;
  geo-pos:long "-1.56864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7945'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56864'^^xsd:double;
  dwc:latitude '48.72461'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56864 48.72461, -1.56864 48.72461, -1.56864 48.72461, -1.56864 48.72461, -1.56864 48.72461))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7945'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.726 -1.56864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.726 -1.56864)"^^geo:wktLiteral ;
  geo-pos:lat "48.726"^^xsd:decimal ;
  geo-pos:long "-1.56864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1060'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56864'^^xsd:double;
  dwc:latitude '48.726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56864 48.726, -1.56864 48.726, -1.56864 48.726, -1.56864 48.726, -1.56864 48.726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1060'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66421 -1.56863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66421 -1.56863)"^^geo:wktLiteral ;
  geo-pos:lat "48.66421"^^xsd:decimal ;
  geo-pos:long "-1.56863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1352'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56863'^^xsd:double;
  dwc:latitude '48.66421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56863 48.66421, -1.56863 48.66421, -1.56863 48.66421, -1.56863 48.66421, -1.56863 48.66421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1352'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66864 -1.56863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66864 -1.56863)"^^geo:wktLiteral ;
  geo-pos:lat "48.66864"^^xsd:decimal ;
  geo-pos:long "-1.56863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6466'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56863'^^xsd:double;
  dwc:latitude '48.66864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56863 48.66864, -1.56863 48.66864, -1.56863 48.66864, -1.56863 48.66864, -1.56863 48.66864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6466'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7247 -1.56863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7247 -1.56863)"^^geo:wktLiteral ;
  geo-pos:lat "48.7247"^^xsd:decimal ;
  geo-pos:long "-1.56863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2373'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56863'^^xsd:double;
  dwc:latitude '48.7247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56863 48.7247, -1.56863 48.7247, -1.56863 48.7247, -1.56863 48.7247, -1.56863 48.7247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2373'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69005 -1.5686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69005 -1.5686)"^^geo:wktLiteral ;
  geo-pos:lat "48.69005"^^xsd:decimal ;
  geo-pos:long "-1.5686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7224'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5686'^^xsd:double;
  dwc:latitude '48.69005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5686 48.69005, -1.5686 48.69005, -1.5686 48.69005, -1.5686 48.69005, -1.5686 48.69005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7224'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70227 -1.5686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70227 -1.5686)"^^geo:wktLiteral ;
  geo-pos:lat "48.70227"^^xsd:decimal ;
  geo-pos:long "-1.5686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4639'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5686'^^xsd:double;
  dwc:latitude '48.70227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5686 48.70227, -1.5686 48.70227, -1.5686 48.70227, -1.5686 48.70227, -1.5686 48.70227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4639'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73901 -1.5686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73901 -1.5686)"^^geo:wktLiteral ;
  geo-pos:lat "48.73901"^^xsd:decimal ;
  geo-pos:long "-1.5686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7416'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.71666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5686'^^xsd:double;
  dwc:latitude '48.73901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5686 48.73901, -1.5686 48.73901, -1.5686 48.73901, -1.5686 48.73901, -1.5686 48.73901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7416'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66604 -1.56859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66604 -1.56859)"^^geo:wktLiteral ;
  geo-pos:lat "48.66604"^^xsd:decimal ;
  geo-pos:long "-1.56859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3873'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56859'^^xsd:double;
  dwc:latitude '48.66604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56859 48.66604, -1.56859 48.66604, -1.56859 48.66604, -1.56859 48.66604, -1.56859 48.66604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3873'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72007 -1.56859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72007 -1.56859)"^^geo:wktLiteral ;
  geo-pos:lat "48.72007"^^xsd:decimal ;
  geo-pos:long "-1.56859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9680'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56859'^^xsd:double;
  dwc:latitude '48.72007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56859 48.72007, -1.56859 48.72007, -1.56859 48.72007, -1.56859 48.72007, -1.56859 48.72007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9680'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7405 -1.56859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7405 -1.56859)"^^geo:wktLiteral ;
  geo-pos:lat "48.7405"^^xsd:decimal ;
  geo-pos:long "-1.56859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7465'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56859'^^xsd:double;
  dwc:latitude '48.7405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56859 48.7405, -1.56859 48.7405, -1.56859 48.7405, -1.56859 48.7405, -1.56859 48.7405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7465'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69637 -1.56857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69637 -1.56857)"^^geo:wktLiteral ;
  geo-pos:lat "48.69637"^^xsd:decimal ;
  geo-pos:long "-1.56857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5018'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56857'^^xsd:double;
  dwc:latitude '48.69637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56857 48.69637, -1.56857 48.69637, -1.56857 48.69637, -1.56857 48.69637, -1.56857 48.69637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5018'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74044 -1.56857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74044 -1.56857)"^^geo:wktLiteral ;
  geo-pos:lat "48.74044"^^xsd:decimal ;
  geo-pos:long "-1.56857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7423'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56857'^^xsd:double;
  dwc:latitude '48.74044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56857 48.74044, -1.56857 48.74044, -1.56857 48.74044, -1.56857 48.74044, -1.56857 48.74044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7423'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72663 -1.56856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72663 -1.56856)"^^geo:wktLiteral ;
  geo-pos:lat "48.72663"^^xsd:decimal ;
  geo-pos:long "-1.56856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7950'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56856'^^xsd:double;
  dwc:latitude '48.72663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56856 48.72663, -1.56856 48.72663, -1.56856 48.72663, -1.56856 48.72663, -1.56856 48.72663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7950'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73472 -1.56856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73472 -1.56856)"^^geo:wktLiteral ;
  geo-pos:lat "48.73472"^^xsd:decimal ;
  geo-pos:long "-1.56856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5669'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56856'^^xsd:double;
  dwc:latitude '48.73472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56856 48.73472, -1.56856 48.73472, -1.56856 48.73472, -1.56856 48.73472, -1.56856 48.73472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5669'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68451 -1.56854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68451 -1.56854)"^^geo:wktLiteral ;
  geo-pos:lat "48.68451"^^xsd:decimal ;
  geo-pos:long "-1.56854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6681'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56854'^^xsd:double;
  dwc:latitude '48.68451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56854 48.68451, -1.56854 48.68451, -1.56854 48.68451, -1.56854 48.68451, -1.56854 48.68451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6681'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69497 -1.56854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69497 -1.56854)"^^geo:wktLiteral ;
  geo-pos:lat "48.69497"^^xsd:decimal ;
  geo-pos:long "-1.56854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9462'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56854'^^xsd:double;
  dwc:latitude '48.69497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56854 48.69497, -1.56854 48.69497, -1.56854 48.69497, -1.56854 48.69497, -1.56854 48.69497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9462'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70194 -1.56854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70194 -1.56854)"^^geo:wktLiteral ;
  geo-pos:lat "48.70194"^^xsd:decimal ;
  geo-pos:long "-1.56854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9255'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56854'^^xsd:double;
  dwc:latitude '48.70194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56854 48.70194, -1.56854 48.70194, -1.56854 48.70194, -1.56854 48.70194, -1.56854 48.70194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9255'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73299 -1.56853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73299 -1.56853)"^^geo:wktLiteral ;
  geo-pos:lat "48.73299"^^xsd:decimal ;
  geo-pos:long "-1.56853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2476'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56853'^^xsd:double;
  dwc:latitude '48.73299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56853 48.73299, -1.56853 48.73299, -1.56853 48.73299, -1.56853 48.73299, -1.56853 48.73299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2476'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73614 -1.56853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73614 -1.56853)"^^geo:wktLiteral ;
  geo-pos:lat "48.73614"^^xsd:decimal ;
  geo-pos:long "-1.56853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7453'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56853'^^xsd:double;
  dwc:latitude '48.73614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56853 48.73614, -1.56853 48.73614, -1.56853 48.73614, -1.56853 48.73614, -1.56853 48.73614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7453'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69612 -1.56851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69612 -1.56851)"^^geo:wktLiteral ;
  geo-pos:lat "48.69612"^^xsd:decimal ;
  geo-pos:long "-1.56851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9023'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56851'^^xsd:double;
  dwc:latitude '48.69612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56851 48.69612, -1.56851 48.69612, -1.56851 48.69612, -1.56851 48.69612, -1.56851 48.69612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9023'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70879 -1.56848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70879 -1.56848)"^^geo:wktLiteral ;
  geo-pos:lat "48.70879"^^xsd:decimal ;
  geo-pos:long "-1.56848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4513'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56848'^^xsd:double;
  dwc:latitude '48.70879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56848 48.70879, -1.56848 48.70879, -1.56848 48.70879, -1.56848 48.70879, -1.56848 48.70879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4513'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65648 -1.56847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65648 -1.56847)"^^geo:wktLiteral ;
  geo-pos:lat "48.65648"^^xsd:decimal ;
  geo-pos:long "-1.56847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5567'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56847'^^xsd:double;
  dwc:latitude '48.65648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56847 48.65648, -1.56847 48.65648, -1.56847 48.65648, -1.56847 48.65648, -1.56847 48.65648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5567'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6918 -1.56845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6918 -1.56845)"^^geo:wktLiteral ;
  geo-pos:lat "48.6918"^^xsd:decimal ;
  geo-pos:long "-1.56845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9107'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56845'^^xsd:double;
  dwc:latitude '48.6918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56845 48.6918, -1.56845 48.6918, -1.56845 48.6918, -1.56845 48.6918, -1.56845 48.6918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9107'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72198 -1.56845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72198 -1.56845)"^^geo:wktLiteral ;
  geo-pos:lat "48.72198"^^xsd:decimal ;
  geo-pos:long "-1.56845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_101'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56845'^^xsd:double;
  dwc:latitude '48.72198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56845 48.72198, -1.56845 48.72198, -1.56845 48.72198, -1.56845 48.72198, -1.56845 48.72198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_101'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66537 -1.56844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66537 -1.56844)"^^geo:wktLiteral ;
  geo-pos:lat "48.66537"^^xsd:decimal ;
  geo-pos:long "-1.56844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3933'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56844'^^xsd:double;
  dwc:latitude '48.66537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56844 48.66537, -1.56844 48.66537, -1.56844 48.66537, -1.56844 48.66537, -1.56844 48.66537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3933'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65644 -1.56843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65644 -1.56843)"^^geo:wktLiteral ;
  geo-pos:lat "48.65644"^^xsd:decimal ;
  geo-pos:long "-1.56843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7155'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56843'^^xsd:double;
  dwc:latitude '48.65644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56843 48.65644, -1.56843 48.65644, -1.56843 48.65644, -1.56843 48.65644, -1.56843 48.65644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7155'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71535 -1.56843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71535 -1.56843)"^^geo:wktLiteral ;
  geo-pos:lat "48.71535"^^xsd:decimal ;
  geo-pos:long "-1.56843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9704'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56843'^^xsd:double;
  dwc:latitude '48.71535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56843 48.71535, -1.56843 48.71535, -1.56843 48.71535, -1.56843 48.71535, -1.56843 48.71535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9704'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7265 -1.56843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7265"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7265 -1.56843)"^^geo:wktLiteral ;
  geo-pos:lat "48.7265"^^xsd:decimal ;
  geo-pos:long "-1.56843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3957'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56843'^^xsd:double;
  dwc:latitude '48.7265'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56843 48.7265, -1.56843 48.7265, -1.56843 48.7265, -1.56843 48.7265, -1.56843 48.7265))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3957'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68588 -1.56842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68588 -1.56842)"^^geo:wktLiteral ;
  geo-pos:lat "48.68588"^^xsd:decimal ;
  geo-pos:long "-1.56842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7015'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56842'^^xsd:double;
  dwc:latitude '48.68588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56842 48.68588, -1.56842 48.68588, -1.56842 48.68588, -1.56842 48.68588, -1.56842 48.68588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7015'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70986 -1.56842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70986 -1.56842)"^^geo:wktLiteral ;
  geo-pos:lat "48.70986"^^xsd:decimal ;
  geo-pos:long "-1.56842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6252'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56842'^^xsd:double;
  dwc:latitude '48.70986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56842 48.70986, -1.56842 48.70986, -1.56842 48.70986, -1.56842 48.70986, -1.56842 48.70986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6252'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66309 -1.56841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66309 -1.56841)"^^geo:wktLiteral ;
  geo-pos:lat "48.66309"^^xsd:decimal ;
  geo-pos:long "-1.56841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12082'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56841'^^xsd:double;
  dwc:latitude '48.66309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56841 48.66309, -1.56841 48.66309, -1.56841 48.66309, -1.56841 48.66309, -1.56841 48.66309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12082'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73932 -1.56841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73932 -1.56841)"^^geo:wktLiteral ;
  geo-pos:lat "48.73932"^^xsd:decimal ;
  geo-pos:long "-1.56841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7437'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56841'^^xsd:double;
  dwc:latitude '48.73932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56841 48.73932, -1.56841 48.73932, -1.56841 48.73932, -1.56841 48.73932, -1.56841 48.73932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7437'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69934 -1.56838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69934 -1.56838)"^^geo:wktLiteral ;
  geo-pos:lat "48.69934"^^xsd:decimal ;
  geo-pos:long "-1.56838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3089'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56838'^^xsd:double;
  dwc:latitude '48.69934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56838 48.69934, -1.56838 48.69934, -1.56838 48.69934, -1.56838 48.69934, -1.56838 48.69934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3089'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71585 -1.56838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71585 -1.56838)"^^geo:wktLiteral ;
  geo-pos:lat "48.71585"^^xsd:decimal ;
  geo-pos:long "-1.56838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5100'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56838'^^xsd:double;
  dwc:latitude '48.71585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56838 48.71585, -1.56838 48.71585, -1.56838 48.71585, -1.56838 48.71585, -1.56838 48.71585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5100'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6684 -1.56837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6684 -1.56837)"^^geo:wktLiteral ;
  geo-pos:lat "48.6684"^^xsd:decimal ;
  geo-pos:long "-1.56837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7184'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56837'^^xsd:double;
  dwc:latitude '48.6684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56837 48.6684, -1.56837 48.6684, -1.56837 48.6684, -1.56837 48.6684, -1.56837 48.6684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7184'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73796 -1.56835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73796 -1.56835)"^^geo:wktLiteral ;
  geo-pos:lat "48.73796"^^xsd:decimal ;
  geo-pos:long "-1.56835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9148'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56835'^^xsd:double;
  dwc:latitude '48.73796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56835 48.73796, -1.56835 48.73796, -1.56835 48.73796, -1.56835 48.73796, -1.56835 48.73796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9148'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73003 -1.56834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73003 -1.56834)"^^geo:wktLiteral ;
  geo-pos:lat "48.73003"^^xsd:decimal ;
  geo-pos:long "-1.56834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2933'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56834'^^xsd:double;
  dwc:latitude '48.73003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56834 48.73003, -1.56834 48.73003, -1.56834 48.73003, -1.56834 48.73003, -1.56834 48.73003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2933'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65409 -1.56832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65409 -1.56832)"^^geo:wktLiteral ;
  geo-pos:lat "48.65409"^^xsd:decimal ;
  geo-pos:long "-1.56832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11629'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56832'^^xsd:double;
  dwc:latitude '48.65409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56832 48.65409, -1.56832 48.65409, -1.56832 48.65409, -1.56832 48.65409, -1.56832 48.65409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11629'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72474 -1.56832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72474 -1.56832)"^^geo:wktLiteral ;
  geo-pos:lat "48.72474"^^xsd:decimal ;
  geo-pos:long "-1.56832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10150'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56832'^^xsd:double;
  dwc:latitude '48.72474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56832 48.72474, -1.56832 48.72474, -1.56832 48.72474, -1.56832 48.72474, -1.56832 48.72474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10150'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69511 -1.56831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69511 -1.56831)"^^geo:wktLiteral ;
  geo-pos:lat "48.69511"^^xsd:decimal ;
  geo-pos:long "-1.56831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9134'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56831'^^xsd:double;
  dwc:latitude '48.69511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56831 48.69511, -1.56831 48.69511, -1.56831 48.69511, -1.56831 48.69511, -1.56831 48.69511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9134'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66571 -1.5683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66571 -1.5683)"^^geo:wktLiteral ;
  geo-pos:lat "48.66571"^^xsd:decimal ;
  geo-pos:long "-1.5683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3870'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5683'^^xsd:double;
  dwc:latitude '48.66571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5683 48.66571, -1.5683 48.66571, -1.5683 48.66571, -1.5683 48.66571, -1.5683 48.66571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3870'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73858 -1.5683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73858 -1.5683)"^^geo:wktLiteral ;
  geo-pos:lat "48.73858"^^xsd:decimal ;
  geo-pos:long "-1.5683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7388'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '7.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5683'^^xsd:double;
  dwc:latitude '48.73858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5683 48.73858, -1.5683 48.73858, -1.5683 48.73858, -1.5683 48.73858, -1.5683 48.73858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7388'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70658 -1.56829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70658"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70658 -1.56829)"^^geo:wktLiteral ;
  geo-pos:lat "48.70658"^^xsd:decimal ;
  geo-pos:long "-1.56829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3037'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56829'^^xsd:double;
  dwc:latitude '48.70658'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56829 48.70658, -1.56829 48.70658, -1.56829 48.70658, -1.56829 48.70658, -1.56829 48.70658))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3037'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66405 -1.56828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66405 -1.56828)"^^geo:wktLiteral ;
  geo-pos:lat "48.66405"^^xsd:decimal ;
  geo-pos:long "-1.56828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1614'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56828'^^xsd:double;
  dwc:latitude '48.66405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56828 48.66405, -1.56828 48.66405, -1.56828 48.66405, -1.56828 48.66405, -1.56828 48.66405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1614'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.664 -1.56827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.664 -1.56827)"^^geo:wktLiteral ;
  geo-pos:lat "48.664"^^xsd:decimal ;
  geo-pos:long "-1.56827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1613'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56827'^^xsd:double;
  dwc:latitude '48.664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56827 48.664, -1.56827 48.664, -1.56827 48.664, -1.56827 48.664, -1.56827 48.664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1613'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68224 -1.56826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68224 -1.56826)"^^geo:wktLiteral ;
  geo-pos:lat "48.68224"^^xsd:decimal ;
  geo-pos:long "-1.56826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4703'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56826'^^xsd:double;
  dwc:latitude '48.68224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56826 48.68224, -1.56826 48.68224, -1.56826 48.68224, -1.56826 48.68224, -1.56826 48.68224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4703'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69692 -1.56826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69692 -1.56826)"^^geo:wktLiteral ;
  geo-pos:lat "48.69692"^^xsd:decimal ;
  geo-pos:long "-1.56826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4576'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56826'^^xsd:double;
  dwc:latitude '48.69692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56826 48.69692, -1.56826 48.69692, -1.56826 48.69692, -1.56826 48.69692, -1.56826 48.69692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4576'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68488 -1.56825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68488"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68488 -1.56825)"^^geo:wktLiteral ;
  geo-pos:lat "48.68488"^^xsd:decimal ;
  geo-pos:long "-1.56825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6756'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56825'^^xsd:double;
  dwc:latitude '48.68488'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56825 48.68488, -1.56825 48.68488, -1.56825 48.68488, -1.56825 48.68488, -1.56825 48.68488))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6756'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72834 -1.56825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72834 -1.56825)"^^geo:wktLiteral ;
  geo-pos:lat "48.72834"^^xsd:decimal ;
  geo-pos:long "-1.56825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2638'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56825'^^xsd:double;
  dwc:latitude '48.72834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56825 48.72834, -1.56825 48.72834, -1.56825 48.72834, -1.56825 48.72834, -1.56825 48.72834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2638'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69395 -1.56824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69395 -1.56824)"^^geo:wktLiteral ;
  geo-pos:lat "48.69395"^^xsd:decimal ;
  geo-pos:long "-1.56824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6699'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56824'^^xsd:double;
  dwc:latitude '48.69395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56824 48.69395, -1.56824 48.69395, -1.56824 48.69395, -1.56824 48.69395, -1.56824 48.69395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6699'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70893 -1.56824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70893 -1.56824)"^^geo:wktLiteral ;
  geo-pos:lat "48.70893"^^xsd:decimal ;
  geo-pos:long "-1.56824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4186'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56824'^^xsd:double;
  dwc:latitude '48.70893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56824 48.70893, -1.56824 48.70893, -1.56824 48.70893, -1.56824 48.70893, -1.56824 48.70893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4186'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73078 -1.56824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73078 -1.56824)"^^geo:wktLiteral ;
  geo-pos:lat "48.73078"^^xsd:decimal ;
  geo-pos:long "-1.56824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2614'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56824'^^xsd:double;
  dwc:latitude '48.73078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56824 48.73078, -1.56824 48.73078, -1.56824 48.73078, -1.56824 48.73078, -1.56824 48.73078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2614'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68387 -1.56823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68387 -1.56823)"^^geo:wktLiteral ;
  geo-pos:lat "48.68387"^^xsd:decimal ;
  geo-pos:long "-1.56823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5658'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56823'^^xsd:double;
  dwc:latitude '48.68387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56823 48.68387, -1.56823 48.68387, -1.56823 48.68387, -1.56823 48.68387, -1.56823 48.68387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5658'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71917 -1.56821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71917 -1.56821)"^^geo:wktLiteral ;
  geo-pos:lat "48.71917"^^xsd:decimal ;
  geo-pos:long "-1.56821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4498'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56821'^^xsd:double;
  dwc:latitude '48.71917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56821 48.71917, -1.56821 48.71917, -1.56821 48.71917, -1.56821 48.71917, -1.56821 48.71917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4498'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70722 -1.5682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70722 -1.5682)"^^geo:wktLiteral ;
  geo-pos:lat "48.70722"^^xsd:decimal ;
  geo-pos:long "-1.5682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4962'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.96666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5682'^^xsd:double;
  dwc:latitude '48.70722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5682 48.70722, -1.5682 48.70722, -1.5682 48.70722, -1.5682 48.70722, -1.5682 48.70722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4962'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66356 -1.56818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66356 -1.56818)"^^geo:wktLiteral ;
  geo-pos:lat "48.66356"^^xsd:decimal ;
  geo-pos:long "-1.56818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_12081'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56818'^^xsd:double;
  dwc:latitude '48.66356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56818 48.66356, -1.56818 48.66356, -1.56818 48.66356, -1.56818 48.66356, -1.56818 48.66356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12081'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66422 -1.56816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66422 -1.56816)"^^geo:wktLiteral ;
  geo-pos:lat "48.66422"^^xsd:decimal ;
  geo-pos:long "-1.56816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7273'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56816'^^xsd:double;
  dwc:latitude '48.66422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56816 48.66422, -1.56816 48.66422, -1.56816 48.66422, -1.56816 48.66422, -1.56816 48.66422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7273'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69044 -1.56816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69044 -1.56816)"^^geo:wktLiteral ;
  geo-pos:lat "48.69044"^^xsd:decimal ;
  geo-pos:long "-1.56816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4825'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56816'^^xsd:double;
  dwc:latitude '48.69044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56816 48.69044, -1.56816 48.69044, -1.56816 48.69044, -1.56816 48.69044, -1.56816 48.69044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4825'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71757 -1.56816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71757"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71757 -1.56816)"^^geo:wktLiteral ;
  geo-pos:lat "48.71757"^^xsd:decimal ;
  geo-pos:long "-1.56816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4145'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56816'^^xsd:double;
  dwc:latitude '48.71757'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56816 48.71757, -1.56816 48.71757, -1.56816 48.71757, -1.56816 48.71757, -1.56816 48.71757))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4145'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69952 -1.56815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69952 -1.56815)"^^geo:wktLiteral ;
  geo-pos:lat "48.69952"^^xsd:decimal ;
  geo-pos:long "-1.56815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4596'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56815'^^xsd:double;
  dwc:latitude '48.69952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56815 48.69952, -1.56815 48.69952, -1.56815 48.69952, -1.56815 48.69952, -1.56815 48.69952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4596'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71724 -1.56815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71724 -1.56815)"^^geo:wktLiteral ;
  geo-pos:lat "48.71724"^^xsd:decimal ;
  geo-pos:long "-1.56815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2962'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56815'^^xsd:double;
  dwc:latitude '48.71724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56815 48.71724, -1.56815 48.71724, -1.56815 48.71724, -1.56815 48.71724, -1.56815 48.71724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2962'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68843 -1.56814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68843 -1.56814)"^^geo:wktLiteral ;
  geo-pos:lat "48.68843"^^xsd:decimal ;
  geo-pos:long "-1.56814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6961'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56814'^^xsd:double;
  dwc:latitude '48.68843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56814 48.68843, -1.56814 48.68843, -1.56814 48.68843, -1.56814 48.68843, -1.56814 48.68843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6961'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73604 -1.56814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73604 -1.56814)"^^geo:wktLiteral ;
  geo-pos:lat "48.73604"^^xsd:decimal ;
  geo-pos:long "-1.56814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2861'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56814'^^xsd:double;
  dwc:latitude '48.73604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56814 48.73604, -1.56814 48.73604, -1.56814 48.73604, -1.56814 48.73604, -1.56814 48.73604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2861'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66482 -1.56813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66482 -1.56813)"^^geo:wktLiteral ;
  geo-pos:lat "48.66482"^^xsd:decimal ;
  geo-pos:long "-1.56813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5837'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56813'^^xsd:double;
  dwc:latitude '48.66482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56813 48.66482, -1.56813 48.66482, -1.56813 48.66482, -1.56813 48.66482, -1.56813 48.66482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5837'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66504 -1.56812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66504 -1.56812)"^^geo:wktLiteral ;
  geo-pos:lat "48.66504"^^xsd:decimal ;
  geo-pos:long "-1.56812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5332'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56812'^^xsd:double;
  dwc:latitude '48.66504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56812 48.66504, -1.56812 48.66504, -1.56812 48.66504, -1.56812 48.66504, -1.56812 48.66504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5332'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71097 -1.56812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71097 -1.56812)"^^geo:wktLiteral ;
  geo-pos:lat "48.71097"^^xsd:decimal ;
  geo-pos:long "-1.56812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6181'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56812'^^xsd:double;
  dwc:latitude '48.71097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56812 48.71097, -1.56812 48.71097, -1.56812 48.71097, -1.56812 48.71097, -1.56812 48.71097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6181'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72696 -1.56812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72696 -1.56812)"^^geo:wktLiteral ;
  geo-pos:lat "48.72696"^^xsd:decimal ;
  geo-pos:long "-1.56812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2617'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56812'^^xsd:double;
  dwc:latitude '48.72696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56812 48.72696, -1.56812 48.72696, -1.56812 48.72696, -1.56812 48.72696, -1.56812 48.72696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2617'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64946 -1.56811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64946 -1.56811)"^^geo:wktLiteral ;
  geo-pos:lat "48.64946"^^xsd:decimal ;
  geo-pos:long "-1.56811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11244'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56811'^^xsd:double;
  dwc:latitude '48.64946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56811 48.64946, -1.56811 48.64946, -1.56811 48.64946, -1.56811 48.64946, -1.56811 48.64946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11244'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65564 -1.5681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65564 -1.5681)"^^geo:wktLiteral ;
  geo-pos:lat "48.65564"^^xsd:decimal ;
  geo-pos:long "-1.5681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6277'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5681'^^xsd:double;
  dwc:latitude '48.65564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5681 48.65564, -1.5681 48.65564, -1.5681 48.65564, -1.5681 48.65564, -1.5681 48.65564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6277'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72091 -1.5681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72091 -1.5681)"^^geo:wktLiteral ;
  geo-pos:lat "48.72091"^^xsd:decimal ;
  geo-pos:long "-1.5681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1062'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5681'^^xsd:double;
  dwc:latitude '48.72091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5681 48.72091, -1.5681 48.72091, -1.5681 48.72091, -1.5681 48.72091, -1.5681 48.72091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1062'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66917 -1.56809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66917 -1.56809)"^^geo:wktLiteral ;
  geo-pos:lat "48.66917"^^xsd:decimal ;
  geo-pos:long "-1.56809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11467'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56809'^^xsd:double;
  dwc:latitude '48.66917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56809 48.66917, -1.56809 48.66917, -1.56809 48.66917, -1.56809 48.66917, -1.56809 48.66917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11467'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68525 -1.56809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68525 -1.56809)"^^geo:wktLiteral ;
  geo-pos:lat "48.68525"^^xsd:decimal ;
  geo-pos:long "-1.56809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7130'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56809'^^xsd:double;
  dwc:latitude '48.68525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56809 48.68525, -1.56809 48.68525, -1.56809 48.68525, -1.56809 48.68525, -1.56809 48.68525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7130'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69016 -1.56809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69016 -1.56809)"^^geo:wktLiteral ;
  geo-pos:lat "48.69016"^^xsd:decimal ;
  geo-pos:long "-1.56809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9232'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56809'^^xsd:double;
  dwc:latitude '48.69016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56809 48.69016, -1.56809 48.69016, -1.56809 48.69016, -1.56809 48.69016, -1.56809 48.69016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9232'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70218 -1.56809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70218 -1.56809)"^^geo:wktLiteral ;
  geo-pos:lat "48.70218"^^xsd:decimal ;
  geo-pos:long "-1.56809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6209'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56809'^^xsd:double;
  dwc:latitude '48.70218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56809 48.70218, -1.56809 48.70218, -1.56809 48.70218, -1.56809 48.70218, -1.56809 48.70218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6209'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66526 -1.56807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66526 -1.56807)"^^geo:wktLiteral ;
  geo-pos:lat "48.66526"^^xsd:decimal ;
  geo-pos:long "-1.56807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3874'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56807'^^xsd:double;
  dwc:latitude '48.66526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56807 48.66526, -1.56807 48.66526, -1.56807 48.66526, -1.56807 48.66526, -1.56807 48.66526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3874'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65438 -1.56805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65438 -1.56805)"^^geo:wktLiteral ;
  geo-pos:lat "48.65438"^^xsd:decimal ;
  geo-pos:long "-1.56805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6751'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56805'^^xsd:double;
  dwc:latitude '48.65438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56805 48.65438, -1.56805 48.65438, -1.56805 48.65438, -1.56805 48.65438, -1.56805 48.65438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6751'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67889 -1.56804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67889 -1.56804)"^^geo:wktLiteral ;
  geo-pos:lat "48.67889"^^xsd:decimal ;
  geo-pos:long "-1.56804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4416'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56804'^^xsd:double;
  dwc:latitude '48.67889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56804 48.67889, -1.56804 48.67889, -1.56804 48.67889, -1.56804 48.67889, -1.56804 48.67889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4416'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72098 -1.56804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72098 -1.56804)"^^geo:wktLiteral ;
  geo-pos:lat "48.72098"^^xsd:decimal ;
  geo-pos:long "-1.56804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4034'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56804'^^xsd:double;
  dwc:latitude '48.72098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56804 48.72098, -1.56804 48.72098, -1.56804 48.72098, -1.56804 48.72098, -1.56804 48.72098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4034'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73468 -1.56804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73468 -1.56804)"^^geo:wktLiteral ;
  geo-pos:lat "48.73468"^^xsd:decimal ;
  geo-pos:long "-1.56804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9891'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56804'^^xsd:double;
  dwc:latitude '48.73468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56804 48.73468, -1.56804 48.73468, -1.56804 48.73468, -1.56804 48.73468, -1.56804 48.73468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9891'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66462 -1.56803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66462 -1.56803)"^^geo:wktLiteral ;
  geo-pos:lat "48.66462"^^xsd:decimal ;
  geo-pos:long "-1.56803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6422'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56803'^^xsd:double;
  dwc:latitude '48.66462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56803 48.66462, -1.56803 48.66462, -1.56803 48.66462, -1.56803 48.66462, -1.56803 48.66462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6422'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70635 -1.56802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70635 -1.56802)"^^geo:wktLiteral ;
  geo-pos:lat "48.70635"^^xsd:decimal ;
  geo-pos:long "-1.56802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_842'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56802'^^xsd:double;
  dwc:latitude '48.70635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56802 48.70635, -1.56802 48.70635, -1.56802 48.70635, -1.56802 48.70635, -1.56802 48.70635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_842'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72204 -1.56802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72204 -1.56802)"^^geo:wktLiteral ;
  geo-pos:lat "48.72204"^^xsd:decimal ;
  geo-pos:long "-1.56802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1057'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56802'^^xsd:double;
  dwc:latitude '48.72204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56802 48.72204, -1.56802 48.72204, -1.56802 48.72204, -1.56802 48.72204, -1.56802 48.72204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1057'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66594 -1.56801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66594 -1.56801)"^^geo:wktLiteral ;
  geo-pos:lat "48.66594"^^xsd:decimal ;
  geo-pos:long "-1.56801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3798'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56801'^^xsd:double;
  dwc:latitude '48.66594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56801 48.66594, -1.56801 48.66594, -1.56801 48.66594, -1.56801 48.66594, -1.56801 48.66594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3798'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66582 -1.568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66582 -1.568)"^^geo:wktLiteral ;
  geo-pos:lat "48.66582"^^xsd:decimal ;
  geo-pos:long "-1.568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5677'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.568'^^xsd:double;
  dwc:latitude '48.66582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.568 48.66582, -1.568 48.66582, -1.568 48.66582, -1.568 48.66582, -1.568 48.66582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5677'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70875 -1.568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70875 -1.568)"^^geo:wktLiteral ;
  geo-pos:lat "48.70875"^^xsd:decimal ;
  geo-pos:long "-1.568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7721'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.568'^^xsd:double;
  dwc:latitude '48.70875'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.568 48.70875, -1.568 48.70875, -1.568 48.70875, -1.568 48.70875, -1.568 48.70875))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7721'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71361 -1.568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71361"^^xsd:decimal ;
  dwc:decimalLongitude "-1.568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71361 -1.568)"^^geo:wktLiteral ;
  geo-pos:lat "48.71361"^^xsd:decimal ;
  geo-pos:long "-1.568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7503'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.568'^^xsd:double;
  dwc:latitude '48.71361'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.568 48.71361, -1.568 48.71361, -1.568 48.71361, -1.568 48.71361, -1.568 48.71361))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7503'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66263 -1.56798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66263 -1.56798)"^^geo:wktLiteral ;
  geo-pos:lat "48.66263"^^xsd:decimal ;
  geo-pos:long "-1.56798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8640'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56798'^^xsd:double;
  dwc:latitude '48.66263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56798 48.66263, -1.56798 48.66263, -1.56798 48.66263, -1.56798 48.66263, -1.56798 48.66263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8640'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68623 -1.56798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68623 -1.56798)"^^geo:wktLiteral ;
  geo-pos:lat "48.68623"^^xsd:decimal ;
  geo-pos:long "-1.56798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6481'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56798'^^xsd:double;
  dwc:latitude '48.68623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56798 48.68623, -1.56798 48.68623, -1.56798 48.68623, -1.56798 48.68623, -1.56798 48.68623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6481'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70255 -1.56796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70255"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70255 -1.56796)"^^geo:wktLiteral ;
  geo-pos:lat "48.70255"^^xsd:decimal ;
  geo-pos:long "-1.56796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1956'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56796'^^xsd:double;
  dwc:latitude '48.70255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56796 48.70255, -1.56796 48.70255, -1.56796 48.70255, -1.56796 48.70255, -1.56796 48.70255))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1956'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74078 -1.56796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74078 -1.56796)"^^geo:wktLiteral ;
  geo-pos:lat "48.74078"^^xsd:decimal ;
  geo-pos:long "-1.56796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9969'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56796'^^xsd:double;
  dwc:latitude '48.74078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56796 48.74078, -1.56796 48.74078, -1.56796 48.74078, -1.56796 48.74078, -1.56796 48.74078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9969'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72579 -1.56795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72579 -1.56795)"^^geo:wktLiteral ;
  geo-pos:lat "48.72579"^^xsd:decimal ;
  geo-pos:long "-1.56795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1058'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.18333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56795'^^xsd:double;
  dwc:latitude '48.72579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56795 48.72579, -1.56795 48.72579, -1.56795 48.72579, -1.56795 48.72579, -1.56795 48.72579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1058'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67468 -1.56794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67468 -1.56794)"^^geo:wktLiteral ;
  geo-pos:lat "48.67468"^^xsd:decimal ;
  geo-pos:long "-1.56794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6871'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56794'^^xsd:double;
  dwc:latitude '48.67468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56794 48.67468, -1.56794 48.67468, -1.56794 48.67468, -1.56794 48.67468, -1.56794 48.67468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6871'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68373 -1.56794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68373"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68373 -1.56794)"^^geo:wktLiteral ;
  geo-pos:lat "48.68373"^^xsd:decimal ;
  geo-pos:long "-1.56794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6428'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56794'^^xsd:double;
  dwc:latitude '48.68373'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56794 48.68373, -1.56794 48.68373, -1.56794 48.68373, -1.56794 48.68373, -1.56794 48.68373))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6428'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65519 -1.56792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65519"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65519 -1.56792)"^^geo:wktLiteral ;
  geo-pos:lat "48.65519"^^xsd:decimal ;
  geo-pos:long "-1.56792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_12061'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56792'^^xsd:double;
  dwc:latitude '48.65519'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56792 48.65519, -1.56792 48.65519, -1.56792 48.65519, -1.56792 48.65519, -1.56792 48.65519))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12061'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71066 -1.56791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71066 -1.56791)"^^geo:wktLiteral ;
  geo-pos:lat "48.71066"^^xsd:decimal ;
  geo-pos:long "-1.56791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4187'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56791'^^xsd:double;
  dwc:latitude '48.71066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56791 48.71066, -1.56791 48.71066, -1.56791 48.71066, -1.56791 48.71066, -1.56791 48.71066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4187'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72841 -1.56791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72841 -1.56791)"^^geo:wktLiteral ;
  geo-pos:lat "48.72841"^^xsd:decimal ;
  geo-pos:long "-1.56791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7524'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56791'^^xsd:double;
  dwc:latitude '48.72841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56791 48.72841, -1.56791 48.72841, -1.56791 48.72841, -1.56791 48.72841, -1.56791 48.72841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7524'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70896 -1.5679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70896 -1.5679)"^^geo:wktLiteral ;
  geo-pos:lat "48.70896"^^xsd:decimal ;
  geo-pos:long "-1.5679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3594'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5679'^^xsd:double;
  dwc:latitude '48.70896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5679 48.70896, -1.5679 48.70896, -1.5679 48.70896, -1.5679 48.70896, -1.5679 48.70896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3594'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68643 -1.56787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68643 -1.56787)"^^geo:wktLiteral ;
  geo-pos:lat "48.68643"^^xsd:decimal ;
  geo-pos:long "-1.56787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4119'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56787'^^xsd:double;
  dwc:latitude '48.68643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56787 48.68643, -1.56787 48.68643, -1.56787 48.68643, -1.56787 48.68643, -1.56787 48.68643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4119'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71935 -1.56786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71935"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71935 -1.56786)"^^geo:wktLiteral ;
  geo-pos:lat "48.71935"^^xsd:decimal ;
  geo-pos:long "-1.56786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9176'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56786'^^xsd:double;
  dwc:latitude '48.71935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56786 48.71935, -1.56786 48.71935, -1.56786 48.71935, -1.56786 48.71935, -1.56786 48.71935))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9176'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.733 -1.56786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.733 -1.56786)"^^geo:wktLiteral ;
  geo-pos:lat "48.733"^^xsd:decimal ;
  geo-pos:long "-1.56786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1866'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56786'^^xsd:double;
  dwc:latitude '48.733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56786 48.733, -1.56786 48.733, -1.56786 48.733, -1.56786 48.733, -1.56786 48.733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1866'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74116 -1.56786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74116 -1.56786)"^^geo:wktLiteral ;
  geo-pos:lat "48.74116"^^xsd:decimal ;
  geo-pos:long "-1.56786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7454'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56786'^^xsd:double;
  dwc:latitude '48.74116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56786 48.74116, -1.56786 48.74116, -1.56786 48.74116, -1.56786 48.74116, -1.56786 48.74116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7454'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66479 -1.56784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66479 -1.56784)"^^geo:wktLiteral ;
  geo-pos:lat "48.66479"^^xsd:decimal ;
  geo-pos:long "-1.56784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7249'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56784'^^xsd:double;
  dwc:latitude '48.66479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56784 48.66479, -1.56784 48.66479, -1.56784 48.66479, -1.56784 48.66479, -1.56784 48.66479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7249'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70782 -1.56784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70782 -1.56784)"^^geo:wktLiteral ;
  geo-pos:lat "48.70782"^^xsd:decimal ;
  geo-pos:long "-1.56784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1121'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56784'^^xsd:double;
  dwc:latitude '48.70782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56784 48.70782, -1.56784 48.70782, -1.56784 48.70782, -1.56784 48.70782, -1.56784 48.70782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1121'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68254 -1.56782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68254 -1.56782)"^^geo:wktLiteral ;
  geo-pos:lat "48.68254"^^xsd:decimal ;
  geo-pos:long "-1.56782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6813'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56782'^^xsd:double;
  dwc:latitude '48.68254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56782 48.68254, -1.56782 48.68254, -1.56782 48.68254, -1.56782 48.68254, -1.56782 48.68254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6813'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68558 -1.56781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68558 -1.56781)"^^geo:wktLiteral ;
  geo-pos:lat "48.68558"^^xsd:decimal ;
  geo-pos:long "-1.56781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6915'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56781'^^xsd:double;
  dwc:latitude '48.68558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56781 48.68558, -1.56781 48.68558, -1.56781 48.68558, -1.56781 48.68558, -1.56781 48.68558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6915'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69834 -1.56781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69834 -1.56781)"^^geo:wktLiteral ;
  geo-pos:lat "48.69834"^^xsd:decimal ;
  geo-pos:long "-1.56781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4233'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56781'^^xsd:double;
  dwc:latitude '48.69834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56781 48.69834, -1.56781 48.69834, -1.56781 48.69834, -1.56781 48.69834, -1.56781 48.69834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4233'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72684 -1.56781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72684 -1.56781)"^^geo:wktLiteral ;
  geo-pos:lat "48.72684"^^xsd:decimal ;
  geo-pos:long "-1.56781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2616'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56781'^^xsd:double;
  dwc:latitude '48.72684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56781 48.72684, -1.56781 48.72684, -1.56781 48.72684, -1.56781 48.72684, -1.56781 48.72684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2616'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70337 -1.5678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70337"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70337 -1.5678)"^^geo:wktLiteral ;
  geo-pos:lat "48.70337"^^xsd:decimal ;
  geo-pos:long "-1.5678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1747'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5678'^^xsd:double;
  dwc:latitude '48.70337'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5678 48.70337, -1.5678 48.70337, -1.5678 48.70337, -1.5678 48.70337, -1.5678 48.70337))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1747'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69553 -1.56779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69553"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69553 -1.56779)"^^geo:wktLiteral ;
  geo-pos:lat "48.69553"^^xsd:decimal ;
  geo-pos:long "-1.56779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6684'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56779'^^xsd:double;
  dwc:latitude '48.69553'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56779 48.69553, -1.56779 48.69553, -1.56779 48.69553, -1.56779 48.69553, -1.56779 48.69553))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6684'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70731 -1.56779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70731 -1.56779)"^^geo:wktLiteral ;
  geo-pos:lat "48.70731"^^xsd:decimal ;
  geo-pos:long "-1.56779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3809'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56779'^^xsd:double;
  dwc:latitude '48.70731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56779 48.70731, -1.56779 48.70731, -1.56779 48.70731, -1.56779 48.70731, -1.56779 48.70731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3809'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66564 -1.56777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66564 -1.56777)"^^geo:wktLiteral ;
  geo-pos:lat "48.66564"^^xsd:decimal ;
  geo-pos:long "-1.56777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3875'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56777'^^xsd:double;
  dwc:latitude '48.66564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56777 48.66564, -1.56777 48.66564, -1.56777 48.66564, -1.56777 48.66564, -1.56777 48.66564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3875'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7016 -1.56776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7016 -1.56776)"^^geo:wktLiteral ;
  geo-pos:lat "48.7016"^^xsd:decimal ;
  geo-pos:long "-1.56776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9441'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56776'^^xsd:double;
  dwc:latitude '48.7016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56776 48.7016, -1.56776 48.7016, -1.56776 48.7016, -1.56776 48.7016, -1.56776 48.7016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9441'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68308 -1.56774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68308 -1.56774)"^^geo:wktLiteral ;
  geo-pos:lat "48.68308"^^xsd:decimal ;
  geo-pos:long "-1.56774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4200'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56774'^^xsd:double;
  dwc:latitude '48.68308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56774 48.68308, -1.56774 48.68308, -1.56774 48.68308, -1.56774 48.68308, -1.56774 48.68308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4200'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71291 -1.56774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71291 -1.56774)"^^geo:wktLiteral ;
  geo-pos:lat "48.71291"^^xsd:decimal ;
  geo-pos:long "-1.56774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5616'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56774'^^xsd:double;
  dwc:latitude '48.71291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56774 48.71291, -1.56774 48.71291, -1.56774 48.71291, -1.56774 48.71291, -1.56774 48.71291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5616'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7221 -1.56774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7221 -1.56774)"^^geo:wktLiteral ;
  geo-pos:lat "48.7221"^^xsd:decimal ;
  geo-pos:long "-1.56774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8694'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56774'^^xsd:double;
  dwc:latitude '48.7221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56774 48.7221, -1.56774 48.7221, -1.56774 48.7221, -1.56774 48.7221, -1.56774 48.7221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8694'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70831 -1.56773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70831 -1.56773)"^^geo:wktLiteral ;
  geo-pos:lat "48.70831"^^xsd:decimal ;
  geo-pos:long "-1.56773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4252'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56773'^^xsd:double;
  dwc:latitude '48.70831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56773 48.70831, -1.56773 48.70831, -1.56773 48.70831, -1.56773 48.70831, -1.56773 48.70831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4252'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66614 -1.56772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66614 -1.56772)"^^geo:wktLiteral ;
  geo-pos:lat "48.66614"^^xsd:decimal ;
  geo-pos:long "-1.56772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5547'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56772'^^xsd:double;
  dwc:latitude '48.66614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56772 48.66614, -1.56772 48.66614, -1.56772 48.66614, -1.56772 48.66614, -1.56772 48.66614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5547'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70168 -1.56772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70168 -1.56772)"^^geo:wktLiteral ;
  geo-pos:lat "48.70168"^^xsd:decimal ;
  geo-pos:long "-1.56772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4812'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56772'^^xsd:double;
  dwc:latitude '48.70168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56772 48.70168, -1.56772 48.70168, -1.56772 48.70168, -1.56772 48.70168, -1.56772 48.70168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4812'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72028 -1.5677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72028 -1.5677)"^^geo:wktLiteral ;
  geo-pos:lat "48.72028"^^xsd:decimal ;
  geo-pos:long "-1.5677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4079'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5677'^^xsd:double;
  dwc:latitude '48.72028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5677 48.72028, -1.5677 48.72028, -1.5677 48.72028, -1.5677 48.72028, -1.5677 48.72028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4079'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70605 -1.56769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70605 -1.56769)"^^geo:wktLiteral ;
  geo-pos:lat "48.70605"^^xsd:decimal ;
  geo-pos:long "-1.56769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8489'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56769'^^xsd:double;
  dwc:latitude '48.70605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56769 48.70605, -1.56769 48.70605, -1.56769 48.70605, -1.56769 48.70605, -1.56769 48.70605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8489'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71332 -1.56769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71332"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71332 -1.56769)"^^geo:wktLiteral ;
  geo-pos:lat "48.71332"^^xsd:decimal ;
  geo-pos:long "-1.56769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10041'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56769'^^xsd:double;
  dwc:latitude '48.71332'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56769 48.71332, -1.56769 48.71332, -1.56769 48.71332, -1.56769 48.71332, -1.56769 48.71332))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10041'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66567 -1.56768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66567 -1.56768)"^^geo:wktLiteral ;
  geo-pos:lat "48.66567"^^xsd:decimal ;
  geo-pos:long "-1.56768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5329'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56768'^^xsd:double;
  dwc:latitude '48.66567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56768 48.66567, -1.56768 48.66567, -1.56768 48.66567, -1.56768 48.66567, -1.56768 48.66567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5329'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68027 -1.56767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68027 -1.56767)"^^geo:wktLiteral ;
  geo-pos:lat "48.68027"^^xsd:decimal ;
  geo-pos:long "-1.56767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5715'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56767'^^xsd:double;
  dwc:latitude '48.68027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56767 48.68027, -1.56767 48.68027, -1.56767 48.68027, -1.56767 48.68027, -1.56767 48.68027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5715'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68642 -1.56766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68642 -1.56766)"^^geo:wktLiteral ;
  geo-pos:lat "48.68642"^^xsd:decimal ;
  geo-pos:long "-1.56766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5380'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56766'^^xsd:double;
  dwc:latitude '48.68642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56766 48.68642, -1.56766 48.68642, -1.56766 48.68642, -1.56766 48.68642, -1.56766 48.68642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5380'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6638 -1.56765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6638"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6638 -1.56765)"^^geo:wktLiteral ;
  geo-pos:lat "48.6638"^^xsd:decimal ;
  geo-pos:long "-1.56765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7013'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56765'^^xsd:double;
  dwc:latitude '48.6638'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56765 48.6638, -1.56765 48.6638, -1.56765 48.6638, -1.56765 48.6638, -1.56765 48.6638))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7013'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66483 -1.56765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66483"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66483 -1.56765)"^^geo:wktLiteral ;
  geo-pos:lat "48.66483"^^xsd:decimal ;
  geo-pos:long "-1.56765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5148'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56765'^^xsd:double;
  dwc:latitude '48.66483'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56765 48.66483, -1.56765 48.66483, -1.56765 48.66483, -1.56765 48.66483, -1.56765 48.66483))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5148'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66601 -1.56764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66601 -1.56764)"^^geo:wktLiteral ;
  geo-pos:lat "48.66601"^^xsd:decimal ;
  geo-pos:long "-1.56764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7210'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56764'^^xsd:double;
  dwc:latitude '48.66601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56764 48.66601, -1.56764 48.66601, -1.56764 48.66601, -1.56764 48.66601, -1.56764 48.66601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7210'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65572 -1.56763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65572 -1.56763)"^^geo:wktLiteral ;
  geo-pos:lat "48.65572"^^xsd:decimal ;
  geo-pos:long "-1.56763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12280'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56763'^^xsd:double;
  dwc:latitude '48.65572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56763 48.65572, -1.56763 48.65572, -1.56763 48.65572, -1.56763 48.65572, -1.56763 48.65572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12280'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66455 -1.56763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66455"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66455 -1.56763)"^^geo:wktLiteral ;
  geo-pos:lat "48.66455"^^xsd:decimal ;
  geo-pos:long "-1.56763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_12029'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56763'^^xsd:double;
  dwc:latitude '48.66455'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56763 48.66455, -1.56763 48.66455, -1.56763 48.66455, -1.56763 48.66455, -1.56763 48.66455))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12029'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66559 -1.56762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66559"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66559 -1.56762)"^^geo:wktLiteral ;
  geo-pos:lat "48.66559"^^xsd:decimal ;
  geo-pos:long "-1.56762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6364'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56762'^^xsd:double;
  dwc:latitude '48.66559'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56762 48.66559, -1.56762 48.66559, -1.56762 48.66559, -1.56762 48.66559, -1.56762 48.66559))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6364'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68096 -1.56762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68096 -1.56762)"^^geo:wktLiteral ;
  geo-pos:lat "48.68096"^^xsd:decimal ;
  geo-pos:long "-1.56762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5104'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56762'^^xsd:double;
  dwc:latitude '48.68096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56762 48.68096, -1.56762 48.68096, -1.56762 48.68096, -1.56762 48.68096, -1.56762 48.68096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5104'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69556 -1.56762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69556 -1.56762)"^^geo:wktLiteral ;
  geo-pos:lat "48.69556"^^xsd:decimal ;
  geo-pos:long "-1.56762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9859'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56762'^^xsd:double;
  dwc:latitude '48.69556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56762 48.69556, -1.56762 48.69556, -1.56762 48.69556, -1.56762 48.69556, -1.56762 48.69556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9859'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72602 -1.56762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72602 -1.56762)"^^geo:wktLiteral ;
  geo-pos:lat "48.72602"^^xsd:decimal ;
  geo-pos:long "-1.56762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4761'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0.96666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56762'^^xsd:double;
  dwc:latitude '48.72602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56762 48.72602, -1.56762 48.72602, -1.56762 48.72602, -1.56762 48.72602, -1.56762 48.72602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4761'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6653 -1.56761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6653 -1.56761)"^^geo:wktLiteral ;
  geo-pos:lat "48.6653"^^xsd:decimal ;
  geo-pos:long "-1.56761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3745'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56761'^^xsd:double;
  dwc:latitude '48.6653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56761 48.6653, -1.56761 48.6653, -1.56761 48.6653, -1.56761 48.6653, -1.56761 48.6653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3745'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66336 -1.5676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66336"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66336 -1.5676)"^^geo:wktLiteral ;
  geo-pos:lat "48.66336"^^xsd:decimal ;
  geo-pos:long "-1.5676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1615'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5676'^^xsd:double;
  dwc:latitude '48.66336'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5676 48.66336, -1.5676 48.66336, -1.5676 48.66336, -1.5676 48.66336, -1.5676 48.66336))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1615'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66843 -1.56758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66843 -1.56758)"^^geo:wktLiteral ;
  geo-pos:lat "48.66843"^^xsd:decimal ;
  geo-pos:long "-1.56758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5679'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56758'^^xsd:double;
  dwc:latitude '48.66843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56758 48.66843, -1.56758 48.66843, -1.56758 48.66843, -1.56758 48.66843, -1.56758 48.66843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5679'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71068 -1.56757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71068 -1.56757)"^^geo:wktLiteral ;
  geo-pos:lat "48.71068"^^xsd:decimal ;
  geo-pos:long "-1.56757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2975'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56757'^^xsd:double;
  dwc:latitude '48.71068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56757 48.71068, -1.56757 48.71068, -1.56757 48.71068, -1.56757 48.71068, -1.56757 48.71068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2975'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72061 -1.56757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72061 -1.56757)"^^geo:wktLiteral ;
  geo-pos:lat "48.72061"^^xsd:decimal ;
  geo-pos:long "-1.56757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9560'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56757'^^xsd:double;
  dwc:latitude '48.72061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56757 48.72061, -1.56757 48.72061, -1.56757 48.72061, -1.56757 48.72061, -1.56757 48.72061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9560'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66659 -1.56756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66659 -1.56756)"^^geo:wktLiteral ;
  geo-pos:lat "48.66659"^^xsd:decimal ;
  geo-pos:long "-1.56756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3743'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56756'^^xsd:double;
  dwc:latitude '48.66659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56756 48.66659, -1.56756 48.66659, -1.56756 48.66659, -1.56756 48.66659, -1.56756 48.66659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3743'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70672 -1.56756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70672 -1.56756)"^^geo:wktLiteral ;
  geo-pos:lat "48.70672"^^xsd:decimal ;
  geo-pos:long "-1.56756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8488'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56756'^^xsd:double;
  dwc:latitude '48.70672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56756 48.70672, -1.56756 48.70672, -1.56756 48.70672, -1.56756 48.70672, -1.56756 48.70672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8488'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68081 -1.56753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68081 -1.56753)"^^geo:wktLiteral ;
  geo-pos:lat "48.68081"^^xsd:decimal ;
  geo-pos:long "-1.56753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5652'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56753'^^xsd:double;
  dwc:latitude '48.68081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56753 48.68081, -1.56753 48.68081, -1.56753 48.68081, -1.56753 48.68081, -1.56753 48.68081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5652'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71223 -1.56753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71223 -1.56753)"^^geo:wktLiteral ;
  geo-pos:lat "48.71223"^^xsd:decimal ;
  geo-pos:long "-1.56753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10104'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56753'^^xsd:double;
  dwc:latitude '48.71223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56753 48.71223, -1.56753 48.71223, -1.56753 48.71223, -1.56753 48.71223, -1.56753 48.71223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10104'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74023 -1.56753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.74023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.74023 -1.56753)"^^geo:wktLiteral ;
  geo-pos:lat "48.74023"^^xsd:decimal ;
  geo-pos:long "-1.56753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7470'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56753'^^xsd:double;
  dwc:latitude '48.74023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56753 48.74023, -1.56753 48.74023, -1.56753 48.74023, -1.56753 48.74023, -1.56753 48.74023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7470'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65429 -1.56752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65429"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65429 -1.56752)"^^geo:wktLiteral ;
  geo-pos:lat "48.65429"^^xsd:decimal ;
  geo-pos:long "-1.56752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1767'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56752'^^xsd:double;
  dwc:latitude '48.65429'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56752 48.65429, -1.56752 48.65429, -1.56752 48.65429, -1.56752 48.65429, -1.56752 48.65429))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1767'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69553 -1.56752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69553"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69553 -1.56752)"^^geo:wktLiteral ;
  geo-pos:lat "48.69553"^^xsd:decimal ;
  geo-pos:long "-1.56752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4786'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56752'^^xsd:double;
  dwc:latitude '48.69553'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56752 48.69553, -1.56752 48.69553, -1.56752 48.69553, -1.56752 48.69553, -1.56752 48.69553))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4786'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71163 -1.56752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71163 -1.56752)"^^geo:wktLiteral ;
  geo-pos:lat "48.71163"^^xsd:decimal ;
  geo-pos:long "-1.56752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4225'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56752'^^xsd:double;
  dwc:latitude '48.71163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56752 48.71163, -1.56752 48.71163, -1.56752 48.71163, -1.56752 48.71163, -1.56752 48.71163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4225'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73808 -1.56751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73808 -1.56751)"^^geo:wktLiteral ;
  geo-pos:lat "48.73808"^^xsd:decimal ;
  geo-pos:long "-1.56751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7471'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56751'^^xsd:double;
  dwc:latitude '48.73808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56751 48.73808, -1.56751 48.73808, -1.56751 48.73808, -1.56751 48.73808, -1.56751 48.73808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7471'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7178 -1.5675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7178 -1.5675)"^^geo:wktLiteral ;
  geo-pos:lat "48.7178"^^xsd:decimal ;
  geo-pos:long "-1.5675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3960'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5675'^^xsd:double;
  dwc:latitude '48.7178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5675 48.7178, -1.5675 48.7178, -1.5675 48.7178, -1.5675 48.7178, -1.5675 48.7178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3960'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71794 -1.5675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71794 -1.5675)"^^geo:wktLiteral ;
  geo-pos:lat "48.71794"^^xsd:decimal ;
  geo-pos:long "-1.5675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1870'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5675'^^xsd:double;
  dwc:latitude '48.71794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5675 48.71794, -1.5675 48.71794, -1.5675 48.71794, -1.5675 48.71794, -1.5675 48.71794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1870'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6922 -1.56749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6922 -1.56749)"^^geo:wktLiteral ;
  geo-pos:lat "48.6922"^^xsd:decimal ;
  geo-pos:long "-1.56749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9389'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56749'^^xsd:double;
  dwc:latitude '48.6922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56749 48.6922, -1.56749 48.6922, -1.56749 48.6922, -1.56749 48.6922, -1.56749 48.6922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9389'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72873 -1.56749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72873 -1.56749)"^^geo:wktLiteral ;
  geo-pos:lat "48.72873"^^xsd:decimal ;
  geo-pos:long "-1.56749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2888'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56749'^^xsd:double;
  dwc:latitude '48.72873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56749 48.72873, -1.56749 48.72873, -1.56749 48.72873, -1.56749 48.72873, -1.56749 48.72873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2888'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70659 -1.56748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70659 -1.56748)"^^geo:wktLiteral ;
  geo-pos:lat "48.70659"^^xsd:decimal ;
  geo-pos:long "-1.56748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9805'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56748'^^xsd:double;
  dwc:latitude '48.70659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56748 48.70659, -1.56748 48.70659, -1.56748 48.70659, -1.56748 48.70659, -1.56748 48.70659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9805'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73721 -1.56747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73721 -1.56747)"^^geo:wktLiteral ;
  geo-pos:lat "48.73721"^^xsd:decimal ;
  geo-pos:long "-1.56747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8240'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56747'^^xsd:double;
  dwc:latitude '48.73721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56747 48.73721, -1.56747 48.73721, -1.56747 48.73721, -1.56747 48.73721, -1.56747 48.73721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8240'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71124 -1.56745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71124 -1.56745)"^^geo:wktLiteral ;
  geo-pos:lat "48.71124"^^xsd:decimal ;
  geo-pos:long "-1.56745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4764'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56745'^^xsd:double;
  dwc:latitude '48.71124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56745 48.71124, -1.56745 48.71124, -1.56745 48.71124, -1.56745 48.71124, -1.56745 48.71124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4764'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.56744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.56744)"^^geo:wktLiteral ;
  geo-pos:lat "48.7063"^^xsd:decimal ;
  geo-pos:long "-1.56744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10226'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56744'^^xsd:double;
  dwc:latitude '48.7063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56744 48.7063, -1.56744 48.7063, -1.56744 48.7063, -1.56744 48.7063, -1.56744 48.7063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10226'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70989 -1.56744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70989 -1.56744)"^^geo:wktLiteral ;
  geo-pos:lat "48.70989"^^xsd:decimal ;
  geo-pos:long "-1.56744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5094'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56744'^^xsd:double;
  dwc:latitude '48.70989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56744 48.70989, -1.56744 48.70989, -1.56744 48.70989, -1.56744 48.70989, -1.56744 48.70989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5094'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73054 -1.56743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73054 -1.56743)"^^geo:wktLiteral ;
  geo-pos:lat "48.73054"^^xsd:decimal ;
  geo-pos:long "-1.56743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3370'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56743'^^xsd:double;
  dwc:latitude '48.73054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56743 48.73054, -1.56743 48.73054, -1.56743 48.73054, -1.56743 48.73054, -1.56743 48.73054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3370'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73811 -1.56743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73811 -1.56743)"^^geo:wktLiteral ;
  geo-pos:lat "48.73811"^^xsd:decimal ;
  geo-pos:long "-1.56743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3373'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56743'^^xsd:double;
  dwc:latitude '48.73811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56743 48.73811, -1.56743 48.73811, -1.56743 48.73811, -1.56743 48.73811, -1.56743 48.73811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3373'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69649 -1.56741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69649"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69649 -1.56741)"^^geo:wktLiteral ;
  geo-pos:lat "48.69649"^^xsd:decimal ;
  geo-pos:long "-1.56741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3736'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56741'^^xsd:double;
  dwc:latitude '48.69649'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56741 48.69649, -1.56741 48.69649, -1.56741 48.69649, -1.56741 48.69649, -1.56741 48.69649))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3736'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7012 -1.56741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7012 -1.56741)"^^geo:wktLiteral ;
  geo-pos:lat "48.7012"^^xsd:decimal ;
  geo-pos:long "-1.56741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5973'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56741'^^xsd:double;
  dwc:latitude '48.7012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56741 48.7012, -1.56741 48.7012, -1.56741 48.7012, -1.56741 48.7012, -1.56741 48.7012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5973'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72562 -1.56741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72562 -1.56741)"^^geo:wktLiteral ;
  geo-pos:lat "48.72562"^^xsd:decimal ;
  geo-pos:long "-1.56741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2375'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56741'^^xsd:double;
  dwc:latitude '48.72562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56741 48.72562, -1.56741 48.72562, -1.56741 48.72562, -1.56741 48.72562, -1.56741 48.72562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2375'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72905 -1.5674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72905 -1.5674)"^^geo:wktLiteral ;
  geo-pos:lat "48.72905"^^xsd:decimal ;
  geo-pos:long "-1.5674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4654'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5674'^^xsd:double;
  dwc:latitude '48.72905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5674 48.72905, -1.5674 48.72905, -1.5674 48.72905, -1.5674 48.72905, -1.5674 48.72905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4654'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72306 -1.56739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72306 -1.56739)"^^geo:wktLiteral ;
  geo-pos:lat "48.72306"^^xsd:decimal ;
  geo-pos:long "-1.56739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_789'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56739'^^xsd:double;
  dwc:latitude '48.72306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56739 48.72306, -1.56739 48.72306, -1.56739 48.72306, -1.56739 48.72306, -1.56739 48.72306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_789'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71219 -1.56737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71219"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71219 -1.56737)"^^geo:wktLiteral ;
  geo-pos:lat "48.71219"^^xsd:decimal ;
  geo-pos:long "-1.56737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4484'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56737'^^xsd:double;
  dwc:latitude '48.71219'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56737 48.71219, -1.56737 48.71219, -1.56737 48.71219, -1.56737 48.71219, -1.56737 48.71219))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4484'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73001 -1.56734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73001 -1.56734)"^^geo:wktLiteral ;
  geo-pos:lat "48.73001"^^xsd:decimal ;
  geo-pos:long "-1.56734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2907'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56734'^^xsd:double;
  dwc:latitude '48.73001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56734 48.73001, -1.56734 48.73001, -1.56734 48.73001, -1.56734 48.73001, -1.56734 48.73001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2907'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66529 -1.56732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66529 -1.56732)"^^geo:wktLiteral ;
  geo-pos:lat "48.66529"^^xsd:decimal ;
  geo-pos:long "-1.56732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5548'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56732'^^xsd:double;
  dwc:latitude '48.66529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56732 48.66529, -1.56732 48.66529, -1.56732 48.66529, -1.56732 48.66529, -1.56732 48.66529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5548'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7088 -1.56731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7088 -1.56731)"^^geo:wktLiteral ;
  geo-pos:lat "48.7088"^^xsd:decimal ;
  geo-pos:long "-1.56731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4189'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56731'^^xsd:double;
  dwc:latitude '48.7088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56731 48.7088, -1.56731 48.7088, -1.56731 48.7088, -1.56731 48.7088, -1.56731 48.7088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4189'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6703 -1.5673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6703 -1.5673)"^^geo:wktLiteral ;
  geo-pos:lat "48.6703"^^xsd:decimal ;
  geo-pos:long "-1.5673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3866'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5673'^^xsd:double;
  dwc:latitude '48.6703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5673 48.6703, -1.5673 48.6703, -1.5673 48.6703, -1.5673 48.6703, -1.5673 48.6703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3866'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7213 -1.56729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7213 -1.56729)"^^geo:wktLiteral ;
  geo-pos:lat "48.7213"^^xsd:decimal ;
  geo-pos:long "-1.56729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4038'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56729'^^xsd:double;
  dwc:latitude '48.7213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56729 48.7213, -1.56729 48.7213, -1.56729 48.7213, -1.56729 48.7213, -1.56729 48.7213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4038'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67125 -1.56728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67125 -1.56728)"^^geo:wktLiteral ;
  geo-pos:lat "48.67125"^^xsd:decimal ;
  geo-pos:long "-1.56728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5310'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56728'^^xsd:double;
  dwc:latitude '48.67125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56728 48.67125, -1.56728 48.67125, -1.56728 48.67125, -1.56728 48.67125, -1.56728 48.67125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5310'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72447 -1.56728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72447 -1.56728)"^^geo:wktLiteral ;
  geo-pos:lat "48.72447"^^xsd:decimal ;
  geo-pos:long "-1.56728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1059'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56728'^^xsd:double;
  dwc:latitude '48.72447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56728 48.72447, -1.56728 48.72447, -1.56728 48.72447, -1.56728 48.72447, -1.56728 48.72447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1059'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70625 -1.56726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70625"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70625 -1.56726)"^^geo:wktLiteral ;
  geo-pos:lat "48.70625"^^xsd:decimal ;
  geo-pos:long "-1.56726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10111'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56726'^^xsd:double;
  dwc:latitude '48.70625'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56726 48.70625, -1.56726 48.70625, -1.56726 48.70625, -1.56726 48.70625, -1.56726 48.70625))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10111'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68011 -1.56725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68011 -1.56725)"^^geo:wktLiteral ;
  geo-pos:lat "48.68011"^^xsd:decimal ;
  geo-pos:long "-1.56725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4333'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56725'^^xsd:double;
  dwc:latitude '48.68011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56725 48.68011, -1.56725 48.68011, -1.56725 48.68011, -1.56725 48.68011, -1.56725 48.68011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4333'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70363 -1.56725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70363 -1.56725)"^^geo:wktLiteral ;
  geo-pos:lat "48.70363"^^xsd:decimal ;
  geo-pos:long "-1.56725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4675'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '22.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56725'^^xsd:double;
  dwc:latitude '48.70363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56725 48.70363, -1.56725 48.70363, -1.56725 48.70363, -1.56725 48.70363, -1.56725 48.70363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4675'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71239 -1.56725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71239"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71239 -1.56725)"^^geo:wktLiteral ;
  geo-pos:lat "48.71239"^^xsd:decimal ;
  geo-pos:long "-1.56725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6950'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56725'^^xsd:double;
  dwc:latitude '48.71239'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56725 48.71239, -1.56725 48.71239, -1.56725 48.71239, -1.56725 48.71239, -1.56725 48.71239))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6950'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.56723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.56723)"^^geo:wktLiteral ;
  geo-pos:lat "48.69536"^^xsd:decimal ;
  geo-pos:long "-1.56723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4544'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56723'^^xsd:double;
  dwc:latitude '48.69536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56723 48.69536, -1.56723 48.69536, -1.56723 48.69536, -1.56723 48.69536, -1.56723 48.69536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4544'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73829 -1.56723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73829 -1.56723)"^^geo:wktLiteral ;
  geo-pos:lat "48.73829"^^xsd:decimal ;
  geo-pos:long "-1.56723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9947'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56723'^^xsd:double;
  dwc:latitude '48.73829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56723 48.73829, -1.56723 48.73829, -1.56723 48.73829, -1.56723 48.73829, -1.56723 48.73829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9947'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65331 -1.56722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65331 -1.56722)"^^geo:wktLiteral ;
  geo-pos:lat "48.65331"^^xsd:decimal ;
  geo-pos:long "-1.56722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3590'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56722'^^xsd:double;
  dwc:latitude '48.65331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56722 48.65331, -1.56722 48.65331, -1.56722 48.65331, -1.56722 48.65331, -1.56722 48.65331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3590'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6636 -1.5672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6636 -1.5672)"^^geo:wktLiteral ;
  geo-pos:lat "48.6636"^^xsd:decimal ;
  geo-pos:long "-1.5672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1616'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5672'^^xsd:double;
  dwc:latitude '48.6636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5672 48.6636, -1.5672 48.6636, -1.5672 48.6636, -1.5672 48.6636, -1.5672 48.6636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1616'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66519 -1.5672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66519"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66519 -1.5672)"^^geo:wktLiteral ;
  geo-pos:lat "48.66519"^^xsd:decimal ;
  geo-pos:long "-1.5672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11427'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5672'^^xsd:double;
  dwc:latitude '48.66519'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5672 48.66519, -1.5672 48.66519, -1.5672 48.66519, -1.5672 48.66519, -1.5672 48.66519))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11427'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72376 -1.5672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72376 -1.5672)"^^geo:wktLiteral ;
  geo-pos:lat "48.72376"^^xsd:decimal ;
  geo-pos:long "-1.5672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7897'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5672'^^xsd:double;
  dwc:latitude '48.72376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5672 48.72376, -1.5672 48.72376, -1.5672 48.72376, -1.5672 48.72376, -1.5672 48.72376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7897'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72083 -1.56719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72083 -1.56719)"^^geo:wktLiteral ;
  geo-pos:lat "48.72083"^^xsd:decimal ;
  geo-pos:long "-1.56719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4818'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56719'^^xsd:double;
  dwc:latitude '48.72083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56719 48.72083, -1.56719 48.72083, -1.56719 48.72083, -1.56719 48.72083, -1.56719 48.72083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4818'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.56717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.56717)"^^geo:wktLiteral ;
  geo-pos:lat "48.65117"^^xsd:decimal ;
  geo-pos:long "-1.56717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5828'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56717'^^xsd:double;
  dwc:latitude '48.65117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56717 48.65117, -1.56717 48.65117, -1.56717 48.65117, -1.56717 48.65117, -1.56717 48.65117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5828'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6973 -1.56717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6973 -1.56717)"^^geo:wktLiteral ;
  geo-pos:lat "48.6973"^^xsd:decimal ;
  geo-pos:long "-1.56717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8068'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56717'^^xsd:double;
  dwc:latitude '48.6973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56717 48.6973, -1.56717 48.6973, -1.56717 48.6973, -1.56717 48.6973, -1.56717 48.6973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8068'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70599 -1.56717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70599 -1.56717)"^^geo:wktLiteral ;
  geo-pos:lat "48.70599"^^xsd:decimal ;
  geo-pos:long "-1.56717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1548'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56717'^^xsd:double;
  dwc:latitude '48.70599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56717 48.70599, -1.56717 48.70599, -1.56717 48.70599, -1.56717 48.70599, -1.56717 48.70599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1548'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72919 -1.56717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72919 -1.56717)"^^geo:wktLiteral ;
  geo-pos:lat "48.72919"^^xsd:decimal ;
  geo-pos:long "-1.56717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9973'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56717'^^xsd:double;
  dwc:latitude '48.72919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56717 48.72919, -1.56717 48.72919, -1.56717 48.72919, -1.56717 48.72919, -1.56717 48.72919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9973'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67044 -1.56716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67044 -1.56716)"^^geo:wktLiteral ;
  geo-pos:lat "48.67044"^^xsd:decimal ;
  geo-pos:long "-1.56716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11009'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56716'^^xsd:double;
  dwc:latitude '48.67044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56716 48.67044, -1.56716 48.67044, -1.56716 48.67044, -1.56716 48.67044, -1.56716 48.67044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11009'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.697 -1.56715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.697 -1.56715)"^^geo:wktLiteral ;
  geo-pos:lat "48.697"^^xsd:decimal ;
  geo-pos:long "-1.56715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6317'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56715'^^xsd:double;
  dwc:latitude '48.697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56715 48.697, -1.56715 48.697, -1.56715 48.697, -1.56715 48.697, -1.56715 48.697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6317'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7032 -1.56715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7032 -1.56715)"^^geo:wktLiteral ;
  geo-pos:lat "48.7032"^^xsd:decimal ;
  geo-pos:long "-1.56715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2072'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56715'^^xsd:double;
  dwc:latitude '48.7032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56715 48.7032, -1.56715 48.7032, -1.56715 48.7032, -1.56715 48.7032, -1.56715 48.7032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2072'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71081 -1.56715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71081 -1.56715)"^^geo:wktLiteral ;
  geo-pos:lat "48.71081"^^xsd:decimal ;
  geo-pos:long "-1.56715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7947'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56715'^^xsd:double;
  dwc:latitude '48.71081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56715 48.71081, -1.56715 48.71081, -1.56715 48.71081, -1.56715 48.71081, -1.56715 48.71081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7947'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65124 -1.56714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65124 -1.56714)"^^geo:wktLiteral ;
  geo-pos:lat "48.65124"^^xsd:decimal ;
  geo-pos:long "-1.56714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8613'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56714'^^xsd:double;
  dwc:latitude '48.65124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56714 48.65124, -1.56714 48.65124, -1.56714 48.65124, -1.56714 48.65124, -1.56714 48.65124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8613'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70006 -1.56714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70006 -1.56714)"^^geo:wktLiteral ;
  geo-pos:lat "48.70006"^^xsd:decimal ;
  geo-pos:long "-1.56714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9307'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56714'^^xsd:double;
  dwc:latitude '48.70006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56714 48.70006, -1.56714 48.70006, -1.56714 48.70006, -1.56714 48.70006, -1.56714 48.70006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9307'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70576 -1.56714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70576 -1.56714)"^^geo:wktLiteral ;
  geo-pos:lat "48.70576"^^xsd:decimal ;
  geo-pos:long "-1.56714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4309'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56714'^^xsd:double;
  dwc:latitude '48.70576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56714 48.70576, -1.56714 48.70576, -1.56714 48.70576, -1.56714 48.70576, -1.56714 48.70576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4309'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7326 -1.56712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7326 -1.56712)"^^geo:wktLiteral ;
  geo-pos:lat "48.7326"^^xsd:decimal ;
  geo-pos:long "-1.56712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2021'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56712'^^xsd:double;
  dwc:latitude '48.7326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56712 48.7326, -1.56712 48.7326, -1.56712 48.7326, -1.56712 48.7326, -1.56712 48.7326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2021'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72852 -1.56711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72852 -1.56711)"^^geo:wktLiteral ;
  geo-pos:lat "48.72852"^^xsd:decimal ;
  geo-pos:long "-1.56711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2370'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56711'^^xsd:double;
  dwc:latitude '48.72852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56711 48.72852, -1.56711 48.72852, -1.56711 48.72852, -1.56711 48.72852, -1.56711 48.72852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2370'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70102 -1.5671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70102 -1.5671)"^^geo:wktLiteral ;
  geo-pos:lat "48.70102"^^xsd:decimal ;
  geo-pos:long "-1.5671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4621'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5671'^^xsd:double;
  dwc:latitude '48.70102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5671 48.70102, -1.5671 48.70102, -1.5671 48.70102, -1.5671 48.70102, -1.5671 48.70102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4621'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68661 -1.56708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68661 -1.56708)"^^geo:wktLiteral ;
  geo-pos:lat "48.68661"^^xsd:decimal ;
  geo-pos:long "-1.56708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4549'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56708'^^xsd:double;
  dwc:latitude '48.68661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56708 48.68661, -1.56708 48.68661, -1.56708 48.68661, -1.56708 48.68661, -1.56708 48.68661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4549'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72004 -1.56708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72004 -1.56708)"^^geo:wktLiteral ;
  geo-pos:lat "48.72004"^^xsd:decimal ;
  geo-pos:long "-1.56708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3346'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56708'^^xsd:double;
  dwc:latitude '48.72004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56708 48.72004, -1.56708 48.72004, -1.56708 48.72004, -1.56708 48.72004, -1.56708 48.72004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3346'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73937 -1.56708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73937"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73937 -1.56708)"^^geo:wktLiteral ;
  geo-pos:lat "48.73937"^^xsd:decimal ;
  geo-pos:long "-1.56708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9333'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56708'^^xsd:double;
  dwc:latitude '48.73937'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56708 48.73937, -1.56708 48.73937, -1.56708 48.73937, -1.56708 48.73937, -1.56708 48.73937))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9333'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67454 -1.56707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67454 -1.56707)"^^geo:wktLiteral ;
  geo-pos:lat "48.67454"^^xsd:decimal ;
  geo-pos:long "-1.56707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7240'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56707'^^xsd:double;
  dwc:latitude '48.67454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56707 48.67454, -1.56707 48.67454, -1.56707 48.67454, -1.56707 48.67454, -1.56707 48.67454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7240'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70009 -1.56707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70009 -1.56707)"^^geo:wktLiteral ;
  geo-pos:lat "48.70009"^^xsd:decimal ;
  geo-pos:long "-1.56707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4813'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56707'^^xsd:double;
  dwc:latitude '48.70009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56707 48.70009, -1.56707 48.70009, -1.56707 48.70009, -1.56707 48.70009, -1.56707 48.70009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4813'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66486 -1.56706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66486"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66486 -1.56706)"^^geo:wktLiteral ;
  geo-pos:lat "48.66486"^^xsd:decimal ;
  geo-pos:long "-1.56706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6133'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56706'^^xsd:double;
  dwc:latitude '48.66486'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56706 48.66486, -1.56706 48.66486, -1.56706 48.66486, -1.56706 48.66486, -1.56706 48.66486))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6133'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67929 -1.56705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67929 -1.56705)"^^geo:wktLiteral ;
  geo-pos:lat "48.67929"^^xsd:decimal ;
  geo-pos:long "-1.56705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7117'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56705'^^xsd:double;
  dwc:latitude '48.67929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56705 48.67929, -1.56705 48.67929, -1.56705 48.67929, -1.56705 48.67929, -1.56705 48.67929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7117'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70655 -1.56705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70655 -1.56705)"^^geo:wktLiteral ;
  geo-pos:lat "48.70655"^^xsd:decimal ;
  geo-pos:long "-1.56705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5557'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56705'^^xsd:double;
  dwc:latitude '48.70655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56705 48.70655, -1.56705 48.70655, -1.56705 48.70655, -1.56705 48.70655, -1.56705 48.70655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5557'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66523 -1.56704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66523 -1.56704)"^^geo:wktLiteral ;
  geo-pos:lat "48.66523"^^xsd:decimal ;
  geo-pos:long "-1.56704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6050'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56704'^^xsd:double;
  dwc:latitude '48.66523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56704 48.66523, -1.56704 48.66523, -1.56704 48.66523, -1.56704 48.66523, -1.56704 48.66523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6050'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69247 -1.56704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69247 -1.56704)"^^geo:wktLiteral ;
  geo-pos:lat "48.69247"^^xsd:decimal ;
  geo-pos:long "-1.56704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6517'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56704'^^xsd:double;
  dwc:latitude '48.69247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56704 48.69247, -1.56704 48.69247, -1.56704 48.69247, -1.56704 48.69247, -1.56704 48.69247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6517'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70363 -1.56704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70363 -1.56704)"^^geo:wktLiteral ;
  geo-pos:lat "48.70363"^^xsd:decimal ;
  geo-pos:long "-1.56704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5011'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56704'^^xsd:double;
  dwc:latitude '48.70363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56704 48.70363, -1.56704 48.70363, -1.56704 48.70363, -1.56704 48.70363, -1.56704 48.70363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5011'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71355 -1.56704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71355 -1.56704)"^^geo:wktLiteral ;
  geo-pos:lat "48.71355"^^xsd:decimal ;
  geo-pos:long "-1.56704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7868'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56704'^^xsd:double;
  dwc:latitude '48.71355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56704 48.71355, -1.56704 48.71355, -1.56704 48.71355, -1.56704 48.71355, -1.56704 48.71355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7868'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65718 -1.56703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_78>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65718 -1.56703)"^^geo:wktLiteral ;
  geo-pos:lat "48.65718"^^xsd:decimal ;
  geo-pos:long "-1.56703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_78'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_78'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56703'^^xsd:double;
  dwc:latitude '48.65718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56703 48.65718, -1.56703 48.65718, -1.56703 48.65718, -1.56703 48.65718, -1.56703 48.65718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_78'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66721 -1.56703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66721 -1.56703)"^^geo:wktLiteral ;
  geo-pos:lat "48.66721"^^xsd:decimal ;
  geo-pos:long "-1.56703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3640'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56703'^^xsd:double;
  dwc:latitude '48.66721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56703 48.66721, -1.56703 48.66721, -1.56703 48.66721, -1.56703 48.66721, -1.56703 48.66721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3640'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6802 -1.56703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6802 -1.56703)"^^geo:wktLiteral ;
  geo-pos:lat "48.6802"^^xsd:decimal ;
  geo-pos:long "-1.56703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7435'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.76666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56703'^^xsd:double;
  dwc:latitude '48.6802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56703 48.6802, -1.56703 48.6802, -1.56703 48.6802, -1.56703 48.6802, -1.56703 48.6802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7435'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71956 -1.56703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71956 -1.56703)"^^geo:wktLiteral ;
  geo-pos:lat "48.71956"^^xsd:decimal ;
  geo-pos:long "-1.56703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1226'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56703'^^xsd:double;
  dwc:latitude '48.71956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56703 48.71956, -1.56703 48.71956, -1.56703 48.71956, -1.56703 48.71956, -1.56703 48.71956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1226'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73588 -1.56703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73588 -1.56703)"^^geo:wktLiteral ;
  geo-pos:lat "48.73588"^^xsd:decimal ;
  geo-pos:long "-1.56703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9520'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56703'^^xsd:double;
  dwc:latitude '48.73588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56703 48.73588, -1.56703 48.73588, -1.56703 48.73588, -1.56703 48.73588, -1.56703 48.73588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9520'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66621 -1.56701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66621 -1.56701)"^^geo:wktLiteral ;
  geo-pos:lat "48.66621"^^xsd:decimal ;
  geo-pos:long "-1.56701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11082'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56701'^^xsd:double;
  dwc:latitude '48.66621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56701 48.66621, -1.56701 48.66621, -1.56701 48.66621, -1.56701 48.66621, -1.56701 48.66621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11082'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66296 -1.567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66296"^^xsd:decimal ;
  dwc:decimalLongitude "-1.567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66296 -1.567)"^^geo:wktLiteral ;
  geo-pos:lat "48.66296"^^xsd:decimal ;
  geo-pos:long "-1.567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8718'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.567'^^xsd:double;
  dwc:latitude '48.66296'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.567 48.66296, -1.567 48.66296, -1.567 48.66296, -1.567 48.66296, -1.567 48.66296))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8718'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72524 -1.56699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72524 -1.56699)"^^geo:wktLiteral ;
  geo-pos:lat "48.72524"^^xsd:decimal ;
  geo-pos:long "-1.56699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2934'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56699'^^xsd:double;
  dwc:latitude '48.72524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56699 48.72524, -1.56699 48.72524, -1.56699 48.72524, -1.56699 48.72524, -1.56699 48.72524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2934'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65626 -1.56697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65626 -1.56697)"^^geo:wktLiteral ;
  geo-pos:lat "48.65626"^^xsd:decimal ;
  geo-pos:long "-1.56697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8638'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56697'^^xsd:double;
  dwc:latitude '48.65626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56697 48.65626, -1.56697 48.65626, -1.56697 48.65626, -1.56697 48.65626, -1.56697 48.65626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8638'^^xsd:string;
  dwc:observationDate '2007-12-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70959 -1.56697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70959 -1.56697)"^^geo:wktLiteral ;
  geo-pos:lat "48.70959"^^xsd:decimal ;
  geo-pos:long "-1.56697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6637'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56697'^^xsd:double;
  dwc:latitude '48.70959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56697 48.70959, -1.56697 48.70959, -1.56697 48.70959, -1.56697 48.70959, -1.56697 48.70959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6637'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71326 -1.56697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71326 -1.56697)"^^geo:wktLiteral ;
  geo-pos:lat "48.71326"^^xsd:decimal ;
  geo-pos:long "-1.56697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4040'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56697'^^xsd:double;
  dwc:latitude '48.71326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56697 48.71326, -1.56697 48.71326, -1.56697 48.71326, -1.56697 48.71326, -1.56697 48.71326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4040'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66827 -1.56695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66827 -1.56695)"^^geo:wktLiteral ;
  geo-pos:lat "48.66827"^^xsd:decimal ;
  geo-pos:long "-1.56695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3862'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56695'^^xsd:double;
  dwc:latitude '48.66827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56695 48.66827, -1.56695 48.66827, -1.56695 48.66827, -1.56695 48.66827, -1.56695 48.66827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3862'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70726 -1.56695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70726 -1.56695)"^^geo:wktLiteral ;
  geo-pos:lat "48.70726"^^xsd:decimal ;
  geo-pos:long "-1.56695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3660'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56695'^^xsd:double;
  dwc:latitude '48.70726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56695 48.70726, -1.56695 48.70726, -1.56695 48.70726, -1.56695 48.70726, -1.56695 48.70726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3660'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72799 -1.56694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72799 -1.56694)"^^geo:wktLiteral ;
  geo-pos:lat "48.72799"^^xsd:decimal ;
  geo-pos:long "-1.56694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4138'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56694'^^xsd:double;
  dwc:latitude '48.72799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56694 48.72799, -1.56694 48.72799, -1.56694 48.72799, -1.56694 48.72799, -1.56694 48.72799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4138'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65707 -1.56692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65707 -1.56692)"^^geo:wktLiteral ;
  geo-pos:lat "48.65707"^^xsd:decimal ;
  geo-pos:long "-1.56692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1920'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56692'^^xsd:double;
  dwc:latitude '48.65707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56692 48.65707, -1.56692 48.65707, -1.56692 48.65707, -1.56692 48.65707, -1.56692 48.65707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1920'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70595 -1.56692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70595 -1.56692)"^^geo:wktLiteral ;
  geo-pos:lat "48.70595"^^xsd:decimal ;
  geo-pos:long "-1.56692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9786'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56692'^^xsd:double;
  dwc:latitude '48.70595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56692 48.70595, -1.56692 48.70595, -1.56692 48.70595, -1.56692 48.70595, -1.56692 48.70595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9786'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73168 -1.56689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73168 -1.56689)"^^geo:wktLiteral ;
  geo-pos:lat "48.73168"^^xsd:decimal ;
  geo-pos:long "-1.56689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2532'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56689'^^xsd:double;
  dwc:latitude '48.73168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56689 48.73168, -1.56689 48.73168, -1.56689 48.73168, -1.56689 48.73168, -1.56689 48.73168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2532'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72025 -1.56688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72025 -1.56688)"^^geo:wktLiteral ;
  geo-pos:lat "48.72025"^^xsd:decimal ;
  geo-pos:long "-1.56688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_49'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_49'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56688'^^xsd:double;
  dwc:latitude '48.72025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56688 48.72025, -1.56688 48.72025, -1.56688 48.72025, -1.56688 48.72025, -1.56688 48.72025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_49'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72993 -1.56688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72993"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72993 -1.56688)"^^geo:wktLiteral ;
  geo-pos:lat "48.72993"^^xsd:decimal ;
  geo-pos:long "-1.56688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1942'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56688'^^xsd:double;
  dwc:latitude '48.72993'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56688 48.72993, -1.56688 48.72993, -1.56688 48.72993, -1.56688 48.72993, -1.56688 48.72993))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1942'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73844 -1.56687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73844 -1.56687)"^^geo:wktLiteral ;
  geo-pos:lat "48.73844"^^xsd:decimal ;
  geo-pos:long "-1.56687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7492'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56687'^^xsd:double;
  dwc:latitude '48.73844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56687 48.73844, -1.56687 48.73844, -1.56687 48.73844, -1.56687 48.73844, -1.56687 48.73844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7492'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.56686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.56686)"^^geo:wktLiteral ;
  geo-pos:lat "48.66927"^^xsd:decimal ;
  geo-pos:long "-1.56686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7270'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56686'^^xsd:double;
  dwc:latitude '48.66927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56686 48.66927, -1.56686 48.66927, -1.56686 48.66927, -1.56686 48.66927, -1.56686 48.66927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7270'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69199 -1.56683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69199 -1.56683)"^^geo:wktLiteral ;
  geo-pos:lat "48.69199"^^xsd:decimal ;
  geo-pos:long "-1.56683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3296'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56683'^^xsd:double;
  dwc:latitude '48.69199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56683 48.69199, -1.56683 48.69199, -1.56683 48.69199, -1.56683 48.69199, -1.56683 48.69199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3296'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.56683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.56683)"^^geo:wktLiteral ;
  geo-pos:lat "48.69963"^^xsd:decimal ;
  geo-pos:long "-1.56683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4460'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56683'^^xsd:double;
  dwc:latitude '48.69963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56683 48.69963, -1.56683 48.69963, -1.56683 48.69963, -1.56683 48.69963, -1.56683 48.69963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4460'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70311 -1.56683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70311"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70311 -1.56683)"^^geo:wktLiteral ;
  geo-pos:lat "48.70311"^^xsd:decimal ;
  geo-pos:long "-1.56683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4483'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56683'^^xsd:double;
  dwc:latitude '48.70311'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56683 48.70311, -1.56683 48.70311, -1.56683 48.70311, -1.56683 48.70311, -1.56683 48.70311))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4483'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70063 -1.56681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70063 -1.56681)"^^geo:wktLiteral ;
  geo-pos:lat "48.70063"^^xsd:decimal ;
  geo-pos:long "-1.56681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7173'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56681'^^xsd:double;
  dwc:latitude '48.70063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56681 48.70063, -1.56681 48.70063, -1.56681 48.70063, -1.56681 48.70063, -1.56681 48.70063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7173'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66277 -1.5668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66277 -1.5668)"^^geo:wktLiteral ;
  geo-pos:lat "48.66277"^^xsd:decimal ;
  geo-pos:long "-1.5668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6688'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5668'^^xsd:double;
  dwc:latitude '48.66277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5668 48.66277, -1.5668 48.66277, -1.5668 48.66277, -1.5668 48.66277, -1.5668 48.66277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6688'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70182 -1.56679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70182 -1.56679)"^^geo:wktLiteral ;
  geo-pos:lat "48.70182"^^xsd:decimal ;
  geo-pos:long "-1.56679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8339'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56679'^^xsd:double;
  dwc:latitude '48.70182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56679 48.70182, -1.56679 48.70182, -1.56679 48.70182, -1.56679 48.70182, -1.56679 48.70182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8339'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67565 -1.56678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67565 -1.56678)"^^geo:wktLiteral ;
  geo-pos:lat "48.67565"^^xsd:decimal ;
  geo-pos:long "-1.56678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5289'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56678'^^xsd:double;
  dwc:latitude '48.67565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56678 48.67565, -1.56678 48.67565, -1.56678 48.67565, -1.56678 48.67565, -1.56678 48.67565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5289'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68993 -1.56678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68993"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68993 -1.56678)"^^geo:wktLiteral ;
  geo-pos:lat "48.68993"^^xsd:decimal ;
  geo-pos:long "-1.56678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9314'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56678'^^xsd:double;
  dwc:latitude '48.68993'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56678 48.68993, -1.56678 48.68993, -1.56678 48.68993, -1.56678 48.68993, -1.56678 48.68993))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9314'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72067 -1.56678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72067"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72067 -1.56678)"^^geo:wktLiteral ;
  geo-pos:lat "48.72067"^^xsd:decimal ;
  geo-pos:long "-1.56678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9041'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56678'^^xsd:double;
  dwc:latitude '48.72067'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56678 48.72067, -1.56678 48.72067, -1.56678 48.72067, -1.56678 48.72067, -1.56678 48.72067))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9041'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65824 -1.56673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65824 -1.56673)"^^geo:wktLiteral ;
  geo-pos:lat "48.65824"^^xsd:decimal ;
  geo-pos:long "-1.56673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10760'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56673'^^xsd:double;
  dwc:latitude '48.65824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56673 48.65824, -1.56673 48.65824, -1.56673 48.65824, -1.56673 48.65824, -1.56673 48.65824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10760'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70089 -1.56673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70089 -1.56673)"^^geo:wktLiteral ;
  geo-pos:lat "48.70089"^^xsd:decimal ;
  geo-pos:long "-1.56673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5953'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56673'^^xsd:double;
  dwc:latitude '48.70089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56673 48.70089, -1.56673 48.70089, -1.56673 48.70089, -1.56673 48.70089, -1.56673 48.70089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5953'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70643 -1.5667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70643 -1.5667)"^^geo:wktLiteral ;
  geo-pos:lat "48.70643"^^xsd:decimal ;
  geo-pos:long "-1.5667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8340'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5667'^^xsd:double;
  dwc:latitude '48.70643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5667 48.70643, -1.5667 48.70643, -1.5667 48.70643, -1.5667 48.70643, -1.5667 48.70643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8340'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69987 -1.56668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69987 -1.56668)"^^geo:wktLiteral ;
  geo-pos:lat "48.69987"^^xsd:decimal ;
  geo-pos:long "-1.56668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5138'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56668'^^xsd:double;
  dwc:latitude '48.69987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56668 48.69987, -1.56668 48.69987, -1.56668 48.69987, -1.56668 48.69987, -1.56668 48.69987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5138'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70061 -1.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70061 -1.56667)"^^geo:wktLiteral ;
  geo-pos:lat "48.70061"^^xsd:decimal ;
  geo-pos:long "-1.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6343'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56667'^^xsd:double;
  dwc:latitude '48.70061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56667 48.70061, -1.56667 48.70061, -1.56667 48.70061, -1.56667 48.70061, -1.56667 48.70061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6343'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70333 -1.56667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70333 -1.56667)"^^geo:wktLiteral ;
  geo-pos:lat "48.70333"^^xsd:decimal ;
  geo-pos:long "-1.56667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4113'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56667'^^xsd:double;
  dwc:latitude '48.70333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56667 48.70333, -1.56667 48.70333, -1.56667 48.70333, -1.56667 48.70333, -1.56667 48.70333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4113'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66545 -1.56666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66545 -1.56666)"^^geo:wktLiteral ;
  geo-pos:lat "48.66545"^^xsd:decimal ;
  geo-pos:long "-1.56666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7131'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56666'^^xsd:double;
  dwc:latitude '48.66545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56666 48.66545, -1.56666 48.66545, -1.56666 48.66545, -1.56666 48.66545, -1.56666 48.66545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7131'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71376 -1.56666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71376 -1.56666)"^^geo:wktLiteral ;
  geo-pos:lat "48.71376"^^xsd:decimal ;
  geo-pos:long "-1.56666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2326'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56666'^^xsd:double;
  dwc:latitude '48.71376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56666 48.71376, -1.56666 48.71376, -1.56666 48.71376, -1.56666 48.71376, -1.56666 48.71376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2326'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72428 -1.56666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72428 -1.56666)"^^geo:wktLiteral ;
  geo-pos:lat "48.72428"^^xsd:decimal ;
  geo-pos:long "-1.56666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3017'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56666'^^xsd:double;
  dwc:latitude '48.72428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56666 48.72428, -1.56666 48.72428, -1.56666 48.72428, -1.56666 48.72428, -1.56666 48.72428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3017'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68627 -1.56665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68627 -1.56665)"^^geo:wktLiteral ;
  geo-pos:lat "48.68627"^^xsd:decimal ;
  geo-pos:long "-1.56665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5884'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56665'^^xsd:double;
  dwc:latitude '48.68627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56665 48.68627, -1.56665 48.68627, -1.56665 48.68627, -1.56665 48.68627, -1.56665 48.68627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5884'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66519 -1.56664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66519"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66519 -1.56664)"^^geo:wktLiteral ;
  geo-pos:lat "48.66519"^^xsd:decimal ;
  geo-pos:long "-1.56664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3884'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56664'^^xsd:double;
  dwc:latitude '48.66519'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56664 48.66519, -1.56664 48.66519, -1.56664 48.66519, -1.56664 48.66519, -1.56664 48.66519))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3884'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7099 -1.56664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7099 -1.56664)"^^geo:wktLiteral ;
  geo-pos:lat "48.7099"^^xsd:decimal ;
  geo-pos:long "-1.56664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5255'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56664'^^xsd:double;
  dwc:latitude '48.7099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56664 48.7099, -1.56664 48.7099, -1.56664 48.7099, -1.56664 48.7099, -1.56664 48.7099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5255'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65348 -1.56663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65348 -1.56663)"^^geo:wktLiteral ;
  geo-pos:lat "48.65348"^^xsd:decimal ;
  geo-pos:long "-1.56663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5898'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56663'^^xsd:double;
  dwc:latitude '48.65348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56663 48.65348, -1.56663 48.65348, -1.56663 48.65348, -1.56663 48.65348, -1.56663 48.65348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5898'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69315 -1.56663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69315 -1.56663)"^^geo:wktLiteral ;
  geo-pos:lat "48.69315"^^xsd:decimal ;
  geo-pos:long "-1.56663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10783'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56663'^^xsd:double;
  dwc:latitude '48.69315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56663 48.69315, -1.56663 48.69315, -1.56663 48.69315, -1.56663 48.69315, -1.56663 48.69315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10783'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73042 -1.56663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73042 -1.56663)"^^geo:wktLiteral ;
  geo-pos:lat "48.73042"^^xsd:decimal ;
  geo-pos:long "-1.56663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6411'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56663'^^xsd:double;
  dwc:latitude '48.73042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56663 48.73042, -1.56663 48.73042, -1.56663 48.73042, -1.56663 48.73042, -1.56663 48.73042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6411'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70533 -1.5666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70533 -1.5666)"^^geo:wktLiteral ;
  geo-pos:lat "48.70533"^^xsd:decimal ;
  geo-pos:long "-1.5666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3090'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5666'^^xsd:double;
  dwc:latitude '48.70533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5666 48.70533, -1.5666 48.70533, -1.5666 48.70533, -1.5666 48.70533, -1.5666 48.70533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3090'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6765 -1.56658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6765 -1.56658)"^^geo:wktLiteral ;
  geo-pos:lat "48.6765"^^xsd:decimal ;
  geo-pos:long "-1.56658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4634'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56658'^^xsd:double;
  dwc:latitude '48.6765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56658 48.6765, -1.56658 48.6765, -1.56658 48.6765, -1.56658 48.6765, -1.56658 48.6765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4634'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71079 -1.56657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71079 -1.56657)"^^geo:wktLiteral ;
  geo-pos:lat "48.71079"^^xsd:decimal ;
  geo-pos:long "-1.56657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7946'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56657'^^xsd:double;
  dwc:latitude '48.71079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56657 48.71079, -1.56657 48.71079, -1.56657 48.71079, -1.56657 48.71079, -1.56657 48.71079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7946'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7264 -1.56657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7264 -1.56657)"^^geo:wktLiteral ;
  geo-pos:lat "48.7264"^^xsd:decimal ;
  geo-pos:long "-1.56657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2371'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56657'^^xsd:double;
  dwc:latitude '48.7264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56657 48.7264, -1.56657 48.7264, -1.56657 48.7264, -1.56657 48.7264, -1.56657 48.7264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2371'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66282 -1.56656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66282 -1.56656)"^^geo:wktLiteral ;
  geo-pos:lat "48.66282"^^xsd:decimal ;
  geo-pos:long "-1.56656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6276'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56656'^^xsd:double;
  dwc:latitude '48.66282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56656 48.66282, -1.56656 48.66282, -1.56656 48.66282, -1.56656 48.66282, -1.56656 48.66282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6276'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68008 -1.56656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68008 -1.56656)"^^geo:wktLiteral ;
  geo-pos:lat "48.68008"^^xsd:decimal ;
  geo-pos:long "-1.56656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6163'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56656'^^xsd:double;
  dwc:latitude '48.68008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56656 48.68008, -1.56656 48.68008, -1.56656 48.68008, -1.56656 48.68008, -1.56656 48.68008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6163'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70742 -1.56656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70742 -1.56656)"^^geo:wktLiteral ;
  geo-pos:lat "48.70742"^^xsd:decimal ;
  geo-pos:long "-1.56656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_982'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56656'^^xsd:double;
  dwc:latitude '48.70742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56656 48.70742, -1.56656 48.70742, -1.56656 48.70742, -1.56656 48.70742, -1.56656 48.70742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_982'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70027 -1.56654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70027 -1.56654)"^^geo:wktLiteral ;
  geo-pos:lat "48.70027"^^xsd:decimal ;
  geo-pos:long "-1.56654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4623'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56654'^^xsd:double;
  dwc:latitude '48.70027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56654 48.70027, -1.56654 48.70027, -1.56654 48.70027, -1.56654 48.70027, -1.56654 48.70027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4623'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70286 -1.56653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70286 -1.56653)"^^geo:wktLiteral ;
  geo-pos:lat "48.70286"^^xsd:decimal ;
  geo-pos:long "-1.56653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4808'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56653'^^xsd:double;
  dwc:latitude '48.70286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56653 48.70286, -1.56653 48.70286, -1.56653 48.70286, -1.56653 48.70286, -1.56653 48.70286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4808'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.56652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.56652)"^^geo:wktLiteral ;
  geo-pos:lat "48.69107"^^xsd:decimal ;
  geo-pos:long "-1.56652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9848'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56652'^^xsd:double;
  dwc:latitude '48.69107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56652 48.69107, -1.56652 48.69107, -1.56652 48.69107, -1.56652 48.69107, -1.56652 48.69107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9848'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66457 -1.56651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66457"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66457 -1.56651)"^^geo:wktLiteral ;
  geo-pos:lat "48.66457"^^xsd:decimal ;
  geo-pos:long "-1.56651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3890'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56651'^^xsd:double;
  dwc:latitude '48.66457'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56651 48.66457, -1.56651 48.66457, -1.56651 48.66457, -1.56651 48.66457, -1.56651 48.66457))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3890'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70258 -1.56651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70258 -1.56651)"^^geo:wktLiteral ;
  geo-pos:lat "48.70258"^^xsd:decimal ;
  geo-pos:long "-1.56651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10465'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56651'^^xsd:double;
  dwc:latitude '48.70258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56651 48.70258, -1.56651 48.70258, -1.56651 48.70258, -1.56651 48.70258, -1.56651 48.70258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10465'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71605 -1.56649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71605 -1.56649)"^^geo:wktLiteral ;
  geo-pos:lat "48.71605"^^xsd:decimal ;
  geo-pos:long "-1.56649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3961'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56649'^^xsd:double;
  dwc:latitude '48.71605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56649 48.71605, -1.56649 48.71605, -1.56649 48.71605, -1.56649 48.71605, -1.56649 48.71605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3961'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68337 -1.56648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68337"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68337 -1.56648)"^^geo:wktLiteral ;
  geo-pos:lat "48.68337"^^xsd:decimal ;
  geo-pos:long "-1.56648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6445'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56648'^^xsd:double;
  dwc:latitude '48.68337'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56648 48.68337, -1.56648 48.68337, -1.56648 48.68337, -1.56648 48.68337, -1.56648 48.68337))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6445'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68917 -1.56647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68917 -1.56647)"^^geo:wktLiteral ;
  geo-pos:lat "48.68917"^^xsd:decimal ;
  geo-pos:long "-1.56647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7286'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56647'^^xsd:double;
  dwc:latitude '48.68917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56647 48.68917, -1.56647 48.68917, -1.56647 48.68917, -1.56647 48.68917, -1.56647 48.68917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7286'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72047 -1.56647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72047 -1.56647)"^^geo:wktLiteral ;
  geo-pos:lat "48.72047"^^xsd:decimal ;
  geo-pos:long "-1.56647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4814'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56647'^^xsd:double;
  dwc:latitude '48.72047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56647 48.72047, -1.56647 48.72047, -1.56647 48.72047, -1.56647 48.72047, -1.56647 48.72047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4814'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72812 -1.56647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72812 -1.56647)"^^geo:wktLiteral ;
  geo-pos:lat "48.72812"^^xsd:decimal ;
  geo-pos:long "-1.56647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4319'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56647'^^xsd:double;
  dwc:latitude '48.72812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56647 48.72812, -1.56647 48.72812, -1.56647 48.72812, -1.56647 48.72812, -1.56647 48.72812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4319'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69556 -1.56646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69556 -1.56646)"^^geo:wktLiteral ;
  geo-pos:lat "48.69556"^^xsd:decimal ;
  geo-pos:long "-1.56646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9456'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56646'^^xsd:double;
  dwc:latitude '48.69556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56646 48.69556, -1.56646 48.69556, -1.56646 48.69556, -1.56646 48.69556, -1.56646 48.69556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9456'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71146 -1.56646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71146 -1.56646)"^^geo:wktLiteral ;
  geo-pos:lat "48.71146"^^xsd:decimal ;
  geo-pos:long "-1.56646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7483'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56646'^^xsd:double;
  dwc:latitude '48.71146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56646 48.71146, -1.56646 48.71146, -1.56646 48.71146, -1.56646 48.71146, -1.56646 48.71146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7483'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.669 -1.56645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.669 -1.56645)"^^geo:wktLiteral ;
  geo-pos:lat "48.669"^^xsd:decimal ;
  geo-pos:long "-1.56645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6981'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56645'^^xsd:double;
  dwc:latitude '48.669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56645 48.669, -1.56645 48.669, -1.56645 48.669, -1.56645 48.669, -1.56645 48.669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6981'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67094 -1.56645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67094 -1.56645)"^^geo:wktLiteral ;
  geo-pos:lat "48.67094"^^xsd:decimal ;
  geo-pos:long "-1.56645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_12715'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56645'^^xsd:double;
  dwc:latitude '48.67094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56645 48.67094, -1.56645 48.67094, -1.56645 48.67094, -1.56645 48.67094, -1.56645 48.67094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12715'^^xsd:string;
  dwc:observationDate '2008-01-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67111 -1.56642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67111"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67111 -1.56642)"^^geo:wktLiteral ;
  geo-pos:lat "48.67111"^^xsd:decimal ;
  geo-pos:long "-1.56642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1448'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56642'^^xsd:double;
  dwc:latitude '48.67111'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56642 48.67111, -1.56642 48.67111, -1.56642 48.67111, -1.56642 48.67111, -1.56642 48.67111))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1448'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69768 -1.56642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69768 -1.56642)"^^geo:wktLiteral ;
  geo-pos:lat "48.69768"^^xsd:decimal ;
  geo-pos:long "-1.56642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5343'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56642'^^xsd:double;
  dwc:latitude '48.69768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56642 48.69768, -1.56642 48.69768, -1.56642 48.69768, -1.56642 48.69768, -1.56642 48.69768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5343'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66086 -1.56641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66086 -1.56641)"^^geo:wktLiteral ;
  geo-pos:lat "48.66086"^^xsd:decimal ;
  geo-pos:long "-1.56641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5434'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56641'^^xsd:double;
  dwc:latitude '48.66086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56641 48.66086, -1.56641 48.66086, -1.56641 48.66086, -1.56641 48.66086, -1.56641 48.66086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5434'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7095 -1.56641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7095 -1.56641)"^^geo:wktLiteral ;
  geo-pos:lat "48.7095"^^xsd:decimal ;
  geo-pos:long "-1.56641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3073'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56641'^^xsd:double;
  dwc:latitude '48.7095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56641 48.7095, -1.56641 48.7095, -1.56641 48.7095, -1.56641 48.7095, -1.56641 48.7095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3073'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69961 -1.5664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69961 -1.5664)"^^geo:wktLiteral ;
  geo-pos:lat "48.69961"^^xsd:decimal ;
  geo-pos:long "-1.5664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4622'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5664'^^xsd:double;
  dwc:latitude '48.69961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5664 48.69961, -1.5664 48.69961, -1.5664 48.69961, -1.5664 48.69961, -1.5664 48.69961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4622'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70239 -1.56637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70239"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70239 -1.56637)"^^geo:wktLiteral ;
  geo-pos:lat "48.70239"^^xsd:decimal ;
  geo-pos:long "-1.56637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_979'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56637'^^xsd:double;
  dwc:latitude '48.70239'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56637 48.70239, -1.56637 48.70239, -1.56637 48.70239, -1.56637 48.70239, -1.56637 48.70239))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_979'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70367 -1.56637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70367 -1.56637)"^^geo:wktLiteral ;
  geo-pos:lat "48.70367"^^xsd:decimal ;
  geo-pos:long "-1.56637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8168'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56637'^^xsd:double;
  dwc:latitude '48.70367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56637 48.70367, -1.56637 48.70367, -1.56637 48.70367, -1.56637 48.70367, -1.56637 48.70367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8168'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6981 -1.56636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6981"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6981 -1.56636)"^^geo:wktLiteral ;
  geo-pos:lat "48.6981"^^xsd:decimal ;
  geo-pos:long "-1.56636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6859'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56636'^^xsd:double;
  dwc:latitude '48.6981'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56636 48.6981, -1.56636 48.6981, -1.56636 48.6981, -1.56636 48.6981, -1.56636 48.6981))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6859'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73877 -1.56636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73877 -1.56636)"^^geo:wktLiteral ;
  geo-pos:lat "48.73877"^^xsd:decimal ;
  geo-pos:long "-1.56636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7445'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56636'^^xsd:double;
  dwc:latitude '48.73877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56636 48.73877, -1.56636 48.73877, -1.56636 48.73877, -1.56636 48.73877, -1.56636 48.73877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7445'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66607 -1.56635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66607 -1.56635)"^^geo:wktLiteral ;
  geo-pos:lat "48.66607"^^xsd:decimal ;
  geo-pos:long "-1.56635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5458'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56635'^^xsd:double;
  dwc:latitude '48.66607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56635 48.66607, -1.56635 48.66607, -1.56635 48.66607, -1.56635 48.66607, -1.56635 48.66607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5458'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69931 -1.56634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69931"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69931 -1.56634)"^^geo:wktLiteral ;
  geo-pos:lat "48.69931"^^xsd:decimal ;
  geo-pos:long "-1.56634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4335'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56634'^^xsd:double;
  dwc:latitude '48.69931'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56634 48.69931, -1.56634 48.69931, -1.56634 48.69931, -1.56634 48.69931, -1.56634 48.69931))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4335'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70675 -1.5663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70675 -1.5663)"^^geo:wktLiteral ;
  geo-pos:lat "48.70675"^^xsd:decimal ;
  geo-pos:long "-1.5663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5759'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5663'^^xsd:double;
  dwc:latitude '48.70675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5663 48.70675, -1.5663 48.70675, -1.5663 48.70675, -1.5663 48.70675, -1.5663 48.70675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5759'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71614 -1.56629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71614 -1.56629)"^^geo:wktLiteral ;
  geo-pos:lat "48.71614"^^xsd:decimal ;
  geo-pos:long "-1.56629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8049'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56629'^^xsd:double;
  dwc:latitude '48.71614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56629 48.71614, -1.56629 48.71614, -1.56629 48.71614, -1.56629 48.71614, -1.56629 48.71614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8049'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71707 -1.56629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71707 -1.56629)"^^geo:wktLiteral ;
  geo-pos:lat "48.71707"^^xsd:decimal ;
  geo-pos:long "-1.56629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8077'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56629'^^xsd:double;
  dwc:latitude '48.71707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56629 48.71707, -1.56629 48.71707, -1.56629 48.71707, -1.56629 48.71707, -1.56629 48.71707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8077'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65435 -1.56628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65435 -1.56628)"^^geo:wktLiteral ;
  geo-pos:lat "48.65435"^^xsd:decimal ;
  geo-pos:long "-1.56628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11633'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56628'^^xsd:double;
  dwc:latitude '48.65435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56628 48.65435, -1.56628 48.65435, -1.56628 48.65435, -1.56628 48.65435, -1.56628 48.65435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11633'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69492 -1.56625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69492 -1.56625)"^^geo:wktLiteral ;
  geo-pos:lat "48.69492"^^xsd:decimal ;
  geo-pos:long "-1.56625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3109'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56625'^^xsd:double;
  dwc:latitude '48.69492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56625 48.69492, -1.56625 48.69492, -1.56625 48.69492, -1.56625 48.69492, -1.56625 48.69492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3109'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65817 -1.56624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65817 -1.56624)"^^geo:wktLiteral ;
  geo-pos:lat "48.65817"^^xsd:decimal ;
  geo-pos:long "-1.56624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3642'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56624'^^xsd:double;
  dwc:latitude '48.65817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56624 48.65817, -1.56624 48.65817, -1.56624 48.65817, -1.56624 48.65817, -1.56624 48.65817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3642'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67477 -1.56623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67477 -1.56623)"^^geo:wktLiteral ;
  geo-pos:lat "48.67477"^^xsd:decimal ;
  geo-pos:long "-1.56623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3772'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56623'^^xsd:double;
  dwc:latitude '48.67477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56623 48.67477, -1.56623 48.67477, -1.56623 48.67477, -1.56623 48.67477, -1.56623 48.67477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3772'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70059 -1.56621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70059 -1.56621)"^^geo:wktLiteral ;
  geo-pos:lat "48.70059"^^xsd:decimal ;
  geo-pos:long "-1.56621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4244'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56621'^^xsd:double;
  dwc:latitude '48.70059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56621 48.70059, -1.56621 48.70059, -1.56621 48.70059, -1.56621 48.70059, -1.56621 48.70059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4244'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70648 -1.56621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70648 -1.56621)"^^geo:wktLiteral ;
  geo-pos:lat "48.70648"^^xsd:decimal ;
  geo-pos:long "-1.56621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4762'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '1.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56621'^^xsd:double;
  dwc:latitude '48.70648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56621 48.70648, -1.56621 48.70648, -1.56621 48.70648, -1.56621 48.70648, -1.56621 48.70648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4762'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71709 -1.56621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71709 -1.56621)"^^geo:wktLiteral ;
  geo-pos:lat "48.71709"^^xsd:decimal ;
  geo-pos:long "-1.56621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1210'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56621'^^xsd:double;
  dwc:latitude '48.71709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56621 48.71709, -1.56621 48.71709, -1.56621 48.71709, -1.56621 48.71709, -1.56621 48.71709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1210'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73135 -1.56621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73135 -1.56621)"^^geo:wktLiteral ;
  geo-pos:lat "48.73135"^^xsd:decimal ;
  geo-pos:long "-1.56621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3377'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56621'^^xsd:double;
  dwc:latitude '48.73135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56621 48.73135, -1.56621 48.73135, -1.56621 48.73135, -1.56621 48.73135, -1.56621 48.73135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3377'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67691 -1.56618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67691 -1.56618)"^^geo:wktLiteral ;
  geo-pos:lat "48.67691"^^xsd:decimal ;
  geo-pos:long "-1.56618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7122'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56618'^^xsd:double;
  dwc:latitude '48.67691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56618 48.67691, -1.56618 48.67691, -1.56618 48.67691, -1.56618 48.67691, -1.56618 48.67691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7122'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69958 -1.56617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69958 -1.56617)"^^geo:wktLiteral ;
  geo-pos:lat "48.69958"^^xsd:decimal ;
  geo-pos:long "-1.56617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4606'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56617'^^xsd:double;
  dwc:latitude '48.69958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56617 48.69958, -1.56617 48.69958, -1.56617 48.69958, -1.56617 48.69958, -1.56617 48.69958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4606'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69327 -1.56616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69327 -1.56616)"^^geo:wktLiteral ;
  geo-pos:lat "48.69327"^^xsd:decimal ;
  geo-pos:long "-1.56616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9595'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56616'^^xsd:double;
  dwc:latitude '48.69327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56616 48.69327, -1.56616 48.69327, -1.56616 48.69327, -1.56616 48.69327, -1.56616 48.69327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9595'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73782 -1.56615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73782 -1.56615)"^^geo:wktLiteral ;
  geo-pos:lat "48.73782"^^xsd:decimal ;
  geo-pos:long "-1.56615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9986'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56615'^^xsd:double;
  dwc:latitude '48.73782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56615 48.73782, -1.56615 48.73782, -1.56615 48.73782, -1.56615 48.73782, -1.56615 48.73782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9986'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.709 -1.56614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.709 -1.56614)"^^geo:wktLiteral ;
  geo-pos:lat "48.709"^^xsd:decimal ;
  geo-pos:long "-1.56614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5746'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56614'^^xsd:double;
  dwc:latitude '48.709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56614 48.709, -1.56614 48.709, -1.56614 48.709, -1.56614 48.709, -1.56614 48.709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5746'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73595 -1.56613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73595 -1.56613)"^^geo:wktLiteral ;
  geo-pos:lat "48.73595"^^xsd:decimal ;
  geo-pos:long "-1.56613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1851'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56613'^^xsd:double;
  dwc:latitude '48.73595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56613 48.73595, -1.56613 48.73595, -1.56613 48.73595, -1.56613 48.73595, -1.56613 48.73595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1851'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66893 -1.56612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66893 -1.56612)"^^geo:wktLiteral ;
  geo-pos:lat "48.66893"^^xsd:decimal ;
  geo-pos:long "-1.56612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7427'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56612'^^xsd:double;
  dwc:latitude '48.66893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56612 48.66893, -1.56612 48.66893, -1.56612 48.66893, -1.56612 48.66893, -1.56612 48.66893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7427'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.693 -1.56612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.693 -1.56612)"^^geo:wktLiteral ;
  geo-pos:lat "48.693"^^xsd:decimal ;
  geo-pos:long "-1.56612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10357'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56612'^^xsd:double;
  dwc:latitude '48.693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56612 48.693, -1.56612 48.693, -1.56612 48.693, -1.56612 48.693, -1.56612 48.693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10357'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70045 -1.56611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70045 -1.56611)"^^geo:wktLiteral ;
  geo-pos:lat "48.70045"^^xsd:decimal ;
  geo-pos:long "-1.56611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5237'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56611'^^xsd:double;
  dwc:latitude '48.70045'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56611 48.70045, -1.56611 48.70045, -1.56611 48.70045, -1.56611 48.70045, -1.56611 48.70045))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5237'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69186 -1.5661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69186 -1.5661)"^^geo:wktLiteral ;
  geo-pos:lat "48.69186"^^xsd:decimal ;
  geo-pos:long "-1.5661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10265'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5661'^^xsd:double;
  dwc:latitude '48.69186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5661 48.69186, -1.5661 48.69186, -1.5661 48.69186, -1.5661 48.69186, -1.5661 48.69186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10265'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70425 -1.56609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70425 -1.56609)"^^geo:wktLiteral ;
  geo-pos:lat "48.70425"^^xsd:decimal ;
  geo-pos:long "-1.56609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3131'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56609'^^xsd:double;
  dwc:latitude '48.70425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56609 48.70425, -1.56609 48.70425, -1.56609 48.70425, -1.56609 48.70425, -1.56609 48.70425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3131'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67764 -1.56608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67764 -1.56608)"^^geo:wktLiteral ;
  geo-pos:lat "48.67764"^^xsd:decimal ;
  geo-pos:long "-1.56608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10302'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56608'^^xsd:double;
  dwc:latitude '48.67764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56608 48.67764, -1.56608 48.67764, -1.56608 48.67764, -1.56608 48.67764, -1.56608 48.67764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10302'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66159 -1.56607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66159 -1.56607)"^^geo:wktLiteral ;
  geo-pos:lat "48.66159"^^xsd:decimal ;
  geo-pos:long "-1.56607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6711'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56607'^^xsd:double;
  dwc:latitude '48.66159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56607 48.66159, -1.56607 48.66159, -1.56607 48.66159, -1.56607 48.66159, -1.56607 48.66159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6711'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66673 -1.56607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66673 -1.56607)"^^geo:wktLiteral ;
  geo-pos:lat "48.66673"^^xsd:decimal ;
  geo-pos:long "-1.56607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7212'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56607'^^xsd:double;
  dwc:latitude '48.66673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56607 48.66673, -1.56607 48.66673, -1.56607 48.66673, -1.56607 48.66673, -1.56607 48.66673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7212'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7234 -1.56607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7234 -1.56607)"^^geo:wktLiteral ;
  geo-pos:lat "48.7234"^^xsd:decimal ;
  geo-pos:long "-1.56607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4815'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56607'^^xsd:double;
  dwc:latitude '48.7234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56607 48.7234, -1.56607 48.7234, -1.56607 48.7234, -1.56607 48.7234, -1.56607 48.7234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4815'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72918 -1.56605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72918 -1.56605)"^^geo:wktLiteral ;
  geo-pos:lat "48.72918"^^xsd:decimal ;
  geo-pos:long "-1.56605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2531'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56605'^^xsd:double;
  dwc:latitude '48.72918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56605 48.72918, -1.56605 48.72918, -1.56605 48.72918, -1.56605 48.72918, -1.56605 48.72918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2531'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69141 -1.56604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69141 -1.56604)"^^geo:wktLiteral ;
  geo-pos:lat "48.69141"^^xsd:decimal ;
  geo-pos:long "-1.56604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10010'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56604'^^xsd:double;
  dwc:latitude '48.69141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56604 48.69141, -1.56604 48.69141, -1.56604 48.69141, -1.56604 48.69141, -1.56604 48.69141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10010'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6927 -1.56604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6927 -1.56604)"^^geo:wktLiteral ;
  geo-pos:lat "48.6927"^^xsd:decimal ;
  geo-pos:long "-1.56604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6989'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56604'^^xsd:double;
  dwc:latitude '48.6927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56604 48.6927, -1.56604 48.6927, -1.56604 48.6927, -1.56604 48.6927, -1.56604 48.6927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6989'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67235 -1.56602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67235"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67235 -1.56602)"^^geo:wktLiteral ;
  geo-pos:lat "48.67235"^^xsd:decimal ;
  geo-pos:long "-1.56602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4669'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56602'^^xsd:double;
  dwc:latitude '48.67235'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56602 48.67235, -1.56602 48.67235, -1.56602 48.67235, -1.56602 48.67235, -1.56602 48.67235))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4669'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65343 -1.56601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65343 -1.56601)"^^geo:wktLiteral ;
  geo-pos:lat "48.65343"^^xsd:decimal ;
  geo-pos:long "-1.56601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5808'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56601'^^xsd:double;
  dwc:latitude '48.65343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56601 48.65343, -1.56601 48.65343, -1.56601 48.65343, -1.56601 48.65343, -1.56601 48.65343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5808'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73031 -1.56599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73031 -1.56599)"^^geo:wktLiteral ;
  geo-pos:lat "48.73031"^^xsd:decimal ;
  geo-pos:long "-1.56599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9762'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56599'^^xsd:double;
  dwc:latitude '48.73031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56599 48.73031, -1.56599 48.73031, -1.56599 48.73031, -1.56599 48.73031, -1.56599 48.73031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9762'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66353 -1.56598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66353 -1.56598)"^^geo:wktLiteral ;
  geo-pos:lat "48.66353"^^xsd:decimal ;
  geo-pos:long "-1.56598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6418'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56598'^^xsd:double;
  dwc:latitude '48.66353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56598 48.66353, -1.56598 48.66353, -1.56598 48.66353, -1.56598 48.66353, -1.56598 48.66353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6418'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73516 -1.56598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73516 -1.56598)"^^geo:wktLiteral ;
  geo-pos:lat "48.73516"^^xsd:decimal ;
  geo-pos:long "-1.56598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7424'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56598'^^xsd:double;
  dwc:latitude '48.73516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56598 48.73516, -1.56598 48.73516, -1.56598 48.73516, -1.56598 48.73516, -1.56598 48.73516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7424'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66395 -1.56597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66395 -1.56597)"^^geo:wktLiteral ;
  geo-pos:lat "48.66395"^^xsd:decimal ;
  geo-pos:long "-1.56597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7056'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56597'^^xsd:double;
  dwc:latitude '48.66395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56597 48.66395, -1.56597 48.66395, -1.56597 48.66395, -1.56597 48.66395, -1.56597 48.66395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7056'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72441 -1.56597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72441 -1.56597)"^^geo:wktLiteral ;
  geo-pos:lat "48.72441"^^xsd:decimal ;
  geo-pos:long "-1.56597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2613'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56597'^^xsd:double;
  dwc:latitude '48.72441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56597 48.72441, -1.56597 48.72441, -1.56597 48.72441, -1.56597 48.72441, -1.56597 48.72441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2613'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67755 -1.56596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67755 -1.56596)"^^geo:wktLiteral ;
  geo-pos:lat "48.67755"^^xsd:decimal ;
  geo-pos:long "-1.56596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2295'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56596'^^xsd:double;
  dwc:latitude '48.67755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56596 48.67755, -1.56596 48.67755, -1.56596 48.67755, -1.56596 48.67755, -1.56596 48.67755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2295'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66491 -1.56595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66491 -1.56595)"^^geo:wktLiteral ;
  geo-pos:lat "48.66491"^^xsd:decimal ;
  geo-pos:long "-1.56595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3889'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56595'^^xsd:double;
  dwc:latitude '48.66491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56595 48.66491, -1.56595 48.66491, -1.56595 48.66491, -1.56595 48.66491, -1.56595 48.66491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3889'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71795 -1.56595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71795 -1.56595)"^^geo:wktLiteral ;
  geo-pos:lat "48.71795"^^xsd:decimal ;
  geo-pos:long "-1.56595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4251'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56595'^^xsd:double;
  dwc:latitude '48.71795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56595 48.71795, -1.56595 48.71795, -1.56595 48.71795, -1.56595 48.71795, -1.56595 48.71795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4251'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69396 -1.56591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69396 -1.56591)"^^geo:wktLiteral ;
  geo-pos:lat "48.69396"^^xsd:decimal ;
  geo-pos:long "-1.56591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8748'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56591'^^xsd:double;
  dwc:latitude '48.69396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56591 48.69396, -1.56591 48.69396, -1.56591 48.69396, -1.56591 48.69396, -1.56591 48.69396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8748'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72784 -1.5659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72784 -1.5659)"^^geo:wktLiteral ;
  geo-pos:lat "48.72784"^^xsd:decimal ;
  geo-pos:long "-1.5659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2928'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5659'^^xsd:double;
  dwc:latitude '48.72784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5659 48.72784, -1.5659 48.72784, -1.5659 48.72784, -1.5659 48.72784, -1.5659 48.72784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2928'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7162 -1.56589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7162 -1.56589)"^^geo:wktLiteral ;
  geo-pos:lat "48.7162"^^xsd:decimal ;
  geo-pos:long "-1.56589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9756'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56589'^^xsd:double;
  dwc:latitude '48.7162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56589 48.7162, -1.56589 48.7162, -1.56589 48.7162, -1.56589 48.7162, -1.56589 48.7162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9756'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73701 -1.56589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73701 -1.56589)"^^geo:wktLiteral ;
  geo-pos:lat "48.73701"^^xsd:decimal ;
  geo-pos:long "-1.56589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4948'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.96666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56589'^^xsd:double;
  dwc:latitude '48.73701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56589 48.73701, -1.56589 48.73701, -1.56589 48.73701, -1.56589 48.73701, -1.56589 48.73701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4948'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69036 -1.56587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69036 -1.56587)"^^geo:wktLiteral ;
  geo-pos:lat "48.69036"^^xsd:decimal ;
  geo-pos:long "-1.56587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3768'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56587'^^xsd:double;
  dwc:latitude '48.69036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56587 48.69036, -1.56587 48.69036, -1.56587 48.69036, -1.56587 48.69036, -1.56587 48.69036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3768'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70232 -1.56587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70232 -1.56587)"^^geo:wktLiteral ;
  geo-pos:lat "48.70232"^^xsd:decimal ;
  geo-pos:long "-1.56587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5039'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56587'^^xsd:double;
  dwc:latitude '48.70232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56587 48.70232, -1.56587 48.70232, -1.56587 48.70232, -1.56587 48.70232, -1.56587 48.70232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5039'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70316 -1.56586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70316 -1.56586)"^^geo:wktLiteral ;
  geo-pos:lat "48.70316"^^xsd:decimal ;
  geo-pos:long "-1.56586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2664'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56586'^^xsd:double;
  dwc:latitude '48.70316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56586 48.70316, -1.56586 48.70316, -1.56586 48.70316, -1.56586 48.70316, -1.56586 48.70316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2664'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70326 -1.56586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70326 -1.56586)"^^geo:wktLiteral ;
  geo-pos:lat "48.70326"^^xsd:decimal ;
  geo-pos:long "-1.56586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6449'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56586'^^xsd:double;
  dwc:latitude '48.70326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56586 48.70326, -1.56586 48.70326, -1.56586 48.70326, -1.56586 48.70326, -1.56586 48.70326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6449'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.685 -1.56583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_74>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.685 -1.56583)"^^geo:wktLiteral ;
  geo-pos:lat "48.685"^^xsd:decimal ;
  geo-pos:long "-1.56583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_74'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_74'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56583'^^xsd:double;
  dwc:latitude '48.685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56583 48.685, -1.56583 48.685, -1.56583 48.685, -1.56583 48.685, -1.56583 48.685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_74'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70651 -1.56581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70651 -1.56581)"^^geo:wktLiteral ;
  geo-pos:lat "48.70651"^^xsd:decimal ;
  geo-pos:long "-1.56581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2071'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56581'^^xsd:double;
  dwc:latitude '48.70651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56581 48.70651, -1.56581 48.70651, -1.56581 48.70651, -1.56581 48.70651, -1.56581 48.70651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2071'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72835 -1.56581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72835 -1.56581)"^^geo:wktLiteral ;
  geo-pos:lat "48.72835"^^xsd:decimal ;
  geo-pos:long "-1.56581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1864'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56581'^^xsd:double;
  dwc:latitude '48.72835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56581 48.72835, -1.56581 48.72835, -1.56581 48.72835, -1.56581 48.72835, -1.56581 48.72835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1864'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66309 -1.56579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66309 -1.56579)"^^geo:wktLiteral ;
  geo-pos:lat "48.66309"^^xsd:decimal ;
  geo-pos:long "-1.56579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1617'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56579'^^xsd:double;
  dwc:latitude '48.66309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56579 48.66309, -1.56579 48.66309, -1.56579 48.66309, -1.56579 48.66309, -1.56579 48.66309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1617'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72883 -1.56579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72883 -1.56579)"^^geo:wktLiteral ;
  geo-pos:lat "48.72883"^^xsd:decimal ;
  geo-pos:long "-1.56579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2639'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56579'^^xsd:double;
  dwc:latitude '48.72883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56579 48.72883, -1.56579 48.72883, -1.56579 48.72883, -1.56579 48.72883, -1.56579 48.72883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2639'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69803 -1.56578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69803 -1.56578)"^^geo:wktLiteral ;
  geo-pos:lat "48.69803"^^xsd:decimal ;
  geo-pos:long "-1.56578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6733'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56578'^^xsd:double;
  dwc:latitude '48.69803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56578 48.69803, -1.56578 48.69803, -1.56578 48.69803, -1.56578 48.69803, -1.56578 48.69803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6733'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7174 -1.56578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7174 -1.56578)"^^geo:wktLiteral ;
  geo-pos:lat "48.7174"^^xsd:decimal ;
  geo-pos:long "-1.56578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3962'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56578'^^xsd:double;
  dwc:latitude '48.7174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56578 48.7174, -1.56578 48.7174, -1.56578 48.7174, -1.56578 48.7174, -1.56578 48.7174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3962'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72413 -1.56578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72413 -1.56578)"^^geo:wktLiteral ;
  geo-pos:lat "48.72413"^^xsd:decimal ;
  geo-pos:long "-1.56578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3347'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56578'^^xsd:double;
  dwc:latitude '48.72413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56578 48.72413, -1.56578 48.72413, -1.56578 48.72413, -1.56578 48.72413, -1.56578 48.72413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3347'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70004 -1.56576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70004 -1.56576)"^^geo:wktLiteral ;
  geo-pos:lat "48.70004"^^xsd:decimal ;
  geo-pos:long "-1.56576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10386'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56576'^^xsd:double;
  dwc:latitude '48.70004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56576 48.70004, -1.56576 48.70004, -1.56576 48.70004, -1.56576 48.70004, -1.56576 48.70004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10386'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66568 -1.56575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66568 -1.56575)"^^geo:wktLiteral ;
  geo-pos:lat "48.66568"^^xsd:decimal ;
  geo-pos:long "-1.56575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6134'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56575'^^xsd:double;
  dwc:latitude '48.66568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56575 48.66568, -1.56575 48.66568, -1.56575 48.66568, -1.56575 48.66568, -1.56575 48.66568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6134'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72604 -1.56575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72604 -1.56575)"^^geo:wktLiteral ;
  geo-pos:lat "48.72604"^^xsd:decimal ;
  geo-pos:long "-1.56575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8183'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56575'^^xsd:double;
  dwc:latitude '48.72604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56575 48.72604, -1.56575 48.72604, -1.56575 48.72604, -1.56575 48.72604, -1.56575 48.72604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8183'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71711 -1.56573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71711 -1.56573)"^^geo:wktLiteral ;
  geo-pos:lat "48.71711"^^xsd:decimal ;
  geo-pos:long "-1.56573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9703'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56573'^^xsd:double;
  dwc:latitude '48.71711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56573 48.71711, -1.56573 48.71711, -1.56573 48.71711, -1.56573 48.71711, -1.56573 48.71711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9703'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65977 -1.56572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65977 -1.56572)"^^geo:wktLiteral ;
  geo-pos:lat "48.65977"^^xsd:decimal ;
  geo-pos:long "-1.56572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10671'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56572'^^xsd:double;
  dwc:latitude '48.65977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56572 48.65977, -1.56572 48.65977, -1.56572 48.65977, -1.56572 48.65977, -1.56572 48.65977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10671'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70135 -1.5657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70135 -1.5657)"^^geo:wktLiteral ;
  geo-pos:lat "48.70135"^^xsd:decimal ;
  geo-pos:long "-1.5657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4696'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5657'^^xsd:double;
  dwc:latitude '48.70135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5657 48.70135, -1.5657 48.70135, -1.5657 48.70135, -1.5657 48.70135, -1.5657 48.70135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4696'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73461 -1.5657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73461"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73461 -1.5657)"^^geo:wktLiteral ;
  geo-pos:lat "48.73461"^^xsd:decimal ;
  geo-pos:long "-1.5657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3419'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5657'^^xsd:double;
  dwc:latitude '48.73461'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5657 48.73461, -1.5657 48.73461, -1.5657 48.73461, -1.5657 48.73461, -1.5657 48.73461))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3419'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72588 -1.56568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72588 -1.56568)"^^geo:wktLiteral ;
  geo-pos:lat "48.72588"^^xsd:decimal ;
  geo-pos:long "-1.56568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2372'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.18333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56568'^^xsd:double;
  dwc:latitude '48.72588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56568 48.72588, -1.56568 48.72588, -1.56568 48.72588, -1.56568 48.72588, -1.56568 48.72588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2372'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7181 -1.56567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7181 -1.56567)"^^geo:wktLiteral ;
  geo-pos:lat "48.7181"^^xsd:decimal ;
  geo-pos:long "-1.56567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3963'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56567'^^xsd:double;
  dwc:latitude '48.7181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56567 48.7181, -1.56567 48.7181, -1.56567 48.7181, -1.56567 48.7181, -1.56567 48.7181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3963'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65436 -1.56566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65436 -1.56566)"^^geo:wktLiteral ;
  geo-pos:lat "48.65436"^^xsd:decimal ;
  geo-pos:long "-1.56566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12107'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56566'^^xsd:double;
  dwc:latitude '48.65436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56566 48.65436, -1.56566 48.65436, -1.56566 48.65436, -1.56566 48.65436, -1.56566 48.65436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12107'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72872 -1.56566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72872 -1.56566)"^^geo:wktLiteral ;
  geo-pos:lat "48.72872"^^xsd:decimal ;
  geo-pos:long "-1.56566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1815'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56566'^^xsd:double;
  dwc:latitude '48.72872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56566 48.72872, -1.56566 48.72872, -1.56566 48.72872, -1.56566 48.72872, -1.56566 48.72872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1815'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68066 -1.56564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68066 -1.56564)"^^geo:wktLiteral ;
  geo-pos:lat "48.68066"^^xsd:decimal ;
  geo-pos:long "-1.56564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5959'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56564'^^xsd:double;
  dwc:latitude '48.68066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56564 48.68066, -1.56564 48.68066, -1.56564 48.68066, -1.56564 48.68066, -1.56564 48.68066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5959'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69687 -1.56564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69687 -1.56564)"^^geo:wktLiteral ;
  geo-pos:lat "48.69687"^^xsd:decimal ;
  geo-pos:long "-1.56564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4559'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56564'^^xsd:double;
  dwc:latitude '48.69687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56564 48.69687, -1.56564 48.69687, -1.56564 48.69687, -1.56564 48.69687, -1.56564 48.69687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4559'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72478 -1.56562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72478 -1.56562)"^^geo:wktLiteral ;
  geo-pos:lat "48.72478"^^xsd:decimal ;
  geo-pos:long "-1.56562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2455'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56562'^^xsd:double;
  dwc:latitude '48.72478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56562 48.72478, -1.56562 48.72478, -1.56562 48.72478, -1.56562 48.72478, -1.56562 48.72478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2455'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69195 -1.5656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69195 -1.5656)"^^geo:wktLiteral ;
  geo-pos:lat "48.69195"^^xsd:decimal ;
  geo-pos:long "-1.5656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6660'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5656'^^xsd:double;
  dwc:latitude '48.69195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5656 48.69195, -1.5656 48.69195, -1.5656 48.69195, -1.5656 48.69195, -1.5656 48.69195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6660'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71607 -1.56559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71607 -1.56559)"^^geo:wktLiteral ;
  geo-pos:lat "48.71607"^^xsd:decimal ;
  geo-pos:long "-1.56559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9175'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56559'^^xsd:double;
  dwc:latitude '48.71607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56559 48.71607, -1.56559 48.71607, -1.56559 48.71607, -1.56559 48.71607, -1.56559 48.71607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9175'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68427 -1.56557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68427 -1.56557)"^^geo:wktLiteral ;
  geo-pos:lat "48.68427"^^xsd:decimal ;
  geo-pos:long "-1.56557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_455'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56557'^^xsd:double;
  dwc:latitude '48.68427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56557 48.68427, -1.56557 48.68427, -1.56557 48.68427, -1.56557 48.68427, -1.56557 48.68427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_455'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71196 -1.56556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71196 -1.56556)"^^geo:wktLiteral ;
  geo-pos:lat "48.71196"^^xsd:decimal ;
  geo-pos:long "-1.56556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9742'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56556'^^xsd:double;
  dwc:latitude '48.71196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56556 48.71196, -1.56556 48.71196, -1.56556 48.71196, -1.56556 48.71196, -1.56556 48.71196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9742'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72759 -1.56556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72759 -1.56556)"^^geo:wktLiteral ;
  geo-pos:lat "48.72759"^^xsd:decimal ;
  geo-pos:long "-1.56556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1819'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56556'^^xsd:double;
  dwc:latitude '48.72759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56556 48.72759, -1.56556 48.72759, -1.56556 48.72759, -1.56556 48.72759, -1.56556 48.72759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1819'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.56555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.56555)"^^geo:wktLiteral ;
  geo-pos:lat "48.70056"^^xsd:decimal ;
  geo-pos:long "-1.56555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4988'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56555'^^xsd:double;
  dwc:latitude '48.70056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56555 48.70056, -1.56555 48.70056, -1.56555 48.70056, -1.56555 48.70056, -1.56555 48.70056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4988'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70414 -1.56554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70414 -1.56554)"^^geo:wktLiteral ;
  geo-pos:lat "48.70414"^^xsd:decimal ;
  geo-pos:long "-1.56554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2679'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56554'^^xsd:double;
  dwc:latitude '48.70414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56554 48.70414, -1.56554 48.70414, -1.56554 48.70414, -1.56554 48.70414, -1.56554 48.70414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2679'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71878 -1.56554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71878 -1.56554)"^^geo:wktLiteral ;
  geo-pos:lat "48.71878"^^xsd:decimal ;
  geo-pos:long "-1.56554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8153'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56554'^^xsd:double;
  dwc:latitude '48.71878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56554 48.71878, -1.56554 48.71878, -1.56554 48.71878, -1.56554 48.71878, -1.56554 48.71878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8153'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7003 -1.56553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7003 -1.56553)"^^geo:wktLiteral ;
  geo-pos:lat "48.7003"^^xsd:decimal ;
  geo-pos:long "-1.56553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4832'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56553'^^xsd:double;
  dwc:latitude '48.7003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56553 48.7003, -1.56553 48.7003, -1.56553 48.7003, -1.56553 48.7003, -1.56553 48.7003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4832'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70797 -1.56552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70797 -1.56552)"^^geo:wktLiteral ;
  geo-pos:lat "48.70797"^^xsd:decimal ;
  geo-pos:long "-1.56552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_329'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56552'^^xsd:double;
  dwc:latitude '48.70797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56552 48.70797, -1.56552 48.70797, -1.56552 48.70797, -1.56552 48.70797, -1.56552 48.70797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_329'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71069 -1.5655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71069 -1.5655)"^^geo:wktLiteral ;
  geo-pos:lat "48.71069"^^xsd:decimal ;
  geo-pos:long "-1.5655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4185'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5655'^^xsd:double;
  dwc:latitude '48.71069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5655 48.71069, -1.5655 48.71069, -1.5655 48.71069, -1.5655 48.71069, -1.5655 48.71069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4185'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.56549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.56549)"^^geo:wktLiteral ;
  geo-pos:lat "48.70815"^^xsd:decimal ;
  geo-pos:long "-1.56549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5270'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56549'^^xsd:double;
  dwc:latitude '48.70815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56549 48.70815, -1.56549 48.70815, -1.56549 48.70815, -1.56549 48.70815, -1.56549 48.70815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5270'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70319 -1.56548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70319 -1.56548)"^^geo:wktLiteral ;
  geo-pos:lat "48.70319"^^xsd:decimal ;
  geo-pos:long "-1.56548"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1563'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56548'^^xsd:double;
  dwc:latitude '48.70319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56548 48.70319, -1.56548 48.70319, -1.56548 48.70319, -1.56548 48.70319, -1.56548 48.70319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1563'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72285 -1.56546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72285 -1.56546)"^^geo:wktLiteral ;
  geo-pos:lat "48.72285"^^xsd:decimal ;
  geo-pos:long "-1.56546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4737'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '0.33333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56546'^^xsd:double;
  dwc:latitude '48.72285'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56546 48.72285, -1.56546 48.72285, -1.56546 48.72285, -1.56546 48.72285, -1.56546 48.72285))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4737'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70293 -1.56545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70293 -1.56545)"^^geo:wktLiteral ;
  geo-pos:lat "48.70293"^^xsd:decimal ;
  geo-pos:long "-1.56545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1659'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56545'^^xsd:double;
  dwc:latitude '48.70293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56545 48.70293, -1.56545 48.70293, -1.56545 48.70293, -1.56545 48.70293, -1.56545 48.70293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1659'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69079 -1.56544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69079 -1.56544)"^^geo:wktLiteral ;
  geo-pos:lat "48.69079"^^xsd:decimal ;
  geo-pos:long "-1.56544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4752'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56544'^^xsd:double;
  dwc:latitude '48.69079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56544 48.69079, -1.56544 48.69079, -1.56544 48.69079, -1.56544 48.69079, -1.56544 48.69079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4752'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72123 -1.56544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72123"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72123 -1.56544)"^^geo:wktLiteral ;
  geo-pos:lat "48.72123"^^xsd:decimal ;
  geo-pos:long "-1.56544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8152'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56544'^^xsd:double;
  dwc:latitude '48.72123'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56544 48.72123, -1.56544 48.72123, -1.56544 48.72123, -1.56544 48.72123, -1.56544 48.72123))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8152'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66433 -1.56543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66433 -1.56543)"^^geo:wktLiteral ;
  geo-pos:lat "48.66433"^^xsd:decimal ;
  geo-pos:long "-1.56543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7274'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56543'^^xsd:double;
  dwc:latitude '48.66433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56543 48.66433, -1.56543 48.66433, -1.56543 48.66433, -1.56543 48.66433, -1.56543 48.66433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7274'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66484 -1.56543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66484"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66484 -1.56543)"^^geo:wktLiteral ;
  geo-pos:lat "48.66484"^^xsd:decimal ;
  geo-pos:long "-1.56543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3891'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56543'^^xsd:double;
  dwc:latitude '48.66484'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56543 48.66484, -1.56543 48.66484, -1.56543 48.66484, -1.56543 48.66484, -1.56543 48.66484))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3891'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71001 -1.56543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71001 -1.56543)"^^geo:wktLiteral ;
  geo-pos:lat "48.71001"^^xsd:decimal ;
  geo-pos:long "-1.56543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1491'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56543'^^xsd:double;
  dwc:latitude '48.71001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56543 48.71001, -1.56543 48.71001, -1.56543 48.71001, -1.56543 48.71001, -1.56543 48.71001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1491'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66947 -1.56542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66947 -1.56542)"^^geo:wktLiteral ;
  geo-pos:lat "48.66947"^^xsd:decimal ;
  geo-pos:long "-1.56542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_12367'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56542'^^xsd:double;
  dwc:latitude '48.66947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56542 48.66947, -1.56542 48.66947, -1.56542 48.66947, -1.56542 48.66947, -1.56542 48.66947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12367'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67179 -1.56541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67179 -1.56541)"^^geo:wktLiteral ;
  geo-pos:lat "48.67179"^^xsd:decimal ;
  geo-pos:long "-1.56541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7029'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56541'^^xsd:double;
  dwc:latitude '48.67179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56541 48.67179, -1.56541 48.67179, -1.56541 48.67179, -1.56541 48.67179, -1.56541 48.67179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7029'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70812 -1.56541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70812 -1.56541)"^^geo:wktLiteral ;
  geo-pos:lat "48.70812"^^xsd:decimal ;
  geo-pos:long "-1.56541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_622'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56541'^^xsd:double;
  dwc:latitude '48.70812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56541 48.70812, -1.56541 48.70812, -1.56541 48.70812, -1.56541 48.70812, -1.56541 48.70812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_622'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68583 -1.56539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68583 -1.56539)"^^geo:wktLiteral ;
  geo-pos:lat "48.68583"^^xsd:decimal ;
  geo-pos:long "-1.56539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6323'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56539'^^xsd:double;
  dwc:latitude '48.68583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56539 48.68583, -1.56539 48.68583, -1.56539 48.68583, -1.56539 48.68583, -1.56539 48.68583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6323'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70338 -1.56539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70338"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70338 -1.56539)"^^geo:wktLiteral ;
  geo-pos:lat "48.70338"^^xsd:decimal ;
  geo-pos:long "-1.56539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_780'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56539'^^xsd:double;
  dwc:latitude '48.70338'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56539 48.70338, -1.56539 48.70338, -1.56539 48.70338, -1.56539 48.70338, -1.56539 48.70338))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_780'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7143 -1.56536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7143 -1.56536)"^^geo:wktLiteral ;
  geo-pos:lat "48.7143"^^xsd:decimal ;
  geo-pos:long "-1.56536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9993'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56536'^^xsd:double;
  dwc:latitude '48.7143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56536 48.7143, -1.56536 48.7143, -1.56536 48.7143, -1.56536 48.7143, -1.56536 48.7143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9993'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6993 -1.56535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6993"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6993 -1.56535)"^^geo:wktLiteral ;
  geo-pos:lat "48.6993"^^xsd:decimal ;
  geo-pos:long "-1.56535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10385'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56535'^^xsd:double;
  dwc:latitude '48.6993'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56535 48.6993, -1.56535 48.6993, -1.56535 48.6993, -1.56535 48.6993, -1.56535 48.6993))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10385'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70561 -1.56534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70561 -1.56534)"^^geo:wktLiteral ;
  geo-pos:lat "48.70561"^^xsd:decimal ;
  geo-pos:long "-1.56534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1401'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56534'^^xsd:double;
  dwc:latitude '48.70561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56534 48.70561, -1.56534 48.70561, -1.56534 48.70561, -1.56534 48.70561, -1.56534 48.70561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1401'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71104 -1.56534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71104 -1.56534)"^^geo:wktLiteral ;
  geo-pos:lat "48.71104"^^xsd:decimal ;
  geo-pos:long "-1.56534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5271'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56534'^^xsd:double;
  dwc:latitude '48.71104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56534 48.71104, -1.56534 48.71104, -1.56534 48.71104, -1.56534 48.71104, -1.56534 48.71104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5271'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.56532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.56532)"^^geo:wktLiteral ;
  geo-pos:lat "48.70056"^^xsd:decimal ;
  geo-pos:long "-1.56532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4605'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56532'^^xsd:double;
  dwc:latitude '48.70056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56532 48.70056, -1.56532 48.70056, -1.56532 48.70056, -1.56532 48.70056, -1.56532 48.70056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4605'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70143 -1.56532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70143 -1.56532)"^^geo:wktLiteral ;
  geo-pos:lat "48.70143"^^xsd:decimal ;
  geo-pos:long "-1.56532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4444'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56532'^^xsd:double;
  dwc:latitude '48.70143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56532 48.70143, -1.56532 48.70143, -1.56532 48.70143, -1.56532 48.70143, -1.56532 48.70143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4444'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71747 -1.56532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71747"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71747 -1.56532)"^^geo:wktLiteral ;
  geo-pos:lat "48.71747"^^xsd:decimal ;
  geo-pos:long "-1.56532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7366'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56532'^^xsd:double;
  dwc:latitude '48.71747'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56532 48.71747, -1.56532 48.71747, -1.56532 48.71747, -1.56532 48.71747, -1.56532 48.71747))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7366'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66392 -1.56531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66392 -1.56531)"^^geo:wktLiteral ;
  geo-pos:lat "48.66392"^^xsd:decimal ;
  geo-pos:long "-1.56531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6612'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56531'^^xsd:double;
  dwc:latitude '48.66392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56531 48.66392, -1.56531 48.66392, -1.56531 48.66392, -1.56531 48.66392, -1.56531 48.66392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6612'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68918 -1.56531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68918 -1.56531)"^^geo:wktLiteral ;
  geo-pos:lat "48.68918"^^xsd:decimal ;
  geo-pos:long "-1.56531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6868'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56531'^^xsd:double;
  dwc:latitude '48.68918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56531 48.68918, -1.56531 48.68918, -1.56531 48.68918, -1.56531 48.68918, -1.56531 48.68918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6868'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69915 -1.56531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69915 -1.56531)"^^geo:wktLiteral ;
  geo-pos:lat "48.69915"^^xsd:decimal ;
  geo-pos:long "-1.56531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4181'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56531'^^xsd:double;
  dwc:latitude '48.69915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56531 48.69915, -1.56531 48.69915, -1.56531 48.69915, -1.56531 48.69915, -1.56531 48.69915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4181'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7109 -1.56531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7109 -1.56531)"^^geo:wktLiteral ;
  geo-pos:lat "48.7109"^^xsd:decimal ;
  geo-pos:long "-1.56531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6180'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56531'^^xsd:double;
  dwc:latitude '48.7109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56531 48.7109, -1.56531 48.7109, -1.56531 48.7109, -1.56531 48.7109, -1.56531 48.7109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6180'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6649 -1.56529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6649"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6649 -1.56529)"^^geo:wktLiteral ;
  geo-pos:lat "48.6649"^^xsd:decimal ;
  geo-pos:long "-1.56529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7295'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56529'^^xsd:double;
  dwc:latitude '48.6649'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56529 48.6649, -1.56529 48.6649, -1.56529 48.6649, -1.56529 48.6649, -1.56529 48.6649))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7295'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66727 -1.56528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66727 -1.56528)"^^geo:wktLiteral ;
  geo-pos:lat "48.66727"^^xsd:decimal ;
  geo-pos:long "-1.56528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6360'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56528'^^xsd:double;
  dwc:latitude '48.66727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56528 48.66727, -1.56528 48.66727, -1.56528 48.66727, -1.56528 48.66727, -1.56528 48.66727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6360'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69992 -1.56527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69992 -1.56527)"^^geo:wktLiteral ;
  geo-pos:lat "48.69992"^^xsd:decimal ;
  geo-pos:long "-1.56527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4997'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56527'^^xsd:double;
  dwc:latitude '48.69992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56527 48.69992, -1.56527 48.69992, -1.56527 48.69992, -1.56527 48.69992, -1.56527 48.69992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4997'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70088 -1.56527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70088 -1.56527)"^^geo:wktLiteral ;
  geo-pos:lat "48.70088"^^xsd:decimal ;
  geo-pos:long "-1.56527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1716'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56527'^^xsd:double;
  dwc:latitude '48.70088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56527 48.70088, -1.56527 48.70088, -1.56527 48.70088, -1.56527 48.70088, -1.56527 48.70088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1716'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72453 -1.56526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72453 -1.56526)"^^geo:wktLiteral ;
  geo-pos:lat "48.72453"^^xsd:decimal ;
  geo-pos:long "-1.56526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8178'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56526'^^xsd:double;
  dwc:latitude '48.72453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56526 48.72453, -1.56526 48.72453, -1.56526 48.72453, -1.56526 48.72453, -1.56526 48.72453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8178'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72863 -1.56526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72863 -1.56526)"^^geo:wktLiteral ;
  geo-pos:lat "48.72863"^^xsd:decimal ;
  geo-pos:long "-1.56526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2405'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56526'^^xsd:double;
  dwc:latitude '48.72863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56526 48.72863, -1.56526 48.72863, -1.56526 48.72863, -1.56526 48.72863, -1.56526 48.72863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2405'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72906 -1.56526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72906 -1.56526)"^^geo:wktLiteral ;
  geo-pos:lat "48.72906"^^xsd:decimal ;
  geo-pos:long "-1.56526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3378'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56526'^^xsd:double;
  dwc:latitude '48.72906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56526 48.72906, -1.56526 48.72906, -1.56526 48.72906, -1.56526 48.72906, -1.56526 48.72906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3378'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7309 -1.56526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7309 -1.56526)"^^geo:wktLiteral ;
  geo-pos:lat "48.7309"^^xsd:decimal ;
  geo-pos:long "-1.56526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1861'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56526'^^xsd:double;
  dwc:latitude '48.7309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56526 48.7309, -1.56526 48.7309, -1.56526 48.7309, -1.56526 48.7309, -1.56526 48.7309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1861'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66364 -1.56525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66364"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66364 -1.56525)"^^geo:wktLiteral ;
  geo-pos:lat "48.66364"^^xsd:decimal ;
  geo-pos:long "-1.56525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5896'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56525'^^xsd:double;
  dwc:latitude '48.66364'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56525 48.66364, -1.56525 48.66364, -1.56525 48.66364, -1.56525 48.66364, -1.56525 48.66364))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5896'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68822 -1.56524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68822 -1.56524)"^^geo:wktLiteral ;
  geo-pos:lat "48.68822"^^xsd:decimal ;
  geo-pos:long "-1.56524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4724'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56524'^^xsd:double;
  dwc:latitude '48.68822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56524 48.68822, -1.56524 48.68822, -1.56524 48.68822, -1.56524 48.68822, -1.56524 48.68822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4724'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66751 -1.56523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66751"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66751 -1.56523)"^^geo:wktLiteral ;
  geo-pos:lat "48.66751"^^xsd:decimal ;
  geo-pos:long "-1.56523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12289'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56523'^^xsd:double;
  dwc:latitude '48.66751'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56523 48.66751, -1.56523 48.66751, -1.56523 48.66751, -1.56523 48.66751, -1.56523 48.66751))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12289'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73251 -1.56523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73251"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73251 -1.56523)"^^geo:wktLiteral ;
  geo-pos:lat "48.73251"^^xsd:decimal ;
  geo-pos:long "-1.56523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7452'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56523'^^xsd:double;
  dwc:latitude '48.73251'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56523 48.73251, -1.56523 48.73251, -1.56523 48.73251, -1.56523 48.73251, -1.56523 48.73251))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7452'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66279 -1.56522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66279 -1.56522)"^^geo:wktLiteral ;
  geo-pos:lat "48.66279"^^xsd:decimal ;
  geo-pos:long "-1.56522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12262'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56522'^^xsd:double;
  dwc:latitude '48.66279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56522 48.66279, -1.56522 48.66279, -1.56522 48.66279, -1.56522 48.66279, -1.56522 48.66279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12262'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72791 -1.56522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72791"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72791 -1.56522)"^^geo:wktLiteral ;
  geo-pos:lat "48.72791"^^xsd:decimal ;
  geo-pos:long "-1.56522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4760'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56522'^^xsd:double;
  dwc:latitude '48.72791'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56522 48.72791, -1.56522 48.72791, -1.56522 48.72791, -1.56522 48.72791, -1.56522 48.72791))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4760'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70057 -1.56521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70057 -1.56521)"^^geo:wktLiteral ;
  geo-pos:lat "48.70057"^^xsd:decimal ;
  geo-pos:long "-1.56521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4996'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56521'^^xsd:double;
  dwc:latitude '48.70057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56521 48.70057, -1.56521 48.70057, -1.56521 48.70057, -1.56521 48.70057, -1.56521 48.70057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4996'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71893 -1.56521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71893 -1.56521)"^^geo:wktLiteral ;
  geo-pos:lat "48.71893"^^xsd:decimal ;
  geo-pos:long "-1.56521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3998'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56521'^^xsd:double;
  dwc:latitude '48.71893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56521 48.71893, -1.56521 48.71893, -1.56521 48.71893, -1.56521 48.71893, -1.56521 48.71893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3998'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67113 -1.5652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67113 -1.5652)"^^geo:wktLiteral ;
  geo-pos:lat "48.67113"^^xsd:decimal ;
  geo-pos:long "-1.5652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5176'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5652'^^xsd:double;
  dwc:latitude '48.67113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5652 48.67113, -1.5652 48.67113, -1.5652 48.67113, -1.5652 48.67113, -1.5652 48.67113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5176'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69902 -1.5652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69902 -1.5652)"^^geo:wktLiteral ;
  geo-pos:lat "48.69902"^^xsd:decimal ;
  geo-pos:long "-1.5652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4380'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5652'^^xsd:double;
  dwc:latitude '48.69902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5652 48.69902, -1.5652 48.69902, -1.5652 48.69902, -1.5652 48.69902, -1.5652 48.69902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4380'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71407 -1.5652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71407"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71407 -1.5652)"^^geo:wktLiteral ;
  geo-pos:lat "48.71407"^^xsd:decimal ;
  geo-pos:long "-1.5652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4928'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5652'^^xsd:double;
  dwc:latitude '48.71407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5652 48.71407, -1.5652 48.71407, -1.5652 48.71407, -1.5652 48.71407, -1.5652 48.71407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4928'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66708 -1.56519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66708 -1.56519)"^^geo:wktLiteral ;
  geo-pos:lat "48.66708"^^xsd:decimal ;
  geo-pos:long "-1.56519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2590'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56519'^^xsd:double;
  dwc:latitude '48.66708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56519 48.66708, -1.56519 48.66708, -1.56519 48.66708, -1.56519 48.66708, -1.56519 48.66708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2590'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69242 -1.56519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69242 -1.56519)"^^geo:wktLiteral ;
  geo-pos:lat "48.69242"^^xsd:decimal ;
  geo-pos:long "-1.56519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10623'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56519'^^xsd:double;
  dwc:latitude '48.69242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56519 48.69242, -1.56519 48.69242, -1.56519 48.69242, -1.56519 48.69242, -1.56519 48.69242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10623'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66596 -1.56518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66596 -1.56518)"^^geo:wktLiteral ;
  geo-pos:lat "48.66596"^^xsd:decimal ;
  geo-pos:long "-1.56518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7323'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56518'^^xsd:double;
  dwc:latitude '48.66596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56518 48.66596, -1.56518 48.66596, -1.56518 48.66596, -1.56518 48.66596, -1.56518 48.66596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7323'^^xsd:string;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70205 -1.56518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70205"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70205 -1.56518)"^^geo:wktLiteral ;
  geo-pos:lat "48.70205"^^xsd:decimal ;
  geo-pos:long "-1.56518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4590'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56518'^^xsd:double;
  dwc:latitude '48.70205'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56518 48.70205, -1.56518 48.70205, -1.56518 48.70205, -1.56518 48.70205, -1.56518 48.70205))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4590'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70528 -1.56518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70528 -1.56518)"^^geo:wktLiteral ;
  geo-pos:lat "48.70528"^^xsd:decimal ;
  geo-pos:long "-1.56518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2665'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56518'^^xsd:double;
  dwc:latitude '48.70528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56518 48.70528, -1.56518 48.70528, -1.56518 48.70528, -1.56518 48.70528, -1.56518 48.70528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2665'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66547 -1.56517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66547 -1.56517)"^^geo:wktLiteral ;
  geo-pos:lat "48.66547"^^xsd:decimal ;
  geo-pos:long "-1.56517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7133'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56517'^^xsd:double;
  dwc:latitude '48.66547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56517 48.66547, -1.56517 48.66547, -1.56517 48.66547, -1.56517 48.66547, -1.56517 48.66547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7133'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71349 -1.56516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71349"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71349 -1.56516)"^^geo:wktLiteral ;
  geo-pos:lat "48.71349"^^xsd:decimal ;
  geo-pos:long "-1.56516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4173'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56516'^^xsd:double;
  dwc:latitude '48.71349'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56516 48.71349, -1.56516 48.71349, -1.56516 48.71349, -1.56516 48.71349, -1.56516 48.71349))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4173'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66244 -1.56515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66244"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66244 -1.56515)"^^geo:wktLiteral ;
  geo-pos:lat "48.66244"^^xsd:decimal ;
  geo-pos:long "-1.56515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12512'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56515'^^xsd:double;
  dwc:latitude '48.66244'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56515 48.66244, -1.56515 48.66244, -1.56515 48.66244, -1.56515 48.66244, -1.56515 48.66244))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12512'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69889 -1.56514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69889 -1.56514)"^^geo:wktLiteral ;
  geo-pos:lat "48.69889"^^xsd:decimal ;
  geo-pos:long "-1.56514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4165'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56514'^^xsd:double;
  dwc:latitude '48.69889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56514 48.69889, -1.56514 48.69889, -1.56514 48.69889, -1.56514 48.69889, -1.56514 48.69889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4165'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71445 -1.56514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71445 -1.56514)"^^geo:wktLiteral ;
  geo-pos:lat "48.71445"^^xsd:decimal ;
  geo-pos:long "-1.56514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8215'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56514'^^xsd:double;
  dwc:latitude '48.71445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56514 48.71445, -1.56514 48.71445, -1.56514 48.71445, -1.56514 48.71445, -1.56514 48.71445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8215'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69982 -1.56512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69982 -1.56512)"^^geo:wktLiteral ;
  geo-pos:lat "48.69982"^^xsd:decimal ;
  geo-pos:long "-1.56512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3164'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56512'^^xsd:double;
  dwc:latitude '48.69982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56512 48.69982, -1.56512 48.69982, -1.56512 48.69982, -1.56512 48.69982, -1.56512 48.69982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3164'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71201 -1.56512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71201 -1.56512)"^^geo:wktLiteral ;
  geo-pos:lat "48.71201"^^xsd:decimal ;
  geo-pos:long "-1.56512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4183'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56512'^^xsd:double;
  dwc:latitude '48.71201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56512 48.71201, -1.56512 48.71201, -1.56512 48.71201, -1.56512 48.71201, -1.56512 48.71201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4183'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69911 -1.56511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69911 -1.56511)"^^geo:wktLiteral ;
  geo-pos:lat "48.69911"^^xsd:decimal ;
  geo-pos:long "-1.56511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1422'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56511'^^xsd:double;
  dwc:latitude '48.69911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56511 48.69911, -1.56511 48.69911, -1.56511 48.69911, -1.56511 48.69911, -1.56511 48.69911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1422'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70237 -1.56511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70237 -1.56511)"^^geo:wktLiteral ;
  geo-pos:lat "48.70237"^^xsd:decimal ;
  geo-pos:long "-1.56511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4589'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56511'^^xsd:double;
  dwc:latitude '48.70237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56511 48.70237, -1.56511 48.70237, -1.56511 48.70237, -1.56511 48.70237, -1.56511 48.70237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4589'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7162 -1.5651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7162 -1.5651)"^^geo:wktLiteral ;
  geo-pos:lat "48.7162"^^xsd:decimal ;
  geo-pos:long "-1.5651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8048'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5651'^^xsd:double;
  dwc:latitude '48.7162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5651 48.7162, -1.5651 48.7162, -1.5651 48.7162, -1.5651 48.7162, -1.5651 48.7162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8048'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66273 -1.56509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66273 -1.56509)"^^geo:wktLiteral ;
  geo-pos:lat "48.66273"^^xsd:decimal ;
  geo-pos:long "-1.56509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_12513'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56509'^^xsd:double;
  dwc:latitude '48.66273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56509 48.66273, -1.56509 48.66273, -1.56509 48.66273, -1.56509 48.66273, -1.56509 48.66273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12513'^^xsd:string;
  dwc:observationDate '2008-01-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6951 -1.56509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6951"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6951 -1.56509)"^^geo:wktLiteral ;
  geo-pos:lat "48.6951"^^xsd:decimal ;
  geo-pos:long "-1.56509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4698'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56509'^^xsd:double;
  dwc:latitude '48.6951'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56509 48.6951, -1.56509 48.6951, -1.56509 48.6951, -1.56509 48.6951, -1.56509 48.6951))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4698'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70547 -1.56508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70547 -1.56508)"^^geo:wktLiteral ;
  geo-pos:lat "48.70547"^^xsd:decimal ;
  geo-pos:long "-1.56508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1402'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56508'^^xsd:double;
  dwc:latitude '48.70547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56508 48.70547, -1.56508 48.70547, -1.56508 48.70547, -1.56508 48.70547, -1.56508 48.70547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1402'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71641 -1.56508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71641 -1.56508)"^^geo:wktLiteral ;
  geo-pos:lat "48.71641"^^xsd:decimal ;
  geo-pos:long "-1.56508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8557'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56508'^^xsd:double;
  dwc:latitude '48.71641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56508 48.71641, -1.56508 48.71641, -1.56508 48.71641, -1.56508 48.71641, -1.56508 48.71641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8557'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66597 -1.56507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66597"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66597 -1.56507)"^^geo:wktLiteral ;
  geo-pos:lat "48.66597"^^xsd:decimal ;
  geo-pos:long "-1.56507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3773'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56507'^^xsd:double;
  dwc:latitude '48.66597'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56507 48.66597, -1.56507 48.66597, -1.56507 48.66597, -1.56507 48.66597, -1.56507 48.66597))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3773'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70479 -1.56507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70479 -1.56507)"^^geo:wktLiteral ;
  geo-pos:lat "48.70479"^^xsd:decimal ;
  geo-pos:long "-1.56507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2703'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56507'^^xsd:double;
  dwc:latitude '48.70479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56507 48.70479, -1.56507 48.70479, -1.56507 48.70479, -1.56507 48.70479, -1.56507 48.70479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2703'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.56506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.56506)"^^geo:wktLiteral ;
  geo-pos:lat "48.69174"^^xsd:decimal ;
  geo-pos:long "-1.56506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6901'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56506'^^xsd:double;
  dwc:latitude '48.69174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56506 48.69174, -1.56506 48.69174, -1.56506 48.69174, -1.56506 48.69174, -1.56506 48.69174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6901'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66264 -1.56504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66264 -1.56504)"^^geo:wktLiteral ;
  geo-pos:lat "48.66264"^^xsd:decimal ;
  geo-pos:long "-1.56504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3893'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56504'^^xsd:double;
  dwc:latitude '48.66264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56504 48.66264, -1.56504 48.66264, -1.56504 48.66264, -1.56504 48.66264, -1.56504 48.66264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3893'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69063 -1.56501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69063 -1.56501)"^^geo:wktLiteral ;
  geo-pos:lat "48.69063"^^xsd:decimal ;
  geo-pos:long "-1.56501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5909'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56501'^^xsd:double;
  dwc:latitude '48.69063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56501 48.69063, -1.56501 48.69063, -1.56501 48.69063, -1.56501 48.69063, -1.56501 48.69063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5909'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71071 -1.56501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71071"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71071 -1.56501)"^^geo:wktLiteral ;
  geo-pos:lat "48.71071"^^xsd:decimal ;
  geo-pos:long "-1.56501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3134'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56501'^^xsd:double;
  dwc:latitude '48.71071'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56501 48.71071, -1.56501 48.71071, -1.56501 48.71071, -1.56501 48.71071, -1.56501 48.71071))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3134'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66835 -1.565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66835 -1.565)"^^geo:wktLiteral ;
  geo-pos:lat "48.66835"^^xsd:decimal ;
  geo-pos:long "-1.565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3125'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.565'^^xsd:double;
  dwc:latitude '48.66835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.565 48.66835, -1.565 48.66835, -1.565 48.66835, -1.565 48.66835, -1.565 48.66835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3125'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73066 -1.56499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73066 -1.56499)"^^geo:wktLiteral ;
  geo-pos:lat "48.73066"^^xsd:decimal ;
  geo-pos:long "-1.56499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9114'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56499'^^xsd:double;
  dwc:latitude '48.73066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56499 48.73066, -1.56499 48.73066, -1.56499 48.73066, -1.56499 48.73066, -1.56499 48.73066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9114'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73708 -1.56499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73708 -1.56499)"^^geo:wktLiteral ;
  geo-pos:lat "48.73708"^^xsd:decimal ;
  geo-pos:long "-1.56499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10204'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56499'^^xsd:double;
  dwc:latitude '48.73708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56499 48.73708, -1.56499 48.73708, -1.56499 48.73708, -1.56499 48.73708, -1.56499 48.73708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10204'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.56498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.56498)"^^geo:wktLiteral ;
  geo-pos:lat "48.71052"^^xsd:decimal ;
  geo-pos:long "-1.56498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8910'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56498'^^xsd:double;
  dwc:latitude '48.71052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56498 48.71052, -1.56498 48.71052, -1.56498 48.71052, -1.56498 48.71052, -1.56498 48.71052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8910'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72843 -1.56498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72843 -1.56498)"^^geo:wktLiteral ;
  geo-pos:lat "48.72843"^^xsd:decimal ;
  geo-pos:long "-1.56498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7515'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56498'^^xsd:double;
  dwc:latitude '48.72843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56498 48.72843, -1.56498 48.72843, -1.56498 48.72843, -1.56498 48.72843, -1.56498 48.72843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7515'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67851 -1.56497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67851"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67851 -1.56497)"^^geo:wktLiteral ;
  geo-pos:lat "48.67851"^^xsd:decimal ;
  geo-pos:long "-1.56497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6848'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56497'^^xsd:double;
  dwc:latitude '48.67851'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56497 48.67851, -1.56497 48.67851, -1.56497 48.67851, -1.56497 48.67851, -1.56497 48.67851))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6848'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69939 -1.56497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69939 -1.56497)"^^geo:wktLiteral ;
  geo-pos:lat "48.69939"^^xsd:decimal ;
  geo-pos:long "-1.56497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5390'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56497'^^xsd:double;
  dwc:latitude '48.69939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56497 48.69939, -1.56497 48.69939, -1.56497 48.69939, -1.56497 48.69939, -1.56497 48.69939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5390'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70511 -1.56497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70511 -1.56497)"^^geo:wktLiteral ;
  geo-pos:lat "48.70511"^^xsd:decimal ;
  geo-pos:long "-1.56497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2133'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56497'^^xsd:double;
  dwc:latitude '48.70511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56497 48.70511, -1.56497 48.70511, -1.56497 48.70511, -1.56497 48.70511, -1.56497 48.70511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2133'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68744 -1.56496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68744 -1.56496)"^^geo:wktLiteral ;
  geo-pos:lat "48.68744"^^xsd:decimal ;
  geo-pos:long "-1.56496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6680'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56496'^^xsd:double;
  dwc:latitude '48.68744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56496 48.68744, -1.56496 48.68744, -1.56496 48.68744, -1.56496 48.68744, -1.56496 48.68744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6680'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71699 -1.56496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71699 -1.56496)"^^geo:wktLiteral ;
  geo-pos:lat "48.71699"^^xsd:decimal ;
  geo-pos:long "-1.56496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3545'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56496'^^xsd:double;
  dwc:latitude '48.71699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56496 48.71699, -1.56496 48.71699, -1.56496 48.71699, -1.56496 48.71699, -1.56496 48.71699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3545'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7125 -1.56495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7125 -1.56495)"^^geo:wktLiteral ;
  geo-pos:lat "48.7125"^^xsd:decimal ;
  geo-pos:long "-1.56495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5473'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56495'^^xsd:double;
  dwc:latitude '48.7125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56495 48.7125, -1.56495 48.7125, -1.56495 48.7125, -1.56495 48.7125, -1.56495 48.7125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5473'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71792 -1.56495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71792 -1.56495)"^^geo:wktLiteral ;
  geo-pos:lat "48.71792"^^xsd:decimal ;
  geo-pos:long "-1.56495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3964'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56495'^^xsd:double;
  dwc:latitude '48.71792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56495 48.71792, -1.56495 48.71792, -1.56495 48.71792, -1.56495 48.71792, -1.56495 48.71792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3964'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70739 -1.56494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70739 -1.56494)"^^geo:wktLiteral ;
  geo-pos:lat "48.70739"^^xsd:decimal ;
  geo-pos:long "-1.56494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_569'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56494'^^xsd:double;
  dwc:latitude '48.70739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56494 48.70739, -1.56494 48.70739, -1.56494 48.70739, -1.56494 48.70739, -1.56494 48.70739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_569'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67316 -1.56493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67316 -1.56493)"^^geo:wktLiteral ;
  geo-pos:lat "48.67316"^^xsd:decimal ;
  geo-pos:long "-1.56493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6849'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56493'^^xsd:double;
  dwc:latitude '48.67316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56493 48.67316, -1.56493 48.67316, -1.56493 48.67316, -1.56493 48.67316, -1.56493 48.67316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6849'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69545 -1.56493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69545 -1.56493)"^^geo:wktLiteral ;
  geo-pos:lat "48.69545"^^xsd:decimal ;
  geo-pos:long "-1.56493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4957'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56493'^^xsd:double;
  dwc:latitude '48.69545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56493 48.69545, -1.56493 48.69545, -1.56493 48.69545, -1.56493 48.69545, -1.56493 48.69545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4957'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69203 -1.56491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69203 -1.56491)"^^geo:wktLiteral ;
  geo-pos:lat "48.69203"^^xsd:decimal ;
  geo-pos:long "-1.56491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6102'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56491'^^xsd:double;
  dwc:latitude '48.69203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56491 48.69203, -1.56491 48.69203, -1.56491 48.69203, -1.56491 48.69203, -1.56491 48.69203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6102'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66432 -1.5649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66432 -1.5649)"^^geo:wktLiteral ;
  geo-pos:lat "48.66432"^^xsd:decimal ;
  geo-pos:long "-1.5649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7002'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5649'^^xsd:double;
  dwc:latitude '48.66432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5649 48.66432, -1.5649 48.66432, -1.5649 48.66432, -1.5649 48.66432, -1.5649 48.66432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7002'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70044 -1.56488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70044 -1.56488)"^^geo:wktLiteral ;
  geo-pos:lat "48.70044"^^xsd:decimal ;
  geo-pos:long "-1.56488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4381'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56488'^^xsd:double;
  dwc:latitude '48.70044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56488 48.70044, -1.56488 48.70044, -1.56488 48.70044, -1.56488 48.70044, -1.56488 48.70044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4381'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7258 -1.56487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7258 -1.56487)"^^geo:wktLiteral ;
  geo-pos:lat "48.7258"^^xsd:decimal ;
  geo-pos:long "-1.56487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7397'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56487'^^xsd:double;
  dwc:latitude '48.7258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56487 48.7258, -1.56487 48.7258, -1.56487 48.7258, -1.56487 48.7258, -1.56487 48.7258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7397'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66767 -1.56485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66767 -1.56485)"^^geo:wktLiteral ;
  geo-pos:lat "48.66767"^^xsd:decimal ;
  geo-pos:long "-1.56485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3861'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56485'^^xsd:double;
  dwc:latitude '48.66767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56485 48.66767, -1.56485 48.66767, -1.56485 48.66767, -1.56485 48.66767, -1.56485 48.66767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3861'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72585 -1.56485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72585 -1.56485)"^^geo:wktLiteral ;
  geo-pos:lat "48.72585"^^xsd:decimal ;
  geo-pos:long "-1.56485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2378'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56485'^^xsd:double;
  dwc:latitude '48.72585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56485 48.72585, -1.56485 48.72585, -1.56485 48.72585, -1.56485 48.72585, -1.56485 48.72585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2378'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73258 -1.56484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73258 -1.56484)"^^geo:wktLiteral ;
  geo-pos:lat "48.73258"^^xsd:decimal ;
  geo-pos:long "-1.56484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7451'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56484'^^xsd:double;
  dwc:latitude '48.73258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56484 48.73258, -1.56484 48.73258, -1.56484 48.73258, -1.56484 48.73258, -1.56484 48.73258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7451'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70841 -1.56483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70841 -1.56483)"^^geo:wktLiteral ;
  geo-pos:lat "48.70841"^^xsd:decimal ;
  geo-pos:long "-1.56483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4536'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56483'^^xsd:double;
  dwc:latitude '48.70841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56483 48.70841, -1.56483 48.70841, -1.56483 48.70841, -1.56483 48.70841, -1.56483 48.70841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4536'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73093 -1.56482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73093 -1.56482)"^^geo:wktLiteral ;
  geo-pos:lat "48.73093"^^xsd:decimal ;
  geo-pos:long "-1.56482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9414'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56482'^^xsd:double;
  dwc:latitude '48.73093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56482 48.73093, -1.56482 48.73093, -1.56482 48.73093, -1.56482 48.73093, -1.56482 48.73093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9414'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67102 -1.5648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67102 -1.5648)"^^geo:wktLiteral ;
  geo-pos:lat "48.67102"^^xsd:decimal ;
  geo-pos:long "-1.5648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1351'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5648'^^xsd:double;
  dwc:latitude '48.67102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5648 48.67102, -1.5648 48.67102, -1.5648 48.67102, -1.5648 48.67102, -1.5648 48.67102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1351'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72828 -1.5648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72828 -1.5648)"^^geo:wktLiteral ;
  geo-pos:lat "48.72828"^^xsd:decimal ;
  geo-pos:long "-1.5648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2640'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5648'^^xsd:double;
  dwc:latitude '48.72828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5648 48.72828, -1.5648 48.72828, -1.5648 48.72828, -1.5648 48.72828, -1.5648 48.72828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2640'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.56477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.56477)"^^geo:wktLiteral ;
  geo-pos:lat "48.69827"^^xsd:decimal ;
  geo-pos:long "-1.56477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5027'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56477'^^xsd:double;
  dwc:latitude '48.69827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56477 48.69827, -1.56477 48.69827, -1.56477 48.69827, -1.56477 48.69827, -1.56477 48.69827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5027'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72835 -1.56477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72835 -1.56477)"^^geo:wktLiteral ;
  geo-pos:lat "48.72835"^^xsd:decimal ;
  geo-pos:long "-1.56477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1814'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56477'^^xsd:double;
  dwc:latitude '48.72835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56477 48.72835, -1.56477 48.72835, -1.56477 48.72835, -1.56477 48.72835, -1.56477 48.72835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1814'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66489 -1.56476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66489 -1.56476)"^^geo:wktLiteral ;
  geo-pos:lat "48.66489"^^xsd:decimal ;
  geo-pos:long "-1.56476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3744'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56476'^^xsd:double;
  dwc:latitude '48.66489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56476 48.66489, -1.56476 48.66489, -1.56476 48.66489, -1.56476 48.66489, -1.56476 48.66489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3744'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66504 -1.56476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66504 -1.56476)"^^geo:wktLiteral ;
  geo-pos:lat "48.66504"^^xsd:decimal ;
  geo-pos:long "-1.56476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7185'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56476'^^xsd:double;
  dwc:latitude '48.66504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56476 48.66504, -1.56476 48.66504, -1.56476 48.66504, -1.56476 48.66504, -1.56476 48.66504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7185'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66002 -1.56474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66002 -1.56474)"^^geo:wktLiteral ;
  geo-pos:lat "48.66002"^^xsd:decimal ;
  geo-pos:long "-1.56474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10759'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56474'^^xsd:double;
  dwc:latitude '48.66002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56474 48.66002, -1.56474 48.66002, -1.56474 48.66002, -1.56474 48.66002, -1.56474 48.66002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10759'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66774 -1.56474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66774 -1.56474)"^^geo:wktLiteral ;
  geo-pos:lat "48.66774"^^xsd:decimal ;
  geo-pos:long "-1.56474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1919'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56474'^^xsd:double;
  dwc:latitude '48.66774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56474 48.66774, -1.56474 48.66774, -1.56474 48.66774, -1.56474 48.66774, -1.56474 48.66774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1919'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71393 -1.56474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71393 -1.56474)"^^geo:wktLiteral ;
  geo-pos:lat "48.71393"^^xsd:decimal ;
  geo-pos:long "-1.56474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4160'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56474'^^xsd:double;
  dwc:latitude '48.71393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56474 48.71393, -1.56474 48.71393, -1.56474 48.71393, -1.56474 48.71393, -1.56474 48.71393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4160'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65786 -1.56473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65786 -1.56473)"^^geo:wktLiteral ;
  geo-pos:lat "48.65786"^^xsd:decimal ;
  geo-pos:long "-1.56473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4636'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56473'^^xsd:double;
  dwc:latitude '48.65786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56473 48.65786, -1.56473 48.65786, -1.56473 48.65786, -1.56473 48.65786, -1.56473 48.65786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4636'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68481 -1.56473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68481 -1.56473)"^^geo:wktLiteral ;
  geo-pos:lat "48.68481"^^xsd:decimal ;
  geo-pos:long "-1.56473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3988'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56473'^^xsd:double;
  dwc:latitude '48.68481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56473 48.68481, -1.56473 48.68481, -1.56473 48.68481, -1.56473 48.68481, -1.56473 48.68481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3988'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68969 -1.56472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68969 -1.56472)"^^geo:wktLiteral ;
  geo-pos:lat "48.68969"^^xsd:decimal ;
  geo-pos:long "-1.56472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_433'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56472'^^xsd:double;
  dwc:latitude '48.68969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56472 48.68969, -1.56472 48.68969, -1.56472 48.68969, -1.56472 48.68969, -1.56472 48.68969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_433'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70063 -1.56472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70063 -1.56472)"^^geo:wktLiteral ;
  geo-pos:lat "48.70063"^^xsd:decimal ;
  geo-pos:long "-1.56472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4458'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56472'^^xsd:double;
  dwc:latitude '48.70063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56472 48.70063, -1.56472 48.70063, -1.56472 48.70063, -1.56472 48.70063, -1.56472 48.70063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4458'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70554 -1.56471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70554 -1.56471)"^^geo:wktLiteral ;
  geo-pos:lat "48.70554"^^xsd:decimal ;
  geo-pos:long "-1.56471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1272'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56471'^^xsd:double;
  dwc:latitude '48.70554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56471 48.70554, -1.56471 48.70554, -1.56471 48.70554, -1.56471 48.70554, -1.56471 48.70554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1272'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72586 -1.56471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72586 -1.56471)"^^geo:wktLiteral ;
  geo-pos:lat "48.72586"^^xsd:decimal ;
  geo-pos:long "-1.56471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2379'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56471'^^xsd:double;
  dwc:latitude '48.72586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56471 48.72586, -1.56471 48.72586, -1.56471 48.72586, -1.56471 48.72586, -1.56471 48.72586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2379'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6543 -1.5647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6543 -1.5647)"^^geo:wktLiteral ;
  geo-pos:lat "48.6543"^^xsd:decimal ;
  geo-pos:long "-1.5647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_12552'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5647'^^xsd:double;
  dwc:latitude '48.6543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5647 48.6543, -1.5647 48.6543, -1.5647 48.6543, -1.5647 48.6543, -1.5647 48.6543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12552'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73273 -1.56469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73273 -1.56469)"^^geo:wktLiteral ;
  geo-pos:lat "48.73273"^^xsd:decimal ;
  geo-pos:long "-1.56469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7698'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56469'^^xsd:double;
  dwc:latitude '48.73273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56469 48.73273, -1.56469 48.73273, -1.56469 48.73273, -1.56469 48.73273, -1.56469 48.73273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7698'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66165 -1.56467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66165 -1.56467)"^^geo:wktLiteral ;
  geo-pos:lat "48.66165"^^xsd:decimal ;
  geo-pos:long "-1.56467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7324'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56467'^^xsd:double;
  dwc:latitude '48.66165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56467 48.66165, -1.56467 48.66165, -1.56467 48.66165, -1.56467 48.66165, -1.56467 48.66165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7324'^^xsd:string;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67392 -1.56466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67392 -1.56466)"^^geo:wktLiteral ;
  geo-pos:lat "48.67392"^^xsd:decimal ;
  geo-pos:long "-1.56466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6872'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56466'^^xsd:double;
  dwc:latitude '48.67392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56466 48.67392, -1.56466 48.67392, -1.56466 48.67392, -1.56466 48.67392, -1.56466 48.67392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6872'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6995 -1.56466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6995 -1.56466)"^^geo:wktLiteral ;
  geo-pos:lat "48.6995"^^xsd:decimal ;
  geo-pos:long "-1.56466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1717'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56466'^^xsd:double;
  dwc:latitude '48.6995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56466 48.6995, -1.56466 48.6995, -1.56466 48.6995, -1.56466 48.6995, -1.56466 48.6995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1717'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73031 -1.56466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73031 -1.56466)"^^geo:wktLiteral ;
  geo-pos:lat "48.73031"^^xsd:decimal ;
  geo-pos:long "-1.56466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2909'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56466'^^xsd:double;
  dwc:latitude '48.73031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56466 48.73031, -1.56466 48.73031, -1.56466 48.73031, -1.56466 48.73031, -1.56466 48.73031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2909'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69777 -1.56465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69777 -1.56465)"^^geo:wktLiteral ;
  geo-pos:lat "48.69777"^^xsd:decimal ;
  geo-pos:long "-1.56465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4194'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56465'^^xsd:double;
  dwc:latitude '48.69777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56465 48.69777, -1.56465 48.69777, -1.56465 48.69777, -1.56465 48.69777, -1.56465 48.69777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4194'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73254 -1.56465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73254 -1.56465)"^^geo:wktLiteral ;
  geo-pos:lat "48.73254"^^xsd:decimal ;
  geo-pos:long "-1.56465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7450'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56465'^^xsd:double;
  dwc:latitude '48.73254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56465 48.73254, -1.56465 48.73254, -1.56465 48.73254, -1.56465 48.73254, -1.56465 48.73254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7450'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72064 -1.56464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72064 -1.56464)"^^geo:wktLiteral ;
  geo-pos:lat "48.72064"^^xsd:decimal ;
  geo-pos:long "-1.56464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7634'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56464'^^xsd:double;
  dwc:latitude '48.72064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56464 48.72064, -1.56464 48.72064, -1.56464 48.72064, -1.56464 48.72064, -1.56464 48.72064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7634'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6592 -1.56463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6592 -1.56463)"^^geo:wktLiteral ;
  geo-pos:lat "48.6592"^^xsd:decimal ;
  geo-pos:long "-1.56463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12620'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56463'^^xsd:double;
  dwc:latitude '48.6592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56463 48.6592, -1.56463 48.6592, -1.56463 48.6592, -1.56463 48.6592, -1.56463 48.6592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12620'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70169 -1.56463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70169 -1.56463)"^^geo:wktLiteral ;
  geo-pos:lat "48.70169"^^xsd:decimal ;
  geo-pos:long "-1.56463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2069'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56463'^^xsd:double;
  dwc:latitude '48.70169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56463 48.70169, -1.56463 48.70169, -1.56463 48.70169, -1.56463 48.70169, -1.56463 48.70169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2069'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66394 -1.56462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66394"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66394 -1.56462)"^^geo:wktLiteral ;
  geo-pos:lat "48.66394"^^xsd:decimal ;
  geo-pos:long "-1.56462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6361'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56462'^^xsd:double;
  dwc:latitude '48.66394'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56462 48.66394, -1.56462 48.66394, -1.56462 48.66394, -1.56462 48.66394, -1.56462 48.66394))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6361'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72899 -1.56462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72899 -1.56462)"^^geo:wktLiteral ;
  geo-pos:lat "48.72899"^^xsd:decimal ;
  geo-pos:long "-1.56462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1816'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56462'^^xsd:double;
  dwc:latitude '48.72899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56462 48.72899, -1.56462 48.72899, -1.56462 48.72899, -1.56462 48.72899, -1.56462 48.72899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1816'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70531 -1.56459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70531 -1.56459)"^^geo:wktLiteral ;
  geo-pos:lat "48.70531"^^xsd:decimal ;
  geo-pos:long "-1.56459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4870'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56459'^^xsd:double;
  dwc:latitude '48.70531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56459 48.70531, -1.56459 48.70531, -1.56459 48.70531, -1.56459 48.70531, -1.56459 48.70531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4870'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66877 -1.56458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66877 -1.56458)"^^geo:wktLiteral ;
  geo-pos:lat "48.66877"^^xsd:decimal ;
  geo-pos:long "-1.56458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5992'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56458'^^xsd:double;
  dwc:latitude '48.66877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56458 48.66877, -1.56458 48.66877, -1.56458 48.66877, -1.56458 48.66877, -1.56458 48.66877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5992'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69889 -1.56458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69889 -1.56458)"^^geo:wktLiteral ;
  geo-pos:lat "48.69889"^^xsd:decimal ;
  geo-pos:long "-1.56458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4364'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56458'^^xsd:double;
  dwc:latitude '48.69889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56458 48.69889, -1.56458 48.69889, -1.56458 48.69889, -1.56458 48.69889, -1.56458 48.69889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4364'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71968 -1.56458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71968 -1.56458)"^^geo:wktLiteral ;
  geo-pos:lat "48.71968"^^xsd:decimal ;
  geo-pos:long "-1.56458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_726'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56458'^^xsd:double;
  dwc:latitude '48.71968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56458 48.71968, -1.56458 48.71968, -1.56458 48.71968, -1.56458 48.71968, -1.56458 48.71968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_726'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72191 -1.56458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72191"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72191 -1.56458)"^^geo:wktLiteral ;
  geo-pos:lat "48.72191"^^xsd:decimal ;
  geo-pos:long "-1.56458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4816'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56458'^^xsd:double;
  dwc:latitude '48.72191'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56458 48.72191, -1.56458 48.72191, -1.56458 48.72191, -1.56458 48.72191, -1.56458 48.72191))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4816'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72671 -1.56458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72671 -1.56458)"^^geo:wktLiteral ;
  geo-pos:lat "48.72671"^^xsd:decimal ;
  geo-pos:long "-1.56458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_701'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56458'^^xsd:double;
  dwc:latitude '48.72671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56458 48.72671, -1.56458 48.72671, -1.56458 48.72671, -1.56458 48.72671, -1.56458 48.72671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_701'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70519 -1.56456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70519"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70519 -1.56456)"^^geo:wktLiteral ;
  geo-pos:lat "48.70519"^^xsd:decimal ;
  geo-pos:long "-1.56456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5730'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56456'^^xsd:double;
  dwc:latitude '48.70519'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56456 48.70519, -1.56456 48.70519, -1.56456 48.70519, -1.56456 48.70519, -1.56456 48.70519))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5730'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66379 -1.56455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66379 -1.56455)"^^geo:wktLiteral ;
  geo-pos:lat "48.66379"^^xsd:decimal ;
  geo-pos:long "-1.56455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5893'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56455'^^xsd:double;
  dwc:latitude '48.66379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56455 48.66379, -1.56455 48.66379, -1.56455 48.66379, -1.56455 48.66379, -1.56455 48.66379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5893'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67696 -1.56454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67696 -1.56454)"^^geo:wktLiteral ;
  geo-pos:lat "48.67696"^^xsd:decimal ;
  geo-pos:long "-1.56454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6486'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56454'^^xsd:double;
  dwc:latitude '48.67696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56454 48.67696, -1.56454 48.67696, -1.56454 48.67696, -1.56454 48.67696, -1.56454 48.67696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6486'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69748 -1.56454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69748 -1.56454)"^^geo:wktLiteral ;
  geo-pos:lat "48.69748"^^xsd:decimal ;
  geo-pos:long "-1.56454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6321'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56454'^^xsd:double;
  dwc:latitude '48.69748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56454 48.69748, -1.56454 48.69748, -1.56454 48.69748, -1.56454 48.69748, -1.56454 48.69748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6321'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70227 -1.56454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70227 -1.56454)"^^geo:wktLiteral ;
  geo-pos:lat "48.70227"^^xsd:decimal ;
  geo-pos:long "-1.56454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_876'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56454'^^xsd:double;
  dwc:latitude '48.70227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56454 48.70227, -1.56454 48.70227, -1.56454 48.70227, -1.56454 48.70227, -1.56454 48.70227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_876'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70033 -1.56453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70033 -1.56453)"^^geo:wktLiteral ;
  geo-pos:lat "48.70033"^^xsd:decimal ;
  geo-pos:long "-1.56453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4336'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56453'^^xsd:double;
  dwc:latitude '48.70033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56453 48.70033, -1.56453 48.70033, -1.56453 48.70033, -1.56453 48.70033, -1.56453 48.70033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4336'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72436 -1.56453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72436 -1.56453)"^^geo:wktLiteral ;
  geo-pos:lat "48.72436"^^xsd:decimal ;
  geo-pos:long "-1.56453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5074'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56453'^^xsd:double;
  dwc:latitude '48.72436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56453 48.72436, -1.56453 48.72436, -1.56453 48.72436, -1.56453 48.72436, -1.56453 48.72436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5074'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.56452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.56452)"^^geo:wktLiteral ;
  geo-pos:lat "48.69214"^^xsd:decimal ;
  geo-pos:long "-1.56452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7104'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56452'^^xsd:double;
  dwc:latitude '48.69214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56452 48.69214, -1.56452 48.69214, -1.56452 48.69214, -1.56452 48.69214, -1.56452 48.69214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7104'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70437 -1.56451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70437 -1.56451)"^^geo:wktLiteral ;
  geo-pos:lat "48.70437"^^xsd:decimal ;
  geo-pos:long "-1.56451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3163'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56451'^^xsd:double;
  dwc:latitude '48.70437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56451 48.70437, -1.56451 48.70437, -1.56451 48.70437, -1.56451 48.70437, -1.56451 48.70437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3163'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71723 -1.56451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71723 -1.56451)"^^geo:wktLiteral ;
  geo-pos:lat "48.71723"^^xsd:decimal ;
  geo-pos:long "-1.56451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_725'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56451'^^xsd:double;
  dwc:latitude '48.71723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56451 48.71723, -1.56451 48.71723, -1.56451 48.71723, -1.56451 48.71723, -1.56451 48.71723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_725'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69774 -1.56449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69774 -1.56449)"^^geo:wktLiteral ;
  geo-pos:lat "48.69774"^^xsd:decimal ;
  geo-pos:long "-1.56449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1086'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56449'^^xsd:double;
  dwc:latitude '48.69774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56449 48.69774, -1.56449 48.69774, -1.56449 48.69774, -1.56449 48.69774, -1.56449 48.69774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1086'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70198 -1.56448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70198 -1.56448)"^^geo:wktLiteral ;
  geo-pos:lat "48.70198"^^xsd:decimal ;
  geo-pos:long "-1.56448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9641'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56448'^^xsd:double;
  dwc:latitude '48.70198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56448 48.70198, -1.56448 48.70198, -1.56448 48.70198, -1.56448 48.70198, -1.56448 48.70198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9641'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66583 -1.56445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66583 -1.56445)"^^geo:wktLiteral ;
  geo-pos:lat "48.66583"^^xsd:decimal ;
  geo-pos:long "-1.56445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6487'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56445'^^xsd:double;
  dwc:latitude '48.66583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56445 48.66583, -1.56445 48.66583, -1.56445 48.66583, -1.56445 48.66583, -1.56445 48.66583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6487'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70387 -1.56444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70387 -1.56444)"^^geo:wktLiteral ;
  geo-pos:lat "48.70387"^^xsd:decimal ;
  geo-pos:long "-1.56444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5594'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56444'^^xsd:double;
  dwc:latitude '48.70387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56444 48.70387, -1.56444 48.70387, -1.56444 48.70387, -1.56444 48.70387, -1.56444 48.70387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5594'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66377 -1.56442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66377 -1.56442)"^^geo:wktLiteral ;
  geo-pos:lat "48.66377"^^xsd:decimal ;
  geo-pos:long "-1.56442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3587'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56442'^^xsd:double;
  dwc:latitude '48.66377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56442 48.66377, -1.56442 48.66377, -1.56442 48.66377, -1.56442 48.66377, -1.56442 48.66377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3587'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72074 -1.56442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72074 -1.56442)"^^geo:wktLiteral ;
  geo-pos:lat "48.72074"^^xsd:decimal ;
  geo-pos:long "-1.56442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3522'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56442'^^xsd:double;
  dwc:latitude '48.72074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56442 48.72074, -1.56442 48.72074, -1.56442 48.72074, -1.56442 48.72074, -1.56442 48.72074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3522'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69793 -1.56441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69793 -1.56441)"^^geo:wktLiteral ;
  geo-pos:lat "48.69793"^^xsd:decimal ;
  geo-pos:long "-1.56441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7803'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56441'^^xsd:double;
  dwc:latitude '48.69793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56441 48.69793, -1.56441 48.69793, -1.56441 48.69793, -1.56441 48.69793, -1.56441 48.69793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7803'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70456 -1.5644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70456"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70456 -1.5644)"^^geo:wktLiteral ;
  geo-pos:lat "48.70456"^^xsd:decimal ;
  geo-pos:long "-1.5644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2070'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5644'^^xsd:double;
  dwc:latitude '48.70456'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5644 48.70456, -1.5644 48.70456, -1.5644 48.70456, -1.5644 48.70456, -1.5644 48.70456))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2070'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69811 -1.56438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69811 -1.56438)"^^geo:wktLiteral ;
  geo-pos:lat "48.69811"^^xsd:decimal ;
  geo-pos:long "-1.56438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7759'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56438'^^xsd:double;
  dwc:latitude '48.69811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56438 48.69811, -1.56438 48.69811, -1.56438 48.69811, -1.56438 48.69811, -1.56438 48.69811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7759'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72558 -1.56437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72558 -1.56437)"^^geo:wktLiteral ;
  geo-pos:lat "48.72558"^^xsd:decimal ;
  geo-pos:long "-1.56437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1865'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56437'^^xsd:double;
  dwc:latitude '48.72558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56437 48.72558, -1.56437 48.72558, -1.56437 48.72558, -1.56437 48.72558, -1.56437 48.72558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1865'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66329 -1.56436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66329 -1.56436)"^^geo:wktLiteral ;
  geo-pos:lat "48.66329"^^xsd:decimal ;
  geo-pos:long "-1.56436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7213'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56436'^^xsd:double;
  dwc:latitude '48.66329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56436 48.66329, -1.56436 48.66329, -1.56436 48.66329, -1.56436 48.66329, -1.56436 48.66329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7213'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.56435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.56435)"^^geo:wktLiteral ;
  geo-pos:lat "48.68858"^^xsd:decimal ;
  geo-pos:long "-1.56435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6107'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56435'^^xsd:double;
  dwc:latitude '48.68858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56435 48.68858, -1.56435 48.68858, -1.56435 48.68858, -1.56435 48.68858, -1.56435 48.68858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6107'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70676 -1.56435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70676 -1.56435)"^^geo:wktLiteral ;
  geo-pos:lat "48.70676"^^xsd:decimal ;
  geo-pos:long "-1.56435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_138'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56435'^^xsd:double;
  dwc:latitude '48.70676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56435 48.70676, -1.56435 48.70676, -1.56435 48.70676, -1.56435 48.70676, -1.56435 48.70676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_138'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72145 -1.56435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72145 -1.56435)"^^geo:wktLiteral ;
  geo-pos:lat "48.72145"^^xsd:decimal ;
  geo-pos:long "-1.56435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_383'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56435'^^xsd:double;
  dwc:latitude '48.72145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56435 48.72145, -1.56435 48.72145, -1.56435 48.72145, -1.56435 48.72145, -1.56435 48.72145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_383'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69593 -1.56434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69593 -1.56434)"^^geo:wktLiteral ;
  geo-pos:lat "48.69593"^^xsd:decimal ;
  geo-pos:long "-1.56434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_328'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56434'^^xsd:double;
  dwc:latitude '48.69593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56434 48.69593, -1.56434 48.69593, -1.56434 48.69593, -1.56434 48.69593, -1.56434 48.69593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_328'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70041 -1.56433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70041 -1.56433)"^^geo:wktLiteral ;
  geo-pos:lat "48.70041"^^xsd:decimal ;
  geo-pos:long "-1.56433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4237'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56433'^^xsd:double;
  dwc:latitude '48.70041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56433 48.70041, -1.56433 48.70041, -1.56433 48.70041, -1.56433 48.70041, -1.56433 48.70041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4237'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66365 -1.56431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66365 -1.56431)"^^geo:wktLiteral ;
  geo-pos:lat "48.66365"^^xsd:decimal ;
  geo-pos:long "-1.56431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6467'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56431'^^xsd:double;
  dwc:latitude '48.66365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56431 48.66365, -1.56431 48.66365, -1.56431 48.66365, -1.56431 48.66365, -1.56431 48.66365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6467'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68155 -1.56431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68155 -1.56431)"^^geo:wktLiteral ;
  geo-pos:lat "48.68155"^^xsd:decimal ;
  geo-pos:long "-1.56431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_434'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56431'^^xsd:double;
  dwc:latitude '48.68155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56431 48.68155, -1.56431 48.68155, -1.56431 48.68155, -1.56431 48.68155, -1.56431 48.68155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_434'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69029 -1.56431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69029"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69029 -1.56431)"^^geo:wktLiteral ;
  geo-pos:lat "48.69029"^^xsd:decimal ;
  geo-pos:long "-1.56431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3087'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56431'^^xsd:double;
  dwc:latitude '48.69029'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56431 48.69029, -1.56431 48.69029, -1.56431 48.69029, -1.56431 48.69029, -1.56431 48.69029))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3087'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73273 -1.5643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73273 -1.5643)"^^geo:wktLiteral ;
  geo-pos:lat "48.73273"^^xsd:decimal ;
  geo-pos:long "-1.5643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7449'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5643'^^xsd:double;
  dwc:latitude '48.73273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5643 48.73273, -1.5643 48.73273, -1.5643 48.73273, -1.5643 48.73273, -1.5643 48.73273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7449'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69798 -1.56429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69798 -1.56429)"^^geo:wktLiteral ;
  geo-pos:lat "48.69798"^^xsd:decimal ;
  geo-pos:long "-1.56429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10464'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56429'^^xsd:double;
  dwc:latitude '48.69798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56429 48.69798, -1.56429 48.69798, -1.56429 48.69798, -1.56429 48.69798, -1.56429 48.69798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10464'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66172 -1.56428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66172 -1.56428)"^^geo:wktLiteral ;
  geo-pos:lat "48.66172"^^xsd:decimal ;
  geo-pos:long "-1.56428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5534'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56428'^^xsd:double;
  dwc:latitude '48.66172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56428 48.66172, -1.56428 48.66172, -1.56428 48.66172, -1.56428 48.66172, -1.56428 48.66172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5534'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70977 -1.56428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70977 -1.56428)"^^geo:wktLiteral ;
  geo-pos:lat "48.70977"^^xsd:decimal ;
  geo-pos:long "-1.56428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3074'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56428'^^xsd:double;
  dwc:latitude '48.70977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56428 48.70977, -1.56428 48.70977, -1.56428 48.70977, -1.56428 48.70977, -1.56428 48.70977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3074'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71147 -1.56427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71147 -1.56427)"^^geo:wktLiteral ;
  geo-pos:lat "48.71147"^^xsd:decimal ;
  geo-pos:long "-1.56427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6189'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56427'^^xsd:double;
  dwc:latitude '48.71147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56427 48.71147, -1.56427 48.71147, -1.56427 48.71147, -1.56427 48.71147, -1.56427 48.71147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6189'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66938 -1.56426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66938 -1.56426)"^^geo:wktLiteral ;
  geo-pos:lat "48.66938"^^xsd:decimal ;
  geo-pos:long "-1.56426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6117'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56426'^^xsd:double;
  dwc:latitude '48.66938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56426 48.66938, -1.56426 48.66938, -1.56426 48.66938, -1.56426 48.66938, -1.56426 48.66938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6117'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7262 -1.56425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7262"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7262 -1.56425)"^^geo:wktLiteral ;
  geo-pos:lat "48.7262"^^xsd:decimal ;
  geo-pos:long "-1.56425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2889'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56425'^^xsd:double;
  dwc:latitude '48.7262'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56425 48.7262, -1.56425 48.7262, -1.56425 48.7262, -1.56425 48.7262, -1.56425 48.7262))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2889'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71466 -1.56424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71466 -1.56424)"^^geo:wktLiteral ;
  geo-pos:lat "48.71466"^^xsd:decimal ;
  geo-pos:long "-1.56424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7502'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56424'^^xsd:double;
  dwc:latitude '48.71466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56424 48.71466, -1.56424 48.71466, -1.56424 48.71466, -1.56424 48.71466, -1.56424 48.71466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7502'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6861 -1.56423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6861 -1.56423)"^^geo:wktLiteral ;
  geo-pos:lat "48.6861"^^xsd:decimal ;
  geo-pos:long "-1.56423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5402'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56423'^^xsd:double;
  dwc:latitude '48.6861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56423 48.6861, -1.56423 48.6861, -1.56423 48.6861, -1.56423 48.6861, -1.56423 48.6861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5402'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73514 -1.56423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73514"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73514 -1.56423)"^^geo:wktLiteral ;
  geo-pos:lat "48.73514"^^xsd:decimal ;
  geo-pos:long "-1.56423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4905'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56423'^^xsd:double;
  dwc:latitude '48.73514'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56423 48.73514, -1.56423 48.73514, -1.56423 48.73514, -1.56423 48.73514, -1.56423 48.73514))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4905'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66655 -1.56422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66655 -1.56422)"^^geo:wktLiteral ;
  geo-pos:lat "48.66655"^^xsd:decimal ;
  geo-pos:long "-1.56422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3892'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56422'^^xsd:double;
  dwc:latitude '48.66655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56422 48.66655, -1.56422 48.66655, -1.56422 48.66655, -1.56422 48.66655, -1.56422 48.66655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3892'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65783 -1.5642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65783 -1.5642)"^^geo:wktLiteral ;
  geo-pos:lat "48.65783"^^xsd:decimal ;
  geo-pos:long "-1.5642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_133'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5642'^^xsd:double;
  dwc:latitude '48.65783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5642 48.65783, -1.5642 48.65783, -1.5642 48.65783, -1.5642 48.65783, -1.5642 48.65783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_133'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70675 -1.5642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70675 -1.5642)"^^geo:wktLiteral ;
  geo-pos:lat "48.70675"^^xsd:decimal ;
  geo-pos:long "-1.5642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1545'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.46666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5642'^^xsd:double;
  dwc:latitude '48.70675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5642 48.70675, -1.5642 48.70675, -1.5642 48.70675, -1.5642 48.70675, -1.5642 48.70675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1545'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71019 -1.5642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71019"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71019 -1.5642)"^^geo:wktLiteral ;
  geo-pos:lat "48.71019"^^xsd:decimal ;
  geo-pos:long "-1.5642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3136'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5642'^^xsd:double;
  dwc:latitude '48.71019'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5642 48.71019, -1.5642 48.71019, -1.5642 48.71019, -1.5642 48.71019, -1.5642 48.71019))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3136'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71083 -1.56419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71083 -1.56419)"^^geo:wktLiteral ;
  geo-pos:lat "48.71083"^^xsd:decimal ;
  geo-pos:long "-1.56419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3091'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56419'^^xsd:double;
  dwc:latitude '48.71083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56419 48.71083, -1.56419 48.71083, -1.56419 48.71083, -1.56419 48.71083, -1.56419 48.71083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3091'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69036 -1.56418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69036 -1.56418)"^^geo:wktLiteral ;
  geo-pos:lat "48.69036"^^xsd:decimal ;
  geo-pos:long "-1.56418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4770'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56418'^^xsd:double;
  dwc:latitude '48.69036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56418 48.69036, -1.56418 48.69036, -1.56418 48.69036, -1.56418 48.69036, -1.56418 48.69036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4770'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66491 -1.56416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66491 -1.56416)"^^geo:wktLiteral ;
  geo-pos:lat "48.66491"^^xsd:decimal ;
  geo-pos:long "-1.56416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5503'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56416'^^xsd:double;
  dwc:latitude '48.66491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56416 48.66491, -1.56416 48.66491, -1.56416 48.66491, -1.56416 48.66491, -1.56416 48.66491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5503'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66782 -1.56416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66782 -1.56416)"^^geo:wktLiteral ;
  geo-pos:lat "48.66782"^^xsd:decimal ;
  geo-pos:long "-1.56416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10906'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56416'^^xsd:double;
  dwc:latitude '48.66782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56416 48.66782, -1.56416 48.66782, -1.56416 48.66782, -1.56416 48.66782, -1.56416 48.66782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10906'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68242 -1.56415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68242 -1.56415)"^^geo:wktLiteral ;
  geo-pos:lat "48.68242"^^xsd:decimal ;
  geo-pos:long "-1.56415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7180'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56415'^^xsd:double;
  dwc:latitude '48.68242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56415 48.68242, -1.56415 48.68242, -1.56415 48.68242, -1.56415 48.68242, -1.56415 48.68242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7180'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72692 -1.56415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72692 -1.56415)"^^geo:wktLiteral ;
  geo-pos:lat "48.72692"^^xsd:decimal ;
  geo-pos:long "-1.56415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4759'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56415'^^xsd:double;
  dwc:latitude '48.72692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56415 48.72692, -1.56415 48.72692, -1.56415 48.72692, -1.56415 48.72692, -1.56415 48.72692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4759'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70597 -1.56414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70597"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70597 -1.56414)"^^geo:wktLiteral ;
  geo-pos:lat "48.70597"^^xsd:decimal ;
  geo-pos:long "-1.56414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4694'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56414'^^xsd:double;
  dwc:latitude '48.70597'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56414 48.70597, -1.56414 48.70597, -1.56414 48.70597, -1.56414 48.70597, -1.56414 48.70597))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4694'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65651 -1.56412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65651 -1.56412)"^^geo:wktLiteral ;
  geo-pos:lat "48.65651"^^xsd:decimal ;
  geo-pos:long "-1.56412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13594'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56412'^^xsd:double;
  dwc:latitude '48.65651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56412 48.65651, -1.56412 48.65651, -1.56412 48.65651, -1.56412 48.65651, -1.56412 48.65651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13594'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67142 -1.56412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67142 -1.56412)"^^geo:wktLiteral ;
  geo-pos:lat "48.67142"^^xsd:decimal ;
  geo-pos:long "-1.56412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12958'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56412'^^xsd:double;
  dwc:latitude '48.67142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56412 48.67142, -1.56412 48.67142, -1.56412 48.67142, -1.56412 48.67142, -1.56412 48.67142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12958'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70967 -1.56412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70967 -1.56412)"^^geo:wktLiteral ;
  geo-pos:lat "48.70967"^^xsd:decimal ;
  geo-pos:long "-1.56412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3137'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56412'^^xsd:double;
  dwc:latitude '48.70967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56412 48.70967, -1.56412 48.70967, -1.56412 48.70967, -1.56412 48.70967, -1.56412 48.70967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3137'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70023 -1.56409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70023 -1.56409)"^^geo:wktLiteral ;
  geo-pos:lat "48.70023"^^xsd:decimal ;
  geo-pos:long "-1.56409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4253'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56409'^^xsd:double;
  dwc:latitude '48.70023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56409 48.70023, -1.56409 48.70023, -1.56409 48.70023, -1.56409 48.70023, -1.56409 48.70023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4253'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69726 -1.56408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69726 -1.56408)"^^geo:wktLiteral ;
  geo-pos:lat "48.69726"^^xsd:decimal ;
  geo-pos:long "-1.56408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2677'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56408'^^xsd:double;
  dwc:latitude '48.69726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56408 48.69726, -1.56408 48.69726, -1.56408 48.69726, -1.56408 48.69726, -1.56408 48.69726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2677'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73379 -1.56408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73379 -1.56408)"^^geo:wktLiteral ;
  geo-pos:lat "48.73379"^^xsd:decimal ;
  geo-pos:long "-1.56408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3375'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56408'^^xsd:double;
  dwc:latitude '48.73379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56408 48.73379, -1.56408 48.73379, -1.56408 48.73379, -1.56408 48.73379, -1.56408 48.73379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3375'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71405 -1.56407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71405 -1.56407)"^^geo:wktLiteral ;
  geo-pos:lat "48.71405"^^xsd:decimal ;
  geo-pos:long "-1.56407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10340'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56407'^^xsd:double;
  dwc:latitude '48.71405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56407 48.71405, -1.56407 48.71405, -1.56407 48.71405, -1.56407 48.71405, -1.56407 48.71405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10340'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7373 -1.56407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7373"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7373 -1.56407)"^^geo:wktLiteral ;
  geo-pos:lat "48.7373"^^xsd:decimal ;
  geo-pos:long "-1.56407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7485'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56407'^^xsd:double;
  dwc:latitude '48.7373'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56407 48.7373, -1.56407 48.7373, -1.56407 48.7373, -1.56407 48.7373, -1.56407 48.7373))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7485'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66222 -1.56406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66222 -1.56406)"^^geo:wktLiteral ;
  geo-pos:lat "48.66222"^^xsd:decimal ;
  geo-pos:long "-1.56406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11428'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56406'^^xsd:double;
  dwc:latitude '48.66222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56406 48.66222, -1.56406 48.66222, -1.56406 48.66222, -1.56406 48.66222, -1.56406 48.66222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11428'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70776 -1.56406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70776 -1.56406)"^^geo:wktLiteral ;
  geo-pos:lat "48.70776"^^xsd:decimal ;
  geo-pos:long "-1.56406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5278'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56406'^^xsd:double;
  dwc:latitude '48.70776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56406 48.70776, -1.56406 48.70776, -1.56406 48.70776, -1.56406 48.70776, -1.56406 48.70776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5278'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70477 -1.56405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70477 -1.56405)"^^geo:wktLiteral ;
  geo-pos:lat "48.70477"^^xsd:decimal ;
  geo-pos:long "-1.56405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1421'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56405'^^xsd:double;
  dwc:latitude '48.70477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56405 48.70477, -1.56405 48.70477, -1.56405 48.70477, -1.56405 48.70477, -1.56405 48.70477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1421'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72184 -1.56405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72184"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72184 -1.56405)"^^geo:wktLiteral ;
  geo-pos:lat "48.72184"^^xsd:decimal ;
  geo-pos:long "-1.56405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3032'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56405'^^xsd:double;
  dwc:latitude '48.72184'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56405 48.72184, -1.56405 48.72184, -1.56405 48.72184, -1.56405 48.72184, -1.56405 48.72184))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3032'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66934 -1.56402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66934 -1.56402)"^^geo:wktLiteral ;
  geo-pos:lat "48.66934"^^xsd:decimal ;
  geo-pos:long "-1.56402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10791'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56402'^^xsd:double;
  dwc:latitude '48.66934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56402 48.66934, -1.56402 48.66934, -1.56402 48.66934, -1.56402 48.66934, -1.56402 48.66934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10791'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66286 -1.56401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66286 -1.56401)"^^geo:wktLiteral ;
  geo-pos:lat "48.66286"^^xsd:decimal ;
  geo-pos:long "-1.56401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8619'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56401'^^xsd:double;
  dwc:latitude '48.66286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56401 48.66286, -1.56401 48.66286, -1.56401 48.66286, -1.56401 48.66286, -1.56401 48.66286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8619'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66882 -1.56401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66882 -1.56401)"^^geo:wktLiteral ;
  geo-pos:lat "48.66882"^^xsd:decimal ;
  geo-pos:long "-1.56401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5311'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56401'^^xsd:double;
  dwc:latitude '48.66882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56401 48.66882, -1.56401 48.66882, -1.56401 48.66882, -1.56401 48.66882, -1.56401 48.66882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5311'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71722 -1.564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71722 -1.564)"^^geo:wktLiteral ;
  geo-pos:lat "48.71722"^^xsd:decimal ;
  geo-pos:long "-1.564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3427'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.564'^^xsd:double;
  dwc:latitude '48.71722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.564 48.71722, -1.564 48.71722, -1.564 48.71722, -1.564 48.71722, -1.564 48.71722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3427'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66485 -1.56396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66485 -1.56396)"^^geo:wktLiteral ;
  geo-pos:lat "48.66485"^^xsd:decimal ;
  geo-pos:long "-1.56396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6461'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56396'^^xsd:double;
  dwc:latitude '48.66485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56396 48.66485, -1.56396 48.66485, -1.56396 48.66485, -1.56396 48.66485, -1.56396 48.66485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6461'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70567 -1.56396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70567 -1.56396)"^^geo:wktLiteral ;
  geo-pos:lat "48.70567"^^xsd:decimal ;
  geo-pos:long "-1.56396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2417'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56396'^^xsd:double;
  dwc:latitude '48.70567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56396 48.70567, -1.56396 48.70567, -1.56396 48.70567, -1.56396 48.70567, -1.56396 48.70567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2417'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71698 -1.56393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71698 -1.56393)"^^geo:wktLiteral ;
  geo-pos:lat "48.71698"^^xsd:decimal ;
  geo-pos:long "-1.56393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7493'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56393'^^xsd:double;
  dwc:latitude '48.71698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56393 48.71698, -1.56393 48.71698, -1.56393 48.71698, -1.56393 48.71698, -1.56393 48.71698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7493'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71696 -1.56392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71696 -1.56392)"^^geo:wktLiteral ;
  geo-pos:lat "48.71696"^^xsd:decimal ;
  geo-pos:long "-1.56392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4693'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56392'^^xsd:double;
  dwc:latitude '48.71696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56392 48.71696, -1.56392 48.71696, -1.56392 48.71696, -1.56392 48.71696, -1.56392 48.71696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4693'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72172 -1.56392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72172 -1.56392)"^^geo:wktLiteral ;
  geo-pos:lat "48.72172"^^xsd:decimal ;
  geo-pos:long "-1.56392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3031'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56392'^^xsd:double;
  dwc:latitude '48.72172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56392 48.72172, -1.56392 48.72172, -1.56392 48.72172, -1.56392 48.72172, -1.56392 48.72172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3031'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69835 -1.56391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69835 -1.56391)"^^geo:wktLiteral ;
  geo-pos:lat "48.69835"^^xsd:decimal ;
  geo-pos:long "-1.56391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6322'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56391'^^xsd:double;
  dwc:latitude '48.69835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56391 48.69835, -1.56391 48.69835, -1.56391 48.69835, -1.56391 48.69835, -1.56391 48.69835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6322'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7224 -1.5639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7224 -1.5639)"^^geo:wktLiteral ;
  geo-pos:lat "48.7224"^^xsd:decimal ;
  geo-pos:long "-1.5639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2906'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5639'^^xsd:double;
  dwc:latitude '48.7224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5639 48.7224, -1.5639 48.7224, -1.5639 48.7224, -1.5639 48.7224, -1.5639 48.7224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2906'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71799 -1.56389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71799 -1.56389)"^^geo:wktLiteral ;
  geo-pos:lat "48.71799"^^xsd:decimal ;
  geo-pos:long "-1.56389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3353'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56389'^^xsd:double;
  dwc:latitude '48.71799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56389 48.71799, -1.56389 48.71799, -1.56389 48.71799, -1.56389 48.71799, -1.56389 48.71799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3353'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72982 -1.56389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72982 -1.56389)"^^geo:wktLiteral ;
  geo-pos:lat "48.72982"^^xsd:decimal ;
  geo-pos:long "-1.56389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3376'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56389'^^xsd:double;
  dwc:latitude '48.72982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56389 48.72982, -1.56389 48.72982, -1.56389 48.72982, -1.56389 48.72982, -1.56389 48.72982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3376'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70373 -1.56388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70373"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70373 -1.56388)"^^geo:wktLiteral ;
  geo-pos:lat "48.70373"^^xsd:decimal ;
  geo-pos:long "-1.56388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1273'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56388'^^xsd:double;
  dwc:latitude '48.70373'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56388 48.70373, -1.56388 48.70373, -1.56388 48.70373, -1.56388 48.70373, -1.56388 48.70373))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1273'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6969 -1.56387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6969 -1.56387)"^^geo:wktLiteral ;
  geo-pos:lat "48.6969"^^xsd:decimal ;
  geo-pos:long "-1.56387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5052'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56387'^^xsd:double;
  dwc:latitude '48.6969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56387 48.6969, -1.56387 48.6969, -1.56387 48.6969, -1.56387 48.6969, -1.56387 48.6969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5052'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69673 -1.56386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69673 -1.56386)"^^geo:wktLiteral ;
  geo-pos:lat "48.69673"^^xsd:decimal ;
  geo-pos:long "-1.56386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7927'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56386'^^xsd:double;
  dwc:latitude '48.69673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56386 48.69673, -1.56386 48.69673, -1.56386 48.69673, -1.56386 48.69673, -1.56386 48.69673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7927'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70973 -1.56386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70973 -1.56386)"^^geo:wktLiteral ;
  geo-pos:lat "48.70973"^^xsd:decimal ;
  geo-pos:long "-1.56386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4166'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56386'^^xsd:double;
  dwc:latitude '48.70973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56386 48.70973, -1.56386 48.70973, -1.56386 48.70973, -1.56386 48.70973, -1.56386 48.70973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4166'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66968 -1.56385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66968 -1.56385)"^^geo:wktLiteral ;
  geo-pos:lat "48.66968"^^xsd:decimal ;
  geo-pos:long "-1.56385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3649'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56385'^^xsd:double;
  dwc:latitude '48.66968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56385 48.66968, -1.56385 48.66968, -1.56385 48.66968, -1.56385 48.66968, -1.56385 48.66968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3649'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73018 -1.56385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73018 -1.56385)"^^geo:wktLiteral ;
  geo-pos:lat "48.73018"^^xsd:decimal ;
  geo-pos:long "-1.56385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1965'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56385'^^xsd:double;
  dwc:latitude '48.73018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56385 48.73018, -1.56385 48.73018, -1.56385 48.73018, -1.56385 48.73018, -1.56385 48.73018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1965'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70976 -1.56383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70976 -1.56383)"^^geo:wktLiteral ;
  geo-pos:lat "48.70976"^^xsd:decimal ;
  geo-pos:long "-1.56383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3133'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56383'^^xsd:double;
  dwc:latitude '48.70976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56383 48.70976, -1.56383 48.70976, -1.56383 48.70976, -1.56383 48.70976, -1.56383 48.70976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3133'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7296 -1.56383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7296"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7296 -1.56383)"^^geo:wktLiteral ;
  geo-pos:lat "48.7296"^^xsd:decimal ;
  geo-pos:long "-1.56383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1860'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56383'^^xsd:double;
  dwc:latitude '48.7296'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56383 48.7296, -1.56383 48.7296, -1.56383 48.7296, -1.56383 48.7296, -1.56383 48.7296))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1860'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73254 -1.56382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73254 -1.56382)"^^geo:wktLiteral ;
  geo-pos:lat "48.73254"^^xsd:decimal ;
  geo-pos:long "-1.56382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9170'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56382'^^xsd:double;
  dwc:latitude '48.73254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56382 48.73254, -1.56382 48.73254, -1.56382 48.73254, -1.56382 48.73254, -1.56382 48.73254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9170'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68732 -1.56381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68732 -1.56381)"^^geo:wktLiteral ;
  geo-pos:lat "48.68732"^^xsd:decimal ;
  geo-pos:long "-1.56381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10191'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56381'^^xsd:double;
  dwc:latitude '48.68732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56381 48.68732, -1.56381 48.68732, -1.56381 48.68732, -1.56381 48.68732, -1.56381 48.68732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10191'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69579 -1.56381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69579 -1.56381)"^^geo:wktLiteral ;
  geo-pos:lat "48.69579"^^xsd:decimal ;
  geo-pos:long "-1.56381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5848'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.56666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56381'^^xsd:double;
  dwc:latitude '48.69579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56381 48.69579, -1.56381 48.69579, -1.56381 48.69579, -1.56381 48.69579, -1.56381 48.69579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5848'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70227 -1.56381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70227 -1.56381)"^^geo:wktLiteral ;
  geo-pos:lat "48.70227"^^xsd:decimal ;
  geo-pos:long "-1.56381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3810'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56381'^^xsd:double;
  dwc:latitude '48.70227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56381 48.70227, -1.56381 48.70227, -1.56381 48.70227, -1.56381 48.70227, -1.56381 48.70227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3810'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7038 -1.5638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7038 -1.5638)"^^geo:wktLiteral ;
  geo-pos:lat "48.7038"^^xsd:decimal ;
  geo-pos:long "-1.5638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3045'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5638'^^xsd:double;
  dwc:latitude '48.7038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5638 48.7038, -1.5638 48.7038, -1.5638 48.7038, -1.5638 48.7038, -1.5638 48.7038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3045'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73005 -1.5638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73005 -1.5638)"^^geo:wktLiteral ;
  geo-pos:lat "48.73005"^^xsd:decimal ;
  geo-pos:long "-1.5638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9113'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5638'^^xsd:double;
  dwc:latitude '48.73005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5638 48.73005, -1.5638 48.73005, -1.5638 48.73005, -1.5638 48.73005, -1.5638 48.73005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9113'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73505 -1.56378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73505 -1.56378)"^^geo:wktLiteral ;
  geo-pos:lat "48.73505"^^xsd:decimal ;
  geo-pos:long "-1.56378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4926'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56378'^^xsd:double;
  dwc:latitude '48.73505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56378 48.73505, -1.56378 48.73505, -1.56378 48.73505, -1.56378 48.73505, -1.56378 48.73505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4926'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70715 -1.56377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70715 -1.56377)"^^geo:wktLiteral ;
  geo-pos:lat "48.70715"^^xsd:decimal ;
  geo-pos:long "-1.56377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5982'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56377'^^xsd:double;
  dwc:latitude '48.70715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56377 48.70715, -1.56377 48.70715, -1.56377 48.70715, -1.56377 48.70715, -1.56377 48.70715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5982'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69876 -1.56374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69876 -1.56374)"^^geo:wktLiteral ;
  geo-pos:lat "48.69876"^^xsd:decimal ;
  geo-pos:long "-1.56374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4109'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56374'^^xsd:double;
  dwc:latitude '48.69876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56374 48.69876, -1.56374 48.69876, -1.56374 48.69876, -1.56374 48.69876, -1.56374 48.69876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4109'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7254 -1.56373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7254 -1.56373)"^^geo:wktLiteral ;
  geo-pos:lat "48.7254"^^xsd:decimal ;
  geo-pos:long "-1.56373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2376'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56373'^^xsd:double;
  dwc:latitude '48.7254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56373 48.7254, -1.56373 48.7254, -1.56373 48.7254, -1.56373 48.7254, -1.56373 48.7254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2376'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67026 -1.56371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67026 -1.56371)"^^geo:wktLiteral ;
  geo-pos:lat "48.67026"^^xsd:decimal ;
  geo-pos:long "-1.56371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_12290'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56371'^^xsd:double;
  dwc:latitude '48.67026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56371 48.67026, -1.56371 48.67026, -1.56371 48.67026, -1.56371 48.67026, -1.56371 48.67026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12290'^^xsd:string;
  dwc:observationDate '2008-01-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70598 -1.56371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70598 -1.56371)"^^geo:wktLiteral ;
  geo-pos:lat "48.70598"^^xsd:decimal ;
  geo-pos:long "-1.56371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5383'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56371'^^xsd:double;
  dwc:latitude '48.70598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56371 48.70598, -1.56371 48.70598, -1.56371 48.70598, -1.56371 48.70598, -1.56371 48.70598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5383'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70941 -1.56371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70941 -1.56371)"^^geo:wktLiteral ;
  geo-pos:lat "48.70941"^^xsd:decimal ;
  geo-pos:long "-1.56371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8917'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56371'^^xsd:double;
  dwc:latitude '48.70941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56371 48.70941, -1.56371 48.70941, -1.56371 48.70941, -1.56371 48.70941, -1.56371 48.70941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8917'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69863 -1.5637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69863 -1.5637)"^^geo:wktLiteral ;
  geo-pos:lat "48.69863"^^xsd:decimal ;
  geo-pos:long "-1.5637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4676'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5637'^^xsd:double;
  dwc:latitude '48.69863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5637 48.69863, -1.5637 48.69863, -1.5637 48.69863, -1.5637 48.69863, -1.5637 48.69863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4676'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67163 -1.56369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67163 -1.56369)"^^geo:wktLiteral ;
  geo-pos:lat "48.67163"^^xsd:decimal ;
  geo-pos:long "-1.56369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1353'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56369'^^xsd:double;
  dwc:latitude '48.67163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56369 48.67163, -1.56369 48.67163, -1.56369 48.67163, -1.56369 48.67163, -1.56369 48.67163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1353'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70244 -1.56369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70244"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70244 -1.56369)"^^geo:wktLiteral ;
  geo-pos:lat "48.70244"^^xsd:decimal ;
  geo-pos:long "-1.56369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4156'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56369'^^xsd:double;
  dwc:latitude '48.70244'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56369 48.70244, -1.56369 48.70244, -1.56369 48.70244, -1.56369 48.70244, -1.56369 48.70244))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4156'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71903 -1.56367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71903 -1.56367)"^^geo:wktLiteral ;
  geo-pos:lat "48.71903"^^xsd:decimal ;
  geo-pos:long "-1.56367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1056'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56367'^^xsd:double;
  dwc:latitude '48.71903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56367 48.71903, -1.56367 48.71903, -1.56367 48.71903, -1.56367 48.71903, -1.56367 48.71903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1056'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69463 -1.56366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69463 -1.56366)"^^geo:wktLiteral ;
  geo-pos:lat "48.69463"^^xsd:decimal ;
  geo-pos:long "-1.56366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4630'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56366'^^xsd:double;
  dwc:latitude '48.69463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56366 48.69463, -1.56366 48.69463, -1.56366 48.69463, -1.56366 48.69463, -1.56366 48.69463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4630'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71777 -1.56366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71777 -1.56366)"^^geo:wktLiteral ;
  geo-pos:lat "48.71777"^^xsd:decimal ;
  geo-pos:long "-1.56366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3345'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56366'^^xsd:double;
  dwc:latitude '48.71777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56366 48.71777, -1.56366 48.71777, -1.56366 48.71777, -1.56366 48.71777, -1.56366 48.71777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3345'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69437 -1.56364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69437 -1.56364)"^^geo:wktLiteral ;
  geo-pos:lat "48.69437"^^xsd:decimal ;
  geo-pos:long "-1.56364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7245'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56364'^^xsd:double;
  dwc:latitude '48.69437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56364 48.69437, -1.56364 48.69437, -1.56364 48.69437, -1.56364 48.69437, -1.56364 48.69437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7245'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70943 -1.56364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70943 -1.56364)"^^geo:wktLiteral ;
  geo-pos:lat "48.70943"^^xsd:decimal ;
  geo-pos:long "-1.56364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3092'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56364'^^xsd:double;
  dwc:latitude '48.70943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56364 48.70943, -1.56364 48.70943, -1.56364 48.70943, -1.56364 48.70943, -1.56364 48.70943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3092'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71054 -1.56364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71054 -1.56364)"^^geo:wktLiteral ;
  geo-pos:lat "48.71054"^^xsd:decimal ;
  geo-pos:long "-1.56364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5272'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56364'^^xsd:double;
  dwc:latitude '48.71054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56364 48.71054, -1.56364 48.71054, -1.56364 48.71054, -1.56364 48.71054, -1.56364 48.71054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5272'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71963 -1.56363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71963 -1.56363)"^^geo:wktLiteral ;
  geo-pos:lat "48.71963"^^xsd:decimal ;
  geo-pos:long "-1.56363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2530'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56363'^^xsd:double;
  dwc:latitude '48.71963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56363 48.71963, -1.56363 48.71963, -1.56363 48.71963, -1.56363 48.71963, -1.56363 48.71963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2530'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72709 -1.56362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72709 -1.56362)"^^geo:wktLiteral ;
  geo-pos:lat "48.72709"^^xsd:decimal ;
  geo-pos:long "-1.56362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1941'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56362'^^xsd:double;
  dwc:latitude '48.72709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56362 48.72709, -1.56362 48.72709, -1.56362 48.72709, -1.56362 48.72709, -1.56362 48.72709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1941'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65869 -1.56361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65869 -1.56361)"^^geo:wktLiteral ;
  geo-pos:lat "48.65869"^^xsd:decimal ;
  geo-pos:long "-1.56361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7012'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56361'^^xsd:double;
  dwc:latitude '48.65869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56361 48.65869, -1.56361 48.65869, -1.56361 48.65869, -1.56361 48.65869, -1.56361 48.65869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7012'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66131 -1.56359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66131 -1.56359)"^^geo:wktLiteral ;
  geo-pos:lat "48.66131"^^xsd:decimal ;
  geo-pos:long "-1.56359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8594'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56359'^^xsd:double;
  dwc:latitude '48.66131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56359 48.66131, -1.56359 48.66131, -1.56359 48.66131, -1.56359 48.66131, -1.56359 48.66131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8594'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67974 -1.56358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67974 -1.56358)"^^geo:wktLiteral ;
  geo-pos:lat "48.67974"^^xsd:decimal ;
  geo-pos:long "-1.56358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5960'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56358'^^xsd:double;
  dwc:latitude '48.67974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56358 48.67974, -1.56358 48.67974, -1.56358 48.67974, -1.56358 48.67974, -1.56358 48.67974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5960'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69876 -1.56358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69876 -1.56358)"^^geo:wktLiteral ;
  geo-pos:lat "48.69876"^^xsd:decimal ;
  geo-pos:long "-1.56358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4992'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56358'^^xsd:double;
  dwc:latitude '48.69876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56358 48.69876, -1.56358 48.69876, -1.56358 48.69876, -1.56358 48.69876, -1.56358 48.69876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4992'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72876 -1.56358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72876 -1.56358)"^^geo:wktLiteral ;
  geo-pos:lat "48.72876"^^xsd:decimal ;
  geo-pos:long "-1.56358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1858'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56358'^^xsd:double;
  dwc:latitude '48.72876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56358 48.72876, -1.56358 48.72876, -1.56358 48.72876, -1.56358 48.72876, -1.56358 48.72876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1858'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65726 -1.56357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65726 -1.56357)"^^geo:wktLiteral ;
  geo-pos:lat "48.65726"^^xsd:decimal ;
  geo-pos:long "-1.56357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7033'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56357'^^xsd:double;
  dwc:latitude '48.65726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56357 48.65726, -1.56357 48.65726, -1.56357 48.65726, -1.56357 48.65726, -1.56357 48.65726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7033'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69712 -1.56357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69712 -1.56357)"^^geo:wktLiteral ;
  geo-pos:lat "48.69712"^^xsd:decimal ;
  geo-pos:long "-1.56357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7845'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56357'^^xsd:double;
  dwc:latitude '48.69712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56357 48.69712, -1.56357 48.69712, -1.56357 48.69712, -1.56357 48.69712, -1.56357 48.69712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7845'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68792 -1.56356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68792 -1.56356)"^^geo:wktLiteral ;
  geo-pos:lat "48.68792"^^xsd:decimal ;
  geo-pos:long "-1.56356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5659'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56356'^^xsd:double;
  dwc:latitude '48.68792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56356 48.68792, -1.56356 48.68792, -1.56356 48.68792, -1.56356 48.68792, -1.56356 48.68792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5659'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70956 -1.56356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70956 -1.56356)"^^geo:wktLiteral ;
  geo-pos:lat "48.70956"^^xsd:decimal ;
  geo-pos:long "-1.56356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3098'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56356'^^xsd:double;
  dwc:latitude '48.70956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56356 48.70956, -1.56356 48.70956, -1.56356 48.70956, -1.56356 48.70956, -1.56356 48.70956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3098'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67719 -1.56355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67719 -1.56355)"^^geo:wktLiteral ;
  geo-pos:lat "48.67719"^^xsd:decimal ;
  geo-pos:long "-1.56355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2036'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56355'^^xsd:double;
  dwc:latitude '48.67719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56355 48.67719, -1.56355 48.67719, -1.56355 48.67719, -1.56355 48.67719, -1.56355 48.67719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2036'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70576 -1.56355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70576 -1.56355)"^^geo:wktLiteral ;
  geo-pos:lat "48.70576"^^xsd:decimal ;
  geo-pos:long "-1.56355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3162'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56355'^^xsd:double;
  dwc:latitude '48.70576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56355 48.70576, -1.56355 48.70576, -1.56355 48.70576, -1.56355 48.70576, -1.56355 48.70576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3162'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66873 -1.56354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66873 -1.56354)"^^geo:wktLiteral ;
  geo-pos:lat "48.66873"^^xsd:decimal ;
  geo-pos:long "-1.56354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3303'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56354'^^xsd:double;
  dwc:latitude '48.66873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56354 48.66873, -1.56354 48.66873, -1.56354 48.66873, -1.56354 48.66873, -1.56354 48.66873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3303'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66204 -1.56351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66204 -1.56351)"^^geo:wktLiteral ;
  geo-pos:lat "48.66204"^^xsd:decimal ;
  geo-pos:long "-1.56351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13441'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56351'^^xsd:double;
  dwc:latitude '48.66204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56351 48.66204, -1.56351 48.66204, -1.56351 48.66204, -1.56351 48.66204, -1.56351 48.66204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13441'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71933 -1.5635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71933 -1.5635)"^^geo:wktLiteral ;
  geo-pos:lat "48.71933"^^xsd:decimal ;
  geo-pos:long "-1.5635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1055'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5635'^^xsd:double;
  dwc:latitude '48.71933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5635 48.71933, -1.5635 48.71933, -1.5635 48.71933, -1.5635 48.71933, -1.5635 48.71933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1055'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69632 -1.56348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69632 -1.56348)"^^geo:wktLiteral ;
  geo-pos:lat "48.69632"^^xsd:decimal ;
  geo-pos:long "-1.56348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6588'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56348'^^xsd:double;
  dwc:latitude '48.69632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56348 48.69632, -1.56348 48.69632, -1.56348 48.69632, -1.56348 48.69632, -1.56348 48.69632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6588'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72778 -1.56346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72778 -1.56346)"^^geo:wktLiteral ;
  geo-pos:lat "48.72778"^^xsd:decimal ;
  geo-pos:long "-1.56346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2615'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56346'^^xsd:double;
  dwc:latitude '48.72778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56346 48.72778, -1.56346 48.72778, -1.56346 48.72778, -1.56346 48.72778, -1.56346 48.72778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2615'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69736 -1.56345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69736 -1.56345)"^^geo:wktLiteral ;
  geo-pos:lat "48.69736"^^xsd:decimal ;
  geo-pos:long "-1.56345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7886'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56345'^^xsd:double;
  dwc:latitude '48.69736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56345 48.69736, -1.56345 48.69736, -1.56345 48.69736, -1.56345 48.69736, -1.56345 48.69736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7886'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73725 -1.56345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73725 -1.56345)"^^geo:wktLiteral ;
  geo-pos:lat "48.73725"^^xsd:decimal ;
  geo-pos:long "-1.56345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7390'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '8.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56345'^^xsd:double;
  dwc:latitude '48.73725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56345 48.73725, -1.56345 48.73725, -1.56345 48.73725, -1.56345 48.73725, -1.56345 48.73725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7390'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72932 -1.56344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72932 -1.56344)"^^geo:wktLiteral ;
  geo-pos:lat "48.72932"^^xsd:decimal ;
  geo-pos:long "-1.56344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3379'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56344'^^xsd:double;
  dwc:latitude '48.72932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56344 48.72932, -1.56344 48.72932, -1.56344 48.72932, -1.56344 48.72932, -1.56344 48.72932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3379'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72687 -1.56343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72687 -1.56343)"^^geo:wktLiteral ;
  geo-pos:lat "48.72687"^^xsd:decimal ;
  geo-pos:long "-1.56343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_702'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56343'^^xsd:double;
  dwc:latitude '48.72687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56343 48.72687, -1.56343 48.72687, -1.56343 48.72687, -1.56343 48.72687, -1.56343 48.72687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_702'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70028 -1.56342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70028 -1.56342)"^^geo:wktLiteral ;
  geo-pos:lat "48.70028"^^xsd:decimal ;
  geo-pos:long "-1.56342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1400'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56342'^^xsd:double;
  dwc:latitude '48.70028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56342 48.70028, -1.56342 48.70028, -1.56342 48.70028, -1.56342 48.70028, -1.56342 48.70028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1400'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7059 -1.56342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7059 -1.56342)"^^geo:wktLiteral ;
  geo-pos:lat "48.7059"^^xsd:decimal ;
  geo-pos:long "-1.56342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1087'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56342'^^xsd:double;
  dwc:latitude '48.7059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56342 48.7059, -1.56342 48.7059, -1.56342 48.7059, -1.56342 48.7059, -1.56342 48.7059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1087'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69755 -1.56341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69755 -1.56341)"^^geo:wktLiteral ;
  geo-pos:lat "48.69755"^^xsd:decimal ;
  geo-pos:long "-1.56341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1403'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56341'^^xsd:double;
  dwc:latitude '48.69755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56341 48.69755, -1.56341 48.69755, -1.56341 48.69755, -1.56341 48.69755, -1.56341 48.69755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1403'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70049 -1.56341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70049 -1.56341)"^^geo:wktLiteral ;
  geo-pos:lat "48.70049"^^xsd:decimal ;
  geo-pos:long "-1.56341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5666'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56341'^^xsd:double;
  dwc:latitude '48.70049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56341 48.70049, -1.56341 48.70049, -1.56341 48.70049, -1.56341 48.70049, -1.56341 48.70049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5666'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70293 -1.56341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70293 -1.56341)"^^geo:wktLiteral ;
  geo-pos:lat "48.70293"^^xsd:decimal ;
  geo-pos:long "-1.56341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_892'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56341'^^xsd:double;
  dwc:latitude '48.70293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56341 48.70293, -1.56341 48.70293, -1.56341 48.70293, -1.56341 48.70293, -1.56341 48.70293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_892'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7053 -1.56341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7053 -1.56341)"^^geo:wktLiteral ;
  geo-pos:lat "48.7053"^^xsd:decimal ;
  geo-pos:long "-1.56341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9608'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56341'^^xsd:double;
  dwc:latitude '48.7053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56341 48.7053, -1.56341 48.7053, -1.56341 48.7053, -1.56341 48.7053, -1.56341 48.7053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9608'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71961 -1.5634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71961 -1.5634)"^^geo:wktLiteral ;
  geo-pos:lat "48.71961"^^xsd:decimal ;
  geo-pos:long "-1.5634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13707'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5634'^^xsd:double;
  dwc:latitude '48.71961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5634 48.71961, -1.5634 48.71961, -1.5634 48.71961, -1.5634 48.71961, -1.5634 48.71961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13707'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72215 -1.5634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72215 -1.5634)"^^geo:wktLiteral ;
  geo-pos:lat "48.72215"^^xsd:decimal ;
  geo-pos:long "-1.5634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3030'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5634'^^xsd:double;
  dwc:latitude '48.72215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5634 48.72215, -1.5634 48.72215, -1.5634 48.72215, -1.5634 48.72215, -1.5634 48.72215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3030'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72229 -1.56339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72229 -1.56339)"^^geo:wktLiteral ;
  geo-pos:lat "48.72229"^^xsd:decimal ;
  geo-pos:long "-1.56339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4476'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56339'^^xsd:double;
  dwc:latitude '48.72229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56339 48.72229, -1.56339 48.72229, -1.56339 48.72229, -1.56339 48.72229, -1.56339 48.72229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4476'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72008 -1.56338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72008 -1.56338)"^^geo:wktLiteral ;
  geo-pos:lat "48.72008"^^xsd:decimal ;
  geo-pos:long "-1.56338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2955'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56338'^^xsd:double;
  dwc:latitude '48.72008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56338 48.72008, -1.56338 48.72008, -1.56338 48.72008, -1.56338 48.72008, -1.56338 48.72008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2955'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66543 -1.56337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66543 -1.56337)"^^geo:wktLiteral ;
  geo-pos:lat "48.66543"^^xsd:decimal ;
  geo-pos:long "-1.56337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7250'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56337'^^xsd:double;
  dwc:latitude '48.66543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56337 48.66543, -1.56337 48.66543, -1.56337 48.66543, -1.56337 48.66543, -1.56337 48.66543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7250'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65575 -1.56333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65575 -1.56333)"^^geo:wktLiteral ;
  geo-pos:lat "48.65575"^^xsd:decimal ;
  geo-pos:long "-1.56333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7032'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56333'^^xsd:double;
  dwc:latitude '48.65575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56333 48.65575, -1.56333 48.65575, -1.56333 48.65575, -1.56333 48.65575, -1.56333 48.65575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7032'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69614 -1.5633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69614 -1.5633)"^^geo:wktLiteral ;
  geo-pos:lat "48.69614"^^xsd:decimal ;
  geo-pos:long "-1.5633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6875'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5633'^^xsd:double;
  dwc:latitude '48.69614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5633 48.69614, -1.5633 48.69614, -1.5633 48.69614, -1.5633 48.69614, -1.5633 48.69614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6875'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71832 -1.5633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71832 -1.5633)"^^geo:wktLiteral ;
  geo-pos:lat "48.71832"^^xsd:decimal ;
  geo-pos:long "-1.5633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9116'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5633'^^xsd:double;
  dwc:latitude '48.71832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5633 48.71832, -1.5633 48.71832, -1.5633 48.71832, -1.5633 48.71832, -1.5633 48.71832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9116'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70976 -1.56328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70976 -1.56328)"^^geo:wktLiteral ;
  geo-pos:lat "48.70976"^^xsd:decimal ;
  geo-pos:long "-1.56328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3135'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56328'^^xsd:double;
  dwc:latitude '48.70976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56328 48.70976, -1.56328 48.70976, -1.56328 48.70976, -1.56328 48.70976, -1.56328 48.70976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3135'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66082 -1.56327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66082 -1.56327)"^^geo:wktLiteral ;
  geo-pos:lat "48.66082"^^xsd:decimal ;
  geo-pos:long "-1.56327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8593'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56327'^^xsd:double;
  dwc:latitude '48.66082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56327 48.66082, -1.56327 48.66082, -1.56327 48.66082, -1.56327 48.66082, -1.56327 48.66082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8593'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6758 -1.56327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6758 -1.56327)"^^geo:wktLiteral ;
  geo-pos:lat "48.6758"^^xsd:decimal ;
  geo-pos:long "-1.56327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4649'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56327'^^xsd:double;
  dwc:latitude '48.6758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56327 48.6758, -1.56327 48.6758, -1.56327 48.6758, -1.56327 48.6758, -1.56327 48.6758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4649'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66475 -1.56324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66475 -1.56324)"^^geo:wktLiteral ;
  geo-pos:lat "48.66475"^^xsd:decimal ;
  geo-pos:long "-1.56324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3876'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56324'^^xsd:double;
  dwc:latitude '48.66475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56324 48.66475, -1.56324 48.66475, -1.56324 48.66475, -1.56324 48.66475, -1.56324 48.66475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3876'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68271 -1.56324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68271 -1.56324)"^^geo:wktLiteral ;
  geo-pos:lat "48.68271"^^xsd:decimal ;
  geo-pos:long "-1.56324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7239'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56324'^^xsd:double;
  dwc:latitude '48.68271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56324 48.68271, -1.56324 48.68271, -1.56324 48.68271, -1.56324 48.68271, -1.56324 48.68271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7239'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69659 -1.56323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69659 -1.56323)"^^geo:wktLiteral ;
  geo-pos:lat "48.69659"^^xsd:decimal ;
  geo-pos:long "-1.56323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2678'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56323'^^xsd:double;
  dwc:latitude '48.69659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56323 48.69659, -1.56323 48.69659, -1.56323 48.69659, -1.56323 48.69659, -1.56323 48.69659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2678'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.56322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.56322)"^^geo:wktLiteral ;
  geo-pos:lat "48.69764"^^xsd:decimal ;
  geo-pos:long "-1.56322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3676'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56322'^^xsd:double;
  dwc:latitude '48.69764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56322 48.69764, -1.56322 48.69764, -1.56322 48.69764, -1.56322 48.69764, -1.56322 48.69764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3676'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65368 -1.56321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65368"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65368 -1.56321)"^^geo:wktLiteral ;
  geo-pos:lat "48.65368"^^xsd:decimal ;
  geo-pos:long "-1.56321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_426'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56321'^^xsd:double;
  dwc:latitude '48.65368'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56321 48.65368, -1.56321 48.65368, -1.56321 48.65368, -1.56321 48.65368, -1.56321 48.65368))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_426'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68906 -1.56321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68906 -1.56321)"^^geo:wktLiteral ;
  geo-pos:lat "48.68906"^^xsd:decimal ;
  geo-pos:long "-1.56321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6071'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56321'^^xsd:double;
  dwc:latitude '48.68906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56321 48.68906, -1.56321 48.68906, -1.56321 48.68906, -1.56321 48.68906, -1.56321 48.68906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6071'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69286 -1.56321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69286 -1.56321)"^^geo:wktLiteral ;
  geo-pos:lat "48.69286"^^xsd:decimal ;
  geo-pos:long "-1.56321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6618'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56321'^^xsd:double;
  dwc:latitude '48.69286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56321 48.69286, -1.56321 48.69286, -1.56321 48.69286, -1.56321 48.69286, -1.56321 48.69286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6618'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72149 -1.5632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72149 -1.5632)"^^geo:wktLiteral ;
  geo-pos:lat "48.72149"^^xsd:decimal ;
  geo-pos:long "-1.5632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_727'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5632'^^xsd:double;
  dwc:latitude '48.72149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5632 48.72149, -1.5632 48.72149, -1.5632 48.72149, -1.5632 48.72149, -1.5632 48.72149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_727'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70545 -1.56319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70545 -1.56319)"^^geo:wktLiteral ;
  geo-pos:lat "48.70545"^^xsd:decimal ;
  geo-pos:long "-1.56319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6002'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56319'^^xsd:double;
  dwc:latitude '48.70545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56319 48.70545, -1.56319 48.70545, -1.56319 48.70545, -1.56319 48.70545, -1.56319 48.70545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6002'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69697 -1.56318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69697 -1.56318)"^^geo:wktLiteral ;
  geo-pos:lat "48.69697"^^xsd:decimal ;
  geo-pos:long "-1.56318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7844'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56318'^^xsd:double;
  dwc:latitude '48.69697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56318 48.69697, -1.56318 48.69697, -1.56318 48.69697, -1.56318 48.69697, -1.56318 48.69697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7844'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69959 -1.56318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69959 -1.56318)"^^geo:wktLiteral ;
  geo-pos:lat "48.69959"^^xsd:decimal ;
  geo-pos:long "-1.56318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4443'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56318'^^xsd:double;
  dwc:latitude '48.69959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56318 48.69959, -1.56318 48.69959, -1.56318 48.69959, -1.56318 48.69959, -1.56318 48.69959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4443'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70093 -1.56318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70093 -1.56318)"^^geo:wktLiteral ;
  geo-pos:lat "48.70093"^^xsd:decimal ;
  geo-pos:long "-1.56318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3913'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56318'^^xsd:double;
  dwc:latitude '48.70093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56318 48.70093, -1.56318 48.70093, -1.56318 48.70093, -1.56318 48.70093, -1.56318 48.70093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3913'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70276 -1.56318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70276 -1.56318)"^^geo:wktLiteral ;
  geo-pos:lat "48.70276"^^xsd:decimal ;
  geo-pos:long "-1.56318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1089'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56318'^^xsd:double;
  dwc:latitude '48.70276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56318 48.70276, -1.56318 48.70276, -1.56318 48.70276, -1.56318 48.70276, -1.56318 48.70276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1089'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73445 -1.56318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73445 -1.56318)"^^geo:wktLiteral ;
  geo-pos:lat "48.73445"^^xsd:decimal ;
  geo-pos:long "-1.56318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3418'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56318'^^xsd:double;
  dwc:latitude '48.73445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56318 48.73445, -1.56318 48.73445, -1.56318 48.73445, -1.56318 48.73445, -1.56318 48.73445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3418'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69792 -1.56317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69792 -1.56317)"^^geo:wktLiteral ;
  geo-pos:lat "48.69792"^^xsd:decimal ;
  geo-pos:long "-1.56317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4595'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56317'^^xsd:double;
  dwc:latitude '48.69792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56317 48.69792, -1.56317 48.69792, -1.56317 48.69792, -1.56317 48.69792, -1.56317 48.69792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4595'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6646 -1.56316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6646 -1.56316)"^^geo:wktLiteral ;
  geo-pos:lat "48.6646"^^xsd:decimal ;
  geo-pos:long "-1.56316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6490'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56316'^^xsd:double;
  dwc:latitude '48.6646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56316 48.6646, -1.56316 48.6646, -1.56316 48.6646, -1.56316 48.6646, -1.56316 48.6646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6490'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69604 -1.56315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69604 -1.56315)"^^geo:wktLiteral ;
  geo-pos:lat "48.69604"^^xsd:decimal ;
  geo-pos:long "-1.56315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6793'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56315'^^xsd:double;
  dwc:latitude '48.69604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56315 48.69604, -1.56315 48.69604, -1.56315 48.69604, -1.56315 48.69604, -1.56315 48.69604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6793'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72768 -1.56315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72768 -1.56315)"^^geo:wktLiteral ;
  geo-pos:lat "48.72768"^^xsd:decimal ;
  geo-pos:long "-1.56315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2642'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56315'^^xsd:double;
  dwc:latitude '48.72768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56315 48.72768, -1.56315 48.72768, -1.56315 48.72768, -1.56315 48.72768, -1.56315 48.72768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2642'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69565 -1.56313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69565 -1.56313)"^^geo:wktLiteral ;
  geo-pos:lat "48.69565"^^xsd:decimal ;
  geo-pos:long "-1.56313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7920'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56313'^^xsd:double;
  dwc:latitude '48.69565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56313 48.69565, -1.56313 48.69565, -1.56313 48.69565, -1.56313 48.69565, -1.56313 48.69565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7920'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69752 -1.56313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69752 -1.56313)"^^geo:wktLiteral ;
  geo-pos:lat "48.69752"^^xsd:decimal ;
  geo-pos:long "-1.56313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7928'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56313'^^xsd:double;
  dwc:latitude '48.69752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56313 48.69752, -1.56313 48.69752, -1.56313 48.69752, -1.56313 48.69752, -1.56313 48.69752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7928'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69794 -1.56313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69794 -1.56313)"^^geo:wktLiteral ;
  geo-pos:lat "48.69794"^^xsd:decimal ;
  geo-pos:long "-1.56313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5236'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56313'^^xsd:double;
  dwc:latitude '48.69794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56313 48.69794, -1.56313 48.69794, -1.56313 48.69794, -1.56313 48.69794, -1.56313 48.69794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5236'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70022 -1.56312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70022 -1.56312)"^^geo:wktLiteral ;
  geo-pos:lat "48.70022"^^xsd:decimal ;
  geo-pos:long "-1.56312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2666'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56312'^^xsd:double;
  dwc:latitude '48.70022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56312 48.70022, -1.56312 48.70022, -1.56312 48.70022, -1.56312 48.70022, -1.56312 48.70022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2666'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69617 -1.56311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69617"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69617 -1.56311)"^^geo:wktLiteral ;
  geo-pos:lat "48.69617"^^xsd:decimal ;
  geo-pos:long "-1.56311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4236'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56311'^^xsd:double;
  dwc:latitude '48.69617'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56311 48.69617, -1.56311 48.69617, -1.56311 48.69617, -1.56311 48.69617, -1.56311 48.69617))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4236'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72659 -1.56311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72659 -1.56311)"^^geo:wktLiteral ;
  geo-pos:lat "48.72659"^^xsd:decimal ;
  geo-pos:long "-1.56311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2620'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56311'^^xsd:double;
  dwc:latitude '48.72659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56311 48.72659, -1.56311 48.72659, -1.56311 48.72659, -1.56311 48.72659, -1.56311 48.72659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2620'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6996 -1.5631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6996"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6996 -1.5631)"^^geo:wktLiteral ;
  geo-pos:lat "48.6996"^^xsd:decimal ;
  geo-pos:long "-1.5631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4376'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5631'^^xsd:double;
  dwc:latitude '48.6996'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5631 48.6996, -1.5631 48.6996, -1.5631 48.6996, -1.5631 48.6996, -1.5631 48.6996))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4376'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69673 -1.56309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69673 -1.56309)"^^geo:wktLiteral ;
  geo-pos:lat "48.69673"^^xsd:decimal ;
  geo-pos:long "-1.56309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5754'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56309'^^xsd:double;
  dwc:latitude '48.69673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56309 48.69673, -1.56309 48.69673, -1.56309 48.69673, -1.56309 48.69673, -1.56309 48.69673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5754'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71881 -1.56309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71881"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71881 -1.56309)"^^geo:wktLiteral ;
  geo-pos:lat "48.71881"^^xsd:decimal ;
  geo-pos:long "-1.56309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4033'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56309'^^xsd:double;
  dwc:latitude '48.71881'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56309 48.71881, -1.56309 48.71881, -1.56309 48.71881, -1.56309 48.71881, -1.56309 48.71881))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4033'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73345 -1.56309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73345 -1.56309)"^^geo:wktLiteral ;
  geo-pos:lat "48.73345"^^xsd:decimal ;
  geo-pos:long "-1.56309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3374'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56309'^^xsd:double;
  dwc:latitude '48.73345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56309 48.73345, -1.56309 48.73345, -1.56309 48.73345, -1.56309 48.73345, -1.56309 48.73345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3374'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69744 -1.56308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69744 -1.56308)"^^geo:wktLiteral ;
  geo-pos:lat "48.69744"^^xsd:decimal ;
  geo-pos:long "-1.56308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1569'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56308'^^xsd:double;
  dwc:latitude '48.69744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56308 48.69744, -1.56308 48.69744, -1.56308 48.69744, -1.56308 48.69744, -1.56308 48.69744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1569'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70738 -1.56308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70738"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70738 -1.56308)"^^geo:wktLiteral ;
  geo-pos:lat "48.70738"^^xsd:decimal ;
  geo-pos:long "-1.56308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7948'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56308'^^xsd:double;
  dwc:latitude '48.70738'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56308 48.70738, -1.56308 48.70738, -1.56308 48.70738, -1.56308 48.70738, -1.56308 48.70738))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7948'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67804 -1.56307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67804 -1.56307)"^^geo:wktLiteral ;
  geo-pos:lat "48.67804"^^xsd:decimal ;
  geo-pos:long "-1.56307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5986'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56307'^^xsd:double;
  dwc:latitude '48.67804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56307 48.67804, -1.56307 48.67804, -1.56307 48.67804, -1.56307 48.67804, -1.56307 48.67804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5986'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.693 -1.56307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.693 -1.56307)"^^geo:wktLiteral ;
  geo-pos:lat "48.693"^^xsd:decimal ;
  geo-pos:long "-1.56307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9250'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56307'^^xsd:double;
  dwc:latitude '48.693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56307 48.693, -1.56307 48.693, -1.56307 48.693, -1.56307 48.693, -1.56307 48.693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9250'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70835 -1.56307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70835 -1.56307)"^^geo:wktLiteral ;
  geo-pos:lat "48.70835"^^xsd:decimal ;
  geo-pos:long "-1.56307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4182'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56307'^^xsd:double;
  dwc:latitude '48.70835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56307 48.70835, -1.56307 48.70835, -1.56307 48.70835, -1.56307 48.70835, -1.56307 48.70835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4182'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70848 -1.56307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70848"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70848 -1.56307)"^^geo:wktLiteral ;
  geo-pos:lat "48.70848"^^xsd:decimal ;
  geo-pos:long "-1.56307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10105'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56307'^^xsd:double;
  dwc:latitude '48.70848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56307 48.70848, -1.56307 48.70848, -1.56307 48.70848, -1.56307 48.70848, -1.56307 48.70848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10105'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70208 -1.56306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70208"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70208 -1.56306)"^^geo:wktLiteral ;
  geo-pos:lat "48.70208"^^xsd:decimal ;
  geo-pos:long "-1.56306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_828'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56306'^^xsd:double;
  dwc:latitude '48.70208'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56306 48.70208, -1.56306 48.70208, -1.56306 48.70208, -1.56306 48.70208, -1.56306 48.70208))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_828'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71169 -1.56305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71169 -1.56305)"^^geo:wktLiteral ;
  geo-pos:lat "48.71169"^^xsd:decimal ;
  geo-pos:long "-1.56305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3983'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56305'^^xsd:double;
  dwc:latitude '48.71169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56305 48.71169, -1.56305 48.71169, -1.56305 48.71169, -1.56305 48.71169, -1.56305 48.71169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3983'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.708 -1.56304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.708 -1.56304)"^^geo:wktLiteral ;
  geo-pos:lat "48.708"^^xsd:decimal ;
  geo-pos:long "-1.56304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9078'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56304'^^xsd:double;
  dwc:latitude '48.708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56304 48.708, -1.56304 48.708, -1.56304 48.708, -1.56304 48.708, -1.56304 48.708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9078'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70738 -1.56302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70738"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70738 -1.56302)"^^geo:wktLiteral ;
  geo-pos:lat "48.70738"^^xsd:decimal ;
  geo-pos:long "-1.56302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5477'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56302'^^xsd:double;
  dwc:latitude '48.70738'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56302 48.70738, -1.56302 48.70738, -1.56302 48.70738, -1.56302 48.70738, -1.56302 48.70738))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5477'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.56299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.56299)"^^geo:wktLiteral ;
  geo-pos:lat "48.69969"^^xsd:decimal ;
  geo-pos:long "-1.56299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8490'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56299'^^xsd:double;
  dwc:latitude '48.69969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56299 48.69969, -1.56299 48.69969, -1.56299 48.69969, -1.56299 48.69969, -1.56299 48.69969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8490'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68997 -1.56298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68997 -1.56298)"^^geo:wktLiteral ;
  geo-pos:lat "48.68997"^^xsd:decimal ;
  geo-pos:long "-1.56298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10426'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56298'^^xsd:double;
  dwc:latitude '48.68997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56298 48.68997, -1.56298 48.68997, -1.56298 48.68997, -1.56298 48.68997, -1.56298 48.68997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10426'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66369 -1.56296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66369 -1.56296)"^^geo:wktLiteral ;
  geo-pos:lat "48.66369"^^xsd:decimal ;
  geo-pos:long "-1.56296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11440'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56296'^^xsd:double;
  dwc:latitude '48.66369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56296 48.66369, -1.56296 48.66369, -1.56296 48.66369, -1.56296 48.66369, -1.56296 48.66369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11440'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72125 -1.56296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72125 -1.56296)"^^geo:wktLiteral ;
  geo-pos:lat "48.72125"^^xsd:decimal ;
  geo-pos:long "-1.56296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3063'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56296'^^xsd:double;
  dwc:latitude '48.72125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56296 48.72125, -1.56296 48.72125, -1.56296 48.72125, -1.56296 48.72125, -1.56296 48.72125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3063'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67993 -1.56295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67993"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67993 -1.56295)"^^geo:wktLiteral ;
  geo-pos:lat "48.67993"^^xsd:decimal ;
  geo-pos:long "-1.56295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4930'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56295'^^xsd:double;
  dwc:latitude '48.67993'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56295 48.67993, -1.56295 48.67993, -1.56295 48.67993, -1.56295 48.67993, -1.56295 48.67993))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4930'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68093 -1.56295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68093 -1.56295)"^^geo:wktLiteral ;
  geo-pos:lat "48.68093"^^xsd:decimal ;
  geo-pos:long "-1.56295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6821'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56295'^^xsd:double;
  dwc:latitude '48.68093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56295 48.68093, -1.56295 48.68093, -1.56295 48.68093, -1.56295 48.68093, -1.56295 48.68093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6821'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70492 -1.56293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70492 -1.56293)"^^geo:wktLiteral ;
  geo-pos:lat "48.70492"^^xsd:decimal ;
  geo-pos:long "-1.56293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4005'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56293'^^xsd:double;
  dwc:latitude '48.70492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56293 48.70492, -1.56293 48.70492, -1.56293 48.70492, -1.56293 48.70492, -1.56293 48.70492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4005'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71905 -1.56292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71905 -1.56292)"^^geo:wktLiteral ;
  geo-pos:lat "48.71905"^^xsd:decimal ;
  geo-pos:long "-1.56292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8101'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56292'^^xsd:double;
  dwc:latitude '48.71905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56292 48.71905, -1.56292 48.71905, -1.56292 48.71905, -1.56292 48.71905, -1.56292 48.71905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8101'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72724 -1.56292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72724 -1.56292)"^^geo:wktLiteral ;
  geo-pos:lat "48.72724"^^xsd:decimal ;
  geo-pos:long "-1.56292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_691'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56292'^^xsd:double;
  dwc:latitude '48.72724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56292 48.72724, -1.56292 48.72724, -1.56292 48.72724, -1.56292 48.72724, -1.56292 48.72724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_691'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70187 -1.56291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70187 -1.56291)"^^geo:wktLiteral ;
  geo-pos:lat "48.70187"^^xsd:decimal ;
  geo-pos:long "-1.56291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4258'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56291'^^xsd:double;
  dwc:latitude '48.70187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56291 48.70187, -1.56291 48.70187, -1.56291 48.70187, -1.56291 48.70187, -1.56291 48.70187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4258'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71695 -1.56291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71695"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71695 -1.56291)"^^geo:wktLiteral ;
  geo-pos:lat "48.71695"^^xsd:decimal ;
  geo-pos:long "-1.56291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8050'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56291'^^xsd:double;
  dwc:latitude '48.71695'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56291 48.71695, -1.56291 48.71695, -1.56291 48.71695, -1.56291 48.71695, -1.56291 48.71695))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8050'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6831 -1.5629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6831 -1.5629)"^^geo:wktLiteral ;
  geo-pos:lat "48.6831"^^xsd:decimal ;
  geo-pos:long "-1.5629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10380'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5629'^^xsd:double;
  dwc:latitude '48.6831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5629 48.6831, -1.5629 48.6831, -1.5629 48.6831, -1.5629 48.6831, -1.5629 48.6831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10380'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69393 -1.5629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69393 -1.5629)"^^geo:wktLiteral ;
  geo-pos:lat "48.69393"^^xsd:decimal ;
  geo-pos:long "-1.5629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_456'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5629'^^xsd:double;
  dwc:latitude '48.69393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5629 48.69393, -1.5629 48.69393, -1.5629 48.69393, -1.5629 48.69393, -1.5629 48.69393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_456'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71095 -1.5629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71095 -1.5629)"^^geo:wktLiteral ;
  geo-pos:lat "48.71095"^^xsd:decimal ;
  geo-pos:long "-1.5629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1171'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5629'^^xsd:double;
  dwc:latitude '48.71095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5629 48.71095, -1.5629 48.71095, -1.5629 48.71095, -1.5629 48.71095, -1.5629 48.71095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1171'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71866 -1.56288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71866 -1.56288)"^^geo:wktLiteral ;
  geo-pos:lat "48.71866"^^xsd:decimal ;
  geo-pos:long "-1.56288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8117'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56288'^^xsd:double;
  dwc:latitude '48.71866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56288 48.71866, -1.56288 48.71866, -1.56288 48.71866, -1.56288 48.71866, -1.56288 48.71866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8117'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72779 -1.56287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72779 -1.56287)"^^geo:wktLiteral ;
  geo-pos:lat "48.72779"^^xsd:decimal ;
  geo-pos:long "-1.56287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2641'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56287'^^xsd:double;
  dwc:latitude '48.72779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56287 48.72779, -1.56287 48.72779, -1.56287 48.72779, -1.56287 48.72779, -1.56287 48.72779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2641'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72747 -1.56286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72747"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72747 -1.56286)"^^geo:wktLiteral ;
  geo-pos:lat "48.72747"^^xsd:decimal ;
  geo-pos:long "-1.56286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1817'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56286'^^xsd:double;
  dwc:latitude '48.72747'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56286 48.72747, -1.56286 48.72747, -1.56286 48.72747, -1.56286 48.72747, -1.56286 48.72747))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1817'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70211 -1.56283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70211 -1.56283)"^^geo:wktLiteral ;
  geo-pos:lat "48.70211"^^xsd:decimal ;
  geo-pos:long "-1.56283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10374'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56283'^^xsd:double;
  dwc:latitude '48.70211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56283 48.70211, -1.56283 48.70211, -1.56283 48.70211, -1.56283 48.70211, -1.56283 48.70211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10374'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68235 -1.56282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68235"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68235 -1.56282)"^^geo:wktLiteral ;
  geo-pos:lat "48.68235"^^xsd:decimal ;
  geo-pos:long "-1.56282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6651'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56282'^^xsd:double;
  dwc:latitude '48.68235'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56282 48.68235, -1.56282 48.68235, -1.56282 48.68235, -1.56282 48.68235, -1.56282 48.68235))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6651'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70752 -1.56282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70752 -1.56282)"^^geo:wktLiteral ;
  geo-pos:lat "48.70752"^^xsd:decimal ;
  geo-pos:long "-1.56282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4195'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56282'^^xsd:double;
  dwc:latitude '48.70752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56282 48.70752, -1.56282 48.70752, -1.56282 48.70752, -1.56282 48.70752, -1.56282 48.70752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4195'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71037 -1.5628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71037 -1.5628)"^^geo:wktLiteral ;
  geo-pos:lat "48.71037"^^xsd:decimal ;
  geo-pos:long "-1.5628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1197'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5628'^^xsd:double;
  dwc:latitude '48.71037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5628 48.71037, -1.5628 48.71037, -1.5628 48.71037, -1.5628 48.71037, -1.5628 48.71037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1197'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71914 -1.56279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71914 -1.56279)"^^geo:wktLiteral ;
  geo-pos:lat "48.71914"^^xsd:decimal ;
  geo-pos:long "-1.56279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1961'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56279'^^xsd:double;
  dwc:latitude '48.71914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56279 48.71914, -1.56279 48.71914, -1.56279 48.71914, -1.56279 48.71914, -1.56279 48.71914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1961'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72663 -1.56277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72663 -1.56277)"^^geo:wktLiteral ;
  geo-pos:lat "48.72663"^^xsd:decimal ;
  geo-pos:long "-1.56277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_414'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56277'^^xsd:double;
  dwc:latitude '48.72663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56277 48.72663, -1.56277 48.72663, -1.56277 48.72663, -1.56277 48.72663, -1.56277 48.72663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_414'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70716 -1.56276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70716 -1.56276)"^^geo:wktLiteral ;
  geo-pos:lat "48.70716"^^xsd:decimal ;
  geo-pos:long "-1.56276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6606'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56276'^^xsd:double;
  dwc:latitude '48.70716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56276 48.70716, -1.56276 48.70716, -1.56276 48.70716, -1.56276 48.70716, -1.56276 48.70716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6606'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65417 -1.56275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65417 -1.56275)"^^geo:wktLiteral ;
  geo-pos:lat "48.65417"^^xsd:decimal ;
  geo-pos:long "-1.56275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7307'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56275'^^xsd:double;
  dwc:latitude '48.65417'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56275 48.65417, -1.56275 48.65417, -1.56275 48.65417, -1.56275 48.65417, -1.56275 48.65417))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7307'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6972 -1.56273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6972 -1.56273)"^^geo:wktLiteral ;
  geo-pos:lat "48.6972"^^xsd:decimal ;
  geo-pos:long "-1.56273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1254'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56273'^^xsd:double;
  dwc:latitude '48.6972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56273 48.6972, -1.56273 48.6972, -1.56273 48.6972, -1.56273 48.6972, -1.56273 48.6972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1254'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72947 -1.56273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72947 -1.56273)"^^geo:wktLiteral ;
  geo-pos:lat "48.72947"^^xsd:decimal ;
  geo-pos:long "-1.56273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4674'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56273'^^xsd:double;
  dwc:latitude '48.72947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56273 48.72947, -1.56273 48.72947, -1.56273 48.72947, -1.56273 48.72947, -1.56273 48.72947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4674'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71047 -1.56272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71047 -1.56272)"^^geo:wktLiteral ;
  geo-pos:lat "48.71047"^^xsd:decimal ;
  geo-pos:long "-1.56272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3099'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56272'^^xsd:double;
  dwc:latitude '48.71047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56272 48.71047, -1.56272 48.71047, -1.56272 48.71047, -1.56272 48.71047, -1.56272 48.71047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3099'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72543 -1.56272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72543 -1.56272)"^^geo:wktLiteral ;
  geo-pos:lat "48.72543"^^xsd:decimal ;
  geo-pos:long "-1.56272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2377'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56272'^^xsd:double;
  dwc:latitude '48.72543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56272 48.72543, -1.56272 48.72543, -1.56272 48.72543, -1.56272 48.72543, -1.56272 48.72543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2377'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7086 -1.5627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7086 -1.5627)"^^geo:wktLiteral ;
  geo-pos:lat "48.7086"^^xsd:decimal ;
  geo-pos:long "-1.5627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4193'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5627'^^xsd:double;
  dwc:latitude '48.7086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5627 48.7086, -1.5627 48.7086, -1.5627 48.7086, -1.5627 48.7086, -1.5627 48.7086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4193'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7009 -1.56269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7009 -1.56269)"^^geo:wktLiteral ;
  geo-pos:lat "48.7009"^^xsd:decimal ;
  geo-pos:long "-1.56269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5972'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56269'^^xsd:double;
  dwc:latitude '48.7009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56269 48.7009, -1.56269 48.7009, -1.56269 48.7009, -1.56269 48.7009, -1.56269 48.7009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5972'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71801 -1.56269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71801 -1.56269)"^^geo:wktLiteral ;
  geo-pos:lat "48.71801"^^xsd:decimal ;
  geo-pos:long "-1.56269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8753'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56269'^^xsd:double;
  dwc:latitude '48.71801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56269 48.71801, -1.56269 48.71801, -1.56269 48.71801, -1.56269 48.71801, -1.56269 48.71801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8753'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72616 -1.56269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72616 -1.56269)"^^geo:wktLiteral ;
  geo-pos:lat "48.72616"^^xsd:decimal ;
  geo-pos:long "-1.56269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_596'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56269'^^xsd:double;
  dwc:latitude '48.72616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56269 48.72616, -1.56269 48.72616, -1.56269 48.72616, -1.56269 48.72616, -1.56269 48.72616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_596'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68457 -1.56268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68457"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68457 -1.56268)"^^geo:wktLiteral ;
  geo-pos:lat "48.68457"^^xsd:decimal ;
  geo-pos:long "-1.56268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6458'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56268'^^xsd:double;
  dwc:latitude '48.68457'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56268 48.68457, -1.56268 48.68457, -1.56268 48.68457, -1.56268 48.68457, -1.56268 48.68457))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6458'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70914 -1.56268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70914 -1.56268)"^^geo:wktLiteral ;
  geo-pos:lat "48.70914"^^xsd:decimal ;
  geo-pos:long "-1.56268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7900'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56268'^^xsd:double;
  dwc:latitude '48.70914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56268 48.70914, -1.56268 48.70914, -1.56268 48.70914, -1.56268 48.70914, -1.56268 48.70914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7900'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73418 -1.56267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73418 -1.56267)"^^geo:wktLiteral ;
  geo-pos:lat "48.73418"^^xsd:decimal ;
  geo-pos:long "-1.56267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2029'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56267'^^xsd:double;
  dwc:latitude '48.73418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56267 48.73418, -1.56267 48.73418, -1.56267 48.73418, -1.56267 48.73418, -1.56267 48.73418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2029'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66475 -1.56266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66475 -1.56266)"^^geo:wktLiteral ;
  geo-pos:lat "48.66475"^^xsd:decimal ;
  geo-pos:long "-1.56266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11884'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56266'^^xsd:double;
  dwc:latitude '48.66475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56266 48.66475, -1.56266 48.66475, -1.56266 48.66475, -1.56266 48.66475, -1.56266 48.66475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11884'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70113 -1.56264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70113 -1.56264)"^^geo:wktLiteral ;
  geo-pos:lat "48.70113"^^xsd:decimal ;
  geo-pos:long "-1.56264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4359'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56264'^^xsd:double;
  dwc:latitude '48.70113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56264 48.70113, -1.56264 48.70113, -1.56264 48.70113, -1.56264 48.70113, -1.56264 48.70113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4359'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67531 -1.56262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67531 -1.56262)"^^geo:wktLiteral ;
  geo-pos:lat "48.67531"^^xsd:decimal ;
  geo-pos:long "-1.56262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5865'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56262'^^xsd:double;
  dwc:latitude '48.67531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56262 48.67531, -1.56262 48.67531, -1.56262 48.67531, -1.56262 48.67531, -1.56262 48.67531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5865'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73161 -1.56262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73161 -1.56262)"^^geo:wktLiteral ;
  geo-pos:lat "48.73161"^^xsd:decimal ;
  geo-pos:long "-1.56262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2018'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56262'^^xsd:double;
  dwc:latitude '48.73161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56262 48.73161, -1.56262 48.73161, -1.56262 48.73161, -1.56262 48.73161, -1.56262 48.73161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2018'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6965 -1.56261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6965 -1.56261)"^^geo:wktLiteral ;
  geo-pos:lat "48.6965"^^xsd:decimal ;
  geo-pos:long "-1.56261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7426'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56261'^^xsd:double;
  dwc:latitude '48.6965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56261 48.6965, -1.56261 48.6965, -1.56261 48.6965, -1.56261 48.6965, -1.56261 48.6965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7426'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69666 -1.5626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69666 -1.5626)"^^geo:wktLiteral ;
  geo-pos:lat "48.69666"^^xsd:decimal ;
  geo-pos:long "-1.5626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2662'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5626'^^xsd:double;
  dwc:latitude '48.69666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5626 48.69666, -1.5626 48.69666, -1.5626 48.69666, -1.5626 48.69666, -1.5626 48.69666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2662'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6941 -1.56259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6941 -1.56259)"^^geo:wktLiteral ;
  geo-pos:lat "48.6941"^^xsd:decimal ;
  geo-pos:long "-1.56259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4235'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56259'^^xsd:double;
  dwc:latitude '48.6941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56259 48.6941, -1.56259 48.6941, -1.56259 48.6941, -1.56259 48.6941, -1.56259 48.6941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4235'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69635 -1.56259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69635 -1.56259)"^^geo:wktLiteral ;
  geo-pos:lat "48.69635"^^xsd:decimal ;
  geo-pos:long "-1.56259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8487'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56259'^^xsd:double;
  dwc:latitude '48.69635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56259 48.69635, -1.56259 48.69635, -1.56259 48.69635, -1.56259 48.69635, -1.56259 48.69635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8487'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72758 -1.56259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72758 -1.56259)"^^geo:wktLiteral ;
  geo-pos:lat "48.72758"^^xsd:decimal ;
  geo-pos:long "-1.56259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2347'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56259'^^xsd:double;
  dwc:latitude '48.72758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56259 48.72758, -1.56259 48.72758, -1.56259 48.72758, -1.56259 48.72758, -1.56259 48.72758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2347'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70514 -1.56258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70514"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70514 -1.56258)"^^geo:wktLiteral ;
  geo-pos:lat "48.70514"^^xsd:decimal ;
  geo-pos:long "-1.56258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4857'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56258'^^xsd:double;
  dwc:latitude '48.70514'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56258 48.70514, -1.56258 48.70514, -1.56258 48.70514, -1.56258 48.70514, -1.56258 48.70514))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4857'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.662 -1.56256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.662"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.662 -1.56256)"^^geo:wktLiteral ;
  geo-pos:lat "48.662"^^xsd:decimal ;
  geo-pos:long "-1.56256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7220'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56256'^^xsd:double;
  dwc:latitude '48.662'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56256 48.662, -1.56256 48.662, -1.56256 48.662, -1.56256 48.662, -1.56256 48.662))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7220'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72665 -1.56256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72665 -1.56256)"^^geo:wktLiteral ;
  geo-pos:lat "48.72665"^^xsd:decimal ;
  geo-pos:long "-1.56256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_639'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56256'^^xsd:double;
  dwc:latitude '48.72665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56256 48.72665, -1.56256 48.72665, -1.56256 48.72665, -1.56256 48.72665, -1.56256 48.72665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_639'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65806 -1.56255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65806 -1.56255)"^^geo:wktLiteral ;
  geo-pos:lat "48.65806"^^xsd:decimal ;
  geo-pos:long "-1.56255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13590'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56255'^^xsd:double;
  dwc:latitude '48.65806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56255 48.65806, -1.56255 48.65806, -1.56255 48.65806, -1.56255 48.65806, -1.56255 48.65806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13590'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72755 -1.56255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72755 -1.56255)"^^geo:wktLiteral ;
  geo-pos:lat "48.72755"^^xsd:decimal ;
  geo-pos:long "-1.56255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2746'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56255'^^xsd:double;
  dwc:latitude '48.72755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56255 48.72755, -1.56255 48.72755, -1.56255 48.72755, -1.56255 48.72755, -1.56255 48.72755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2746'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67104 -1.56254)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56254"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67104 -1.56254)"^^geo:wktLiteral ;
  geo-pos:lat "48.67104"^^xsd:decimal ;
  geo-pos:long "-1.56254"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12956'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56254'^^xsd:double;
  dwc:latitude '48.67104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56254 48.67104, -1.56254 48.67104, -1.56254 48.67104, -1.56254 48.67104, -1.56254 48.67104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12956'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71645 -1.56254)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56254"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71645 -1.56254)"^^geo:wktLiteral ;
  geo-pos:lat "48.71645"^^xsd:decimal ;
  geo-pos:long "-1.56254"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9071'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56254'^^xsd:double;
  dwc:latitude '48.71645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56254 48.71645, -1.56254 48.71645, -1.56254 48.71645, -1.56254 48.71645, -1.56254 48.71645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9071'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66518 -1.56249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66518 -1.56249)"^^geo:wktLiteral ;
  geo-pos:lat "48.66518"^^xsd:decimal ;
  geo-pos:long "-1.56249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6905'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56249'^^xsd:double;
  dwc:latitude '48.66518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56249 48.66518, -1.56249 48.66518, -1.56249 48.66518, -1.56249 48.66518, -1.56249 48.66518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6905'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70133 -1.56249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70133 -1.56249)"^^geo:wktLiteral ;
  geo-pos:lat "48.70133"^^xsd:decimal ;
  geo-pos:long "-1.56249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1317'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56249'^^xsd:double;
  dwc:latitude '48.70133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56249 48.70133, -1.56249 48.70133, -1.56249 48.70133, -1.56249 48.70133, -1.56249 48.70133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1317'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68797 -1.56245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68797 -1.56245)"^^geo:wktLiteral ;
  geo-pos:lat "48.68797"^^xsd:decimal ;
  geo-pos:long "-1.56245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_1594'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56245'^^xsd:double;
  dwc:latitude '48.68797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56245 48.68797, -1.56245 48.68797, -1.56245 48.68797, -1.56245 48.68797, -1.56245 48.68797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1594'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65518 -1.56244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65518 -1.56244)"^^geo:wktLiteral ;
  geo-pos:lat "48.65518"^^xsd:decimal ;
  geo-pos:long "-1.56244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6226'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56244'^^xsd:double;
  dwc:latitude '48.65518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56244 48.65518, -1.56244 48.65518, -1.56244 48.65518, -1.56244 48.65518, -1.56244 48.65518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6226'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67689 -1.56244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67689 -1.56244)"^^geo:wktLiteral ;
  geo-pos:lat "48.67689"^^xsd:decimal ;
  geo-pos:long "-1.56244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5690'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56244'^^xsd:double;
  dwc:latitude '48.67689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56244 48.67689, -1.56244 48.67689, -1.56244 48.67689, -1.56244 48.67689, -1.56244 48.67689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5690'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71098 -1.56243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71098 -1.56243)"^^geo:wktLiteral ;
  geo-pos:lat "48.71098"^^xsd:decimal ;
  geo-pos:long "-1.56243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2963'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56243'^^xsd:double;
  dwc:latitude '48.71098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56243 48.71098, -1.56243 48.71098, -1.56243 48.71098, -1.56243 48.71098, -1.56243 48.71098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2963'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72737 -1.56242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72737"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72737 -1.56242)"^^geo:wktLiteral ;
  geo-pos:lat "48.72737"^^xsd:decimal ;
  geo-pos:long "-1.56242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1891'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56242'^^xsd:double;
  dwc:latitude '48.72737'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56242 48.72737, -1.56242 48.72737, -1.56242 48.72737, -1.56242 48.72737, -1.56242 48.72737))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1891'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66572 -1.56241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66572 -1.56241)"^^geo:wktLiteral ;
  geo-pos:lat "48.66572"^^xsd:decimal ;
  geo-pos:long "-1.56241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11880'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56241'^^xsd:double;
  dwc:latitude '48.66572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56241 48.66572, -1.56241 48.66572, -1.56241 48.66572, -1.56241 48.66572, -1.56241 48.66572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11880'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71554 -1.56241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71554 -1.56241)"^^geo:wktLiteral ;
  geo-pos:lat "48.71554"^^xsd:decimal ;
  geo-pos:long "-1.56241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7620'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56241'^^xsd:double;
  dwc:latitude '48.71554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56241 48.71554, -1.56241 48.71554, -1.56241 48.71554, -1.56241 48.71554, -1.56241 48.71554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7620'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70663 -1.56239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70663 -1.56239)"^^geo:wktLiteral ;
  geo-pos:lat "48.70663"^^xsd:decimal ;
  geo-pos:long "-1.56239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4349'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56239'^^xsd:double;
  dwc:latitude '48.70663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56239 48.70663, -1.56239 48.70663, -1.56239 48.70663, -1.56239 48.70663, -1.56239 48.70663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4349'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72187 -1.56239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72187 -1.56239)"^^geo:wktLiteral ;
  geo-pos:lat "48.72187"^^xsd:decimal ;
  geo-pos:long "-1.56239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9115'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56239'^^xsd:double;
  dwc:latitude '48.72187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56239 48.72187, -1.56239 48.72187, -1.56239 48.72187, -1.56239 48.72187, -1.56239 48.72187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9115'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66925 -1.56238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66925 -1.56238)"^^geo:wktLiteral ;
  geo-pos:lat "48.66925"^^xsd:decimal ;
  geo-pos:long "-1.56238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10762'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56238'^^xsd:double;
  dwc:latitude '48.66925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56238 48.66925, -1.56238 48.66925, -1.56238 48.66925, -1.56238 48.66925, -1.56238 48.66925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10762'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70375 -1.56238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70375"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70375 -1.56238)"^^geo:wktLiteral ;
  geo-pos:lat "48.70375"^^xsd:decimal ;
  geo-pos:long "-1.56238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_890'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56238'^^xsd:double;
  dwc:latitude '48.70375'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56238 48.70375, -1.56238 48.70375, -1.56238 48.70375, -1.56238 48.70375, -1.56238 48.70375))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_890'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72717 -1.56238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72717 -1.56238)"^^geo:wktLiteral ;
  geo-pos:lat "48.72717"^^xsd:decimal ;
  geo-pos:long "-1.56238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2619'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56238'^^xsd:double;
  dwc:latitude '48.72717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56238 48.72717, -1.56238 48.72717, -1.56238 48.72717, -1.56238 48.72717, -1.56238 48.72717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2619'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69564 -1.56237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69564 -1.56237)"^^geo:wktLiteral ;
  geo-pos:lat "48.69564"^^xsd:decimal ;
  geo-pos:long "-1.56237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4457'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56237'^^xsd:double;
  dwc:latitude '48.69564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56237 48.69564, -1.56237 48.69564, -1.56237 48.69564, -1.56237 48.69564, -1.56237 48.69564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4457'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70707 -1.56236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70707 -1.56236)"^^geo:wktLiteral ;
  geo-pos:lat "48.70707"^^xsd:decimal ;
  geo-pos:long "-1.56236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1839'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56236'^^xsd:double;
  dwc:latitude '48.70707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56236 48.70707, -1.56236 48.70707, -1.56236 48.70707, -1.56236 48.70707, -1.56236 48.70707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1839'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7103 -1.56235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7103 -1.56235)"^^geo:wktLiteral ;
  geo-pos:lat "48.7103"^^xsd:decimal ;
  geo-pos:long "-1.56235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2623'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56235'^^xsd:double;
  dwc:latitude '48.7103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56235 48.7103, -1.56235 48.7103, -1.56235 48.7103, -1.56235 48.7103, -1.56235 48.7103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2623'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7233 -1.56233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7233 -1.56233)"^^geo:wktLiteral ;
  geo-pos:lat "48.7233"^^xsd:decimal ;
  geo-pos:long "-1.56233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1938'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56233'^^xsd:double;
  dwc:latitude '48.7233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56233 48.7233, -1.56233 48.7233, -1.56233 48.7233, -1.56233 48.7233, -1.56233 48.7233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1938'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65626 -1.56232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65626 -1.56232)"^^geo:wktLiteral ;
  geo-pos:lat "48.65626"^^xsd:decimal ;
  geo-pos:long "-1.56232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4860'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56232'^^xsd:double;
  dwc:latitude '48.65626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56232 48.65626, -1.56232 48.65626, -1.56232 48.65626, -1.56232 48.65626, -1.56232 48.65626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4860'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6592 -1.56232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6592 -1.56232)"^^geo:wktLiteral ;
  geo-pos:lat "48.6592"^^xsd:decimal ;
  geo-pos:long "-1.56232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_421'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56232'^^xsd:double;
  dwc:latitude '48.6592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56232 48.6592, -1.56232 48.6592, -1.56232 48.6592, -1.56232 48.6592, -1.56232 48.6592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_421'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71241 -1.5623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71241"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71241 -1.5623)"^^geo:wktLiteral ;
  geo-pos:lat "48.71241"^^xsd:decimal ;
  geo-pos:long "-1.5623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7733'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5623'^^xsd:double;
  dwc:latitude '48.71241'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5623 48.71241, -1.5623 48.71241, -1.5623 48.71241, -1.5623 48.71241, -1.5623 48.71241))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7733'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71946 -1.5623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71946 -1.5623)"^^geo:wktLiteral ;
  geo-pos:lat "48.71946"^^xsd:decimal ;
  geo-pos:long "-1.5623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4078'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5623'^^xsd:double;
  dwc:latitude '48.71946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5623 48.71946, -1.5623 48.71946, -1.5623 48.71946, -1.5623 48.71946, -1.5623 48.71946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4078'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69719 -1.56229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69719 -1.56229)"^^geo:wktLiteral ;
  geo-pos:lat "48.69719"^^xsd:decimal ;
  geo-pos:long "-1.56229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4474'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56229'^^xsd:double;
  dwc:latitude '48.69719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56229 48.69719, -1.56229 48.69719, -1.56229 48.69719, -1.56229 48.69719, -1.56229 48.69719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4474'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70071 -1.56229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70071"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70071 -1.56229)"^^geo:wktLiteral ;
  geo-pos:lat "48.70071"^^xsd:decimal ;
  geo-pos:long "-1.56229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_501'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56229'^^xsd:double;
  dwc:latitude '48.70071'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56229 48.70071, -1.56229 48.70071, -1.56229 48.70071, -1.56229 48.70071, -1.56229 48.70071))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_501'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71443 -1.56228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71443 -1.56228)"^^geo:wktLiteral ;
  geo-pos:lat "48.71443"^^xsd:decimal ;
  geo-pos:long "-1.56228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8389'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56228'^^xsd:double;
  dwc:latitude '48.71443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56228 48.71443, -1.56228 48.71443, -1.56228 48.71443, -1.56228 48.71443, -1.56228 48.71443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8389'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70249 -1.56226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70249"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56226"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70249 -1.56226)"^^geo:wktLiteral ;
  geo-pos:lat "48.70249"^^xsd:decimal ;
  geo-pos:long "-1.56226"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3840'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56226'^^xsd:double;
  dwc:latitude '48.70249'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56226 48.70249, -1.56226 48.70249, -1.56226 48.70249, -1.56226 48.70249, -1.56226 48.70249))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3840'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69555 -1.56224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69555 -1.56224)"^^geo:wktLiteral ;
  geo-pos:lat "48.69555"^^xsd:decimal ;
  geo-pos:long "-1.56224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_891'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56224'^^xsd:double;
  dwc:latitude '48.69555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56224 48.69555, -1.56224 48.69555, -1.56224 48.69555, -1.56224 48.69555, -1.56224 48.69555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_891'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71744 -1.56224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71744 -1.56224)"^^geo:wktLiteral ;
  geo-pos:lat "48.71744"^^xsd:decimal ;
  geo-pos:long "-1.56224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4137'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56224'^^xsd:double;
  dwc:latitude '48.71744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56224 48.71744, -1.56224 48.71744, -1.56224 48.71744, -1.56224 48.71744, -1.56224 48.71744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4137'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66128 -1.56223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66128 -1.56223)"^^geo:wktLiteral ;
  geo-pos:lat "48.66128"^^xsd:decimal ;
  geo-pos:long "-1.56223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10594'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56223'^^xsd:double;
  dwc:latitude '48.66128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56223 48.66128, -1.56223 48.66128, -1.56223 48.66128, -1.56223 48.66128, -1.56223 48.66128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10594'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69487 -1.56223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69487 -1.56223)"^^geo:wktLiteral ;
  geo-pos:lat "48.69487"^^xsd:decimal ;
  geo-pos:long "-1.56223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_656'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56223'^^xsd:double;
  dwc:latitude '48.69487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56223 48.69487, -1.56223 48.69487, -1.56223 48.69487, -1.56223 48.69487, -1.56223 48.69487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_656'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65973 -1.56222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65973 -1.56222)"^^geo:wktLiteral ;
  geo-pos:lat "48.65973"^^xsd:decimal ;
  geo-pos:long "-1.56222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10672'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56222'^^xsd:double;
  dwc:latitude '48.65973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56222 48.65973, -1.56222 48.65973, -1.56222 48.65973, -1.56222 48.65973, -1.56222 48.65973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10672'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69543 -1.56222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69543 -1.56222)"^^geo:wktLiteral ;
  geo-pos:lat "48.69543"^^xsd:decimal ;
  geo-pos:long "-1.56222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_242'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56222'^^xsd:double;
  dwc:latitude '48.69543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56222 48.69543, -1.56222 48.69543, -1.56222 48.69543, -1.56222 48.69543, -1.56222 48.69543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_242'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7023 -1.56222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7023 -1.56222)"^^geo:wktLiteral ;
  geo-pos:lat "48.7023"^^xsd:decimal ;
  geo-pos:long "-1.56222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10225'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56222'^^xsd:double;
  dwc:latitude '48.7023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56222 48.7023, -1.56222 48.7023, -1.56222 48.7023, -1.56222 48.7023, -1.56222 48.7023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10225'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66997 -1.56221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56221"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66997 -1.56221)"^^geo:wktLiteral ;
  geo-pos:lat "48.66997"^^xsd:decimal ;
  geo-pos:long "-1.56221"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11905'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56221'^^xsd:double;
  dwc:latitude '48.66997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56221 48.66997, -1.56221 48.66997, -1.56221 48.66997, -1.56221 48.66997, -1.56221 48.66997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11905'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69201 -1.56221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56221"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69201 -1.56221)"^^geo:wktLiteral ;
  geo-pos:lat "48.69201"^^xsd:decimal ;
  geo-pos:long "-1.56221"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8568'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56221'^^xsd:double;
  dwc:latitude '48.69201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56221 48.69201, -1.56221 48.69201, -1.56221 48.69201, -1.56221 48.69201, -1.56221 48.69201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8568'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70744 -1.5622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70744 -1.5622)"^^geo:wktLiteral ;
  geo-pos:lat "48.70744"^^xsd:decimal ;
  geo-pos:long "-1.5622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4143'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5622'^^xsd:double;
  dwc:latitude '48.70744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5622 48.70744, -1.5622 48.70744, -1.5622 48.70744, -1.5622 48.70744, -1.5622 48.70744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4143'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66961 -1.56218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66961 -1.56218)"^^geo:wktLiteral ;
  geo-pos:lat "48.66961"^^xsd:decimal ;
  geo-pos:long "-1.56218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12128'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56218'^^xsd:double;
  dwc:latitude '48.66961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56218 48.66961, -1.56218 48.66961, -1.56218 48.66961, -1.56218 48.66961, -1.56218 48.66961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12128'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73294 -1.56218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73294 -1.56218)"^^geo:wktLiteral ;
  geo-pos:lat "48.73294"^^xsd:decimal ;
  geo-pos:long "-1.56218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6546'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56218'^^xsd:double;
  dwc:latitude '48.73294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56218 48.73294, -1.56218 48.73294, -1.56218 48.73294, -1.56218 48.73294, -1.56218 48.73294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6546'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66347 -1.56217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66347 -1.56217)"^^geo:wktLiteral ;
  geo-pos:lat "48.66347"^^xsd:decimal ;
  geo-pos:long "-1.56217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6667'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56217'^^xsd:double;
  dwc:latitude '48.66347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56217 48.66347, -1.56217 48.66347, -1.56217 48.66347, -1.56217 48.66347, -1.56217 48.66347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6667'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68258 -1.56217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68258 -1.56217)"^^geo:wktLiteral ;
  geo-pos:lat "48.68258"^^xsd:decimal ;
  geo-pos:long "-1.56217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_1596'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56217'^^xsd:double;
  dwc:latitude '48.68258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56217 48.68258, -1.56217 48.68258, -1.56217 48.68258, -1.56217 48.68258, -1.56217 48.68258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1596'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69693 -1.56217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69693 -1.56217)"^^geo:wktLiteral ;
  geo-pos:lat "48.69693"^^xsd:decimal ;
  geo-pos:long "-1.56217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4746'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56217'^^xsd:double;
  dwc:latitude '48.69693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56217 48.69693, -1.56217 48.69693, -1.56217 48.69693, -1.56217 48.69693, -1.56217 48.69693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4746'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65923 -1.56216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65923 -1.56216)"^^geo:wktLiteral ;
  geo-pos:lat "48.65923"^^xsd:decimal ;
  geo-pos:long "-1.56216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11628'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56216'^^xsd:double;
  dwc:latitude '48.65923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56216 48.65923, -1.56216 48.65923, -1.56216 48.65923, -1.56216 48.65923, -1.56216 48.65923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11628'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68525 -1.56216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68525 -1.56216)"^^geo:wktLiteral ;
  geo-pos:lat "48.68525"^^xsd:decimal ;
  geo-pos:long "-1.56216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4953'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56216'^^xsd:double;
  dwc:latitude '48.68525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56216 48.68525, -1.56216 48.68525, -1.56216 48.68525, -1.56216 48.68525, -1.56216 48.68525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4953'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71797 -1.56216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71797 -1.56216)"^^geo:wktLiteral ;
  geo-pos:lat "48.71797"^^xsd:decimal ;
  geo-pos:long "-1.56216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8500'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56216'^^xsd:double;
  dwc:latitude '48.71797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56216 48.71797, -1.56216 48.71797, -1.56216 48.71797, -1.56216 48.71797, -1.56216 48.71797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8500'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69102 -1.56214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69102 -1.56214)"^^geo:wktLiteral ;
  geo-pos:lat "48.69102"^^xsd:decimal ;
  geo-pos:long "-1.56214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4415'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56214'^^xsd:double;
  dwc:latitude '48.69102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56214 48.69102, -1.56214 48.69102, -1.56214 48.69102, -1.56214 48.69102, -1.56214 48.69102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4415'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71511 -1.56214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71511 -1.56214)"^^geo:wktLiteral ;
  geo-pos:lat "48.71511"^^xsd:decimal ;
  geo-pos:long "-1.56214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4063'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56214'^^xsd:double;
  dwc:latitude '48.71511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56214 48.71511, -1.56214 48.71511, -1.56214 48.71511, -1.56214 48.71511, -1.56214 48.71511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4063'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71906 -1.56214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71906 -1.56214)"^^geo:wktLiteral ;
  geo-pos:lat "48.71906"^^xsd:decimal ;
  geo-pos:long "-1.56214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7504'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56214'^^xsd:double;
  dwc:latitude '48.71906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56214 48.71906, -1.56214 48.71906, -1.56214 48.71906, -1.56214 48.71906, -1.56214 48.71906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7504'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72303 -1.56214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72303 -1.56214)"^^geo:wktLiteral ;
  geo-pos:lat "48.72303"^^xsd:decimal ;
  geo-pos:long "-1.56214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2887'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56214'^^xsd:double;
  dwc:latitude '48.72303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56214 48.72303, -1.56214 48.72303, -1.56214 48.72303, -1.56214 48.72303, -1.56214 48.72303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2887'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68448 -1.56212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68448 -1.56212)"^^geo:wktLiteral ;
  geo-pos:lat "48.68448"^^xsd:decimal ;
  geo-pos:long "-1.56212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3713'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56212'^^xsd:double;
  dwc:latitude '48.68448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56212 48.68448, -1.56212 48.68448, -1.56212 48.68448, -1.56212 48.68448, -1.56212 48.68448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3713'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7007 -1.56211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7007 -1.56211)"^^geo:wktLiteral ;
  geo-pos:lat "48.7007"^^xsd:decimal ;
  geo-pos:long "-1.56211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_756'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56211'^^xsd:double;
  dwc:latitude '48.7007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56211 48.7007, -1.56211 48.7007, -1.56211 48.7007, -1.56211 48.7007, -1.56211 48.7007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_756'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66014 -1.5621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66014 -1.5621)"^^geo:wktLiteral ;
  geo-pos:lat "48.66014"^^xsd:decimal ;
  geo-pos:long "-1.5621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11075'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5621'^^xsd:double;
  dwc:latitude '48.66014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5621 48.66014, -1.5621 48.66014, -1.5621 48.66014, -1.5621 48.66014, -1.5621 48.66014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11075'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67419 -1.5621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67419 -1.5621)"^^geo:wktLiteral ;
  geo-pos:lat "48.67419"^^xsd:decimal ;
  geo-pos:long "-1.5621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6118'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5621'^^xsd:double;
  dwc:latitude '48.67419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5621 48.67419, -1.5621 48.67419, -1.5621 48.67419, -1.5621 48.67419, -1.5621 48.67419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6118'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69544 -1.5621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69544 -1.5621)"^^geo:wktLiteral ;
  geo-pos:lat "48.69544"^^xsd:decimal ;
  geo-pos:long "-1.5621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_530'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5621'^^xsd:double;
  dwc:latitude '48.69544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5621 48.69544, -1.5621 48.69544, -1.5621 48.69544, -1.5621 48.69544, -1.5621 48.69544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_530'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.5621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.5621)"^^geo:wktLiteral ;
  geo-pos:lat "48.69561"^^xsd:decimal ;
  geo-pos:long "-1.5621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_861'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5621'^^xsd:double;
  dwc:latitude '48.69561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5621 48.69561, -1.5621 48.69561, -1.5621 48.69561, -1.5621 48.69561, -1.5621 48.69561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_861'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69605 -1.5621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69605 -1.5621)"^^geo:wktLiteral ;
  geo-pos:lat "48.69605"^^xsd:decimal ;
  geo-pos:long "-1.5621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_532'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5621'^^xsd:double;
  dwc:latitude '48.69605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5621 48.69605, -1.5621 48.69605, -1.5621 48.69605, -1.5621 48.69605, -1.5621 48.69605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_532'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7058 -1.5621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7058 -1.5621)"^^geo:wktLiteral ;
  geo-pos:lat "48.7058"^^xsd:decimal ;
  geo-pos:long "-1.5621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4695'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5621'^^xsd:double;
  dwc:latitude '48.7058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5621 48.7058, -1.5621 48.7058, -1.5621 48.7058, -1.5621 48.7058, -1.5621 48.7058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4695'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68223 -1.56209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68223 -1.56209)"^^geo:wktLiteral ;
  geo-pos:lat "48.68223"^^xsd:decimal ;
  geo-pos:long "-1.56209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6720'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56209'^^xsd:double;
  dwc:latitude '48.68223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56209 48.68223, -1.56209 48.68223, -1.56209 48.68223, -1.56209 48.68223, -1.56209 48.68223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6720'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72574 -1.56207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72574 -1.56207)"^^geo:wktLiteral ;
  geo-pos:lat "48.72574"^^xsd:decimal ;
  geo-pos:long "-1.56207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_594'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56207'^^xsd:double;
  dwc:latitude '48.72574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56207 48.72574, -1.56207 48.72574, -1.56207 48.72574, -1.56207 48.72574, -1.56207 48.72574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_594'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73441 -1.56205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73441 -1.56205)"^^geo:wktLiteral ;
  geo-pos:lat "48.73441"^^xsd:decimal ;
  geo-pos:long "-1.56205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_692'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56205'^^xsd:double;
  dwc:latitude '48.73441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56205 48.73441, -1.56205 48.73441, -1.56205 48.73441, -1.56205 48.73441, -1.56205 48.73441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_692'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72005 -1.56204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72005 -1.56204)"^^geo:wktLiteral ;
  geo-pos:lat "48.72005"^^xsd:decimal ;
  geo-pos:long "-1.56204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8482'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56204'^^xsd:double;
  dwc:latitude '48.72005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56204 48.72005, -1.56204 48.72005, -1.56204 48.72005, -1.56204 48.72005, -1.56204 48.72005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8482'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67115 -1.56202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67115 -1.56202)"^^geo:wktLiteral ;
  geo-pos:lat "48.67115"^^xsd:decimal ;
  geo-pos:long "-1.56202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12957'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56202'^^xsd:double;
  dwc:latitude '48.67115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56202 48.67115, -1.56202 48.67115, -1.56202 48.67115, -1.56202 48.67115, -1.56202 48.67115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12957'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68764 -1.56202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68764 -1.56202)"^^geo:wktLiteral ;
  geo-pos:lat "48.68764"^^xsd:decimal ;
  geo-pos:long "-1.56202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5150'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56202'^^xsd:double;
  dwc:latitude '48.68764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56202 48.68764, -1.56202 48.68764, -1.56202 48.68764, -1.56202 48.68764, -1.56202 48.68764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5150'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.694 -1.56201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.694 -1.56201)"^^geo:wktLiteral ;
  geo-pos:lat "48.694"^^xsd:decimal ;
  geo-pos:long "-1.56201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6858'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56201'^^xsd:double;
  dwc:latitude '48.694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56201 48.694, -1.56201 48.694, -1.56201 48.694, -1.56201 48.694, -1.56201 48.694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6858'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69113 -1.562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69113 -1.562)"^^geo:wktLiteral ;
  geo-pos:lat "48.69113"^^xsd:decimal ;
  geo-pos:long "-1.562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2288'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.562'^^xsd:double;
  dwc:latitude '48.69113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.562 48.69113, -1.562 48.69113, -1.562 48.69113, -1.562 48.69113, -1.562 48.69113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2288'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72245 -1.562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72245 -1.562)"^^geo:wktLiteral ;
  geo-pos:lat "48.72245"^^xsd:decimal ;
  geo-pos:long "-1.562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1042'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.562'^^xsd:double;
  dwc:latitude '48.72245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.562 48.72245, -1.562 48.72245, -1.562 48.72245, -1.562 48.72245, -1.562 48.72245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1042'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68614 -1.56199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68614 -1.56199)"^^geo:wktLiteral ;
  geo-pos:lat "48.68614"^^xsd:decimal ;
  geo-pos:long "-1.56199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4679'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56199'^^xsd:double;
  dwc:latitude '48.68614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56199 48.68614, -1.56199 48.68614, -1.56199 48.68614, -1.56199 48.68614, -1.56199 48.68614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4679'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70762 -1.56199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70762 -1.56199)"^^geo:wktLiteral ;
  geo-pos:lat "48.70762"^^xsd:decimal ;
  geo-pos:long "-1.56199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4375'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56199'^^xsd:double;
  dwc:latitude '48.70762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56199 48.70762, -1.56199 48.70762, -1.56199 48.70762, -1.56199 48.70762, -1.56199 48.70762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4375'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69568 -1.56197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69568 -1.56197)"^^geo:wktLiteral ;
  geo-pos:lat "48.69568"^^xsd:decimal ;
  geo-pos:long "-1.56197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_655'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56197'^^xsd:double;
  dwc:latitude '48.69568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56197 48.69568, -1.56197 48.69568, -1.56197 48.69568, -1.56197 48.69568, -1.56197 48.69568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_655'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6603 -1.56196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6603 -1.56196)"^^geo:wktLiteral ;
  geo-pos:lat "48.6603"^^xsd:decimal ;
  geo-pos:long "-1.56196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5895'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56196'^^xsd:double;
  dwc:latitude '48.6603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56196 48.6603, -1.56196 48.6603, -1.56196 48.6603, -1.56196 48.6603, -1.56196 48.6603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5895'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71046 -1.56196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71046 -1.56196)"^^geo:wktLiteral ;
  geo-pos:lat "48.71046"^^xsd:decimal ;
  geo-pos:long "-1.56196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1438'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56196'^^xsd:double;
  dwc:latitude '48.71046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56196 48.71046, -1.56196 48.71046, -1.56196 48.71046, -1.56196 48.71046, -1.56196 48.71046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1438'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.56195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.56195)"^^geo:wktLiteral ;
  geo-pos:lat "48.69894"^^xsd:decimal ;
  geo-pos:long "-1.56195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6320'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56195'^^xsd:double;
  dwc:latitude '48.69894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56195 48.69894, -1.56195 48.69894, -1.56195 48.69894, -1.56195 48.69894, -1.56195 48.69894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6320'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72942 -1.56195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72942 -1.56195)"^^geo:wktLiteral ;
  geo-pos:lat "48.72942"^^xsd:decimal ;
  geo-pos:long "-1.56195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2351'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56195'^^xsd:double;
  dwc:latitude '48.72942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56195 48.72942, -1.56195 48.72942, -1.56195 48.72942, -1.56195 48.72942, -1.56195 48.72942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2351'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66926 -1.56194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66926 -1.56194)"^^geo:wktLiteral ;
  geo-pos:lat "48.66926"^^xsd:decimal ;
  geo-pos:long "-1.56194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3904'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56194'^^xsd:double;
  dwc:latitude '48.66926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56194 48.66926, -1.56194 48.66926, -1.56194 48.66926, -1.56194 48.66926, -1.56194 48.66926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3904'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67583 -1.56194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67583 -1.56194)"^^geo:wktLiteral ;
  geo-pos:lat "48.67583"^^xsd:decimal ;
  geo-pos:long "-1.56194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5350'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56194'^^xsd:double;
  dwc:latitude '48.67583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56194 48.67583, -1.56194 48.67583, -1.56194 48.67583, -1.56194 48.67583, -1.56194 48.67583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5350'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69695 -1.56194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69695"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69695 -1.56194)"^^geo:wktLiteral ;
  geo-pos:lat "48.69695"^^xsd:decimal ;
  geo-pos:long "-1.56194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6990'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56194'^^xsd:double;
  dwc:latitude '48.69695'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56194 48.69695, -1.56194 48.69695, -1.56194 48.69695, -1.56194 48.69695, -1.56194 48.69695))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6990'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.687 -1.56193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.687 -1.56193)"^^geo:wktLiteral ;
  geo-pos:lat "48.687"^^xsd:decimal ;
  geo-pos:long "-1.56193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4908'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56193'^^xsd:double;
  dwc:latitude '48.687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56193 48.687, -1.56193 48.687, -1.56193 48.687, -1.56193 48.687, -1.56193 48.687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4908'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.56193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.56193)"^^geo:wktLiteral ;
  geo-pos:lat "48.69558"^^xsd:decimal ;
  geo-pos:long "-1.56193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_531'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56193'^^xsd:double;
  dwc:latitude '48.69558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56193 48.69558, -1.56193 48.69558, -1.56193 48.69558, -1.56193 48.69558, -1.56193 48.69558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_531'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66404 -1.56192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66404 -1.56192)"^^geo:wktLiteral ;
  geo-pos:lat "48.66404"^^xsd:decimal ;
  geo-pos:long "-1.56192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6435'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56192'^^xsd:double;
  dwc:latitude '48.66404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56192 48.66404, -1.56192 48.66404, -1.56192 48.66404, -1.56192 48.66404, -1.56192 48.66404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6435'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73299 -1.56191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73299 -1.56191)"^^geo:wktLiteral ;
  geo-pos:lat "48.73299"^^xsd:decimal ;
  geo-pos:long "-1.56191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5671'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56191'^^xsd:double;
  dwc:latitude '48.73299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56191 48.73299, -1.56191 48.73299, -1.56191 48.73299, -1.56191 48.73299, -1.56191 48.73299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5671'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6697 -1.5619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6697 -1.5619)"^^geo:wktLiteral ;
  geo-pos:lat "48.6697"^^xsd:decimal ;
  geo-pos:long "-1.5619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11627'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5619'^^xsd:double;
  dwc:latitude '48.6697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5619 48.6697, -1.5619 48.6697, -1.5619 48.6697, -1.5619 48.6697, -1.5619 48.6697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11627'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68853 -1.5619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68853"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68853 -1.5619)"^^geo:wktLiteral ;
  geo-pos:lat "48.68853"^^xsd:decimal ;
  geo-pos:long "-1.5619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4619'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5619'^^xsd:double;
  dwc:latitude '48.68853'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5619 48.68853, -1.5619 48.68853, -1.5619 48.68853, -1.5619 48.68853, -1.5619 48.68853))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4619'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.56189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66953 -1.56189)"^^geo:wktLiteral ;
  geo-pos:lat "48.66953"^^xsd:decimal ;
  geo-pos:long "-1.56189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11606'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56189'^^xsd:double;
  dwc:latitude '48.66953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56189 48.66953, -1.56189 48.66953, -1.56189 48.66953, -1.56189 48.66953, -1.56189 48.66953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11606'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66946 -1.56187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66946 -1.56187)"^^geo:wktLiteral ;
  geo-pos:lat "48.66946"^^xsd:decimal ;
  geo-pos:long "-1.56187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11626'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56187'^^xsd:double;
  dwc:latitude '48.66946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56187 48.66946, -1.56187 48.66946, -1.56187 48.66946, -1.56187 48.66946, -1.56187 48.66946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11626'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73618 -1.56187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73618 -1.56187)"^^geo:wktLiteral ;
  geo-pos:lat "48.73618"^^xsd:decimal ;
  geo-pos:long "-1.56187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_1773'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56187'^^xsd:double;
  dwc:latitude '48.73618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56187 48.73618, -1.56187 48.73618, -1.56187 48.73618, -1.56187 48.73618, -1.56187 48.73618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1773'^^xsd:string;
  dwc:observationDate '2006-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69568 -1.56186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69568 -1.56186)"^^geo:wktLiteral ;
  geo-pos:lat "48.69568"^^xsd:decimal ;
  geo-pos:long "-1.56186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1120'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56186'^^xsd:double;
  dwc:latitude '48.69568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56186 48.69568, -1.56186 48.69568, -1.56186 48.69568, -1.56186 48.69568, -1.56186 48.69568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1120'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69899 -1.56185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69899 -1.56185)"^^geo:wktLiteral ;
  geo-pos:lat "48.69899"^^xsd:decimal ;
  geo-pos:long "-1.56185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2396'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56185'^^xsd:double;
  dwc:latitude '48.69899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56185 48.69899, -1.56185 48.69899, -1.56185 48.69899, -1.56185 48.69899, -1.56185 48.69899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2396'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66139 -1.56183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66139 -1.56183)"^^geo:wktLiteral ;
  geo-pos:lat "48.66139"^^xsd:decimal ;
  geo-pos:long "-1.56183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5531'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56183'^^xsd:double;
  dwc:latitude '48.66139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56183 48.66139, -1.56183 48.66139, -1.56183 48.66139, -1.56183 48.66139, -1.56183 48.66139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5531'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66189 -1.56183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66189 -1.56183)"^^geo:wktLiteral ;
  geo-pos:lat "48.66189"^^xsd:decimal ;
  geo-pos:long "-1.56183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7275'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56183'^^xsd:double;
  dwc:latitude '48.66189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56183 48.66189, -1.56183 48.66189, -1.56183 48.66189, -1.56183 48.66189, -1.56183 48.66189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7275'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66501 -1.56183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66501 -1.56183)"^^geo:wktLiteral ;
  geo-pos:lat "48.66501"^^xsd:decimal ;
  geo-pos:long "-1.56183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6434'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56183'^^xsd:double;
  dwc:latitude '48.66501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56183 48.66501, -1.56183 48.66501, -1.56183 48.66501, -1.56183 48.66501, -1.56183 48.66501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6434'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70889 -1.56183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70889 -1.56183)"^^geo:wktLiteral ;
  geo-pos:lat "48.70889"^^xsd:decimal ;
  geo-pos:long "-1.56183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3138'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56183'^^xsd:double;
  dwc:latitude '48.70889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56183 48.70889, -1.56183 48.70889, -1.56183 48.70889, -1.56183 48.70889, -1.56183 48.70889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3138'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72715 -1.56183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72715 -1.56183)"^^geo:wktLiteral ;
  geo-pos:lat "48.72715"^^xsd:decimal ;
  geo-pos:long "-1.56183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2855'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56183'^^xsd:double;
  dwc:latitude '48.72715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56183 48.72715, -1.56183 48.72715, -1.56183 48.72715, -1.56183 48.72715, -1.56183 48.72715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2855'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70085 -1.56182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70085 -1.56182)"^^geo:wktLiteral ;
  geo-pos:lat "48.70085"^^xsd:decimal ;
  geo-pos:long "-1.56182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5593'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56182'^^xsd:double;
  dwc:latitude '48.70085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56182 48.70085, -1.56182 48.70085, -1.56182 48.70085, -1.56182 48.70085, -1.56182 48.70085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5593'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66958 -1.56181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66958 -1.56181)"^^geo:wktLiteral ;
  geo-pos:lat "48.66958"^^xsd:decimal ;
  geo-pos:long "-1.56181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11607'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56181'^^xsd:double;
  dwc:latitude '48.66958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56181 48.66958, -1.56181 48.66958, -1.56181 48.66958, -1.56181 48.66958, -1.56181 48.66958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11607'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67995 -1.56181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67995 -1.56181)"^^geo:wktLiteral ;
  geo-pos:lat "48.67995"^^xsd:decimal ;
  geo-pos:long "-1.56181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6927'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56181'^^xsd:double;
  dwc:latitude '48.67995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56181 48.67995, -1.56181 48.67995, -1.56181 48.67995, -1.56181 48.67995, -1.56181 48.67995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6927'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71574 -1.56181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71574 -1.56181)"^^geo:wktLiteral ;
  geo-pos:lat "48.71574"^^xsd:decimal ;
  geo-pos:long "-1.56181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4248'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56181'^^xsd:double;
  dwc:latitude '48.71574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56181 48.71574, -1.56181 48.71574, -1.56181 48.71574, -1.56181 48.71574, -1.56181 48.71574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4248'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71916 -1.56181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71916 -1.56181)"^^geo:wktLiteral ;
  geo-pos:lat "48.71916"^^xsd:decimal ;
  geo-pos:long "-1.56181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9832'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56181'^^xsd:double;
  dwc:latitude '48.71916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56181 48.71916, -1.56181 48.71916, -1.56181 48.71916, -1.56181 48.71916, -1.56181 48.71916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9832'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.5618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.5618)"^^geo:wktLiteral ;
  geo-pos:lat "48.69764"^^xsd:decimal ;
  geo-pos:long "-1.5618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2680'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5618'^^xsd:double;
  dwc:latitude '48.69764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5618 48.69764, -1.5618 48.69764, -1.5618 48.69764, -1.5618 48.69764, -1.5618 48.69764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2680'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72171 -1.5618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72171"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72171 -1.5618)"^^geo:wktLiteral ;
  geo-pos:lat "48.72171"^^xsd:decimal ;
  geo-pos:long "-1.5618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5968'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5618'^^xsd:double;
  dwc:latitude '48.72171'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5618 48.72171, -1.5618 48.72171, -1.5618 48.72171, -1.5618 48.72171, -1.5618 48.72171))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5968'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67487 -1.56179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67487 -1.56179)"^^geo:wktLiteral ;
  geo-pos:lat "48.67487"^^xsd:decimal ;
  geo-pos:long "-1.56179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1350'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56179'^^xsd:double;
  dwc:latitude '48.67487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56179 48.67487, -1.56179 48.67487, -1.56179 48.67487, -1.56179 48.67487, -1.56179 48.67487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1350'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65319 -1.56178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65319 -1.56178)"^^geo:wktLiteral ;
  geo-pos:lat "48.65319"^^xsd:decimal ;
  geo-pos:long "-1.56178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6225'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56178'^^xsd:double;
  dwc:latitude '48.65319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56178 48.65319, -1.56178 48.65319, -1.56178 48.65319, -1.56178 48.65319, -1.56178 48.65319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6225'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67025 -1.56177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67025 -1.56177)"^^geo:wktLiteral ;
  geo-pos:lat "48.67025"^^xsd:decimal ;
  geo-pos:long "-1.56177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7164'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56177'^^xsd:double;
  dwc:latitude '48.67025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56177 48.67025, -1.56177 48.67025, -1.56177 48.67025, -1.56177 48.67025, -1.56177 48.67025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7164'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69524 -1.56176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69524 -1.56176)"^^geo:wktLiteral ;
  geo-pos:lat "48.69524"^^xsd:decimal ;
  geo-pos:long "-1.56176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_621'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56176'^^xsd:double;
  dwc:latitude '48.69524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56176 48.69524, -1.56176 48.69524, -1.56176 48.69524, -1.56176 48.69524, -1.56176 48.69524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_621'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67 -1.56172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67 -1.56172)"^^geo:wktLiteral ;
  geo-pos:lat "48.67"^^xsd:decimal ;
  geo-pos:long "-1.56172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12129'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56172'^^xsd:double;
  dwc:latitude '48.67'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56172 48.67, -1.56172 48.67, -1.56172 48.67, -1.56172 48.67, -1.56172 48.67))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12129'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67574 -1.56172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67574 -1.56172)"^^geo:wktLiteral ;
  geo-pos:lat "48.67574"^^xsd:decimal ;
  geo-pos:long "-1.56172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6111'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56172'^^xsd:double;
  dwc:latitude '48.67574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56172 48.67574, -1.56172 48.67574, -1.56172 48.67574, -1.56172 48.67574, -1.56172 48.67574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6111'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66939 -1.56171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66939 -1.56171)"^^geo:wktLiteral ;
  geo-pos:lat "48.66939"^^xsd:decimal ;
  geo-pos:long "-1.56171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12112'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56171'^^xsd:double;
  dwc:latitude '48.66939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56171 48.66939, -1.56171 48.66939, -1.56171 48.66939, -1.56171 48.66939, -1.56171 48.66939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12112'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70545 -1.56171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70545 -1.56171)"^^geo:wktLiteral ;
  geo-pos:lat "48.70545"^^xsd:decimal ;
  geo-pos:long "-1.56171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5127'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56171'^^xsd:double;
  dwc:latitude '48.70545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56171 48.70545, -1.56171 48.70545, -1.56171 48.70545, -1.56171 48.70545, -1.56171 48.70545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5127'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72663 -1.56171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72663 -1.56171)"^^geo:wktLiteral ;
  geo-pos:lat "48.72663"^^xsd:decimal ;
  geo-pos:long "-1.56171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2368'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56171'^^xsd:double;
  dwc:latitude '48.72663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56171 48.72663, -1.56171 48.72663, -1.56171 48.72663, -1.56171 48.72663, -1.56171 48.72663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2368'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66609 -1.5617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66609 -1.5617)"^^geo:wktLiteral ;
  geo-pos:lat "48.66609"^^xsd:decimal ;
  geo-pos:long "-1.5617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4861'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5617'^^xsd:double;
  dwc:latitude '48.66609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5617 48.66609, -1.5617 48.66609, -1.5617 48.66609, -1.5617 48.66609, -1.5617 48.66609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4861'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71327 -1.5617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71327 -1.5617)"^^geo:wktLiteral ;
  geo-pos:lat "48.71327"^^xsd:decimal ;
  geo-pos:long "-1.5617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4308'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5617'^^xsd:double;
  dwc:latitude '48.71327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5617 48.71327, -1.5617 48.71327, -1.5617 48.71327, -1.5617 48.71327, -1.5617 48.71327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4308'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68675 -1.56169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68675 -1.56169)"^^geo:wktLiteral ;
  geo-pos:lat "48.68675"^^xsd:decimal ;
  geo-pos:long "-1.56169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6957'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56169'^^xsd:double;
  dwc:latitude '48.68675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56169 48.68675, -1.56169 48.68675, -1.56169 48.68675, -1.56169 48.68675, -1.56169 48.68675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6957'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66291 -1.56167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66291 -1.56167)"^^geo:wktLiteral ;
  geo-pos:lat "48.66291"^^xsd:decimal ;
  geo-pos:long "-1.56167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1618'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56167'^^xsd:double;
  dwc:latitude '48.66291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56167 48.66291, -1.56167 48.66291, -1.56167 48.66291, -1.56167 48.66291, -1.56167 48.66291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1618'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69027 -1.56165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69027 -1.56165)"^^geo:wktLiteral ;
  geo-pos:lat "48.69027"^^xsd:decimal ;
  geo-pos:long "-1.56165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5651'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56165'^^xsd:double;
  dwc:latitude '48.69027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56165 48.69027, -1.56165 48.69027, -1.56165 48.69027, -1.56165 48.69027, -1.56165 48.69027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5651'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67086 -1.56164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67086 -1.56164)"^^geo:wktLiteral ;
  geo-pos:lat "48.67086"^^xsd:decimal ;
  geo-pos:long "-1.56164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3882'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56164'^^xsd:double;
  dwc:latitude '48.67086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56164 48.67086, -1.56164 48.67086, -1.56164 48.67086, -1.56164 48.67086, -1.56164 48.67086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3882'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69657 -1.56164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69657 -1.56164)"^^geo:wktLiteral ;
  geo-pos:lat "48.69657"^^xsd:decimal ;
  geo-pos:long "-1.56164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2416'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56164'^^xsd:double;
  dwc:latitude '48.69657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56164 48.69657, -1.56164 48.69657, -1.56164 48.69657, -1.56164 48.69657, -1.56164 48.69657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2416'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71976 -1.56163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71976 -1.56163)"^^geo:wktLiteral ;
  geo-pos:lat "48.71976"^^xsd:decimal ;
  geo-pos:long "-1.56163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2052'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56163'^^xsd:double;
  dwc:latitude '48.71976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56163 48.71976, -1.56163 48.71976, -1.56163 48.71976, -1.56163 48.71976, -1.56163 48.71976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2052'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72986 -1.56163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72986 -1.56163)"^^geo:wktLiteral ;
  geo-pos:lat "48.72986"^^xsd:decimal ;
  geo-pos:long "-1.56163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2345'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56163'^^xsd:double;
  dwc:latitude '48.72986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56163 48.72986, -1.56163 48.72986, -1.56163 48.72986, -1.56163 48.72986, -1.56163 48.72986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2345'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69426 -1.56161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69426 -1.56161)"^^geo:wktLiteral ;
  geo-pos:lat "48.69426"^^xsd:decimal ;
  geo-pos:long "-1.56161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3202'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56161'^^xsd:double;
  dwc:latitude '48.69426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56161 48.69426, -1.56161 48.69426, -1.56161 48.69426, -1.56161 48.69426, -1.56161 48.69426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3202'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71348 -1.5616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71348 -1.5616)"^^geo:wktLiteral ;
  geo-pos:lat "48.71348"^^xsd:decimal ;
  geo-pos:long "-1.5616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_245'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5616'^^xsd:double;
  dwc:latitude '48.71348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5616 48.71348, -1.5616 48.71348, -1.5616 48.71348, -1.5616 48.71348, -1.5616 48.71348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_245'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72002 -1.56159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72002 -1.56159)"^^geo:wktLiteral ;
  geo-pos:lat "48.72002"^^xsd:decimal ;
  geo-pos:long "-1.56159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2622'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56159'^^xsd:double;
  dwc:latitude '48.72002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56159 48.72002, -1.56159 48.72002, -1.56159 48.72002, -1.56159 48.72002, -1.56159 48.72002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2622'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69549 -1.56158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69549 -1.56158)"^^geo:wktLiteral ;
  geo-pos:lat "48.69549"^^xsd:decimal ;
  geo-pos:long "-1.56158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1318'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56158'^^xsd:double;
  dwc:latitude '48.69549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56158 48.69549, -1.56158 48.69549, -1.56158 48.69549, -1.56158 48.69549, -1.56158 48.69549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1318'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71538 -1.56158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71538 -1.56158)"^^geo:wktLiteral ;
  geo-pos:lat "48.71538"^^xsd:decimal ;
  geo-pos:long "-1.56158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_724'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56158'^^xsd:double;
  dwc:latitude '48.71538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56158 48.71538, -1.56158 48.71538, -1.56158 48.71538, -1.56158 48.71538, -1.56158 48.71538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_724'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69269 -1.56157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69269 -1.56157)"^^geo:wktLiteral ;
  geo-pos:lat "48.69269"^^xsd:decimal ;
  geo-pos:long "-1.56157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10061'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56157'^^xsd:double;
  dwc:latitude '48.69269'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56157 48.69269, -1.56157 48.69269, -1.56157 48.69269, -1.56157 48.69269, -1.56157 48.69269))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10061'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70487 -1.56157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70487 -1.56157)"^^geo:wktLiteral ;
  geo-pos:lat "48.70487"^^xsd:decimal ;
  geo-pos:long "-1.56157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1490'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56157'^^xsd:double;
  dwc:latitude '48.70487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56157 48.70487, -1.56157 48.70487, -1.56157 48.70487, -1.56157 48.70487, -1.56157 48.70487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1490'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7231 -1.56157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7231 -1.56157)"^^geo:wktLiteral ;
  geo-pos:lat "48.7231"^^xsd:decimal ;
  geo-pos:long "-1.56157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5099'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56157'^^xsd:double;
  dwc:latitude '48.7231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56157 48.7231, -1.56157 48.7231, -1.56157 48.7231, -1.56157 48.7231, -1.56157 48.7231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5099'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71622 -1.56156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71622 -1.56156)"^^geo:wktLiteral ;
  geo-pos:lat "48.71622"^^xsd:decimal ;
  geo-pos:long "-1.56156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4356'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56156'^^xsd:double;
  dwc:latitude '48.71622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56156 48.71622, -1.56156 48.71622, -1.56156 48.71622, -1.56156 48.71622, -1.56156 48.71622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4356'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69578 -1.56155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69578 -1.56155)"^^geo:wktLiteral ;
  geo-pos:lat "48.69578"^^xsd:decimal ;
  geo-pos:long "-1.56155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1085'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56155'^^xsd:double;
  dwc:latitude '48.69578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56155 48.69578, -1.56155 48.69578, -1.56155 48.69578, -1.56155 48.69578, -1.56155 48.69578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1085'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68667 -1.56153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68667 -1.56153)"^^geo:wktLiteral ;
  geo-pos:lat "48.68667"^^xsd:decimal ;
  geo-pos:long "-1.56153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6010'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56153'^^xsd:double;
  dwc:latitude '48.68667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56153 48.68667, -1.56153 48.68667, -1.56153 48.68667, -1.56153 48.68667, -1.56153 48.68667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6010'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7192 -1.56153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7192 -1.56153)"^^geo:wktLiteral ;
  geo-pos:lat "48.7192"^^xsd:decimal ;
  geo-pos:long "-1.56153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8100'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56153'^^xsd:double;
  dwc:latitude '48.7192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56153 48.7192, -1.56153 48.7192, -1.56153 48.7192, -1.56153 48.7192, -1.56153 48.7192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8100'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66201 -1.56152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66201 -1.56152)"^^geo:wktLiteral ;
  geo-pos:lat "48.66201"^^xsd:decimal ;
  geo-pos:long "-1.56152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_12263'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56152'^^xsd:double;
  dwc:latitude '48.66201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56152 48.66201, -1.56152 48.66201, -1.56152 48.66201, -1.56152 48.66201, -1.56152 48.66201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12263'^^xsd:string;
  dwc:observationDate '2008-01-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66936 -1.56152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66936 -1.56152)"^^geo:wktLiteral ;
  geo-pos:lat "48.66936"^^xsd:decimal ;
  geo-pos:long "-1.56152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5204'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56152'^^xsd:double;
  dwc:latitude '48.66936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56152 48.66936, -1.56152 48.66936, -1.56152 48.66936, -1.56152 48.66936, -1.56152 48.66936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5204'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6878 -1.56152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6878 -1.56152)"^^geo:wktLiteral ;
  geo-pos:lat "48.6878"^^xsd:decimal ;
  geo-pos:long "-1.56152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6495'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56152'^^xsd:double;
  dwc:latitude '48.6878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56152 48.6878, -1.56152 48.6878, -1.56152 48.6878, -1.56152 48.6878, -1.56152 48.6878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6495'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67062 -1.5615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67062 -1.5615)"^^geo:wktLiteral ;
  geo-pos:lat "48.67062"^^xsd:decimal ;
  geo-pos:long "-1.5615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13599'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5615'^^xsd:double;
  dwc:latitude '48.67062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5615 48.67062, -1.5615 48.67062, -1.5615 48.67062, -1.5615 48.67062, -1.5615 48.67062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13599'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6932 -1.56149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6932 -1.56149)"^^geo:wktLiteral ;
  geo-pos:lat "48.6932"^^xsd:decimal ;
  geo-pos:long "-1.56149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6046'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56149'^^xsd:double;
  dwc:latitude '48.6932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56149 48.6932, -1.56149 48.6932, -1.56149 48.6932, -1.56149 48.6932, -1.56149 48.6932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6046'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69562 -1.56149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69562 -1.56149)"^^geo:wktLiteral ;
  geo-pos:lat "48.69562"^^xsd:decimal ;
  geo-pos:long "-1.56149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1119'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56149'^^xsd:double;
  dwc:latitude '48.69562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56149 48.69562, -1.56149 48.69562, -1.56149 48.69562, -1.56149 48.69562, -1.56149 48.69562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1119'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66835 -1.56147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66835 -1.56147)"^^geo:wktLiteral ;
  geo-pos:lat "48.66835"^^xsd:decimal ;
  geo-pos:long "-1.56147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5551'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56147'^^xsd:double;
  dwc:latitude '48.66835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56147 48.66835, -1.56147 48.66835, -1.56147 48.66835, -1.56147 48.66835, -1.56147 48.66835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5551'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71133 -1.56147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71133 -1.56147)"^^geo:wktLiteral ;
  geo-pos:lat "48.71133"^^xsd:decimal ;
  geo-pos:long "-1.56147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8391'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56147'^^xsd:double;
  dwc:latitude '48.71133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56147 48.71133, -1.56147 48.71133, -1.56147 48.71133, -1.56147 48.71133, -1.56147 48.71133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8391'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.56144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.56144)"^^geo:wktLiteral ;
  geo-pos:lat "48.69387"^^xsd:decimal ;
  geo-pos:long "-1.56144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_755'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56144'^^xsd:double;
  dwc:latitude '48.69387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56144 48.69387, -1.56144 48.69387, -1.56144 48.69387, -1.56144 48.69387, -1.56144 48.69387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_755'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65741 -1.56143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65741 -1.56143)"^^geo:wktLiteral ;
  geo-pos:lat "48.65741"^^xsd:decimal ;
  geo-pos:long "-1.56143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7011'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56143'^^xsd:double;
  dwc:latitude '48.65741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56143 48.65741, -1.56143 48.65741, -1.56143 48.65741, -1.56143 48.65741, -1.56143 48.65741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7011'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69458 -1.56143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69458 -1.56143)"^^geo:wktLiteral ;
  geo-pos:lat "48.69458"^^xsd:decimal ;
  geo-pos:long "-1.56143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3088'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56143'^^xsd:double;
  dwc:latitude '48.69458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56143 48.69458, -1.56143 48.69458, -1.56143 48.69458, -1.56143 48.69458, -1.56143 48.69458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3088'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72787 -1.56143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72787 -1.56143)"^^geo:wktLiteral ;
  geo-pos:lat "48.72787"^^xsd:decimal ;
  geo-pos:long "-1.56143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2348'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56143'^^xsd:double;
  dwc:latitude '48.72787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56143 48.72787, -1.56143 48.72787, -1.56143 48.72787, -1.56143 48.72787, -1.56143 48.72787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2348'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67006 -1.56142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67006 -1.56142)"^^geo:wktLiteral ;
  geo-pos:lat "48.67006"^^xsd:decimal ;
  geo-pos:long "-1.56142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12113'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56142'^^xsd:double;
  dwc:latitude '48.67006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56142 48.67006, -1.56142 48.67006, -1.56142 48.67006, -1.56142 48.67006, -1.56142 48.67006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12113'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68741 -1.56142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68741 -1.56142)"^^geo:wktLiteral ;
  geo-pos:lat "48.68741"^^xsd:decimal ;
  geo-pos:long "-1.56142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6839'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56142'^^xsd:double;
  dwc:latitude '48.68741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56142 48.68741, -1.56142 48.68741, -1.56142 48.68741, -1.56142 48.68741, -1.56142 48.68741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6839'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70135 -1.56142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70135 -1.56142)"^^geo:wktLiteral ;
  geo-pos:lat "48.70135"^^xsd:decimal ;
  geo-pos:long "-1.56142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1658'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56142'^^xsd:double;
  dwc:latitude '48.70135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56142 48.70135, -1.56142 48.70135, -1.56142 48.70135, -1.56142 48.70135, -1.56142 48.70135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1658'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6839 -1.5614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6839 -1.5614)"^^geo:wktLiteral ;
  geo-pos:lat "48.6839"^^xsd:decimal ;
  geo-pos:long "-1.5614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5985'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5614'^^xsd:double;
  dwc:latitude '48.6839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5614 48.6839, -1.5614 48.6839, -1.5614 48.6839, -1.5614 48.6839, -1.5614 48.6839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5985'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66069 -1.56139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66069 -1.56139)"^^geo:wktLiteral ;
  geo-pos:lat "48.66069"^^xsd:decimal ;
  geo-pos:long "-1.56139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10438'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56139'^^xsd:double;
  dwc:latitude '48.66069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56139 48.66069, -1.56139 48.66069, -1.56139 48.66069, -1.56139 48.66069, -1.56139 48.66069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10438'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68747 -1.56139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68747"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68747 -1.56139)"^^geo:wktLiteral ;
  geo-pos:lat "48.68747"^^xsd:decimal ;
  geo-pos:long "-1.56139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4594'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56139'^^xsd:double;
  dwc:latitude '48.68747'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56139 48.68747, -1.56139 48.68747, -1.56139 48.68747, -1.56139 48.68747, -1.56139 48.68747))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4594'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71596 -1.56139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71596 -1.56139)"^^geo:wktLiteral ;
  geo-pos:lat "48.71596"^^xsd:decimal ;
  geo-pos:long "-1.56139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9798'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56139'^^xsd:double;
  dwc:latitude '48.71596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56139 48.71596, -1.56139 48.71596, -1.56139 48.71596, -1.56139 48.71596, -1.56139 48.71596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9798'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66663 -1.56137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66663 -1.56137)"^^geo:wktLiteral ;
  geo-pos:lat "48.66663"^^xsd:decimal ;
  geo-pos:long "-1.56137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1606'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56137'^^xsd:double;
  dwc:latitude '48.66663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56137 48.66663, -1.56137 48.66663, -1.56137 48.66663, -1.56137 48.66663, -1.56137 48.66663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1606'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66782 -1.56135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66782 -1.56135)"^^geo:wktLiteral ;
  geo-pos:lat "48.66782"^^xsd:decimal ;
  geo-pos:long "-1.56135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1787'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56135'^^xsd:double;
  dwc:latitude '48.66782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56135 48.66782, -1.56135 48.66782, -1.56135 48.66782, -1.56135 48.66782, -1.56135 48.66782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1787'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66744 -1.56134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66744 -1.56134)"^^geo:wktLiteral ;
  geo-pos:lat "48.66744"^^xsd:decimal ;
  geo-pos:long "-1.56134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1639'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56134'^^xsd:double;
  dwc:latitude '48.66744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56134 48.66744, -1.56134 48.66744, -1.56134 48.66744, -1.56134 48.66744, -1.56134 48.66744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1639'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69603 -1.56134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69603 -1.56134)"^^geo:wktLiteral ;
  geo-pos:lat "48.69603"^^xsd:decimal ;
  geo-pos:long "-1.56134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7885'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56134'^^xsd:double;
  dwc:latitude '48.69603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56134 48.69603, -1.56134 48.69603, -1.56134 48.69603, -1.56134 48.69603, -1.56134 48.69603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7885'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7054 -1.56131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7054 -1.56131)"^^geo:wktLiteral ;
  geo-pos:lat "48.7054"^^xsd:decimal ;
  geo-pos:long "-1.56131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5126'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56131'^^xsd:double;
  dwc:latitude '48.7054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56131 48.7054, -1.56131 48.7054, -1.56131 48.7054, -1.56131 48.7054, -1.56131 48.7054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5126'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69748 -1.5613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69748 -1.5613)"^^geo:wktLiteral ;
  geo-pos:lat "48.69748"^^xsd:decimal ;
  geo-pos:long "-1.5613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1379'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5613'^^xsd:double;
  dwc:latitude '48.69748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5613 48.69748, -1.5613 48.69748, -1.5613 48.69748, -1.5613 48.69748, -1.5613 48.69748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1379'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69606 -1.56128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69606 -1.56128)"^^geo:wktLiteral ;
  geo-pos:lat "48.69606"^^xsd:decimal ;
  geo-pos:long "-1.56128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5197'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56128'^^xsd:double;
  dwc:latitude '48.69606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56128 48.69606, -1.56128 48.69606, -1.56128 48.69606, -1.56128 48.69606, -1.56128 48.69606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5197'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69117 -1.56126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69117 -1.56126)"^^geo:wktLiteral ;
  geo-pos:lat "48.69117"^^xsd:decimal ;
  geo-pos:long "-1.56126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6429'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56126'^^xsd:double;
  dwc:latitude '48.69117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56126 48.69117, -1.56126 48.69117, -1.56126 48.69117, -1.56126 48.69117, -1.56126 48.69117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6429'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7179 -1.56126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7179 -1.56126)"^^geo:wktLiteral ;
  geo-pos:lat "48.7179"^^xsd:decimal ;
  geo-pos:long "-1.56126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7112'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56126'^^xsd:double;
  dwc:latitude '48.7179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56126 48.7179, -1.56126 48.7179, -1.56126 48.7179, -1.56126 48.7179, -1.56126 48.7179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7112'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69278 -1.56125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69278 -1.56125)"^^geo:wktLiteral ;
  geo-pos:lat "48.69278"^^xsd:decimal ;
  geo-pos:long "-1.56125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_818'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56125'^^xsd:double;
  dwc:latitude '48.69278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56125 48.69278, -1.56125 48.69278, -1.56125 48.69278, -1.56125 48.69278, -1.56125 48.69278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_818'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7267 -1.56125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7267 -1.56125)"^^geo:wktLiteral ;
  geo-pos:lat "48.7267"^^xsd:decimal ;
  geo-pos:long "-1.56125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_415'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56125'^^xsd:double;
  dwc:latitude '48.7267'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56125 48.7267, -1.56125 48.7267, -1.56125 48.7267, -1.56125 48.7267, -1.56125 48.7267))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_415'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73288 -1.56123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73288 -1.56123)"^^geo:wktLiteral ;
  geo-pos:lat "48.73288"^^xsd:decimal ;
  geo-pos:long "-1.56123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8513'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56123'^^xsd:double;
  dwc:latitude '48.73288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56123 48.73288, -1.56123 48.73288, -1.56123 48.73288, -1.56123 48.73288, -1.56123 48.73288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8513'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66334 -1.56122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66334 -1.56122)"^^geo:wktLiteral ;
  geo-pos:lat "48.66334"^^xsd:decimal ;
  geo-pos:long "-1.56122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8620'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56122'^^xsd:double;
  dwc:latitude '48.66334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56122 48.66334, -1.56122 48.66334, -1.56122 48.66334, -1.56122 48.66334, -1.56122 48.66334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8620'^^xsd:string;
  dwc:observationDate '2007-12-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7234 -1.5612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7234 -1.5612)"^^geo:wktLiteral ;
  geo-pos:lat "48.7234"^^xsd:decimal ;
  geo-pos:long "-1.5612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4147'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5612'^^xsd:double;
  dwc:latitude '48.7234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5612 48.7234, -1.5612 48.7234, -1.5612 48.7234, -1.5612 48.7234, -1.5612 48.7234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4147'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70161 -1.56119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70161 -1.56119)"^^geo:wktLiteral ;
  geo-pos:lat "48.70161"^^xsd:decimal ;
  geo-pos:long "-1.56119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4993'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56119'^^xsd:double;
  dwc:latitude '48.70161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56119 48.70161, -1.56119 48.70161, -1.56119 48.70161, -1.56119 48.70161, -1.56119 48.70161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4993'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71754 -1.56118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71754 -1.56118)"^^geo:wktLiteral ;
  geo-pos:lat "48.71754"^^xsd:decimal ;
  geo-pos:long "-1.56118"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1259'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56118'^^xsd:double;
  dwc:latitude '48.71754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56118 48.71754, -1.56118 48.71754, -1.56118 48.71754, -1.56118 48.71754, -1.56118 48.71754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1259'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70587 -1.56117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70587 -1.56117)"^^geo:wktLiteral ;
  geo-pos:lat "48.70587"^^xsd:decimal ;
  geo-pos:long "-1.56117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6159'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56117'^^xsd:double;
  dwc:latitude '48.70587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56117 48.70587, -1.56117 48.70587, -1.56117 48.70587, -1.56117 48.70587, -1.56117 48.70587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6159'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66635 -1.56116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66635 -1.56116)"^^geo:wktLiteral ;
  geo-pos:lat "48.66635"^^xsd:decimal ;
  geo-pos:long "-1.56116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3746'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56116'^^xsd:double;
  dwc:latitude '48.66635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56116 48.66635, -1.56116 48.66635, -1.56116 48.66635, -1.56116 48.66635, -1.56116 48.66635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3746'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72339 -1.56116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72339 -1.56116)"^^geo:wktLiteral ;
  geo-pos:lat "48.72339"^^xsd:decimal ;
  geo-pos:long "-1.56116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10323'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56116'^^xsd:double;
  dwc:latitude '48.72339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56116 48.72339, -1.56116 48.72339, -1.56116 48.72339, -1.56116 48.72339, -1.56116 48.72339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10323'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67792 -1.56115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67792 -1.56115)"^^geo:wktLiteral ;
  geo-pos:lat "48.67792"^^xsd:decimal ;
  geo-pos:long "-1.56115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6665'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56115'^^xsd:double;
  dwc:latitude '48.67792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56115 48.67792, -1.56115 48.67792, -1.56115 48.67792, -1.56115 48.67792, -1.56115 48.67792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6665'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71681 -1.56115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71681 -1.56115)"^^geo:wktLiteral ;
  geo-pos:lat "48.71681"^^xsd:decimal ;
  geo-pos:long "-1.56115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1261'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56115'^^xsd:double;
  dwc:latitude '48.71681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56115 48.71681, -1.56115 48.71681, -1.56115 48.71681, -1.56115 48.71681, -1.56115 48.71681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1261'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66272 -1.56113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66272 -1.56113)"^^geo:wktLiteral ;
  geo-pos:lat "48.66272"^^xsd:decimal ;
  geo-pos:long "-1.56113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7134'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56113'^^xsd:double;
  dwc:latitude '48.66272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56113 48.66272, -1.56113 48.66272, -1.56113 48.66272, -1.56113 48.66272, -1.56113 48.66272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7134'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66462 -1.56113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66462 -1.56113)"^^geo:wktLiteral ;
  geo-pos:lat "48.66462"^^xsd:decimal ;
  geo-pos:long "-1.56113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6488'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56113'^^xsd:double;
  dwc:latitude '48.66462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56113 48.66462, -1.56113 48.66462, -1.56113 48.66462, -1.56113 48.66462, -1.56113 48.66462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6488'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66584 -1.56113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66584 -1.56113)"^^geo:wktLiteral ;
  geo-pos:lat "48.66584"^^xsd:decimal ;
  geo-pos:long "-1.56113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5535'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56113'^^xsd:double;
  dwc:latitude '48.66584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56113 48.66584, -1.56113 48.66584, -1.56113 48.66584, -1.56113 48.66584, -1.56113 48.66584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5535'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70853 -1.56112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70853"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70853 -1.56112)"^^geo:wktLiteral ;
  geo-pos:lat "48.70853"^^xsd:decimal ;
  geo-pos:long "-1.56112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4358'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56112'^^xsd:double;
  dwc:latitude '48.70853'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56112 48.70853, -1.56112 48.70853, -1.56112 48.70853, -1.56112 48.70853, -1.56112 48.70853))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4358'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70264 -1.56111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70264 -1.56111)"^^geo:wktLiteral ;
  geo-pos:lat "48.70264"^^xsd:decimal ;
  geo-pos:long "-1.56111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5971'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56111'^^xsd:double;
  dwc:latitude '48.70264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56111 48.70264, -1.56111 48.70264, -1.56111 48.70264, -1.56111 48.70264, -1.56111 48.70264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5971'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71688 -1.56111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71688 -1.56111)"^^geo:wktLiteral ;
  geo-pos:lat "48.71688"^^xsd:decimal ;
  geo-pos:long "-1.56111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9040'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56111'^^xsd:double;
  dwc:latitude '48.71688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56111 48.71688, -1.56111 48.71688, -1.56111 48.71688, -1.56111 48.71688, -1.56111 48.71688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9040'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69355 -1.56108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69355 -1.56108)"^^geo:wktLiteral ;
  geo-pos:lat "48.69355"^^xsd:decimal ;
  geo-pos:long "-1.56108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4824'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56108'^^xsd:double;
  dwc:latitude '48.69355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56108 48.69355, -1.56108 48.69355, -1.56108 48.69355, -1.56108 48.69355, -1.56108 48.69355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4824'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6948 -1.56108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6948 -1.56108)"^^geo:wktLiteral ;
  geo-pos:lat "48.6948"^^xsd:decimal ;
  geo-pos:long "-1.56108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2395'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56108'^^xsd:double;
  dwc:latitude '48.6948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56108 48.6948, -1.56108 48.6948, -1.56108 48.6948, -1.56108 48.6948, -1.56108 48.6948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2395'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71819 -1.56108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71819 -1.56108)"^^geo:wktLiteral ;
  geo-pos:lat "48.71819"^^xsd:decimal ;
  geo-pos:long "-1.56108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2886'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56108'^^xsd:double;
  dwc:latitude '48.71819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56108 48.71819, -1.56108 48.71819, -1.56108 48.71819, -1.56108 48.71819, -1.56108 48.71819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2886'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72079 -1.56108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72079 -1.56108)"^^geo:wktLiteral ;
  geo-pos:lat "48.72079"^^xsd:decimal ;
  geo-pos:long "-1.56108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1937'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56108'^^xsd:double;
  dwc:latitude '48.72079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56108 48.72079, -1.56108 48.72079, -1.56108 48.72079, -1.56108 48.72079, -1.56108 48.72079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1937'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66187 -1.56107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66187 -1.56107)"^^geo:wktLiteral ;
  geo-pos:lat "48.66187"^^xsd:decimal ;
  geo-pos:long "-1.56107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11513'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56107'^^xsd:double;
  dwc:latitude '48.66187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56107 48.66187, -1.56107 48.66187, -1.56107 48.66187, -1.56107 48.66187, -1.56107 48.66187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11513'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70241 -1.56106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70241"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70241 -1.56106)"^^geo:wktLiteral ;
  geo-pos:lat "48.70241"^^xsd:decimal ;
  geo-pos:long "-1.56106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8481'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56106'^^xsd:double;
  dwc:latitude '48.70241'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56106 48.70241, -1.56106 48.70241, -1.56106 48.70241, -1.56106 48.70241, -1.56106 48.70241))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8481'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66503 -1.56105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66503 -1.56105)"^^geo:wktLiteral ;
  geo-pos:lat "48.66503"^^xsd:decimal ;
  geo-pos:long "-1.56105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6489'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56105'^^xsd:double;
  dwc:latitude '48.66503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56105 48.66503, -1.56105 48.66503, -1.56105 48.66503, -1.56105 48.66503, -1.56105 48.66503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6489'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66622 -1.56105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66622 -1.56105)"^^geo:wktLiteral ;
  geo-pos:lat "48.66622"^^xsd:decimal ;
  geo-pos:long "-1.56105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5536'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56105'^^xsd:double;
  dwc:latitude '48.66622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56105 48.66622, -1.56105 48.66622, -1.56105 48.66622, -1.56105 48.66622, -1.56105 48.66622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5536'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66994 -1.56105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66994 -1.56105)"^^geo:wktLiteral ;
  geo-pos:lat "48.66994"^^xsd:decimal ;
  geo-pos:long "-1.56105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5549'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56105'^^xsd:double;
  dwc:latitude '48.66994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56105 48.66994, -1.56105 48.66994, -1.56105 48.66994, -1.56105 48.66994, -1.56105 48.66994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5549'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68415 -1.56104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68415 -1.56104)"^^geo:wktLiteral ;
  geo-pos:lat "48.68415"^^xsd:decimal ;
  geo-pos:long "-1.56104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2767'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56104'^^xsd:double;
  dwc:latitude '48.68415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56104 48.68415, -1.56104 48.68415, -1.56104 48.68415, -1.56104 48.68415, -1.56104 48.68415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2767'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6656 -1.56101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6656 -1.56101)"^^geo:wktLiteral ;
  geo-pos:lat "48.6656"^^xsd:decimal ;
  geo-pos:long "-1.56101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1629'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56101'^^xsd:double;
  dwc:latitude '48.6656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56101 48.6656, -1.56101 48.6656, -1.56101 48.6656, -1.56101 48.6656, -1.56101 48.6656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1629'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71767 -1.56101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71767 -1.56101)"^^geo:wktLiteral ;
  geo-pos:lat "48.71767"^^xsd:decimal ;
  geo-pos:long "-1.56101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1260'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56101'^^xsd:double;
  dwc:latitude '48.71767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56101 48.71767, -1.56101 48.71767, -1.56101 48.71767, -1.56101 48.71767, -1.56101 48.71767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1260'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68579 -1.56099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68579 -1.56099)"^^geo:wktLiteral ;
  geo-pos:lat "48.68579"^^xsd:decimal ;
  geo-pos:long "-1.56099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_747'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56099'^^xsd:double;
  dwc:latitude '48.68579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56099 48.68579, -1.56099 48.68579, -1.56099 48.68579, -1.56099 48.68579, -1.56099 48.68579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_747'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7078 -1.56099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7078 -1.56099)"^^geo:wktLiteral ;
  geo-pos:lat "48.7078"^^xsd:decimal ;
  geo-pos:long "-1.56099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3440'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56099'^^xsd:double;
  dwc:latitude '48.7078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56099 48.7078, -1.56099 48.7078, -1.56099 48.7078, -1.56099 48.7078, -1.56099 48.7078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3440'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66433 -1.56098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66433 -1.56098)"^^geo:wktLiteral ;
  geo-pos:lat "48.66433"^^xsd:decimal ;
  geo-pos:long "-1.56098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7233'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56098'^^xsd:double;
  dwc:latitude '48.66433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56098 48.66433, -1.56098 48.66433, -1.56098 48.66433, -1.56098 48.66433, -1.56098 48.66433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7233'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70973 -1.56098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70973 -1.56098)"^^geo:wktLiteral ;
  geo-pos:lat "48.70973"^^xsd:decimal ;
  geo-pos:long "-1.56098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4738'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56098'^^xsd:double;
  dwc:latitude '48.70973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56098 48.70973, -1.56098 48.70973, -1.56098 48.70973, -1.56098 48.70973, -1.56098 48.70973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4738'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71749 -1.56097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71749 -1.56097)"^^geo:wktLiteral ;
  geo-pos:lat "48.71749"^^xsd:decimal ;
  geo-pos:long "-1.56097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7456'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56097'^^xsd:double;
  dwc:latitude '48.71749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56097 48.71749, -1.56097 48.71749, -1.56097 48.71749, -1.56097 48.71749, -1.56097 48.71749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7456'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65406 -1.56095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65406"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65406 -1.56095)"^^geo:wktLiteral ;
  geo-pos:lat "48.65406"^^xsd:decimal ;
  geo-pos:long "-1.56095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3488'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56095'^^xsd:double;
  dwc:latitude '48.65406'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56095 48.65406, -1.56095 48.65406, -1.56095 48.65406, -1.56095 48.65406, -1.56095 48.65406))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3488'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67265 -1.56095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67265"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67265 -1.56095)"^^geo:wktLiteral ;
  geo-pos:lat "48.67265"^^xsd:decimal ;
  geo-pos:long "-1.56095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4394'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56095'^^xsd:double;
  dwc:latitude '48.67265'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56095 48.67265, -1.56095 48.67265, -1.56095 48.67265, -1.56095 48.67265, -1.56095 48.67265))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4394'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69323 -1.56095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69323 -1.56095)"^^geo:wktLiteral ;
  geo-pos:lat "48.69323"^^xsd:decimal ;
  geo-pos:long "-1.56095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_190'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56095'^^xsd:double;
  dwc:latitude '48.69323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56095 48.69323, -1.56095 48.69323, -1.56095 48.69323, -1.56095 48.69323, -1.56095 48.69323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_190'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67534 -1.56094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67534"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67534 -1.56094)"^^geo:wktLiteral ;
  geo-pos:lat "48.67534"^^xsd:decimal ;
  geo-pos:long "-1.56094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7393'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56094'^^xsd:double;
  dwc:latitude '48.67534'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56094 48.67534, -1.56094 48.67534, -1.56094 48.67534, -1.56094 48.67534, -1.56094 48.67534))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7393'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66928 -1.56093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66928 -1.56093)"^^geo:wktLiteral ;
  geo-pos:lat "48.66928"^^xsd:decimal ;
  geo-pos:long "-1.56093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11424'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56093'^^xsd:double;
  dwc:latitude '48.66928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56093 48.66928, -1.56093 48.66928, -1.56093 48.66928, -1.56093 48.66928, -1.56093 48.66928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11424'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67459 -1.56093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67459"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67459 -1.56093)"^^geo:wktLiteral ;
  geo-pos:lat "48.67459"^^xsd:decimal ;
  geo-pos:long "-1.56093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4797'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56093'^^xsd:double;
  dwc:latitude '48.67459'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56093 48.67459, -1.56093 48.67459, -1.56093 48.67459, -1.56093 48.67459, -1.56093 48.67459))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4797'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70761 -1.56092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70761"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70761 -1.56092)"^^geo:wktLiteral ;
  geo-pos:lat "48.70761"^^xsd:decimal ;
  geo-pos:long "-1.56092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2635'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56092'^^xsd:double;
  dwc:latitude '48.70761'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56092 48.70761, -1.56092 48.70761, -1.56092 48.70761, -1.56092 48.70761, -1.56092 48.70761))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2635'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71124 -1.56092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71124 -1.56092)"^^geo:wktLiteral ;
  geo-pos:lat "48.71124"^^xsd:decimal ;
  geo-pos:long "-1.56092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3454'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56092'^^xsd:double;
  dwc:latitude '48.71124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56092 48.71124, -1.56092 48.71124, -1.56092 48.71124, -1.56092 48.71124, -1.56092 48.71124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3454'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68476 -1.56091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68476 -1.56091)"^^geo:wktLiteral ;
  geo-pos:lat "48.68476"^^xsd:decimal ;
  geo-pos:long "-1.56091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4618'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56091'^^xsd:double;
  dwc:latitude '48.68476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56091 48.68476, -1.56091 48.68476, -1.56091 48.68476, -1.56091 48.68476, -1.56091 48.68476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4618'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69324 -1.5609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69324"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69324 -1.5609)"^^geo:wktLiteral ;
  geo-pos:lat "48.69324"^^xsd:decimal ;
  geo-pos:long "-1.5609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1838'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5609'^^xsd:double;
  dwc:latitude '48.69324'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5609 48.69324, -1.5609 48.69324, -1.5609 48.69324, -1.5609 48.69324, -1.5609 48.69324))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1838'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66049 -1.56089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66049 -1.56089)"^^geo:wktLiteral ;
  geo-pos:lat "48.66049"^^xsd:decimal ;
  geo-pos:long "-1.56089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7065'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56089'^^xsd:double;
  dwc:latitude '48.66049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56089 48.66049, -1.56089 48.66049, -1.56089 48.66049, -1.56089 48.66049, -1.56089 48.66049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7065'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72518 -1.56089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72518 -1.56089)"^^geo:wktLiteral ;
  geo-pos:lat "48.72518"^^xsd:decimal ;
  geo-pos:long "-1.56089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1939'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56089'^^xsd:double;
  dwc:latitude '48.72518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56089 48.72518, -1.56089 48.72518, -1.56089 48.72518, -1.56089 48.72518, -1.56089 48.72518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1939'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69604 -1.56088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69604 -1.56088)"^^geo:wktLiteral ;
  geo-pos:lat "48.69604"^^xsd:decimal ;
  geo-pos:long "-1.56088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6250'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56088'^^xsd:double;
  dwc:latitude '48.69604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56088 48.69604, -1.56088 48.69604, -1.56088 48.69604, -1.56088 48.69604, -1.56088 48.69604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6250'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69964 -1.56088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69964 -1.56088)"^^geo:wktLiteral ;
  geo-pos:lat "48.69964"^^xsd:decimal ;
  geo-pos:long "-1.56088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1657'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56088'^^xsd:double;
  dwc:latitude '48.69964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56088 48.69964, -1.56088 48.69964, -1.56088 48.69964, -1.56088 48.69964, -1.56088 48.69964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1657'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.56087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.56087)"^^geo:wktLiteral ;
  geo-pos:lat "48.69387"^^xsd:decimal ;
  geo-pos:long "-1.56087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5116'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56087'^^xsd:double;
  dwc:latitude '48.69387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56087 48.69387, -1.56087 48.69387, -1.56087 48.69387, -1.56087 48.69387, -1.56087 48.69387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5116'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69931 -1.56086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69931"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69931 -1.56086)"^^geo:wktLiteral ;
  geo-pos:lat "48.69931"^^xsd:decimal ;
  geo-pos:long "-1.56086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1479'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56086'^^xsd:double;
  dwc:latitude '48.69931'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56086 48.69931, -1.56086 48.69931, -1.56086 48.69931, -1.56086 48.69931, -1.56086 48.69931))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1479'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.56085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.56085)"^^geo:wktLiteral ;
  geo-pos:lat "48.69561"^^xsd:decimal ;
  geo-pos:long "-1.56085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_381'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56085'^^xsd:double;
  dwc:latitude '48.69561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56085 48.69561, -1.56085 48.69561, -1.56085 48.69561, -1.56085 48.69561, -1.56085 48.69561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_381'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.56084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.56084)"^^geo:wktLiteral ;
  geo-pos:lat "48.71052"^^xsd:decimal ;
  geo-pos:long "-1.56084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3822'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56084'^^xsd:double;
  dwc:latitude '48.71052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56084 48.71052, -1.56084 48.71052, -1.56084 48.71052, -1.56084 48.71052, -1.56084 48.71052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3822'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71705 -1.56083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71705 -1.56083)"^^geo:wktLiteral ;
  geo-pos:lat "48.71705"^^xsd:decimal ;
  geo-pos:long "-1.56083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5108'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56083'^^xsd:double;
  dwc:latitude '48.71705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56083 48.71705, -1.56083 48.71705, -1.56083 48.71705, -1.56083 48.71705, -1.56083 48.71705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5108'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72576 -1.56083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72576 -1.56083)"^^geo:wktLiteral ;
  geo-pos:lat "48.72576"^^xsd:decimal ;
  geo-pos:long "-1.56083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2643'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56083'^^xsd:double;
  dwc:latitude '48.72576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56083 48.72576, -1.56083 48.72576, -1.56083 48.72576, -1.56083 48.72576, -1.56083 48.72576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2643'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6946 -1.56082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6946 -1.56082)"^^geo:wktLiteral ;
  geo-pos:lat "48.6946"^^xsd:decimal ;
  geo-pos:long "-1.56082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_243'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56082'^^xsd:double;
  dwc:latitude '48.6946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56082 48.6946, -1.56082 48.6946, -1.56082 48.6946, -1.56082 48.6946, -1.56082 48.6946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_243'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69423 -1.56081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69423 -1.56081)"^^geo:wktLiteral ;
  geo-pos:lat "48.69423"^^xsd:decimal ;
  geo-pos:long "-1.56081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_860'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56081'^^xsd:double;
  dwc:latitude '48.69423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56081 48.69423, -1.56081 48.69423, -1.56081 48.69423, -1.56081 48.69423, -1.56081 48.69423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_860'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72136 -1.56081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72136"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72136 -1.56081)"^^geo:wktLiteral ;
  geo-pos:lat "48.72136"^^xsd:decimal ;
  geo-pos:long "-1.56081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7996'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56081'^^xsd:double;
  dwc:latitude '48.72136'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56081 48.72136, -1.56081 48.72136, -1.56081 48.72136, -1.56081 48.72136, -1.56081 48.72136))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7996'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71903 -1.5608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71903 -1.5608)"^^geo:wktLiteral ;
  geo-pos:lat "48.71903"^^xsd:decimal ;
  geo-pos:long "-1.5608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8011'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5608'^^xsd:double;
  dwc:latitude '48.71903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5608 48.71903, -1.5608 48.71903, -1.5608 48.71903, -1.5608 48.71903, -1.5608 48.71903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8011'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71327 -1.56079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71327 -1.56079)"^^geo:wktLiteral ;
  geo-pos:lat "48.71327"^^xsd:decimal ;
  geo-pos:long "-1.56079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4640'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56079'^^xsd:double;
  dwc:latitude '48.71327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56079 48.71327, -1.56079 48.71327, -1.56079 48.71327, -1.56079 48.71327, -1.56079 48.71327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4640'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72696 -1.56078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72696 -1.56078)"^^geo:wktLiteral ;
  geo-pos:lat "48.72696"^^xsd:decimal ;
  geo-pos:long "-1.56078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1813'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56078'^^xsd:double;
  dwc:latitude '48.72696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56078 48.72696, -1.56078 48.72696, -1.56078 48.72696, -1.56078 48.72696, -1.56078 48.72696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1813'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70208 -1.56077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70208"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70208 -1.56077)"^^geo:wktLiteral ;
  geo-pos:lat "48.70208"^^xsd:decimal ;
  geo-pos:long "-1.56077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9341'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56077'^^xsd:double;
  dwc:latitude '48.70208'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56077 48.70208, -1.56077 48.70208, -1.56077 48.70208, -1.56077 48.70208, -1.56077 48.70208))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9341'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70741 -1.56077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70741 -1.56077)"^^geo:wktLiteral ;
  geo-pos:lat "48.70741"^^xsd:decimal ;
  geo-pos:long "-1.56077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_244'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56077'^^xsd:double;
  dwc:latitude '48.70741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56077 48.70741, -1.56077 48.70741, -1.56077 48.70741, -1.56077 48.70741, -1.56077 48.70741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_244'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70257 -1.56074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70257 -1.56074)"^^geo:wktLiteral ;
  geo-pos:lat "48.70257"^^xsd:decimal ;
  geo-pos:long "-1.56074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1420'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56074'^^xsd:double;
  dwc:latitude '48.70257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56074 48.70257, -1.56074 48.70257, -1.56074 48.70257, -1.56074 48.70257, -1.56074 48.70257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1420'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71843 -1.56074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71843 -1.56074)"^^geo:wktLiteral ;
  geo-pos:lat "48.71843"^^xsd:decimal ;
  geo-pos:long "-1.56074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10404'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56074'^^xsd:double;
  dwc:latitude '48.71843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56074 48.71843, -1.56074 48.71843, -1.56074 48.71843, -1.56074 48.71843, -1.56074 48.71843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10404'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72837 -1.56074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72837 -1.56074)"^^geo:wktLiteral ;
  geo-pos:lat "48.72837"^^xsd:decimal ;
  geo-pos:long "-1.56074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1940'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56074'^^xsd:double;
  dwc:latitude '48.72837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56074 48.72837, -1.56074 48.72837, -1.56074 48.72837, -1.56074 48.72837, -1.56074 48.72837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1940'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7256 -1.56073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7256 -1.56073)"^^geo:wktLiteral ;
  geo-pos:lat "48.7256"^^xsd:decimal ;
  geo-pos:long "-1.56073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2621'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56073'^^xsd:double;
  dwc:latitude '48.7256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56073 48.7256, -1.56073 48.7256, -1.56073 48.7256, -1.56073 48.7256, -1.56073 48.7256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2621'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68936 -1.56071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68936 -1.56071)"^^geo:wktLiteral ;
  geo-pos:lat "48.68936"^^xsd:decimal ;
  geo-pos:long "-1.56071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5710'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56071'^^xsd:double;
  dwc:latitude '48.68936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56071 48.68936, -1.56071 48.68936, -1.56071 48.68936, -1.56071 48.68936, -1.56071 48.68936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5710'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69585 -1.56071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69585 -1.56071)"^^geo:wktLiteral ;
  geo-pos:lat "48.69585"^^xsd:decimal ;
  geo-pos:long "-1.56071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4688'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56071'^^xsd:double;
  dwc:latitude '48.69585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56071 48.69585, -1.56071 48.69585, -1.56071 48.69585, -1.56071 48.69585, -1.56071 48.69585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4688'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70821 -1.5607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70821 -1.5607)"^^geo:wktLiteral ;
  geo-pos:lat "48.70821"^^xsd:decimal ;
  geo-pos:long "-1.5607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4357'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5607'^^xsd:double;
  dwc:latitude '48.70821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5607 48.70821, -1.5607 48.70821, -1.5607 48.70821, -1.5607 48.70821, -1.5607 48.70821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4357'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67025 -1.56068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67025 -1.56068)"^^geo:wktLiteral ;
  geo-pos:lat "48.67025"^^xsd:decimal ;
  geo-pos:long "-1.56068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3878'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56068'^^xsd:double;
  dwc:latitude '48.67025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56068 48.67025, -1.56068 48.67025, -1.56068 48.67025, -1.56068 48.67025, -1.56068 48.67025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3878'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67643 -1.56067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67643 -1.56067)"^^geo:wktLiteral ;
  geo-pos:lat "48.67643"^^xsd:decimal ;
  geo-pos:long "-1.56067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6896'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56067'^^xsd:double;
  dwc:latitude '48.67643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56067 48.67643, -1.56067 48.67643, -1.56067 48.67643, -1.56067 48.67643, -1.56067 48.67643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6896'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7261 -1.56067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7261 -1.56067)"^^geo:wktLiteral ;
  geo-pos:lat "48.7261"^^xsd:decimal ;
  geo-pos:long "-1.56067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3556'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56067'^^xsd:double;
  dwc:latitude '48.7261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56067 48.7261, -1.56067 48.7261, -1.56067 48.7261, -1.56067 48.7261, -1.56067 48.7261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3556'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6857 -1.56065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6857 -1.56065)"^^geo:wktLiteral ;
  geo-pos:lat "48.6857"^^xsd:decimal ;
  geo-pos:long "-1.56065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5498'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56065'^^xsd:double;
  dwc:latitude '48.6857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56065 48.6857, -1.56065 48.6857, -1.56065 48.6857, -1.56065 48.6857, -1.56065 48.6857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5498'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6704 -1.56064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6704 -1.56064)"^^geo:wktLiteral ;
  geo-pos:lat "48.6704"^^xsd:decimal ;
  geo-pos:long "-1.56064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2992'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56064'^^xsd:double;
  dwc:latitude '48.6704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56064 48.6704, -1.56064 48.6704, -1.56064 48.6704, -1.56064 48.6704, -1.56064 48.6704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2992'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72927 -1.56064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72927 -1.56064)"^^geo:wktLiteral ;
  geo-pos:lat "48.72927"^^xsd:decimal ;
  geo-pos:long "-1.56064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1890'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56064'^^xsd:double;
  dwc:latitude '48.72927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56064 48.72927, -1.56064 48.72927, -1.56064 48.72927, -1.56064 48.72927, -1.56064 48.72927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1890'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66946 -1.56062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66946 -1.56062)"^^geo:wktLiteral ;
  geo-pos:lat "48.66946"^^xsd:decimal ;
  geo-pos:long "-1.56062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11516'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56062'^^xsd:double;
  dwc:latitude '48.66946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56062 48.66946, -1.56062 48.66946, -1.56062 48.66946, -1.56062 48.66946, -1.56062 48.66946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11516'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67916 -1.56062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67916 -1.56062)"^^geo:wktLiteral ;
  geo-pos:lat "48.67916"^^xsd:decimal ;
  geo-pos:long "-1.56062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5550'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56062'^^xsd:double;
  dwc:latitude '48.67916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56062 48.67916, -1.56062 48.67916, -1.56062 48.67916, -1.56062 48.67916, -1.56062 48.67916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5550'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66878 -1.56061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66878 -1.56061)"^^geo:wktLiteral ;
  geo-pos:lat "48.66878"^^xsd:decimal ;
  geo-pos:long "-1.56061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10893'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56061'^^xsd:double;
  dwc:latitude '48.66878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56061 48.66878, -1.56061 48.66878, -1.56061 48.66878, -1.56061 48.66878, -1.56061 48.66878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10893'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67734 -1.56061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67734"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67734 -1.56061)"^^geo:wktLiteral ;
  geo-pos:lat "48.67734"^^xsd:decimal ;
  geo-pos:long "-1.56061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1354'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56061'^^xsd:double;
  dwc:latitude '48.67734'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56061 48.67734, -1.56061 48.67734, -1.56061 48.67734, -1.56061 48.67734, -1.56061 48.67734))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1354'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7071 -1.56061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7071"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7071 -1.56061)"^^geo:wktLiteral ;
  geo-pos:lat "48.7071"^^xsd:decimal ;
  geo-pos:long "-1.56061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3075'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56061'^^xsd:double;
  dwc:latitude '48.7071'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56061 48.7071, -1.56061 48.7071, -1.56061 48.7071, -1.56061 48.7071, -1.56061 48.7071))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3075'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73497 -1.56061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73497 -1.56061)"^^geo:wktLiteral ;
  geo-pos:lat "48.73497"^^xsd:decimal ;
  geo-pos:long "-1.56061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7486'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56061'^^xsd:double;
  dwc:latitude '48.73497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56061 48.73497, -1.56061 48.73497, -1.56061 48.73497, -1.56061 48.73497, -1.56061 48.73497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7486'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70746 -1.56059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70746 -1.56059)"^^geo:wktLiteral ;
  geo-pos:lat "48.70746"^^xsd:decimal ;
  geo-pos:long "-1.56059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4882'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56059'^^xsd:double;
  dwc:latitude '48.70746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56059 48.70746, -1.56059 48.70746, -1.56059 48.70746, -1.56059 48.70746, -1.56059 48.70746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4882'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70225 -1.56058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70225 -1.56058)"^^geo:wktLiteral ;
  geo-pos:lat "48.70225"^^xsd:decimal ;
  geo-pos:long "-1.56058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5085'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56058'^^xsd:double;
  dwc:latitude '48.70225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56058 48.70225, -1.56058 48.70225, -1.56058 48.70225, -1.56058 48.70225, -1.56058 48.70225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5085'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70267 -1.56058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70267"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70267 -1.56058)"^^geo:wktLiteral ;
  geo-pos:lat "48.70267"^^xsd:decimal ;
  geo-pos:long "-1.56058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5115'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56058'^^xsd:double;
  dwc:latitude '48.70267'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56058 48.70267, -1.56058 48.70267, -1.56058 48.70267, -1.56058 48.70267, -1.56058 48.70267))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5115'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66158 -1.56057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66158 -1.56057)"^^geo:wktLiteral ;
  geo-pos:lat "48.66158"^^xsd:decimal ;
  geo-pos:long "-1.56057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11999'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56057'^^xsd:double;
  dwc:latitude '48.66158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56057 48.66158, -1.56057 48.66158, -1.56057 48.66158, -1.56057 48.66158, -1.56057 48.66158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11999'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.56057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.56057)"^^geo:wktLiteral ;
  geo-pos:lat "48.6997"^^xsd:decimal ;
  geo-pos:long "-1.56057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7802'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56057'^^xsd:double;
  dwc:latitude '48.6997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56057 48.6997, -1.56057 48.6997, -1.56057 48.6997, -1.56057 48.6997, -1.56057 48.6997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7802'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70236 -1.56057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70236 -1.56057)"^^geo:wktLiteral ;
  geo-pos:lat "48.70236"^^xsd:decimal ;
  geo-pos:long "-1.56057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5005'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56057'^^xsd:double;
  dwc:latitude '48.70236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56057 48.70236, -1.56057 48.70236, -1.56057 48.70236, -1.56057 48.70236, -1.56057 48.70236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5005'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69986 -1.56056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69986 -1.56056)"^^geo:wktLiteral ;
  geo-pos:lat "48.69986"^^xsd:decimal ;
  geo-pos:long "-1.56056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7758'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56056'^^xsd:double;
  dwc:latitude '48.69986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56056 48.69986, -1.56056 48.69986, -1.56056 48.69986, -1.56056 48.69986, -1.56056 48.69986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7758'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69409 -1.56054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69409 -1.56054)"^^geo:wktLiteral ;
  geo-pos:lat "48.69409"^^xsd:decimal ;
  geo-pos:long "-1.56054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4234'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56054'^^xsd:double;
  dwc:latitude '48.69409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56054 48.69409, -1.56054 48.69409, -1.56054 48.69409, -1.56054 48.69409, -1.56054 48.69409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4234'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66155 -1.56053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66155 -1.56053)"^^geo:wktLiteral ;
  geo-pos:lat "48.66155"^^xsd:decimal ;
  geo-pos:long "-1.56053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11429'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56053'^^xsd:double;
  dwc:latitude '48.66155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56053 48.66155, -1.56053 48.66155, -1.56053 48.66155, -1.56053 48.66155, -1.56053 48.66155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11429'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72554 -1.56053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72554 -1.56053)"^^geo:wktLiteral ;
  geo-pos:lat "48.72554"^^xsd:decimal ;
  geo-pos:long "-1.56053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4691'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56053'^^xsd:double;
  dwc:latitude '48.72554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56053 48.72554, -1.56053 48.72554, -1.56053 48.72554, -1.56053 48.72554, -1.56053 48.72554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4691'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72809 -1.56053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72809 -1.56053)"^^geo:wktLiteral ;
  geo-pos:lat "48.72809"^^xsd:decimal ;
  geo-pos:long "-1.56053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2020'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56053'^^xsd:double;
  dwc:latitude '48.72809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56053 48.72809, -1.56053 48.72809, -1.56053 48.72809, -1.56053 48.72809, -1.56053 48.72809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2020'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68703 -1.56052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68703 -1.56052)"^^geo:wktLiteral ;
  geo-pos:lat "48.68703"^^xsd:decimal ;
  geo-pos:long "-1.56052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9588'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56052'^^xsd:double;
  dwc:latitude '48.68703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56052 48.68703, -1.56052 48.68703, -1.56052 48.68703, -1.56052 48.68703, -1.56052 48.68703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9588'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70776 -1.56051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70776 -1.56051)"^^geo:wktLiteral ;
  geo-pos:lat "48.70776"^^xsd:decimal ;
  geo-pos:long "-1.56051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1255'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56051'^^xsd:double;
  dwc:latitude '48.70776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56051 48.70776, -1.56051 48.70776, -1.56051 48.70776, -1.56051 48.70776, -1.56051 48.70776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1255'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72626 -1.56051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72626 -1.56051)"^^geo:wktLiteral ;
  geo-pos:lat "48.72626"^^xsd:decimal ;
  geo-pos:long "-1.56051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4673'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56051'^^xsd:double;
  dwc:latitude '48.72626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56051 48.72626, -1.56051 48.72626, -1.56051 48.72626, -1.56051 48.72626, -1.56051 48.72626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4673'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67945 -1.56049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67945 -1.56049)"^^geo:wktLiteral ;
  geo-pos:lat "48.67945"^^xsd:decimal ;
  geo-pos:long "-1.56049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3956'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56049'^^xsd:double;
  dwc:latitude '48.67945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56049 48.67945, -1.56049 48.67945, -1.56049 48.67945, -1.56049 48.67945, -1.56049 48.67945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3956'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70033 -1.56049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70033 -1.56049)"^^geo:wktLiteral ;
  geo-pos:lat "48.70033"^^xsd:decimal ;
  geo-pos:long "-1.56049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7830'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56049'^^xsd:double;
  dwc:latitude '48.70033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56049 48.70033, -1.56049 48.70033, -1.56049 48.70033, -1.56049 48.70033, -1.56049 48.70033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7830'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66951 -1.56048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66951"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66951 -1.56048)"^^geo:wktLiteral ;
  geo-pos:lat "48.66951"^^xsd:decimal ;
  geo-pos:long "-1.56048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11515'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56048'^^xsd:double;
  dwc:latitude '48.66951'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56048 48.66951, -1.56048 48.66951, -1.56048 48.66951, -1.56048 48.66951, -1.56048 48.66951))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11515'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72825 -1.56047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72825 -1.56047)"^^geo:wktLiteral ;
  geo-pos:lat "48.72825"^^xsd:decimal ;
  geo-pos:long "-1.56047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1859'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56047'^^xsd:double;
  dwc:latitude '48.72825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56047 48.72825, -1.56047 48.72825, -1.56047 48.72825, -1.56047 48.72825, -1.56047 48.72825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1859'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71958 -1.56046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71958 -1.56046)"^^geo:wktLiteral ;
  geo-pos:lat "48.71958"^^xsd:decimal ;
  geo-pos:long "-1.56046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9237'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56046'^^xsd:double;
  dwc:latitude '48.71958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56046 48.71958, -1.56046 48.71958, -1.56046 48.71958, -1.56046 48.71958, -1.56046 48.71958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9237'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73052 -1.56046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73052 -1.56046)"^^geo:wktLiteral ;
  geo-pos:lat "48.73052"^^xsd:decimal ;
  geo-pos:long "-1.56046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3417'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56046'^^xsd:double;
  dwc:latitude '48.73052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56046 48.73052, -1.56046 48.73052, -1.56046 48.73052, -1.56046 48.73052, -1.56046 48.73052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3417'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69424 -1.56045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69424"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69424 -1.56045)"^^geo:wktLiteral ;
  geo-pos:lat "48.69424"^^xsd:decimal ;
  geo-pos:long "-1.56045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_754'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56045'^^xsd:double;
  dwc:latitude '48.69424'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56045 48.69424, -1.56045 48.69424, -1.56045 48.69424, -1.56045 48.69424, -1.56045 48.69424))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_754'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71863 -1.56044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71863 -1.56044)"^^geo:wktLiteral ;
  geo-pos:lat "48.71863"^^xsd:decimal ;
  geo-pos:long "-1.56044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6253'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56044'^^xsd:double;
  dwc:latitude '48.71863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56044 48.71863, -1.56044 48.71863, -1.56044 48.71863, -1.56044 48.71863, -1.56044 48.71863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6253'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72236 -1.56044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72236 -1.56044)"^^geo:wktLiteral ;
  geo-pos:lat "48.72236"^^xsd:decimal ;
  geo-pos:long "-1.56044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2497'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56044'^^xsd:double;
  dwc:latitude '48.72236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56044 48.72236, -1.56044 48.72236, -1.56044 48.72236, -1.56044 48.72236, -1.56044 48.72236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2497'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72198 -1.56042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72198 -1.56042)"^^geo:wktLiteral ;
  geo-pos:lat "48.72198"^^xsd:decimal ;
  geo-pos:long "-1.56042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4250'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56042'^^xsd:double;
  dwc:latitude '48.72198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56042 48.72198, -1.56042 48.72198, -1.56042 48.72198, -1.56042 48.72198, -1.56042 48.72198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4250'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66979 -1.56041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66979 -1.56041)"^^geo:wktLiteral ;
  geo-pos:lat "48.66979"^^xsd:decimal ;
  geo-pos:long "-1.56041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11906'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56041'^^xsd:double;
  dwc:latitude '48.66979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56041 48.66979, -1.56041 48.66979, -1.56041 48.66979, -1.56041 48.66979, -1.56041 48.66979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11906'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71198 -1.56041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71198 -1.56041)"^^geo:wktLiteral ;
  geo-pos:lat "48.71198"^^xsd:decimal ;
  geo-pos:long "-1.56041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4756'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56041'^^xsd:double;
  dwc:latitude '48.71198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56041 48.71198, -1.56041 48.71198, -1.56041 48.71198, -1.56041 48.71198, -1.56041 48.71198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4756'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71574 -1.56041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71574 -1.56041)"^^geo:wktLiteral ;
  geo-pos:lat "48.71574"^^xsd:decimal ;
  geo-pos:long "-1.56041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9117'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56041'^^xsd:double;
  dwc:latitude '48.71574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56041 48.71574, -1.56041 48.71574, -1.56041 48.71574, -1.56041 48.71574, -1.56041 48.71574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9117'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69642 -1.5604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69642 -1.5604)"^^geo:wktLiteral ;
  geo-pos:lat "48.69642"^^xsd:decimal ;
  geo-pos:long "-1.5604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5773'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5604'^^xsd:double;
  dwc:latitude '48.69642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5604 48.69642, -1.5604 48.69642, -1.5604 48.69642, -1.5604 48.69642, -1.5604 48.69642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5773'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66949 -1.56039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66949 -1.56039)"^^geo:wktLiteral ;
  geo-pos:lat "48.66949"^^xsd:decimal ;
  geo-pos:long "-1.56039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10664'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56039'^^xsd:double;
  dwc:latitude '48.66949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56039 48.66949, -1.56039 48.66949, -1.56039 48.66949, -1.56039 48.66949, -1.56039 48.66949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10664'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71869 -1.56039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71869 -1.56039)"^^geo:wktLiteral ;
  geo-pos:lat "48.71869"^^xsd:decimal ;
  geo-pos:long "-1.56039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10095'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56039'^^xsd:double;
  dwc:latitude '48.71869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56039 48.71869, -1.56039 48.71869, -1.56039 48.71869, -1.56039 48.71869, -1.56039 48.71869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10095'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68574 -1.56038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68574 -1.56038)"^^geo:wktLiteral ;
  geo-pos:lat "48.68574"^^xsd:decimal ;
  geo-pos:long "-1.56038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_1595'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56038'^^xsd:double;
  dwc:latitude '48.68574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56038 48.68574, -1.56038 48.68574, -1.56038 48.68574, -1.56038 48.68574, -1.56038 48.68574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1595'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7105 -1.56037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7105 -1.56037)"^^geo:wktLiteral ;
  geo-pos:lat "48.7105"^^xsd:decimal ;
  geo-pos:long "-1.56037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3132'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56037'^^xsd:double;
  dwc:latitude '48.7105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56037 48.7105, -1.56037 48.7105, -1.56037 48.7105, -1.56037 48.7105, -1.56037 48.7105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3132'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7041 -1.56036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7041 -1.56036)"^^geo:wktLiteral ;
  geo-pos:lat "48.7041"^^xsd:decimal ;
  geo-pos:long "-1.56036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7762'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56036'^^xsd:double;
  dwc:latitude '48.7041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56036 48.7041, -1.56036 48.7041, -1.56036 48.7041, -1.56036 48.7041, -1.56036 48.7041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7762'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70892 -1.56036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70892 -1.56036)"^^geo:wktLiteral ;
  geo-pos:lat "48.70892"^^xsd:decimal ;
  geo-pos:long "-1.56036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11227'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56036'^^xsd:double;
  dwc:latitude '48.70892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56036 48.70892, -1.56036 48.70892, -1.56036 48.70892, -1.56036 48.70892, -1.56036 48.70892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11227'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6756 -1.56035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6756 -1.56035)"^^geo:wktLiteral ;
  geo-pos:lat "48.6756"^^xsd:decimal ;
  geo-pos:long "-1.56035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7163'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56035'^^xsd:double;
  dwc:latitude '48.6756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56035 48.6756, -1.56035 48.6756, -1.56035 48.6756, -1.56035 48.6756, -1.56035 48.6756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7163'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7275 -1.56035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7275 -1.56035)"^^geo:wktLiteral ;
  geo-pos:lat "48.7275"^^xsd:decimal ;
  geo-pos:long "-1.56035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4984'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56035'^^xsd:double;
  dwc:latitude '48.7275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56035 48.7275, -1.56035 48.7275, -1.56035 48.7275, -1.56035 48.7275, -1.56035 48.7275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4984'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67599 -1.56034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67599 -1.56034)"^^geo:wktLiteral ;
  geo-pos:lat "48.67599"^^xsd:decimal ;
  geo-pos:long "-1.56034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1102'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56034'^^xsd:double;
  dwc:latitude '48.67599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56034 48.67599, -1.56034 48.67599, -1.56034 48.67599, -1.56034 48.67599, -1.56034 48.67599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1102'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69796 -1.56034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69796 -1.56034)"^^geo:wktLiteral ;
  geo-pos:lat "48.69796"^^xsd:decimal ;
  geo-pos:long "-1.56034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2681'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56034'^^xsd:double;
  dwc:latitude '48.69796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56034 48.69796, -1.56034 48.69796, -1.56034 48.69796, -1.56034 48.69796, -1.56034 48.69796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2681'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69807 -1.56034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69807 -1.56034)"^^geo:wktLiteral ;
  geo-pos:lat "48.69807"^^xsd:decimal ;
  geo-pos:long "-1.56034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5223'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56034'^^xsd:double;
  dwc:latitude '48.69807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56034 48.69807, -1.56034 48.69807, -1.56034 48.69807, -1.56034 48.69807, -1.56034 48.69807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5223'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72821 -1.56034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72821 -1.56034)"^^geo:wktLiteral ;
  geo-pos:lat "48.72821"^^xsd:decimal ;
  geo-pos:long "-1.56034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2350'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56034'^^xsd:double;
  dwc:latitude '48.72821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56034 48.72821, -1.56034 48.72821, -1.56034 48.72821, -1.56034 48.72821, -1.56034 48.72821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2350'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7267 -1.56032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7267"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7267 -1.56032)"^^geo:wktLiteral ;
  geo-pos:lat "48.7267"^^xsd:decimal ;
  geo-pos:long "-1.56032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1889'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56032'^^xsd:double;
  dwc:latitude '48.7267'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56032 48.7267, -1.56032 48.7267, -1.56032 48.7267, -1.56032 48.7267, -1.56032 48.7267))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1889'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69328 -1.5603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69328 -1.5603)"^^geo:wktLiteral ;
  geo-pos:lat "48.69328"^^xsd:decimal ;
  geo-pos:long "-1.5603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4017'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5603'^^xsd:double;
  dwc:latitude '48.69328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5603 48.69328, -1.5603 48.69328, -1.5603 48.69328, -1.5603 48.69328, -1.5603 48.69328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4017'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71038 -1.5603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71038 -1.5603)"^^geo:wktLiteral ;
  geo-pos:lat "48.71038"^^xsd:decimal ;
  geo-pos:long "-1.5603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2903'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5603'^^xsd:double;
  dwc:latitude '48.71038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5603 48.71038, -1.5603 48.71038, -1.5603 48.71038, -1.5603 48.71038, -1.5603 48.71038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2903'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71773 -1.5603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71773 -1.5603)"^^geo:wktLiteral ;
  geo-pos:lat "48.71773"^^xsd:decimal ;
  geo-pos:long "-1.5603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2612'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5603'^^xsd:double;
  dwc:latitude '48.71773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5603 48.71773, -1.5603 48.71773, -1.5603 48.71773, -1.5603 48.71773, -1.5603 48.71773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2612'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71928 -1.5603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71928 -1.5603)"^^geo:wktLiteral ;
  geo-pos:lat "48.71928"^^xsd:decimal ;
  geo-pos:long "-1.5603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10405'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5603'^^xsd:double;
  dwc:latitude '48.71928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5603 48.71928, -1.5603 48.71928, -1.5603 48.71928, -1.5603 48.71928, -1.5603 48.71928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10405'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72863 -1.56028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72863 -1.56028)"^^geo:wktLiteral ;
  geo-pos:lat "48.72863"^^xsd:decimal ;
  geo-pos:long "-1.56028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2346'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56028'^^xsd:double;
  dwc:latitude '48.72863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56028 48.72863, -1.56028 48.72863, -1.56028 48.72863, -1.56028 48.72863, -1.56028 48.72863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2346'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.56027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.56027)"^^geo:wktLiteral ;
  geo-pos:lat "48.70582"^^xsd:decimal ;
  geo-pos:long "-1.56027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6807'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56027'^^xsd:double;
  dwc:latitude '48.70582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56027 48.70582, -1.56027 48.70582, -1.56027 48.70582, -1.56027 48.70582, -1.56027 48.70582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6807'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72773 -1.56027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72773 -1.56027)"^^geo:wktLiteral ;
  geo-pos:lat "48.72773"^^xsd:decimal ;
  geo-pos:long "-1.56027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9822'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56027'^^xsd:double;
  dwc:latitude '48.72773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56027 48.72773, -1.56027 48.72773, -1.56027 48.72773, -1.56027 48.72773, -1.56027 48.72773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9822'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6846 -1.56025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6846 -1.56025)"^^geo:wktLiteral ;
  geo-pos:lat "48.6846"^^xsd:decimal ;
  geo-pos:long "-1.56025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5660'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56025'^^xsd:double;
  dwc:latitude '48.6846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56025 48.6846, -1.56025 48.6846, -1.56025 48.6846, -1.56025 48.6846, -1.56025 48.6846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5660'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68839 -1.56025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68839 -1.56025)"^^geo:wktLiteral ;
  geo-pos:lat "48.68839"^^xsd:decimal ;
  geo-pos:long "-1.56025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6070'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56025'^^xsd:double;
  dwc:latitude '48.68839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56025 48.68839, -1.56025 48.68839, -1.56025 48.68839, -1.56025 48.68839, -1.56025 48.68839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6070'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71978 -1.56025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71978 -1.56025)"^^geo:wktLiteral ;
  geo-pos:lat "48.71978"^^xsd:decimal ;
  geo-pos:long "-1.56025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10406'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56025'^^xsd:double;
  dwc:latitude '48.71978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56025 48.71978, -1.56025 48.71978, -1.56025 48.71978, -1.56025 48.71978, -1.56025 48.71978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10406'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69525 -1.56024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69525 -1.56024)"^^geo:wktLiteral ;
  geo-pos:lat "48.69525"^^xsd:decimal ;
  geo-pos:long "-1.56024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1052'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56024'^^xsd:double;
  dwc:latitude '48.69525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56024 48.69525, -1.56024 48.69525, -1.56024 48.69525, -1.56024 48.69525, -1.56024 48.69525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1052'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70209 -1.56024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70209 -1.56024)"^^geo:wktLiteral ;
  geo-pos:lat "48.70209"^^xsd:decimal ;
  geo-pos:long "-1.56024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8255'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56024'^^xsd:double;
  dwc:latitude '48.70209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56024 48.70209, -1.56024 48.70209, -1.56024 48.70209, -1.56024 48.70209, -1.56024 48.70209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8255'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72623 -1.56024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72623 -1.56024)"^^geo:wktLiteral ;
  geo-pos:lat "48.72623"^^xsd:decimal ;
  geo-pos:long "-1.56024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_700'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56024'^^xsd:double;
  dwc:latitude '48.72623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56024 48.72623, -1.56024 48.72623, -1.56024 48.72623, -1.56024 48.72623, -1.56024 48.72623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_700'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70812 -1.56023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70812 -1.56023)"^^geo:wktLiteral ;
  geo-pos:lat "48.70812"^^xsd:decimal ;
  geo-pos:long "-1.56023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3046'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56023'^^xsd:double;
  dwc:latitude '48.70812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56023 48.70812, -1.56023 48.70812, -1.56023 48.70812, -1.56023 48.70812, -1.56023 48.70812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3046'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69395 -1.56021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69395 -1.56021)"^^geo:wktLiteral ;
  geo-pos:lat "48.69395"^^xsd:decimal ;
  geo-pos:long "-1.56021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7357'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56021'^^xsd:double;
  dwc:latitude '48.69395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56021 48.69395, -1.56021 48.69395, -1.56021 48.69395, -1.56021 48.69395, -1.56021 48.69395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7357'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72863 -1.56021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72863 -1.56021)"^^geo:wktLiteral ;
  geo-pos:lat "48.72863"^^xsd:decimal ;
  geo-pos:long "-1.56021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3380'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56021'^^xsd:double;
  dwc:latitude '48.72863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56021 48.72863, -1.56021 48.72863, -1.56021 48.72863, -1.56021 48.72863, -1.56021 48.72863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3380'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69759 -1.5602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69759 -1.5602)"^^geo:wktLiteral ;
  geo-pos:lat "48.69759"^^xsd:decimal ;
  geo-pos:long "-1.5602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4658'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5602'^^xsd:double;
  dwc:latitude '48.69759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5602 48.69759, -1.5602 48.69759, -1.5602 48.69759, -1.5602 48.69759, -1.5602 48.69759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4658'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67055 -1.56018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67055 -1.56018)"^^geo:wktLiteral ;
  geo-pos:lat "48.67055"^^xsd:decimal ;
  geo-pos:long "-1.56018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_12832'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56018'^^xsd:double;
  dwc:latitude '48.67055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56018 48.67055, -1.56018 48.67055, -1.56018 48.67055, -1.56018 48.67055, -1.56018 48.67055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12832'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65323 -1.56015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65323 -1.56015)"^^geo:wktLiteral ;
  geo-pos:lat "48.65323"^^xsd:decimal ;
  geo-pos:long "-1.56015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7010'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56015'^^xsd:double;
  dwc:latitude '48.65323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56015 48.65323, -1.56015 48.65323, -1.56015 48.65323, -1.56015 48.65323, -1.56015 48.65323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7010'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7235 -1.56012)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7235"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56012"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7235 -1.56012)"^^geo:wktLiteral ;
  geo-pos:lat "48.7235"^^xsd:decimal ;
  geo-pos:long "-1.56012"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2927'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56012'^^xsd:double;
  dwc:latitude '48.7235'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56012 48.7235, -1.56012 48.7235, -1.56012 48.7235, -1.56012 48.7235, -1.56012 48.7235))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2927'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66856 -1.56011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66856"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66856 -1.56011)"^^geo:wktLiteral ;
  geo-pos:lat "48.66856"^^xsd:decimal ;
  geo-pos:long "-1.56011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7189'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56011'^^xsd:double;
  dwc:latitude '48.66856'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56011 48.66856, -1.56011 48.66856, -1.56011 48.66856, -1.56011 48.66856, -1.56011 48.66856))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7189'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72676 -1.56011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72676 -1.56011)"^^geo:wktLiteral ;
  geo-pos:lat "48.72676"^^xsd:decimal ;
  geo-pos:long "-1.56011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9897'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56011'^^xsd:double;
  dwc:latitude '48.72676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56011 48.72676, -1.56011 48.72676, -1.56011 48.72676, -1.56011 48.72676, -1.56011 48.72676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9897'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67007 -1.5601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67007 -1.5601)"^^geo:wktLiteral ;
  geo-pos:lat "48.67007"^^xsd:decimal ;
  geo-pos:long "-1.5601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3883'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5601'^^xsd:double;
  dwc:latitude '48.67007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5601 48.67007, -1.5601 48.67007, -1.5601 48.67007, -1.5601 48.67007, -1.5601 48.67007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3883'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67969 -1.5601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67969 -1.5601)"^^geo:wktLiteral ;
  geo-pos:lat "48.67969"^^xsd:decimal ;
  geo-pos:long "-1.5601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3905'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5601'^^xsd:double;
  dwc:latitude '48.67969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5601 48.67969, -1.5601 48.67969, -1.5601 48.67969, -1.5601 48.67969, -1.5601 48.67969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3905'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6692 -1.56009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6692 -1.56009)"^^geo:wktLiteral ;
  geo-pos:lat "48.6692"^^xsd:decimal ;
  geo-pos:long "-1.56009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10665'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56009'^^xsd:double;
  dwc:latitude '48.6692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56009 48.6692, -1.56009 48.6692, -1.56009 48.6692, -1.56009 48.6692, -1.56009 48.6692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10665'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66917 -1.56008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66917 -1.56008)"^^geo:wktLiteral ;
  geo-pos:lat "48.66917"^^xsd:decimal ;
  geo-pos:long "-1.56008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11177'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56008'^^xsd:double;
  dwc:latitude '48.66917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56008 48.66917, -1.56008 48.66917, -1.56008 48.66917, -1.56008 48.66917, -1.56008 48.66917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11177'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65041 -1.56007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65041 -1.56007)"^^geo:wktLiteral ;
  geo-pos:lat "48.65041"^^xsd:decimal ;
  geo-pos:long "-1.56007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1791'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56007'^^xsd:double;
  dwc:latitude '48.65041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56007 48.65041, -1.56007 48.65041, -1.56007 48.65041, -1.56007 48.65041, -1.56007 48.65041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1791'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69415 -1.56007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69415 -1.56007)"^^geo:wktLiteral ;
  geo-pos:lat "48.69415"^^xsd:decimal ;
  geo-pos:long "-1.56007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4620'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56007'^^xsd:double;
  dwc:latitude '48.69415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56007 48.69415, -1.56007 48.69415, -1.56007 48.69415, -1.56007 48.69415, -1.56007 48.69415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4620'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71363 -1.56007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71363 -1.56007)"^^geo:wktLiteral ;
  geo-pos:lat "48.71363"^^xsd:decimal ;
  geo-pos:long "-1.56007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4819'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56007'^^xsd:double;
  dwc:latitude '48.71363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56007 48.71363, -1.56007 48.71363, -1.56007 48.71363, -1.56007 48.71363, -1.56007 48.71363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4819'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69482 -1.56006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69482 -1.56006)"^^geo:wktLiteral ;
  geo-pos:lat "48.69482"^^xsd:decimal ;
  geo-pos:long "-1.56006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3661'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56006'^^xsd:double;
  dwc:latitude '48.69482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56006 48.69482, -1.56006 48.69482, -1.56006 48.69482, -1.56006 48.69482, -1.56006 48.69482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3661'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67819 -1.56003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67819 -1.56003)"^^geo:wktLiteral ;
  geo-pos:lat "48.67819"^^xsd:decimal ;
  geo-pos:long "-1.56003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6388'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56003'^^xsd:double;
  dwc:latitude '48.67819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56003 48.67819, -1.56003 48.67819, -1.56003 48.67819, -1.56003 48.67819, -1.56003 48.67819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6388'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6983 -1.56003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6983"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6983 -1.56003)"^^geo:wktLiteral ;
  geo-pos:lat "48.6983"^^xsd:decimal ;
  geo-pos:long "-1.56003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4414'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56003'^^xsd:double;
  dwc:latitude '48.6983'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56003 48.6983, -1.56003 48.6983, -1.56003 48.6983, -1.56003 48.6983, -1.56003 48.6983))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4414'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70805 -1.56003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70805 -1.56003)"^^geo:wktLiteral ;
  geo-pos:lat "48.70805"^^xsd:decimal ;
  geo-pos:long "-1.56003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3780'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56003'^^xsd:double;
  dwc:latitude '48.70805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56003 48.70805, -1.56003 48.70805, -1.56003 48.70805, -1.56003 48.70805, -1.56003 48.70805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3780'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72828 -1.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72828 -1.56)"^^geo:wktLiteral ;
  geo-pos:lat "48.72828"^^xsd:decimal ;
  geo-pos:long "-1.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7911'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.56'^^xsd:double;
  dwc:latitude '48.72828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.56 48.72828, -1.56 48.72828, -1.56 48.72828, -1.56 48.72828, -1.56 48.72828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7911'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68459 -1.55999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68459"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68459 -1.55999)"^^geo:wktLiteral ;
  geo-pos:lat "48.68459"^^xsd:decimal ;
  geo-pos:long "-1.55999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4790'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55999'^^xsd:double;
  dwc:latitude '48.68459'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55999 48.68459, -1.55999 48.68459, -1.55999 48.68459, -1.55999 48.68459, -1.55999 48.68459))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4790'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72857 -1.55998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72857 -1.55998)"^^geo:wktLiteral ;
  geo-pos:lat "48.72857"^^xsd:decimal ;
  geo-pos:long "-1.55998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2645'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55998'^^xsd:double;
  dwc:latitude '48.72857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55998 48.72857, -1.55998 48.72857, -1.55998 48.72857, -1.55998 48.72857, -1.55998 48.72857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2645'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72763 -1.55996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72763 -1.55996)"^^geo:wktLiteral ;
  geo-pos:lat "48.72763"^^xsd:decimal ;
  geo-pos:long "-1.55996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2644'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55996'^^xsd:double;
  dwc:latitude '48.72763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55996 48.72763, -1.55996 48.72763, -1.55996 48.72763, -1.55996 48.72763, -1.55996 48.72763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2644'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67004 -1.55995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67004 -1.55995)"^^geo:wktLiteral ;
  geo-pos:lat "48.67004"^^xsd:decimal ;
  geo-pos:long "-1.55995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3879'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55995'^^xsd:double;
  dwc:latitude '48.67004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55995 48.67004, -1.55995 48.67004, -1.55995 48.67004, -1.55995 48.67004, -1.55995 48.67004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3879'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.55993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.55993)"^^geo:wktLiteral ;
  geo-pos:lat "48.6894"^^xsd:decimal ;
  geo-pos:long "-1.55993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3771'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55993'^^xsd:double;
  dwc:latitude '48.6894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55993 48.6894, -1.55993 48.6894, -1.55993 48.6894, -1.55993 48.6894, -1.55993 48.6894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3771'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70434 -1.55993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70434 -1.55993)"^^geo:wktLiteral ;
  geo-pos:lat "48.70434"^^xsd:decimal ;
  geo-pos:long "-1.55993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4197'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55993'^^xsd:double;
  dwc:latitude '48.70434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55993 48.70434, -1.55993 48.70434, -1.55993 48.70434, -1.55993 48.70434, -1.55993 48.70434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4197'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69589 -1.55992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69589 -1.55992)"^^geo:wktLiteral ;
  geo-pos:lat "48.69589"^^xsd:decimal ;
  geo-pos:long "-1.55992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_862'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55992'^^xsd:double;
  dwc:latitude '48.69589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55992 48.69589, -1.55992 48.69589, -1.55992 48.69589, -1.55992 48.69589, -1.55992 48.69589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_862'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69877 -1.5599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69877 -1.5599)"^^geo:wktLiteral ;
  geo-pos:lat "48.69877"^^xsd:decimal ;
  geo-pos:long "-1.5599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5919'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5599'^^xsd:double;
  dwc:latitude '48.69877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5599 48.69877, -1.5599 48.69877, -1.5599 48.69877, -1.5599 48.69877, -1.5599 48.69877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5919'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70485 -1.5599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70485 -1.5599)"^^geo:wktLiteral ;
  geo-pos:lat "48.70485"^^xsd:decimal ;
  geo-pos:long "-1.5599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10112'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5599'^^xsd:double;
  dwc:latitude '48.70485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5599 48.70485, -1.5599 48.70485, -1.5599 48.70485, -1.5599 48.70485, -1.5599 48.70485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10112'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65329 -1.55985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65329 -1.55985)"^^geo:wktLiteral ;
  geo-pos:lat "48.65329"^^xsd:decimal ;
  geo-pos:long "-1.55985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7008'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55985'^^xsd:double;
  dwc:latitude '48.65329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55985 48.65329, -1.55985 48.65329, -1.55985 48.65329, -1.55985 48.65329, -1.55985 48.65329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7008'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69106 -1.55985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69106"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69106 -1.55985)"^^geo:wktLiteral ;
  geo-pos:lat "48.69106"^^xsd:decimal ;
  geo-pos:long "-1.55985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_753'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55985'^^xsd:double;
  dwc:latitude '48.69106'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55985 48.69106, -1.55985 48.69106, -1.55985 48.69106, -1.55985 48.69106, -1.55985 48.69106))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_753'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71341 -1.55981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71341 -1.55981)"^^geo:wktLiteral ;
  geo-pos:lat "48.71341"^^xsd:decimal ;
  geo-pos:long "-1.55981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4114'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55981'^^xsd:double;
  dwc:latitude '48.71341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55981 48.71341, -1.55981 48.71341, -1.55981 48.71341, -1.55981 48.71341, -1.55981 48.71341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4114'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66521 -1.5598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66521 -1.5598)"^^geo:wktLiteral ;
  geo-pos:lat "48.66521"^^xsd:decimal ;
  geo-pos:long "-1.5598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5598'^^xsd:double;
  dwc:latitude '48.66521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5598 48.66521, -1.5598 48.66521, -1.5598 48.66521, -1.5598 48.66521, -1.5598 48.66521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71658 -1.55975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71658"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71658 -1.55975)"^^geo:wktLiteral ;
  geo-pos:lat "48.71658"^^xsd:decimal ;
  geo-pos:long "-1.55975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3344'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55975'^^xsd:double;
  dwc:latitude '48.71658'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55975 48.71658, -1.55975 48.71658, -1.55975 48.71658, -1.55975 48.71658, -1.55975 48.71658))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3344'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72044 -1.55975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72044 -1.55975)"^^geo:wktLiteral ;
  geo-pos:lat "48.72044"^^xsd:decimal ;
  geo-pos:long "-1.55975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1132'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55975'^^xsd:double;
  dwc:latitude '48.72044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55975 48.72044, -1.55975 48.72044, -1.55975 48.72044, -1.55975 48.72044, -1.55975 48.72044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1132'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72289 -1.55975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72289 -1.55975)"^^geo:wktLiteral ;
  geo-pos:lat "48.72289"^^xsd:decimal ;
  geo-pos:long "-1.55975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2983'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55975'^^xsd:double;
  dwc:latitude '48.72289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55975 48.72289, -1.55975 48.72289, -1.55975 48.72289, -1.55975 48.72289, -1.55975 48.72289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2983'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72672 -1.55975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72672 -1.55975)"^^geo:wktLiteral ;
  geo-pos:lat "48.72672"^^xsd:decimal ;
  geo-pos:long "-1.55975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2369'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55975'^^xsd:double;
  dwc:latitude '48.72672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55975 48.72672, -1.55975 48.72672, -1.55975 48.72672, -1.55975 48.72672, -1.55975 48.72672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2369'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70476 -1.55973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70476 -1.55973)"^^geo:wktLiteral ;
  geo-pos:lat "48.70476"^^xsd:decimal ;
  geo-pos:long "-1.55973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2663'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55973'^^xsd:double;
  dwc:latitude '48.70476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55973 48.70476, -1.55973 48.70476, -1.55973 48.70476, -1.55973 48.70476, -1.55973 48.70476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2663'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.5597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.5597)"^^geo:wktLiteral ;
  geo-pos:lat "48.69401"^^xsd:decimal ;
  geo-pos:long "-1.5597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_230'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5597'^^xsd:double;
  dwc:latitude '48.69401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5597 48.69401, -1.5597 48.69401, -1.5597 48.69401, -1.5597 48.69401, -1.5597 48.69401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_230'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66912 -1.55969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66912 -1.55969)"^^geo:wktLiteral ;
  geo-pos:lat "48.66912"^^xsd:decimal ;
  geo-pos:long "-1.55969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6873'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55969'^^xsd:double;
  dwc:latitude '48.66912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55969 48.66912, -1.55969 48.66912, -1.55969 48.66912, -1.55969 48.66912, -1.55969 48.66912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6873'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71219 -1.55969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71219"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71219 -1.55969)"^^geo:wktLiteral ;
  geo-pos:lat "48.71219"^^xsd:decimal ;
  geo-pos:long "-1.55969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7484'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55969'^^xsd:double;
  dwc:latitude '48.71219'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55969 48.71219, -1.55969 48.71219, -1.55969 48.71219, -1.55969 48.71219, -1.55969 48.71219))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7484'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66068 -1.55968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66068 -1.55968)"^^geo:wktLiteral ;
  geo-pos:lat "48.66068"^^xsd:decimal ;
  geo-pos:long "-1.55968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6363'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55968'^^xsd:double;
  dwc:latitude '48.66068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55968 48.66068, -1.55968 48.66068, -1.55968 48.66068, -1.55968 48.66068, -1.55968 48.66068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6363'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68559 -1.55968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68559"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68559 -1.55968)"^^geo:wktLiteral ;
  geo-pos:lat "48.68559"^^xsd:decimal ;
  geo-pos:long "-1.55968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5374'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55968'^^xsd:double;
  dwc:latitude '48.68559'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55968 48.68559, -1.55968 48.68559, -1.55968 48.68559, -1.55968 48.68559, -1.55968 48.68559))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5374'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73283 -1.55968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73283"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73283 -1.55968)"^^geo:wktLiteral ;
  geo-pos:lat "48.73283"^^xsd:decimal ;
  geo-pos:long "-1.55968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3727'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55968'^^xsd:double;
  dwc:latitude '48.73283'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55968 48.73283, -1.55968 48.73283, -1.55968 48.73283, -1.55968 48.73283, -1.55968 48.73283))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3727'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6772 -1.55967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6772 -1.55967)"^^geo:wktLiteral ;
  geo-pos:lat "48.6772"^^xsd:decimal ;
  geo-pos:long "-1.55967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5121'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55967'^^xsd:double;
  dwc:latitude '48.6772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55967 48.6772, -1.55967 48.6772, -1.55967 48.6772, -1.55967 48.6772, -1.55967 48.6772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5121'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69192 -1.55967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69192 -1.55967)"^^geo:wktLiteral ;
  geo-pos:lat "48.69192"^^xsd:decimal ;
  geo-pos:long "-1.55967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4548'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55967'^^xsd:double;
  dwc:latitude '48.69192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55967 48.69192, -1.55967 48.69192, -1.55967 48.69192, -1.55967 48.69192, -1.55967 48.69192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4548'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70428 -1.55967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70428 -1.55967)"^^geo:wktLiteral ;
  geo-pos:lat "48.70428"^^xsd:decimal ;
  geo-pos:long "-1.55967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7901'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55967'^^xsd:double;
  dwc:latitude '48.70428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55967 48.70428, -1.55967 48.70428, -1.55967 48.70428, -1.55967 48.70428, -1.55967 48.70428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7901'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7209 -1.55967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7209 -1.55967)"^^geo:wktLiteral ;
  geo-pos:lat "48.7209"^^xsd:decimal ;
  geo-pos:long "-1.55967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13710'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55967'^^xsd:double;
  dwc:latitude '48.7209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55967 48.7209, -1.55967 48.7209, -1.55967 48.7209, -1.55967 48.7209, -1.55967 48.7209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13710'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71752 -1.55966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71752 -1.55966)"^^geo:wktLiteral ;
  geo-pos:lat "48.71752"^^xsd:decimal ;
  geo-pos:long "-1.55966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1213'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55966'^^xsd:double;
  dwc:latitude '48.71752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55966 48.71752, -1.55966 48.71752, -1.55966 48.71752, -1.55966 48.71752, -1.55966 48.71752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1213'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68409 -1.55963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68409 -1.55963)"^^geo:wktLiteral ;
  geo-pos:lat "48.68409"^^xsd:decimal ;
  geo-pos:long "-1.55963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5709'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55963'^^xsd:double;
  dwc:latitude '48.68409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55963 48.68409, -1.55963 48.68409, -1.55963 48.68409, -1.55963 48.68409, -1.55963 48.68409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5709'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69624 -1.55963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69624 -1.55963)"^^geo:wktLiteral ;
  geo-pos:lat "48.69624"^^xsd:decimal ;
  geo-pos:long "-1.55963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_8765'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55963'^^xsd:double;
  dwc:latitude '48.69624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55963 48.69624, -1.55963 48.69624, -1.55963 48.69624, -1.55963 48.69624, -1.55963 48.69624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8765'^^xsd:string;
  dwc:observationDate '2008-01-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73054 -1.55963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73054 -1.55963)"^^geo:wktLiteral ;
  geo-pos:lat "48.73054"^^xsd:decimal ;
  geo-pos:long "-1.55963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4901'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55963'^^xsd:double;
  dwc:latitude '48.73054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55963 48.73054, -1.55963 48.73054, -1.55963 48.73054, -1.55963 48.73054, -1.55963 48.73054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4901'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67286 -1.55962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67286 -1.55962)"^^geo:wktLiteral ;
  geo-pos:lat "48.67286"^^xsd:decimal ;
  geo-pos:long "-1.55962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6032'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55962'^^xsd:double;
  dwc:latitude '48.67286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55962 48.67286, -1.55962 48.67286, -1.55962 48.67286, -1.55962 48.67286, -1.55962 48.67286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6032'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68031 -1.55962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68031 -1.55962)"^^geo:wktLiteral ;
  geo-pos:lat "48.68031"^^xsd:decimal ;
  geo-pos:long "-1.55962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6406'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55962'^^xsd:double;
  dwc:latitude '48.68031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55962 48.68031, -1.55962 48.68031, -1.55962 48.68031, -1.55962 48.68031, -1.55962 48.68031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6406'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6644 -1.5596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6644 -1.5596)"^^geo:wktLiteral ;
  geo-pos:lat "48.6644"^^xsd:decimal ;
  geo-pos:long "-1.5596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5894'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5596'^^xsd:double;
  dwc:latitude '48.6644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5596 48.6644, -1.5596 48.6644, -1.5596 48.6644, -1.5596 48.6644, -1.5596 48.6644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5894'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68565 -1.55959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68565 -1.55959)"^^geo:wktLiteral ;
  geo-pos:lat "48.68565"^^xsd:decimal ;
  geo-pos:long "-1.55959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_5355'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55959'^^xsd:double;
  dwc:latitude '48.68565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55959 48.68565, -1.55959 48.68565, -1.55959 48.68565, -1.55959 48.68565, -1.55959 48.68565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5355'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68825 -1.55959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68825 -1.55959)"^^geo:wktLiteral ;
  geo-pos:lat "48.68825"^^xsd:decimal ;
  geo-pos:long "-1.55959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2876'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55959'^^xsd:double;
  dwc:latitude '48.68825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55959 48.68825, -1.55959 48.68825, -1.55959 48.68825, -1.55959 48.68825, -1.55959 48.68825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2876'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69362 -1.55959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69362 -1.55959)"^^geo:wktLiteral ;
  geo-pos:lat "48.69362"^^xsd:decimal ;
  geo-pos:long "-1.55959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1360'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55959'^^xsd:double;
  dwc:latitude '48.69362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55959 48.69362, -1.55959 48.69362, -1.55959 48.69362, -1.55959 48.69362, -1.55959 48.69362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1360'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69378 -1.55959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69378 -1.55959)"^^geo:wktLiteral ;
  geo-pos:lat "48.69378"^^xsd:decimal ;
  geo-pos:long "-1.55959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1075'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55959'^^xsd:double;
  dwc:latitude '48.69378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55959 48.69378, -1.55959 48.69378, -1.55959 48.69378, -1.55959 48.69378, -1.55959 48.69378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1075'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.55957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.55957)"^^geo:wktLiteral ;
  geo-pos:lat "48.69963"^^xsd:decimal ;
  geo-pos:long "-1.55957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1380'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55957'^^xsd:double;
  dwc:latitude '48.69963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55957 48.69963, -1.55957 48.69963, -1.55957 48.69963, -1.55957 48.69963, -1.55957 48.69963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1380'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70944 -1.55956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70944 -1.55956)"^^geo:wktLiteral ;
  geo-pos:lat "48.70944"^^xsd:decimal ;
  geo-pos:long "-1.55956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3428'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55956'^^xsd:double;
  dwc:latitude '48.70944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55956 48.70944, -1.55956 48.70944, -1.55956 48.70944, -1.55956 48.70944, -1.55956 48.70944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3428'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6827 -1.55955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6827 -1.55955)"^^geo:wktLiteral ;
  geo-pos:lat "48.6827"^^xsd:decimal ;
  geo-pos:long "-1.55955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8629'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55955'^^xsd:double;
  dwc:latitude '48.6827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55955 48.6827, -1.55955 48.6827, -1.55955 48.6827, -1.55955 48.6827, -1.55955 48.6827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8629'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68485 -1.55955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68485 -1.55955)"^^geo:wktLiteral ;
  geo-pos:lat "48.68485"^^xsd:decimal ;
  geo-pos:long "-1.55955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6485'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55955'^^xsd:double;
  dwc:latitude '48.68485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55955 48.68485, -1.55955 48.68485, -1.55955 48.68485, -1.55955 48.68485, -1.55955 48.68485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6485'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71504 -1.55955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71504 -1.55955)"^^geo:wktLiteral ;
  geo-pos:lat "48.71504"^^xsd:decimal ;
  geo-pos:long "-1.55955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3965'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55955'^^xsd:double;
  dwc:latitude '48.71504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55955 48.71504, -1.55955 48.71504, -1.55955 48.71504, -1.55955 48.71504, -1.55955 48.71504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3965'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69443 -1.55954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69443 -1.55954)"^^geo:wktLiteral ;
  geo-pos:lat "48.69443"^^xsd:decimal ;
  geo-pos:long "-1.55954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7760'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55954'^^xsd:double;
  dwc:latitude '48.69443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55954 48.69443, -1.55954 48.69443, -1.55954 48.69443, -1.55954 48.69443, -1.55954 48.69443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7760'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70297 -1.55954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70297 -1.55954)"^^geo:wktLiteral ;
  geo-pos:lat "48.70297"^^xsd:decimal ;
  geo-pos:long "-1.55954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9785'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55954'^^xsd:double;
  dwc:latitude '48.70297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55954 48.70297, -1.55954 48.70297, -1.55954 48.70297, -1.55954 48.70297, -1.55954 48.70297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9785'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70495 -1.55953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70495 -1.55953)"^^geo:wktLiteral ;
  geo-pos:lat "48.70495"^^xsd:decimal ;
  geo-pos:long "-1.55953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1274'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55953'^^xsd:double;
  dwc:latitude '48.70495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55953 48.70495, -1.55953 48.70495, -1.55953 48.70495, -1.55953 48.70495, -1.55953 48.70495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1274'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68413 -1.5595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68413 -1.5595)"^^geo:wktLiteral ;
  geo-pos:lat "48.68413"^^xsd:decimal ;
  geo-pos:long "-1.5595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6673'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5595'^^xsd:double;
  dwc:latitude '48.68413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5595 48.68413, -1.5595 48.68413, -1.5595 48.68413, -1.5595 48.68413, -1.5595 48.68413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6673'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72768 -1.55949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72768 -1.55949)"^^geo:wktLiteral ;
  geo-pos:lat "48.72768"^^xsd:decimal ;
  geo-pos:long "-1.55949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2019'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55949'^^xsd:double;
  dwc:latitude '48.72768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55949 48.72768, -1.55949 48.72768, -1.55949 48.72768, -1.55949 48.72768, -1.55949 48.72768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2019'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67673 -1.55947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67673 -1.55947)"^^geo:wktLiteral ;
  geo-pos:lat "48.67673"^^xsd:decimal ;
  geo-pos:long "-1.55947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1142'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55947'^^xsd:double;
  dwc:latitude '48.67673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55947 48.67673, -1.55947 48.67673, -1.55947 48.67673, -1.55947 48.67673, -1.55947 48.67673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1142'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71648 -1.55945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71648 -1.55945)"^^geo:wktLiteral ;
  geo-pos:lat "48.71648"^^xsd:decimal ;
  geo-pos:long "-1.55945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_26'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_26'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55945'^^xsd:double;
  dwc:latitude '48.71648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55945 48.71648, -1.55945 48.71648, -1.55945 48.71648, -1.55945 48.71648, -1.55945 48.71648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_26'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66501 -1.55944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66501 -1.55944)"^^geo:wktLiteral ;
  geo-pos:lat "48.66501"^^xsd:decimal ;
  geo-pos:long "-1.55944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7251'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55944'^^xsd:double;
  dwc:latitude '48.66501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55944 48.66501, -1.55944 48.66501, -1.55944 48.66501, -1.55944 48.66501, -1.55944 48.66501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7251'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66342 -1.55943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66342 -1.55943)"^^geo:wktLiteral ;
  geo-pos:lat "48.66342"^^xsd:decimal ;
  geo-pos:long "-1.55943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7211'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55943'^^xsd:double;
  dwc:latitude '48.66342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55943 48.66342, -1.55943 48.66342, -1.55943 48.66342, -1.55943 48.66342, -1.55943 48.66342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7211'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6933 -1.55943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6933 -1.55943)"^^geo:wktLiteral ;
  geo-pos:lat "48.6933"^^xsd:decimal ;
  geo-pos:long "-1.55943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7225'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55943'^^xsd:double;
  dwc:latitude '48.6933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55943 48.6933, -1.55943 48.6933, -1.55943 48.6933, -1.55943 48.6933, -1.55943 48.6933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7225'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70375 -1.55943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70375"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70375 -1.55943)"^^geo:wktLiteral ;
  geo-pos:lat "48.70375"^^xsd:decimal ;
  geo-pos:long "-1.55943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6251'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55943'^^xsd:double;
  dwc:latitude '48.70375'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55943 48.70375, -1.55943 48.70375, -1.55943 48.70375, -1.55943 48.70375, -1.55943 48.70375))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6251'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70684 -1.55943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70684 -1.55943)"^^geo:wktLiteral ;
  geo-pos:lat "48.70684"^^xsd:decimal ;
  geo-pos:long "-1.55943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_295'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55943'^^xsd:double;
  dwc:latitude '48.70684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55943 48.70684, -1.55943 48.70684, -1.55943 48.70684, -1.55943 48.70684, -1.55943 48.70684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_295'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70668 -1.55942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70668 -1.55942)"^^geo:wktLiteral ;
  geo-pos:lat "48.70668"^^xsd:decimal ;
  geo-pos:long "-1.55942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7757'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55942'^^xsd:double;
  dwc:latitude '48.70668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55942 48.70668, -1.55942 48.70668, -1.55942 48.70668, -1.55942 48.70668, -1.55942 48.70668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7757'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71785 -1.55941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71785 -1.55941)"^^geo:wktLiteral ;
  geo-pos:lat "48.71785"^^xsd:decimal ;
  geo-pos:long "-1.55941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8525'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55941'^^xsd:double;
  dwc:latitude '48.71785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55941 48.71785, -1.55941 48.71785, -1.55941 48.71785, -1.55941 48.71785, -1.55941 48.71785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8525'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73046 -1.55938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73046 -1.55938)"^^geo:wktLiteral ;
  geo-pos:lat "48.73046"^^xsd:decimal ;
  geo-pos:long "-1.55938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2017'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55938'^^xsd:double;
  dwc:latitude '48.73046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55938 48.73046, -1.55938 48.73046, -1.55938 48.73046, -1.55938 48.73046, -1.55938 48.73046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2017'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.711 -1.55937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.711 -1.55937)"^^geo:wktLiteral ;
  geo-pos:lat "48.711"^^xsd:decimal ;
  geo-pos:long "-1.55937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1257'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55937'^^xsd:double;
  dwc:latitude '48.711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55937 48.711, -1.55937 48.711, -1.55937 48.711, -1.55937 48.711, -1.55937 48.711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1257'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71575 -1.55936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71575 -1.55936)"^^geo:wktLiteral ;
  geo-pos:lat "48.71575"^^xsd:decimal ;
  geo-pos:long "-1.55936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9118'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55936'^^xsd:double;
  dwc:latitude '48.71575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55936 48.71575, -1.55936 48.71575, -1.55936 48.71575, -1.55936 48.71575, -1.55936 48.71575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9118'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70821 -1.55935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70821 -1.55935)"^^geo:wktLiteral ;
  geo-pos:lat "48.70821"^^xsd:decimal ;
  geo-pos:long "-1.55935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3789'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55935'^^xsd:double;
  dwc:latitude '48.70821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55935 48.70821, -1.55935 48.70821, -1.55935 48.70821, -1.55935 48.70821, -1.55935 48.70821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3789'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66683 -1.55933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66683 -1.55933)"^^geo:wktLiteral ;
  geo-pos:lat "48.66683"^^xsd:decimal ;
  geo-pos:long "-1.55933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11890'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55933'^^xsd:double;
  dwc:latitude '48.66683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55933 48.66683, -1.55933 48.66683, -1.55933 48.66683, -1.55933 48.66683, -1.55933 48.66683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11890'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72631 -1.55933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72631 -1.55933)"^^geo:wktLiteral ;
  geo-pos:lat "48.72631"^^xsd:decimal ;
  geo-pos:long "-1.55933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3512'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55933'^^xsd:double;
  dwc:latitude '48.72631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55933 48.72631, -1.55933 48.72631, -1.55933 48.72631, -1.55933 48.72631, -1.55933 48.72631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3512'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66536 -1.55932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66536 -1.55932)"^^geo:wktLiteral ;
  geo-pos:lat "48.66536"^^xsd:decimal ;
  geo-pos:long "-1.55932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7305'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55932'^^xsd:double;
  dwc:latitude '48.66536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55932 48.66536, -1.55932 48.66536, -1.55932 48.66536, -1.55932 48.66536, -1.55932 48.66536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7305'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65633 -1.55931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65633 -1.55931)"^^geo:wktLiteral ;
  geo-pos:lat "48.65633"^^xsd:decimal ;
  geo-pos:long "-1.55931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10445'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55931'^^xsd:double;
  dwc:latitude '48.65633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55931 48.65633, -1.55931 48.65633, -1.55931 48.65633, -1.55931 48.65633, -1.55931 48.65633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10445'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66897 -1.55931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66897 -1.55931)"^^geo:wktLiteral ;
  geo-pos:lat "48.66897"^^xsd:decimal ;
  geo-pos:long "-1.55931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3867'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55931'^^xsd:double;
  dwc:latitude '48.66897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55931 48.66897, -1.55931 48.66897, -1.55931 48.66897, -1.55931 48.66897, -1.55931 48.66897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3867'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69859 -1.55931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69859 -1.55931)"^^geo:wktLiteral ;
  geo-pos:lat "48.69859"^^xsd:decimal ;
  geo-pos:long "-1.55931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4362'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55931'^^xsd:double;
  dwc:latitude '48.69859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55931 48.69859, -1.55931 48.69859, -1.55931 48.69859, -1.55931 48.69859, -1.55931 48.69859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4362'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69213 -1.5593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69213 -1.5593)"^^geo:wktLiteral ;
  geo-pos:lat "48.69213"^^xsd:decimal ;
  geo-pos:long "-1.5593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7320'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5593'^^xsd:double;
  dwc:latitude '48.69213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5593 48.69213, -1.5593 48.69213, -1.5593 48.69213, -1.5593 48.69213, -1.5593 48.69213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7320'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.55929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.55929)"^^geo:wktLiteral ;
  geo-pos:lat "48.69536"^^xsd:decimal ;
  geo-pos:long "-1.55929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1190'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55929'^^xsd:double;
  dwc:latitude '48.69536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55929 48.69536, -1.55929 48.69536, -1.55929 48.69536, -1.55929 48.69536, -1.55929 48.69536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1190'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7302 -1.55929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7302 -1.55929)"^^geo:wktLiteral ;
  geo-pos:lat "48.7302"^^xsd:decimal ;
  geo-pos:long "-1.55929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1818'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55929'^^xsd:double;
  dwc:latitude '48.7302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55929 48.7302, -1.55929 48.7302, -1.55929 48.7302, -1.55929 48.7302, -1.55929 48.7302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1818'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7094 -1.55928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7094 -1.55928)"^^geo:wktLiteral ;
  geo-pos:lat "48.7094"^^xsd:decimal ;
  geo-pos:long "-1.55928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10038'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55928'^^xsd:double;
  dwc:latitude '48.7094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55928 48.7094, -1.55928 48.7094, -1.55928 48.7094, -1.55928 48.7094, -1.55928 48.7094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10038'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69713 -1.55927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69713"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69713 -1.55927)"^^geo:wktLiteral ;
  geo-pos:lat "48.69713"^^xsd:decimal ;
  geo-pos:long "-1.55927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4288'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55927'^^xsd:double;
  dwc:latitude '48.69713'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55927 48.69713, -1.55927 48.69713, -1.55927 48.69713, -1.55927 48.69713, -1.55927 48.69713))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4288'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68497 -1.55926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68497 -1.55926)"^^geo:wktLiteral ;
  geo-pos:lat "48.68497"^^xsd:decimal ;
  geo-pos:long "-1.55926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5863'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55926'^^xsd:double;
  dwc:latitude '48.68497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55926 48.68497, -1.55926 48.68497, -1.55926 48.68497, -1.55926 48.68497, -1.55926 48.68497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5863'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70519 -1.55925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70519"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70519 -1.55925)"^^geo:wktLiteral ;
  geo-pos:lat "48.70519"^^xsd:decimal ;
  geo-pos:long "-1.55925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7463'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55925'^^xsd:double;
  dwc:latitude '48.70519'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55925 48.70519, -1.55925 48.70519, -1.55925 48.70519, -1.55925 48.70519, -1.55925 48.70519))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7463'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70837 -1.55924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70837 -1.55924)"^^geo:wktLiteral ;
  geo-pos:lat "48.70837"^^xsd:decimal ;
  geo-pos:long "-1.55924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3100'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55924'^^xsd:double;
  dwc:latitude '48.70837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55924 48.70837, -1.55924 48.70837, -1.55924 48.70837, -1.55924 48.70837, -1.55924 48.70837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3100'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72443 -1.55924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72443 -1.55924)"^^geo:wktLiteral ;
  geo-pos:lat "48.72443"^^xsd:decimal ;
  geo-pos:long "-1.55924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_357'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55924'^^xsd:double;
  dwc:latitude '48.72443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55924 48.72443, -1.55924 48.72443, -1.55924 48.72443, -1.55924 48.72443, -1.55924 48.72443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_357'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68213 -1.55921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68213 -1.55921)"^^geo:wktLiteral ;
  geo-pos:lat "48.68213"^^xsd:decimal ;
  geo-pos:long "-1.55921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9695'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55921'^^xsd:double;
  dwc:latitude '48.68213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55921 48.68213, -1.55921 48.68213, -1.55921 48.68213, -1.55921 48.68213, -1.55921 48.68213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9695'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66372 -1.55919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66372 -1.55919)"^^geo:wktLiteral ;
  geo-pos:lat "48.66372"^^xsd:decimal ;
  geo-pos:long "-1.55919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6710'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55919'^^xsd:double;
  dwc:latitude '48.66372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55919 48.66372, -1.55919 48.66372, -1.55919 48.66372, -1.55919 48.66372, -1.55919 48.66372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6710'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70278 -1.55919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70278 -1.55919)"^^geo:wktLiteral ;
  geo-pos:lat "48.70278"^^xsd:decimal ;
  geo-pos:long "-1.55919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6333'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55919'^^xsd:double;
  dwc:latitude '48.70278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55919 48.70278, -1.55919 48.70278, -1.55919 48.70278, -1.55919 48.70278, -1.55919 48.70278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6333'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72718 -1.55916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72718 -1.55916)"^^geo:wktLiteral ;
  geo-pos:lat "48.72718"^^xsd:decimal ;
  geo-pos:long "-1.55916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_693'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55916'^^xsd:double;
  dwc:latitude '48.72718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55916 48.72718, -1.55916 48.72718, -1.55916 48.72718, -1.55916 48.72718, -1.55916 48.72718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_693'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68036 -1.55913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68036 -1.55913)"^^geo:wktLiteral ;
  geo-pos:lat "48.68036"^^xsd:decimal ;
  geo-pos:long "-1.55913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4650'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55913'^^xsd:double;
  dwc:latitude '48.68036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55913 48.68036, -1.55913 48.68036, -1.55913 48.68036, -1.55913 48.68036, -1.55913 48.68036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4650'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68652 -1.55911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68652"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68652 -1.55911)"^^geo:wktLiteral ;
  geo-pos:lat "48.68652"^^xsd:decimal ;
  geo-pos:long "-1.55911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6175'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55911'^^xsd:double;
  dwc:latitude '48.68652'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55911 48.68652, -1.55911 48.68652, -1.55911 48.68652, -1.55911 48.68652, -1.55911 48.68652))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6175'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6986 -1.55911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6986 -1.55911)"^^geo:wktLiteral ;
  geo-pos:lat "48.6986"^^xsd:decimal ;
  geo-pos:long "-1.55911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4723'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55911'^^xsd:double;
  dwc:latitude '48.6986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55911 48.6986, -1.55911 48.6986, -1.55911 48.6986, -1.55911 48.6986, -1.55911 48.6986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4723'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70026 -1.55911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70026 -1.55911)"^^geo:wktLiteral ;
  geo-pos:lat "48.70026"^^xsd:decimal ;
  geo-pos:long "-1.55911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6015'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55911'^^xsd:double;
  dwc:latitude '48.70026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55911 48.70026, -1.55911 48.70026, -1.55911 48.70026, -1.55911 48.70026, -1.55911 48.70026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6015'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7145 -1.55911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7145 -1.55911)"^^geo:wktLiteral ;
  geo-pos:lat "48.7145"^^xsd:decimal ;
  geo-pos:long "-1.55911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1258'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55911'^^xsd:double;
  dwc:latitude '48.7145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55911 48.7145, -1.55911 48.7145, -1.55911 48.7145, -1.55911 48.7145, -1.55911 48.7145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1258'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72801 -1.5591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72801 -1.5591)"^^geo:wktLiteral ;
  geo-pos:lat "48.72801"^^xsd:decimal ;
  geo-pos:long "-1.5591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9045'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5591'^^xsd:double;
  dwc:latitude '48.72801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5591 48.72801, -1.5591 48.72801, -1.5591 48.72801, -1.5591 48.72801, -1.5591 48.72801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9045'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67042 -1.55909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67042 -1.55909)"^^geo:wktLiteral ;
  geo-pos:lat "48.67042"^^xsd:decimal ;
  geo-pos:long "-1.55909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6463'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55909'^^xsd:double;
  dwc:latitude '48.67042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55909 48.67042, -1.55909 48.67042, -1.55909 48.67042, -1.55909 48.67042, -1.55909 48.67042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6463'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72306 -1.55909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72306 -1.55909)"^^geo:wktLiteral ;
  geo-pos:lat "48.72306"^^xsd:decimal ;
  geo-pos:long "-1.55909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4425'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55909'^^xsd:double;
  dwc:latitude '48.72306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55909 48.72306, -1.55909 48.72306, -1.55909 48.72306, -1.55909 48.72306, -1.55909 48.72306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4425'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6698 -1.55907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6698 -1.55907)"^^geo:wktLiteral ;
  geo-pos:lat "48.6698"^^xsd:decimal ;
  geo-pos:long "-1.55907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12130'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55907'^^xsd:double;
  dwc:latitude '48.6698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55907 48.6698, -1.55907 48.6698, -1.55907 48.6698, -1.55907 48.6698, -1.55907 48.6698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12130'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69421 -1.55907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69421 -1.55907)"^^geo:wktLiteral ;
  geo-pos:lat "48.69421"^^xsd:decimal ;
  geo-pos:long "-1.55907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9711'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55907'^^xsd:double;
  dwc:latitude '48.69421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55907 48.69421, -1.55907 48.69421, -1.55907 48.69421, -1.55907 48.69421, -1.55907 48.69421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9711'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71968 -1.55907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71968 -1.55907)"^^geo:wktLiteral ;
  geo-pos:lat "48.71968"^^xsd:decimal ;
  geo-pos:long "-1.55907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_835'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55907'^^xsd:double;
  dwc:latitude '48.71968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55907 48.71968, -1.55907 48.71968, -1.55907 48.71968, -1.55907 48.71968, -1.55907 48.71968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_835'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65791 -1.55905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65791"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65791 -1.55905)"^^geo:wktLiteral ;
  geo-pos:lat "48.65791"^^xsd:decimal ;
  geo-pos:long "-1.55905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_122'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55905'^^xsd:double;
  dwc:latitude '48.65791'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55905 48.65791, -1.55905 48.65791, -1.55905 48.65791, -1.55905 48.65791, -1.55905 48.65791))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_122'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69988 -1.55905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69988 -1.55905)"^^geo:wktLiteral ;
  geo-pos:lat "48.69988"^^xsd:decimal ;
  geo-pos:long "-1.55905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10518'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55905'^^xsd:double;
  dwc:latitude '48.69988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55905 48.69988, -1.55905 48.69988, -1.55905 48.69988, -1.55905 48.69988, -1.55905 48.69988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10518'^^xsd:string;
  dwc:observationDate '2008-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71991 -1.55904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71991 -1.55904)"^^geo:wktLiteral ;
  geo-pos:lat "48.71991"^^xsd:decimal ;
  geo-pos:long "-1.55904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8056'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55904'^^xsd:double;
  dwc:latitude '48.71991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55904 48.71991, -1.55904 48.71991, -1.55904 48.71991, -1.55904 48.71991, -1.55904 48.71991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8056'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65728 -1.55903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65728 -1.55903)"^^geo:wktLiteral ;
  geo-pos:lat "48.65728"^^xsd:decimal ;
  geo-pos:long "-1.55903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11181'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55903'^^xsd:double;
  dwc:latitude '48.65728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55903 48.65728, -1.55903 48.65728, -1.55903 48.65728, -1.55903 48.65728, -1.55903 48.65728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11181'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67022 -1.55903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67022 -1.55903)"^^geo:wktLiteral ;
  geo-pos:lat "48.67022"^^xsd:decimal ;
  geo-pos:long "-1.55903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3880'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55903'^^xsd:double;
  dwc:latitude '48.67022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55903 48.67022, -1.55903 48.67022, -1.55903 48.67022, -1.55903 48.67022, -1.55903 48.67022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3880'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70149 -1.55902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70149 -1.55902)"^^geo:wktLiteral ;
  geo-pos:lat "48.70149"^^xsd:decimal ;
  geo-pos:long "-1.55902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_142'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55902'^^xsd:double;
  dwc:latitude '48.70149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55902 48.70149, -1.55902 48.70149, -1.55902 48.70149, -1.55902 48.70149, -1.55902 48.70149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_142'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70461 -1.55902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70461"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70461 -1.55902)"^^geo:wktLiteral ;
  geo-pos:lat "48.70461"^^xsd:decimal ;
  geo-pos:long "-1.55902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_457'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55902'^^xsd:double;
  dwc:latitude '48.70461'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55902 48.70461, -1.55902 48.70461, -1.55902 48.70461, -1.55902 48.70461, -1.55902 48.70461))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_457'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71477 -1.55902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71477 -1.55902)"^^geo:wktLiteral ;
  geo-pos:lat "48.71477"^^xsd:decimal ;
  geo-pos:long "-1.55902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1262'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '6.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55902'^^xsd:double;
  dwc:latitude '48.71477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55902 48.71477, -1.55902 48.71477, -1.55902 48.71477, -1.55902 48.71477, -1.55902 48.71477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1262'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69696 -1.559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69696 -1.559)"^^geo:wktLiteral ;
  geo-pos:lat "48.69696"^^xsd:decimal ;
  geo-pos:long "-1.559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_178'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.559'^^xsd:double;
  dwc:latitude '48.69696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.559 48.69696, -1.559 48.69696, -1.559 48.69696, -1.559 48.69696, -1.559 48.69696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_178'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66104 -1.55899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66104 -1.55899)"^^geo:wktLiteral ;
  geo-pos:lat "48.66104"^^xsd:decimal ;
  geo-pos:long "-1.55899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5532'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55899'^^xsd:double;
  dwc:latitude '48.66104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55899 48.66104, -1.55899 48.66104, -1.55899 48.66104, -1.55899 48.66104, -1.55899 48.66104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5532'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65961 -1.55897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65961 -1.55897)"^^geo:wktLiteral ;
  geo-pos:lat "48.65961"^^xsd:decimal ;
  geo-pos:long "-1.55897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6613'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55897'^^xsd:double;
  dwc:latitude '48.65961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55897 48.65961, -1.55897 48.65961, -1.55897 48.65961, -1.55897 48.65961, -1.55897 48.65961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6613'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73416 -1.55894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73416 -1.55894)"^^geo:wktLiteral ;
  geo-pos:lat "48.73416"^^xsd:decimal ;
  geo-pos:long "-1.55894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9320'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55894'^^xsd:double;
  dwc:latitude '48.73416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55894 48.73416, -1.55894 48.73416, -1.55894 48.73416, -1.55894 48.73416, -1.55894 48.73416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9320'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66889 -1.55893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66889 -1.55893)"^^geo:wktLiteral ;
  geo-pos:lat "48.66889"^^xsd:decimal ;
  geo-pos:long "-1.55893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10663'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55893'^^xsd:double;
  dwc:latitude '48.66889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55893 48.66889, -1.55893 48.66889, -1.55893 48.66889, -1.55893 48.66889, -1.55893 48.66889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10663'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72298 -1.55891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72298 -1.55891)"^^geo:wktLiteral ;
  geo-pos:lat "48.72298"^^xsd:decimal ;
  geo-pos:long "-1.55891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3381'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55891'^^xsd:double;
  dwc:latitude '48.72298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55891 48.72298, -1.55891 48.72298, -1.55891 48.72298, -1.55891 48.72298, -1.55891 48.72298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3381'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71839 -1.5589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71839 -1.5589)"^^geo:wktLiteral ;
  geo-pos:lat "48.71839"^^xsd:decimal ;
  geo-pos:long "-1.5589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4242'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5589'^^xsd:double;
  dwc:latitude '48.71839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5589 48.71839, -1.5589 48.71839, -1.5589 48.71839, -1.5589 48.71839, -1.5589 48.71839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4242'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70803 -1.55889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70803 -1.55889)"^^geo:wktLiteral ;
  geo-pos:lat "48.70803"^^xsd:decimal ;
  geo-pos:long "-1.55889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5114'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55889'^^xsd:double;
  dwc:latitude '48.70803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55889 48.70803, -1.55889 48.70803, -1.55889 48.70803, -1.55889 48.70803, -1.55889 48.70803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5114'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71659 -1.55889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71659 -1.55889)"^^geo:wktLiteral ;
  geo-pos:lat "48.71659"^^xsd:decimal ;
  geo-pos:long "-1.55889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8144'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55889'^^xsd:double;
  dwc:latitude '48.71659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55889 48.71659, -1.55889 48.71659, -1.55889 48.71659, -1.55889 48.71659, -1.55889 48.71659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8144'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71944 -1.55889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71944 -1.55889)"^^geo:wktLiteral ;
  geo-pos:lat "48.71944"^^xsd:decimal ;
  geo-pos:long "-1.55889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9707'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55889'^^xsd:double;
  dwc:latitude '48.71944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55889 48.71944, -1.55889 48.71944, -1.55889 48.71944, -1.55889 48.71944, -1.55889 48.71944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9707'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66136 -1.55888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66136"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66136 -1.55888)"^^geo:wktLiteral ;
  geo-pos:lat "48.66136"^^xsd:decimal ;
  geo-pos:long "-1.55888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11904'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55888'^^xsd:double;
  dwc:latitude '48.66136'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55888 48.66136, -1.55888 48.66136, -1.55888 48.66136, -1.55888 48.66136, -1.55888 48.66136))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11904'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71718 -1.55888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71718 -1.55888)"^^geo:wktLiteral ;
  geo-pos:lat "48.71718"^^xsd:decimal ;
  geo-pos:long "-1.55888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10403'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55888'^^xsd:double;
  dwc:latitude '48.71718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55888 48.71718, -1.55888 48.71718, -1.55888 48.71718, -1.55888 48.71718, -1.55888 48.71718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10403'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68748 -1.55884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68748 -1.55884)"^^geo:wktLiteral ;
  geo-pos:lat "48.68748"^^xsd:decimal ;
  geo-pos:long "-1.55884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3724'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55884'^^xsd:double;
  dwc:latitude '48.68748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55884 48.68748, -1.55884 48.68748, -1.55884 48.68748, -1.55884 48.68748, -1.55884 48.68748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3724'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7157 -1.55884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7157 -1.55884)"^^geo:wktLiteral ;
  geo-pos:lat "48.7157"^^xsd:decimal ;
  geo-pos:long "-1.55884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8102'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55884'^^xsd:double;
  dwc:latitude '48.7157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55884 48.7157, -1.55884 48.7157, -1.55884 48.7157, -1.55884 48.7157, -1.55884 48.7157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8102'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70912 -1.55883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70912 -1.55883)"^^geo:wktLiteral ;
  geo-pos:lat "48.70912"^^xsd:decimal ;
  geo-pos:long "-1.55883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1209'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55883'^^xsd:double;
  dwc:latitude '48.70912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55883 48.70912, -1.55883 48.70912, -1.55883 48.70912, -1.55883 48.70912, -1.55883 48.70912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1209'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71305 -1.55883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71305 -1.55883)"^^geo:wktLiteral ;
  geo-pos:lat "48.71305"^^xsd:decimal ;
  geo-pos:long "-1.55883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3823'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55883'^^xsd:double;
  dwc:latitude '48.71305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55883 48.71305, -1.55883 48.71305, -1.55883 48.71305, -1.55883 48.71305, -1.55883 48.71305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3823'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68075 -1.55882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68075 -1.55882)"^^geo:wktLiteral ;
  geo-pos:lat "48.68075"^^xsd:decimal ;
  geo-pos:long "-1.55882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7121'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55882'^^xsd:double;
  dwc:latitude '48.68075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55882 48.68075, -1.55882 48.68075, -1.55882 48.68075, -1.55882 48.68075, -1.55882 48.68075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7121'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70528 -1.5588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70528 -1.5588)"^^geo:wktLiteral ;
  geo-pos:lat "48.70528"^^xsd:decimal ;
  geo-pos:long "-1.5588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_2905'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5588'^^xsd:double;
  dwc:latitude '48.70528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5588 48.70528, -1.5588 48.70528, -1.5588 48.70528, -1.5588 48.70528, -1.5588 48.70528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2905'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66906 -1.55878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66906 -1.55878)"^^geo:wktLiteral ;
  geo-pos:lat "48.66906"^^xsd:decimal ;
  geo-pos:long "-1.55878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10673'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55878'^^xsd:double;
  dwc:latitude '48.66906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55878 48.66906, -1.55878 48.66906, -1.55878 48.66906, -1.55878 48.66906, -1.55878 48.66906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10673'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67379 -1.55878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67379 -1.55878)"^^geo:wktLiteral ;
  geo-pos:lat "48.67379"^^xsd:decimal ;
  geo-pos:long "-1.55878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7331'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55878'^^xsd:double;
  dwc:latitude '48.67379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55878 48.67379, -1.55878 48.67379, -1.55878 48.67379, -1.55878 48.67379, -1.55878 48.67379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7331'^^xsd:string;
  dwc:observationDate '2007-10-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68298 -1.55878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68298 -1.55878)"^^geo:wktLiteral ;
  geo-pos:lat "48.68298"^^xsd:decimal ;
  geo-pos:long "-1.55878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3954'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55878'^^xsd:double;
  dwc:latitude '48.68298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55878 48.68298, -1.55878 48.68298, -1.55878 48.68298, -1.55878 48.68298, -1.55878 48.68298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3954'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69658 -1.55878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69658"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69658 -1.55878)"^^geo:wktLiteral ;
  geo-pos:lat "48.69658"^^xsd:decimal ;
  geo-pos:long "-1.55878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6890'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55878'^^xsd:double;
  dwc:latitude '48.69658'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55878 48.69658, -1.55878 48.69658, -1.55878 48.69658, -1.55878 48.69658, -1.55878 48.69658))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6890'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71735 -1.55878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71735 -1.55878)"^^geo:wktLiteral ;
  geo-pos:lat "48.71735"^^xsd:decimal ;
  geo-pos:long "-1.55878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8524'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55878'^^xsd:double;
  dwc:latitude '48.71735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55878 48.71735, -1.55878 48.71735, -1.55878 48.71735, -1.55878 48.71735, -1.55878 48.71735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8524'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71384 -1.55877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71384"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71384 -1.55877)"^^geo:wktLiteral ;
  geo-pos:lat "48.71384"^^xsd:decimal ;
  geo-pos:long "-1.55877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2935'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55877'^^xsd:double;
  dwc:latitude '48.71384'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55877 48.71384, -1.55877 48.71384, -1.55877 48.71384, -1.55877 48.71384, -1.55877 48.71384))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2935'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72304 -1.55876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72304"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72304 -1.55876)"^^geo:wktLiteral ;
  geo-pos:lat "48.72304"^^xsd:decimal ;
  geo-pos:long "-1.55876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4690'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55876'^^xsd:double;
  dwc:latitude '48.72304'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55876 48.72304, -1.55876 48.72304, -1.55876 48.72304, -1.55876 48.72304, -1.55876 48.72304))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4690'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72533 -1.55876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72533 -1.55876)"^^geo:wktLiteral ;
  geo-pos:lat "48.72533"^^xsd:decimal ;
  geo-pos:long "-1.55876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4711'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55876'^^xsd:double;
  dwc:latitude '48.72533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55876 48.72533, -1.55876 48.72533, -1.55876 48.72533, -1.55876 48.72533, -1.55876 48.72533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4711'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69659 -1.55874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69659 -1.55874)"^^geo:wktLiteral ;
  geo-pos:lat "48.69659"^^xsd:decimal ;
  geo-pos:long "-1.55874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5842'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55874'^^xsd:double;
  dwc:latitude '48.69659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55874 48.69659, -1.55874 48.69659, -1.55874 48.69659, -1.55874 48.69659, -1.55874 48.69659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5842'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67645 -1.55873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67645 -1.55873)"^^geo:wktLiteral ;
  geo-pos:lat "48.67645"^^xsd:decimal ;
  geo-pos:long "-1.55873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5890'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55873'^^xsd:double;
  dwc:latitude '48.67645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55873 48.67645, -1.55873 48.67645, -1.55873 48.67645, -1.55873 48.67645, -1.55873 48.67645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5890'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67827 -1.55872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67827 -1.55872)"^^geo:wktLiteral ;
  geo-pos:lat "48.67827"^^xsd:decimal ;
  geo-pos:long "-1.55872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7238'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55872'^^xsd:double;
  dwc:latitude '48.67827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55872 48.67827, -1.55872 48.67827, -1.55872 48.67827, -1.55872 48.67827, -1.55872 48.67827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7238'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7009 -1.55872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7009 -1.55872)"^^geo:wktLiteral ;
  geo-pos:lat "48.7009"^^xsd:decimal ;
  geo-pos:long "-1.55872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4074'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55872'^^xsd:double;
  dwc:latitude '48.7009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55872 48.7009, -1.55872 48.7009, -1.55872 48.7009, -1.55872 48.7009, -1.55872 48.7009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4074'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71855 -1.55871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71855 -1.55871)"^^geo:wktLiteral ;
  geo-pos:lat "48.71855"^^xsd:decimal ;
  geo-pos:long "-1.55871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1508'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55871'^^xsd:double;
  dwc:latitude '48.71855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55871 48.71855, -1.55871 48.71855, -1.55871 48.71855, -1.55871 48.71855, -1.55871 48.71855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1508'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66821 -1.55869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66821 -1.55869)"^^geo:wktLiteral ;
  geo-pos:lat "48.66821"^^xsd:decimal ;
  geo-pos:long "-1.55869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10678'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55869'^^xsd:double;
  dwc:latitude '48.66821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55869 48.66821, -1.55869 48.66821, -1.55869 48.66821, -1.55869 48.66821, -1.55869 48.66821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10678'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71298 -1.55869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71298 -1.55869)"^^geo:wktLiteral ;
  geo-pos:lat "48.71298"^^xsd:decimal ;
  geo-pos:long "-1.55869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4136'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55869'^^xsd:double;
  dwc:latitude '48.71298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55869 48.71298, -1.55869 48.71298, -1.55869 48.71298, -1.55869 48.71298, -1.55869 48.71298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4136'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72982 -1.55867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72982 -1.55867)"^^geo:wktLiteral ;
  geo-pos:lat "48.72982"^^xsd:decimal ;
  geo-pos:long "-1.55867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7697'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55867'^^xsd:double;
  dwc:latitude '48.72982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55867 48.72982, -1.55867 48.72982, -1.55867 48.72982, -1.55867 48.72982, -1.55867 48.72982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7697'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72567 -1.55865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72567 -1.55865)"^^geo:wktLiteral ;
  geo-pos:lat "48.72567"^^xsd:decimal ;
  geo-pos:long "-1.55865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1964'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55865'^^xsd:double;
  dwc:latitude '48.72567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55865 48.72567, -1.55865 48.72567, -1.55865 48.72567, -1.55865 48.72567, -1.55865 48.72567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1964'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69586 -1.55864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69586 -1.55864)"^^geo:wktLiteral ;
  geo-pos:lat "48.69586"^^xsd:decimal ;
  geo-pos:long "-1.55864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5874'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55864'^^xsd:double;
  dwc:latitude '48.69586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55864 48.69586, -1.55864 48.69586, -1.55864 48.69586, -1.55864 48.69586, -1.55864 48.69586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5874'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70456 -1.55863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70456"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70456 -1.55863)"^^geo:wktLiteral ;
  geo-pos:lat "48.70456"^^xsd:decimal ;
  geo-pos:long "-1.55863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9650'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55863'^^xsd:double;
  dwc:latitude '48.70456'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55863 48.70456, -1.55863 48.70456, -1.55863 48.70456, -1.55863 48.70456, -1.55863 48.70456))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9650'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71125 -1.55863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71125 -1.55863)"^^geo:wktLiteral ;
  geo-pos:lat "48.71125"^^xsd:decimal ;
  geo-pos:long "-1.55863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1144'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55863'^^xsd:double;
  dwc:latitude '48.71125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55863 48.71125, -1.55863 48.71125, -1.55863 48.71125, -1.55863 48.71125, -1.55863 48.71125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1144'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71677 -1.55863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71677 -1.55863)"^^geo:wktLiteral ;
  geo-pos:lat "48.71677"^^xsd:decimal ;
  geo-pos:long "-1.55863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1027'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.93333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55863'^^xsd:double;
  dwc:latitude '48.71677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55863 48.71677, -1.55863 48.71677, -1.55863 48.71677, -1.55863 48.71677, -1.55863 48.71677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1027'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6942 -1.55861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6942 -1.55861)"^^geo:wktLiteral ;
  geo-pos:lat "48.6942"^^xsd:decimal ;
  geo-pos:long "-1.55861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6431'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55861'^^xsd:double;
  dwc:latitude '48.6942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55861 48.6942, -1.55861 48.6942, -1.55861 48.6942, -1.55861 48.6942, -1.55861 48.6942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6431'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71801 -1.5586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71801 -1.5586)"^^geo:wktLiteral ;
  geo-pos:lat "48.71801"^^xsd:decimal ;
  geo-pos:long "-1.5586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1344'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5586'^^xsd:double;
  dwc:latitude '48.71801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5586 48.71801, -1.5586 48.71801, -1.5586 48.71801, -1.5586 48.71801, -1.5586 48.71801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1344'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7247 -1.5586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7247 -1.5586)"^^geo:wktLiteral ;
  geo-pos:lat "48.7247"^^xsd:decimal ;
  geo-pos:long "-1.5586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_592'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5586'^^xsd:double;
  dwc:latitude '48.7247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5586 48.7247, -1.5586 48.7247, -1.5586 48.7247, -1.5586 48.7247, -1.5586 48.7247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_592'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66954 -1.55859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66954"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66954 -1.55859)"^^geo:wktLiteral ;
  geo-pos:lat "48.66954"^^xsd:decimal ;
  geo-pos:long "-1.55859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3881'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55859'^^xsd:double;
  dwc:latitude '48.66954'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55859 48.66954, -1.55859 48.66954, -1.55859 48.66954, -1.55859 48.66954, -1.55859 48.66954))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3881'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71423 -1.55859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71423 -1.55859)"^^geo:wktLiteral ;
  geo-pos:lat "48.71423"^^xsd:decimal ;
  geo-pos:long "-1.55859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_330'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55859'^^xsd:double;
  dwc:latitude '48.71423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55859 48.71423, -1.55859 48.71423, -1.55859 48.71423, -1.55859 48.71423, -1.55859 48.71423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_330'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70242 -1.55858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70242 -1.55858)"^^geo:wktLiteral ;
  geo-pos:lat "48.70242"^^xsd:decimal ;
  geo-pos:long "-1.55858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5590'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55858'^^xsd:double;
  dwc:latitude '48.70242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55858 48.70242, -1.55858 48.70242, -1.55858 48.70242, -1.55858 48.70242, -1.55858 48.70242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5590'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65449 -1.55857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65449 -1.55857)"^^geo:wktLiteral ;
  geo-pos:lat "48.65449"^^xsd:decimal ;
  geo-pos:long "-1.55857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7009'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55857'^^xsd:double;
  dwc:latitude '48.65449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55857 48.65449, -1.55857 48.65449, -1.55857 48.65449, -1.55857 48.65449, -1.55857 48.65449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7009'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69083 -1.55857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69083 -1.55857)"^^geo:wktLiteral ;
  geo-pos:lat "48.69083"^^xsd:decimal ;
  geo-pos:long "-1.55857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4331'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55857'^^xsd:double;
  dwc:latitude '48.69083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55857 48.69083, -1.55857 48.69083, -1.55857 48.69083, -1.55857 48.69083, -1.55857 48.69083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4331'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71156 -1.55855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71156 -1.55855)"^^geo:wktLiteral ;
  geo-pos:lat "48.71156"^^xsd:decimal ;
  geo-pos:long "-1.55855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3997'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55855'^^xsd:double;
  dwc:latitude '48.71156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55855 48.71156, -1.55855 48.71156, -1.55855 48.71156, -1.55855 48.71156, -1.55855 48.71156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3997'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70611 -1.55854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70611 -1.55854)"^^geo:wktLiteral ;
  geo-pos:lat "48.70611"^^xsd:decimal ;
  geo-pos:long "-1.55854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1053'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55854'^^xsd:double;
  dwc:latitude '48.70611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55854 48.70611, -1.55854 48.70611, -1.55854 48.70611, -1.55854 48.70611, -1.55854 48.70611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1053'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72686 -1.55854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72686 -1.55854)"^^geo:wktLiteral ;
  geo-pos:lat "48.72686"^^xsd:decimal ;
  geo-pos:long "-1.55854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3416'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55854'^^xsd:double;
  dwc:latitude '48.72686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55854 48.72686, -1.55854 48.72686, -1.55854 48.72686, -1.55854 48.72686, -1.55854 48.72686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3416'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73004 -1.55854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73004 -1.55854)"^^geo:wktLiteral ;
  geo-pos:lat "48.73004"^^xsd:decimal ;
  geo-pos:long "-1.55854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_6260'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.26666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55854'^^xsd:double;
  dwc:latitude '48.73004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55854 48.73004, -1.55854 48.73004, -1.55854 48.73004, -1.55854 48.73004, -1.55854 48.73004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6260'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68426 -1.55853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68426 -1.55853)"^^geo:wktLiteral ;
  geo-pos:lat "48.68426"^^xsd:decimal ;
  geo-pos:long "-1.55853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2122'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55853'^^xsd:double;
  dwc:latitude '48.68426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55853 48.68426, -1.55853 48.68426, -1.55853 48.68426, -1.55853 48.68426, -1.55853 48.68426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2122'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68966 -1.55853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68966 -1.55853)"^^geo:wktLiteral ;
  geo-pos:lat "48.68966"^^xsd:decimal ;
  geo-pos:long "-1.55853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_231'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55853'^^xsd:double;
  dwc:latitude '48.68966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55853 48.68966, -1.55853 48.68966, -1.55853 48.68966, -1.55853 48.68966, -1.55853 48.68966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_231'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70636 -1.55852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70636 -1.55852)"^^geo:wktLiteral ;
  geo-pos:lat "48.70636"^^xsd:decimal ;
  geo-pos:long "-1.55852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_623'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55852'^^xsd:double;
  dwc:latitude '48.70636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55852 48.70636, -1.55852 48.70636, -1.55852 48.70636, -1.55852 48.70636, -1.55852 48.70636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_623'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.703 -1.55851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.703 -1.55851)"^^geo:wktLiteral ;
  geo-pos:lat "48.703"^^xsd:decimal ;
  geo-pos:long "-1.55851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5283'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55851'^^xsd:double;
  dwc:latitude '48.703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55851 48.703, -1.55851 48.703, -1.55851 48.703, -1.55851 48.703, -1.55851 48.703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5283'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65293 -1.55848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65293 -1.55848)"^^geo:wktLiteral ;
  geo-pos:lat "48.65293"^^xsd:decimal ;
  geo-pos:long "-1.55848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13591'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55848'^^xsd:double;
  dwc:latitude '48.65293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55848 48.65293, -1.55848 48.65293, -1.55848 48.65293, -1.55848 48.65293, -1.55848 48.65293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13591'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71884 -1.55848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71884 -1.55848)"^^geo:wktLiteral ;
  geo-pos:lat "48.71884"^^xsd:decimal ;
  geo-pos:long "-1.55848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3029'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55848'^^xsd:double;
  dwc:latitude '48.71884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55848 48.71884, -1.55848 48.71884, -1.55848 48.71884, -1.55848 48.71884, -1.55848 48.71884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3029'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7143 -1.55847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7143 -1.55847)"^^geo:wktLiteral ;
  geo-pos:lat "48.7143"^^xsd:decimal ;
  geo-pos:long "-1.55847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10040'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55847'^^xsd:double;
  dwc:latitude '48.7143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55847 48.7143, -1.55847 48.7143, -1.55847 48.7143, -1.55847 48.7143, -1.55847 48.7143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10040'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68125 -1.55846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68125 -1.55846)"^^geo:wktLiteral ;
  geo-pos:lat "48.68125"^^xsd:decimal ;
  geo-pos:long "-1.55846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5122'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55846'^^xsd:double;
  dwc:latitude '48.68125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55846 48.68125, -1.55846 48.68125, -1.55846 48.68125, -1.55846 48.68125, -1.55846 48.68125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5122'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69698 -1.55846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69698 -1.55846)"^^geo:wktLiteral ;
  geo-pos:lat "48.69698"^^xsd:decimal ;
  geo-pos:long "-1.55846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6319'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55846'^^xsd:double;
  dwc:latitude '48.69698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55846 48.69698, -1.55846 48.69698, -1.55846 48.69698, -1.55846 48.69698, -1.55846 48.69698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6319'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70476 -1.55845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70476 -1.55845)"^^geo:wktLiteral ;
  geo-pos:lat "48.70476"^^xsd:decimal ;
  geo-pos:long "-1.55845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_570'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55845'^^xsd:double;
  dwc:latitude '48.70476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55845 48.70476, -1.55845 48.70476, -1.55845 48.70476, -1.55845 48.70476, -1.55845 48.70476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_570'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71141 -1.55844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71141 -1.55844)"^^geo:wktLiteral ;
  geo-pos:lat "48.71141"^^xsd:decimal ;
  geo-pos:long "-1.55844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7386'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55844'^^xsd:double;
  dwc:latitude '48.71141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55844 48.71141, -1.55844 48.71141, -1.55844 48.71141, -1.55844 48.71141, -1.55844 48.71141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7386'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7118 -1.55842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7118 -1.55842)"^^geo:wktLiteral ;
  geo-pos:lat "48.7118"^^xsd:decimal ;
  geo-pos:long "-1.55842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1480'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55842'^^xsd:double;
  dwc:latitude '48.7118'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55842 48.7118, -1.55842 48.7118, -1.55842 48.7118, -1.55842 48.7118, -1.55842 48.7118))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1480'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72543 -1.55841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72543 -1.55841)"^^geo:wktLiteral ;
  geo-pos:lat "48.72543"^^xsd:decimal ;
  geo-pos:long "-1.55841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_412'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55841'^^xsd:double;
  dwc:latitude '48.72543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55841 48.72543, -1.55841 48.72543, -1.55841 48.72543, -1.55841 48.72543, -1.55841 48.72543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_412'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68429 -1.5584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68429"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68429 -1.5584)"^^geo:wktLiteral ;
  geo-pos:lat "48.68429"^^xsd:decimal ;
  geo-pos:long "-1.5584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5961'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5584'^^xsd:double;
  dwc:latitude '48.68429'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5584 48.68429, -1.5584 48.68429, -1.5584 48.68429, -1.5584 48.68429, -1.5584 48.68429))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5961'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69316 -1.55838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69316 -1.55838)"^^geo:wktLiteral ;
  geo-pos:lat "48.69316"^^xsd:decimal ;
  geo-pos:long "-1.55838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4210'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55838'^^xsd:double;
  dwc:latitude '48.69316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55838 48.69316, -1.55838 48.69316, -1.55838 48.69316, -1.55838 48.69316, -1.55838 48.69316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4210'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70162 -1.55837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70162 -1.55837)"^^geo:wktLiteral ;
  geo-pos:lat "48.70162"^^xsd:decimal ;
  geo-pos:long "-1.55837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6318'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55837'^^xsd:double;
  dwc:latitude '48.70162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55837 48.70162, -1.55837 48.70162, -1.55837 48.70162, -1.55837 48.70162, -1.55837 48.70162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6318'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70728 -1.55837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70728 -1.55837)"^^geo:wktLiteral ;
  geo-pos:lat "48.70728"^^xsd:decimal ;
  geo-pos:long "-1.55837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7832'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55837'^^xsd:double;
  dwc:latitude '48.70728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55837 48.70728, -1.55837 48.70728, -1.55837 48.70728, -1.55837 48.70728, -1.55837 48.70728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7832'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69093 -1.55836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69093 -1.55836)"^^geo:wktLiteral ;
  geo-pos:lat "48.69093"^^xsd:decimal ;
  geo-pos:long "-1.55836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8446'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55836'^^xsd:double;
  dwc:latitude '48.69093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55836 48.69093, -1.55836 48.69093, -1.55836 48.69093, -1.55836 48.69093, -1.55836 48.69093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8446'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69672 -1.55836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69672 -1.55836)"^^geo:wktLiteral ;
  geo-pos:lat "48.69672"^^xsd:decimal ;
  geo-pos:long "-1.55836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5729'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55836'^^xsd:double;
  dwc:latitude '48.69672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55836 48.69672, -1.55836 48.69672, -1.55836 48.69672, -1.55836 48.69672, -1.55836 48.69672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5729'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7133 -1.55836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7133 -1.55836)"^^geo:wktLiteral ;
  geo-pos:lat "48.7133"^^xsd:decimal ;
  geo-pos:long "-1.55836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_36'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_36'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55836'^^xsd:double;
  dwc:latitude '48.7133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55836 48.7133, -1.55836 48.7133, -1.55836 48.7133, -1.55836 48.7133, -1.55836 48.7133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_36'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7074 -1.55835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7074 -1.55835)"^^geo:wktLiteral ;
  geo-pos:lat "48.7074"^^xsd:decimal ;
  geo-pos:long "-1.55835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7744'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55835'^^xsd:double;
  dwc:latitude '48.7074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55835 48.7074, -1.55835 48.7074, -1.55835 48.7074, -1.55835 48.7074, -1.55835 48.7074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7744'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72149 -1.55835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72149 -1.55835)"^^geo:wktLiteral ;
  geo-pos:lat "48.72149"^^xsd:decimal ;
  geo-pos:long "-1.55835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2454'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55835'^^xsd:double;
  dwc:latitude '48.72149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55835 48.72149, -1.55835 48.72149, -1.55835 48.72149, -1.55835 48.72149, -1.55835 48.72149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2454'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72863 -1.55835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72863 -1.55835)"^^geo:wktLiteral ;
  geo-pos:lat "48.72863"^^xsd:decimal ;
  geo-pos:long "-1.55835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13680'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55835'^^xsd:double;
  dwc:latitude '48.72863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55835 48.72863, -1.55835 48.72863, -1.55835 48.72863, -1.55835 48.72863, -1.55835 48.72863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13680'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66834 -1.55834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66834 -1.55834)"^^geo:wktLiteral ;
  geo-pos:lat "48.66834"^^xsd:decimal ;
  geo-pos:long "-1.55834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11477'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55834'^^xsd:double;
  dwc:latitude '48.66834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55834 48.66834, -1.55834 48.66834, -1.55834 48.66834, -1.55834 48.66834, -1.55834 48.66834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11477'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69562 -1.55834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69562 -1.55834)"^^geo:wktLiteral ;
  geo-pos:lat "48.69562"^^xsd:decimal ;
  geo-pos:long "-1.55834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8135'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55834'^^xsd:double;
  dwc:latitude '48.69562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55834 48.69562, -1.55834 48.69562, -1.55834 48.69562, -1.55834 48.69562, -1.55834 48.69562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8135'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71477 -1.55833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71477 -1.55833)"^^geo:wktLiteral ;
  geo-pos:lat "48.71477"^^xsd:decimal ;
  geo-pos:long "-1.55833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1685'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55833'^^xsd:double;
  dwc:latitude '48.71477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55833 48.71477, -1.55833 48.71477, -1.55833 48.71477, -1.55833 48.71477, -1.55833 48.71477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1685'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72676 -1.55833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72676 -1.55833)"^^geo:wktLiteral ;
  geo-pos:lat "48.72676"^^xsd:decimal ;
  geo-pos:long "-1.55833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_48'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_48'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55833'^^xsd:double;
  dwc:latitude '48.72676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55833 48.72676, -1.55833 48.72676, -1.55833 48.72676, -1.55833 48.72676, -1.55833 48.72676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_48'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66857 -1.55832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66857 -1.55832)"^^geo:wktLiteral ;
  geo-pos:lat "48.66857"^^xsd:decimal ;
  geo-pos:long "-1.55832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10588'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55832'^^xsd:double;
  dwc:latitude '48.66857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55832 48.66857, -1.55832 48.66857, -1.55832 48.66857, -1.55832 48.66857, -1.55832 48.66857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10588'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66195 -1.55831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66195 -1.55831)"^^geo:wktLiteral ;
  geo-pos:lat "48.66195"^^xsd:decimal ;
  geo-pos:long "-1.55831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5699'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55831'^^xsd:double;
  dwc:latitude '48.66195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55831 48.66195, -1.55831 48.66195, -1.55831 48.66195, -1.55831 48.66195, -1.55831 48.66195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5699'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7279 -1.55831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7279 -1.55831)"^^geo:wktLiteral ;
  geo-pos:lat "48.7279"^^xsd:decimal ;
  geo-pos:long "-1.55831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7790'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55831'^^xsd:double;
  dwc:latitude '48.7279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55831 48.7279, -1.55831 48.7279, -1.55831 48.7279, -1.55831 48.7279, -1.55831 48.7279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7790'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72897 -1.55828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72897 -1.55828)"^^geo:wktLiteral ;
  geo-pos:lat "48.72897"^^xsd:decimal ;
  geo-pos:long "-1.55828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4902'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55828'^^xsd:double;
  dwc:latitude '48.72897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55828 48.72897, -1.55828 48.72897, -1.55828 48.72897, -1.55828 48.72897, -1.55828 48.72897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4902'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69682 -1.55825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69682 -1.55825)"^^geo:wktLiteral ;
  geo-pos:lat "48.69682"^^xsd:decimal ;
  geo-pos:long "-1.55825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3429'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55825'^^xsd:double;
  dwc:latitude '48.69682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55825 48.69682, -1.55825 48.69682, -1.55825 48.69682, -1.55825 48.69682, -1.55825 48.69682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3429'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71963 -1.55825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71963 -1.55825)"^^geo:wktLiteral ;
  geo-pos:lat "48.71963"^^xsd:decimal ;
  geo-pos:long "-1.55825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4148'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55825'^^xsd:double;
  dwc:latitude '48.71963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55825 48.71963, -1.55825 48.71963, -1.55825 48.71963, -1.55825 48.71963, -1.55825 48.71963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4148'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70731 -1.55823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70731 -1.55823)"^^geo:wktLiteral ;
  geo-pos:lat "48.70731"^^xsd:decimal ;
  geo-pos:long "-1.55823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7785'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55823'^^xsd:double;
  dwc:latitude '48.70731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55823 48.70731, -1.55823 48.70731, -1.55823 48.70731, -1.55823 48.70731, -1.55823 48.70731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7785'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68196 -1.55822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68196 -1.55822)"^^geo:wktLiteral ;
  geo-pos:lat "48.68196"^^xsd:decimal ;
  geo-pos:long "-1.55822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1714'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55822'^^xsd:double;
  dwc:latitude '48.68196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55822 48.68196, -1.55822 48.68196, -1.55822 48.68196, -1.55822 48.68196, -1.55822 48.68196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1714'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68952 -1.55822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68952 -1.55822)"^^geo:wktLiteral ;
  geo-pos:lat "48.68952"^^xsd:decimal ;
  geo-pos:long "-1.55822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6249'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55822'^^xsd:double;
  dwc:latitude '48.68952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55822 48.68952, -1.55822 48.68952, -1.55822 48.68952, -1.55822 48.68952, -1.55822 48.68952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6249'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6691 -1.55821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6691 -1.55821)"^^geo:wktLiteral ;
  geo-pos:lat "48.6691"^^xsd:decimal ;
  geo-pos:long "-1.55821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7428'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55821'^^xsd:double;
  dwc:latitude '48.6691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55821 48.6691, -1.55821 48.6691, -1.55821 48.6691, -1.55821 48.6691, -1.55821 48.6691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7428'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69612 -1.55821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69612 -1.55821)"^^geo:wktLiteral ;
  geo-pos:lat "48.69612"^^xsd:decimal ;
  geo-pos:long "-1.55821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6218'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55821'^^xsd:double;
  dwc:latitude '48.69612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55821 48.69612, -1.55821 48.69612, -1.55821 48.69612, -1.55821 48.69612, -1.55821 48.69612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6218'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71589 -1.55821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71589 -1.55821)"^^geo:wktLiteral ;
  geo-pos:lat "48.71589"^^xsd:decimal ;
  geo-pos:long "-1.55821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1385'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55821'^^xsd:double;
  dwc:latitude '48.71589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55821 48.71589, -1.55821 48.71589, -1.55821 48.71589, -1.55821 48.71589, -1.55821 48.71589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1385'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65326 -1.5582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65326 -1.5582)"^^geo:wktLiteral ;
  geo-pos:lat "48.65326"^^xsd:decimal ;
  geo-pos:long "-1.5582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13592'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5582'^^xsd:double;
  dwc:latitude '48.65326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5582 48.65326, -1.5582 48.65326, -1.5582 48.65326, -1.5582 48.65326, -1.5582 48.65326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13592'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71491 -1.5582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71491 -1.5582)"^^geo:wktLiteral ;
  geo-pos:lat "48.71491"^^xsd:decimal ;
  geo-pos:long "-1.5582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7636'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5582'^^xsd:double;
  dwc:latitude '48.71491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5582 48.71491, -1.5582 48.71491, -1.5582 48.71491, -1.5582 48.71491, -1.5582 48.71491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7636'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69205 -1.55819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69205"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69205 -1.55819)"^^geo:wktLiteral ;
  geo-pos:lat "48.69205"^^xsd:decimal ;
  geo-pos:long "-1.55819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1425'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55819'^^xsd:double;
  dwc:latitude '48.69205'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55819 48.69205, -1.55819 48.69205, -1.55819 48.69205, -1.55819 48.69205, -1.55819 48.69205))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1425'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69419 -1.55819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69419 -1.55819)"^^geo:wktLiteral ;
  geo-pos:lat "48.69419"^^xsd:decimal ;
  geo-pos:long "-1.55819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4659'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55819'^^xsd:double;
  dwc:latitude '48.69419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55819 48.69419, -1.55819 48.69419, -1.55819 48.69419, -1.55819 48.69419, -1.55819 48.69419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4659'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69606 -1.55818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69606 -1.55818)"^^geo:wktLiteral ;
  geo-pos:lat "48.69606"^^xsd:decimal ;
  geo-pos:long "-1.55818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_529'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55818'^^xsd:double;
  dwc:latitude '48.69606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55818 48.69606, -1.55818 48.69606, -1.55818 48.69606, -1.55818 48.69606, -1.55818 48.69606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_529'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71809 -1.55817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71809 -1.55817)"^^geo:wktLiteral ;
  geo-pos:lat "48.71809"^^xsd:decimal ;
  geo-pos:long "-1.55817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3824'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55817'^^xsd:double;
  dwc:latitude '48.71809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55817 48.71809, -1.55817 48.71809, -1.55817 48.71809, -1.55817 48.71809, -1.55817 48.71809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3824'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6873 -1.55815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6873 -1.55815)"^^geo:wktLiteral ;
  geo-pos:lat "48.6873"^^xsd:decimal ;
  geo-pos:long "-1.55815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6083'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55815'^^xsd:double;
  dwc:latitude '48.6873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55815 48.6873, -1.55815 48.6873, -1.55815 48.6873, -1.55815 48.6873, -1.55815 48.6873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6083'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69275 -1.55813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69275 -1.55813)"^^geo:wktLiteral ;
  geo-pos:lat "48.69275"^^xsd:decimal ;
  geo-pos:long "-1.55813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4330'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55813'^^xsd:double;
  dwc:latitude '48.69275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55813 48.69275, -1.55813 48.69275, -1.55813 48.69275, -1.55813 48.69275, -1.55813 48.69275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4330'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70769 -1.55812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70769 -1.55812)"^^geo:wktLiteral ;
  geo-pos:lat "48.70769"^^xsd:decimal ;
  geo-pos:long "-1.55812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7743'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55812'^^xsd:double;
  dwc:latitude '48.70769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55812 48.70769, -1.55812 48.70769, -1.55812 48.70769, -1.55812 48.70769, -1.55812 48.70769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7743'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71242 -1.55812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71242 -1.55812)"^^geo:wktLiteral ;
  geo-pos:lat "48.71242"^^xsd:decimal ;
  geo-pos:long "-1.55812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9246'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55812'^^xsd:double;
  dwc:latitude '48.71242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55812 48.71242, -1.55812 48.71242, -1.55812 48.71242, -1.55812 48.71242, -1.55812 48.71242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9246'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72252 -1.55812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72252 -1.55812)"^^geo:wktLiteral ;
  geo-pos:lat "48.72252"^^xsd:decimal ;
  geo-pos:long "-1.55812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1382'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55812'^^xsd:double;
  dwc:latitude '48.72252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55812 48.72252, -1.55812 48.72252, -1.55812 48.72252, -1.55812 48.72252, -1.55812 48.72252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1382'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70718 -1.55811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70718 -1.55811)"^^geo:wktLiteral ;
  geo-pos:lat "48.70718"^^xsd:decimal ;
  geo-pos:long "-1.55811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7734'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55811'^^xsd:double;
  dwc:latitude '48.70718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55811 48.70718, -1.55811 48.70718, -1.55811 48.70718, -1.55811 48.70718, -1.55811 48.70718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7734'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72611 -1.55811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72611 -1.55811)"^^geo:wktLiteral ;
  geo-pos:lat "48.72611"^^xsd:decimal ;
  geo-pos:long "-1.55811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_694'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55811'^^xsd:double;
  dwc:latitude '48.72611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55811 48.72611, -1.55811 48.72611, -1.55811 48.72611, -1.55811 48.72611, -1.55811 48.72611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_694'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69078 -1.5581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69078 -1.5581)"^^geo:wktLiteral ;
  geo-pos:lat "48.69078"^^xsd:decimal ;
  geo-pos:long "-1.5581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7924'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5581'^^xsd:double;
  dwc:latitude '48.69078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5581 48.69078, -1.5581 48.69078, -1.5581 48.69078, -1.5581 48.69078, -1.5581 48.69078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7924'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71094 -1.55809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71094 -1.55809)"^^geo:wktLiteral ;
  geo-pos:lat "48.71094"^^xsd:decimal ;
  geo-pos:long "-1.55809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1256'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55809'^^xsd:double;
  dwc:latitude '48.71094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55809 48.71094, -1.55809 48.71094, -1.55809 48.71094, -1.55809 48.71094, -1.55809 48.71094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1256'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72257 -1.55809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72257 -1.55809)"^^geo:wktLiteral ;
  geo-pos:lat "48.72257"^^xsd:decimal ;
  geo-pos:long "-1.55809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7706'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55809'^^xsd:double;
  dwc:latitude '48.72257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55809 48.72257, -1.55809 48.72257, -1.55809 48.72257, -1.55809 48.72257, -1.55809 48.72257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7706'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68938 -1.55807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68938 -1.55807)"^^geo:wktLiteral ;
  geo-pos:lat "48.68938"^^xsd:decimal ;
  geo-pos:long "-1.55807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_179'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55807'^^xsd:double;
  dwc:latitude '48.68938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55807 48.68938, -1.55807 48.68938, -1.55807 48.68938, -1.55807 48.68938, -1.55807 48.68938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_179'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70754 -1.55807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70754 -1.55807)"^^geo:wktLiteral ;
  geo-pos:lat "48.70754"^^xsd:decimal ;
  geo-pos:long "-1.55807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7513'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55807'^^xsd:double;
  dwc:latitude '48.70754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55807 48.70754, -1.55807 48.70754, -1.55807 48.70754, -1.55807 48.70754, -1.55807 48.70754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7513'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68188 -1.55806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68188 -1.55806)"^^geo:wktLiteral ;
  geo-pos:lat "48.68188"^^xsd:decimal ;
  geo-pos:long "-1.55806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6814'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55806'^^xsd:double;
  dwc:latitude '48.68188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55806 48.68188, -1.55806 48.68188, -1.55806 48.68188, -1.55806 48.68188, -1.55806 48.68188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6814'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70682 -1.55806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70682 -1.55806)"^^geo:wktLiteral ;
  geo-pos:lat "48.70682"^^xsd:decimal ;
  geo-pos:long "-1.55806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7473'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55806'^^xsd:double;
  dwc:latitude '48.70682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55806 48.70682, -1.55806 48.70682, -1.55806 48.70682, -1.55806 48.70682, -1.55806 48.70682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7473'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71637 -1.55805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71637 -1.55805)"^^geo:wktLiteral ;
  geo-pos:lat "48.71637"^^xsd:decimal ;
  geo-pos:long "-1.55805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4477'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55805'^^xsd:double;
  dwc:latitude '48.71637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55805 48.71637, -1.55805 48.71637, -1.55805 48.71637, -1.55805 48.71637, -1.55805 48.71637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4477'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72529 -1.55805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72529 -1.55805)"^^geo:wktLiteral ;
  geo-pos:lat "48.72529"^^xsd:decimal ;
  geo-pos:long "-1.55805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_416'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55805'^^xsd:double;
  dwc:latitude '48.72529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55805 48.72529, -1.55805 48.72529, -1.55805 48.72529, -1.55805 48.72529, -1.55805 48.72529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_416'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69584 -1.55804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69584 -1.55804)"^^geo:wktLiteral ;
  geo-pos:lat "48.69584"^^xsd:decimal ;
  geo-pos:long "-1.55804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2624'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55804'^^xsd:double;
  dwc:latitude '48.69584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55804 48.69584, -1.55804 48.69584, -1.55804 48.69584, -1.55804 48.69584, -1.55804 48.69584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2624'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71637 -1.55804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71637 -1.55804)"^^geo:wktLiteral ;
  geo-pos:lat "48.71637"^^xsd:decimal ;
  geo-pos:long "-1.55804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5983'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55804'^^xsd:double;
  dwc:latitude '48.71637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55804 48.71637, -1.55804 48.71637, -1.55804 48.71637, -1.55804 48.71637, -1.55804 48.71637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5983'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6989 -1.55802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6989 -1.55802)"^^geo:wktLiteral ;
  geo-pos:lat "48.6989"^^xsd:decimal ;
  geo-pos:long "-1.55802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4243'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55802'^^xsd:double;
  dwc:latitude '48.6989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55802 48.6989, -1.55802 48.6989, -1.55802 48.6989, -1.55802 48.6989, -1.55802 48.6989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4243'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.711 -1.55802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.711 -1.55802)"^^geo:wktLiteral ;
  geo-pos:lat "48.711"^^xsd:decimal ;
  geo-pos:long "-1.55802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7525'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55802'^^xsd:double;
  dwc:latitude '48.711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55802 48.711, -1.55802 48.711, -1.55802 48.711, -1.55802 48.711, -1.55802 48.711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7525'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71654 -1.558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71654 -1.558)"^^geo:wktLiteral ;
  geo-pos:lat "48.71654"^^xsd:decimal ;
  geo-pos:long "-1.558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8526'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.558'^^xsd:double;
  dwc:latitude '48.71654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.558 48.71654, -1.558 48.71654, -1.558 48.71654, -1.558 48.71654, -1.558 48.71654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8526'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69905 -1.55799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69905 -1.55799)"^^geo:wktLiteral ;
  geo-pos:lat "48.69905"^^xsd:decimal ;
  geo-pos:long "-1.55799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4473'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55799'^^xsd:double;
  dwc:latitude '48.69905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55799 48.69905, -1.55799 48.69905, -1.55799 48.69905, -1.55799 48.69905, -1.55799 48.69905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4473'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69991 -1.55798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69991 -1.55798)"^^geo:wktLiteral ;
  geo-pos:lat "48.69991"^^xsd:decimal ;
  geo-pos:long "-1.55798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2449'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55798'^^xsd:double;
  dwc:latitude '48.69991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55798 48.69991, -1.55798 48.69991, -1.55798 48.69991, -1.55798 48.69991, -1.55798 48.69991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2449'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66007 -1.55797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66007 -1.55797)"^^geo:wktLiteral ;
  geo-pos:lat "48.66007"^^xsd:decimal ;
  geo-pos:long "-1.55797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6468'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55797'^^xsd:double;
  dwc:latitude '48.66007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55797 48.66007, -1.55797 48.66007, -1.55797 48.66007, -1.55797 48.66007, -1.55797 48.66007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6468'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66891 -1.55797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66891 -1.55797)"^^geo:wktLiteral ;
  geo-pos:lat "48.66891"^^xsd:decimal ;
  geo-pos:long "-1.55797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3869'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55797'^^xsd:double;
  dwc:latitude '48.66891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55797 48.66891, -1.55797 48.66891, -1.55797 48.66891, -1.55797 48.66891, -1.55797 48.66891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3869'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66182 -1.55796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66182 -1.55796)"^^geo:wktLiteral ;
  geo-pos:lat "48.66182"^^xsd:decimal ;
  geo-pos:long "-1.55796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5260'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55796'^^xsd:double;
  dwc:latitude '48.66182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55796 48.66182, -1.55796 48.66182, -1.55796 48.66182, -1.55796 48.66182, -1.55796 48.66182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5260'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65329 -1.55795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65329 -1.55795)"^^geo:wktLiteral ;
  geo-pos:lat "48.65329"^^xsd:decimal ;
  geo-pos:long "-1.55795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5247'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55795'^^xsd:double;
  dwc:latitude '48.65329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55795 48.65329, -1.55795 48.65329, -1.55795 48.65329, -1.55795 48.65329, -1.55795 48.65329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5247'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65674 -1.55795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65674 -1.55795)"^^geo:wktLiteral ;
  geo-pos:lat "48.65674"^^xsd:decimal ;
  geo-pos:long "-1.55795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6176'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55795'^^xsd:double;
  dwc:latitude '48.65674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55795 48.65674, -1.55795 48.65674, -1.55795 48.65674, -1.55795 48.65674, -1.55795 48.65674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6176'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.55795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.55795)"^^geo:wktLiteral ;
  geo-pos:lat "48.6926"^^xsd:decimal ;
  geo-pos:long "-1.55795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4439'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55795'^^xsd:double;
  dwc:latitude '48.6926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55795 48.6926, -1.55795 48.6926, -1.55795 48.6926, -1.55795 48.6926, -1.55795 48.6926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4439'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6581 -1.55794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6581 -1.55794)"^^geo:wktLiteral ;
  geo-pos:lat "48.6581"^^xsd:decimal ;
  geo-pos:long "-1.55794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3123'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55794'^^xsd:double;
  dwc:latitude '48.6581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55794 48.6581, -1.55794 48.6581, -1.55794 48.6581, -1.55794 48.6581, -1.55794 48.6581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3123'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70705 -1.55791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70705 -1.55791)"^^geo:wktLiteral ;
  geo-pos:lat "48.70705"^^xsd:decimal ;
  geo-pos:long "-1.55791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7521'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55791'^^xsd:double;
  dwc:latitude '48.70705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55791 48.70705, -1.55791 48.70705, -1.55791 48.70705, -1.55791 48.70705, -1.55791 48.70705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7521'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70824 -1.5579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70824 -1.5579)"^^geo:wktLiteral ;
  geo-pos:lat "48.70824"^^xsd:decimal ;
  geo-pos:long "-1.5579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10471'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5579'^^xsd:double;
  dwc:latitude '48.70824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5579 48.70824, -1.5579 48.70824, -1.5579 48.70824, -1.5579 48.70824, -1.5579 48.70824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10471'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72128 -1.55788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72128 -1.55788)"^^geo:wktLiteral ;
  geo-pos:lat "48.72128"^^xsd:decimal ;
  geo-pos:long "-1.55788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2910'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55788'^^xsd:double;
  dwc:latitude '48.72128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55788 48.72128, -1.55788 48.72128, -1.55788 48.72128, -1.55788 48.72128, -1.55788 48.72128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2910'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65853 -1.55786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65853"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_77>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65853 -1.55786)"^^geo:wktLiteral ;
  geo-pos:lat "48.65853"^^xsd:decimal ;
  geo-pos:long "-1.55786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_77'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_77'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55786'^^xsd:double;
  dwc:latitude '48.65853'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55786 48.65853, -1.55786 48.65853, -1.55786 48.65853, -1.55786 48.65853, -1.55786 48.65853))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_77'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68938 -1.55786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68938 -1.55786)"^^geo:wktLiteral ;
  geo-pos:lat "48.68938"^^xsd:decimal ;
  geo-pos:long "-1.55786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5650'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55786'^^xsd:double;
  dwc:latitude '48.68938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55786 48.68938, -1.55786 48.68938, -1.55786 48.68938, -1.55786 48.68938, -1.55786 48.68938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5650'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70875 -1.55784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70875 -1.55784)"^^geo:wktLiteral ;
  geo-pos:lat "48.70875"^^xsd:decimal ;
  geo-pos:long "-1.55784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7385'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '2.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55784'^^xsd:double;
  dwc:latitude '48.70875'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55784 48.70875, -1.55784 48.70875, -1.55784 48.70875, -1.55784 48.70875, -1.55784 48.70875))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7385'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69278 -1.55781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69278 -1.55781)"^^geo:wktLiteral ;
  geo-pos:lat "48.69278"^^xsd:decimal ;
  geo-pos:long "-1.55781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1359'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55781'^^xsd:double;
  dwc:latitude '48.69278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55781 48.69278, -1.55781 48.69278, -1.55781 48.69278, -1.55781 48.69278, -1.55781 48.69278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1359'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67699 -1.55779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67699 -1.55779)"^^geo:wktLiteral ;
  geo-pos:lat "48.67699"^^xsd:decimal ;
  geo-pos:long "-1.55779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6136'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55779'^^xsd:double;
  dwc:latitude '48.67699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55779 48.67699, -1.55779 48.67699, -1.55779 48.67699, -1.55779 48.67699, -1.55779 48.67699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6136'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69792 -1.55779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69792 -1.55779)"^^geo:wktLiteral ;
  geo-pos:lat "48.69792"^^xsd:decimal ;
  geo-pos:long "-1.55779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1208'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55779'^^xsd:double;
  dwc:latitude '48.69792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55779 48.69792, -1.55779 48.69792, -1.55779 48.69792, -1.55779 48.69792, -1.55779 48.69792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1208'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68299 -1.55778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68299 -1.55778)"^^geo:wktLiteral ;
  geo-pos:lat "48.68299"^^xsd:decimal ;
  geo-pos:long "-1.55778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6883'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55778'^^xsd:double;
  dwc:latitude '48.68299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55778 48.68299, -1.55778 48.68299, -1.55778 48.68299, -1.55778 48.68299, -1.55778 48.68299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6883'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70823 -1.55778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70823 -1.55778)"^^geo:wktLiteral ;
  geo-pos:lat "48.70823"^^xsd:decimal ;
  geo-pos:long "-1.55778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1054'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55778'^^xsd:double;
  dwc:latitude '48.70823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55778 48.70823, -1.55778 48.70823, -1.55778 48.70823, -1.55778 48.70823, -1.55778 48.70823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1054'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70879 -1.55777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70879 -1.55777)"^^geo:wktLiteral ;
  geo-pos:lat "48.70879"^^xsd:decimal ;
  geo-pos:long "-1.55777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7391'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55777'^^xsd:double;
  dwc:latitude '48.70879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55777 48.70879, -1.55777 48.70879, -1.55777 48.70879, -1.55777 48.70879, -1.55777 48.70879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7391'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69784 -1.55775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69784 -1.55775)"^^geo:wktLiteral ;
  geo-pos:lat "48.69784"^^xsd:decimal ;
  geo-pos:long "-1.55775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_919'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55775'^^xsd:double;
  dwc:latitude '48.69784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55775 48.69784, -1.55775 48.69784, -1.55775 48.69784, -1.55775 48.69784, -1.55775 48.69784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_919'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70837 -1.55774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70837 -1.55774)"^^geo:wktLiteral ;
  geo-pos:lat "48.70837"^^xsd:decimal ;
  geo-pos:long "-1.55774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7516'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55774'^^xsd:double;
  dwc:latitude '48.70837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55774 48.70837, -1.55774 48.70837, -1.55774 48.70837, -1.55774 48.70837, -1.55774 48.70837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7516'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68406 -1.55773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68406"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68406 -1.55773)"^^geo:wktLiteral ;
  geo-pos:lat "48.68406"^^xsd:decimal ;
  geo-pos:long "-1.55773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1660'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55773'^^xsd:double;
  dwc:latitude '48.68406'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55773 48.68406, -1.55773 48.68406, -1.55773 48.68406, -1.55773 48.68406, -1.55773 48.68406))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1660'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70447 -1.55773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70447 -1.55773)"^^geo:wktLiteral ;
  geo-pos:lat "48.70447"^^xsd:decimal ;
  geo-pos:long "-1.55773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4604'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55773'^^xsd:double;
  dwc:latitude '48.70447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55773 48.70447, -1.55773 48.70447, -1.55773 48.70447, -1.55773 48.70447, -1.55773 48.70447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4604'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70404 -1.55772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70404 -1.55772)"^^geo:wktLiteral ;
  geo-pos:lat "48.70404"^^xsd:decimal ;
  geo-pos:long "-1.55772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4462'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55772'^^xsd:double;
  dwc:latitude '48.70404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55772 48.70404, -1.55772 48.70404, -1.55772 48.70404, -1.55772 48.70404, -1.55772 48.70404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4462'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69879 -1.55771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69879 -1.55771)"^^geo:wktLiteral ;
  geo-pos:lat "48.69879"^^xsd:decimal ;
  geo-pos:long "-1.55771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6146'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55771'^^xsd:double;
  dwc:latitude '48.69879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55771 48.69879, -1.55771 48.69879, -1.55771 48.69879, -1.55771 48.69879, -1.55771 48.69879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6146'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72112 -1.55771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72112"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72112 -1.55771)"^^geo:wktLiteral ;
  geo-pos:lat "48.72112"^^xsd:decimal ;
  geo-pos:long "-1.55771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9168'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55771'^^xsd:double;
  dwc:latitude '48.72112'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55771 48.72112, -1.55771 48.72112, -1.55771 48.72112, -1.55771 48.72112, -1.55771 48.72112))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9168'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70526 -1.5577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70526 -1.5577)"^^geo:wktLiteral ;
  geo-pos:lat "48.70526"^^xsd:decimal ;
  geo-pos:long "-1.5577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3061'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5577'^^xsd:double;
  dwc:latitude '48.70526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5577 48.70526, -1.5577 48.70526, -1.5577 48.70526, -1.5577 48.70526, -1.5577 48.70526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3061'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70737 -1.55769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70737"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70737 -1.55769)"^^geo:wktLiteral ;
  geo-pos:lat "48.70737"^^xsd:decimal ;
  geo-pos:long "-1.55769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7902'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55769'^^xsd:double;
  dwc:latitude '48.70737'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55769 48.70737, -1.55769 48.70737, -1.55769 48.70737, -1.55769 48.70737, -1.55769 48.70737))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7902'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71005 -1.55769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71005 -1.55769)"^^geo:wktLiteral ;
  geo-pos:lat "48.71005"^^xsd:decimal ;
  geo-pos:long "-1.55769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6179'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55769'^^xsd:double;
  dwc:latitude '48.71005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55769 48.71005, -1.55769 48.71005, -1.55769 48.71005, -1.55769 48.71005, -1.55769 48.71005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6179'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70807 -1.55768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70807 -1.55768)"^^geo:wktLiteral ;
  geo-pos:lat "48.70807"^^xsd:decimal ;
  geo-pos:long "-1.55768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7495'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55768'^^xsd:double;
  dwc:latitude '48.70807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55768 48.70807, -1.55768 48.70807, -1.55768 48.70807, -1.55768 48.70807, -1.55768 48.70807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7495'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67264 -1.55766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67264 -1.55766)"^^geo:wktLiteral ;
  geo-pos:lat "48.67264"^^xsd:decimal ;
  geo-pos:long "-1.55766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5794'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55766'^^xsd:double;
  dwc:latitude '48.67264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55766 48.67264, -1.55766 48.67264, -1.55766 48.67264, -1.55766 48.67264, -1.55766 48.67264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5794'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71229 -1.55766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71229 -1.55766)"^^geo:wktLiteral ;
  geo-pos:lat "48.71229"^^xsd:decimal ;
  geo-pos:long "-1.55766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1509'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55766'^^xsd:double;
  dwc:latitude '48.71229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55766 48.71229, -1.55766 48.71229, -1.55766 48.71229, -1.55766 48.71229, -1.55766 48.71229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1509'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71519 -1.55764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71519"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71519 -1.55764)"^^geo:wktLiteral ;
  geo-pos:lat "48.71519"^^xsd:decimal ;
  geo-pos:long "-1.55764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8440'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55764'^^xsd:double;
  dwc:latitude '48.71519'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55764 48.71519, -1.55764 48.71519, -1.55764 48.71519, -1.55764 48.71519, -1.55764 48.71519))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8440'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70661 -1.55763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70661 -1.55763)"^^geo:wktLiteral ;
  geo-pos:lat "48.70661"^^xsd:decimal ;
  geo-pos:long "-1.55763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7526'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55763'^^xsd:double;
  dwc:latitude '48.70661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55763 48.70661, -1.55763 48.70661, -1.55763 48.70661, -1.55763 48.70661, -1.55763 48.70661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7526'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70912 -1.55763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70912 -1.55763)"^^geo:wktLiteral ;
  geo-pos:lat "48.70912"^^xsd:decimal ;
  geo-pos:long "-1.55763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1510'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55763'^^xsd:double;
  dwc:latitude '48.70912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55763 48.70912, -1.55763 48.70912, -1.55763 48.70912, -1.55763 48.70912, -1.55763 48.70912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1510'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72468 -1.55763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72468 -1.55763)"^^geo:wktLiteral ;
  geo-pos:lat "48.72468"^^xsd:decimal ;
  geo-pos:long "-1.55763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2646'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55763'^^xsd:double;
  dwc:latitude '48.72468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55763 48.72468, -1.55763 48.72468, -1.55763 48.72468, -1.55763 48.72468, -1.55763 48.72468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2646'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71605 -1.55762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71605 -1.55762)"^^geo:wktLiteral ;
  geo-pos:lat "48.71605"^^xsd:decimal ;
  geo-pos:long "-1.55762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1686'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55762'^^xsd:double;
  dwc:latitude '48.71605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55762 48.71605, -1.55762 48.71605, -1.55762 48.71605, -1.55762 48.71605, -1.55762 48.71605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1686'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.669 -1.55761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.669 -1.55761)"^^geo:wktLiteral ;
  geo-pos:lat "48.669"^^xsd:decimal ;
  geo-pos:long "-1.55761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11149'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55761'^^xsd:double;
  dwc:latitude '48.669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55761 48.669, -1.55761 48.669, -1.55761 48.669, -1.55761 48.669, -1.55761 48.669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11149'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69949 -1.55758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69949 -1.55758)"^^geo:wktLiteral ;
  geo-pos:lat "48.69949"^^xsd:decimal ;
  geo-pos:long "-1.55758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1463'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55758'^^xsd:double;
  dwc:latitude '48.69949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55758 48.69949, -1.55758 48.69949, -1.55758 48.69949, -1.55758 48.69949, -1.55758 48.69949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1463'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66889 -1.55757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66889 -1.55757)"^^geo:wktLiteral ;
  geo-pos:lat "48.66889"^^xsd:decimal ;
  geo-pos:long "-1.55757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3887'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55757'^^xsd:double;
  dwc:latitude '48.66889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55757 48.66889, -1.55757 48.66889, -1.55757 48.66889, -1.55757 48.66889, -1.55757 48.66889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3887'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68663 -1.55755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68663 -1.55755)"^^geo:wktLiteral ;
  geo-pos:lat "48.68663"^^xsd:decimal ;
  geo-pos:long "-1.55755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4303'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55755'^^xsd:double;
  dwc:latitude '48.68663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55755 48.68663, -1.55755 48.68663, -1.55755 48.68663, -1.55755 48.68663, -1.55755 48.68663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4303'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71394 -1.55755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71394"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71394 -1.55755)"^^geo:wktLiteral ;
  geo-pos:lat "48.71394"^^xsd:decimal ;
  geo-pos:long "-1.55755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2611'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55755'^^xsd:double;
  dwc:latitude '48.71394'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55755 48.71394, -1.55755 48.71394, -1.55755 48.71394, -1.55755 48.71394, -1.55755 48.71394))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2611'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72469 -1.55755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72469 -1.55755)"^^geo:wktLiteral ;
  geo-pos:lat "48.72469"^^xsd:decimal ;
  geo-pos:long "-1.55755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_356'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55755'^^xsd:double;
  dwc:latitude '48.72469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55755 48.72469, -1.55755 48.72469, -1.55755 48.72469, -1.55755 48.72469, -1.55755 48.72469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_356'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66215 -1.55754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66215 -1.55754)"^^geo:wktLiteral ;
  geo-pos:lat "48.66215"^^xsd:decimal ;
  geo-pos:long "-1.55754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7003'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55754'^^xsd:double;
  dwc:latitude '48.66215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55754 48.66215, -1.55754 48.66215, -1.55754 48.66215, -1.55754 48.66215, -1.55754 48.66215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7003'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69972 -1.55754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69972 -1.55754)"^^geo:wktLiteral ;
  geo-pos:lat "48.69972"^^xsd:decimal ;
  geo-pos:long "-1.55754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5282'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55754'^^xsd:double;
  dwc:latitude '48.69972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55754 48.69972, -1.55754 48.69972, -1.55754 48.69972, -1.55754 48.69972, -1.55754 48.69972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5282'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7069 -1.55753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7069 -1.55753)"^^geo:wktLiteral ;
  geo-pos:lat "48.7069"^^xsd:decimal ;
  geo-pos:long "-1.55753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7756'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55753'^^xsd:double;
  dwc:latitude '48.7069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55753 48.7069, -1.55753 48.7069, -1.55753 48.7069, -1.55753 48.7069, -1.55753 48.7069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7756'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71675 -1.55753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71675 -1.55753)"^^geo:wktLiteral ;
  geo-pos:lat "48.71675"^^xsd:decimal ;
  geo-pos:long "-1.55753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3966'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55753'^^xsd:double;
  dwc:latitude '48.71675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55753 48.71675, -1.55753 48.71675, -1.55753 48.71675, -1.55753 48.71675, -1.55753 48.71675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3966'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72843 -1.55753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72843 -1.55753)"^^geo:wktLiteral ;
  geo-pos:lat "48.72843"^^xsd:decimal ;
  geo-pos:long "-1.55753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9763'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55753'^^xsd:double;
  dwc:latitude '48.72843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55753 48.72843, -1.55753 48.72843, -1.55753 48.72843, -1.55753 48.72843, -1.55753 48.72843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9763'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66622 -1.55752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66622 -1.55752)"^^geo:wktLiteral ;
  geo-pos:lat "48.66622"^^xsd:decimal ;
  geo-pos:long "-1.55752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3658'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55752'^^xsd:double;
  dwc:latitude '48.66622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55752 48.66622, -1.55752 48.66622, -1.55752 48.66622, -1.55752 48.66622, -1.55752 48.66622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3658'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69527 -1.55752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69527 -1.55752)"^^geo:wktLiteral ;
  geo-pos:lat "48.69527"^^xsd:decimal ;
  geo-pos:long "-1.55752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10024'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55752'^^xsd:double;
  dwc:latitude '48.69527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55752 48.69527, -1.55752 48.69527, -1.55752 48.69527, -1.55752 48.69527, -1.55752 48.69527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10024'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65706 -1.55751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65706 -1.55751)"^^geo:wktLiteral ;
  geo-pos:lat "48.65706"^^xsd:decimal ;
  geo-pos:long "-1.55751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12622'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55751'^^xsd:double;
  dwc:latitude '48.65706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55751 48.65706, -1.55751 48.65706, -1.55751 48.65706, -1.55751 48.65706, -1.55751 48.65706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12622'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70513 -1.5575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70513 -1.5575)"^^geo:wktLiteral ;
  geo-pos:lat "48.70513"^^xsd:decimal ;
  geo-pos:long "-1.5575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_723'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5575'^^xsd:double;
  dwc:latitude '48.70513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5575 48.70513, -1.5575 48.70513, -1.5575 48.70513, -1.5575 48.70513, -1.5575 48.70513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_723'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73511 -1.55749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73511 -1.55749)"^^geo:wktLiteral ;
  geo-pos:lat "48.73511"^^xsd:decimal ;
  geo-pos:long "-1.55749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7519'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55749'^^xsd:double;
  dwc:latitude '48.73511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55749 48.73511, -1.55749 48.73511, -1.55749 48.73511, -1.55749 48.73511, -1.55749 48.73511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7519'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65682 -1.55748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65682 -1.55748)"^^geo:wktLiteral ;
  geo-pos:lat "48.65682"^^xsd:decimal ;
  geo-pos:long "-1.55748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_12621'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55748'^^xsd:double;
  dwc:latitude '48.65682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55748 48.65682, -1.55748 48.65682, -1.55748 48.65682, -1.55748 48.65682, -1.55748 48.65682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12621'^^xsd:string;
  dwc:observationDate '2008-01-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67762 -1.55748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67762 -1.55748)"^^geo:wktLiteral ;
  geo-pos:lat "48.67762"^^xsd:decimal ;
  geo-pos:long "-1.55748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6706'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55748'^^xsd:double;
  dwc:latitude '48.67762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55748 48.67762, -1.55748 48.67762, -1.55748 48.67762, -1.55748 48.67762, -1.55748 48.67762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6706'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69844 -1.55747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69844 -1.55747)"^^geo:wktLiteral ;
  geo-pos:lat "48.69844"^^xsd:decimal ;
  geo-pos:long "-1.55747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7923'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55747'^^xsd:double;
  dwc:latitude '48.69844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55747 48.69844, -1.55747 48.69844, -1.55747 48.69844, -1.55747 48.69844, -1.55747 48.69844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7923'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71189 -1.55746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71189 -1.55746)"^^geo:wktLiteral ;
  geo-pos:lat "48.71189"^^xsd:decimal ;
  geo-pos:long "-1.55746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3222'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55746'^^xsd:double;
  dwc:latitude '48.71189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55746 48.71189, -1.55746 48.71189, -1.55746 48.71189, -1.55746 48.71189, -1.55746 48.71189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3222'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71481 -1.55746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71481 -1.55746)"^^geo:wktLiteral ;
  geo-pos:lat "48.71481"^^xsd:decimal ;
  geo-pos:long "-1.55746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4077'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55746'^^xsd:double;
  dwc:latitude '48.71481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55746 48.71481, -1.55746 48.71481, -1.55746 48.71481, -1.55746 48.71481, -1.55746 48.71481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4077'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70505 -1.55744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70505 -1.55744)"^^geo:wktLiteral ;
  geo-pos:lat "48.70505"^^xsd:decimal ;
  geo-pos:long "-1.55744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3062'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55744'^^xsd:double;
  dwc:latitude '48.70505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55744 48.70505, -1.55744 48.70505, -1.55744 48.70505, -1.55744 48.70505, -1.55744 48.70505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3062'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72906 -1.55744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72906 -1.55744)"^^geo:wktLiteral ;
  geo-pos:lat "48.72906"^^xsd:decimal ;
  geo-pos:long "-1.55744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3566'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55744'^^xsd:double;
  dwc:latitude '48.72906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55744 48.72906, -1.55744 48.72906, -1.55744 48.72906, -1.55744 48.72906, -1.55744 48.72906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3566'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66065 -1.55741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66065"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66065 -1.55741)"^^geo:wktLiteral ;
  geo-pos:lat "48.66065"^^xsd:decimal ;
  geo-pos:long "-1.55741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10554'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55741'^^xsd:double;
  dwc:latitude '48.66065'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55741 48.66065, -1.55741 48.66065, -1.55741 48.66065, -1.55741 48.66065, -1.55741 48.66065))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10554'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67632 -1.55741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67632 -1.55741)"^^geo:wktLiteral ;
  geo-pos:lat "48.67632"^^xsd:decimal ;
  geo-pos:long "-1.55741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6944'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55741'^^xsd:double;
  dwc:latitude '48.67632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55741 48.67632, -1.55741 48.67632, -1.55741 48.67632, -1.55741 48.67632, -1.55741 48.67632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6944'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70689 -1.55741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70689 -1.55741)"^^geo:wktLiteral ;
  geo-pos:lat "48.70689"^^xsd:decimal ;
  geo-pos:long "-1.55741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7801'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55741'^^xsd:double;
  dwc:latitude '48.70689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55741 48.70689, -1.55741 48.70689, -1.55741 48.70689, -1.55741 48.70689, -1.55741 48.70689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7801'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66797 -1.5574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66797 -1.5574)"^^geo:wktLiteral ;
  geo-pos:lat "48.66797"^^xsd:decimal ;
  geo-pos:long "-1.5574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11069'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5574'^^xsd:double;
  dwc:latitude '48.66797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5574 48.66797, -1.5574 48.66797, -1.5574 48.66797, -1.5574 48.66797, -1.5574 48.66797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11069'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7273 -1.5574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7273 -1.5574)"^^geo:wktLiteral ;
  geo-pos:lat "48.7273"^^xsd:decimal ;
  geo-pos:long "-1.5574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5440'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5574'^^xsd:double;
  dwc:latitude '48.7273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5574 48.7273, -1.5574 48.7273, -1.5574 48.7273, -1.5574 48.7273, -1.5574 48.7273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5440'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69138 -1.55739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69138"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69138 -1.55739)"^^geo:wktLiteral ;
  geo-pos:lat "48.69138"^^xsd:decimal ;
  geo-pos:long "-1.55739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3108'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55739'^^xsd:double;
  dwc:latitude '48.69138'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55739 48.69138, -1.55739 48.69138, -1.55739 48.69138, -1.55739 48.69138, -1.55739 48.69138))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3108'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70863 -1.55738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70863 -1.55738)"^^geo:wktLiteral ;
  geo-pos:lat "48.70863"^^xsd:decimal ;
  geo-pos:long "-1.55738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3821'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55738'^^xsd:double;
  dwc:latitude '48.70863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55738 48.70863, -1.55738 48.70863, -1.55738 48.70863, -1.55738 48.70863, -1.55738 48.70863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3821'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72682 -1.55738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72682 -1.55738)"^^geo:wktLiteral ;
  geo-pos:lat "48.72682"^^xsd:decimal ;
  geo-pos:long "-1.55738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4817'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55738'^^xsd:double;
  dwc:latitude '48.72682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55738 48.72682, -1.55738 48.72682, -1.55738 48.72682, -1.55738 48.72682, -1.55738 48.72682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4817'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66925 -1.55737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66925 -1.55737)"^^geo:wktLiteral ;
  geo-pos:lat "48.66925"^^xsd:decimal ;
  geo-pos:long "-1.55737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11148'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55737'^^xsd:double;
  dwc:latitude '48.66925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55737 48.66925, -1.55737 48.66925, -1.55737 48.66925, -1.55737 48.66925, -1.55737 48.66925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11148'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68698 -1.55737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68698 -1.55737)"^^geo:wktLiteral ;
  geo-pos:lat "48.68698"^^xsd:decimal ;
  geo-pos:long "-1.55737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10498'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55737'^^xsd:double;
  dwc:latitude '48.68698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55737 48.68698, -1.55737 48.68698, -1.55737 48.68698, -1.55737 48.68698, -1.55737 48.68698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10498'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69281 -1.55736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55736"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69281 -1.55736)"^^geo:wktLiteral ;
  geo-pos:lat "48.69281"^^xsd:decimal ;
  geo-pos:long "-1.55736"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7966'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55736'^^xsd:double;
  dwc:latitude '48.69281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55736 48.69281, -1.55736 48.69281, -1.55736 48.69281, -1.55736 48.69281, -1.55736 48.69281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7966'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69238 -1.55735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69238"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69238 -1.55735)"^^geo:wktLiteral ;
  geo-pos:lat "48.69238"^^xsd:decimal ;
  geo-pos:long "-1.55735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7285'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55735'^^xsd:double;
  dwc:latitude '48.69238'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55735 48.69238, -1.55735 48.69238, -1.55735 48.69238, -1.55735 48.69238, -1.55735 48.69238))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7285'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73226 -1.55735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73226 -1.55735)"^^geo:wktLiteral ;
  geo-pos:lat "48.73226"^^xsd:decimal ;
  geo-pos:long "-1.55735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_1774'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55735'^^xsd:double;
  dwc:latitude '48.73226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55735 48.73226, -1.55735 48.73226, -1.55735 48.73226, -1.55735 48.73226, -1.55735 48.73226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1774'^^xsd:string;
  dwc:observationDate '2006-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71492 -1.55734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71492 -1.55734)"^^geo:wktLiteral ;
  geo-pos:lat "48.71492"^^xsd:decimal ;
  geo-pos:long "-1.55734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5081'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55734'^^xsd:double;
  dwc:latitude '48.71492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55734 48.71492, -1.55734 48.71492, -1.55734 48.71492, -1.55734 48.71492, -1.55734 48.71492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5081'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71669 -1.55734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71669 -1.55734)"^^geo:wktLiteral ;
  geo-pos:lat "48.71669"^^xsd:decimal ;
  geo-pos:long "-1.55734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9227'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55734'^^xsd:double;
  dwc:latitude '48.71669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55734 48.71669, -1.55734 48.71669, -1.55734 48.71669, -1.55734 48.71669, -1.55734 48.71669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9227'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69749 -1.55733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69749 -1.55733)"^^geo:wktLiteral ;
  geo-pos:lat "48.69749"^^xsd:decimal ;
  geo-pos:long "-1.55733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9885'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55733'^^xsd:double;
  dwc:latitude '48.69749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55733 48.69749, -1.55733 48.69749, -1.55733 48.69749, -1.55733 48.69749, -1.55733 48.69749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9885'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69571 -1.55731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69571 -1.55731)"^^geo:wktLiteral ;
  geo-pos:lat "48.69571"^^xsd:decimal ;
  geo-pos:long "-1.55731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4172'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55731'^^xsd:double;
  dwc:latitude '48.69571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55731 48.69571, -1.55731 48.69571, -1.55731 48.69571, -1.55731 48.69571, -1.55731 48.69571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4172'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71341 -1.55731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71341 -1.55731)"^^geo:wktLiteral ;
  geo-pos:lat "48.71341"^^xsd:decimal ;
  geo-pos:long "-1.55731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9780'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55731'^^xsd:double;
  dwc:latitude '48.71341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55731 48.71341, -1.55731 48.71341, -1.55731 48.71341, -1.55731 48.71341, -1.55731 48.71341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9780'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72299 -1.55731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72299 -1.55731)"^^geo:wktLiteral ;
  geo-pos:lat "48.72299"^^xsd:decimal ;
  geo-pos:long "-1.55731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_548'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55731'^^xsd:double;
  dwc:latitude '48.72299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55731 48.72299, -1.55731 48.72299, -1.55731 48.72299, -1.55731 48.72299, -1.55731 48.72299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_548'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70406 -1.5573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70406"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70406 -1.5573)"^^geo:wktLiteral ;
  geo-pos:lat "48.70406"^^xsd:decimal ;
  geo-pos:long "-1.5573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5284'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5573'^^xsd:double;
  dwc:latitude '48.70406'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5573 48.70406, -1.5573 48.70406, -1.5573 48.70406, -1.5573 48.70406, -1.5573 48.70406))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5284'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7068 -1.5573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7068 -1.5573)"^^geo:wktLiteral ;
  geo-pos:lat "48.7068"^^xsd:decimal ;
  geo-pos:long "-1.5573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7457'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5573'^^xsd:double;
  dwc:latitude '48.7068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5573 48.7068, -1.5573 48.7068, -1.5573 48.7068, -1.5573 48.7068, -1.5573 48.7068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7457'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71928 -1.5573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71928 -1.5573)"^^geo:wktLiteral ;
  geo-pos:lat "48.71928"^^xsd:decimal ;
  geo-pos:long "-1.5573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3324'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5573'^^xsd:double;
  dwc:latitude '48.71928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5573 48.71928, -1.5573 48.71928, -1.5573 48.71928, -1.5573 48.71928, -1.5573 48.71928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3324'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70187 -1.55729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70187 -1.55729)"^^geo:wktLiteral ;
  geo-pos:lat "48.70187"^^xsd:decimal ;
  geo-pos:long "-1.55729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4893'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55729'^^xsd:double;
  dwc:latitude '48.70187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55729 48.70187, -1.55729 48.70187, -1.55729 48.70187, -1.55729 48.70187, -1.55729 48.70187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4893'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69592 -1.55727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69592 -1.55727)"^^geo:wktLiteral ;
  geo-pos:lat "48.69592"^^xsd:decimal ;
  geo-pos:long "-1.55727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4363'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55727'^^xsd:double;
  dwc:latitude '48.69592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55727 48.69592, -1.55727 48.69592, -1.55727 48.69592, -1.55727 48.69592, -1.55727 48.69592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4363'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72421 -1.55726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72421 -1.55726)"^^geo:wktLiteral ;
  geo-pos:lat "48.72421"^^xsd:decimal ;
  geo-pos:long "-1.55726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_593'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55726'^^xsd:double;
  dwc:latitude '48.72421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55726 48.72421, -1.55726 48.72421, -1.55726 48.72421, -1.55726 48.72421, -1.55726 48.72421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_593'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68789 -1.55724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68789 -1.55724)"^^geo:wktLiteral ;
  geo-pos:lat "48.68789"^^xsd:decimal ;
  geo-pos:long "-1.55724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3662'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55724'^^xsd:double;
  dwc:latitude '48.68789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55724 48.68789, -1.55724 48.68789, -1.55724 48.68789, -1.55724 48.68789, -1.55724 48.68789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3662'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68852 -1.55724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68852 -1.55724)"^^geo:wktLiteral ;
  geo-pos:lat "48.68852"^^xsd:decimal ;
  geo-pos:long "-1.55724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4608'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55724'^^xsd:double;
  dwc:latitude '48.68852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55724 48.68852, -1.55724 48.68852, -1.55724 48.68852, -1.55724 48.68852, -1.55724 48.68852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4608'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69862 -1.55722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69862 -1.55722)"^^geo:wktLiteral ;
  geo-pos:lat "48.69862"^^xsd:decimal ;
  geo-pos:long "-1.55722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3165'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55722'^^xsd:double;
  dwc:latitude '48.69862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55722 48.69862, -1.55722 48.69862, -1.55722 48.69862, -1.55722 48.69862, -1.55722 48.69862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3165'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70378 -1.55722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70378 -1.55722)"^^geo:wktLiteral ;
  geo-pos:lat "48.70378"^^xsd:decimal ;
  geo-pos:long "-1.55722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_684'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55722'^^xsd:double;
  dwc:latitude '48.70378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55722 48.70378, -1.55722 48.70378, -1.55722 48.70378, -1.55722 48.70378, -1.55722 48.70378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_684'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70876 -1.55722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70876 -1.55722)"^^geo:wktLiteral ;
  geo-pos:lat "48.70876"^^xsd:decimal ;
  geo-pos:long "-1.55722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2728'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55722'^^xsd:double;
  dwc:latitude '48.70876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55722 48.70876, -1.55722 48.70876, -1.55722 48.70876, -1.55722 48.70876, -1.55722 48.70876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2728'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70877 -1.55722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70877 -1.55722)"^^geo:wktLiteral ;
  geo-pos:lat "48.70877"^^xsd:decimal ;
  geo-pos:long "-1.55722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10184'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55722'^^xsd:double;
  dwc:latitude '48.70877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55722 48.70877, -1.55722 48.70877, -1.55722 48.70877, -1.55722 48.70877, -1.55722 48.70877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10184'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72039 -1.55722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72039 -1.55722)"^^geo:wktLiteral ;
  geo-pos:lat "48.72039"^^xsd:decimal ;
  geo-pos:long "-1.55722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_417'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55722'^^xsd:double;
  dwc:latitude '48.72039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55722 48.72039, -1.55722 48.72039, -1.55722 48.72039, -1.55722 48.72039, -1.55722 48.72039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_417'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72499 -1.5572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72499"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72499 -1.5572)"^^geo:wktLiteral ;
  geo-pos:lat "48.72499"^^xsd:decimal ;
  geo-pos:long "-1.5572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_597'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5572'^^xsd:double;
  dwc:latitude '48.72499'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5572 48.72499, -1.5572 48.72499, -1.5572 48.72499, -1.5572 48.72499, -1.5572 48.72499))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_597'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65605 -1.55719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65605 -1.55719)"^^geo:wktLiteral ;
  geo-pos:lat "48.65605"^^xsd:decimal ;
  geo-pos:long "-1.55719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7306'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55719'^^xsd:double;
  dwc:latitude '48.65605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55719 48.65605, -1.55719 48.65605, -1.55719 48.65605, -1.55719 48.65605, -1.55719 48.65605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7306'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69797 -1.55719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69797 -1.55719)"^^geo:wktLiteral ;
  geo-pos:lat "48.69797"^^xsd:decimal ;
  geo-pos:long "-1.55719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4801'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55719'^^xsd:double;
  dwc:latitude '48.69797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55719 48.69797, -1.55719 48.69797, -1.55719 48.69797, -1.55719 48.69797, -1.55719 48.69797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4801'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7113 -1.55718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7113 -1.55718)"^^geo:wktLiteral ;
  geo-pos:lat "48.7113"^^xsd:decimal ;
  geo-pos:long "-1.55718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5125'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '14.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55718'^^xsd:double;
  dwc:latitude '48.7113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55718 48.7113, -1.55718 48.7113, -1.55718 48.7113, -1.55718 48.7113, -1.55718 48.7113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5125'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69055 -1.55716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69055 -1.55716)"^^geo:wktLiteral ;
  geo-pos:lat "48.69055"^^xsd:decimal ;
  geo-pos:long "-1.55716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7128'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55716'^^xsd:double;
  dwc:latitude '48.69055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55716 48.69055, -1.55716 48.69055, -1.55716 48.69055, -1.55716 48.69055, -1.55716 48.69055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7128'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68586 -1.55713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68586 -1.55713)"^^geo:wktLiteral ;
  geo-pos:lat "48.68586"^^xsd:decimal ;
  geo-pos:long "-1.55713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6527'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55713'^^xsd:double;
  dwc:latitude '48.68586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55713 48.68586, -1.55713 48.68586, -1.55713 48.68586, -1.55713 48.68586, -1.55713 48.68586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6527'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71505 -1.5571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71505 -1.5571)"^^geo:wktLiteral ;
  geo-pos:lat "48.71505"^^xsd:decimal ;
  geo-pos:long "-1.5571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10039'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5571'^^xsd:double;
  dwc:latitude '48.71505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5571 48.71505, -1.5571 48.71505, -1.5571 48.71505, -1.5571 48.71505, -1.5571 48.71505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10039'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71944 -1.55707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71944 -1.55707)"^^geo:wktLiteral ;
  geo-pos:lat "48.71944"^^xsd:decimal ;
  geo-pos:long "-1.55707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4355'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55707'^^xsd:double;
  dwc:latitude '48.71944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55707 48.71944, -1.55707 48.71944, -1.55707 48.71944, -1.55707 48.71944, -1.55707 48.71944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4355'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7044 -1.55705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7044 -1.55705)"^^geo:wktLiteral ;
  geo-pos:lat "48.7044"^^xsd:decimal ;
  geo-pos:long "-1.55705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6732'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55705'^^xsd:double;
  dwc:latitude '48.7044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55705 48.7044, -1.55705 48.7044, -1.55705 48.7044, -1.55705 48.7044, -1.55705 48.7044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6732'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67581 -1.55704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67581 -1.55704)"^^geo:wktLiteral ;
  geo-pos:lat "48.67581"^^xsd:decimal ;
  geo-pos:long "-1.55704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6778'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.68333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55704'^^xsd:double;
  dwc:latitude '48.67581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55704 48.67581, -1.55704 48.67581, -1.55704 48.67581, -1.55704 48.67581, -1.55704 48.67581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6778'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70541 -1.55703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70541 -1.55703)"^^geo:wktLiteral ;
  geo-pos:lat "48.70541"^^xsd:decimal ;
  geo-pos:long "-1.55703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7510'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55703'^^xsd:double;
  dwc:latitude '48.70541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55703 48.70541, -1.55703 48.70541, -1.55703 48.70541, -1.55703 48.70541, -1.55703 48.70541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7510'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72532 -1.55702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72532"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72532 -1.55702)"^^geo:wktLiteral ;
  geo-pos:lat "48.72532"^^xsd:decimal ;
  geo-pos:long "-1.55702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_741'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55702'^^xsd:double;
  dwc:latitude '48.72532'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55702 48.72532, -1.55702 48.72532, -1.55702 48.72532, -1.55702 48.72532, -1.55702 48.72532))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_741'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70625 -1.55701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70625"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70625 -1.55701)"^^geo:wktLiteral ;
  geo-pos:lat "48.70625"^^xsd:decimal ;
  geo-pos:long "-1.55701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7448'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55701'^^xsd:double;
  dwc:latitude '48.70625'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55701 48.70625, -1.55701 48.70625, -1.55701 48.70625, -1.55701 48.70625, -1.55701 48.70625))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7448'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70724 -1.55701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70724 -1.55701)"^^geo:wktLiteral ;
  geo-pos:lat "48.70724"^^xsd:decimal ;
  geo-pos:long "-1.55701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8392'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55701'^^xsd:double;
  dwc:latitude '48.70724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55701 48.70724, -1.55701 48.70724, -1.55701 48.70724, -1.55701 48.70724, -1.55701 48.70724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8392'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73061 -1.557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73061 -1.557)"^^geo:wktLiteral ;
  geo-pos:lat "48.73061"^^xsd:decimal ;
  geo-pos:long "-1.557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5420'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.557'^^xsd:double;
  dwc:latitude '48.73061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.557 48.73061, -1.557 48.73061, -1.557 48.73061, -1.557 48.73061, -1.557 48.73061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5420'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65383 -1.55699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65383 -1.55699)"^^geo:wktLiteral ;
  geo-pos:lat "48.65383"^^xsd:decimal ;
  geo-pos:long "-1.55699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12665'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55699'^^xsd:double;
  dwc:latitude '48.65383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55699 48.65383, -1.55699 48.65383, -1.55699 48.65383, -1.55699 48.65383, -1.55699 48.65383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12665'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69149 -1.55699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69149 -1.55699)"^^geo:wktLiteral ;
  geo-pos:lat "48.69149"^^xsd:decimal ;
  geo-pos:long "-1.55699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7884'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55699'^^xsd:double;
  dwc:latitude '48.69149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55699 48.69149, -1.55699 48.69149, -1.55699 48.69149, -1.55699 48.69149, -1.55699 48.69149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7884'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65742 -1.55698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65742 -1.55698)"^^geo:wktLiteral ;
  geo-pos:lat "48.65742"^^xsd:decimal ;
  geo-pos:long "-1.55698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1670'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55698'^^xsd:double;
  dwc:latitude '48.65742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55698 48.65742, -1.55698 48.65742, -1.55698 48.65742, -1.55698 48.65742, -1.55698 48.65742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1670'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71276 -1.55698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71276 -1.55698)"^^geo:wktLiteral ;
  geo-pos:lat "48.71276"^^xsd:decimal ;
  geo-pos:long "-1.55698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3343'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55698'^^xsd:double;
  dwc:latitude '48.71276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55698 48.71276, -1.55698 48.71276, -1.55698 48.71276, -1.55698 48.71276, -1.55698 48.71276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3343'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70653 -1.55697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70653 -1.55697)"^^geo:wktLiteral ;
  geo-pos:lat "48.70653"^^xsd:decimal ;
  geo-pos:long "-1.55697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7810'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55697'^^xsd:double;
  dwc:latitude '48.70653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55697 48.70653, -1.55697 48.70653, -1.55697 48.70653, -1.55697 48.70653, -1.55697 48.70653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7810'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70898 -1.55697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70898 -1.55697)"^^geo:wktLiteral ;
  geo-pos:lat "48.70898"^^xsd:decimal ;
  geo-pos:long "-1.55697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_788'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55697'^^xsd:double;
  dwc:latitude '48.70898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55697 48.70898, -1.55697 48.70898, -1.55697 48.70898, -1.55697 48.70898, -1.55697 48.70898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_788'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66898 -1.55694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66898 -1.55694)"^^geo:wktLiteral ;
  geo-pos:lat "48.66898"^^xsd:decimal ;
  geo-pos:long "-1.55694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11274'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55694'^^xsd:double;
  dwc:latitude '48.66898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55694 48.66898, -1.55694 48.66898, -1.55694 48.66898, -1.55694 48.66898, -1.55694 48.66898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11274'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70121 -1.55694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70121 -1.55694)"^^geo:wktLiteral ;
  geo-pos:lat "48.70121"^^xsd:decimal ;
  geo-pos:long "-1.55694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2701'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55694'^^xsd:double;
  dwc:latitude '48.70121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55694 48.70121, -1.55694 48.70121, -1.55694 48.70121, -1.55694 48.70121, -1.55694 48.70121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2701'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70382 -1.55691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70382"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70382 -1.55691)"^^geo:wktLiteral ;
  geo-pos:lat "48.70382"^^xsd:decimal ;
  geo-pos:long "-1.55691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3076'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55691'^^xsd:double;
  dwc:latitude '48.70382'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55691 48.70382, -1.55691 48.70382, -1.55691 48.70382, -1.55691 48.70382, -1.55691 48.70382))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3076'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67116 -1.55689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67116 -1.55689)"^^geo:wktLiteral ;
  geo-pos:lat "48.67116"^^xsd:decimal ;
  geo-pos:long "-1.55689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5219'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55689'^^xsd:double;
  dwc:latitude '48.67116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55689 48.67116, -1.55689 48.67116, -1.55689 48.67116, -1.55689 48.67116, -1.55689 48.67116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5219'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68849 -1.55687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68849 -1.55687)"^^geo:wktLiteral ;
  geo-pos:lat "48.68849"^^xsd:decimal ;
  geo-pos:long "-1.55687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_198'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55687'^^xsd:double;
  dwc:latitude '48.68849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55687 48.68849, -1.55687 48.68849, -1.55687 48.68849, -1.55687 48.68849, -1.55687 48.68849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_198'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70622 -1.55687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70622 -1.55687)"^^geo:wktLiteral ;
  geo-pos:lat "48.70622"^^xsd:decimal ;
  geo-pos:long "-1.55687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7811'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55687'^^xsd:double;
  dwc:latitude '48.70622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55687 48.70622, -1.55687 48.70622, -1.55687 48.70622, -1.55687 48.70622, -1.55687 48.70622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7811'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70702 -1.55687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70702 -1.55687)"^^geo:wktLiteral ;
  geo-pos:lat "48.70702"^^xsd:decimal ;
  geo-pos:long "-1.55687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7511'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55687'^^xsd:double;
  dwc:latitude '48.70702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55687 48.70702, -1.55687 48.70702, -1.55687 48.70702, -1.55687 48.70702, -1.55687 48.70702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7511'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72556 -1.55686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72556 -1.55686)"^^geo:wktLiteral ;
  geo-pos:lat "48.72556"^^xsd:decimal ;
  geo-pos:long "-1.55686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_413'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55686'^^xsd:double;
  dwc:latitude '48.72556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55686 48.72556, -1.55686 48.72556, -1.55686 48.72556, -1.55686 48.72556, -1.55686 48.72556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_413'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66866 -1.55684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66866 -1.55684)"^^geo:wktLiteral ;
  geo-pos:lat "48.66866"^^xsd:decimal ;
  geo-pos:long "-1.55684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10894'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55684'^^xsd:double;
  dwc:latitude '48.66866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55684 48.66866, -1.55684 48.66866, -1.55684 48.66866, -1.55684 48.66866, -1.55684 48.66866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10894'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67008 -1.55684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67008 -1.55684)"^^geo:wktLiteral ;
  geo-pos:lat "48.67008"^^xsd:decimal ;
  geo-pos:long "-1.55684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3877'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55684'^^xsd:double;
  dwc:latitude '48.67008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55684 48.67008, -1.55684 48.67008, -1.55684 48.67008, -1.55684 48.67008, -1.55684 48.67008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3877'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71343 -1.55683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71343 -1.55683)"^^geo:wktLiteral ;
  geo-pos:lat "48.71343"^^xsd:decimal ;
  geo-pos:long "-1.55683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8512'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55683'^^xsd:double;
  dwc:latitude '48.71343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55683 48.71343, -1.55683 48.71343, -1.55683 48.71343, -1.55683 48.71343, -1.55683 48.71343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8512'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72063 -1.55683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72063 -1.55683)"^^geo:wktLiteral ;
  geo-pos:lat "48.72063"^^xsd:decimal ;
  geo-pos:long "-1.55683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3323'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55683'^^xsd:double;
  dwc:latitude '48.72063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55683 48.72063, -1.55683 48.72063, -1.55683 48.72063, -1.55683 48.72063, -1.55683 48.72063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3323'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67174 -1.55681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67174 -1.55681)"^^geo:wktLiteral ;
  geo-pos:lat "48.67174"^^xsd:decimal ;
  geo-pos:long "-1.55681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_787'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55681'^^xsd:double;
  dwc:latitude '48.67174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55681 48.67174, -1.55681 48.67174, -1.55681 48.67174, -1.55681 48.67174, -1.55681 48.67174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_787'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70233 -1.55681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70233 -1.55681)"^^geo:wktLiteral ;
  geo-pos:lat "48.70233"^^xsd:decimal ;
  geo-pos:long "-1.55681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2220'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55681'^^xsd:double;
  dwc:latitude '48.70233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55681 48.70233, -1.55681 48.70233, -1.55681 48.70233, -1.55681 48.70233, -1.55681 48.70233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2220'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69308 -1.5568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69308 -1.5568)"^^geo:wktLiteral ;
  geo-pos:lat "48.69308"^^xsd:decimal ;
  geo-pos:long "-1.5568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1316'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5568'^^xsd:double;
  dwc:latitude '48.69308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5568 48.69308, -1.5568 48.69308, -1.5568 48.69308, -1.5568 48.69308, -1.5568 48.69308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1316'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70204 -1.55679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70204 -1.55679)"^^geo:wktLiteral ;
  geo-pos:lat "48.70204"^^xsd:decimal ;
  geo-pos:long "-1.55679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5066'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55679'^^xsd:double;
  dwc:latitude '48.70204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55679 48.70204, -1.55679 48.70204, -1.55679 48.70204, -1.55679 48.70204, -1.55679 48.70204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5066'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70417 -1.55678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70417 -1.55678)"^^geo:wktLiteral ;
  geo-pos:lat "48.70417"^^xsd:decimal ;
  geo-pos:long "-1.55678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8207'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55678'^^xsd:double;
  dwc:latitude '48.70417'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55678 48.70417, -1.55678 48.70417, -1.55678 48.70417, -1.55678 48.70417, -1.55678 48.70417))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8207'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7093 -1.55678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7093 -1.55678)"^^geo:wktLiteral ;
  geo-pos:lat "48.7093"^^xsd:decimal ;
  geo-pos:long "-1.55678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8003'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55678'^^xsd:double;
  dwc:latitude '48.7093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55678 48.7093, -1.55678 48.7093, -1.55678 48.7093, -1.55678 48.7093, -1.55678 48.7093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8003'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72436 -1.55677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72436 -1.55677)"^^geo:wktLiteral ;
  geo-pos:lat "48.72436"^^xsd:decimal ;
  geo-pos:long "-1.55677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1225'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55677'^^xsd:double;
  dwc:latitude '48.72436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55677 48.72436, -1.55677 48.72436, -1.55677 48.72436, -1.55677 48.72436, -1.55677 48.72436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1225'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70363 -1.55676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70363 -1.55676)"^^geo:wktLiteral ;
  geo-pos:lat "48.70363"^^xsd:decimal ;
  geo-pos:long "-1.55676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2258'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55676'^^xsd:double;
  dwc:latitude '48.70363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55676 48.70363, -1.55676 48.70363, -1.55676 48.70363, -1.55676 48.70363, -1.55676 48.70363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2258'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70686 -1.55676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70686 -1.55676)"^^geo:wktLiteral ;
  geo-pos:lat "48.70686"^^xsd:decimal ;
  geo-pos:long "-1.55676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3820'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55676'^^xsd:double;
  dwc:latitude '48.70686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55676 48.70686, -1.55676 48.70686, -1.55676 48.70686, -1.55676 48.70686, -1.55676 48.70686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3820'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71483 -1.55676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71483"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71483 -1.55676)"^^geo:wktLiteral ;
  geo-pos:lat "48.71483"^^xsd:decimal ;
  geo-pos:long "-1.55676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9676'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55676'^^xsd:double;
  dwc:latitude '48.71483'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55676 48.71483, -1.55676 48.71483, -1.55676 48.71483, -1.55676 48.71483, -1.55676 48.71483))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9676'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69068 -1.55673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69068 -1.55673)"^^geo:wktLiteral ;
  geo-pos:lat "48.69068"^^xsd:decimal ;
  geo-pos:long "-1.55673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7831'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55673'^^xsd:double;
  dwc:latitude '48.69068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55673 48.69068, -1.55673 48.69068, -1.55673 48.69068, -1.55673 48.69068, -1.55673 48.69068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7831'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69554 -1.55671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69554 -1.55671)"^^geo:wktLiteral ;
  geo-pos:lat "48.69554"^^xsd:decimal ;
  geo-pos:long "-1.55671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7392'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55671'^^xsd:double;
  dwc:latitude '48.69554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55671 48.69554, -1.55671 48.69554, -1.55671 48.69554, -1.55671 48.69554, -1.55671 48.69554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7392'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70043 -1.55669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70043 -1.55669)"^^geo:wktLiteral ;
  geo-pos:lat "48.70043"^^xsd:decimal ;
  geo-pos:long "-1.55669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_327'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55669'^^xsd:double;
  dwc:latitude '48.70043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55669 48.70043, -1.55669 48.70043, -1.55669 48.70043, -1.55669 48.70043, -1.55669 48.70043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_327'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71047 -1.55669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71047 -1.55669)"^^geo:wktLiteral ;
  geo-pos:lat "48.71047"^^xsd:decimal ;
  geo-pos:long "-1.55669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4851'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55669'^^xsd:double;
  dwc:latitude '48.71047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55669 48.71047, -1.55669 48.71047, -1.55669 48.71047, -1.55669 48.71047, -1.55669 48.71047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4851'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73039 -1.55669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73039 -1.55669)"^^geo:wktLiteral ;
  geo-pos:lat "48.73039"^^xsd:decimal ;
  geo-pos:long "-1.55669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9171'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55669'^^xsd:double;
  dwc:latitude '48.73039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55669 48.73039, -1.55669 48.73039, -1.55669 48.73039, -1.55669 48.73039, -1.55669 48.73039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9171'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66689 -1.55668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66689 -1.55668)"^^geo:wktLiteral ;
  geo-pos:lat "48.66689"^^xsd:decimal ;
  geo-pos:long "-1.55668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7276'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55668'^^xsd:double;
  dwc:latitude '48.66689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55668 48.66689, -1.55668 48.66689, -1.55668 48.66689, -1.55668 48.66689, -1.55668 48.66689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7276'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6995 -1.55667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6995 -1.55667)"^^geo:wktLiteral ;
  geo-pos:lat "48.6995"^^xsd:decimal ;
  geo-pos:long "-1.55667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4340'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55667'^^xsd:double;
  dwc:latitude '48.6995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55667 48.6995, -1.55667 48.6995, -1.55667 48.6995, -1.55667 48.6995, -1.55667 48.6995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4340'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70632 -1.55667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70632 -1.55667)"^^geo:wktLiteral ;
  geo-pos:lat "48.70632"^^xsd:decimal ;
  geo-pos:long "-1.55667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7767'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55667'^^xsd:double;
  dwc:latitude '48.70632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55667 48.70632, -1.55667 48.70632, -1.55667 48.70632, -1.55667 48.70632, -1.55667 48.70632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7767'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70539 -1.55666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70539 -1.55666)"^^geo:wktLiteral ;
  geo-pos:lat "48.70539"^^xsd:decimal ;
  geo-pos:long "-1.55666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10310'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55666'^^xsd:double;
  dwc:latitude '48.70539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55666 48.70539, -1.55666 48.70539, -1.55666 48.70539, -1.55666 48.70539, -1.55666 48.70539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10310'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70778 -1.55666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70778 -1.55666)"^^geo:wktLiteral ;
  geo-pos:lat "48.70778"^^xsd:decimal ;
  geo-pos:long "-1.55666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6566'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55666'^^xsd:double;
  dwc:latitude '48.70778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55666 48.70778, -1.55666 48.70778, -1.55666 48.70778, -1.55666 48.70778, -1.55666 48.70778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6566'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73078 -1.55665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73078 -1.55665)"^^geo:wktLiteral ;
  geo-pos:lat "48.73078"^^xsd:decimal ;
  geo-pos:long "-1.55665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7892'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55665'^^xsd:double;
  dwc:latitude '48.73078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55665 48.73078, -1.55665 48.73078, -1.55665 48.73078, -1.55665 48.73078, -1.55665 48.73078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7892'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69412 -1.55664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69412 -1.55664)"^^geo:wktLiteral ;
  geo-pos:lat "48.69412"^^xsd:decimal ;
  geo-pos:long "-1.55664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1570'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55664'^^xsd:double;
  dwc:latitude '48.69412'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55664 48.69412, -1.55664 48.69412, -1.55664 48.69412, -1.55664 48.69412, -1.55664 48.69412))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1570'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7029 -1.55664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7029"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7029 -1.55664)"^^geo:wktLiteral ;
  geo-pos:lat "48.7029"^^xsd:decimal ;
  geo-pos:long "-1.55664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5136'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55664'^^xsd:double;
  dwc:latitude '48.7029'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55664 48.7029, -1.55664 48.7029, -1.55664 48.7029, -1.55664 48.7029, -1.55664 48.7029))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5136'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7258 -1.55664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7258 -1.55664)"^^geo:wktLiteral ;
  geo-pos:lat "48.7258"^^xsd:decimal ;
  geo-pos:long "-1.55664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_699'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55664'^^xsd:double;
  dwc:latitude '48.7258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55664 48.7258, -1.55664 48.7258, -1.55664 48.7258, -1.55664 48.7258, -1.55664 48.7258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_699'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72637 -1.55663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72637 -1.55663)"^^geo:wktLiteral ;
  geo-pos:lat "48.72637"^^xsd:decimal ;
  geo-pos:long "-1.55663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2349'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55663'^^xsd:double;
  dwc:latitude '48.72637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55663 48.72637, -1.55663 48.72637, -1.55663 48.72637, -1.55663 48.72637, -1.55663 48.72637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2349'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70595 -1.55658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70595 -1.55658)"^^geo:wktLiteral ;
  geo-pos:lat "48.70595"^^xsd:decimal ;
  geo-pos:long "-1.55658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9153'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55658'^^xsd:double;
  dwc:latitude '48.70595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55658 48.70595, -1.55658 48.70595, -1.55658 48.70595, -1.55658 48.70595, -1.55658 48.70595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9153'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70623 -1.55658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70623 -1.55658)"^^geo:wktLiteral ;
  geo-pos:lat "48.70623"^^xsd:decimal ;
  geo-pos:long "-1.55658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7982'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55658'^^xsd:double;
  dwc:latitude '48.70623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55658 48.70623, -1.55658 48.70623, -1.55658 48.70623, -1.55658 48.70623, -1.55658 48.70623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7982'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70637 -1.55657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70637 -1.55657)"^^geo:wktLiteral ;
  geo-pos:lat "48.70637"^^xsd:decimal ;
  geo-pos:long "-1.55657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7517'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55657'^^xsd:double;
  dwc:latitude '48.70637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55657 48.70637, -1.55657 48.70637, -1.55657 48.70637, -1.55657 48.70637, -1.55657 48.70637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7517'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72608 -1.55657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72608 -1.55657)"^^geo:wktLiteral ;
  geo-pos:lat "48.72608"^^xsd:decimal ;
  geo-pos:long "-1.55657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_703'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55657'^^xsd:double;
  dwc:latitude '48.72608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55657 48.72608, -1.55657 48.72608, -1.55657 48.72608, -1.55657 48.72608, -1.55657 48.72608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_703'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72916 -1.55657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72916 -1.55657)"^^geo:wktLiteral ;
  geo-pos:lat "48.72916"^^xsd:decimal ;
  geo-pos:long "-1.55657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9141'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55657'^^xsd:double;
  dwc:latitude '48.72916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55657 48.72916, -1.55657 48.72916, -1.55657 48.72916, -1.55657 48.72916, -1.55657 48.72916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9141'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69547 -1.55656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69547 -1.55656)"^^geo:wktLiteral ;
  geo-pos:lat "48.69547"^^xsd:decimal ;
  geo-pos:long "-1.55656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4482'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55656'^^xsd:double;
  dwc:latitude '48.69547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55656 48.69547, -1.55656 48.69547, -1.55656 48.69547, -1.55656 48.69547, -1.55656 48.69547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4482'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.724 -1.55655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.724 -1.55655)"^^geo:wktLiteral ;
  geo-pos:lat "48.724"^^xsd:decimal ;
  geo-pos:long "-1.55655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_411'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55655'^^xsd:double;
  dwc:latitude '48.724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55655 48.724, -1.55655 48.724, -1.55655 48.724, -1.55655 48.724, -1.55655 48.724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_411'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71696 -1.55653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71696 -1.55653)"^^geo:wktLiteral ;
  geo-pos:lat "48.71696"^^xsd:decimal ;
  geo-pos:long "-1.55653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3992'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55653'^^xsd:double;
  dwc:latitude '48.71696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55653 48.71696, -1.55653 48.71696, -1.55653 48.71696, -1.55653 48.71696, -1.55653 48.71696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3992'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68999 -1.55652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68999 -1.55652)"^^geo:wktLiteral ;
  geo-pos:lat "48.68999"^^xsd:decimal ;
  geo-pos:long "-1.55652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6988'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55652'^^xsd:double;
  dwc:latitude '48.68999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55652 48.68999, -1.55652 48.68999, -1.55652 48.68999, -1.55652 48.68999, -1.55652 48.68999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6988'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67345 -1.5565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67345 -1.5565)"^^geo:wktLiteral ;
  geo-pos:lat "48.67345"^^xsd:decimal ;
  geo-pos:long "-1.5565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11420'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5565'^^xsd:double;
  dwc:latitude '48.67345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5565 48.67345, -1.5565 48.67345, -1.5565 48.67345, -1.5565 48.67345, -1.5565 48.67345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11420'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69177 -1.5565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69177 -1.5565)"^^geo:wktLiteral ;
  geo-pos:lat "48.69177"^^xsd:decimal ;
  geo-pos:long "-1.5565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7761'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5565'^^xsd:double;
  dwc:latitude '48.69177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5565 48.69177, -1.5565 48.69177, -1.5565 48.69177, -1.5565 48.69177, -1.5565 48.69177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7761'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71444 -1.55649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71444"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71444 -1.55649)"^^geo:wktLiteral ;
  geo-pos:lat "48.71444"^^xsd:decimal ;
  geo-pos:long "-1.55649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8523'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55649'^^xsd:double;
  dwc:latitude '48.71444'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55649 48.71444, -1.55649 48.71444, -1.55649 48.71444, -1.55649 48.71444, -1.55649 48.71444))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8523'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71699 -1.55648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71699 -1.55648)"^^geo:wktLiteral ;
  geo-pos:lat "48.71699"^^xsd:decimal ;
  geo-pos:long "-1.55648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1962'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55648'^^xsd:double;
  dwc:latitude '48.71699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55648 48.71699, -1.55648 48.71699, -1.55648 48.71699, -1.55648 48.71699, -1.55648 48.71699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1962'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72173 -1.55648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72173 -1.55648)"^^geo:wktLiteral ;
  geo-pos:lat "48.72173"^^xsd:decimal ;
  geo-pos:long "-1.55648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5414'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55648'^^xsd:double;
  dwc:latitude '48.72173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55648 48.72173, -1.55648 48.72173, -1.55648 48.72173, -1.55648 48.72173, -1.55648 48.72173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5414'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69927 -1.55647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69927 -1.55647)"^^geo:wktLiteral ;
  geo-pos:lat "48.69927"^^xsd:decimal ;
  geo-pos:long "-1.55647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4209'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55647'^^xsd:double;
  dwc:latitude '48.69927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55647 48.69927, -1.55647 48.69927, -1.55647 48.69927, -1.55647 48.69927, -1.55647 48.69927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4209'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71846 -1.55647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71846 -1.55647)"^^geo:wktLiteral ;
  geo-pos:lat "48.71846"^^xsd:decimal ;
  geo-pos:long "-1.55647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2325'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55647'^^xsd:double;
  dwc:latitude '48.71846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55647 48.71846, -1.55647 48.71846, -1.55647 48.71846, -1.55647 48.71846, -1.55647 48.71846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2325'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67778 -1.55646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67778 -1.55646)"^^geo:wktLiteral ;
  geo-pos:lat "48.67778"^^xsd:decimal ;
  geo-pos:long "-1.55646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4862'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55646'^^xsd:double;
  dwc:latitude '48.67778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55646 48.67778, -1.55646 48.67778, -1.55646 48.67778, -1.55646 48.67778, -1.55646 48.67778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4862'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68918 -1.55643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68918 -1.55643)"^^geo:wktLiteral ;
  geo-pos:lat "48.68918"^^xsd:decimal ;
  geo-pos:long "-1.55643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10504'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55643'^^xsd:double;
  dwc:latitude '48.68918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55643 48.68918, -1.55643 48.68918, -1.55643 48.68918, -1.55643 48.68918, -1.55643 48.68918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10504'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66258 -1.55642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66258 -1.55642)"^^geo:wktLiteral ;
  geo-pos:lat "48.66258"^^xsd:decimal ;
  geo-pos:long "-1.55642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4011'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55642'^^xsd:double;
  dwc:latitude '48.66258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55642 48.66258, -1.55642 48.66258, -1.55642 48.66258, -1.55642 48.66258, -1.55642 48.66258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4011'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69306 -1.55642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69306 -1.55642)"^^geo:wktLiteral ;
  geo-pos:lat "48.69306"^^xsd:decimal ;
  geo-pos:long "-1.55642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4660'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55642'^^xsd:double;
  dwc:latitude '48.69306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55642 48.69306, -1.55642 48.69306, -1.55642 48.69306, -1.55642 48.69306, -1.55642 48.69306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4660'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70596 -1.5564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70596 -1.5564)"^^geo:wktLiteral ;
  geo-pos:lat "48.70596"^^xsd:decimal ;
  geo-pos:long "-1.5564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7903'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5564'^^xsd:double;
  dwc:latitude '48.70596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5564 48.70596, -1.5564 48.70596, -1.5564 48.70596, -1.5564 48.70596, -1.5564 48.70596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7903'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66378 -1.55638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66378 -1.55638)"^^geo:wktLiteral ;
  geo-pos:lat "48.66378"^^xsd:decimal ;
  geo-pos:long "-1.55638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6419'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55638'^^xsd:double;
  dwc:latitude '48.66378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55638 48.66378, -1.55638 48.66378, -1.55638 48.66378, -1.55638 48.66378, -1.55638 48.66378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6419'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70621 -1.55638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70621 -1.55638)"^^geo:wktLiteral ;
  geo-pos:lat "48.70621"^^xsd:decimal ;
  geo-pos:long "-1.55638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4262'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55638'^^xsd:double;
  dwc:latitude '48.70621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55638 48.70621, -1.55638 48.70621, -1.55638 48.70621, -1.55638 48.70621, -1.55638 48.70621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4262'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72345 -1.55638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72345 -1.55638)"^^geo:wktLiteral ;
  geo-pos:lat "48.72345"^^xsd:decimal ;
  geo-pos:long "-1.55638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9631'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55638'^^xsd:double;
  dwc:latitude '48.72345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55638 48.72345, -1.55638 48.72345, -1.55638 48.72345, -1.55638 48.72345, -1.55638 48.72345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9631'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67674 -1.55637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67674 -1.55637)"^^geo:wktLiteral ;
  geo-pos:lat "48.67674"^^xsd:decimal ;
  geo-pos:long "-1.55637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2597'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55637'^^xsd:double;
  dwc:latitude '48.67674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55637 48.67674, -1.55637 48.67674, -1.55637 48.67674, -1.55637 48.67674, -1.55637 48.67674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2597'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68904 -1.55635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68904 -1.55635)"^^geo:wktLiteral ;
  geo-pos:lat "48.68904"^^xsd:decimal ;
  geo-pos:long "-1.55635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4617'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55635'^^xsd:double;
  dwc:latitude '48.68904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55635 48.68904, -1.55635 48.68904, -1.55635 48.68904, -1.55635 48.68904, -1.55635 48.68904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4617'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71822 -1.55635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71822 -1.55635)"^^geo:wktLiteral ;
  geo-pos:lat "48.71822"^^xsd:decimal ;
  geo-pos:long "-1.55635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10407'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55635'^^xsd:double;
  dwc:latitude '48.71822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55635 48.71822, -1.55635 48.71822, -1.55635 48.71822, -1.55635 48.71822, -1.55635 48.71822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10407'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67959 -1.55634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67959 -1.55634)"^^geo:wktLiteral ;
  geo-pos:lat "48.67959"^^xsd:decimal ;
  geo-pos:long "-1.55634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1642'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55634'^^xsd:double;
  dwc:latitude '48.67959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55634 48.67959, -1.55634 48.67959, -1.55634 48.67959, -1.55634 48.67959, -1.55634 48.67959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1642'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70821 -1.55634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70821 -1.55634)"^^geo:wktLiteral ;
  geo-pos:lat "48.70821"^^xsd:decimal ;
  geo-pos:long "-1.55634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_27'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_27'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55634'^^xsd:double;
  dwc:latitude '48.70821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55634 48.70821, -1.55634 48.70821, -1.55634 48.70821, -1.55634 48.70821, -1.55634 48.70821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_27'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6624 -1.55633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6624 -1.55633)"^^geo:wktLiteral ;
  geo-pos:lat "48.6624"^^xsd:decimal ;
  geo-pos:long "-1.55633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3657'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55633'^^xsd:double;
  dwc:latitude '48.6624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55633 48.6624, -1.55633 48.6624, -1.55633 48.6624, -1.55633 48.6624, -1.55633 48.6624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3657'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70168 -1.55633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70168 -1.55633)"^^geo:wktLiteral ;
  geo-pos:lat "48.70168"^^xsd:decimal ;
  geo-pos:long "-1.55633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3047'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55633'^^xsd:double;
  dwc:latitude '48.70168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55633 48.70168, -1.55633 48.70168, -1.55633 48.70168, -1.55633 48.70168, -1.55633 48.70168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3047'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71461 -1.55632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71461"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71461 -1.55632)"^^geo:wktLiteral ;
  geo-pos:lat "48.71461"^^xsd:decimal ;
  geo-pos:long "-1.55632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10402'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55632'^^xsd:double;
  dwc:latitude '48.71461'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55632 48.71461, -1.55632 48.71461, -1.55632 48.71461, -1.55632 48.71461, -1.55632 48.71461))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10402'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.55631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.55631)"^^geo:wktLiteral ;
  geo-pos:lat "48.69558"^^xsd:decimal ;
  geo-pos:long "-1.55631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4677'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55631'^^xsd:double;
  dwc:latitude '48.69558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55631 48.69558, -1.55631 48.69558, -1.55631 48.69558, -1.55631 48.69558, -1.55631 48.69558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4677'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7217 -1.55631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7217 -1.55631)"^^geo:wktLiteral ;
  geo-pos:lat "48.7217"^^xsd:decimal ;
  geo-pos:long "-1.55631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5088'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55631'^^xsd:double;
  dwc:latitude '48.7217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55631 48.7217, -1.55631 48.7217, -1.55631 48.7217, -1.55631 48.7217, -1.55631 48.7217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5088'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68653 -1.5563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68653 -1.5563)"^^geo:wktLiteral ;
  geo-pos:lat "48.68653"^^xsd:decimal ;
  geo-pos:long "-1.5563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4661'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5563'^^xsd:double;
  dwc:latitude '48.68653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5563 48.68653, -1.5563 48.68653, -1.5563 48.68653, -1.5563 48.68653, -1.5563 48.68653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4661'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70819 -1.5563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70819 -1.5563)"^^geo:wktLiteral ;
  geo-pos:lat "48.70819"^^xsd:decimal ;
  geo-pos:long "-1.5563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4228'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5563'^^xsd:double;
  dwc:latitude '48.70819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5563 48.70819, -1.5563 48.70819, -1.5563 48.70819, -1.5563 48.70819, -1.5563 48.70819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4228'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72644 -1.55629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72644 -1.55629)"^^geo:wktLiteral ;
  geo-pos:lat "48.72644"^^xsd:decimal ;
  geo-pos:long "-1.55629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1812'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55629'^^xsd:double;
  dwc:latitude '48.72644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55629 48.72644, -1.55629 48.72644, -1.55629 48.72644, -1.55629 48.72644, -1.55629 48.72644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1812'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69716 -1.55627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69716 -1.55627)"^^geo:wktLiteral ;
  geo-pos:lat "48.69716"^^xsd:decimal ;
  geo-pos:long "-1.55627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4846'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55627'^^xsd:double;
  dwc:latitude '48.69716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55627 48.69716, -1.55627 48.69716, -1.55627 48.69716, -1.55627 48.69716, -1.55627 48.69716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4846'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72464 -1.55627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72464 -1.55627)"^^geo:wktLiteral ;
  geo-pos:lat "48.72464"^^xsd:decimal ;
  geo-pos:long "-1.55627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5107'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55627'^^xsd:double;
  dwc:latitude '48.72464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55627 48.72464, -1.55627 48.72464, -1.55627 48.72464, -1.55627 48.72464, -1.55627 48.72464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5107'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65944 -1.55626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65944 -1.55626)"^^geo:wktLiteral ;
  geo-pos:lat "48.65944"^^xsd:decimal ;
  geo-pos:long "-1.55626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10580'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55626'^^xsd:double;
  dwc:latitude '48.65944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55626 48.65944, -1.55626 48.65944, -1.55626 48.65944, -1.55626 48.65944, -1.55626 48.65944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10580'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66938 -1.55623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66938 -1.55623)"^^geo:wktLiteral ;
  geo-pos:lat "48.66938"^^xsd:decimal ;
  geo-pos:long "-1.55623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11617'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55623'^^xsd:double;
  dwc:latitude '48.66938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55623 48.66938, -1.55623 48.66938, -1.55623 48.66938, -1.55623 48.66938, -1.55623 48.66938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11617'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72414 -1.55623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72414 -1.55623)"^^geo:wktLiteral ;
  geo-pos:lat "48.72414"^^xsd:decimal ;
  geo-pos:long "-1.55623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_547'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55623'^^xsd:double;
  dwc:latitude '48.72414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55623 48.72414, -1.55623 48.72414, -1.55623 48.72414, -1.55623 48.72414, -1.55623 48.72414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_547'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68372 -1.55622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68372 -1.55622)"^^geo:wktLiteral ;
  geo-pos:lat "48.68372"^^xsd:decimal ;
  geo-pos:long "-1.55622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9029'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55622'^^xsd:double;
  dwc:latitude '48.68372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55622 48.68372, -1.55622 48.68372, -1.55622 48.68372, -1.55622 48.68372, -1.55622 48.68372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9029'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69835 -1.55622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69835 -1.55622)"^^geo:wktLiteral ;
  geo-pos:lat "48.69835"^^xsd:decimal ;
  geo-pos:long "-1.55622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_189'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55622'^^xsd:double;
  dwc:latitude '48.69835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55622 48.69835, -1.55622 48.69835, -1.55622 48.69835, -1.55622 48.69835, -1.55622 48.69835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_189'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67832 -1.5562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67832 -1.5562)"^^geo:wktLiteral ;
  geo-pos:lat "48.67832"^^xsd:decimal ;
  geo-pos:long "-1.5562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3888'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5562'^^xsd:double;
  dwc:latitude '48.67832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5562 48.67832, -1.5562 48.67832, -1.5562 48.67832, -1.5562 48.67832, -1.5562 48.67832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3888'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73036 -1.5562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73036 -1.5562)"^^geo:wktLiteral ;
  geo-pos:lat "48.73036"^^xsd:decimal ;
  geo-pos:long "-1.5562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2862'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5562'^^xsd:double;
  dwc:latitude '48.73036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5562 48.73036, -1.5562 48.73036, -1.5562 48.73036, -1.5562 48.73036, -1.5562 48.73036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2862'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68487 -1.55618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68487 -1.55618)"^^geo:wktLiteral ;
  geo-pos:lat "48.68487"^^xsd:decimal ;
  geo-pos:long "-1.55618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6672'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55618'^^xsd:double;
  dwc:latitude '48.68487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55618 48.68487, -1.55618 48.68487, -1.55618 48.68487, -1.55618 48.68487, -1.55618 48.68487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6672'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69803 -1.55618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69803 -1.55618)"^^geo:wktLiteral ;
  geo-pos:lat "48.69803"^^xsd:decimal ;
  geo-pos:long "-1.55618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7408'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55618'^^xsd:double;
  dwc:latitude '48.69803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55618 48.69803, -1.55618 48.69803, -1.55618 48.69803, -1.55618 48.69803, -1.55618 48.69803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7408'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70091 -1.55618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70091 -1.55618)"^^geo:wktLiteral ;
  geo-pos:lat "48.70091"^^xsd:decimal ;
  geo-pos:long "-1.55618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5285'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55618'^^xsd:double;
  dwc:latitude '48.70091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55618 48.70091, -1.55618 48.70091, -1.55618 48.70091, -1.55618 48.70091, -1.55618 48.70091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5285'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70922 -1.55618)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55618"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70922 -1.55618)"^^geo:wktLiteral ;
  geo-pos:lat "48.70922"^^xsd:decimal ;
  geo-pos:long "-1.55618"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3382'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55618'^^xsd:double;
  dwc:latitude '48.70922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55618 48.70922, -1.55618 48.70922, -1.55618 48.70922, -1.55618 48.70922, -1.55618 48.70922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3382'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69934 -1.55617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69934 -1.55617)"^^geo:wktLiteral ;
  geo-pos:lat "48.69934"^^xsd:decimal ;
  geo-pos:long "-1.55617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10201'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55617'^^xsd:double;
  dwc:latitude '48.69934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55617 48.69934, -1.55617 48.69934, -1.55617 48.69934, -1.55617 48.69934, -1.55617 48.69934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10201'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70336 -1.55617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70336"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70336 -1.55617)"^^geo:wktLiteral ;
  geo-pos:lat "48.70336"^^xsd:decimal ;
  geo-pos:long "-1.55617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_872'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55617'^^xsd:double;
  dwc:latitude '48.70336'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55617 48.70336, -1.55617 48.70336, -1.55617 48.70336, -1.55617 48.70336, -1.55617 48.70336))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_872'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73081 -1.55617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73081 -1.55617)"^^geo:wktLiteral ;
  geo-pos:lat "48.73081"^^xsd:decimal ;
  geo-pos:long "-1.55617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9095'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55617'^^xsd:double;
  dwc:latitude '48.73081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55617 48.73081, -1.55617 48.73081, -1.55617 48.73081, -1.55617 48.73081, -1.55617 48.73081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9095'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64562 -1.55616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64562 -1.55616)"^^geo:wktLiteral ;
  geo-pos:lat "48.64562"^^xsd:decimal ;
  geo-pos:long "-1.55616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7156'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55616'^^xsd:double;
  dwc:latitude '48.64562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55616 48.64562, -1.55616 48.64562, -1.55616 48.64562, -1.55616 48.64562, -1.55616 48.64562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7156'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70206 -1.55616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70206"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70206 -1.55616)"^^geo:wktLiteral ;
  geo-pos:lat "48.70206"^^xsd:decimal ;
  geo-pos:long "-1.55616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4820'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55616'^^xsd:double;
  dwc:latitude '48.70206'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55616 48.70206, -1.55616 48.70206, -1.55616 48.70206, -1.55616 48.70206, -1.55616 48.70206))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4820'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71293 -1.55616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71293 -1.55616)"^^geo:wktLiteral ;
  geo-pos:lat "48.71293"^^xsd:decimal ;
  geo-pos:long "-1.55616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1214'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55616'^^xsd:double;
  dwc:latitude '48.71293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55616 48.71293, -1.55616 48.71293, -1.55616 48.71293, -1.55616 48.71293, -1.55616 48.71293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1214'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69977 -1.5561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69977 -1.5561)"^^geo:wktLiteral ;
  geo-pos:lat "48.69977"^^xsd:decimal ;
  geo-pos:long "-1.5561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_722'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5561'^^xsd:double;
  dwc:latitude '48.69977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5561 48.69977, -1.5561 48.69977, -1.5561 48.69977, -1.5561 48.69977, -1.5561 48.69977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_722'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66018 -1.55608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66018 -1.55608)"^^geo:wktLiteral ;
  geo-pos:lat "48.66018"^^xsd:decimal ;
  geo-pos:long "-1.55608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3611'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55608'^^xsd:double;
  dwc:latitude '48.66018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55608 48.66018, -1.55608 48.66018, -1.55608 48.66018, -1.55608 48.66018, -1.55608 48.66018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3611'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69382 -1.55608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69382"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69382 -1.55608)"^^geo:wktLiteral ;
  geo-pos:lat "48.69382"^^xsd:decimal ;
  geo-pos:long "-1.55608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8345'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55608'^^xsd:double;
  dwc:latitude '48.69382'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55608 48.69382, -1.55608 48.69382, -1.55608 48.69382, -1.55608 48.69382, -1.55608 48.69382))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8345'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72431 -1.55608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72431 -1.55608)"^^geo:wktLiteral ;
  geo-pos:lat "48.72431"^^xsd:decimal ;
  geo-pos:long "-1.55608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_355'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55608'^^xsd:double;
  dwc:latitude '48.72431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55608 48.72431, -1.55608 48.72431, -1.55608 48.72431, -1.55608 48.72431, -1.55608 48.72431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_355'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72433 -1.55608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72433 -1.55608)"^^geo:wktLiteral ;
  geo-pos:lat "48.72433"^^xsd:decimal ;
  geo-pos:long "-1.55608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_358'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55608'^^xsd:double;
  dwc:latitude '48.72433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55608 48.72433, -1.55608 48.72433, -1.55608 48.72433, -1.55608 48.72433, -1.55608 48.72433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_358'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68402 -1.55607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68402 -1.55607)"^^geo:wktLiteral ;
  geo-pos:lat "48.68402"^^xsd:decimal ;
  geo-pos:long "-1.55607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2840'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55607'^^xsd:double;
  dwc:latitude '48.68402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55607 48.68402, -1.55607 48.68402, -1.55607 48.68402, -1.55607 48.68402, -1.55607 48.68402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2840'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69925 -1.55607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69925 -1.55607)"^^geo:wktLiteral ;
  geo-pos:lat "48.69925"^^xsd:decimal ;
  geo-pos:long "-1.55607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5844'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55607'^^xsd:double;
  dwc:latitude '48.69925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55607 48.69925, -1.55607 48.69925, -1.55607 48.69925, -1.55607 48.69925, -1.55607 48.69925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5844'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71864 -1.55607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71864 -1.55607)"^^geo:wktLiteral ;
  geo-pos:lat "48.71864"^^xsd:decimal ;
  geo-pos:long "-1.55607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3325'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55607'^^xsd:double;
  dwc:latitude '48.71864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55607 48.71864, -1.55607 48.71864, -1.55607 48.71864, -1.55607 48.71864, -1.55607 48.71864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3325'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72797 -1.55607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72797 -1.55607)"^^geo:wktLiteral ;
  geo-pos:lat "48.72797"^^xsd:decimal ;
  geo-pos:long "-1.55607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2380'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55607'^^xsd:double;
  dwc:latitude '48.72797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55607 48.72797, -1.55607 48.72797, -1.55607 48.72797, -1.55607 48.72797, -1.55607 48.72797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2380'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7128 -1.55606)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55606"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7128 -1.55606)"^^geo:wktLiteral ;
  geo-pos:lat "48.7128"^^xsd:decimal ;
  geo-pos:long "-1.55606"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1684'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55606'^^xsd:double;
  dwc:latitude '48.7128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55606 48.7128, -1.55606 48.7128, -1.55606 48.7128, -1.55606 48.7128, -1.55606 48.7128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1684'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66128 -1.55603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66128 -1.55603)"^^geo:wktLiteral ;
  geo-pos:lat "48.66128"^^xsd:decimal ;
  geo-pos:long "-1.55603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7394'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55603'^^xsd:double;
  dwc:latitude '48.66128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55603 48.66128, -1.55603 48.66128, -1.55603 48.66128, -1.55603 48.66128, -1.55603 48.66128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7394'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70671 -1.55603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70671 -1.55603)"^^geo:wktLiteral ;
  geo-pos:lat "48.70671"^^xsd:decimal ;
  geo-pos:long "-1.55603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9408'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55603'^^xsd:double;
  dwc:latitude '48.70671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55603 48.70671, -1.55603 48.70671, -1.55603 48.70671, -1.55603 48.70671, -1.55603 48.70671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9408'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70697 -1.55602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70697 -1.55602)"^^geo:wktLiteral ;
  geo-pos:lat "48.70697"^^xsd:decimal ;
  geo-pos:long "-1.55602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4657'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55602'^^xsd:double;
  dwc:latitude '48.70697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55602 48.70697, -1.55602 48.70697, -1.55602 48.70697, -1.55602 48.70697, -1.55602 48.70697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4657'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71687 -1.55601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71687 -1.55601)"^^geo:wktLiteral ;
  geo-pos:lat "48.71687"^^xsd:decimal ;
  geo-pos:long "-1.55601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3779'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55601'^^xsd:double;
  dwc:latitude '48.71687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55601 48.71687, -1.55601 48.71687, -1.55601 48.71687, -1.55601 48.71687, -1.55601 48.71687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3779'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73416 -1.55597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73416 -1.55597)"^^geo:wktLiteral ;
  geo-pos:lat "48.73416"^^xsd:decimal ;
  geo-pos:long "-1.55597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5080'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55597'^^xsd:double;
  dwc:latitude '48.73416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55597 48.73416, -1.55597 48.73416, -1.55597 48.73416, -1.55597 48.73416, -1.55597 48.73416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5080'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65731 -1.55596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65731 -1.55596)"^^geo:wktLiteral ;
  geo-pos:lat "48.65731"^^xsd:decimal ;
  geo-pos:long "-1.55596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6390'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55596'^^xsd:double;
  dwc:latitude '48.65731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55596 48.65731, -1.55596 48.65731, -1.55596 48.65731, -1.55596 48.65731, -1.55596 48.65731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6390'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66858 -1.55595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66858 -1.55595)"^^geo:wktLiteral ;
  geo-pos:lat "48.66858"^^xsd:decimal ;
  geo-pos:long "-1.55595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11616'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55595'^^xsd:double;
  dwc:latitude '48.66858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55595 48.66858, -1.55595 48.66858, -1.55595 48.66858, -1.55595 48.66858, -1.55595 48.66858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11616'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69941 -1.55595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69941 -1.55595)"^^geo:wktLiteral ;
  geo-pos:lat "48.69941"^^xsd:decimal ;
  geo-pos:long "-1.55595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5281'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55595'^^xsd:double;
  dwc:latitude '48.69941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55595 48.69941, -1.55595 48.69941, -1.55595 48.69941, -1.55595 48.69941, -1.55595 48.69941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5281'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68698 -1.55593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68698 -1.55593)"^^geo:wktLiteral ;
  geo-pos:lat "48.68698"^^xsd:decimal ;
  geo-pos:long "-1.55593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4212'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55593'^^xsd:double;
  dwc:latitude '48.68698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55593 48.68698, -1.55593 48.68698, -1.55593 48.68698, -1.55593 48.68698, -1.55593 48.68698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4212'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69658 -1.55593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69658"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69658 -1.55593)"^^geo:wktLiteral ;
  geo-pos:lat "48.69658"^^xsd:decimal ;
  geo-pos:long "-1.55593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1399'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55593'^^xsd:double;
  dwc:latitude '48.69658'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55593 48.69658, -1.55593 48.69658, -1.55593 48.69658, -1.55593 48.69658, -1.55593 48.69658))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1399'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71932 -1.55593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71932 -1.55593)"^^geo:wktLiteral ;
  geo-pos:lat "48.71932"^^xsd:decimal ;
  geo-pos:long "-1.55593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4307'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55593'^^xsd:double;
  dwc:latitude '48.71932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55593 48.71932, -1.55593 48.71932, -1.55593 48.71932, -1.55593 48.71932, -1.55593 48.71932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4307'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65509 -1.55592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65509"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65509 -1.55592)"^^geo:wktLiteral ;
  geo-pos:lat "48.65509"^^xsd:decimal ;
  geo-pos:long "-1.55592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10444'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55592'^^xsd:double;
  dwc:latitude '48.65509'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55592 48.65509, -1.55592 48.65509, -1.55592 48.65509, -1.55592 48.65509, -1.55592 48.65509))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10444'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66896 -1.55591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66896 -1.55591)"^^geo:wktLiteral ;
  geo-pos:lat "48.66896"^^xsd:decimal ;
  geo-pos:long "-1.55591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5098'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55591'^^xsd:double;
  dwc:latitude '48.66896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55591 48.66896, -1.55591 48.66896, -1.55591 48.66896, -1.55591 48.66896, -1.55591 48.66896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5098'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70122 -1.5559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70122 -1.5559)"^^geo:wktLiteral ;
  geo-pos:lat "48.70122"^^xsd:decimal ;
  geo-pos:long "-1.5559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5044'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5559'^^xsd:double;
  dwc:latitude '48.70122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5559 48.70122, -1.5559 48.70122, -1.5559 48.70122, -1.5559 48.70122, -1.5559 48.70122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5044'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69622 -1.55589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69622 -1.55589)"^^geo:wktLiteral ;
  geo-pos:lat "48.69622"^^xsd:decimal ;
  geo-pos:long "-1.55589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4153'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55589'^^xsd:double;
  dwc:latitude '48.69622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55589 48.69622, -1.55589 48.69622, -1.55589 48.69622, -1.55589 48.69622, -1.55589 48.69622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4153'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70654 -1.55588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70654 -1.55588)"^^geo:wktLiteral ;
  geo-pos:lat "48.70654"^^xsd:decimal ;
  geo-pos:long "-1.55588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7356'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55588'^^xsd:double;
  dwc:latitude '48.70654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55588 48.70654, -1.55588 48.70654, -1.55588 48.70654, -1.55588 48.70654, -1.55588 48.70654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7356'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71469 -1.55587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71469 -1.55587)"^^geo:wktLiteral ;
  geo-pos:lat "48.71469"^^xsd:decimal ;
  geo-pos:long "-1.55587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1198'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55587'^^xsd:double;
  dwc:latitude '48.71469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55587 48.71469, -1.55587 48.71469, -1.55587 48.71469, -1.55587 48.71469, -1.55587 48.71469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1198'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71225 -1.55586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71225 -1.55586)"^^geo:wktLiteral ;
  geo-pos:lat "48.71225"^^xsd:decimal ;
  geo-pos:long "-1.55586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_38'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_38'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55586'^^xsd:double;
  dwc:latitude '48.71225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55586 48.71225, -1.55586 48.71225, -1.55586 48.71225, -1.55586 48.71225, -1.55586 48.71225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_38'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66907 -1.55585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66907 -1.55585)"^^geo:wktLiteral ;
  geo-pos:lat "48.66907"^^xsd:decimal ;
  geo-pos:long "-1.55585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11176'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55585'^^xsd:double;
  dwc:latitude '48.66907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55585 48.66907, -1.55585 48.66907, -1.55585 48.66907, -1.55585 48.66907, -1.55585 48.66907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11176'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67865 -1.55585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67865 -1.55585)"^^geo:wktLiteral ;
  geo-pos:lat "48.67865"^^xsd:decimal ;
  geo-pos:long "-1.55585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2148'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55585'^^xsd:double;
  dwc:latitude '48.67865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55585 48.67865, -1.55585 48.67865, -1.55585 48.67865, -1.55585 48.67865, -1.55585 48.67865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2148'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70952 -1.55585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70952 -1.55585)"^^geo:wktLiteral ;
  geo-pos:lat "48.70952"^^xsd:decimal ;
  geo-pos:long "-1.55585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7922'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55585'^^xsd:double;
  dwc:latitude '48.70952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55585 48.70952, -1.55585 48.70952, -1.55585 48.70952, -1.55585 48.70952, -1.55585 48.70952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7922'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68921 -1.55584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68921 -1.55584)"^^geo:wktLiteral ;
  geo-pos:lat "48.68921"^^xsd:decimal ;
  geo-pos:long "-1.55584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_5362'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55584'^^xsd:double;
  dwc:latitude '48.68921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55584 48.68921, -1.55584 48.68921, -1.55584 48.68921, -1.55584 48.68921, -1.55584 48.68921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5362'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70567 -1.55582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70567 -1.55582)"^^geo:wktLiteral ;
  geo-pos:lat "48.70567"^^xsd:decimal ;
  geo-pos:long "-1.55582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7768'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55582'^^xsd:double;
  dwc:latitude '48.70567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55582 48.70567, -1.55582 48.70567, -1.55582 48.70567, -1.55582 48.70567, -1.55582 48.70567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7768'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70149 -1.55581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70149 -1.55581)"^^geo:wktLiteral ;
  geo-pos:lat "48.70149"^^xsd:decimal ;
  geo-pos:long "-1.55581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10614'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55581'^^xsd:double;
  dwc:latitude '48.70149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55581 48.70149, -1.55581 48.70149, -1.55581 48.70149, -1.55581 48.70149, -1.55581 48.70149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10614'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72325 -1.5558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72325 -1.5558)"^^geo:wktLiteral ;
  geo-pos:lat "48.72325"^^xsd:decimal ;
  geo-pos:long "-1.5558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4427'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5558'^^xsd:double;
  dwc:latitude '48.72325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5558 48.72325, -1.5558 48.72325, -1.5558 48.72325, -1.5558 48.72325, -1.5558 48.72325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4427'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71355 -1.55579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71355 -1.55579)"^^geo:wktLiteral ;
  geo-pos:lat "48.71355"^^xsd:decimal ;
  geo-pos:long "-1.55579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9101'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55579'^^xsd:double;
  dwc:latitude '48.71355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55579 48.71355, -1.55579 48.71355, -1.55579 48.71355, -1.55579 48.71355, -1.55579 48.71355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9101'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6691 -1.55578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6691 -1.55578)"^^geo:wktLiteral ;
  geo-pos:lat "48.6691"^^xsd:decimal ;
  geo-pos:long "-1.55578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11286'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55578'^^xsd:double;
  dwc:latitude '48.6691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55578 48.6691, -1.55578 48.6691, -1.55578 48.6691, -1.55578 48.6691, -1.55578 48.6691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11286'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69278 -1.55578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69278 -1.55578)"^^geo:wktLiteral ;
  geo-pos:lat "48.69278"^^xsd:decimal ;
  geo-pos:long "-1.55578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6960'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55578'^^xsd:double;
  dwc:latitude '48.69278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55578 48.69278, -1.55578 48.69278, -1.55578 48.69278, -1.55578 48.69278, -1.55578 48.69278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6960'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69739 -1.55578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69739 -1.55578)"^^geo:wktLiteral ;
  geo-pos:lat "48.69739"^^xsd:decimal ;
  geo-pos:long "-1.55578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3928'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55578'^^xsd:double;
  dwc:latitude '48.69739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55578 48.69739, -1.55578 48.69739, -1.55578 48.69739, -1.55578 48.69739, -1.55578 48.69739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3928'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71738 -1.55578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71738"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71738 -1.55578)"^^geo:wktLiteral ;
  geo-pos:lat "48.71738"^^xsd:decimal ;
  geo-pos:long "-1.55578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7407'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55578'^^xsd:double;
  dwc:latitude '48.71738'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55578 48.71738, -1.55578 48.71738, -1.55578 48.71738, -1.55578 48.71738, -1.55578 48.71738))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7407'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66935 -1.55577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66935"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66935 -1.55577)"^^geo:wktLiteral ;
  geo-pos:lat "48.66935"^^xsd:decimal ;
  geo-pos:long "-1.55577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11240'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55577'^^xsd:double;
  dwc:latitude '48.66935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55577 48.66935, -1.55577 48.66935, -1.55577 48.66935, -1.55577 48.66935, -1.55577 48.66935))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11240'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.55577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.55577)"^^geo:wktLiteral ;
  geo-pos:lat "48.70431"^^xsd:decimal ;
  geo-pos:long "-1.55577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7723'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55577'^^xsd:double;
  dwc:latitude '48.70431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55577 48.70431, -1.55577 48.70431, -1.55577 48.70431, -1.55577 48.70431, -1.55577 48.70431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7723'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72841 -1.55575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72841 -1.55575)"^^geo:wktLiteral ;
  geo-pos:lat "48.72841"^^xsd:decimal ;
  geo-pos:long "-1.55575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9910'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55575'^^xsd:double;
  dwc:latitude '48.72841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55575 48.72841, -1.55575 48.72841, -1.55575 48.72841, -1.55575 48.72841, -1.55575 48.72841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9910'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69339 -1.55571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69339 -1.55571)"^^geo:wktLiteral ;
  geo-pos:lat "48.69339"^^xsd:decimal ;
  geo-pos:long "-1.55571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4583'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55571'^^xsd:double;
  dwc:latitude '48.69339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55571 48.69339, -1.55571 48.69339, -1.55571 48.69339, -1.55571 48.69339, -1.55571 48.69339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4583'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71054 -1.55571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71054 -1.55571)"^^geo:wktLiteral ;
  geo-pos:lat "48.71054"^^xsd:decimal ;
  geo-pos:long "-1.55571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5472'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55571'^^xsd:double;
  dwc:latitude '48.71054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55571 48.71054, -1.55571 48.71054, -1.55571 48.71054, -1.55571 48.71054, -1.55571 48.71054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5472'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69298 -1.55569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69298 -1.55569)"^^geo:wktLiteral ;
  geo-pos:lat "48.69298"^^xsd:decimal ;
  geo-pos:long "-1.55569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1118'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55569'^^xsd:double;
  dwc:latitude '48.69298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55569 48.69298, -1.55569 48.69298, -1.55569 48.69298, -1.55569 48.69298, -1.55569 48.69298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1118'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70874 -1.55569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70874 -1.55569)"^^geo:wktLiteral ;
  geo-pos:lat "48.70874"^^xsd:decimal ;
  geo-pos:long "-1.55569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9421'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '15.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55569'^^xsd:double;
  dwc:latitude '48.70874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55569 48.70874, -1.55569 48.70874, -1.55569 48.70874, -1.55569 48.70874, -1.55569 48.70874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9421'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68225 -1.55568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68225 -1.55568)"^^geo:wktLiteral ;
  geo-pos:lat "48.68225"^^xsd:decimal ;
  geo-pos:long "-1.55568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7041'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55568'^^xsd:double;
  dwc:latitude '48.68225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55568 48.68225, -1.55568 48.68225, -1.55568 48.68225, -1.55568 48.68225, -1.55568 48.68225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7041'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69501 -1.55568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69501 -1.55568)"^^geo:wktLiteral ;
  geo-pos:lat "48.69501"^^xsd:decimal ;
  geo-pos:long "-1.55568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9718'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55568'^^xsd:double;
  dwc:latitude '48.69501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55568 48.69501, -1.55568 48.69501, -1.55568 48.69501, -1.55568 48.69501, -1.55568 48.69501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9718'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6973 -1.55567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6973 -1.55567)"^^geo:wktLiteral ;
  geo-pos:lat "48.6973"^^xsd:decimal ;
  geo-pos:long "-1.55567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4298'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55567'^^xsd:double;
  dwc:latitude '48.6973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55567 48.6973, -1.55567 48.6973, -1.55567 48.6973, -1.55567 48.6973, -1.55567 48.6973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4298'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70502 -1.55564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70502 -1.55564)"^^geo:wktLiteral ;
  geo-pos:lat "48.70502"^^xsd:decimal ;
  geo-pos:long "-1.55564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4326'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55564'^^xsd:double;
  dwc:latitude '48.70502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55564 48.70502, -1.55564 48.70502, -1.55564 48.70502, -1.55564 48.70502, -1.55564 48.70502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4326'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71975 -1.55564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71975"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71975 -1.55564)"^^geo:wktLiteral ;
  geo-pos:lat "48.71975"^^xsd:decimal ;
  geo-pos:long "-1.55564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1758'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55564'^^xsd:double;
  dwc:latitude '48.71975'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55564 48.71975, -1.55564 48.71975, -1.55564 48.71975, -1.55564 48.71975, -1.55564 48.71975))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1758'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66883 -1.55563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66883 -1.55563)"^^geo:wktLiteral ;
  geo-pos:lat "48.66883"^^xsd:decimal ;
  geo-pos:long "-1.55563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10545'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55563'^^xsd:double;
  dwc:latitude '48.66883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55563 48.66883, -1.55563 48.66883, -1.55563 48.66883, -1.55563 48.66883, -1.55563 48.66883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10545'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71555 -1.55562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71555 -1.55562)"^^geo:wktLiteral ;
  geo-pos:lat "48.71555"^^xsd:decimal ;
  geo-pos:long "-1.55562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_889'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55562'^^xsd:double;
  dwc:latitude '48.71555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55562 48.71555, -1.55562 48.71555, -1.55562 48.71555, -1.55562 48.71555, -1.55562 48.71555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_889'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71359 -1.55561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71359 -1.55561)"^^geo:wktLiteral ;
  geo-pos:lat "48.71359"^^xsd:decimal ;
  geo-pos:long "-1.55561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1820'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55561'^^xsd:double;
  dwc:latitude '48.71359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55561 48.71359, -1.55561 48.71359, -1.55561 48.71359, -1.55561 48.71359, -1.55561 48.71359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1820'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66335 -1.5556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66335"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66335 -1.5556)"^^geo:wktLiteral ;
  geo-pos:lat "48.66335"^^xsd:decimal ;
  geo-pos:long "-1.5556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3625'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5556'^^xsd:double;
  dwc:latitude '48.66335'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5556 48.66335, -1.5556 48.66335, -1.5556 48.66335, -1.5556 48.66335, -1.5556 48.66335))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3625'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68557 -1.55559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68557 -1.55559)"^^geo:wktLiteral ;
  geo-pos:lat "48.68557"^^xsd:decimal ;
  geo-pos:long "-1.55559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10237'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55559'^^xsd:double;
  dwc:latitude '48.68557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55559 48.68557, -1.55559 48.68557, -1.55559 48.68557, -1.55559 48.68557, -1.55559 48.68557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10237'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7086 -1.55559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7086 -1.55559)"^^geo:wktLiteral ;
  geo-pos:lat "48.7086"^^xsd:decimal ;
  geo-pos:long "-1.55559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3996'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55559'^^xsd:double;
  dwc:latitude '48.7086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55559 48.7086, -1.55559 48.7086, -1.55559 48.7086, -1.55559 48.7086, -1.55559 48.7086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3996'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70512 -1.55558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70512"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70512 -1.55558)"^^geo:wktLiteral ;
  geo-pos:lat "48.70512"^^xsd:decimal ;
  geo-pos:long "-1.55558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7969'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55558'^^xsd:double;
  dwc:latitude '48.70512'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55558 48.70512, -1.55558 48.70512, -1.55558 48.70512, -1.55558 48.70512, -1.55558 48.70512))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7969'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65346 -1.55557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65346 -1.55557)"^^geo:wktLiteral ;
  geo-pos:lat "48.65346"^^xsd:decimal ;
  geo-pos:long "-1.55557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1924'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55557'^^xsd:double;
  dwc:latitude '48.65346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55557 48.65346, -1.55557 48.65346, -1.55557 48.65346, -1.55557 48.65346, -1.55557 48.65346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1924'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70571 -1.55557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70571 -1.55557)"^^geo:wktLiteral ;
  geo-pos:lat "48.70571"^^xsd:decimal ;
  geo-pos:long "-1.55557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3819'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55557'^^xsd:double;
  dwc:latitude '48.70571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55557 48.70571, -1.55557 48.70571, -1.55557 48.70571, -1.55557 48.70571, -1.55557 48.70571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3819'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7189 -1.55556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7189 -1.55556)"^^geo:wktLiteral ;
  geo-pos:lat "48.7189"^^xsd:decimal ;
  geo-pos:long "-1.55556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7496'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55556'^^xsd:double;
  dwc:latitude '48.7189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55556 48.7189, -1.55556 48.7189, -1.55556 48.7189, -1.55556 48.7189, -1.55556 48.7189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7496'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70023 -1.55555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70023 -1.55555)"^^geo:wktLiteral ;
  geo-pos:lat "48.70023"^^xsd:decimal ;
  geo-pos:long "-1.55555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2260'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55555'^^xsd:double;
  dwc:latitude '48.70023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55555 48.70023, -1.55555 48.70023, -1.55555 48.70023, -1.55555 48.70023, -1.55555 48.70023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2260'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70177 -1.55555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70177 -1.55555)"^^geo:wktLiteral ;
  geo-pos:lat "48.70177"^^xsd:decimal ;
  geo-pos:long "-1.55555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4565'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55555'^^xsd:double;
  dwc:latitude '48.70177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55555 48.70177, -1.55555 48.70177, -1.55555 48.70177, -1.55555 48.70177, -1.55555 48.70177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4565'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6609 -1.55553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6609 -1.55553)"^^geo:wktLiteral ;
  geo-pos:lat "48.6609"^^xsd:decimal ;
  geo-pos:long "-1.55553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5530'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55553'^^xsd:double;
  dwc:latitude '48.6609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55553 48.6609, -1.55553 48.6609, -1.55553 48.6609, -1.55553 48.6609, -1.55553 48.6609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5530'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66874 -1.55553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66874 -1.55553)"^^geo:wktLiteral ;
  geo-pos:lat "48.66874"^^xsd:decimal ;
  geo-pos:long "-1.55553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10546'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55553'^^xsd:double;
  dwc:latitude '48.66874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55553 48.66874, -1.55553 48.66874, -1.55553 48.66874, -1.55553 48.66874, -1.55553 48.66874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10546'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.55552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.55552)"^^geo:wktLiteral ;
  geo-pos:lat "48.69401"^^xsd:decimal ;
  geo-pos:long "-1.55552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1418'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55552'^^xsd:double;
  dwc:latitude '48.69401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55552 48.69401, -1.55552 48.69401, -1.55552 48.69401, -1.55552 48.69401, -1.55552 48.69401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1418'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69704 -1.55552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69704 -1.55552)"^^geo:wktLiteral ;
  geo-pos:lat "48.69704"^^xsd:decimal ;
  geo-pos:long "-1.55552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6914'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55552'^^xsd:double;
  dwc:latitude '48.69704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55552 48.69704, -1.55552 48.69704, -1.55552 48.69704, -1.55552 48.69704, -1.55552 48.69704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6914'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.5555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66845 -1.5555)"^^geo:wktLiteral ;
  geo-pos:lat "48.66845"^^xsd:decimal ;
  geo-pos:long "-1.5555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10549'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5555'^^xsd:double;
  dwc:latitude '48.66845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5555 48.66845, -1.5555 48.66845, -1.5555 48.66845, -1.5555 48.66845, -1.5555 48.66845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10549'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6723 -1.5555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6723 -1.5555)"^^geo:wktLiteral ;
  geo-pos:lat "48.6723"^^xsd:decimal ;
  geo-pos:long "-1.5555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7190'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5555'^^xsd:double;
  dwc:latitude '48.6723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5555 48.6723, -1.5555 48.6723, -1.5555 48.6723, -1.5555 48.6723, -1.5555 48.6723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7190'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69806 -1.5555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69806 -1.5555)"^^geo:wktLiteral ;
  geo-pos:lat "48.69806"^^xsd:decimal ;
  geo-pos:long "-1.5555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4456'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5555'^^xsd:double;
  dwc:latitude '48.69806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5555 48.69806, -1.5555 48.69806, -1.5555 48.69806, -1.5555 48.69806, -1.5555 48.69806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4456'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66642 -1.55549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66642 -1.55549)"^^geo:wktLiteral ;
  geo-pos:lat "48.66642"^^xsd:decimal ;
  geo-pos:long "-1.55549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6850'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55549'^^xsd:double;
  dwc:latitude '48.66642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55549 48.66642, -1.55549 48.66642, -1.55549 48.66642, -1.55549 48.66642, -1.55549 48.66642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6850'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67064 -1.55547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67064 -1.55547)"^^geo:wktLiteral ;
  geo-pos:lat "48.67064"^^xsd:decimal ;
  geo-pos:long "-1.55547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7370'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55547'^^xsd:double;
  dwc:latitude '48.67064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55547 48.67064, -1.55547 48.67064, -1.55547 48.67064, -1.55547 48.67064, -1.55547 48.67064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7370'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67398 -1.55547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67398"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67398 -1.55547)"^^geo:wktLiteral ;
  geo-pos:lat "48.67398"^^xsd:decimal ;
  geo-pos:long "-1.55547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1141'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55547'^^xsd:double;
  dwc:latitude '48.67398'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55547 48.67398, -1.55547 48.67398, -1.55547 48.67398, -1.55547 48.67398, -1.55547 48.67398))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1141'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71176 -1.55547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71176 -1.55547)"^^geo:wktLiteral ;
  geo-pos:lat "48.71176"^^xsd:decimal ;
  geo-pos:long "-1.55547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2954'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55547'^^xsd:double;
  dwc:latitude '48.71176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55547 48.71176, -1.55547 48.71176, -1.55547 48.71176, -1.55547 48.71176, -1.55547 48.71176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2954'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69068 -1.55546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69068 -1.55546)"^^geo:wktLiteral ;
  geo-pos:lat "48.69068"^^xsd:decimal ;
  geo-pos:long "-1.55546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5137'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55546'^^xsd:double;
  dwc:latitude '48.69068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55546 48.69068, -1.55546 48.69068, -1.55546 48.69068, -1.55546 48.69068, -1.55546 48.69068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5137'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69232 -1.55546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69232 -1.55546)"^^geo:wktLiteral ;
  geo-pos:lat "48.69232"^^xsd:decimal ;
  geo-pos:long "-1.55546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6857'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55546'^^xsd:double;
  dwc:latitude '48.69232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55546 48.69232, -1.55546 48.69232, -1.55546 48.69232, -1.55546 48.69232, -1.55546 48.69232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6857'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66884 -1.55545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66884 -1.55545)"^^geo:wktLiteral ;
  geo-pos:lat "48.66884"^^xsd:decimal ;
  geo-pos:long "-1.55545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10547'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55545'^^xsd:double;
  dwc:latitude '48.66884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55545 48.66884, -1.55545 48.66884, -1.55545 48.66884, -1.55545 48.66884, -1.55545 48.66884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10547'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66097 -1.55544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66097 -1.55544)"^^geo:wktLiteral ;
  geo-pos:lat "48.66097"^^xsd:decimal ;
  geo-pos:long "-1.55544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8592'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55544'^^xsd:double;
  dwc:latitude '48.66097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55544 48.66097, -1.55544 48.66097, -1.55544 48.66097, -1.55544 48.66097, -1.55544 48.66097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8592'^^xsd:string;
  dwc:observationDate '2007-12-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6985 -1.55543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6985"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6985 -1.55543)"^^geo:wktLiteral ;
  geo-pos:lat "48.6985"^^xsd:decimal ;
  geo-pos:long "-1.55543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9528'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55543'^^xsd:double;
  dwc:latitude '48.6985'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55543 48.6985, -1.55543 48.6985, -1.55543 48.6985, -1.55543 48.6985, -1.55543 48.6985))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9528'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66828 -1.55542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66828 -1.55542)"^^geo:wktLiteral ;
  geo-pos:lat "48.66828"^^xsd:decimal ;
  geo-pos:long "-1.55542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10550'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55542'^^xsd:double;
  dwc:latitude '48.66828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55542 48.66828, -1.55542 48.66828, -1.55542 48.66828, -1.55542 48.66828, -1.55542 48.66828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10550'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66607 -1.55541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66607 -1.55541)"^^geo:wktLiteral ;
  geo-pos:lat "48.66607"^^xsd:decimal ;
  geo-pos:long "-1.55541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_16'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_16'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55541'^^xsd:double;
  dwc:latitude '48.66607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55541 48.66607, -1.55541 48.66607, -1.55541 48.66607, -1.55541 48.66607, -1.55541 48.66607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_16'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66883 -1.55539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66883 -1.55539)"^^geo:wktLiteral ;
  geo-pos:lat "48.66883"^^xsd:decimal ;
  geo-pos:long "-1.55539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10548'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55539'^^xsd:double;
  dwc:latitude '48.66883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55539 48.66883, -1.55539 48.66883, -1.55539 48.66883, -1.55539 48.66883, -1.55539 48.66883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10548'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69897 -1.55538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69897 -1.55538)"^^geo:wktLiteral ;
  geo-pos:lat "48.69897"^^xsd:decimal ;
  geo-pos:long "-1.55538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5665'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55538'^^xsd:double;
  dwc:latitude '48.69897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55538 48.69897, -1.55538 48.69897, -1.55538 48.69897, -1.55538 48.69897, -1.55538 48.69897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5665'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71984 -1.55537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71984 -1.55537)"^^geo:wktLiteral ;
  geo-pos:lat "48.71984"^^xsd:decimal ;
  geo-pos:long "-1.55537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8201'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55537'^^xsd:double;
  dwc:latitude '48.71984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55537 48.71984, -1.55537 48.71984, -1.55537 48.71984, -1.55537 48.71984, -1.55537 48.71984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8201'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66158 -1.55536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66158 -1.55536)"^^geo:wktLiteral ;
  geo-pos:lat "48.66158"^^xsd:decimal ;
  geo-pos:long "-1.55536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5407'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55536'^^xsd:double;
  dwc:latitude '48.66158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55536 48.66158, -1.55536 48.66158, -1.55536 48.66158, -1.55536 48.66158, -1.55536 48.66158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5407'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70375 -1.55535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70375"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70375 -1.55535)"^^geo:wktLiteral ;
  geo-pos:lat "48.70375"^^xsd:decimal ;
  geo-pos:long "-1.55535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_571'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55535'^^xsd:double;
  dwc:latitude '48.70375'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55535 48.70375, -1.55535 48.70375, -1.55535 48.70375, -1.55535 48.70375, -1.55535 48.70375))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_571'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70551 -1.55535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70551 -1.55535)"^^geo:wktLiteral ;
  geo-pos:lat "48.70551"^^xsd:decimal ;
  geo-pos:long "-1.55535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5165'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55535'^^xsd:double;
  dwc:latitude '48.70551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55535 48.70551, -1.55535 48.70551, -1.55535 48.70551, -1.55535 48.70551, -1.55535 48.70551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5165'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68016 -1.55534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68016 -1.55534)"^^geo:wktLiteral ;
  geo-pos:lat "48.68016"^^xsd:decimal ;
  geo-pos:long "-1.55534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6998'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55534'^^xsd:double;
  dwc:latitude '48.68016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55534 48.68016, -1.55534 48.68016, -1.55534 48.68016, -1.55534 48.68016, -1.55534 48.68016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6998'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69762 -1.55534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69762 -1.55534)"^^geo:wktLiteral ;
  geo-pos:lat "48.69762"^^xsd:decimal ;
  geo-pos:long "-1.55534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4301'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55534'^^xsd:double;
  dwc:latitude '48.69762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55534 48.69762, -1.55534 48.69762, -1.55534 48.69762, -1.55534 48.69762, -1.55534 48.69762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4301'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68621 -1.55532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68621 -1.55532)"^^geo:wktLiteral ;
  geo-pos:lat "48.68621"^^xsd:decimal ;
  geo-pos:long "-1.55532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4334'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55532'^^xsd:double;
  dwc:latitude '48.68621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55532 48.68621, -1.55532 48.68621, -1.55532 48.68621, -1.55532 48.68621, -1.55532 48.68621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4334'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69149 -1.55531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69149 -1.55531)"^^geo:wktLiteral ;
  geo-pos:lat "48.69149"^^xsd:decimal ;
  geo-pos:long "-1.55531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_294'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55531'^^xsd:double;
  dwc:latitude '48.69149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55531 48.69149, -1.55531 48.69149, -1.55531 48.69149, -1.55531 48.69149, -1.55531 48.69149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_294'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67393 -1.5553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67393 -1.5553)"^^geo:wktLiteral ;
  geo-pos:lat "48.67393"^^xsd:decimal ;
  geo-pos:long "-1.5553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4332'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5553'^^xsd:double;
  dwc:latitude '48.67393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5553 48.67393, -1.5553 48.67393, -1.5553 48.67393, -1.5553 48.67393, -1.5553 48.67393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4332'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70208 -1.55529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70208"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70208 -1.55529)"^^geo:wktLiteral ;
  geo-pos:lat "48.70208"^^xsd:decimal ;
  geo-pos:long "-1.55529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6208'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55529'^^xsd:double;
  dwc:latitude '48.70208'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55529 48.70208, -1.55529 48.70208, -1.55529 48.70208, -1.55529 48.70208, -1.55529 48.70208))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6208'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72328 -1.55528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72328 -1.55528)"^^geo:wktLiteral ;
  geo-pos:lat "48.72328"^^xsd:decimal ;
  geo-pos:long "-1.55528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2367'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55528'^^xsd:double;
  dwc:latitude '48.72328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55528 48.72328, -1.55528 48.72328, -1.55528 48.72328, -1.55528 48.72328, -1.55528 48.72328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2367'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71203 -1.55527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71203 -1.55527)"^^geo:wktLiteral ;
  geo-pos:lat "48.71203"^^xsd:decimal ;
  geo-pos:long "-1.55527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9994'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55527'^^xsd:double;
  dwc:latitude '48.71203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55527 48.71203, -1.55527 48.71203, -1.55527 48.71203, -1.55527 48.71203, -1.55527 48.71203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9994'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.55526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70056 -1.55526)"^^geo:wktLiteral ;
  geo-pos:lat "48.70056"^^xsd:decimal ;
  geo-pos:long "-1.55526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7458'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55526'^^xsd:double;
  dwc:latitude '48.70056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55526 48.70056, -1.55526 48.70056, -1.55526 48.70056, -1.55526 48.70056, -1.55526 48.70056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7458'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70324 -1.55525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70324"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70324 -1.55525)"^^geo:wktLiteral ;
  geo-pos:lat "48.70324"^^xsd:decimal ;
  geo-pos:long "-1.55525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6569'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55525'^^xsd:double;
  dwc:latitude '48.70324'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55525 48.70324, -1.55525 48.70324, -1.55525 48.70324, -1.55525 48.70324, -1.55525 48.70324))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6569'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67023 -1.55524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67023 -1.55524)"^^geo:wktLiteral ;
  geo-pos:lat "48.67023"^^xsd:decimal ;
  geo-pos:long "-1.55524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_3868'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55524'^^xsd:double;
  dwc:latitude '48.67023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55524 48.67023, -1.55524 48.67023, -1.55524 48.67023, -1.55524 48.67023, -1.55524 48.67023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3868'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68773 -1.55524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68773 -1.55524)"^^geo:wktLiteral ;
  geo-pos:lat "48.68773"^^xsd:decimal ;
  geo-pos:long "-1.55524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10011'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55524'^^xsd:double;
  dwc:latitude '48.68773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55524 48.68773, -1.55524 48.68773, -1.55524 48.68773, -1.55524 48.68773, -1.55524 48.68773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10011'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72267 -1.55524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72267"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72267 -1.55524)"^^geo:wktLiteral ;
  geo-pos:lat "48.72267"^^xsd:decimal ;
  geo-pos:long "-1.55524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4692'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55524'^^xsd:double;
  dwc:latitude '48.72267'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55524 48.72267, -1.55524 48.72267, -1.55524 48.72267, -1.55524 48.72267, -1.55524 48.72267))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4692'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72012 -1.55523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72012 -1.55523)"^^geo:wktLiteral ;
  geo-pos:lat "48.72012"^^xsd:decimal ;
  geo-pos:long "-1.55523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5093'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55523'^^xsd:double;
  dwc:latitude '48.72012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55523 48.72012, -1.55523 48.72012, -1.55523 48.72012, -1.55523 48.72012, -1.55523 48.72012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5093'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66147 -1.5552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66147 -1.5552)"^^geo:wktLiteral ;
  geo-pos:lat "48.66147"^^xsd:decimal ;
  geo-pos:long "-1.5552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_108'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5552'^^xsd:double;
  dwc:latitude '48.66147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5552 48.66147, -1.5552 48.66147, -1.5552 48.66147, -1.5552 48.66147, -1.5552 48.66147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_108'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66195 -1.5552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66195 -1.5552)"^^geo:wktLiteral ;
  geo-pos:lat "48.66195"^^xsd:decimal ;
  geo-pos:long "-1.5552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6024'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5552'^^xsd:double;
  dwc:latitude '48.66195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5552 48.66195, -1.5552 48.66195, -1.5552 48.66195, -1.5552 48.66195, -1.5552 48.66195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6024'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69705 -1.55517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69705 -1.55517)"^^geo:wktLiteral ;
  geo-pos:lat "48.69705"^^xsd:decimal ;
  geo-pos:long "-1.55517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4171'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55517'^^xsd:double;
  dwc:latitude '48.69705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55517 48.69705, -1.55517 48.69705, -1.55517 48.69705, -1.55517 48.69705, -1.55517 48.69705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4171'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70308 -1.55517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70308 -1.55517)"^^geo:wktLiteral ;
  geo-pos:lat "48.70308"^^xsd:decimal ;
  geo-pos:long "-1.55517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3160'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55517'^^xsd:double;
  dwc:latitude '48.70308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55517 48.70308, -1.55517 48.70308, -1.55517 48.70308, -1.55517 48.70308, -1.55517 48.70308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3160'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70816 -1.55516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70816 -1.55516)"^^geo:wktLiteral ;
  geo-pos:lat "48.70816"^^xsd:decimal ;
  geo-pos:long "-1.55516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3790'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55516'^^xsd:double;
  dwc:latitude '48.70816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55516 48.70816, -1.55516 48.70816, -1.55516 48.70816, -1.55516 48.70816, -1.55516 48.70816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3790'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71212 -1.55516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71212"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71212 -1.55516)"^^geo:wktLiteral ;
  geo-pos:lat "48.71212"^^xsd:decimal ;
  geo-pos:long "-1.55516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2610'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55516'^^xsd:double;
  dwc:latitude '48.71212'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55516 48.71212, -1.55516 48.71212, -1.55516 48.71212, -1.55516 48.71212, -1.55516 48.71212))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2610'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70678 -1.55515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70678 -1.55515)"^^geo:wktLiteral ;
  geo-pos:lat "48.70678"^^xsd:decimal ;
  geo-pos:long "-1.55515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9433'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55515'^^xsd:double;
  dwc:latitude '48.70678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55515 48.70678, -1.55515 48.70678, -1.55515 48.70678, -1.55515 48.70678, -1.55515 48.70678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9433'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72531 -1.55515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72531 -1.55515)"^^geo:wktLiteral ;
  geo-pos:lat "48.72531"^^xsd:decimal ;
  geo-pos:long "-1.55515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_638'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55515'^^xsd:double;
  dwc:latitude '48.72531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55515 48.72531, -1.55515 48.72531, -1.55515 48.72531, -1.55515 48.72531, -1.55515 48.72531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_638'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70025 -1.55513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70025 -1.55513)"^^geo:wktLiteral ;
  geo-pos:lat "48.70025"^^xsd:decimal ;
  geo-pos:long "-1.55513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5823'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55513'^^xsd:double;
  dwc:latitude '48.70025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55513 48.70025, -1.55513 48.70025, -1.55513 48.70025, -1.55513 48.70025, -1.55513 48.70025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5823'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66521 -1.55512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66521 -1.55512)"^^geo:wktLiteral ;
  geo-pos:lat "48.66521"^^xsd:decimal ;
  geo-pos:long "-1.55512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7057'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55512'^^xsd:double;
  dwc:latitude '48.66521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55512 48.66521, -1.55512 48.66521, -1.55512 48.66521, -1.55512 48.66521, -1.55512 48.66521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7057'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71006 -1.55512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71006 -1.55512)"^^geo:wktLiteral ;
  geo-pos:lat "48.71006"^^xsd:decimal ;
  geo-pos:long "-1.55512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4588'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55512'^^xsd:double;
  dwc:latitude '48.71006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55512 48.71006, -1.55512 48.71006, -1.55512 48.71006, -1.55512 48.71006, -1.55512 48.71006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4588'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69685 -1.55511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69685 -1.55511)"^^geo:wktLiteral ;
  geo-pos:lat "48.69685"^^xsd:decimal ;
  geo-pos:long "-1.55511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2261'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55511'^^xsd:double;
  dwc:latitude '48.69685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55511 48.69685, -1.55511 48.69685, -1.55511 48.69685, -1.55511 48.69685, -1.55511 48.69685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2261'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66339 -1.55509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66339 -1.55509)"^^geo:wktLiteral ;
  geo-pos:lat "48.66339"^^xsd:decimal ;
  geo-pos:long "-1.55509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5533'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55509'^^xsd:double;
  dwc:latitude '48.66339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55509 48.66339, -1.55509 48.66339, -1.55509 48.66339, -1.55509 48.66339, -1.55509 48.66339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5533'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67958 -1.55508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67958 -1.55508)"^^geo:wktLiteral ;
  geo-pos:lat "48.67958"^^xsd:decimal ;
  geo-pos:long "-1.55508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7409'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55508'^^xsd:double;
  dwc:latitude '48.67958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55508 48.67958, -1.55508 48.67958, -1.55508 48.67958, -1.55508 48.67958, -1.55508 48.67958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7409'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72618 -1.55505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72618 -1.55505)"^^geo:wktLiteral ;
  geo-pos:lat "48.72618"^^xsd:decimal ;
  geo-pos:long "-1.55505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_698'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55505'^^xsd:double;
  dwc:latitude '48.72618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55505 48.72618, -1.55505 48.72618, -1.55505 48.72618, -1.55505 48.72618, -1.55505 48.72618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_698'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72482 -1.55504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72482 -1.55504)"^^geo:wktLiteral ;
  geo-pos:lat "48.72482"^^xsd:decimal ;
  geo-pos:long "-1.55504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2016'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55504'^^xsd:double;
  dwc:latitude '48.72482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55504 48.72482, -1.55504 48.72482, -1.55504 48.72482, -1.55504 48.72482, -1.55504 48.72482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2016'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66817 -1.55503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66817 -1.55503)"^^geo:wktLiteral ;
  geo-pos:lat "48.66817"^^xsd:decimal ;
  geo-pos:long "-1.55503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11433'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55503'^^xsd:double;
  dwc:latitude '48.66817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55503 48.66817, -1.55503 48.66817, -1.55503 48.66817, -1.55503 48.66817, -1.55503 48.66817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11433'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70819 -1.55503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70819 -1.55503)"^^geo:wktLiteral ;
  geo-pos:lat "48.70819"^^xsd:decimal ;
  geo-pos:long "-1.55503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7812'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55503'^^xsd:double;
  dwc:latitude '48.70819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55503 48.70819, -1.55503 48.70819, -1.55503 48.70819, -1.55503 48.70819, -1.55503 48.70819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7812'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65909 -1.55502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65909"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65909 -1.55502)"^^geo:wktLiteral ;
  geo-pos:lat "48.65909"^^xsd:decimal ;
  geo-pos:long "-1.55502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6400'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55502'^^xsd:double;
  dwc:latitude '48.65909'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55502 48.65909, -1.55502 48.65909, -1.55502 48.65909, -1.55502 48.65909, -1.55502 48.65909))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6400'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69058 -1.55502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69058 -1.55502)"^^geo:wktLiteral ;
  geo-pos:lat "48.69058"^^xsd:decimal ;
  geo-pos:long "-1.55502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4365'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55502'^^xsd:double;
  dwc:latitude '48.69058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55502 48.69058, -1.55502 48.69058, -1.55502 48.69058, -1.55502 48.69058, -1.55502 48.69058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4365'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67618 -1.55501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67618 -1.55501)"^^geo:wktLiteral ;
  geo-pos:lat "48.67618"^^xsd:decimal ;
  geo-pos:long "-1.55501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7149'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55501'^^xsd:double;
  dwc:latitude '48.67618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55501 48.67618, -1.55501 48.67618, -1.55501 48.67618, -1.55501 48.67618, -1.55501 48.67618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7149'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72411 -1.55498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72411 -1.55498)"^^geo:wktLiteral ;
  geo-pos:lat "48.72411"^^xsd:decimal ;
  geo-pos:long "-1.55498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_359'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55498'^^xsd:double;
  dwc:latitude '48.72411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55498 48.72411, -1.55498 48.72411, -1.55498 48.72411, -1.55498 48.72411, -1.55498 48.72411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_359'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7262 -1.55498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7262"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7262 -1.55498)"^^geo:wktLiteral ;
  geo-pos:lat "48.7262"^^xsd:decimal ;
  geo-pos:long "-1.55498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2747'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55498'^^xsd:double;
  dwc:latitude '48.7262'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55498 48.7262, -1.55498 48.7262, -1.55498 48.7262, -1.55498 48.7262, -1.55498 48.7262))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2747'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70863 -1.55493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70863 -1.55493)"^^geo:wktLiteral ;
  geo-pos:lat "48.70863"^^xsd:decimal ;
  geo-pos:long "-1.55493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3546'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55493'^^xsd:double;
  dwc:latitude '48.70863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55493 48.70863, -1.55493 48.70863, -1.55493 48.70863, -1.55493 48.70863, -1.55493 48.70863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3546'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70807 -1.55491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70807 -1.55491)"^^geo:wktLiteral ;
  geo-pos:lat "48.70807"^^xsd:decimal ;
  geo-pos:long "-1.55491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1263'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55491'^^xsd:double;
  dwc:latitude '48.70807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55491 48.70807, -1.55491 48.70807, -1.55491 48.70807, -1.55491 48.70807, -1.55491 48.70807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1263'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71306 -1.55489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71306 -1.55489)"^^geo:wktLiteral ;
  geo-pos:lat "48.71306"^^xsd:decimal ;
  geo-pos:long "-1.55489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_666'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55489'^^xsd:double;
  dwc:latitude '48.71306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55489 48.71306, -1.55489 48.71306, -1.55489 48.71306, -1.55489 48.71306, -1.55489 48.71306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_666'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70911 -1.55488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70911 -1.55488)"^^geo:wktLiteral ;
  geo-pos:lat "48.70911"^^xsd:decimal ;
  geo-pos:long "-1.55488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9681'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55488'^^xsd:double;
  dwc:latitude '48.70911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55488 48.70911, -1.55488 48.70911, -1.55488 48.70911, -1.55488 48.70911, -1.55488 48.70911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9681'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71434 -1.55487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71434 -1.55487)"^^geo:wktLiteral ;
  geo-pos:lat "48.71434"^^xsd:decimal ;
  geo-pos:long "-1.55487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3912'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55487'^^xsd:double;
  dwc:latitude '48.71434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55487 48.71434, -1.55487 48.71434, -1.55487 48.71434, -1.55487 48.71434, -1.55487 48.71434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3912'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67616 -1.55485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67616 -1.55485)"^^geo:wktLiteral ;
  geo-pos:lat "48.67616"^^xsd:decimal ;
  geo-pos:long "-1.55485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5685'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55485'^^xsd:double;
  dwc:latitude '48.67616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55485 48.67616, -1.55485 48.67616, -1.55485 48.67616, -1.55485 48.67616, -1.55485 48.67616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5685'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70801 -1.55485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70801 -1.55485)"^^geo:wktLiteral ;
  geo-pos:lat "48.70801"^^xsd:decimal ;
  geo-pos:long "-1.55485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5952'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55485'^^xsd:double;
  dwc:latitude '48.70801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55485 48.70801, -1.55485 48.70801, -1.55485 48.70801, -1.55485 48.70801, -1.55485 48.70801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5952'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66255 -1.55484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66255"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66255 -1.55484)"^^geo:wktLiteral ;
  geo-pos:lat "48.66255"^^xsd:decimal ;
  geo-pos:long "-1.55484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7004'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55484'^^xsd:double;
  dwc:latitude '48.66255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55484 48.66255, -1.55484 48.66255, -1.55484 48.66255, -1.55484 48.66255, -1.55484 48.66255))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7004'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71432 -1.55484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71432 -1.55484)"^^geo:wktLiteral ;
  geo-pos:lat "48.71432"^^xsd:decimal ;
  geo-pos:long "-1.55484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4095'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55484'^^xsd:double;
  dwc:latitude '48.71432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55484 48.71432, -1.55484 48.71432, -1.55484 48.71432, -1.55484 48.71432, -1.55484 48.71432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4095'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69234 -1.55481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69234 -1.55481)"^^geo:wktLiteral ;
  geo-pos:lat "48.69234"^^xsd:decimal ;
  geo-pos:long "-1.55481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4597'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55481'^^xsd:double;
  dwc:latitude '48.69234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55481 48.69234, -1.55481 48.69234, -1.55481 48.69234, -1.55481 48.69234, -1.55481 48.69234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4597'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72364 -1.55481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72364"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72364 -1.55481)"^^geo:wktLiteral ;
  geo-pos:lat "48.72364"^^xsd:decimal ;
  geo-pos:long "-1.55481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1026'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55481'^^xsd:double;
  dwc:latitude '48.72364'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55481 48.72364, -1.55481 48.72364, -1.55481 48.72364, -1.55481 48.72364, -1.55481 48.72364))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1026'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73144 -1.55481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73144 -1.55481)"^^geo:wktLiteral ;
  geo-pos:lat "48.73144"^^xsd:decimal ;
  geo-pos:long "-1.55481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9068'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55481'^^xsd:double;
  dwc:latitude '48.73144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55481 48.73144, -1.55481 48.73144, -1.55481 48.73144, -1.55481 48.73144, -1.55481 48.73144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9068'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66517 -1.5548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66517 -1.5548)"^^geo:wktLiteral ;
  geo-pos:lat "48.66517"^^xsd:decimal ;
  geo-pos:long "-1.5548"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7031'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5548'^^xsd:double;
  dwc:latitude '48.66517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5548 48.66517, -1.5548 48.66517, -1.5548 48.66517, -1.5548 48.66517, -1.5548 48.66517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7031'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67723 -1.5548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67723 -1.5548)"^^geo:wktLiteral ;
  geo-pos:lat "48.67723"^^xsd:decimal ;
  geo-pos:long "-1.5548"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5684'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5548'^^xsd:double;
  dwc:latitude '48.67723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5548 48.67723, -1.5548 48.67723, -1.5548 48.67723, -1.5548 48.67723, -1.5548 48.67723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5684'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69376 -1.55479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69376 -1.55479)"^^geo:wktLiteral ;
  geo-pos:lat "48.69376"^^xsd:decimal ;
  geo-pos:long "-1.55479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6316'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55479'^^xsd:double;
  dwc:latitude '48.69376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55479 48.69376, -1.55479 48.69376, -1.55479 48.69376, -1.55479 48.69376, -1.55479 48.69376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6316'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66041 -1.55477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66041 -1.55477)"^^geo:wktLiteral ;
  geo-pos:lat "48.66041"^^xsd:decimal ;
  geo-pos:long "-1.55477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_12111'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55477'^^xsd:double;
  dwc:latitude '48.66041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55477 48.66041, -1.55477 48.66041, -1.55477 48.66041, -1.55477 48.66041, -1.55477 48.66041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12111'^^xsd:string;
  dwc:observationDate '2007-12-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69044 -1.55477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69044 -1.55477)"^^geo:wktLiteral ;
  geo-pos:lat "48.69044"^^xsd:decimal ;
  geo-pos:long "-1.55477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4302'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55477'^^xsd:double;
  dwc:latitude '48.69044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55477 48.69044, -1.55477 48.69044, -1.55477 48.69044, -1.55477 48.69044, -1.55477 48.69044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4302'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69828 -1.55476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69828 -1.55476)"^^geo:wktLiteral ;
  geo-pos:lat "48.69828"^^xsd:decimal ;
  geo-pos:long "-1.55476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4216'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55476'^^xsd:double;
  dwc:latitude '48.69828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55476 48.69828, -1.55476 48.69828, -1.55476 48.69828, -1.55476 48.69828, -1.55476 48.69828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4216'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71163 -1.55474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71163 -1.55474)"^^geo:wktLiteral ;
  geo-pos:lat "48.71163"^^xsd:decimal ;
  geo-pos:long "-1.55474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8151'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55474'^^xsd:double;
  dwc:latitude '48.71163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55474 48.71163, -1.55474 48.71163, -1.55474 48.71163, -1.55474 48.71163, -1.55474 48.71163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8151'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71731 -1.55473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71731 -1.55473)"^^geo:wktLiteral ;
  geo-pos:lat "48.71731"^^xsd:decimal ;
  geo-pos:long "-1.55473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10384'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55473'^^xsd:double;
  dwc:latitude '48.71731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55473 48.71731, -1.55473 48.71731, -1.55473 48.71731, -1.55473 48.71731, -1.55473 48.71731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10384'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66263 -1.55472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66263 -1.55472)"^^geo:wktLiteral ;
  geo-pos:lat "48.66263"^^xsd:decimal ;
  geo-pos:long "-1.55472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1927'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55472'^^xsd:double;
  dwc:latitude '48.66263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55472 48.66263, -1.55472 48.66263, -1.55472 48.66263, -1.55472 48.66263, -1.55472 48.66263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1927'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69304 -1.5547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69304"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69304 -1.5547)"^^geo:wktLiteral ;
  geo-pos:lat "48.69304"^^xsd:decimal ;
  geo-pos:long "-1.5547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7930'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5547'^^xsd:double;
  dwc:latitude '48.69304'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5547 48.69304, -1.5547 48.69304, -1.5547 48.69304, -1.5547 48.69304, -1.5547 48.69304))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7930'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.706 -1.5547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.706 -1.5547)"^^geo:wktLiteral ;
  geo-pos:lat "48.706"^^xsd:decimal ;
  geo-pos:long "-1.5547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4130'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5547'^^xsd:double;
  dwc:latitude '48.706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5547 48.706, -1.5547 48.706, -1.5547 48.706, -1.5547 48.706, -1.5547 48.706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4130'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6998 -1.55469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6998 -1.55469)"^^geo:wktLiteral ;
  geo-pos:lat "48.6998"^^xsd:decimal ;
  geo-pos:long "-1.55469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3038'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55469'^^xsd:double;
  dwc:latitude '48.6998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55469 48.6998, -1.55469 48.6998, -1.55469 48.6998, -1.55469 48.6998, -1.55469 48.6998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3038'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6846 -1.55468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6846 -1.55468)"^^geo:wktLiteral ;
  geo-pos:lat "48.6846"^^xsd:decimal ;
  geo-pos:long "-1.55468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2667'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55468'^^xsd:double;
  dwc:latitude '48.6846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55468 48.6846, -1.55468 48.6846, -1.55468 48.6846, -1.55468 48.6846, -1.55468 48.6846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2667'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69654 -1.55468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69654 -1.55468)"^^geo:wktLiteral ;
  geo-pos:lat "48.69654"^^xsd:decimal ;
  geo-pos:long "-1.55468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_920'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55468'^^xsd:double;
  dwc:latitude '48.69654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55468 48.69654, -1.55468 48.69654, -1.55468 48.69654, -1.55468 48.69654, -1.55468 48.69654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_920'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71671 -1.55468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71671 -1.55468)"^^geo:wktLiteral ;
  geo-pos:lat "48.71671"^^xsd:decimal ;
  geo-pos:long "-1.55468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3523'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55468'^^xsd:double;
  dwc:latitude '48.71671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55468 48.71671, -1.55468 48.71671, -1.55468 48.71671, -1.55468 48.71671, -1.55468 48.71671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3523'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68618 -1.55467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68618 -1.55467)"^^geo:wktLiteral ;
  geo-pos:lat "48.68618"^^xsd:decimal ;
  geo-pos:long "-1.55467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5288'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55467'^^xsd:double;
  dwc:latitude '48.68618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55467 48.68618, -1.55467 48.68618, -1.55467 48.68618, -1.55467 48.68618, -1.55467 48.68618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5288'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7289 -1.55467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7289 -1.55467)"^^geo:wktLiteral ;
  geo-pos:lat "48.7289"^^xsd:decimal ;
  geo-pos:long "-1.55467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10322'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55467'^^xsd:double;
  dwc:latitude '48.7289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55467 48.7289, -1.55467 48.7289, -1.55467 48.7289, -1.55467 48.7289, -1.55467 48.7289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10322'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71858 -1.55464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71858 -1.55464)"^^geo:wktLiteral ;
  geo-pos:lat "48.71858"^^xsd:decimal ;
  geo-pos:long "-1.55464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9177'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55464'^^xsd:double;
  dwc:latitude '48.71858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55464 48.71858, -1.55464 48.71858, -1.55464 48.71858, -1.55464 48.71858, -1.55464 48.71858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9177'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70356 -1.55463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70356 -1.55463)"^^geo:wktLiteral ;
  geo-pos:lat "48.70356"^^xsd:decimal ;
  geo-pos:long "-1.55463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6334'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55463'^^xsd:double;
  dwc:latitude '48.70356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55463 48.70356, -1.55463 48.70356, -1.55463 48.70356, -1.55463 48.70356, -1.55463 48.70356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6334'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64863 -1.55462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64863 -1.55462)"^^geo:wktLiteral ;
  geo-pos:lat "48.64863"^^xsd:decimal ;
  geo-pos:long "-1.55462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3574'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55462'^^xsd:double;
  dwc:latitude '48.64863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55462 48.64863, -1.55462 48.64863, -1.55462 48.64863, -1.55462 48.64863, -1.55462 48.64863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3574'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72237 -1.55462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72237 -1.55462)"^^geo:wktLiteral ;
  geo-pos:lat "48.72237"^^xsd:decimal ;
  geo-pos:long "-1.55462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3322'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55462'^^xsd:double;
  dwc:latitude '48.72237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55462 48.72237, -1.55462 48.72237, -1.55462 48.72237, -1.55462 48.72237, -1.55462 48.72237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3322'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66278 -1.55461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66278 -1.55461)"^^geo:wktLiteral ;
  geo-pos:lat "48.66278"^^xsd:decimal ;
  geo-pos:long "-1.55461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3174'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55461'^^xsd:double;
  dwc:latitude '48.66278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55461 48.66278, -1.55461 48.66278, -1.55461 48.66278, -1.55461 48.66278, -1.55461 48.66278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3174'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69318 -1.55461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69318 -1.55461)"^^geo:wktLiteral ;
  geo-pos:lat "48.69318"^^xsd:decimal ;
  geo-pos:long "-1.55461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4607'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55461'^^xsd:double;
  dwc:latitude '48.69318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55461 48.69318, -1.55461 48.69318, -1.55461 48.69318, -1.55461 48.69318, -1.55461 48.69318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4607'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70699 -1.55461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70699 -1.55461)"^^geo:wktLiteral ;
  geo-pos:lat "48.70699"^^xsd:decimal ;
  geo-pos:long "-1.55461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3220'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55461'^^xsd:double;
  dwc:latitude '48.70699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55461 48.70699, -1.55461 48.70699, -1.55461 48.70699, -1.55461 48.70699, -1.55461 48.70699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3220'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71581 -1.55461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71581 -1.55461)"^^geo:wktLiteral ;
  geo-pos:lat "48.71581"^^xsd:decimal ;
  geo-pos:long "-1.55461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5395'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55461'^^xsd:double;
  dwc:latitude '48.71581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55461 48.71581, -1.55461 48.71581, -1.55461 48.71581, -1.55461 48.71581, -1.55461 48.71581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5395'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.55459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.55459)"^^geo:wktLiteral ;
  geo-pos:lat "48.69969"^^xsd:decimal ;
  geo-pos:long "-1.55459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6513'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55459'^^xsd:double;
  dwc:latitude '48.69969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55459 48.69969, -1.55459 48.69969, -1.55459 48.69969, -1.55459 48.69969, -1.55459 48.69969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6513'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70512 -1.55459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70512"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70512 -1.55459)"^^geo:wktLiteral ;
  geo-pos:lat "48.70512"^^xsd:decimal ;
  geo-pos:long "-1.55459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_918'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55459'^^xsd:double;
  dwc:latitude '48.70512'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55459 48.70512, -1.55459 48.70512, -1.55459 48.70512, -1.55459 48.70512, -1.55459 48.70512))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_918'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71299 -1.55458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71299 -1.55458)"^^geo:wktLiteral ;
  geo-pos:lat "48.71299"^^xsd:decimal ;
  geo-pos:long "-1.55458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3284'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55458'^^xsd:double;
  dwc:latitude '48.71299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55458 48.71299, -1.55458 48.71299, -1.55458 48.71299, -1.55458 48.71299, -1.55458 48.71299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3284'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68403 -1.55456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68403 -1.55456)"^^geo:wktLiteral ;
  geo-pos:lat "48.68403"^^xsd:decimal ;
  geo-pos:long "-1.55456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1661'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55456'^^xsd:double;
  dwc:latitude '48.68403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55456 48.68403, -1.55456 48.68403, -1.55456 48.68403, -1.55456 48.68403, -1.55456 48.68403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1661'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70803 -1.55455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70803 -1.55455)"^^geo:wktLiteral ;
  geo-pos:lat "48.70803"^^xsd:decimal ;
  geo-pos:long "-1.55455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2219'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55455'^^xsd:double;
  dwc:latitude '48.70803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55455 48.70803, -1.55455 48.70803, -1.55455 48.70803, -1.55455 48.70803, -1.55455 48.70803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2219'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6843 -1.55453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6843 -1.55453)"^^geo:wktLiteral ;
  geo-pos:lat "48.6843"^^xsd:decimal ;
  geo-pos:long "-1.55453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_199'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55453'^^xsd:double;
  dwc:latitude '48.6843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55453 48.6843, -1.55453 48.6843, -1.55453 48.6843, -1.55453 48.6843, -1.55453 48.6843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_199'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69069 -1.55452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69069 -1.55452)"^^geo:wktLiteral ;
  geo-pos:lat "48.69069"^^xsd:decimal ;
  geo-pos:long "-1.55452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10241'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55452'^^xsd:double;
  dwc:latitude '48.69069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55452 48.69069, -1.55452 48.69069, -1.55452 48.69069, -1.55452 48.69069, -1.55452 48.69069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10241'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70243 -1.55452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70243"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70243 -1.55452)"^^geo:wktLiteral ;
  geo-pos:lat "48.70243"^^xsd:decimal ;
  geo-pos:long "-1.55452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2259'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55452'^^xsd:double;
  dwc:latitude '48.70243'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55452 48.70243, -1.55452 48.70243, -1.55452 48.70243, -1.55452 48.70243, -1.55452 48.70243))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2259'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72946 -1.55452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72946 -1.55452)"^^geo:wktLiteral ;
  geo-pos:lat "48.72946"^^xsd:decimal ;
  geo-pos:long "-1.55452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7642'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55452'^^xsd:double;
  dwc:latitude '48.72946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55452 48.72946, -1.55452 48.72946, -1.55452 48.72946, -1.55452 48.72946, -1.55452 48.72946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7642'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72568 -1.55451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72568 -1.55451)"^^geo:wktLiteral ;
  geo-pos:lat "48.72568"^^xsd:decimal ;
  geo-pos:long "-1.55451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_384'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55451'^^xsd:double;
  dwc:latitude '48.72568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55451 48.72568, -1.55451 48.72568, -1.55451 48.72568, -1.55451 48.72568, -1.55451 48.72568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_384'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69902 -1.5545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69902 -1.5545)"^^geo:wktLiteral ;
  geo-pos:lat "48.69902"^^xsd:decimal ;
  geo-pos:long "-1.5545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8318'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5545'^^xsd:double;
  dwc:latitude '48.69902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5545 48.69902, -1.5545 48.69902, -1.5545 48.69902, -1.5545 48.69902, -1.5545 48.69902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8318'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66043 -1.55446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66043 -1.55446)"^^geo:wktLiteral ;
  geo-pos:lat "48.66043"^^xsd:decimal ;
  geo-pos:long "-1.55446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13603'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55446'^^xsd:double;
  dwc:latitude '48.66043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55446 48.66043, -1.55446 48.66043, -1.55446 48.66043, -1.55446 48.66043, -1.55446 48.66043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13603'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72518 -1.55445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72518 -1.55445)"^^geo:wktLiteral ;
  geo-pos:lat "48.72518"^^xsd:decimal ;
  geo-pos:long "-1.55445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_640'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55445'^^xsd:double;
  dwc:latitude '48.72518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55445 48.72518, -1.55445 48.72518, -1.55445 48.72518, -1.55445 48.72518, -1.55445 48.72518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_640'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71165 -1.55444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71165 -1.55444)"^^geo:wktLiteral ;
  geo-pos:lat "48.71165"^^xsd:decimal ;
  geo-pos:long "-1.55444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9092'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55444'^^xsd:double;
  dwc:latitude '48.71165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55444 48.71165, -1.55444 48.71165, -1.55444 48.71165, -1.55444 48.71165, -1.55444 48.71165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9092'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71272 -1.55443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71272 -1.55443)"^^geo:wktLiteral ;
  geo-pos:lat "48.71272"^^xsd:decimal ;
  geo-pos:long "-1.55443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4032'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55443'^^xsd:double;
  dwc:latitude '48.71272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55443 48.71272, -1.55443 48.71272, -1.55443 48.71272, -1.55443 48.71272, -1.55443 48.71272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4032'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66487 -1.55442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66487 -1.55442)"^^geo:wktLiteral ;
  geo-pos:lat "48.66487"^^xsd:decimal ;
  geo-pos:long "-1.55442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10904'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55442'^^xsd:double;
  dwc:latitude '48.66487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55442 48.66487, -1.55442 48.66487, -1.55442 48.66487, -1.55442 48.66487, -1.55442 48.66487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10904'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7425> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71683 -1.55441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71683 -1.55441)"^^geo:wktLiteral ;
  geo-pos:lat "48.71683"^^xsd:decimal ;
  geo-pos:long "-1.55441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7425'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7425'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55441'^^xsd:double;
  dwc:latitude '48.71683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55441 48.71683, -1.55441 48.71683, -1.55441 48.71683, -1.55441 48.71683, -1.55441 48.71683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7425'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69521 -1.55439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69521 -1.55439)"^^geo:wktLiteral ;
  geo-pos:lat "48.69521"^^xsd:decimal ;
  geo-pos:long "-1.55439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4697'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55439'^^xsd:double;
  dwc:latitude '48.69521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55439 48.69521, -1.55439 48.69521, -1.55439 48.69521, -1.55439 48.69521, -1.55439 48.69521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4697'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72928 -1.55438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72928 -1.55438)"^^geo:wktLiteral ;
  geo-pos:lat "48.72928"^^xsd:decimal ;
  geo-pos:long "-1.55438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6254'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55438'^^xsd:double;
  dwc:latitude '48.72928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55438 48.72928, -1.55438 48.72928, -1.55438 48.72928, -1.55438 48.72928, -1.55438 48.72928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6254'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69005 -1.55435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69005 -1.55435)"^^geo:wktLiteral ;
  geo-pos:lat "48.69005"^^xsd:decimal ;
  geo-pos:long "-1.55435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4360'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55435'^^xsd:double;
  dwc:latitude '48.69005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55435 48.69005, -1.55435 48.69005, -1.55435 48.69005, -1.55435 48.69005, -1.55435 48.69005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4360'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72152 -1.55435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72152"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72152 -1.55435)"^^geo:wktLiteral ;
  geo-pos:lat "48.72152"^^xsd:decimal ;
  geo-pos:long "-1.55435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10305'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55435'^^xsd:double;
  dwc:latitude '48.72152'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55435 48.72152, -1.55435 48.72152, -1.55435 48.72152, -1.55435 48.72152, -1.55435 48.72152))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10305'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69425 -1.55432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69425 -1.55432)"^^geo:wktLiteral ;
  geo-pos:lat "48.69425"^^xsd:decimal ;
  geo-pos:long "-1.55432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3201'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55432'^^xsd:double;
  dwc:latitude '48.69425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55432 48.69425, -1.55432 48.69425, -1.55432 48.69425, -1.55432 48.69425, -1.55432 48.69425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3201'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72973 -1.55432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72973 -1.55432)"^^geo:wktLiteral ;
  geo-pos:lat "48.72973"^^xsd:decimal ;
  geo-pos:long "-1.55432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9430'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55432'^^xsd:double;
  dwc:latitude '48.72973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55432 48.72973, -1.55432 48.72973, -1.55432 48.72973, -1.55432 48.72973, -1.55432 48.72973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9430'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.55431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.55431)"^^geo:wktLiteral ;
  geo-pos:lat "48.66808"^^xsd:decimal ;
  geo-pos:long "-1.55431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11239'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55431'^^xsd:double;
  dwc:latitude '48.66808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55431 48.66808, -1.55431 48.66808, -1.55431 48.66808, -1.55431 48.66808, -1.55431 48.66808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11239'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71679 -1.5543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71679 -1.5543)"^^geo:wktLiteral ;
  geo-pos:lat "48.71679"^^xsd:decimal ;
  geo-pos:long "-1.5543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3028'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5543'^^xsd:double;
  dwc:latitude '48.71679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5543 48.71679, -1.5543 48.71679, -1.5543 48.71679, -1.5543 48.71679, -1.5543 48.71679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3028'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72513 -1.55429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72513 -1.55429)"^^geo:wktLiteral ;
  geo-pos:lat "48.72513"^^xsd:decimal ;
  geo-pos:long "-1.55429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4656'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55429'^^xsd:double;
  dwc:latitude '48.72513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55429 48.72513, -1.55429 48.72513, -1.55429 48.72513, -1.55429 48.72513, -1.55429 48.72513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4656'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71368 -1.55428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71368"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71368 -1.55428)"^^geo:wktLiteral ;
  geo-pos:lat "48.71368"^^xsd:decimal ;
  geo-pos:long "-1.55428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1386'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55428'^^xsd:double;
  dwc:latitude '48.71368'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55428 48.71368, -1.55428 48.71368, -1.55428 48.71368, -1.55428 48.71368, -1.55428 48.71368))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1386'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70154 -1.55427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70154 -1.55427)"^^geo:wktLiteral ;
  geo-pos:lat "48.70154"^^xsd:decimal ;
  geo-pos:long "-1.55427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8918'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55427'^^xsd:double;
  dwc:latitude '48.70154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55427 48.70154, -1.55427 48.70154, -1.55427 48.70154, -1.55427 48.70154, -1.55427 48.70154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8918'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68786 -1.55425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68786 -1.55425)"^^geo:wktLiteral ;
  geo-pos:lat "48.68786"^^xsd:decimal ;
  geo-pos:long "-1.55425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_841'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55425'^^xsd:double;
  dwc:latitude '48.68786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55425 48.68786, -1.55425 48.68786, -1.55425 48.68786, -1.55425 48.68786, -1.55425 48.68786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_841'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72974 -1.55425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72974 -1.55425)"^^geo:wktLiteral ;
  geo-pos:lat "48.72974"^^xsd:decimal ;
  geo-pos:long "-1.55425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9909'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55425'^^xsd:double;
  dwc:latitude '48.72974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55425 48.72974, -1.55425 48.72974, -1.55425 48.72974, -1.55425 48.72974, -1.55425 48.72974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9909'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68239 -1.55422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68239"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68239 -1.55422)"^^geo:wktLiteral ;
  geo-pos:lat "48.68239"^^xsd:decimal ;
  geo-pos:long "-1.55422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6721'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55422'^^xsd:double;
  dwc:latitude '48.68239'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55422 48.68239, -1.55422 48.68239, -1.55422 48.68239, -1.55422 48.68239, -1.55422 48.68239))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6721'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70369 -1.55422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70369 -1.55422)"^^geo:wktLiteral ;
  geo-pos:lat "48.70369"^^xsd:decimal ;
  geo-pos:long "-1.55422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_35'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_35'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55422'^^xsd:double;
  dwc:latitude '48.70369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55422 48.70369, -1.55422 48.70369, -1.55422 48.70369, -1.55422 48.70369, -1.55422 48.70369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_35'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70907 -1.55422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70907 -1.55422)"^^geo:wktLiteral ;
  geo-pos:lat "48.70907"^^xsd:decimal ;
  geo-pos:long "-1.55422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7228'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55422'^^xsd:double;
  dwc:latitude '48.70907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55422 48.70907, -1.55422 48.70907, -1.55422 48.70907, -1.55422 48.70907, -1.55422 48.70907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7228'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69686 -1.55421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69686 -1.55421)"^^geo:wktLiteral ;
  geo-pos:lat "48.69686"^^xsd:decimal ;
  geo-pos:long "-1.55421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1319'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55421'^^xsd:double;
  dwc:latitude '48.69686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55421 48.69686, -1.55421 48.69686, -1.55421 48.69686, -1.55421 48.69686, -1.55421 48.69686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1319'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71471 -1.55421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71471 -1.55421)"^^geo:wktLiteral ;
  geo-pos:lat "48.71471"^^xsd:decimal ;
  geo-pos:long "-1.55421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2974'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55421'^^xsd:double;
  dwc:latitude '48.71471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55421 48.71471, -1.55421 48.71471, -1.55421 48.71471, -1.55421 48.71471, -1.55421 48.71471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2974'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72266 -1.5542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72266 -1.5542)"^^geo:wktLiteral ;
  geo-pos:lat "48.72266"^^xsd:decimal ;
  geo-pos:long "-1.5542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7384'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '1.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5542'^^xsd:double;
  dwc:latitude '48.72266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5542 48.72266, -1.5542 48.72266, -1.5542 48.72266, -1.5542 48.72266, -1.5542 48.72266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7384'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72782 -1.55419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72782 -1.55419)"^^geo:wktLiteral ;
  geo-pos:lat "48.72782"^^xsd:decimal ;
  geo-pos:long "-1.55419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9112'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55419'^^xsd:double;
  dwc:latitude '48.72782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55419 48.72782, -1.55419 48.72782, -1.55419 48.72782, -1.55419 48.72782, -1.55419 48.72782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9112'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69776 -1.55418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69776 -1.55418)"^^geo:wktLiteral ;
  geo-pos:lat "48.69776"^^xsd:decimal ;
  geo-pos:long "-1.55418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3455'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55418'^^xsd:double;
  dwc:latitude '48.69776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55418 48.69776, -1.55418 48.69776, -1.55418 48.69776, -1.55418 48.69776, -1.55418 48.69776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3455'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73008 -1.55417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73008 -1.55417)"^^geo:wktLiteral ;
  geo-pos:lat "48.73008"^^xsd:decimal ;
  geo-pos:long "-1.55417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3287'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55417'^^xsd:double;
  dwc:latitude '48.73008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55417 48.73008, -1.55417 48.73008, -1.55417 48.73008, -1.55417 48.73008, -1.55417 48.73008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3287'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71854 -1.55416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71854 -1.55416)"^^geo:wktLiteral ;
  geo-pos:lat "48.71854"^^xsd:decimal ;
  geo-pos:long "-1.55416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9790'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55416'^^xsd:double;
  dwc:latitude '48.71854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55416 48.71854, -1.55416 48.71854, -1.55416 48.71854, -1.55416 48.71854, -1.55416 48.71854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9790'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69882 -1.55415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69882 -1.55415)"^^geo:wktLiteral ;
  geo-pos:lat "48.69882"^^xsd:decimal ;
  geo-pos:long "-1.55415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4442'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55415'^^xsd:double;
  dwc:latitude '48.69882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55415 48.69882, -1.55415 48.69882, -1.55415 48.69882, -1.55415 48.69882, -1.55415 48.69882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4442'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7278 -1.55415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7278 -1.55415)"^^geo:wktLiteral ;
  geo-pos:lat "48.7278"^^xsd:decimal ;
  geo-pos:long "-1.55415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5967'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55415'^^xsd:double;
  dwc:latitude '48.7278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55415 48.7278, -1.55415 48.7278, -1.55415 48.7278, -1.55415 48.7278, -1.55415 48.7278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5967'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73157 -1.55415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73157 -1.55415)"^^geo:wktLiteral ;
  geo-pos:lat "48.73157"^^xsd:decimal ;
  geo-pos:long "-1.55415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_898'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55415'^^xsd:double;
  dwc:latitude '48.73157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55415 48.73157, -1.55415 48.73157, -1.55415 48.73157, -1.55415 48.73157, -1.55415 48.73157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_898'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66884 -1.55414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66884 -1.55414)"^^geo:wktLiteral ;
  geo-pos:lat "48.66884"^^xsd:decimal ;
  geo-pos:long "-1.55414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11615'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55414'^^xsd:double;
  dwc:latitude '48.66884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55414 48.66884, -1.55414 48.66884, -1.55414 48.66884, -1.55414 48.66884, -1.55414 48.66884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11615'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71045 -1.55414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71045 -1.55414)"^^geo:wktLiteral ;
  geo-pos:lat "48.71045"^^xsd:decimal ;
  geo-pos:long "-1.55414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1387'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55414'^^xsd:double;
  dwc:latitude '48.71045'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55414 48.71045, -1.55414 48.71045, -1.55414 48.71045, -1.55414 48.71045, -1.55414 48.71045))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1387'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72467 -1.55414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72467"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72467 -1.55414)"^^geo:wktLiteral ;
  geo-pos:lat "48.72467"^^xsd:decimal ;
  geo-pos:long "-1.55414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_546'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55414'^^xsd:double;
  dwc:latitude '48.72467'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55414 48.72467, -1.55414 48.72467, -1.55414 48.72467, -1.55414 48.72467, -1.55414 48.72467))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_546'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70926 -1.55413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70926 -1.55413)"^^geo:wktLiteral ;
  geo-pos:lat "48.70926"^^xsd:decimal ;
  geo-pos:long "-1.55413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2953'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55413'^^xsd:double;
  dwc:latitude '48.70926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55413 48.70926, -1.55413 48.70926, -1.55413 48.70926, -1.55413 48.70926, -1.55413 48.70926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2953'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72254 -1.55413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72254 -1.55413)"^^geo:wktLiteral ;
  geo-pos:lat "48.72254"^^xsd:decimal ;
  geo-pos:long "-1.55413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_302'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55413'^^xsd:double;
  dwc:latitude '48.72254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55413 48.72254, -1.55413 48.72254, -1.55413 48.72254, -1.55413 48.72254, -1.55413 48.72254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_302'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65144 -1.55412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65144 -1.55412)"^^geo:wktLiteral ;
  geo-pos:lat "48.65144"^^xsd:decimal ;
  geo-pos:long "-1.55412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3575'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55412'^^xsd:double;
  dwc:latitude '48.65144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55412 48.65144, -1.55412 48.65144, -1.55412 48.65144, -1.55412 48.65144, -1.55412 48.65144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3575'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66133 -1.55411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66133 -1.55411)"^^geo:wktLiteral ;
  geo-pos:lat "48.66133"^^xsd:decimal ;
  geo-pos:long "-1.55411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3612'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55411'^^xsd:double;
  dwc:latitude '48.66133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55411 48.66133, -1.55411 48.66133, -1.55411 48.66133, -1.55411 48.66133, -1.55411 48.66133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3612'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71665 -1.55411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71665 -1.55411)"^^geo:wktLiteral ;
  geo-pos:lat "48.71665"^^xsd:decimal ;
  geo-pos:long "-1.55411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5951'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55411'^^xsd:double;
  dwc:latitude '48.71665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55411 48.71665, -1.55411 48.71665, -1.55411 48.71665, -1.55411 48.71665, -1.55411 48.71665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5951'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66653 -1.55408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66653 -1.55408)"^^geo:wktLiteral ;
  geo-pos:lat "48.66653"^^xsd:decimal ;
  geo-pos:long "-1.55408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10679'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55408'^^xsd:double;
  dwc:latitude '48.66653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55408 48.66653, -1.55408 48.66653, -1.55408 48.66653, -1.55408 48.66653, -1.55408 48.66653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10679'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73179 -1.55408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73179 -1.55408)"^^geo:wktLiteral ;
  geo-pos:lat "48.73179"^^xsd:decimal ;
  geo-pos:long "-1.55408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9270'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55408'^^xsd:double;
  dwc:latitude '48.73179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55408 48.73179, -1.55408 48.73179, -1.55408 48.73179, -1.55408 48.73179, -1.55408 48.73179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9270'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.55402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.659 -1.55402)"^^geo:wktLiteral ;
  geo-pos:lat "48.659"^^xsd:decimal ;
  geo-pos:long "-1.55402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6060'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55402'^^xsd:double;
  dwc:latitude '48.659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55402 48.659, -1.55402 48.659, -1.55402 48.659, -1.55402 48.659, -1.55402 48.659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6060'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7011 -1.55401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7011 -1.55401)"^^geo:wktLiteral ;
  geo-pos:lat "48.7011"^^xsd:decimal ;
  geo-pos:long "-1.55401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8036'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55401'^^xsd:double;
  dwc:latitude '48.7011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55401 48.7011, -1.55401 48.7011, -1.55401 48.7011, -1.55401 48.7011, -1.55401 48.7011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8036'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65593 -1.554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65593 -1.554)"^^geo:wktLiteral ;
  geo-pos:lat "48.65593"^^xsd:decimal ;
  geo-pos:long "-1.554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.554'^^xsd:double;
  dwc:latitude '48.65593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.554 48.65593, -1.554 48.65593, -1.554 48.65593, -1.554 48.65593, -1.554 48.65593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70748 -1.55399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70748 -1.55399)"^^geo:wktLiteral ;
  geo-pos:lat "48.70748"^^xsd:decimal ;
  geo-pos:long "-1.55399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2885'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55399'^^xsd:double;
  dwc:latitude '48.70748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55399 48.70748, -1.55399 48.70748, -1.55399 48.70748, -1.55399 48.70748, -1.55399 48.70748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2885'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71512 -1.55399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71512"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71512 -1.55399)"^^geo:wktLiteral ;
  geo-pos:lat "48.71512"^^xsd:decimal ;
  geo-pos:long "-1.55399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1936'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55399'^^xsd:double;
  dwc:latitude '48.71512'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55399 48.71512, -1.55399 48.71512, -1.55399 48.71512, -1.55399 48.71512, -1.55399 48.71512))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1936'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.704 -1.55398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.704 -1.55398)"^^geo:wktLiteral ;
  geo-pos:lat "48.704"^^xsd:decimal ;
  geo-pos:long "-1.55398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8269'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55398'^^xsd:double;
  dwc:latitude '48.704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55398 48.704, -1.55398 48.704, -1.55398 48.704, -1.55398 48.704, -1.55398 48.704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8269'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69141 -1.55394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69141 -1.55394)"^^geo:wktLiteral ;
  geo-pos:lat "48.69141"^^xsd:decimal ;
  geo-pos:long "-1.55394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1419'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55394'^^xsd:double;
  dwc:latitude '48.69141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55394 48.69141, -1.55394 48.69141, -1.55394 48.69141, -1.55394 48.69141, -1.55394 48.69141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1419'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7224 -1.55393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7224 -1.55393)"^^geo:wktLiteral ;
  geo-pos:lat "48.7224"^^xsd:decimal ;
  geo-pos:long "-1.55393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3320'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55393'^^xsd:double;
  dwc:latitude '48.7224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55393 48.7224, -1.55393 48.7224, -1.55393 48.7224, -1.55393 48.7224, -1.55393 48.7224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3320'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72487 -1.55393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72487 -1.55393)"^^geo:wktLiteral ;
  geo-pos:lat "48.72487"^^xsd:decimal ;
  geo-pos:long "-1.55393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2344'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55393'^^xsd:double;
  dwc:latitude '48.72487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55393 48.72487, -1.55393 48.72487, -1.55393 48.72487, -1.55393 48.72487, -1.55393 48.72487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2344'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66976 -1.55391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66976 -1.55391)"^^geo:wktLiteral ;
  geo-pos:lat "48.66976"^^xsd:decimal ;
  geo-pos:long "-1.55391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_12000'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55391'^^xsd:double;
  dwc:latitude '48.66976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55391 48.66976, -1.55391 48.66976, -1.55391 48.66976, -1.55391 48.66976, -1.55391 48.66976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12000'^^xsd:string;
  dwc:observationDate '2007-12-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72693 -1.55391)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55391"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72693 -1.55391)"^^geo:wktLiteral ;
  geo-pos:lat "48.72693"^^xsd:decimal ;
  geo-pos:long "-1.55391"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4900'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55391'^^xsd:double;
  dwc:latitude '48.72693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55391 48.72693, -1.55391 48.72693, -1.55391 48.72693, -1.55391 48.72693, -1.55391 48.72693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4900'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72558 -1.5539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72558 -1.5539)"^^geo:wktLiteral ;
  geo-pos:lat "48.72558"^^xsd:decimal ;
  geo-pos:long "-1.5539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4712'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '0.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5539'^^xsd:double;
  dwc:latitude '48.72558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5539 48.72558, -1.5539 48.72558, -1.5539 48.72558, -1.5539 48.72558, -1.5539 48.72558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4712'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72807 -1.5539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72807 -1.5539)"^^geo:wktLiteral ;
  geo-pos:lat "48.72807"^^xsd:decimal ;
  geo-pos:long "-1.5539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3480'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5539'^^xsd:double;
  dwc:latitude '48.72807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5539 48.72807, -1.5539 48.72807, -1.5539 48.72807, -1.5539 48.72807, -1.5539 48.72807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3480'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67244 -1.55389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67244"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67244 -1.55389)"^^geo:wktLiteral ;
  geo-pos:lat "48.67244"^^xsd:decimal ;
  geo-pos:long "-1.55389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6945'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55389'^^xsd:double;
  dwc:latitude '48.67244'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55389 48.67244, -1.55389 48.67244, -1.55389 48.67244, -1.55389 48.67244, -1.55389 48.67244))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6945'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70044 -1.55389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70044 -1.55389)"^^geo:wktLiteral ;
  geo-pos:lat "48.70044"^^xsd:decimal ;
  geo-pos:long "-1.55389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3818'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55389'^^xsd:double;
  dwc:latitude '48.70044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55389 48.70044, -1.55389 48.70044, -1.55389 48.70044, -1.55389 48.70044, -1.55389 48.70044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3818'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66881 -1.55388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66881"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66881 -1.55388)"^^geo:wktLiteral ;
  geo-pos:lat "48.66881"^^xsd:decimal ;
  geo-pos:long "-1.55388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7395'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55388'^^xsd:double;
  dwc:latitude '48.66881'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55388 48.66881, -1.55388 48.66881, -1.55388 48.66881, -1.55388 48.66881, -1.55388 48.66881))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7395'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67766 -1.55387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67766 -1.55387)"^^geo:wktLiteral ;
  geo-pos:lat "48.67766"^^xsd:decimal ;
  geo-pos:long "-1.55387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4213'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55387'^^xsd:double;
  dwc:latitude '48.67766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55387 48.67766, -1.55387 48.67766, -1.55387 48.67766, -1.55387 48.67766, -1.55387 48.67766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4213'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68664 -1.55385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68664 -1.55385)"^^geo:wktLiteral ;
  geo-pos:lat "48.68664"^^xsd:decimal ;
  geo-pos:long "-1.55385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5714'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55385'^^xsd:double;
  dwc:latitude '48.68664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55385 48.68664, -1.55385 48.68664, -1.55385 48.68664, -1.55385 48.68664, -1.55385 48.68664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5714'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72181 -1.55384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72181 -1.55384)"^^geo:wktLiteral ;
  geo-pos:lat "48.72181"^^xsd:decimal ;
  geo-pos:long "-1.55384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_353'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55384'^^xsd:double;
  dwc:latitude '48.72181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55384 48.72181, -1.55384 48.72181, -1.55384 48.72181, -1.55384 48.72181, -1.55384 48.72181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_353'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68667 -1.55383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68667 -1.55383)"^^geo:wktLiteral ;
  geo-pos:lat "48.68667"^^xsd:decimal ;
  geo-pos:long "-1.55383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_1593'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55383'^^xsd:double;
  dwc:latitude '48.68667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55383 48.68667, -1.55383 48.68667, -1.55383 48.68667, -1.55383 48.68667, -1.55383 48.68667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1593'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68517 -1.55381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68517 -1.55381)"^^geo:wktLiteral ;
  geo-pos:lat "48.68517"^^xsd:decimal ;
  geo-pos:long "-1.55381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9062'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55381'^^xsd:double;
  dwc:latitude '48.68517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55381 48.68517, -1.55381 48.68517, -1.55381 48.68517, -1.55381 48.68517, -1.55381 48.68517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9062'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72108 -1.55381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72108 -1.55381)"^^geo:wktLiteral ;
  geo-pos:lat "48.72108"^^xsd:decimal ;
  geo-pos:long "-1.55381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7518'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55381'^^xsd:double;
  dwc:latitude '48.72108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55381 48.72108, -1.55381 48.72108, -1.55381 48.72108, -1.55381 48.72108, -1.55381 48.72108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7518'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71 -1.5538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71 -1.5538)"^^geo:wktLiteral ;
  geo-pos:lat "48.71"^^xsd:decimal ;
  geo-pos:long "-1.5538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4076'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5538'^^xsd:double;
  dwc:latitude '48.71'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5538 48.71, -1.5538 48.71, -1.5538 48.71, -1.5538 48.71, -1.5538 48.71))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4076'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69426 -1.55379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69426 -1.55379)"^^geo:wktLiteral ;
  geo-pos:lat "48.69426"^^xsd:decimal ;
  geo-pos:long "-1.55379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4505'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55379'^^xsd:double;
  dwc:latitude '48.69426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55379 48.69426, -1.55379 48.69426, -1.55379 48.69426, -1.55379 48.69426, -1.55379 48.69426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4505'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.55378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.55378)"^^geo:wktLiteral ;
  geo-pos:lat "48.66927"^^xsd:decimal ;
  geo-pos:long "-1.55378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13443'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55378'^^xsd:double;
  dwc:latitude '48.66927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55378 48.66927, -1.55378 48.66927, -1.55378 48.66927, -1.55378 48.66927, -1.55378 48.66927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13443'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6937 -1.55376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6937"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6937 -1.55376)"^^geo:wktLiteral ;
  geo-pos:lat "48.6937"^^xsd:decimal ;
  geo-pos:long "-1.55376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9984'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55376'^^xsd:double;
  dwc:latitude '48.6937'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55376 48.6937, -1.55376 48.6937, -1.55376 48.6937, -1.55376 48.6937, -1.55376 48.6937))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9984'^^xsd:string;
  dwc:observationDate '2008-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70276 -1.55375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70276 -1.55375)"^^geo:wktLiteral ;
  geo-pos:lat "48.70276"^^xsd:decimal ;
  geo-pos:long "-1.55375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10098'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55375'^^xsd:double;
  dwc:latitude '48.70276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55375 48.70276, -1.55375 48.70276, -1.55375 48.70276, -1.55375 48.70276, -1.55375 48.70276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10098'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70674 -1.55375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70674 -1.55375)"^^geo:wktLiteral ;
  geo-pos:lat "48.70674"^^xsd:decimal ;
  geo-pos:long "-1.55375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4382'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55375'^^xsd:double;
  dwc:latitude '48.70674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55375 48.70674, -1.55375 48.70674, -1.55375 48.70674, -1.55375 48.70674, -1.55375 48.70674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4382'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72313 -1.55374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72313 -1.55374)"^^geo:wktLiteral ;
  geo-pos:lat "48.72313"^^xsd:decimal ;
  geo-pos:long "-1.55374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_354'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55374'^^xsd:double;
  dwc:latitude '48.72313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55374 48.72313, -1.55374 48.72313, -1.55374 48.72313, -1.55374 48.72313, -1.55374 48.72313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_354'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67379 -1.55373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67379 -1.55373)"^^geo:wktLiteral ;
  geo-pos:lat "48.67379"^^xsd:decimal ;
  geo-pos:long "-1.55373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_136'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55373'^^xsd:double;
  dwc:latitude '48.67379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55373 48.67379, -1.55373 48.67379, -1.55373 48.67379, -1.55373 48.67379, -1.55373 48.67379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_136'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66025 -1.55372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66025 -1.55372)"^^geo:wktLiteral ;
  geo-pos:lat "48.66025"^^xsd:decimal ;
  geo-pos:long "-1.55372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11598'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55372'^^xsd:double;
  dwc:latitude '48.66025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55372 48.66025, -1.55372 48.66025, -1.55372 48.66025, -1.55372 48.66025, -1.55372 48.66025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11598'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70996 -1.55372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70996"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70996 -1.55372)"^^geo:wktLiteral ;
  geo-pos:lat "48.70996"^^xsd:decimal ;
  geo-pos:long "-1.55372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5070'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55372'^^xsd:double;
  dwc:latitude '48.70996'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55372 48.70996, -1.55372 48.70996, -1.55372 48.70996, -1.55372 48.70996, -1.55372 48.70996))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5070'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69016 -1.55368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69016 -1.55368)"^^geo:wktLiteral ;
  geo-pos:lat "48.69016"^^xsd:decimal ;
  geo-pos:long "-1.55368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6867'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55368'^^xsd:double;
  dwc:latitude '48.69016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55368 48.69016, -1.55368 48.69016, -1.55368 48.69016, -1.55368 48.69016, -1.55368 48.69016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6867'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68192 -1.55367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68192 -1.55367)"^^geo:wktLiteral ;
  geo-pos:lat "48.68192"^^xsd:decimal ;
  geo-pos:long "-1.55367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6822'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55367'^^xsd:double;
  dwc:latitude '48.68192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55367 48.68192, -1.55367 48.68192, -1.55367 48.68192, -1.55367 48.68192, -1.55367 48.68192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6822'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68602 -1.55367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68602 -1.55367)"^^geo:wktLiteral ;
  geo-pos:lat "48.68602"^^xsd:decimal ;
  geo-pos:long "-1.55367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3989'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55367'^^xsd:double;
  dwc:latitude '48.68602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55367 48.68602, -1.55367 48.68602, -1.55367 48.68602, -1.55367 48.68602, -1.55367 48.68602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3989'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72561 -1.55367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72561 -1.55367)"^^geo:wktLiteral ;
  geo-pos:lat "48.72561"^^xsd:decimal ;
  geo-pos:long "-1.55367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_386'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55367'^^xsd:double;
  dwc:latitude '48.72561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55367 48.72561, -1.55367 48.72561, -1.55367 48.72561, -1.55367 48.72561, -1.55367 48.72561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_386'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70538 -1.55365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70538 -1.55365)"^^geo:wktLiteral ;
  geo-pos:lat "48.70538"^^xsd:decimal ;
  geo-pos:long "-1.55365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3995'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55365'^^xsd:double;
  dwc:latitude '48.70538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55365 48.70538, -1.55365 48.70538, -1.55365 48.70538, -1.55365 48.70538, -1.55365 48.70538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3995'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66882 -1.55364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66882 -1.55364)"^^geo:wktLiteral ;
  geo-pos:lat "48.66882"^^xsd:decimal ;
  geo-pos:long "-1.55364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10674'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55364'^^xsd:double;
  dwc:latitude '48.66882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55364 48.66882, -1.55364 48.66882, -1.55364 48.66882, -1.55364 48.66882, -1.55364 48.66882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10674'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6731 -1.55364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6731 -1.55364)"^^geo:wktLiteral ;
  geo-pos:lat "48.6731"^^xsd:decimal ;
  geo-pos:long "-1.55364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6928'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55364'^^xsd:double;
  dwc:latitude '48.6731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55364 48.6731, -1.55364 48.6731, -1.55364 48.6731, -1.55364 48.6731, -1.55364 48.6731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6928'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69918 -1.55363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69918 -1.55363)"^^geo:wktLiteral ;
  geo-pos:lat "48.69918"^^xsd:decimal ;
  geo-pos:long "-1.55363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5527'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55363'^^xsd:double;
  dwc:latitude '48.69918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55363 48.69918, -1.55363 48.69918, -1.55363 48.69918, -1.55363 48.69918, -1.55363 48.69918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5527'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72025 -1.55363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72025 -1.55363)"^^geo:wktLiteral ;
  geo-pos:lat "48.72025"^^xsd:decimal ;
  geo-pos:long "-1.55363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6120'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55363'^^xsd:double;
  dwc:latitude '48.72025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55363 48.72025, -1.55363 48.72025, -1.55363 48.72025, -1.55363 48.72025, -1.55363 48.72025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6120'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66788 -1.55362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66788 -1.55362)"^^geo:wktLiteral ;
  geo-pos:lat "48.66788"^^xsd:decimal ;
  geo-pos:long "-1.55362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3124'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55362'^^xsd:double;
  dwc:latitude '48.66788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55362 48.66788, -1.55362 48.66788, -1.55362 48.66788, -1.55362 48.66788, -1.55362 48.66788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3124'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69131 -1.55362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69131 -1.55362)"^^geo:wktLiteral ;
  geo-pos:lat "48.69131"^^xsd:decimal ;
  geo-pos:long "-1.55362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6528'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55362'^^xsd:double;
  dwc:latitude '48.69131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55362 48.69131, -1.55362 48.69131, -1.55362 48.69131, -1.55362 48.69131, -1.55362 48.69131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6528'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69836 -1.55361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69836 -1.55361)"^^geo:wktLiteral ;
  geo-pos:lat "48.69836"^^xsd:decimal ;
  geo-pos:long "-1.55361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1282'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55361'^^xsd:double;
  dwc:latitude '48.69836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55361 48.69836, -1.55361 48.69836, -1.55361 48.69836, -1.55361 48.69836, -1.55361 48.69836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1282'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70334 -1.5536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70334 -1.5536)"^^geo:wktLiteral ;
  geo-pos:lat "48.70334"^^xsd:decimal ;
  geo-pos:long "-1.5536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5013'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5536'^^xsd:double;
  dwc:latitude '48.70334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5536 48.70334, -1.5536 48.70334, -1.5536 48.70334, -1.5536 48.70334, -1.5536 48.70334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5013'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66874 -1.55359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66874 -1.55359)"^^geo:wktLiteral ;
  geo-pos:lat "48.66874"^^xsd:decimal ;
  geo-pos:long "-1.55359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11285'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55359'^^xsd:double;
  dwc:latitude '48.66874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55359 48.66874, -1.55359 48.66874, -1.55359 48.66874, -1.55359 48.66874, -1.55359 48.66874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11285'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68612 -1.55359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68612 -1.55359)"^^geo:wktLiteral ;
  geo-pos:lat "48.68612"^^xsd:decimal ;
  geo-pos:long "-1.55359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7887'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55359'^^xsd:double;
  dwc:latitude '48.68612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55359 48.68612, -1.55359 48.68612, -1.55359 48.68612, -1.55359 48.68612, -1.55359 48.68612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7887'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68436 -1.55357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68436 -1.55357)"^^geo:wktLiteral ;
  geo-pos:lat "48.68436"^^xsd:decimal ;
  geo-pos:long "-1.55357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2035'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55357'^^xsd:double;
  dwc:latitude '48.68436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55357 48.68436, -1.55357 48.68436, -1.55357 48.68436, -1.55357 48.68436, -1.55357 48.68436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2035'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69717 -1.55357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69717 -1.55357)"^^geo:wktLiteral ;
  geo-pos:lat "48.69717"^^xsd:decimal ;
  geo-pos:long "-1.55357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5910'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55357'^^xsd:double;
  dwc:latitude '48.69717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55357 48.69717, -1.55357 48.69717, -1.55357 48.69717, -1.55357 48.69717, -1.55357 48.69717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5910'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70499 -1.55356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70499"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70499 -1.55356)"^^geo:wktLiteral ;
  geo-pos:lat "48.70499"^^xsd:decimal ;
  geo-pos:long "-1.55356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2884'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55356'^^xsd:double;
  dwc:latitude '48.70499'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55356 48.70499, -1.55356 48.70499, -1.55356 48.70499, -1.55356 48.70499, -1.55356 48.70499))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2884'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64763 -1.55354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64763 -1.55354)"^^geo:wktLiteral ;
  geo-pos:lat "48.64763"^^xsd:decimal ;
  geo-pos:long "-1.55354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10441'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55354'^^xsd:double;
  dwc:latitude '48.64763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55354 48.64763, -1.55354 48.64763, -1.55354 48.64763, -1.55354 48.64763, -1.55354 48.64763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10441'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68463 -1.55353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68463 -1.55353)"^^geo:wktLiteral ;
  geo-pos:lat "48.68463"^^xsd:decimal ;
  geo-pos:long "-1.55353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4413'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55353'^^xsd:double;
  dwc:latitude '48.68463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55353 48.68463, -1.55353 48.68463, -1.55353 48.68463, -1.55353 48.68463, -1.55353 48.68463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4413'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69861 -1.55353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69861 -1.55353)"^^geo:wktLiteral ;
  geo-pos:lat "48.69861"^^xsd:decimal ;
  geo-pos:long "-1.55353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5508'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55353'^^xsd:double;
  dwc:latitude '48.69861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55353 48.69861, -1.55353 48.69861, -1.55353 48.69861, -1.55353 48.69861, -1.55353 48.69861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5508'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67226 -1.55352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67226 -1.55352)"^^geo:wktLiteral ;
  geo-pos:lat "48.67226"^^xsd:decimal ;
  geo-pos:long "-1.55352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6707'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55352'^^xsd:double;
  dwc:latitude '48.67226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55352 48.67226, -1.55352 48.67226, -1.55352 48.67226, -1.55352 48.67226, -1.55352 48.67226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6707'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69569 -1.55351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69569"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69569 -1.55351)"^^geo:wktLiteral ;
  geo-pos:lat "48.69569"^^xsd:decimal ;
  geo-pos:long "-1.55351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1051'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55351'^^xsd:double;
  dwc:latitude '48.69569'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55351 48.69569, -1.55351 48.69569, -1.55351 48.69569, -1.55351 48.69569, -1.55351 48.69569))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1051'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65741 -1.55349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65741 -1.55349)"^^geo:wktLiteral ;
  geo-pos:lat "48.65741"^^xsd:decimal ;
  geo-pos:long "-1.55349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_13593'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55349'^^xsd:double;
  dwc:latitude '48.65741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55349 48.65741, -1.55349 48.65741, -1.55349 48.65741, -1.55349 48.65741, -1.55349 48.65741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13593'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66299 -1.55349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66299 -1.55349)"^^geo:wktLiteral ;
  geo-pos:lat "48.66299"^^xsd:decimal ;
  geo-pos:long "-1.55349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13718'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55349'^^xsd:double;
  dwc:latitude '48.66299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55349 48.66299, -1.55349 48.66299, -1.55349 48.66299, -1.55349 48.66299, -1.55349 48.66299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13718'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68293 -1.55349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68293 -1.55349)"^^geo:wktLiteral ;
  geo-pos:lat "48.68293"^^xsd:decimal ;
  geo-pos:long "-1.55349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2296'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55349'^^xsd:double;
  dwc:latitude '48.68293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55349 48.68293, -1.55349 48.68293, -1.55349 48.68293, -1.55349 48.68293, -1.55349 48.68293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2296'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68349 -1.55349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68349"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68349 -1.55349)"^^geo:wktLiteral ;
  geo-pos:lat "48.68349"^^xsd:decimal ;
  geo-pos:long "-1.55349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4798'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55349'^^xsd:double;
  dwc:latitude '48.68349'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55349 48.68349, -1.55349 48.68349, -1.55349 48.68349, -1.55349 48.68349, -1.55349 48.68349))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4798'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72477 -1.55349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72477 -1.55349)"^^geo:wktLiteral ;
  geo-pos:lat "48.72477"^^xsd:decimal ;
  geo-pos:long "-1.55349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9540'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55349'^^xsd:double;
  dwc:latitude '48.72477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55349 48.72477, -1.55349 48.72477, -1.55349 48.72477, -1.55349 48.72477, -1.55349 48.72477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9540'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69091 -1.55347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69091 -1.55347)"^^geo:wktLiteral ;
  geo-pos:lat "48.69091"^^xsd:decimal ;
  geo-pos:long "-1.55347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4211'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55347'^^xsd:double;
  dwc:latitude '48.69091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55347 48.69091, -1.55347 48.69091, -1.55347 48.69091, -1.55347 48.69091, -1.55347 48.69091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4211'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73196 -1.55347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73196 -1.55347)"^^geo:wktLiteral ;
  geo-pos:lat "48.73196"^^xsd:decimal ;
  geo-pos:long "-1.55347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2898'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55347'^^xsd:double;
  dwc:latitude '48.73196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55347 48.73196, -1.55347 48.73196, -1.55347 48.73196, -1.55347 48.73196, -1.55347 48.73196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2898'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66939 -1.55346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66939 -1.55346)"^^geo:wktLiteral ;
  geo-pos:lat "48.66939"^^xsd:decimal ;
  geo-pos:long "-1.55346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11881'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55346'^^xsd:double;
  dwc:latitude '48.66939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55346 48.66939, -1.55346 48.66939, -1.55346 48.66939, -1.55346 48.66939, -1.55346 48.66939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11881'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71759 -1.55346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71759 -1.55346)"^^geo:wktLiteral ;
  geo-pos:lat "48.71759"^^xsd:decimal ;
  geo-pos:long "-1.55346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2366'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55346'^^xsd:double;
  dwc:latitude '48.71759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55346 48.71759, -1.55346 48.71759, -1.55346 48.71759, -1.55346 48.71759, -1.55346 48.71759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2366'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70336 -1.55345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70336"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70336 -1.55345)"^^geo:wktLiteral ;
  geo-pos:lat "48.70336"^^xsd:decimal ;
  geo-pos:long "-1.55345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3342'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55345'^^xsd:double;
  dwc:latitude '48.70336'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55345 48.70336, -1.55345 48.70336, -1.55345 48.70336, -1.55345 48.70336, -1.55345 48.70336))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3342'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72271 -1.55345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72271 -1.55345)"^^geo:wktLiteral ;
  geo-pos:lat "48.72271"^^xsd:decimal ;
  geo-pos:long "-1.55345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_303'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55345'^^xsd:double;
  dwc:latitude '48.72271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55345 48.72271, -1.55345 48.72271, -1.55345 48.72271, -1.55345 48.72271, -1.55345 48.72271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_303'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71908 -1.55344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71908 -1.55344)"^^geo:wktLiteral ;
  geo-pos:lat "48.71908"^^xsd:decimal ;
  geo-pos:long "-1.55344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2100'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55344'^^xsd:double;
  dwc:latitude '48.71908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55344 48.71908, -1.55344 48.71908, -1.55344 48.71908, -1.55344 48.71908, -1.55344 48.71908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2100'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72125 -1.55344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72125 -1.55344)"^^geo:wktLiteral ;
  geo-pos:lat "48.72125"^^xsd:decimal ;
  geo-pos:long "-1.55344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4404'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55344'^^xsd:double;
  dwc:latitude '48.72125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55344 48.72125, -1.55344 48.72125, -1.55344 48.72125, -1.55344 48.72125, -1.55344 48.72125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4404'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68309 -1.55342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68309 -1.55342)"^^geo:wktLiteral ;
  geo-pos:lat "48.68309"^^xsd:decimal ;
  geo-pos:long "-1.55342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_652'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55342'^^xsd:double;
  dwc:latitude '48.68309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55342 48.68309, -1.55342 48.68309, -1.55342 48.68309, -1.55342 48.68309, -1.55342 48.68309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_652'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.715 -1.55342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.715 -1.55342)"^^geo:wktLiteral ;
  geo-pos:lat "48.715"^^xsd:decimal ;
  geo-pos:long "-1.55342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1963'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55342'^^xsd:double;
  dwc:latitude '48.715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55342 48.715, -1.55342 48.715, -1.55342 48.715, -1.55342 48.715, -1.55342 48.715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1963'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69067 -1.5534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69067"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69067 -1.5534)"^^geo:wktLiteral ;
  geo-pos:lat "48.69067"^^xsd:decimal ;
  geo-pos:long "-1.5534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3945'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5534'^^xsd:double;
  dwc:latitude '48.69067'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5534 48.69067, -1.5534 48.69067, -1.5534 48.69067, -1.5534 48.69067, -1.5534 48.69067))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3945'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70274 -1.5534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70274 -1.5534)"^^geo:wktLiteral ;
  geo-pos:lat "48.70274"^^xsd:decimal ;
  geo-pos:long "-1.5534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2415'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5534'^^xsd:double;
  dwc:latitude '48.70274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5534 48.70274, -1.5534 48.70274, -1.5534 48.70274, -1.5534 48.70274, -1.5534 48.70274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2415'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71224 -1.5534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71224 -1.5534)"^^geo:wktLiteral ;
  geo-pos:lat "48.71224"^^xsd:decimal ;
  geo-pos:long "-1.5534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9874'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5534'^^xsd:double;
  dwc:latitude '48.71224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5534 48.71224, -1.5534 48.71224, -1.5534 48.71224, -1.5534 48.71224, -1.5534 48.71224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9874'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66007 -1.55339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66007 -1.55339)"^^geo:wktLiteral ;
  geo-pos:lat "48.66007"^^xsd:decimal ;
  geo-pos:long "-1.55339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11430'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55339'^^xsd:double;
  dwc:latitude '48.66007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55339 48.66007, -1.55339 48.66007, -1.55339 48.66007, -1.55339 48.66007, -1.55339 48.66007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11430'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71246 -1.55338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71246"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71246 -1.55338)"^^geo:wktLiteral ;
  geo-pos:lat "48.71246"^^xsd:decimal ;
  geo-pos:long "-1.55338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8099'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55338'^^xsd:double;
  dwc:latitude '48.71246'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55338 48.71246, -1.55338 48.71246, -1.55338 48.71246, -1.55338 48.71246, -1.55338 48.71246))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8099'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72819 -1.55337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72819 -1.55337)"^^geo:wktLiteral ;
  geo-pos:lat "48.72819"^^xsd:decimal ;
  geo-pos:long "-1.55337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9413'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55337'^^xsd:double;
  dwc:latitude '48.72819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55337 48.72819, -1.55337 48.72819, -1.55337 48.72819, -1.55337 48.72819, -1.55337 48.72819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9413'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69499 -1.55334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69499"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69499 -1.55334)"^^geo:wktLiteral ;
  geo-pos:lat "48.69499"^^xsd:decimal ;
  geo-pos:long "-1.55334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4792'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55334'^^xsd:double;
  dwc:latitude '48.69499'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55334 48.69499, -1.55334 48.69499, -1.55334 48.69499, -1.55334 48.69499, -1.55334 48.69499))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4792'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71061 -1.55334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71061 -1.55334)"^^geo:wktLiteral ;
  geo-pos:lat "48.71061"^^xsd:decimal ;
  geo-pos:long "-1.55334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8103'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55334'^^xsd:double;
  dwc:latitude '48.71061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55334 48.71061, -1.55334 48.71061, -1.55334 48.71061, -1.55334 48.71061, -1.55334 48.71061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8103'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69165 -1.55333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69165 -1.55333)"^^geo:wktLiteral ;
  geo-pos:lat "48.69165"^^xsd:decimal ;
  geo-pos:long "-1.55333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5480'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55333'^^xsd:double;
  dwc:latitude '48.69165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55333 48.69165, -1.55333 48.69165, -1.55333 48.69165, -1.55333 48.69165, -1.55333 48.69165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5480'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70551 -1.55331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70551 -1.55331)"^^geo:wktLiteral ;
  geo-pos:lat "48.70551"^^xsd:decimal ;
  geo-pos:long "-1.55331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4555'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55331'^^xsd:double;
  dwc:latitude '48.70551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55331 48.70551, -1.55331 48.70551, -1.55331 48.70551, -1.55331 48.70551, -1.55331 48.70551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4555'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70045 -1.55328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70045 -1.55328)"^^geo:wktLiteral ;
  geo-pos:lat "48.70045"^^xsd:decimal ;
  geo-pos:long "-1.55328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1207'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55328'^^xsd:double;
  dwc:latitude '48.70045'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55328 48.70045, -1.55328 48.70045, -1.55328 48.70045, -1.55328 48.70045, -1.55328 48.70045))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1207'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65464 -1.55327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65464 -1.55327)"^^geo:wktLiteral ;
  geo-pos:lat "48.65464"^^xsd:decimal ;
  geo-pos:long "-1.55327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2596'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55327'^^xsd:double;
  dwc:latitude '48.65464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55327 48.65464, -1.55327 48.65464, -1.55327 48.65464, -1.55327 48.65464, -1.55327 48.65464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2596'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66118 -1.55327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66118 -1.55327)"^^geo:wktLiteral ;
  geo-pos:lat "48.66118"^^xsd:decimal ;
  geo-pos:long "-1.55327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_109'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55327'^^xsd:double;
  dwc:latitude '48.66118'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55327 48.66118, -1.55327 48.66118, -1.55327 48.66118, -1.55327 48.66118, -1.55327 48.66118))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_109'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71031 -1.55327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71031 -1.55327)"^^geo:wktLiteral ;
  geo-pos:lat "48.71031"^^xsd:decimal ;
  geo-pos:long "-1.55327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8925'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55327'^^xsd:double;
  dwc:latitude '48.71031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55327 48.71031, -1.55327 48.71031, -1.55327 48.71031, -1.55327 48.71031, -1.55327 48.71031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8925'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72148 -1.55327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72148"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72148 -1.55327)"^^geo:wktLiteral ;
  geo-pos:lat "48.72148"^^xsd:decimal ;
  geo-pos:long "-1.55327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3555'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55327'^^xsd:double;
  dwc:latitude '48.72148'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55327 48.72148, -1.55327 48.72148, -1.55327 48.72148, -1.55327 48.72148, -1.55327 48.72148))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3555'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67493 -1.55326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67493"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67493 -1.55326)"^^geo:wktLiteral ;
  geo-pos:lat "48.67493"^^xsd:decimal ;
  geo-pos:long "-1.55326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6164'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55326'^^xsd:double;
  dwc:latitude '48.67493'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55326 48.67493, -1.55326 48.67493, -1.55326 48.67493, -1.55326 48.67493, -1.55326 48.67493))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6164'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71521 -1.55326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71521 -1.55326)"^^geo:wktLiteral ;
  geo-pos:lat "48.71521"^^xsd:decimal ;
  geo-pos:long "-1.55326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11260'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55326'^^xsd:double;
  dwc:latitude '48.71521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55326 48.71521, -1.55326 48.71521, -1.55326 48.71521, -1.55326 48.71521, -1.55326 48.71521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11260'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66906 -1.55321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66906 -1.55321)"^^geo:wktLiteral ;
  geo-pos:lat "48.66906"^^xsd:decimal ;
  geo-pos:long "-1.55321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11008'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55321'^^xsd:double;
  dwc:latitude '48.66906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55321 48.66906, -1.55321 48.66906, -1.55321 48.66906, -1.55321 48.66906, -1.55321 48.66906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11008'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.669 -1.55318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.669 -1.55318)"^^geo:wktLiteral ;
  geo-pos:lat "48.669"^^xsd:decimal ;
  geo-pos:long "-1.55318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_11514'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55318'^^xsd:double;
  dwc:latitude '48.669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55318 48.669, -1.55318 48.669, -1.55318 48.669, -1.55318 48.669, -1.55318 48.669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11514'^^xsd:string;
  dwc:observationDate '2007-12-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72372 -1.55315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72372 -1.55315)"^^geo:wktLiteral ;
  geo-pos:lat "48.72372"^^xsd:decimal ;
  geo-pos:long "-1.55315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9072'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55315'^^xsd:double;
  dwc:latitude '48.72372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55315 48.72372, -1.55315 48.72372, -1.55315 48.72372, -1.55315 48.72372, -1.55315 48.72372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9072'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68101 -1.55314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68101 -1.55314)"^^geo:wktLiteral ;
  geo-pos:lat "48.68101"^^xsd:decimal ;
  geo-pos:long "-1.55314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5403'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55314'^^xsd:double;
  dwc:latitude '48.68101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55314 48.68101, -1.55314 48.68101, -1.55314 48.68101, -1.55314 48.68101, -1.55314 48.68101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5403'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72468 -1.55314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72468 -1.55314)"^^geo:wktLiteral ;
  geo-pos:lat "48.72468"^^xsd:decimal ;
  geo-pos:long "-1.55314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2854'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55314'^^xsd:double;
  dwc:latitude '48.72468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55314 48.72468, -1.55314 48.72468, -1.55314 48.72468, -1.55314 48.72468, -1.55314 48.72468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2854'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65744 -1.55313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65744 -1.55313)"^^geo:wktLiteral ;
  geo-pos:lat "48.65744"^^xsd:decimal ;
  geo-pos:long "-1.55313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10439'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55313'^^xsd:double;
  dwc:latitude '48.65744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55313 48.65744, -1.55313 48.65744, -1.55313 48.65744, -1.55313 48.65744, -1.55313 48.65744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10439'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70544 -1.55313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70544 -1.55313)"^^geo:wktLiteral ;
  geo-pos:lat "48.70544"^^xsd:decimal ;
  geo-pos:long "-1.55313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4050'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55313'^^xsd:double;
  dwc:latitude '48.70544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55313 48.70544, -1.55313 48.70544, -1.55313 48.70544, -1.55313 48.70544, -1.55313 48.70544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4050'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66878 -1.55311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66878 -1.55311)"^^geo:wktLiteral ;
  geo-pos:lat "48.66878"^^xsd:decimal ;
  geo-pos:long "-1.55311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10790'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55311'^^xsd:double;
  dwc:latitude '48.66878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55311 48.66878, -1.55311 48.66878, -1.55311 48.66878, -1.55311 48.66878, -1.55311 48.66878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10790'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66294 -1.5531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66294 -1.5531)"^^geo:wktLiteral ;
  geo-pos:lat "48.66294"^^xsd:decimal ;
  geo-pos:long "-1.5531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1619'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5531'^^xsd:double;
  dwc:latitude '48.66294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5531 48.66294, -1.5531 48.66294, -1.5531 48.66294, -1.5531 48.66294, -1.5531 48.66294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1619'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67351 -1.55309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67351 -1.55309)"^^geo:wktLiteral ;
  geo-pos:lat "48.67351"^^xsd:decimal ;
  geo-pos:long "-1.55309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6215'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55309'^^xsd:double;
  dwc:latitude '48.67351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55309 48.67351, -1.55309 48.67351, -1.55309 48.67351, -1.55309 48.67351, -1.55309 48.67351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6215'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7247 -1.55308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7247 -1.55308)"^^geo:wktLiteral ;
  geo-pos:lat "48.7247"^^xsd:decimal ;
  geo-pos:long "-1.55308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4903'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55308'^^xsd:double;
  dwc:latitude '48.7247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55308 48.7247, -1.55308 48.7247, -1.55308 48.7247, -1.55308 48.7247, -1.55308 48.7247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4903'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70593 -1.55307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70593 -1.55307)"^^geo:wktLiteral ;
  geo-pos:lat "48.70593"^^xsd:decimal ;
  geo-pos:long "-1.55307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4710'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55307'^^xsd:double;
  dwc:latitude '48.70593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55307 48.70593, -1.55307 48.70593, -1.55307 48.70593, -1.55307 48.70593, -1.55307 48.70593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4710'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69749 -1.55306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69749 -1.55306)"^^geo:wktLiteral ;
  geo-pos:lat "48.69749"^^xsd:decimal ;
  geo-pos:long "-1.55306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1522'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55306'^^xsd:double;
  dwc:latitude '48.69749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55306 48.69749, -1.55306 48.69749, -1.55306 48.69749, -1.55306 48.69749, -1.55306 48.69749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1522'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68924 -1.55305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68924"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68924 -1.55305)"^^geo:wktLiteral ;
  geo-pos:lat "48.68924"^^xsd:decimal ;
  geo-pos:long "-1.55305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7888'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55305'^^xsd:double;
  dwc:latitude '48.68924'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55305 48.68924, -1.55305 48.68924, -1.55305 48.68924, -1.55305 48.68924, -1.55305 48.68924))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7888'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7242 -1.55302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7242 -1.55302)"^^geo:wktLiteral ;
  geo-pos:lat "48.7242"^^xsd:decimal ;
  geo-pos:long "-1.55302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2741'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55302'^^xsd:double;
  dwc:latitude '48.7242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55302 48.7242, -1.55302 48.7242, -1.55302 48.7242, -1.55302 48.7242, -1.55302 48.7242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2741'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6535 -1.55298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6535 -1.55298)"^^geo:wktLiteral ;
  geo-pos:lat "48.6535"^^xsd:decimal ;
  geo-pos:long "-1.55298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3641'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55298'^^xsd:double;
  dwc:latitude '48.6535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55298 48.6535, -1.55298 48.6535, -1.55298 48.6535, -1.55298 48.6535, -1.55298 48.6535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3641'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71163 -1.55298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71163 -1.55298)"^^geo:wktLiteral ;
  geo-pos:lat "48.71163"^^xsd:decimal ;
  geo-pos:long "-1.55298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5478'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55298'^^xsd:double;
  dwc:latitude '48.71163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55298 48.71163, -1.55298 48.71163, -1.55298 48.71163, -1.55298 48.71163, -1.55298 48.71163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5478'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.726 -1.55298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.726 -1.55298)"^^geo:wktLiteral ;
  geo-pos:lat "48.726"^^xsd:decimal ;
  geo-pos:long "-1.55298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9907'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55298'^^xsd:double;
  dwc:latitude '48.726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55298 48.726, -1.55298 48.726, -1.55298 48.726, -1.55298 48.726, -1.55298 48.726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9907'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7073 -1.55296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7073 -1.55296)"^^geo:wktLiteral ;
  geo-pos:lat "48.7073"^^xsd:decimal ;
  geo-pos:long "-1.55296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2890'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '14.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55296'^^xsd:double;
  dwc:latitude '48.7073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55296 48.7073, -1.55296 48.7073, -1.55296 48.7073, -1.55296 48.7073, -1.55296 48.7073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2890'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7028 -1.55295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7028 -1.55295)"^^geo:wktLiteral ;
  geo-pos:lat "48.7028"^^xsd:decimal ;
  geo-pos:long "-1.55295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9126'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55295'^^xsd:double;
  dwc:latitude '48.7028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55295 48.7028, -1.55295 48.7028, -1.55295 48.7028, -1.55295 48.7028, -1.55295 48.7028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9126'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.55289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.55289)"^^geo:wktLiteral ;
  geo-pos:lat "48.69222"^^xsd:decimal ;
  geo-pos:long "-1.55289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2192'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55289'^^xsd:double;
  dwc:latitude '48.69222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55289 48.69222, -1.55289 48.69222, -1.55289 48.69222, -1.55289 48.69222, -1.55289 48.69222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2192'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70058 -1.55289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70058 -1.55289)"^^geo:wktLiteral ;
  geo-pos:lat "48.70058"^^xsd:decimal ;
  geo-pos:long "-1.55289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7691'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55289'^^xsd:double;
  dwc:latitude '48.70058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55289 48.70058, -1.55289 48.70058, -1.55289 48.70058, -1.55289 48.70058, -1.55289 48.70058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7691'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71925 -1.55289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71925 -1.55289)"^^geo:wktLiteral ;
  geo-pos:lat "48.71925"^^xsd:decimal ;
  geo-pos:long "-1.55289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5748'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55289'^^xsd:double;
  dwc:latitude '48.71925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55289 48.71925, -1.55289 48.71925, -1.55289 48.71925, -1.55289 48.71925, -1.55289 48.71925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5748'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66544 -1.55288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66544 -1.55288)"^^geo:wktLiteral ;
  geo-pos:lat "48.66544"^^xsd:decimal ;
  geo-pos:long "-1.55288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_121'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55288'^^xsd:double;
  dwc:latitude '48.66544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55288 48.66544, -1.55288 48.66544, -1.55288 48.66544, -1.55288 48.66544, -1.55288 48.66544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_121'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69353 -1.55288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69353 -1.55288)"^^geo:wktLiteral ;
  geo-pos:lat "48.69353"^^xsd:decimal ;
  geo-pos:long "-1.55288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8037'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55288'^^xsd:double;
  dwc:latitude '48.69353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55288 48.69353, -1.55288 48.69353, -1.55288 48.69353, -1.55288 48.69353, -1.55288 48.69353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8037'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72322 -1.55287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72322 -1.55287)"^^geo:wktLiteral ;
  geo-pos:lat "48.72322"^^xsd:decimal ;
  geo-pos:long "-1.55287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3018'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55287'^^xsd:double;
  dwc:latitude '48.72322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55287 48.72322, -1.55287 48.72322, -1.55287 48.72322, -1.55287 48.72322, -1.55287 48.72322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3018'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69698 -1.55286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69698 -1.55286)"^^geo:wktLiteral ;
  geo-pos:lat "48.69698"^^xsd:decimal ;
  geo-pos:long "-1.55286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_951'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55286'^^xsd:double;
  dwc:latitude '48.69698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55286 48.69698, -1.55286 48.69698, -1.55286 48.69698, -1.55286 48.69698, -1.55286 48.69698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_951'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71744 -1.55286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71744 -1.55286)"^^geo:wktLiteral ;
  geo-pos:lat "48.71744"^^xsd:decimal ;
  geo-pos:long "-1.55286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9784'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55286'^^xsd:double;
  dwc:latitude '48.71744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55286 48.71744, -1.55286 48.71744, -1.55286 48.71744, -1.55286 48.71744, -1.55286 48.71744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9784'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69945 -1.55284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69945 -1.55284)"^^geo:wktLiteral ;
  geo-pos:lat "48.69945"^^xsd:decimal ;
  geo-pos:long "-1.55284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9275'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55284'^^xsd:double;
  dwc:latitude '48.69945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55284 48.69945, -1.55284 48.69945, -1.55284 48.69945, -1.55284 48.69945, -1.55284 48.69945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9275'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67352 -1.55283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67352 -1.55283)"^^geo:wktLiteral ;
  geo-pos:lat "48.67352"^^xsd:decimal ;
  geo-pos:long "-1.55283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1377'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55283'^^xsd:double;
  dwc:latitude '48.67352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55283 48.67352, -1.55283 48.67352, -1.55283 48.67352, -1.55283 48.67352, -1.55283 48.67352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1377'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7148 -1.55282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7148"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7148 -1.55282)"^^geo:wktLiteral ;
  geo-pos:lat "48.7148"^^xsd:decimal ;
  geo-pos:long "-1.55282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8106'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55282'^^xsd:double;
  dwc:latitude '48.7148'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55282 48.7148, -1.55282 48.7148, -1.55282 48.7148, -1.55282 48.7148, -1.55282 48.7148))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8106'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66817 -1.55281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66817 -1.55281)"^^geo:wktLiteral ;
  geo-pos:lat "48.66817"^^xsd:decimal ;
  geo-pos:long "-1.55281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_11007'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55281'^^xsd:double;
  dwc:latitude '48.66817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55281 48.66817, -1.55281 48.66817, -1.55281 48.66817, -1.55281 48.66817, -1.55281 48.66817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11007'^^xsd:string;
  dwc:observationDate '2007-11-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71083 -1.55281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71083 -1.55281)"^^geo:wktLiteral ;
  geo-pos:lat "48.71083"^^xsd:decimal ;
  geo-pos:long "-1.55281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5369'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55281'^^xsd:double;
  dwc:latitude '48.71083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55281 48.71083, -1.55281 48.71083, -1.55281 48.71083, -1.55281 48.71083, -1.55281 48.71083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5369'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70164 -1.5528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70164"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70164 -1.5528)"^^geo:wktLiteral ;
  geo-pos:lat "48.70164"^^xsd:decimal ;
  geo-pos:long "-1.5528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11228'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5528'^^xsd:double;
  dwc:latitude '48.70164'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5528 48.70164, -1.5528 48.70164, -1.5528 48.70164, -1.5528 48.70164, -1.5528 48.70164))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11228'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70372 -1.5528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70372 -1.5528)"^^geo:wktLiteral ;
  geo-pos:lat "48.70372"^^xsd:decimal ;
  geo-pos:long "-1.5528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1253'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5528'^^xsd:double;
  dwc:latitude '48.70372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5528 48.70372, -1.5528 48.70372, -1.5528 48.70372, -1.5528 48.70372, -1.5528 48.70372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1253'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72791 -1.5528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72791"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72791 -1.5528)"^^geo:wktLiteral ;
  geo-pos:lat "48.72791"^^xsd:decimal ;
  geo-pos:long "-1.5528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10055'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5528'^^xsd:double;
  dwc:latitude '48.72791'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5528 48.72791, -1.5528 48.72791, -1.5528 48.72791, -1.5528 48.72791, -1.5528 48.72791))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10055'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71038 -1.55279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71038 -1.55279)"^^geo:wktLiteral ;
  geo-pos:lat "48.71038"^^xsd:decimal ;
  geo-pos:long "-1.55279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_829'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55279'^^xsd:double;
  dwc:latitude '48.71038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55279 48.71038, -1.55279 48.71038, -1.55279 48.71038, -1.55279 48.71038, -1.55279 48.71038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_829'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65191 -1.55278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65191"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65191 -1.55278)"^^geo:wktLiteral ;
  geo-pos:lat "48.65191"^^xsd:decimal ;
  geo-pos:long "-1.55278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12667'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55278'^^xsd:double;
  dwc:latitude '48.65191'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55278 48.65191, -1.55278 48.65191, -1.55278 48.65191, -1.55278 48.65191, -1.55278 48.65191))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12667'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72295 -1.55276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72295 -1.55276)"^^geo:wktLiteral ;
  geo-pos:lat "48.72295"^^xsd:decimal ;
  geo-pos:long "-1.55276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_458'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.93333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55276'^^xsd:double;
  dwc:latitude '48.72295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55276 48.72295, -1.55276 48.72295, -1.55276 48.72295, -1.55276 48.72295, -1.55276 48.72295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_458'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67263 -1.55275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67263 -1.55275)"^^geo:wktLiteral ;
  geo-pos:lat "48.67263"^^xsd:decimal ;
  geo-pos:long "-1.55275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6112'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55275'^^xsd:double;
  dwc:latitude '48.67263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55275 48.67263, -1.55275 48.67263, -1.55275 48.67263, -1.55275 48.67263, -1.55275 48.67263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6112'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70252 -1.55275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70252 -1.55275)"^^geo:wktLiteral ;
  geo-pos:lat "48.70252"^^xsd:decimal ;
  geo-pos:long "-1.55275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7520'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55275'^^xsd:double;
  dwc:latitude '48.70252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55275 48.70252, -1.55275 48.70252, -1.55275 48.70252, -1.55275 48.70252, -1.55275 48.70252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7520'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72252 -1.55275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72252 -1.55275)"^^geo:wktLiteral ;
  geo-pos:lat "48.72252"^^xsd:decimal ;
  geo-pos:long "-1.55275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_304'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55275'^^xsd:double;
  dwc:latitude '48.72252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55275 48.72252, -1.55275 48.72252, -1.55275 48.72252, -1.55275 48.72252, -1.55275 48.72252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_304'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69322 -1.55274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69322 -1.55274)"^^geo:wktLiteral ;
  geo-pos:lat "48.69322"^^xsd:decimal ;
  geo-pos:long "-1.55274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10001'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55274'^^xsd:double;
  dwc:latitude '48.69322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55274 48.69322, -1.55274 48.69322, -1.55274 48.69322, -1.55274 48.69322, -1.55274 48.69322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10001'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69897 -1.55273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69897 -1.55273)"^^geo:wktLiteral ;
  geo-pos:lat "48.69897"^^xsd:decimal ;
  geo-pos:long "-1.55273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5196'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55273'^^xsd:double;
  dwc:latitude '48.69897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55273 48.69897, -1.55273 48.69897, -1.55273 48.69897, -1.55273 48.69897, -1.55273 48.69897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5196'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72886 -1.55273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72886"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72886 -1.55273)"^^geo:wktLiteral ;
  geo-pos:lat "48.72886"^^xsd:decimal ;
  geo-pos:long "-1.55273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5466'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55273'^^xsd:double;
  dwc:latitude '48.72886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55273 48.72886, -1.55273 48.72886, -1.55273 48.72886, -1.55273 48.72886, -1.55273 48.72886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5466'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72173 -1.55272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72173 -1.55272)"^^geo:wktLiteral ;
  geo-pos:lat "48.72173"^^xsd:decimal ;
  geo-pos:long "-1.55272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10469'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55272'^^xsd:double;
  dwc:latitude '48.72173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55272 48.72173, -1.55272 48.72173, -1.55272 48.72173, -1.55272 48.72173, -1.55272 48.72173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10469'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70204 -1.5527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70204 -1.5527)"^^geo:wktLiteral ;
  geo-pos:lat "48.70204"^^xsd:decimal ;
  geo-pos:long "-1.5527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4304'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5527'^^xsd:double;
  dwc:latitude '48.70204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5527 48.70204, -1.5527 48.70204, -1.5527 48.70204, -1.5527 48.70204, -1.5527 48.70204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4304'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70664 -1.5527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70664 -1.5527)"^^geo:wktLiteral ;
  geo-pos:lat "48.70664"^^xsd:decimal ;
  geo-pos:long "-1.5527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3064'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5527'^^xsd:double;
  dwc:latitude '48.70664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5527 48.70664, -1.5527 48.70664, -1.5527 48.70664, -1.5527 48.70664, -1.5527 48.70664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3064'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72618 -1.5527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72618 -1.5527)"^^geo:wktLiteral ;
  geo-pos:lat "48.72618"^^xsd:decimal ;
  geo-pos:long "-1.5527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1811'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5527'^^xsd:double;
  dwc:latitude '48.72618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5527 48.72618, -1.5527 48.72618, -1.5527 48.72618, -1.5527 48.72618, -1.5527 48.72618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1811'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72855 -1.5527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72855 -1.5527)"^^geo:wktLiteral ;
  geo-pos:lat "48.72855"^^xsd:decimal ;
  geo-pos:long "-1.5527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7898'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5527'^^xsd:double;
  dwc:latitude '48.72855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5527 48.72855, -1.5527 48.72855, -1.5527 48.72855, -1.5527 48.72855, -1.5527 48.72855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7898'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70848 -1.55269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70848"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70848 -1.55269)"^^geo:wktLiteral ;
  geo-pos:lat "48.70848"^^xsd:decimal ;
  geo-pos:long "-1.55269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5069'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55269'^^xsd:double;
  dwc:latitude '48.70848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55269 48.70848, -1.55269 48.70848, -1.55269 48.70848, -1.55269 48.70848, -1.55269 48.70848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5069'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7145 -1.55268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7145 -1.55268)"^^geo:wktLiteral ;
  geo-pos:lat "48.7145"^^xsd:decimal ;
  geo-pos:long "-1.55268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1381'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55268'^^xsd:double;
  dwc:latitude '48.7145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55268 48.7145, -1.55268 48.7145, -1.55268 48.7145, -1.55268 48.7145, -1.55268 48.7145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1381'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.712 -1.55267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.712 -1.55267)"^^geo:wktLiteral ;
  geo-pos:lat "48.712"^^xsd:decimal ;
  geo-pos:long "-1.55267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5485'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55267'^^xsd:double;
  dwc:latitude '48.712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55267 48.712, -1.55267 48.712, -1.55267 48.712, -1.55267 48.712, -1.55267 48.712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5485'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71362 -1.55267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71362 -1.55267)"^^geo:wktLiteral ;
  geo-pos:lat "48.71362"^^xsd:decimal ;
  geo-pos:long "-1.55267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1507'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55267'^^xsd:double;
  dwc:latitude '48.71362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55267 48.71362, -1.55267 48.71362, -1.55267 48.71362, -1.55267 48.71362, -1.55267 48.71362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1507'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64783 -1.55265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64783 -1.55265)"^^geo:wktLiteral ;
  geo-pos:lat "48.64783"^^xsd:decimal ;
  geo-pos:long "-1.55265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10440'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55265'^^xsd:double;
  dwc:latitude '48.64783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55265 48.64783, -1.55265 48.64783, -1.55265 48.64783, -1.55265 48.64783, -1.55265 48.64783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10440'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67908 -1.55265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67908 -1.55265)"^^geo:wktLiteral ;
  geo-pos:lat "48.67908"^^xsd:decimal ;
  geo-pos:long "-1.55265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13686'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55265'^^xsd:double;
  dwc:latitude '48.67908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55265 48.67908, -1.55265 48.67908, -1.55265 48.67908, -1.55265 48.67908, -1.55265 48.67908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13686'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6913 -1.55265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6913 -1.55265)"^^geo:wktLiteral ;
  geo-pos:lat "48.6913"^^xsd:decimal ;
  geo-pos:long "-1.55265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5724'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55265'^^xsd:double;
  dwc:latitude '48.6913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55265 48.6913, -1.55265 48.6913, -1.55265 48.6913, -1.55265 48.6913, -1.55265 48.6913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5724'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69462 -1.55265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69462 -1.55265)"^^geo:wktLiteral ;
  geo-pos:lat "48.69462"^^xsd:decimal ;
  geo-pos:long "-1.55265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_657'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55265'^^xsd:double;
  dwc:latitude '48.69462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55265 48.69462, -1.55265 48.69462, -1.55265 48.69462, -1.55265 48.69462, -1.55265 48.69462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_657'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66462 -1.55264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66462 -1.55264)"^^geo:wktLiteral ;
  geo-pos:lat "48.66462"^^xsd:decimal ;
  geo-pos:long "-1.55264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_420'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55264'^^xsd:double;
  dwc:latitude '48.66462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55264 48.66462, -1.55264 48.66462, -1.55264 48.66462, -1.55264 48.66462, -1.55264 48.66462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_420'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.55264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66927 -1.55264)"^^geo:wktLiteral ;
  geo-pos:lat "48.66927"^^xsd:decimal ;
  geo-pos:long "-1.55264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11758'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55264'^^xsd:double;
  dwc:latitude '48.66927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55264 48.66927, -1.55264 48.66927, -1.55264 48.66927, -1.55264 48.66927, -1.55264 48.66927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11758'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71799 -1.55264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71799 -1.55264)"^^geo:wktLiteral ;
  geo-pos:lat "48.71799"^^xsd:decimal ;
  geo-pos:long "-1.55264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3967'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55264'^^xsd:double;
  dwc:latitude '48.71799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55264 48.71799, -1.55264 48.71799, -1.55264 48.71799, -1.55264 48.71799, -1.55264 48.71799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3967'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69466 -1.55262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69466 -1.55262)"^^geo:wktLiteral ;
  geo-pos:lat "48.69466"^^xsd:decimal ;
  geo-pos:long "-1.55262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1361'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55262'^^xsd:double;
  dwc:latitude '48.69466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55262 48.69466, -1.55262 48.69466, -1.55262 48.69466, -1.55262 48.69466, -1.55262 48.69466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1361'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71488 -1.55262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71488"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71488 -1.55262)"^^geo:wktLiteral ;
  geo-pos:lat "48.71488"^^xsd:decimal ;
  geo-pos:long "-1.55262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8118'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55262'^^xsd:double;
  dwc:latitude '48.71488'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55262 48.71488, -1.55262 48.71488, -1.55262 48.71488, -1.55262 48.71488, -1.55262 48.71488))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8118'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.5526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.5526)"^^geo:wktLiteral ;
  geo-pos:lat "48.70815"^^xsd:decimal ;
  geo-pos:long "-1.5526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4603'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5526'^^xsd:double;
  dwc:latitude '48.70815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5526 48.70815, -1.5526 48.70815, -1.5526 48.70815, -1.5526 48.70815, -1.5526 48.70815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4603'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71818 -1.5526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71818 -1.5526)"^^geo:wktLiteral ;
  geo-pos:lat "48.71818"^^xsd:decimal ;
  geo-pos:long "-1.5526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6001'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5526'^^xsd:double;
  dwc:latitude '48.71818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5526 48.71818, -1.5526 48.71818, -1.5526 48.71818, -1.5526 48.71818, -1.5526 48.71818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6001'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69779 -1.55257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69779 -1.55257)"^^geo:wktLiteral ;
  geo-pos:lat "48.69779"^^xsd:decimal ;
  geo-pos:long "-1.55257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1464'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '1.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55257'^^xsd:double;
  dwc:latitude '48.69779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55257 48.69779, -1.55257 48.69779, -1.55257 48.69779, -1.55257 48.69779, -1.55257 48.69779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1464'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7021 -1.55255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7021 -1.55255)"^^geo:wktLiteral ;
  geo-pos:lat "48.7021"^^xsd:decimal ;
  geo-pos:long "-1.55255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3180'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55255'^^xsd:double;
  dwc:latitude '48.7021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55255 48.7021, -1.55255 48.7021, -1.55255 48.7021, -1.55255 48.7021, -1.55255 48.7021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3180'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72517 -1.55255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72517 -1.55255)"^^geo:wktLiteral ;
  geo-pos:lat "48.72517"^^xsd:decimal ;
  geo-pos:long "-1.55255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5243'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55255'^^xsd:double;
  dwc:latitude '48.72517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55255 48.72517, -1.55255 48.72517, -1.55255 48.72517, -1.55255 48.72517, -1.55255 48.72517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5243'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71402 -1.55254)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55254"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71402 -1.55254)"^^geo:wktLiteral ;
  geo-pos:lat "48.71402"^^xsd:decimal ;
  geo-pos:long "-1.55254"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7983'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55254'^^xsd:double;
  dwc:latitude '48.71402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55254 48.71402, -1.55254 48.71402, -1.55254 48.71402, -1.55254 48.71402, -1.55254 48.71402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7983'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69493 -1.55252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69493"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69493 -1.55252)"^^geo:wktLiteral ;
  geo-pos:lat "48.69493"^^xsd:decimal ;
  geo-pos:long "-1.55252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1481'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55252'^^xsd:double;
  dwc:latitude '48.69493'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55252 48.69493, -1.55252 48.69493, -1.55252 48.69493, -1.55252 48.69493, -1.55252 48.69493))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1481'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6692 -1.55247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6692 -1.55247)"^^geo:wktLiteral ;
  geo-pos:lat "48.6692"^^xsd:decimal ;
  geo-pos:long "-1.55247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6177'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55247'^^xsd:double;
  dwc:latitude '48.6692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55247 48.6692, -1.55247 48.6692, -1.55247 48.6692, -1.55247 48.6692, -1.55247 48.6692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6177'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71804 -1.55247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71804 -1.55247)"^^geo:wktLiteral ;
  geo-pos:lat "48.71804"^^xsd:decimal ;
  geo-pos:long "-1.55247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_591'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55247'^^xsd:double;
  dwc:latitude '48.71804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55247 48.71804, -1.55247 48.71804, -1.55247 48.71804, -1.55247 48.71804, -1.55247 48.71804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_591'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65271 -1.55243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65271 -1.55243)"^^geo:wktLiteral ;
  geo-pos:lat "48.65271"^^xsd:decimal ;
  geo-pos:long "-1.55243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12666'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55243'^^xsd:double;
  dwc:latitude '48.65271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55243 48.65271, -1.55243 48.65271, -1.55243 48.65271, -1.55243 48.65271, -1.55243 48.65271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12666'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71131 -1.55243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71131 -1.55243)"^^geo:wktLiteral ;
  geo-pos:lat "48.71131"^^xsd:decimal ;
  geo-pos:long "-1.55243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_803'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55243'^^xsd:double;
  dwc:latitude '48.71131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55243 48.71131, -1.55243 48.71131, -1.55243 48.71131, -1.55243 48.71131, -1.55243 48.71131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_803'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.55243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.55243)"^^geo:wktLiteral ;
  geo-pos:lat "48.71409"^^xsd:decimal ;
  geo-pos:long "-1.55243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8032'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55243'^^xsd:double;
  dwc:latitude '48.71409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55243 48.71409, -1.55243 48.71409, -1.55243 48.71409, -1.55243 48.71409, -1.55243 48.71409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8032'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66855 -1.55241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66855 -1.55241)"^^geo:wktLiteral ;
  geo-pos:lat "48.66855"^^xsd:decimal ;
  geo-pos:long "-1.55241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10896'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55241'^^xsd:double;
  dwc:latitude '48.66855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55241 48.66855, -1.55241 48.66855, -1.55241 48.66855, -1.55241 48.66855, -1.55241 48.66855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10896'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72465 -1.55241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72465"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72465 -1.55241)"^^geo:wktLiteral ;
  geo-pos:lat "48.72465"^^xsd:decimal ;
  geo-pos:long "-1.55241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_704'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55241'^^xsd:double;
  dwc:latitude '48.72465'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55241 48.72465, -1.55241 48.72465, -1.55241 48.72465, -1.55241 48.72465, -1.55241 48.72465))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_704'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71475 -1.55237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71475 -1.55237)"^^geo:wktLiteral ;
  geo-pos:lat "48.71475"^^xsd:decimal ;
  geo-pos:long "-1.55237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4856'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55237'^^xsd:double;
  dwc:latitude '48.71475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55237 48.71475, -1.55237 48.71475, -1.55237 48.71475, -1.55237 48.71475, -1.55237 48.71475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4856'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65654 -1.55236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65654 -1.55236)"^^geo:wktLiteral ;
  geo-pos:lat "48.65654"^^xsd:decimal ;
  geo-pos:long "-1.55236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1788'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55236'^^xsd:double;
  dwc:latitude '48.65654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55236 48.65654, -1.55236 48.65654, -1.55236 48.65654, -1.55236 48.65654, -1.55236 48.65654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1788'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68299 -1.55235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68299 -1.55235)"^^geo:wktLiteral ;
  geo-pos:lat "48.68299"^^xsd:decimal ;
  geo-pos:long "-1.55235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6407'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55235'^^xsd:double;
  dwc:latitude '48.68299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55235 48.68299, -1.55235 48.68299, -1.55235 48.68299, -1.55235 48.68299, -1.55235 48.68299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6407'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72255 -1.55234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72255"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72255 -1.55234)"^^geo:wktLiteral ;
  geo-pos:lat "48.72255"^^xsd:decimal ;
  geo-pos:long "-1.55234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2306'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55234'^^xsd:double;
  dwc:latitude '48.72255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55234 48.72255, -1.55234 48.72255, -1.55234 48.72255, -1.55234 48.72255, -1.55234 48.72255))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2306'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3982> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7175 -1.55233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7175 -1.55233)"^^geo:wktLiteral ;
  geo-pos:lat "48.7175"^^xsd:decimal ;
  geo-pos:long "-1.55233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3982'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3982'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55233'^^xsd:double;
  dwc:latitude '48.7175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55233 48.7175, -1.55233 48.7175, -1.55233 48.7175, -1.55233 48.7175, -1.55233 48.7175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3982'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71744 -1.5523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71744 -1.5523)"^^geo:wktLiteral ;
  geo-pos:lat "48.71744"^^xsd:decimal ;
  geo-pos:long "-1.5523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4927'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5523'^^xsd:double;
  dwc:latitude '48.71744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5523 48.71744, -1.5523 48.71744, -1.5523 48.71744, -1.5523 48.71744, -1.5523 48.71744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4927'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69103 -1.55226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55226"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69103 -1.55226)"^^geo:wktLiteral ;
  geo-pos:lat "48.69103"^^xsd:decimal ;
  geo-pos:long "-1.55226"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1315'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55226'^^xsd:double;
  dwc:latitude '48.69103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55226 48.69103, -1.55226 48.69103, -1.55226 48.69103, -1.55226 48.69103, -1.55226 48.69103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1315'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70932 -1.55223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70932 -1.55223)"^^geo:wktLiteral ;
  geo-pos:lat "48.70932"^^xsd:decimal ;
  geo-pos:long "-1.55223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8537'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55223'^^xsd:double;
  dwc:latitude '48.70932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55223 48.70932, -1.55223 48.70932, -1.55223 48.70932, -1.55223 48.70932, -1.55223 48.70932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8537'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72194 -1.55222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72194 -1.55222)"^^geo:wktLiteral ;
  geo-pos:lat "48.72194"^^xsd:decimal ;
  geo-pos:long "-1.55222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2101'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55222'^^xsd:double;
  dwc:latitude '48.72194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55222 48.72194, -1.55222 48.72194, -1.55222 48.72194, -1.55222 48.72194, -1.55222 48.72194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2101'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72164 -1.5522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72164"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72164 -1.5522)"^^geo:wktLiteral ;
  geo-pos:lat "48.72164"^^xsd:decimal ;
  geo-pos:long "-1.5522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_361'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5522'^^xsd:double;
  dwc:latitude '48.72164'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5522 48.72164, -1.5522 48.72164, -1.5522 48.72164, -1.5522 48.72164, -1.5522 48.72164))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_361'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71207 -1.55218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71207 -1.55218)"^^geo:wktLiteral ;
  geo-pos:lat "48.71207"^^xsd:decimal ;
  geo-pos:long "-1.55218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8177'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55218'^^xsd:double;
  dwc:latitude '48.71207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55218 48.71207, -1.55218 48.71207, -1.55218 48.71207, -1.55218 48.71207, -1.55218 48.71207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8177'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71738 -1.55218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71738"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71738 -1.55218)"^^geo:wktLiteral ;
  geo-pos:lat "48.71738"^^xsd:decimal ;
  geo-pos:long "-1.55218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7749'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55218'^^xsd:double;
  dwc:latitude '48.71738'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55218 48.71738, -1.55218 48.71738, -1.55218 48.71738, -1.55218 48.71738, -1.55218 48.71738))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7749'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72408 -1.55218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72408 -1.55218)"^^geo:wktLiteral ;
  geo-pos:lat "48.72408"^^xsd:decimal ;
  geo-pos:long "-1.55218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2102'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55218'^^xsd:double;
  dwc:latitude '48.72408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55218 48.72408, -1.55218 48.72408, -1.55218 48.72408, -1.55218 48.72408, -1.55218 48.72408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2102'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71678 -1.55216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71678 -1.55216)"^^geo:wktLiteral ;
  geo-pos:lat "48.71678"^^xsd:decimal ;
  geo-pos:long "-1.55216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7849'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55216'^^xsd:double;
  dwc:latitude '48.71678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55216 48.71678, -1.55216 48.71678, -1.55216 48.71678, -1.55216 48.71678, -1.55216 48.71678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7849'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72105 -1.55215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72105 -1.55215)"^^geo:wktLiteral ;
  geo-pos:lat "48.72105"^^xsd:decimal ;
  geo-pos:long "-1.55215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_362'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55215'^^xsd:double;
  dwc:latitude '48.72105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55215 48.72105, -1.55215 48.72105, -1.55215 48.72105, -1.55215 48.72105, -1.55215 48.72105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_362'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66803 -1.55214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66803 -1.55214)"^^geo:wktLiteral ;
  geo-pos:lat "48.66803"^^xsd:decimal ;
  geo-pos:long "-1.55214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10709'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55214'^^xsd:double;
  dwc:latitude '48.66803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55214 48.66803, -1.55214 48.66803, -1.55214 48.66803, -1.55214 48.66803, -1.55214 48.66803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10709'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70464 -1.55214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70464 -1.55214)"^^geo:wktLiteral ;
  geo-pos:lat "48.70464"^^xsd:decimal ;
  geo-pos:long "-1.55214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9494'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55214'^^xsd:double;
  dwc:latitude '48.70464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55214 48.70464, -1.55214 48.70464, -1.55214 48.70464, -1.55214 48.70464, -1.55214 48.70464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9494'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72752 -1.55213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72752 -1.55213)"^^geo:wktLiteral ;
  geo-pos:lat "48.72752"^^xsd:decimal ;
  geo-pos:long "-1.55213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3273'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55213'^^xsd:double;
  dwc:latitude '48.72752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55213 48.72752, -1.55213 48.72752, -1.55213 48.72752, -1.55213 48.72752, -1.55213 48.72752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3273'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69432 -1.55211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69432 -1.55211)"^^geo:wktLiteral ;
  geo-pos:lat "48.69432"^^xsd:decimal ;
  geo-pos:long "-1.55211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1163'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55211'^^xsd:double;
  dwc:latitude '48.69432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55211 48.69432, -1.55211 48.69432, -1.55211 48.69432, -1.55211 48.69432, -1.55211 48.69432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1163'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70057 -1.55207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70057 -1.55207)"^^geo:wktLiteral ;
  geo-pos:lat "48.70057"^^xsd:decimal ;
  geo-pos:long "-1.55207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6587'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55207'^^xsd:double;
  dwc:latitude '48.70057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55207 48.70057, -1.55207 48.70057, -1.55207 48.70057, -1.55207 48.70057, -1.55207 48.70057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6587'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71888 -1.55206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71888 -1.55206)"^^geo:wktLiteral ;
  geo-pos:lat "48.71888"^^xsd:decimal ;
  geo-pos:long "-1.55206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2926'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55206'^^xsd:double;
  dwc:latitude '48.71888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55206 48.71888, -1.55206 48.71888, -1.55206 48.71888, -1.55206 48.71888, -1.55206 48.71888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2926'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72315 -1.55206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72315 -1.55206)"^^geo:wktLiteral ;
  geo-pos:lat "48.72315"^^xsd:decimal ;
  geo-pos:long "-1.55206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_385'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55206'^^xsd:double;
  dwc:latitude '48.72315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55206 48.72315, -1.55206 48.72315, -1.55206 48.72315, -1.55206 48.72315, -1.55206 48.72315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_385'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72484 -1.55206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72484"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72484 -1.55206)"^^geo:wktLiteral ;
  geo-pos:lat "48.72484"^^xsd:decimal ;
  geo-pos:long "-1.55206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9400'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55206'^^xsd:double;
  dwc:latitude '48.72484'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55206 48.72484, -1.55206 48.72484, -1.55206 48.72484, -1.55206 48.72484, -1.55206 48.72484))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9400'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69586 -1.55205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69586 -1.55205)"^^geo:wktLiteral ;
  geo-pos:lat "48.69586"^^xsd:decimal ;
  geo-pos:long "-1.55205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4041'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55205'^^xsd:double;
  dwc:latitude '48.69586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55205 48.69586, -1.55205 48.69586, -1.55205 48.69586, -1.55205 48.69586, -1.55205 48.69586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4041'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70211 -1.55205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70211 -1.55205)"^^geo:wktLiteral ;
  geo-pos:lat "48.70211"^^xsd:decimal ;
  geo-pos:long "-1.55205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7494'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55205'^^xsd:double;
  dwc:latitude '48.70211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55205 48.70211, -1.55205 48.70211, -1.55205 48.70211, -1.55205 48.70211, -1.55205 48.70211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7494'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72983 -1.55205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72983"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72983 -1.55205)"^^geo:wktLiteral ;
  geo-pos:lat "48.72983"^^xsd:decimal ;
  geo-pos:long "-1.55205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2899'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55205'^^xsd:double;
  dwc:latitude '48.72983'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55205 48.72983, -1.55205 48.72983, -1.55205 48.72983, -1.55205 48.72983, -1.55205 48.72983))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2899'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6866 -1.55204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6866 -1.55204)"^^geo:wktLiteral ;
  geo-pos:lat "48.6866"^^xsd:decimal ;
  geo-pos:long "-1.55204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5123'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55204'^^xsd:double;
  dwc:latitude '48.6866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55204 48.6866, -1.55204 48.6866, -1.55204 48.6866, -1.55204 48.6866, -1.55204 48.6866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5123'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6945 -1.55204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6945 -1.55204)"^^geo:wktLiteral ;
  geo-pos:lat "48.6945"^^xsd:decimal ;
  geo-pos:long "-1.55204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4593'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55204'^^xsd:double;
  dwc:latitude '48.6945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55204 48.6945, -1.55204 48.6945, -1.55204 48.6945, -1.55204 48.6945, -1.55204 48.6945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4593'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69701 -1.55204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69701 -1.55204)"^^geo:wktLiteral ;
  geo-pos:lat "48.69701"^^xsd:decimal ;
  geo-pos:long "-1.55204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7926'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55204'^^xsd:double;
  dwc:latitude '48.69701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55204 48.69701, -1.55204 48.69701, -1.55204 48.69701, -1.55204 48.69701, -1.55204 48.69701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7926'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68331 -1.55203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68331 -1.55203)"^^geo:wktLiteral ;
  geo-pos:lat "48.68331"^^xsd:decimal ;
  geo-pos:long "-1.55203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1836'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55203'^^xsd:double;
  dwc:latitude '48.68331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55203 48.68331, -1.55203 48.68331, -1.55203 48.68331, -1.55203 48.68331, -1.55203 48.68331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1836'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72332 -1.55202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72332"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72332 -1.55202)"^^geo:wktLiteral ;
  geo-pos:lat "48.72332"^^xsd:decimal ;
  geo-pos:long "-1.55202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_598'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55202'^^xsd:double;
  dwc:latitude '48.72332'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55202 48.72332, -1.55202 48.72332, -1.55202 48.72332, -1.55202 48.72332, -1.55202 48.72332))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_598'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72511 -1.55202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72511 -1.55202)"^^geo:wktLiteral ;
  geo-pos:lat "48.72511"^^xsd:decimal ;
  geo-pos:long "-1.55202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2745'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55202'^^xsd:double;
  dwc:latitude '48.72511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55202 48.72511, -1.55202 48.72511, -1.55202 48.72511, -1.55202 48.72511, -1.55202 48.72511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2745'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69664 -1.55199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69664 -1.55199)"^^geo:wktLiteral ;
  geo-pos:lat "48.69664"^^xsd:decimal ;
  geo-pos:long "-1.55199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6670'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55199'^^xsd:double;
  dwc:latitude '48.69664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55199 48.69664, -1.55199 48.69664, -1.55199 48.69664, -1.55199 48.69664, -1.55199 48.69664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6670'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72426 -1.55198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72426 -1.55198)"^^geo:wktLiteral ;
  geo-pos:lat "48.72426"^^xsd:decimal ;
  geo-pos:long "-1.55198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_360'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55198'^^xsd:double;
  dwc:latitude '48.72426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55198 48.72426, -1.55198 48.72426, -1.55198 48.72426, -1.55198 48.72426, -1.55198 48.72426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_360'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70101 -1.55197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70101 -1.55197)"^^geo:wktLiteral ;
  geo-pos:lat "48.70101"^^xsd:decimal ;
  geo-pos:long "-1.55197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4254'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55197'^^xsd:double;
  dwc:latitude '48.70101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55197 48.70101, -1.55197 48.70101, -1.55197 48.70101, -1.55197 48.70101, -1.55197 48.70101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4254'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72464 -1.55195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72464 -1.55195)"^^geo:wktLiteral ;
  geo-pos:lat "48.72464"^^xsd:decimal ;
  geo-pos:long "-1.55195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4426'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55195'^^xsd:double;
  dwc:latitude '48.72464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55195 48.72464, -1.55195 48.72464, -1.55195 48.72464, -1.55195 48.72464, -1.55195 48.72464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4426'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70064 -1.55194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70064 -1.55194)"^^geo:wktLiteral ;
  geo-pos:lat "48.70064"^^xsd:decimal ;
  geo-pos:long "-1.55194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1189'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55194'^^xsd:double;
  dwc:latitude '48.70064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55194 48.70064, -1.55194 48.70064, -1.55194 48.70064, -1.55194 48.70064, -1.55194 48.70064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1189'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69797 -1.55192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69797 -1.55192)"^^geo:wktLiteral ;
  geo-pos:lat "48.69797"^^xsd:decimal ;
  geo-pos:long "-1.55192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7025'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55192'^^xsd:double;
  dwc:latitude '48.69797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55192 48.69797, -1.55192 48.69797, -1.55192 48.69797, -1.55192 48.69797, -1.55192 48.69797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7025'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71112 -1.55192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71112"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71112 -1.55192)"^^geo:wktLiteral ;
  geo-pos:lat "48.71112"^^xsd:decimal ;
  geo-pos:long "-1.55192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10304'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55192'^^xsd:double;
  dwc:latitude '48.71112'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55192 48.71112, -1.55192 48.71112, -1.55192 48.71112, -1.55192 48.71112, -1.55192 48.71112))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10304'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65011 -1.55191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65011 -1.55191)"^^geo:wktLiteral ;
  geo-pos:lat "48.65011"^^xsd:decimal ;
  geo-pos:long "-1.55191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10442'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55191'^^xsd:double;
  dwc:latitude '48.65011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55191 48.65011, -1.55191 48.65011, -1.55191 48.65011, -1.55191 48.65011, -1.55191 48.65011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10442'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68111 -1.5519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68111"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68111 -1.5519)"^^geo:wktLiteral ;
  geo-pos:lat "48.68111"^^xsd:decimal ;
  geo-pos:long "-1.5519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3142'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5519'^^xsd:double;
  dwc:latitude '48.68111'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5519 48.68111, -1.5519 48.68111, -1.5519 48.68111, -1.5519 48.68111, -1.5519 48.68111))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3142'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73104 -1.5519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73104 -1.5519)"^^geo:wktLiteral ;
  geo-pos:lat "48.73104"^^xsd:decimal ;
  geo-pos:long "-1.5519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9599'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5519'^^xsd:double;
  dwc:latitude '48.73104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5519 48.73104, -1.5519 48.73104, -1.5519 48.73104, -1.5519 48.73104, -1.5519 48.73104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9599'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65488 -1.55189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65488"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65488 -1.55189)"^^geo:wktLiteral ;
  geo-pos:lat "48.65488"^^xsd:decimal ;
  geo-pos:long "-1.55189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_134'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55189'^^xsd:double;
  dwc:latitude '48.65488'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55189 48.65488, -1.55189 48.65488, -1.55189 48.65488, -1.55189 48.65488, -1.55189 48.65488))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_134'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72599 -1.55189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72599 -1.55189)"^^geo:wktLiteral ;
  geo-pos:lat "48.72599"^^xsd:decimal ;
  geo-pos:long "-1.55189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_697'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55189'^^xsd:double;
  dwc:latitude '48.72599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55189 48.72599, -1.55189 48.72599, -1.55189 48.72599, -1.55189 48.72599, -1.55189 48.72599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_697'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.55188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55188"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.55188)"^^geo:wktLiteral ;
  geo-pos:lat "48.6926"^^xsd:decimal ;
  geo-pos:long "-1.55188"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8479'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55188'^^xsd:double;
  dwc:latitude '48.6926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55188 48.6926, -1.55188 48.6926, -1.55188 48.6926, -1.55188 48.6926, -1.55188 48.6926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8479'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65265 -1.55187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65265"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65265 -1.55187)"^^geo:wktLiteral ;
  geo-pos:lat "48.65265"^^xsd:decimal ;
  geo-pos:long "-1.55187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11599'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55187'^^xsd:double;
  dwc:latitude '48.65265'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55187 48.65265, -1.55187 48.65265, -1.55187 48.65265, -1.55187 48.65265, -1.55187 48.65265))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11599'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6534 -1.55184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6534"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6534 -1.55184)"^^geo:wktLiteral ;
  geo-pos:lat "48.6534"^^xsd:decimal ;
  geo-pos:long "-1.55184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1733'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55184'^^xsd:double;
  dwc:latitude '48.6534'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55184 48.6534, -1.55184 48.6534, -1.55184 48.6534, -1.55184 48.6534, -1.55184 48.6534))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1733'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7035 -1.5518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7035 -1.5518)"^^geo:wktLiteral ;
  geo-pos:lat "48.7035"^^xsd:decimal ;
  geo-pos:long "-1.5518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3994'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5518'^^xsd:double;
  dwc:latitude '48.7035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5518 48.7035, -1.5518 48.7035, -1.5518 48.7035, -1.5518 48.7035, -1.5518 48.7035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3994'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71567 -1.5518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71567 -1.5518)"^^geo:wktLiteral ;
  geo-pos:lat "48.71567"^^xsd:decimal ;
  geo-pos:long "-1.5518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5154'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5518'^^xsd:double;
  dwc:latitude '48.71567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5518 48.71567, -1.5518 48.71567, -1.5518 48.71567, -1.5518 48.71567, -1.5518 48.71567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5154'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.55179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.55179)"^^geo:wktLiteral ;
  geo-pos:lat "48.69252"^^xsd:decimal ;
  geo-pos:long "-1.55179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1549'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55179'^^xsd:double;
  dwc:latitude '48.69252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55179 48.69252, -1.55179 48.69252, -1.55179 48.69252, -1.55179 48.69252, -1.55179 48.69252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1549'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72185 -1.55179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72185"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72185 -1.55179)"^^geo:wktLiteral ;
  geo-pos:lat "48.72185"^^xsd:decimal ;
  geo-pos:long "-1.55179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_301'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55179'^^xsd:double;
  dwc:latitude '48.72185'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55179 48.72185, -1.55179 48.72185, -1.55179 48.72185, -1.55179 48.72185, -1.55179 48.72185))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_301'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66873 -1.55178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66873 -1.55178)"^^geo:wktLiteral ;
  geo-pos:lat "48.66873"^^xsd:decimal ;
  geo-pos:long "-1.55178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11889'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55178'^^xsd:double;
  dwc:latitude '48.66873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55178 48.66873, -1.55178 48.66873, -1.55178 48.66873, -1.55178 48.66873, -1.55178 48.66873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11889'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -1.55177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6833 -1.55177)"^^geo:wktLiteral ;
  geo-pos:lat "48.6833"^^xsd:decimal ;
  geo-pos:long "-1.55177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6151'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55177'^^xsd:double;
  dwc:latitude '48.6833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55177 48.6833, -1.55177 48.6833, -1.55177 48.6833, -1.55177 48.6833, -1.55177 48.6833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6151'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70369 -1.55176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70369 -1.55176)"^^geo:wktLiteral ;
  geo-pos:lat "48.70369"^^xsd:decimal ;
  geo-pos:long "-1.55176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4739'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55176'^^xsd:double;
  dwc:latitude '48.70369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55176 48.70369, -1.55176 48.70369, -1.55176 48.70369, -1.55176 48.70369, -1.55176 48.70369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4739'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7271 -1.55176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7271 -1.55176)"^^geo:wktLiteral ;
  geo-pos:lat "48.7271"^^xsd:decimal ;
  geo-pos:long "-1.55176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_247'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55176'^^xsd:double;
  dwc:latitude '48.7271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55176 48.7271, -1.55176 48.7271, -1.55176 48.7271, -1.55176 48.7271, -1.55176 48.7271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_247'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72807 -1.55175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72807 -1.55175)"^^geo:wktLiteral ;
  geo-pos:lat "48.72807"^^xsd:decimal ;
  geo-pos:long "-1.55175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6255'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55175'^^xsd:double;
  dwc:latitude '48.72807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55175 48.72807, -1.55175 48.72807, -1.55175 48.72807, -1.55175 48.72807, -1.55175 48.72807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6255'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70059 -1.55174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70059 -1.55174)"^^geo:wktLiteral ;
  geo-pos:lat "48.70059"^^xsd:decimal ;
  geo-pos:long "-1.55174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5040'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55174'^^xsd:double;
  dwc:latitude '48.70059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55174 48.70059, -1.55174 48.70059, -1.55174 48.70059, -1.55174 48.70059, -1.55174 48.70059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5040'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69282 -1.55173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69282 -1.55173)"^^geo:wktLiteral ;
  geo-pos:lat "48.69282"^^xsd:decimal ;
  geo-pos:long "-1.55173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1462'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55173'^^xsd:double;
  dwc:latitude '48.69282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55173 48.69282, -1.55173 48.69282, -1.55173 48.69282, -1.55173 48.69282, -1.55173 48.69282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1462'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70817 -1.55173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70817 -1.55173)"^^geo:wktLiteral ;
  geo-pos:lat "48.70817"^^xsd:decimal ;
  geo-pos:long "-1.55173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5382'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55173'^^xsd:double;
  dwc:latitude '48.70817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55173 48.70817, -1.55173 48.70817, -1.55173 48.70817, -1.55173 48.70817, -1.55173 48.70817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5382'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7114 -1.55173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7114 -1.55173)"^^geo:wktLiteral ;
  geo-pos:lat "48.7114"^^xsd:decimal ;
  geo-pos:long "-1.55173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3326'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55173'^^xsd:double;
  dwc:latitude '48.7114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55173 48.7114, -1.55173 48.7114, -1.55173 48.7114, -1.55173 48.7114, -1.55173 48.7114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3326'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71434 -1.55172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71434 -1.55172)"^^geo:wktLiteral ;
  geo-pos:lat "48.71434"^^xsd:decimal ;
  geo-pos:long "-1.55172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3026'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55172'^^xsd:double;
  dwc:latitude '48.71434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55172 48.71434, -1.55172 48.71434, -1.55172 48.71434, -1.55172 48.71434, -1.55172 48.71434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3026'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72921 -1.55172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72921 -1.55172)"^^geo:wktLiteral ;
  geo-pos:lat "48.72921"^^xsd:decimal ;
  geo-pos:long "-1.55172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2030'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55172'^^xsd:double;
  dwc:latitude '48.72921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55172 48.72921, -1.55172 48.72921, -1.55172 48.72921, -1.55172 48.72921, -1.55172 48.72921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2030'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6815 -1.55171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6815 -1.55171)"^^geo:wktLiteral ;
  geo-pos:lat "48.6815"^^xsd:decimal ;
  geo-pos:long "-1.55171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6119'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55171'^^xsd:double;
  dwc:latitude '48.6815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55171 48.6815, -1.55171 48.6815, -1.55171 48.6815, -1.55171 48.6815, -1.55171 48.6815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6119'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6813 -1.55169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6813 -1.55169)"^^geo:wktLiteral ;
  geo-pos:lat "48.6813"^^xsd:decimal ;
  geo-pos:long "-1.55169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4842'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55169'^^xsd:double;
  dwc:latitude '48.6813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55169 48.6813, -1.55169 48.6813, -1.55169 48.6813, -1.55169 48.6813, -1.55169 48.6813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4842'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65324 -1.55167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65324"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65324 -1.55167)"^^geo:wktLiteral ;
  geo-pos:lat "48.65324"^^xsd:decimal ;
  geo-pos:long "-1.55167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11053'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55167'^^xsd:double;
  dwc:latitude '48.65324'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55167 48.65324, -1.55167 48.65324, -1.55167 48.65324, -1.55167 48.65324, -1.55167 48.65324))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11053'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71438 -1.55164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71438 -1.55164)"^^geo:wktLiteral ;
  geo-pos:lat "48.71438"^^xsd:decimal ;
  geo-pos:long "-1.55164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9750'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55164'^^xsd:double;
  dwc:latitude '48.71438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55164 48.71438, -1.55164 48.71438, -1.55164 48.71438, -1.55164 48.71438, -1.55164 48.71438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9750'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69494 -1.55163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69494"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69494 -1.55163)"^^geo:wktLiteral ;
  geo-pos:lat "48.69494"^^xsd:decimal ;
  geo-pos:long "-1.55163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6661'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55163'^^xsd:double;
  dwc:latitude '48.69494'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55163 48.69494, -1.55163 48.69494, -1.55163 48.69494, -1.55163 48.69494, -1.55163 48.69494))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6661'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70039 -1.55161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70039 -1.55161)"^^geo:wktLiteral ;
  geo-pos:lat "48.70039"^^xsd:decimal ;
  geo-pos:long "-1.55161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5843'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55161'^^xsd:double;
  dwc:latitude '48.70039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55161 48.70039, -1.55161 48.70039, -1.55161 48.70039, -1.55161 48.70039, -1.55161 48.70039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5843'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71243 -1.55161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71243"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71243 -1.55161)"^^geo:wktLiteral ;
  geo-pos:lat "48.71243"^^xsd:decimal ;
  geo-pos:long "-1.55161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5135'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55161'^^xsd:double;
  dwc:latitude '48.71243'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55161 48.71243, -1.55161 48.71243, -1.55161 48.71243, -1.55161 48.71243, -1.55161 48.71243))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5135'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67829 -1.5516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67829 -1.5516)"^^geo:wktLiteral ;
  geo-pos:lat "48.67829"^^xsd:decimal ;
  geo-pos:long "-1.5516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3924'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5516'^^xsd:double;
  dwc:latitude '48.67829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5516 48.67829, -1.5516 48.67829, -1.5516 48.67829, -1.5516 48.67829, -1.5516 48.67829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3924'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72079 -1.5516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72079 -1.5516)"^^geo:wktLiteral ;
  geo-pos:lat "48.72079"^^xsd:decimal ;
  geo-pos:long "-1.5516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4655'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5516'^^xsd:double;
  dwc:latitude '48.72079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5516 48.72079, -1.5516 48.72079, -1.5516 48.72079, -1.5516 48.72079, -1.5516 48.72079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4655'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72582 -1.55159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72582 -1.55159)"^^geo:wktLiteral ;
  geo-pos:lat "48.72582"^^xsd:decimal ;
  geo-pos:long "-1.55159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2436'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55159'^^xsd:double;
  dwc:latitude '48.72582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55159 48.72582, -1.55159 48.72582, -1.55159 48.72582, -1.55159 48.72582, -1.55159 48.72582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2436'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6849 -1.55158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6849 -1.55158)"^^geo:wktLiteral ;
  geo-pos:lat "48.6849"^^xsd:decimal ;
  geo-pos:long "-1.55158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10612'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55158'^^xsd:double;
  dwc:latitude '48.6849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55158 48.6849, -1.55158 48.6849, -1.55158 48.6849, -1.55158 48.6849, -1.55158 48.6849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10612'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70103 -1.55157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70103 -1.55157)"^^geo:wktLiteral ;
  geo-pos:lat "48.70103"^^xsd:decimal ;
  geo-pos:long "-1.55157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9824'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55157'^^xsd:double;
  dwc:latitude '48.70103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55157 48.70103, -1.55157 48.70103, -1.55157 48.70103, -1.55157 48.70103, -1.55157 48.70103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9824'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71124 -1.55157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71124 -1.55157)"^^geo:wktLiteral ;
  geo-pos:lat "48.71124"^^xsd:decimal ;
  geo-pos:long "-1.55157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1506'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55157'^^xsd:double;
  dwc:latitude '48.71124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55157 48.71124, -1.55157 48.71124, -1.55157 48.71124, -1.55157 48.71124, -1.55157 48.71124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1506'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70019 -1.55156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70019"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70019 -1.55156)"^^geo:wktLiteral ;
  geo-pos:lat "48.70019"^^xsd:decimal ;
  geo-pos:long "-1.55156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5006'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55156'^^xsd:double;
  dwc:latitude '48.70019'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55156 48.70019, -1.55156 48.70019, -1.55156 48.70019, -1.55156 48.70019, -1.55156 48.70019))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5006'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66775 -1.55155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66775 -1.55155)"^^geo:wktLiteral ;
  geo-pos:lat "48.66775"^^xsd:decimal ;
  geo-pos:long "-1.55155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10559'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55155'^^xsd:double;
  dwc:latitude '48.66775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55155 48.66775, -1.55155 48.66775, -1.55155 48.66775, -1.55155 48.66775, -1.55155 48.66775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10559'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72711 -1.55155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72711 -1.55155)"^^geo:wktLiteral ;
  geo-pos:lat "48.72711"^^xsd:decimal ;
  geo-pos:long "-1.55155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1809'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55155'^^xsd:double;
  dwc:latitude '48.72711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55155 48.72711, -1.55155 48.72711, -1.55155 48.72711, -1.55155 48.72711, -1.55155 48.72711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1809'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70129 -1.55153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70129 -1.55153)"^^geo:wktLiteral ;
  geo-pos:lat "48.70129"^^xsd:decimal ;
  geo-pos:long "-1.55153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2661'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55153'^^xsd:double;
  dwc:latitude '48.70129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55153 48.70129, -1.55153 48.70129, -1.55153 48.70129, -1.55153 48.70129, -1.55153 48.70129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2661'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71422 -1.55153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71422 -1.55153)"^^geo:wktLiteral ;
  geo-pos:lat "48.71422"^^xsd:decimal ;
  geo-pos:long "-1.55153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3027'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55153'^^xsd:double;
  dwc:latitude '48.71422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55153 48.71422, -1.55153 48.71422, -1.55153 48.71422, -1.55153 48.71422, -1.55153 48.71422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3027'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73228 -1.55153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73228 -1.55153)"^^geo:wktLiteral ;
  geo-pos:lat "48.73228"^^xsd:decimal ;
  geo-pos:long "-1.55153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5168'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55153'^^xsd:double;
  dwc:latitude '48.73228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55153 48.73228, -1.55153 48.73228, -1.55153 48.73228, -1.55153 48.73228, -1.55153 48.73228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5168'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.55149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.55149)"^^geo:wktLiteral ;
  geo-pos:lat "48.6874"^^xsd:decimal ;
  geo-pos:long "-1.55149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3668'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55149'^^xsd:double;
  dwc:latitude '48.6874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55149 48.6874, -1.55149 48.6874, -1.55149 48.6874, -1.55149 48.6874, -1.55149 48.6874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3668'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69601 -1.55149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69601 -1.55149)"^^geo:wktLiteral ;
  geo-pos:lat "48.69601"^^xsd:decimal ;
  geo-pos:long "-1.55149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6516'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55149'^^xsd:double;
  dwc:latitude '48.69601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55149 48.69601, -1.55149 48.69601, -1.55149 48.69601, -1.55149 48.69601, -1.55149 48.69601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6516'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69518 -1.55144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69518 -1.55144)"^^geo:wktLiteral ;
  geo-pos:lat "48.69518"^^xsd:decimal ;
  geo-pos:long "-1.55144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6143'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55144'^^xsd:double;
  dwc:latitude '48.69518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55144 48.69518, -1.55144 48.69518, -1.55144 48.69518, -1.55144 48.69518, -1.55144 48.69518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6143'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67752 -1.55143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67752 -1.55143)"^^geo:wktLiteral ;
  geo-pos:lat "48.67752"^^xsd:decimal ;
  geo-pos:long "-1.55143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1449'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55143'^^xsd:double;
  dwc:latitude '48.67752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55143 48.67752, -1.55143 48.67752, -1.55143 48.67752, -1.55143 48.67752, -1.55143 48.67752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1449'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70745 -1.55143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70745 -1.55143)"^^geo:wktLiteral ;
  geo-pos:lat "48.70745"^^xsd:decimal ;
  geo-pos:long "-1.55143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_39'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_39'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55143'^^xsd:double;
  dwc:latitude '48.70745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55143 48.70745, -1.55143 48.70745, -1.55143 48.70745, -1.55143 48.70745, -1.55143 48.70745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_39'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69402 -1.55141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69402 -1.55141)"^^geo:wktLiteral ;
  geo-pos:lat "48.69402"^^xsd:decimal ;
  geo-pos:long "-1.55141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6841'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55141'^^xsd:double;
  dwc:latitude '48.69402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55141 48.69402, -1.55141 48.69402, -1.55141 48.69402, -1.55141 48.69402, -1.55141 48.69402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6841'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70571 -1.55141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70571 -1.55141)"^^geo:wktLiteral ;
  geo-pos:lat "48.70571"^^xsd:decimal ;
  geo-pos:long "-1.55141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2952'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55141'^^xsd:double;
  dwc:latitude '48.70571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55141 48.70571, -1.55141 48.70571, -1.55141 48.70571, -1.55141 48.70571, -1.55141 48.70571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2952'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66556 -1.5514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66556 -1.5514)"^^geo:wktLiteral ;
  geo-pos:lat "48.66556"^^xsd:decimal ;
  geo-pos:long "-1.5514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10541'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5514'^^xsd:double;
  dwc:latitude '48.66556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5514 48.66556, -1.5514 48.66556, -1.5514 48.66556, -1.5514 48.66556, -1.5514 48.66556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10541'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5862> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69071 -1.5514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69071"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69071 -1.5514)"^^geo:wktLiteral ;
  geo-pos:lat "48.69071"^^xsd:decimal ;
  geo-pos:long "-1.5514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5862'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5862'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5514'^^xsd:double;
  dwc:latitude '48.69071'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5514 48.69071, -1.5514 48.69071, -1.5514 48.69071, -1.5514 48.69071, -1.5514 48.69071))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5862'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71755 -1.5514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71755 -1.5514)"^^geo:wktLiteral ;
  geo-pos:lat "48.71755"^^xsd:decimal ;
  geo-pos:long "-1.5514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4149'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5514'^^xsd:double;
  dwc:latitude '48.71755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5514 48.71755, -1.5514 48.71755, -1.5514 48.71755, -1.5514 48.71755, -1.5514 48.71755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4149'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73063 -1.5514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73063 -1.5514)"^^geo:wktLiteral ;
  geo-pos:lat "48.73063"^^xsd:decimal ;
  geo-pos:long "-1.5514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10056'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5514'^^xsd:double;
  dwc:latitude '48.73063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5514 48.73063, -1.5514 48.73063, -1.5514 48.73063, -1.5514 48.73063, -1.5514 48.73063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10056'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67977 -1.55139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67977 -1.55139)"^^geo:wktLiteral ;
  geo-pos:lat "48.67977"^^xsd:decimal ;
  geo-pos:long "-1.55139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5105'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55139'^^xsd:double;
  dwc:latitude '48.67977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55139 48.67977, -1.55139 48.67977, -1.55139 48.67977, -1.55139 48.67977, -1.55139 48.67977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5105'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69025 -1.55137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69025 -1.55137)"^^geo:wktLiteral ;
  geo-pos:lat "48.69025"^^xsd:decimal ;
  geo-pos:long "-1.55137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1320'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55137'^^xsd:double;
  dwc:latitude '48.69025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55137 48.69025, -1.55137 48.69025, -1.55137 48.69025, -1.55137 48.69025, -1.55137 48.69025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1320'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72281 -1.55137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72281 -1.55137)"^^geo:wktLiteral ;
  geo-pos:lat "48.72281"^^xsd:decimal ;
  geo-pos:long "-1.55137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_305'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55137'^^xsd:double;
  dwc:latitude '48.72281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55137 48.72281, -1.55137 48.72281, -1.55137 48.72281, -1.55137 48.72281, -1.55137 48.72281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_305'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68163 -1.55136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68163 -1.55136)"^^geo:wktLiteral ;
  geo-pos:lat "48.68163"^^xsd:decimal ;
  geo-pos:long "-1.55136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5661'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55136'^^xsd:double;
  dwc:latitude '48.68163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55136 48.68163, -1.55136 48.68163, -1.55136 48.68163, -1.55136 48.68163, -1.55136 48.68163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5661'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71496 -1.55136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71496 -1.55136)"^^geo:wktLiteral ;
  geo-pos:lat "48.71496"^^xsd:decimal ;
  geo-pos:long "-1.55136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2098'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55136'^^xsd:double;
  dwc:latitude '48.71496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55136 48.71496, -1.55136 48.71496, -1.55136 48.71496, -1.55136 48.71496, -1.55136 48.71496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2098'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66871 -1.55135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66871"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66871 -1.55135)"^^geo:wktLiteral ;
  geo-pos:lat "48.66871"^^xsd:decimal ;
  geo-pos:long "-1.55135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10905'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55135'^^xsd:double;
  dwc:latitude '48.66871'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55135 48.66871, -1.55135 48.66871, -1.55135 48.66871, -1.55135 48.66871, -1.55135 48.66871))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10905'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69462 -1.55133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69462 -1.55133)"^^geo:wktLiteral ;
  geo-pos:lat "48.69462"^^xsd:decimal ;
  geo-pos:long "-1.55133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6617'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55133'^^xsd:double;
  dwc:latitude '48.69462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55133 48.69462, -1.55133 48.69462, -1.55133 48.69462, -1.55133 48.69462, -1.55133 48.69462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6617'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.702 -1.55133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.702 -1.55133)"^^geo:wktLiteral ;
  geo-pos:lat "48.702"^^xsd:decimal ;
  geo-pos:long "-1.55133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7745'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55133'^^xsd:double;
  dwc:latitude '48.702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55133 48.702, -1.55133 48.702, -1.55133 48.702, -1.55133 48.702, -1.55133 48.702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7745'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68465 -1.5513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68465"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68465 -1.5513)"^^geo:wktLiteral ;
  geo-pos:lat "48.68465"^^xsd:decimal ;
  geo-pos:long "-1.5513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_844'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5513'^^xsd:double;
  dwc:latitude '48.68465'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5513 48.68465, -1.5513 48.68465, -1.5513 48.68465, -1.5513 48.68465, -1.5513 48.68465))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_844'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68919 -1.55128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68919 -1.55128)"^^geo:wktLiteral ;
  geo-pos:lat "48.68919"^^xsd:decimal ;
  geo-pos:long "-1.55128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10012'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55128'^^xsd:double;
  dwc:latitude '48.68919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55128 48.68919, -1.55128 48.68919, -1.55128 48.68919, -1.55128 48.68919, -1.55128 48.68919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10012'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69474 -1.55128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69474 -1.55128)"^^geo:wktLiteral ;
  geo-pos:lat "48.69474"^^xsd:decimal ;
  geo-pos:long "-1.55128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2702'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55128'^^xsd:double;
  dwc:latitude '48.69474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55128 48.69474, -1.55128 48.69474, -1.55128 48.69474, -1.55128 48.69474, -1.55128 48.69474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2702'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.55128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.55128)"^^geo:wktLiteral ;
  geo-pos:lat "48.71052"^^xsd:decimal ;
  geo-pos:long "-1.55128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1437'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55128'^^xsd:double;
  dwc:latitude '48.71052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55128 48.71052, -1.55128 48.71052, -1.55128 48.71052, -1.55128 48.71052, -1.55128 48.71052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1437'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65965 -1.55127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65965 -1.55127)"^^geo:wktLiteral ;
  geo-pos:lat "48.65965"^^xsd:decimal ;
  geo-pos:long "-1.55127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_13442'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55127'^^xsd:double;
  dwc:latitude '48.65965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55127 48.65965, -1.55127 48.65965, -1.55127 48.65965, -1.55127 48.65965, -1.55127 48.65965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13442'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65531 -1.55126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65531 -1.55126)"^^geo:wktLiteral ;
  geo-pos:lat "48.65531"^^xsd:decimal ;
  geo-pos:long "-1.55126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10443'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55126'^^xsd:double;
  dwc:latitude '48.65531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55126 48.65531, -1.55126 48.65531, -1.55126 48.65531, -1.55126 48.65531, -1.55126 48.65531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10443'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69309 -1.55126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69309 -1.55126)"^^geo:wktLiteral ;
  geo-pos:lat "48.69309"^^xsd:decimal ;
  geo-pos:long "-1.55126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6108'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55126'^^xsd:double;
  dwc:latitude '48.69309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55126 48.69309, -1.55126 48.69309, -1.55126 48.69309, -1.55126 48.69309, -1.55126 48.69309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6108'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66837 -1.55125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66837 -1.55125)"^^geo:wktLiteral ;
  geo-pos:lat "48.66837"^^xsd:decimal ;
  geo-pos:long "-1.55125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10557'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55125'^^xsd:double;
  dwc:latitude '48.66837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55125 48.66837, -1.55125 48.66837, -1.55125 48.66837, -1.55125 48.66837, -1.55125 48.66837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10557'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67411 -1.55123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67411 -1.55123)"^^geo:wktLiteral ;
  geo-pos:lat "48.67411"^^xsd:decimal ;
  geo-pos:long "-1.55123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6033'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55123'^^xsd:double;
  dwc:latitude '48.67411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55123 48.67411, -1.55123 48.67411, -1.55123 48.67411, -1.55123 48.67411, -1.55123 48.67411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6033'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67745 -1.55123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67745 -1.55123)"^^geo:wktLiteral ;
  geo-pos:lat "48.67745"^^xsd:decimal ;
  geo-pos:long "-1.55123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5795'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55123'^^xsd:double;
  dwc:latitude '48.67745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55123 48.67745, -1.55123 48.67745, -1.55123 48.67745, -1.55123 48.67745, -1.55123 48.67745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5795'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69443 -1.55123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69443 -1.55123)"^^geo:wktLiteral ;
  geo-pos:lat "48.69443"^^xsd:decimal ;
  geo-pos:long "-1.55123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3161'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55123'^^xsd:double;
  dwc:latitude '48.69443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55123 48.69443, -1.55123 48.69443, -1.55123 48.69443, -1.55123 48.69443, -1.55123 48.69443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3161'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66841 -1.55122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66841 -1.55122)"^^geo:wktLiteral ;
  geo-pos:lat "48.66841"^^xsd:decimal ;
  geo-pos:long "-1.55122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10556'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55122'^^xsd:double;
  dwc:latitude '48.66841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55122 48.66841, -1.55122 48.66841, -1.55122 48.66841, -1.55122 48.66841, -1.55122 48.66841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10556'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66944 -1.55122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66944 -1.55122)"^^geo:wktLiteral ;
  geo-pos:lat "48.66944"^^xsd:decimal ;
  geo-pos:long "-1.55122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11757'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55122'^^xsd:double;
  dwc:latitude '48.66944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55122 48.66944, -1.55122 48.66944, -1.55122 48.66944, -1.55122 48.66944, -1.55122 48.66944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11757'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67291 -1.55122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67291 -1.55122)"^^geo:wktLiteral ;
  geo-pos:lat "48.67291"^^xsd:decimal ;
  geo-pos:long "-1.55122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5888'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55122'^^xsd:double;
  dwc:latitude '48.67291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55122 48.67291, -1.55122 48.67291, -1.55122 48.67291, -1.55122 48.67291, -1.55122 48.67291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5888'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7005 -1.55121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7005 -1.55121)"^^geo:wktLiteral ;
  geo-pos:lat "48.7005"^^xsd:decimal ;
  geo-pos:long "-1.55121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3341'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55121'^^xsd:double;
  dwc:latitude '48.7005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55121 48.7005, -1.55121 48.7005, -1.55121 48.7005, -1.55121 48.7005, -1.55121 48.7005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3341'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70195 -1.55121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70195 -1.55121)"^^geo:wktLiteral ;
  geo-pos:lat "48.70195"^^xsd:decimal ;
  geo-pos:long "-1.55121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7172'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55121'^^xsd:double;
  dwc:latitude '48.70195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55121 48.70195, -1.55121 48.70195, -1.55121 48.70195, -1.55121 48.70195, -1.55121 48.70195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7172'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71628 -1.5512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71628 -1.5512)"^^geo:wktLiteral ;
  geo-pos:lat "48.71628"^^xsd:decimal ;
  geo-pos:long "-1.5512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8902'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5512'^^xsd:double;
  dwc:latitude '48.71628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5512 48.71628, -1.5512 48.71628, -1.5512 48.71628, -1.5512 48.71628, -1.5512 48.71628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8902'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72536 -1.5512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72536 -1.5512)"^^geo:wktLiteral ;
  geo-pos:lat "48.72536"^^xsd:decimal ;
  geo-pos:long "-1.5512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5055'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5512'^^xsd:double;
  dwc:latitude '48.72536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5512 48.72536, -1.5512 48.72536, -1.5512 48.72536, -1.5512 48.72536, -1.5512 48.72536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5055'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73145 -1.5512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73145 -1.5512)"^^geo:wktLiteral ;
  geo-pos:lat "48.73145"^^xsd:decimal ;
  geo-pos:long "-1.5512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9625'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5512'^^xsd:double;
  dwc:latitude '48.73145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5512 48.73145, -1.5512 48.73145, -1.5512 48.73145, -1.5512 48.73145, -1.5512 48.73145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9625'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70465 -1.55119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70465"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70465 -1.55119)"^^geo:wktLiteral ;
  geo-pos:lat "48.70465"^^xsd:decimal ;
  geo-pos:long "-1.55119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4558'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55119'^^xsd:double;
  dwc:latitude '48.70465'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55119 48.70465, -1.55119 48.70465, -1.55119 48.70465, -1.55119 48.70465, -1.55119 48.70465))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4558'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69552 -1.55118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69552 -1.55118)"^^geo:wktLiteral ;
  geo-pos:lat "48.69552"^^xsd:decimal ;
  geo-pos:long "-1.55118"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1321'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55118'^^xsd:double;
  dwc:latitude '48.69552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55118 48.69552, -1.55118 48.69552, -1.55118 48.69552, -1.55118 48.69552, -1.55118 48.69552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1321'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67573 -1.55117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67573"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67573 -1.55117)"^^geo:wktLiteral ;
  geo-pos:lat "48.67573"^^xsd:decimal ;
  geo-pos:long "-1.55117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1045'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55117'^^xsd:double;
  dwc:latitude '48.67573'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55117 48.67573, -1.55117 48.67573, -1.55117 48.67573, -1.55117 48.67573, -1.55117 48.67573))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1045'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71952 -1.55116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71952 -1.55116)"^^geo:wktLiteral ;
  geo-pos:lat "48.71952"^^xsd:decimal ;
  geo-pos:long "-1.55116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2853'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55116'^^xsd:double;
  dwc:latitude '48.71952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55116 48.71952, -1.55116 48.71952, -1.55116 48.71952, -1.55116 48.71952, -1.55116 48.71952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2853'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66797 -1.55115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66797 -1.55115)"^^geo:wktLiteral ;
  geo-pos:lat "48.66797"^^xsd:decimal ;
  geo-pos:long "-1.55115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10558'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55115'^^xsd:double;
  dwc:latitude '48.66797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55115 48.66797, -1.55115 48.66797, -1.55115 48.66797, -1.55115 48.66797, -1.55115 48.66797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10558'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70964 -1.55115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70964 -1.55115)"^^geo:wktLiteral ;
  geo-pos:lat "48.70964"^^xsd:decimal ;
  geo-pos:long "-1.55115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1028'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55115'^^xsd:double;
  dwc:latitude '48.70964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55115 48.70964, -1.55115 48.70964, -1.55115 48.70964, -1.55115 48.70964, -1.55115 48.70964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1028'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66823 -1.55112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66823 -1.55112)"^^geo:wktLiteral ;
  geo-pos:lat "48.66823"^^xsd:decimal ;
  geo-pos:long "-1.55112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7412'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55112'^^xsd:double;
  dwc:latitude '48.66823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55112 48.66823, -1.55112 48.66823, -1.55112 48.66823, -1.55112 48.66823, -1.55112 48.66823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7412'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69354 -1.5511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69354 -1.5511)"^^geo:wktLiteral ;
  geo-pos:lat "48.69354"^^xsd:decimal ;
  geo-pos:long "-1.5511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4379'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5511'^^xsd:double;
  dwc:latitude '48.69354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5511 48.69354, -1.5511 48.69354, -1.5511 48.69354, -1.5511 48.69354, -1.5511 48.69354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4379'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72168 -1.5511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72168 -1.5511)"^^geo:wktLiteral ;
  geo-pos:lat "48.72168"^^xsd:decimal ;
  geo-pos:long "-1.5511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4406'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5511'^^xsd:double;
  dwc:latitude '48.72168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5511 48.72168, -1.5511 48.72168, -1.5511 48.72168, -1.5511 48.72168, -1.5511 48.72168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4406'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70545 -1.55109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70545 -1.55109)"^^geo:wktLiteral ;
  geo-pos:lat "48.70545"^^xsd:decimal ;
  geo-pos:long "-1.55109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3439'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55109'^^xsd:double;
  dwc:latitude '48.70545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55109 48.70545, -1.55109 48.70545, -1.55109 48.70545, -1.55109 48.70545, -1.55109 48.70545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3439'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7065 -1.55109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7065"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7065 -1.55109)"^^geo:wktLiteral ;
  geo-pos:lat "48.7065"^^xsd:decimal ;
  geo-pos:long "-1.55109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5918'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55109'^^xsd:double;
  dwc:latitude '48.7065'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55109 48.7065, -1.55109 48.7065, -1.55109 48.7065, -1.55109 48.7065, -1.55109 48.7065))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5918'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72336 -1.55109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72336"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72336 -1.55109)"^^geo:wktLiteral ;
  geo-pos:lat "48.72336"^^xsd:decimal ;
  geo-pos:long "-1.55109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1888'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55109'^^xsd:double;
  dwc:latitude '48.72336'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55109 48.72336, -1.55109 48.72336, -1.55109 48.72336, -1.55109 48.72336, -1.55109 48.72336))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1888'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69201 -1.55105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69201 -1.55105)"^^geo:wktLiteral ;
  geo-pos:lat "48.69201"^^xsd:decimal ;
  geo-pos:long "-1.55105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_757'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55105'^^xsd:double;
  dwc:latitude '48.69201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55105 48.69201, -1.55105 48.69201, -1.55105 48.69201, -1.55105 48.69201, -1.55105 48.69201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_757'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69425 -1.55103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69425 -1.55103)"^^geo:wktLiteral ;
  geo-pos:lat "48.69425"^^xsd:decimal ;
  geo-pos:long "-1.55103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1489'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55103'^^xsd:double;
  dwc:latitude '48.69425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55103 48.69425, -1.55103 48.69425, -1.55103 48.69425, -1.55103 48.69425, -1.55103 48.69425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1489'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72667 -1.55102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72667 -1.55102)"^^geo:wktLiteral ;
  geo-pos:lat "48.72667"^^xsd:decimal ;
  geo-pos:long "-1.55102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3321'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55102'^^xsd:double;
  dwc:latitude '48.72667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55102 48.72667, -1.55102 48.72667, -1.55102 48.72667, -1.55102 48.72667, -1.55102 48.72667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3321'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70401 -1.55101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70401 -1.55101)"^^geo:wktLiteral ;
  geo-pos:lat "48.70401"^^xsd:decimal ;
  geo-pos:long "-1.55101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1063'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55101'^^xsd:double;
  dwc:latitude '48.70401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55101 48.70401, -1.55101 48.70401, -1.55101 48.70401, -1.55101 48.70401, -1.55101 48.70401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1063'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72182 -1.55101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72182 -1.55101)"^^geo:wktLiteral ;
  geo-pos:lat "48.72182"^^xsd:decimal ;
  geo-pos:long "-1.55101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2305'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55101'^^xsd:double;
  dwc:latitude '48.72182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55101 48.72182, -1.55101 48.72182, -1.55101 48.72182, -1.55101 48.72182, -1.55101 48.72182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2305'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70236 -1.55099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70236 -1.55099)"^^geo:wktLiteral ;
  geo-pos:lat "48.70236"^^xsd:decimal ;
  geo-pos:long "-1.55099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4995'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55099'^^xsd:double;
  dwc:latitude '48.70236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55099 48.70236, -1.55099 48.70236, -1.55099 48.70236, -1.55099 48.70236, -1.55099 48.70236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4995'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70929 -1.55099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70929 -1.55099)"^^geo:wktLiteral ;
  geo-pos:lat "48.70929"^^xsd:decimal ;
  geo-pos:long "-1.55099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_500'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55099'^^xsd:double;
  dwc:latitude '48.70929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55099 48.70929, -1.55099 48.70929, -1.55099 48.70929, -1.55099 48.70929, -1.55099 48.70929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_500'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72922 -1.55097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72922 -1.55097)"^^geo:wktLiteral ;
  geo-pos:lat "48.72922"^^xsd:decimal ;
  geo-pos:long "-1.55097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5672'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55097'^^xsd:double;
  dwc:latitude '48.72922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55097 48.72922, -1.55097 48.72922, -1.55097 48.72922, -1.55097 48.72922, -1.55097 48.72922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5672'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66329 -1.55096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66329 -1.55096)"^^geo:wktLiteral ;
  geo-pos:lat "48.66329"^^xsd:decimal ;
  geo-pos:long "-1.55096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12671'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55096'^^xsd:double;
  dwc:latitude '48.66329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55096 48.66329, -1.55096 48.66329, -1.55096 48.66329, -1.55096 48.66329, -1.55096 48.66329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12671'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.674 -1.55096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.674 -1.55096)"^^geo:wktLiteral ;
  geo-pos:lat "48.674"^^xsd:decimal ;
  geo-pos:long "-1.55096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4198'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55096'^^xsd:double;
  dwc:latitude '48.674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55096 48.674, -1.55096 48.674, -1.55096 48.674, -1.55096 48.674, -1.55096 48.674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4198'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70588 -1.55094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70588 -1.55094)"^^geo:wktLiteral ;
  geo-pos:lat "48.70588"^^xsd:decimal ;
  geo-pos:long "-1.55094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3221'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55094'^^xsd:double;
  dwc:latitude '48.70588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55094 48.70588, -1.55094 48.70588, -1.55094 48.70588, -1.55094 48.70588, -1.55094 48.70588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3221'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69492 -1.55091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69492 -1.55091)"^^geo:wktLiteral ;
  geo-pos:lat "48.69492"^^xsd:decimal ;
  geo-pos:long "-1.55091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5019'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55091'^^xsd:double;
  dwc:latitude '48.69492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55091 48.69492, -1.55091 48.69492, -1.55091 48.69492, -1.55091 48.69492, -1.55091 48.69492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5019'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7226 -1.55089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7226 -1.55089)"^^geo:wktLiteral ;
  geo-pos:lat "48.7226"^^xsd:decimal ;
  geo-pos:long "-1.55089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3285'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55089'^^xsd:double;
  dwc:latitude '48.7226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55089 48.7226, -1.55089 48.7226, -1.55089 48.7226, -1.55089 48.7226, -1.55089 48.7226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3285'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67148 -1.55088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67148"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67148 -1.55088)"^^geo:wktLiteral ;
  geo-pos:lat "48.67148"^^xsd:decimal ;
  geo-pos:long "-1.55088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6708'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55088'^^xsd:double;
  dwc:latitude '48.67148'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55088 48.67148, -1.55088 48.67148, -1.55088 48.67148, -1.55088 48.67148, -1.55088 48.67148))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6708'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67799 -1.55088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67799 -1.55088)"^^geo:wktLiteral ;
  geo-pos:lat "48.67799"^^xsd:decimal ;
  geo-pos:long "-1.55088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4199'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55088'^^xsd:double;
  dwc:latitude '48.67799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55088 48.67799, -1.55088 48.67799, -1.55088 48.67799, -1.55088 48.67799, -1.55088 48.67799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4199'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71157 -1.55088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71157 -1.55088)"^^geo:wktLiteral ;
  geo-pos:lat "48.71157"^^xsd:decimal ;
  geo-pos:long "-1.55088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10401'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55088'^^xsd:double;
  dwc:latitude '48.71157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55088 48.71157, -1.55088 48.71157, -1.55088 48.71157, -1.55088 48.71157, -1.55088 48.71157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10401'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70117 -1.55087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70117 -1.55087)"^^geo:wktLiteral ;
  geo-pos:lat "48.70117"^^xsd:decimal ;
  geo-pos:long "-1.55087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4384'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55087'^^xsd:double;
  dwc:latitude '48.70117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55087 48.70117, -1.55087 48.70117, -1.55087 48.70117, -1.55087 48.70117, -1.55087 48.70117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4384'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68054 -1.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68054 -1.55085)"^^geo:wktLiteral ;
  geo-pos:lat "48.68054"^^xsd:decimal ;
  geo-pos:long "-1.55085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10606'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55085'^^xsd:double;
  dwc:latitude '48.68054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55085 48.68054, -1.55085 48.68054, -1.55085 48.68054, -1.55085 48.68054, -1.55085 48.68054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10606'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70724 -1.55085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70724 -1.55085)"^^geo:wktLiteral ;
  geo-pos:lat "48.70724"^^xsd:decimal ;
  geo-pos:long "-1.55085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9054'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55085'^^xsd:double;
  dwc:latitude '48.70724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55085 48.70724, -1.55085 48.70724, -1.55085 48.70724, -1.55085 48.70724, -1.55085 48.70724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9054'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70048 -1.55084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70048 -1.55084)"^^geo:wktLiteral ;
  geo-pos:lat "48.70048"^^xsd:decimal ;
  geo-pos:long "-1.55084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4327'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55084'^^xsd:double;
  dwc:latitude '48.70048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55084 48.70048, -1.55084 48.70048, -1.55084 48.70048, -1.55084 48.70048, -1.55084 48.70048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4327'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72075 -1.55084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72075 -1.55084)"^^geo:wktLiteral ;
  geo-pos:lat "48.72075"^^xsd:decimal ;
  geo-pos:long "-1.55084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_246'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55084'^^xsd:double;
  dwc:latitude '48.72075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55084 48.72075, -1.55084 48.72075, -1.55084 48.72075, -1.55084 48.72075, -1.55084 48.72075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_246'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69923 -1.55082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69923 -1.55082)"^^geo:wktLiteral ;
  geo-pos:lat "48.69923"^^xsd:decimal ;
  geo-pos:long "-1.55082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7722'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55082'^^xsd:double;
  dwc:latitude '48.69923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55082 48.69923, -1.55082 48.69923, -1.55082 48.69923, -1.55082 48.69923, -1.55082 48.69923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7722'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70209 -1.55081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70209 -1.55081)"^^geo:wktLiteral ;
  geo-pos:lat "48.70209"^^xsd:decimal ;
  geo-pos:long "-1.55081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3993'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55081'^^xsd:double;
  dwc:latitude '48.70209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55081 48.70209, -1.55081 48.70209, -1.55081 48.70209, -1.55081 48.70209, -1.55081 48.70209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3993'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70705 -1.55081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70705 -1.55081)"^^geo:wktLiteral ;
  geo-pos:lat "48.70705"^^xsd:decimal ;
  geo-pos:long "-1.55081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4075'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55081'^^xsd:double;
  dwc:latitude '48.70705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55081 48.70705, -1.55081 48.70705, -1.55081 48.70705, -1.55081 48.70705, -1.55081 48.70705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4075'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68656 -1.5508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68656 -1.5508)"^^geo:wktLiteral ;
  geo-pos:lat "48.68656"^^xsd:decimal ;
  geo-pos:long "-1.5508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10784'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5508'^^xsd:double;
  dwc:latitude '48.68656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5508 48.68656, -1.5508 48.68656, -1.5508 48.68656, -1.5508 48.68656, -1.5508 48.68656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10784'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71334 -1.5508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71334 -1.5508)"^^geo:wktLiteral ;
  geo-pos:lat "48.71334"^^xsd:decimal ;
  geo-pos:long "-1.5508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_590'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5508'^^xsd:double;
  dwc:latitude '48.71334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5508 48.71334, -1.5508 48.71334, -1.5508 48.71334, -1.5508 48.71334, -1.5508 48.71334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_590'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67177 -1.55079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67177 -1.55079)"^^geo:wktLiteral ;
  geo-pos:lat "48.67177"^^xsd:decimal ;
  geo-pos:long "-1.55079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6441'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55079'^^xsd:double;
  dwc:latitude '48.67177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55079 48.67177, -1.55079 48.67177, -1.55079 48.67177, -1.55079 48.67177, -1.55079 48.67177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6441'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68611 -1.55079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68611 -1.55079)"^^geo:wktLiteral ;
  geo-pos:lat "48.68611"^^xsd:decimal ;
  geo-pos:long "-1.55079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1655'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55079'^^xsd:double;
  dwc:latitude '48.68611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55079 48.68611, -1.55079 48.68611, -1.55079 48.68611, -1.55079 48.68611, -1.55079 48.68611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1655'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70209 -1.55079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70209 -1.55079)"^^geo:wktLiteral ;
  geo-pos:lat "48.70209"^^xsd:decimal ;
  geo-pos:long "-1.55079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4871'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55079'^^xsd:double;
  dwc:latitude '48.70209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55079 48.70209, -1.55079 48.70209, -1.55079 48.70209, -1.55079 48.70209, -1.55079 48.70209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4871'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69308 -1.55078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69308 -1.55078)"^^geo:wktLiteral ;
  geo-pos:lat "48.69308"^^xsd:decimal ;
  geo-pos:long "-1.55078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1715'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55078'^^xsd:double;
  dwc:latitude '48.69308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55078 48.69308, -1.55078 48.69308, -1.55078 48.69308, -1.55078 48.69308, -1.55078 48.69308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1715'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71723 -1.55078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71723 -1.55078)"^^geo:wktLiteral ;
  geo-pos:lat "48.71723"^^xsd:decimal ;
  geo-pos:long "-1.55078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7096'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55078'^^xsd:double;
  dwc:latitude '48.71723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55078 48.71723, -1.55078 48.71723, -1.55078 48.71723, -1.55078 48.71723, -1.55078 48.71723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7096'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71271 -1.55077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71271 -1.55077)"^^geo:wktLiteral ;
  geo-pos:lat "48.71271"^^xsd:decimal ;
  geo-pos:long "-1.55077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2105'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55077'^^xsd:double;
  dwc:latitude '48.71271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55077 48.71271, -1.55077 48.71271, -1.55077 48.71271, -1.55077 48.71271, -1.55077 48.71271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2105'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72111 -1.55077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72111"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72111 -1.55077)"^^geo:wktLiteral ;
  geo-pos:lat "48.72111"^^xsd:decimal ;
  geo-pos:long "-1.55077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4407'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55077'^^xsd:double;
  dwc:latitude '48.72111'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55077 48.72111, -1.55077 48.72111, -1.55077 48.72111, -1.55077 48.72111, -1.55077 48.72111))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4407'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71272 -1.55073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71272 -1.55073)"^^geo:wktLiteral ;
  geo-pos:lat "48.71272"^^xsd:decimal ;
  geo-pos:long "-1.55073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2097'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55073'^^xsd:double;
  dwc:latitude '48.71272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55073 48.71272, -1.55073 48.71272, -1.55073 48.71272, -1.55073 48.71272, -1.55073 48.71272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2097'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68174 -1.55072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68174 -1.55072)"^^geo:wktLiteral ;
  geo-pos:lat "48.68174"^^xsd:decimal ;
  geo-pos:long "-1.55072"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3086'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55072'^^xsd:double;
  dwc:latitude '48.68174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55072 48.68174, -1.55072 48.68174, -1.55072 48.68174, -1.55072 48.68174, -1.55072 48.68174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3086'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69186 -1.55072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69186 -1.55072)"^^geo:wktLiteral ;
  geo-pos:lat "48.69186"^^xsd:decimal ;
  geo-pos:long "-1.55072"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5962'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55072'^^xsd:double;
  dwc:latitude '48.69186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55072 48.69186, -1.55072 48.69186, -1.55072 48.69186, -1.55072 48.69186, -1.55072 48.69186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5962'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70133 -1.55072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70133 -1.55072)"^^geo:wktLiteral ;
  geo-pos:lat "48.70133"^^xsd:decimal ;
  geo-pos:long "-1.55072"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3140'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55072'^^xsd:double;
  dwc:latitude '48.70133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55072 48.70133, -1.55072 48.70133, -1.55072 48.70133, -1.55072 48.70133, -1.55072 48.70133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3140'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67961 -1.5507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67961 -1.5507)"^^geo:wktLiteral ;
  geo-pos:lat "48.67961"^^xsd:decimal ;
  geo-pos:long "-1.5507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2626'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5507'^^xsd:double;
  dwc:latitude '48.67961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5507 48.67961, -1.5507 48.67961, -1.5507 48.67961, -1.5507 48.67961, -1.5507 48.67961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2626'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72678 -1.5507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72678 -1.5507)"^^geo:wktLiteral ;
  geo-pos:lat "48.72678"^^xsd:decimal ;
  geo-pos:long "-1.5507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7707'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5507'^^xsd:double;
  dwc:latitude '48.72678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5507 48.72678, -1.5507 48.72678, -1.5507 48.72678, -1.5507 48.72678, -1.5507 48.72678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7707'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65803 -1.55067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65803 -1.55067)"^^geo:wktLiteral ;
  geo-pos:lat "48.65803"^^xsd:decimal ;
  geo-pos:long "-1.55067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5186'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55067'^^xsd:double;
  dwc:latitude '48.65803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55067 48.65803, -1.55067 48.65803, -1.55067 48.65803, -1.55067 48.65803, -1.55067 48.65803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5186'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69796 -1.55065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69796 -1.55065)"^^geo:wktLiteral ;
  geo-pos:lat "48.69796"^^xsd:decimal ;
  geo-pos:long "-1.55065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10341'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55065'^^xsd:double;
  dwc:latitude '48.69796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55065 48.69796, -1.55065 48.69796, -1.55065 48.69796, -1.55065 48.69796, -1.55065 48.69796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10341'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72763 -1.55064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72763 -1.55064)"^^geo:wktLiteral ;
  geo-pos:lat "48.72763"^^xsd:decimal ;
  geo-pos:long "-1.55064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9521'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55064'^^xsd:double;
  dwc:latitude '48.72763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55064 48.72763, -1.55064 48.72763, -1.55064 48.72763, -1.55064 48.72763, -1.55064 48.72763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9521'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67152 -1.55063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67152"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67152 -1.55063)"^^geo:wktLiteral ;
  geo-pos:lat "48.67152"^^xsd:decimal ;
  geo-pos:long "-1.55063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7120'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55063'^^xsd:double;
  dwc:latitude '48.67152'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55063 48.67152, -1.55063 48.67152, -1.55063 48.67152, -1.55063 48.67152, -1.55063 48.67152))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7120'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66797 -1.55062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66797 -1.55062)"^^geo:wktLiteral ;
  geo-pos:lat "48.66797"^^xsd:decimal ;
  geo-pos:long "-1.55062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7413'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55062'^^xsd:double;
  dwc:latitude '48.66797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55062 48.66797, -1.55062 48.66797, -1.55062 48.66797, -1.55062 48.66797, -1.55062 48.66797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7413'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68494 -1.55062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68494"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68494 -1.55062)"^^geo:wktLiteral ;
  geo-pos:lat "48.68494"^^xsd:decimal ;
  geo-pos:long "-1.55062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_7929'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55062'^^xsd:double;
  dwc:latitude '48.68494'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55062 48.68494, -1.55062 48.68494, -1.55062 48.68494, -1.55062 48.68494, -1.55062 48.68494))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7929'^^xsd:string;
  dwc:observationDate '2007-11-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72269 -1.55062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72269 -1.55062)"^^geo:wktLiteral ;
  geo-pos:lat "48.72269"^^xsd:decimal ;
  geo-pos:long "-1.55062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3415'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55062'^^xsd:double;
  dwc:latitude '48.72269'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55062 48.72269, -1.55062 48.72269, -1.55062 48.72269, -1.55062 48.72269, -1.55062 48.72269))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3415'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67162 -1.55057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67162 -1.55057)"^^geo:wktLiteral ;
  geo-pos:lat "48.67162"^^xsd:decimal ;
  geo-pos:long "-1.55057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6815'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55057'^^xsd:double;
  dwc:latitude '48.67162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55057 48.67162, -1.55057 48.67162, -1.55057 48.67162, -1.55057 48.67162, -1.55057 48.67162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6815'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70095 -1.55057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70095 -1.55057)"^^geo:wktLiteral ;
  geo-pos:lat "48.70095"^^xsd:decimal ;
  geo-pos:long "-1.55057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1477'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55057'^^xsd:double;
  dwc:latitude '48.70095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55057 48.70095, -1.55057 48.70095, -1.55057 48.70095, -1.55057 48.70095, -1.55057 48.70095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1477'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66269 -1.55053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66269 -1.55053)"^^geo:wktLiteral ;
  geo-pos:lat "48.66269"^^xsd:decimal ;
  geo-pos:long "-1.55053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2005'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55053'^^xsd:double;
  dwc:latitude '48.66269'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55053 48.66269, -1.55053 48.66269, -1.55053 48.66269, -1.55053 48.66269, -1.55053 48.66269))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2005'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69446 -1.55053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69446"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69446 -1.55053)"^^geo:wktLiteral ;
  geo-pos:lat "48.69446"^^xsd:decimal ;
  geo-pos:long "-1.55053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1322'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55053'^^xsd:double;
  dwc:latitude '48.69446'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55053 48.69446, -1.55053 48.69446, -1.55053 48.69446, -1.55053 48.69446, -1.55053 48.69446))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1322'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70808 -1.55051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70808 -1.55051)"^^geo:wktLiteral ;
  geo-pos:lat "48.70808"^^xsd:decimal ;
  geo-pos:long "-1.55051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12138'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '14.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55051'^^xsd:double;
  dwc:latitude '48.70808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55051 48.70808, -1.55051 48.70808, -1.55051 48.70808, -1.55051 48.70808, -1.55051 48.70808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12138'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72565 -1.55049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72565 -1.55049)"^^geo:wktLiteral ;
  geo-pos:lat "48.72565"^^xsd:decimal ;
  geo-pos:long "-1.55049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10103'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55049'^^xsd:double;
  dwc:latitude '48.72565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55049 48.72565, -1.55049 48.72565, -1.55049 48.72565, -1.55049 48.72565, -1.55049 48.72565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10103'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71922 -1.55048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71922 -1.55048)"^^geo:wktLiteral ;
  geo-pos:lat "48.71922"^^xsd:decimal ;
  geo-pos:long "-1.55048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9119'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55048'^^xsd:double;
  dwc:latitude '48.71922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55048 48.71922, -1.55048 48.71922, -1.55048 48.71922, -1.55048 48.71922, -1.55048 48.71922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9119'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72691 -1.55048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72691 -1.55048)"^^geo:wktLiteral ;
  geo-pos:lat "48.72691"^^xsd:decimal ;
  geo-pos:long "-1.55048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1857'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55048'^^xsd:double;
  dwc:latitude '48.72691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55048 48.72691, -1.55048 48.72691, -1.55048 48.72691, -1.55048 48.72691, -1.55048 48.72691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1857'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66291 -1.55046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66291 -1.55046)"^^geo:wktLiteral ;
  geo-pos:lat "48.66291"^^xsd:decimal ;
  geo-pos:long "-1.55046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11241'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55046'^^xsd:double;
  dwc:latitude '48.66291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55046 48.66291, -1.55046 48.66291, -1.55046 48.66291, -1.55046 48.66291, -1.55046 48.66291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11241'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71374 -1.55046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71374"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71374 -1.55046)"^^geo:wktLiteral ;
  geo-pos:lat "48.71374"^^xsd:decimal ;
  geo-pos:long "-1.55046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5576'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55046'^^xsd:double;
  dwc:latitude '48.71374'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55046 48.71374, -1.55046 48.71374, -1.55046 48.71374, -1.55046 48.71374, -1.55046 48.71374))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5576'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69632 -1.55045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69632 -1.55045)"^^geo:wktLiteral ;
  geo-pos:lat "48.69632"^^xsd:decimal ;
  geo-pos:long "-1.55045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3816'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55045'^^xsd:double;
  dwc:latitude '48.69632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55045 48.69632, -1.55045 48.69632, -1.55045 48.69632, -1.55045 48.69632, -1.55045 48.69632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3816'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67276 -1.55044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67276 -1.55044)"^^geo:wktLiteral ;
  geo-pos:lat "48.67276"^^xsd:decimal ;
  geo-pos:long "-1.55044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5552'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55044'^^xsd:double;
  dwc:latitude '48.67276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55044 48.67276, -1.55044 48.67276, -1.55044 48.67276, -1.55044 48.67276, -1.55044 48.67276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5552'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69209 -1.55044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69209 -1.55044)"^^geo:wktLiteral ;
  geo-pos:lat "48.69209"^^xsd:decimal ;
  geo-pos:long "-1.55044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5753'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55044'^^xsd:double;
  dwc:latitude '48.69209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55044 48.69209, -1.55044 48.69209, -1.55044 48.69209, -1.55044 48.69209, -1.55044 48.69209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5753'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70307 -1.55044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70307"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70307 -1.55044)"^^geo:wktLiteral ;
  geo-pos:lat "48.70307"^^xsd:decimal ;
  geo-pos:long "-1.55044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4521'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55044'^^xsd:double;
  dwc:latitude '48.70307'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55044 48.70307, -1.55044 48.70307, -1.55044 48.70307, -1.55044 48.70307, -1.55044 48.70307))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4521'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6682 -1.55041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6682 -1.55041)"^^geo:wktLiteral ;
  geo-pos:lat "48.6682"^^xsd:decimal ;
  geo-pos:long "-1.55041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7434'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55041'^^xsd:double;
  dwc:latitude '48.6682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55041 48.6682, -1.55041 48.6682, -1.55041 48.6682, -1.55041 48.6682, -1.55041 48.6682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7434'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70132 -1.55039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70132"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70132 -1.55039)"^^geo:wktLiteral ;
  geo-pos:lat "48.70132"^^xsd:decimal ;
  geo-pos:long "-1.55039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6959'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55039'^^xsd:double;
  dwc:latitude '48.70132'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55039 48.70132, -1.55039 48.70132, -1.55039 48.70132, -1.55039 48.70132, -1.55039 48.70132))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6959'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70821 -1.55039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70821 -1.55039)"^^geo:wktLiteral ;
  geo-pos:lat "48.70821"^^xsd:decimal ;
  geo-pos:long "-1.55039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2902'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55039'^^xsd:double;
  dwc:latitude '48.70821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55039 48.70821, -1.55039 48.70821, -1.55039 48.70821, -1.55039 48.70821, -1.55039 48.70821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2902'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72149 -1.55037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72149 -1.55037)"^^geo:wktLiteral ;
  geo-pos:lat "48.72149"^^xsd:decimal ;
  geo-pos:long "-1.55037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_410'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55037'^^xsd:double;
  dwc:latitude '48.72149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55037 48.72149, -1.55037 48.72149, -1.55037 48.72149, -1.55037 48.72149, -1.55037 48.72149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_410'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67753 -1.55036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67753 -1.55036)"^^geo:wktLiteral ;
  geo-pos:lat "48.67753"^^xsd:decimal ;
  geo-pos:long "-1.55036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5866'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55036'^^xsd:double;
  dwc:latitude '48.67753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55036 48.67753, -1.55036 48.67753, -1.55036 48.67753, -1.55036 48.67753, -1.55036 48.67753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5866'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69273 -1.55035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69273 -1.55035)"^^geo:wktLiteral ;
  geo-pos:lat "48.69273"^^xsd:decimal ;
  geo-pos:long "-1.55035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10433'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55035'^^xsd:double;
  dwc:latitude '48.69273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55035 48.69273, -1.55035 48.69273, -1.55035 48.69273, -1.55035 48.69273, -1.55035 48.69273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10433'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68022 -1.55034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68022 -1.55034)"^^geo:wktLiteral ;
  geo-pos:lat "48.68022"^^xsd:decimal ;
  geo-pos:long "-1.55034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3143'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55034'^^xsd:double;
  dwc:latitude '48.68022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55034 48.68022, -1.55034 48.68022, -1.55034 48.68022, -1.55034 48.68022, -1.55034 48.68022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3143'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69681 -1.55034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69681 -1.55034)"^^geo:wktLiteral ;
  geo-pos:lat "48.69681"^^xsd:decimal ;
  geo-pos:long "-1.55034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3817'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55034'^^xsd:double;
  dwc:latitude '48.69681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55034 48.69681, -1.55034 48.69681, -1.55034 48.69681, -1.55034 48.69681, -1.55034 48.69681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3817'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69767 -1.55034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69767 -1.55034)"^^geo:wktLiteral ;
  geo-pos:lat "48.69767"^^xsd:decimal ;
  geo-pos:long "-1.55034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4769'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55034'^^xsd:double;
  dwc:latitude '48.69767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55034 48.69767, -1.55034 48.69767, -1.55034 48.69767, -1.55034 48.69767, -1.55034 48.69767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4769'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69371 -1.55032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69371 -1.55032)"^^geo:wktLiteral ;
  geo-pos:lat "48.69371"^^xsd:decimal ;
  geo-pos:long "-1.55032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7447'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55032'^^xsd:double;
  dwc:latitude '48.69371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55032 48.69371, -1.55032 48.69371, -1.55032 48.69371, -1.55032 48.69371, -1.55032 48.69371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7447'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7131 -1.55032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7131 -1.55032)"^^geo:wktLiteral ;
  geo-pos:lat "48.7131"^^xsd:decimal ;
  geo-pos:long "-1.55032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2013'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.56666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55032'^^xsd:double;
  dwc:latitude '48.7131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55032 48.7131, -1.55032 48.7131, -1.55032 48.7131, -1.55032 48.7131, -1.55032 48.7131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2013'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66278 -1.55031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66278 -1.55031)"^^geo:wktLiteral ;
  geo-pos:lat "48.66278"^^xsd:decimal ;
  geo-pos:long "-1.55031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_7119'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55031'^^xsd:double;
  dwc:latitude '48.66278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55031 48.66278, -1.55031 48.66278, -1.55031 48.66278, -1.55031 48.66278, -1.55031 48.66278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7119'^^xsd:string;
  dwc:observationDate '2006-06-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7114 -1.5503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7114 -1.5503)"^^geo:wktLiteral ;
  geo-pos:lat "48.7114"^^xsd:decimal ;
  geo-pos:long "-1.5503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7986'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5503'^^xsd:double;
  dwc:latitude '48.7114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5503 48.7114, -1.5503 48.7114, -1.5503 48.7114, -1.5503 48.7114, -1.5503 48.7114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7986'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70313 -1.55027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70313 -1.55027)"^^geo:wktLiteral ;
  geo-pos:lat "48.70313"^^xsd:decimal ;
  geo-pos:long "-1.55027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8087'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55027'^^xsd:double;
  dwc:latitude '48.70313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55027 48.70313, -1.55027 48.70313, -1.55027 48.70313, -1.55027 48.70313, -1.55027 48.70313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8087'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71789 -1.55027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71789 -1.55027)"^^geo:wktLiteral ;
  geo-pos:lat "48.71789"^^xsd:decimal ;
  geo-pos:long "-1.55027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9412'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55027'^^xsd:double;
  dwc:latitude '48.71789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55027 48.71789, -1.55027 48.71789, -1.55027 48.71789, -1.55027 48.71789, -1.55027 48.71789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9412'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7263 -1.55027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7263 -1.55027)"^^geo:wktLiteral ;
  geo-pos:lat "48.7263"^^xsd:decimal ;
  geo-pos:long "-1.55027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3274'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55027'^^xsd:double;
  dwc:latitude '48.7263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55027 48.7263, -1.55027 48.7263, -1.55027 48.7263, -1.55027 48.7263, -1.55027 48.7263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3274'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71837 -1.55024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71837 -1.55024)"^^geo:wktLiteral ;
  geo-pos:lat "48.71837"^^xsd:decimal ;
  geo-pos:long "-1.55024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2099'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55024'^^xsd:double;
  dwc:latitude '48.71837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55024 48.71837, -1.55024 48.71837, -1.55024 48.71837, -1.55024 48.71837, -1.55024 48.71837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2099'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73128 -1.55024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73128 -1.55024)"^^geo:wktLiteral ;
  geo-pos:lat "48.73128"^^xsd:decimal ;
  geo-pos:long "-1.55024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5167'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55024'^^xsd:double;
  dwc:latitude '48.73128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55024 48.73128, -1.55024 48.73128, -1.55024 48.73128, -1.55024 48.73128, -1.55024 48.73128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5167'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70074 -1.55023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70074 -1.55023)"^^geo:wktLiteral ;
  geo-pos:lat "48.70074"^^xsd:decimal ;
  geo-pos:long "-1.55023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7746'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55023'^^xsd:double;
  dwc:latitude '48.70074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55023 48.70074, -1.55023 48.70074, -1.55023 48.70074, -1.55023 48.70074, -1.55023 48.70074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7746'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71899 -1.55023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71899 -1.55023)"^^geo:wktLiteral ;
  geo-pos:lat "48.71899"^^xsd:decimal ;
  geo-pos:long "-1.55023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_165'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55023'^^xsd:double;
  dwc:latitude '48.71899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55023 48.71899, -1.55023 48.71899, -1.55023 48.71899, -1.55023 48.71899, -1.55023 48.71899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_165'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7045 -1.55022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7045 -1.55022)"^^geo:wktLiteral ;
  geo-pos:lat "48.7045"^^xsd:decimal ;
  geo-pos:long "-1.55022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7889'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55022'^^xsd:double;
  dwc:latitude '48.7045'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55022 48.7045, -1.55022 48.7045, -1.55022 48.7045, -1.55022 48.7045, -1.55022 48.7045))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7889'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69663 -1.55021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69663 -1.55021)"^^geo:wktLiteral ;
  geo-pos:lat "48.69663"^^xsd:decimal ;
  geo-pos:long "-1.55021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10388'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55021'^^xsd:double;
  dwc:latitude '48.69663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55021 48.69663, -1.55021 48.69663, -1.55021 48.69663, -1.55021 48.69663, -1.55021 48.69663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10388'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69905 -1.55021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69905 -1.55021)"^^geo:wktLiteral ;
  geo-pos:lat "48.69905"^^xsd:decimal ;
  geo-pos:long "-1.55021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4135'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.68333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55021'^^xsd:double;
  dwc:latitude '48.69905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55021 48.69905, -1.55021 48.69905, -1.55021 48.69905, -1.55021 48.69905, -1.55021 48.69905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4135'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7103 -1.5502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7103 -1.5502)"^^geo:wktLiteral ;
  geo-pos:lat "48.7103"^^xsd:decimal ;
  geo-pos:long "-1.5502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1687'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5502'^^xsd:double;
  dwc:latitude '48.7103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5502 48.7103, -1.5502 48.7103, -1.5502 48.7103, -1.5502 48.7103, -1.5502 48.7103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1687'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6939 -1.55019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6939 -1.55019)"^^geo:wktLiteral ;
  geo-pos:lat "48.6939"^^xsd:decimal ;
  geo-pos:long "-1.55019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6496'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55019'^^xsd:double;
  dwc:latitude '48.6939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55019 48.6939, -1.55019 48.6939, -1.55019 48.6939, -1.55019 48.6939, -1.55019 48.6939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6496'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69967 -1.55018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69967 -1.55018)"^^geo:wktLiteral ;
  geo-pos:lat "48.69967"^^xsd:decimal ;
  geo-pos:long "-1.55018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1080'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55018'^^xsd:double;
  dwc:latitude '48.69967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55018 48.69967, -1.55018 48.69967, -1.55018 48.69967, -1.55018 48.69967, -1.55018 48.69967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1080'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70372 -1.55018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70372 -1.55018)"^^geo:wktLiteral ;
  geo-pos:lat "48.70372"^^xsd:decimal ;
  geo-pos:long "-1.55018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9760'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55018'^^xsd:double;
  dwc:latitude '48.70372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55018 48.70372, -1.55018 48.70372, -1.55018 48.70372, -1.55018 48.70372, -1.55018 48.70372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9760'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72403 -1.55018)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55018"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72403 -1.55018)"^^geo:wktLiteral ;
  geo-pos:lat "48.72403"^^xsd:decimal ;
  geo-pos:long "-1.55018"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1224'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55018'^^xsd:double;
  dwc:latitude '48.72403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55018 48.72403, -1.55018 48.72403, -1.55018 48.72403, -1.55018 48.72403, -1.55018 48.72403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1224'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67655 -1.55017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67655 -1.55017)"^^geo:wktLiteral ;
  geo-pos:lat "48.67655"^^xsd:decimal ;
  geo-pos:long "-1.55017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1643'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55017'^^xsd:double;
  dwc:latitude '48.67655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55017 48.67655, -1.55017 48.67655, -1.55017 48.67655, -1.55017 48.67655, -1.55017 48.67655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1643'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70058 -1.55017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70058 -1.55017)"^^geo:wktLiteral ;
  geo-pos:lat "48.70058"^^xsd:decimal ;
  geo-pos:long "-1.55017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10345'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55017'^^xsd:double;
  dwc:latitude '48.70058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55017 48.70058, -1.55017 48.70058, -1.55017 48.70058, -1.55017 48.70058, -1.55017 48.70058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10345'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69157 -1.55016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69157 -1.55016)"^^geo:wktLiteral ;
  geo-pos:lat "48.69157"^^xsd:decimal ;
  geo-pos:long "-1.55016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4378'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55016'^^xsd:double;
  dwc:latitude '48.69157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55016 48.69157, -1.55016 48.69157, -1.55016 48.69157, -1.55016 48.69157, -1.55016 48.69157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4378'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7028 -1.55015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7028 -1.55015)"^^geo:wktLiteral ;
  geo-pos:lat "48.7028"^^xsd:decimal ;
  geo-pos:long "-1.55015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4445'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55015'^^xsd:double;
  dwc:latitude '48.7028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55015 48.7028, -1.55015 48.7028, -1.55015 48.7028, -1.55015 48.7028, -1.55015 48.7028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4445'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69163 -1.55011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69163 -1.55011)"^^geo:wktLiteral ;
  geo-pos:lat "48.69163"^^xsd:decimal ;
  geo-pos:long "-1.55011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4257'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55011'^^xsd:double;
  dwc:latitude '48.69163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55011 48.69163, -1.55011 48.69163, -1.55011 48.69163, -1.55011 48.69163, -1.55011 48.69163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4257'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6694 -1.55009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6694 -1.55009)"^^geo:wktLiteral ;
  geo-pos:lat "48.6694"^^xsd:decimal ;
  geo-pos:long "-1.55009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3934'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55009'^^xsd:double;
  dwc:latitude '48.6694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55009 48.6694, -1.55009 48.6694, -1.55009 48.6694, -1.55009 48.6694, -1.55009 48.6694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3934'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6824 -1.55007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6824 -1.55007)"^^geo:wktLiteral ;
  geo-pos:lat "48.6824"^^xsd:decimal ;
  geo-pos:long "-1.55007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10683'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55007'^^xsd:double;
  dwc:latitude '48.6824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55007 48.6824, -1.55007 48.6824, -1.55007 48.6824, -1.55007 48.6824, -1.55007 48.6824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10683'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72451 -1.55007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72451 -1.55007)"^^geo:wktLiteral ;
  geo-pos:lat "48.72451"^^xsd:decimal ;
  geo-pos:long "-1.55007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_211'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55007'^^xsd:double;
  dwc:latitude '48.72451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55007 48.72451, -1.55007 48.72451, -1.55007 48.72451, -1.55007 48.72451, -1.55007 48.72451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_211'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65527 -1.55006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65527 -1.55006)"^^geo:wktLiteral ;
  geo-pos:lat "48.65527"^^xsd:decimal ;
  geo-pos:long "-1.55006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11897'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55006'^^xsd:double;
  dwc:latitude '48.65527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55006 48.65527, -1.55006 48.65527, -1.55006 48.65527, -1.55006 48.65527, -1.55006 48.65527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11897'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71716 -1.55005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71716 -1.55005)"^^geo:wktLiteral ;
  geo-pos:lat "48.71716"^^xsd:decimal ;
  geo-pos:long "-1.55005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8390'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55005'^^xsd:double;
  dwc:latitude '48.71716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55005 48.71716, -1.55005 48.71716, -1.55005 48.71716, -1.55005 48.71716, -1.55005 48.71716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8390'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69028 -1.55004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69028 -1.55004)"^^geo:wktLiteral ;
  geo-pos:lat "48.69028"^^xsd:decimal ;
  geo-pos:long "-1.55004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6958'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55004'^^xsd:double;
  dwc:latitude '48.69028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55004 48.69028, -1.55004 48.69028, -1.55004 48.69028, -1.55004 48.69028, -1.55004 48.69028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6958'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69629 -1.55004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69629 -1.55004)"^^geo:wktLiteral ;
  geo-pos:lat "48.69629"^^xsd:decimal ;
  geo-pos:long "-1.55004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2936'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55004'^^xsd:double;
  dwc:latitude '48.69629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55004 48.69629, -1.55004 48.69629, -1.55004 48.69629, -1.55004 48.69629, -1.55004 48.69629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2936'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69084 -1.55002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69084 -1.55002)"^^geo:wktLiteral ;
  geo-pos:lat "48.69084"^^xsd:decimal ;
  geo-pos:long "-1.55002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6650'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55002'^^xsd:double;
  dwc:latitude '48.69084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55002 48.69084, -1.55002 48.69084, -1.55002 48.69084, -1.55002 48.69084, -1.55002 48.69084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6650'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71752 -1.55002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71752 -1.55002)"^^geo:wktLiteral ;
  geo-pos:lat "48.71752"^^xsd:decimal ;
  geo-pos:long "-1.55002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5519'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55002'^^xsd:double;
  dwc:latitude '48.71752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55002 48.71752, -1.55002 48.71752, -1.55002 48.71752, -1.55002 48.71752, -1.55002 48.71752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5519'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69475 -1.55001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69475 -1.55001)"^^geo:wktLiteral ;
  geo-pos:lat "48.69475"^^xsd:decimal ;
  geo-pos:long "-1.55001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7770'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55001'^^xsd:double;
  dwc:latitude '48.69475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55001 48.69475, -1.55001 48.69475, -1.55001 48.69475, -1.55001 48.69475, -1.55001 48.69475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7770'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72104 -1.55001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72104 -1.55001)"^^geo:wktLiteral ;
  geo-pos:lat "48.72104"^^xsd:decimal ;
  geo-pos:long "-1.55001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9167'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55001'^^xsd:double;
  dwc:latitude '48.72104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55001 48.72104, -1.55001 48.72104, -1.55001 48.72104, -1.55001 48.72104, -1.55001 48.72104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9167'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68331 -1.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68331 -1.55)"^^geo:wktLiteral ;
  geo-pos:lat "48.68331"^^xsd:decimal ;
  geo-pos:long "-1.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5689'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.55'^^xsd:double;
  dwc:latitude '48.68331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.55 48.68331, -1.55 48.68331, -1.55 48.68331, -1.55 48.68331, -1.55 48.68331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5689'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67965 -1.54998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67965 -1.54998)"^^geo:wktLiteral ;
  geo-pos:lat "48.67965"^^xsd:decimal ;
  geo-pos:long "-1.54998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2991'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54998'^^xsd:double;
  dwc:latitude '48.67965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54998 48.67965, -1.54998 48.67965, -1.54998 48.67965, -1.54998 48.67965, -1.54998 48.67965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2991'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6772 -1.54997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6772 -1.54997)"^^geo:wktLiteral ;
  geo-pos:lat "48.6772"^^xsd:decimal ;
  geo-pos:long "-1.54997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5816'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54997'^^xsd:double;
  dwc:latitude '48.6772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54997 48.6772, -1.54997 48.6772, -1.54997 48.6772, -1.54997 48.6772, -1.54997 48.6772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5816'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69491 -1.54997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69491 -1.54997)"^^geo:wktLiteral ;
  geo-pos:lat "48.69491"^^xsd:decimal ;
  geo-pos:long "-1.54997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3815'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54997'^^xsd:double;
  dwc:latitude '48.69491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54997 48.69491, -1.54997 48.69491, -1.54997 48.69491, -1.54997 48.69491, -1.54997 48.69491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3815'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65866 -1.54996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65866 -1.54996)"^^geo:wktLiteral ;
  geo-pos:lat "48.65866"^^xsd:decimal ;
  geo-pos:long "-1.54996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10543'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54996'^^xsd:double;
  dwc:latitude '48.65866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54996 48.65866, -1.54996 48.65866, -1.54996 48.65866, -1.54996 48.65866, -1.54996 48.65866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10543'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70612 -1.54996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70612 -1.54996)"^^geo:wktLiteral ;
  geo-pos:lat "48.70612"^^xsd:decimal ;
  geo-pos:long "-1.54996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4833'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54996'^^xsd:double;
  dwc:latitude '48.70612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54996 48.70612, -1.54996 48.70612, -1.54996 48.70612, -1.54996 48.70612, -1.54996 48.70612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4833'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72612 -1.54996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72612 -1.54996)"^^geo:wktLiteral ;
  geo-pos:lat "48.72612"^^xsd:decimal ;
  geo-pos:long "-1.54996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7111'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54996'^^xsd:double;
  dwc:latitude '48.72612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54996 48.72612, -1.54996 48.72612, -1.54996 48.72612, -1.54996 48.72612, -1.54996 48.72612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7111'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68987 -1.54995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68987 -1.54995)"^^geo:wktLiteral ;
  geo-pos:lat "48.68987"^^xsd:decimal ;
  geo-pos:long "-1.54995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4864'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54995'^^xsd:double;
  dwc:latitude '48.68987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54995 48.68987, -1.54995 48.68987, -1.54995 48.68987, -1.54995 48.68987, -1.54995 48.68987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4864'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69098 -1.54995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69098 -1.54995)"^^geo:wktLiteral ;
  geo-pos:lat "48.69098"^^xsd:decimal ;
  geo-pos:long "-1.54995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1235'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54995'^^xsd:double;
  dwc:latitude '48.69098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54995 48.69098, -1.54995 48.69098, -1.54995 48.69098, -1.54995 48.69098, -1.54995 48.69098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1235'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70691 -1.54995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70691 -1.54995)"^^geo:wktLiteral ;
  geo-pos:lat "48.70691"^^xsd:decimal ;
  geo-pos:long "-1.54995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4450'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54995'^^xsd:double;
  dwc:latitude '48.70691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54995 48.70691, -1.54995 48.70691, -1.54995 48.70691, -1.54995 48.70691, -1.54995 48.70691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4450'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68342 -1.54994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68342 -1.54994)"^^geo:wktLiteral ;
  geo-pos:lat "48.68342"^^xsd:decimal ;
  geo-pos:long "-1.54994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2625'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54994'^^xsd:double;
  dwc:latitude '48.68342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54994 48.68342, -1.54994 48.68342, -1.54994 48.68342, -1.54994 48.68342, -1.54994 48.68342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2625'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70251 -1.54994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70251"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70251 -1.54994)"^^geo:wktLiteral ;
  geo-pos:lat "48.70251"^^xsd:decimal ;
  geo-pos:long "-1.54994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5847'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54994'^^xsd:double;
  dwc:latitude '48.70251'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54994 48.70251, -1.54994 48.70251, -1.54994 48.70251, -1.54994 48.70251, -1.54994 48.70251))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5847'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72528 -1.54994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72528 -1.54994)"^^geo:wktLiteral ;
  geo-pos:lat "48.72528"^^xsd:decimal ;
  geo-pos:long "-1.54994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_212'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54994'^^xsd:double;
  dwc:latitude '48.72528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54994 48.72528, -1.54994 48.72528, -1.54994 48.72528, -1.54994 48.72528, -1.54994 48.72528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_212'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69165 -1.54991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69165 -1.54991)"^^geo:wktLiteral ;
  geo-pos:lat "48.69165"^^xsd:decimal ;
  geo-pos:long "-1.54991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10190'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54991'^^xsd:double;
  dwc:latitude '48.69165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54991 48.69165, -1.54991 48.69165, -1.54991 48.69165, -1.54991 48.69165, -1.54991 48.69165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10190'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71458 -1.54991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71458 -1.54991)"^^geo:wktLiteral ;
  geo-pos:lat "48.71458"^^xsd:decimal ;
  geo-pos:long "-1.54991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7834'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54991'^^xsd:double;
  dwc:latitude '48.71458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54991 48.71458, -1.54991 48.71458, -1.54991 48.71458, -1.54991 48.71458, -1.54991 48.71458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7834'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69134 -1.54989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69134 -1.54989)"^^geo:wktLiteral ;
  geo-pos:lat "48.69134"^^xsd:decimal ;
  geo-pos:long "-1.54989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4207'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54989'^^xsd:double;
  dwc:latitude '48.69134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54989 48.69134, -1.54989 48.69134, -1.54989 48.69134, -1.54989 48.69134, -1.54989 48.69134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4207'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69862 -1.54987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69862 -1.54987)"^^geo:wktLiteral ;
  geo-pos:lat "48.69862"^^xsd:decimal ;
  geo-pos:long "-1.54987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4572'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54987'^^xsd:double;
  dwc:latitude '48.69862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54987 48.69862, -1.54987 48.69862, -1.54987 48.69862, -1.54987 48.69862, -1.54987 48.69862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4572'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70096 -1.54986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70096 -1.54986)"^^geo:wktLiteral ;
  geo-pos:lat "48.70096"^^xsd:decimal ;
  geo-pos:long "-1.54986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_978'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54986'^^xsd:double;
  dwc:latitude '48.70096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54986 48.70096, -1.54986 48.70096, -1.54986 48.70096, -1.54986 48.70096, -1.54986 48.70096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_978'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71178 -1.54986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71178 -1.54986)"^^geo:wktLiteral ;
  geo-pos:lat "48.71178"^^xsd:decimal ;
  geo-pos:long "-1.54986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2096'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54986'^^xsd:double;
  dwc:latitude '48.71178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54986 48.71178, -1.54986 48.71178, -1.54986 48.71178, -1.54986 48.71178, -1.54986 48.71178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2096'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72763 -1.54986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72763 -1.54986)"^^geo:wktLiteral ;
  geo-pos:lat "48.72763"^^xsd:decimal ;
  geo-pos:long "-1.54986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3286'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54986'^^xsd:double;
  dwc:latitude '48.72763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54986 48.72763, -1.54986 48.72763, -1.54986 48.72763, -1.54986 48.72763, -1.54986 48.72763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3286'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73019 -1.54986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73019"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73019 -1.54986)"^^geo:wktLiteral ;
  geo-pos:lat "48.73019"^^xsd:decimal ;
  geo-pos:long "-1.54986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7695'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54986'^^xsd:double;
  dwc:latitude '48.73019'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54986 48.73019, -1.54986 48.73019, -1.54986 48.73019, -1.54986 48.73019, -1.54986 48.73019))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7695'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67832 -1.54985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67832 -1.54985)"^^geo:wktLiteral ;
  geo-pos:lat "48.67832"^^xsd:decimal ;
  geo-pos:long "-1.54985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_419'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54985'^^xsd:double;
  dwc:latitude '48.67832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54985 48.67832, -1.54985 48.67832, -1.54985 48.67832, -1.54985 48.67832, -1.54985 48.67832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_419'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69317 -1.54984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69317 -1.54984)"^^geo:wktLiteral ;
  geo-pos:lat "48.69317"^^xsd:decimal ;
  geo-pos:long "-1.54984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1283'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54984'^^xsd:double;
  dwc:latitude '48.69317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54984 48.69317, -1.54984 48.69317, -1.54984 48.69317, -1.54984 48.69317, -1.54984 48.69317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1283'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71011 -1.54984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71011 -1.54984)"^^geo:wktLiteral ;
  geo-pos:lat "48.71011"^^xsd:decimal ;
  geo-pos:long "-1.54984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_885'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54984'^^xsd:double;
  dwc:latitude '48.71011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54984 48.71011, -1.54984 48.71011, -1.54984 48.71011, -1.54984 48.71011, -1.54984 48.71011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_885'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7173 -1.54984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7173 -1.54984)"^^geo:wktLiteral ;
  geo-pos:lat "48.7173"^^xsd:decimal ;
  geo-pos:long "-1.54984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7446'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54984'^^xsd:double;
  dwc:latitude '48.7173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54984 48.7173, -1.54984 48.7173, -1.54984 48.7173, -1.54984 48.7173, -1.54984 48.7173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7446'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70094 -1.54983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70094 -1.54983)"^^geo:wktLiteral ;
  geo-pos:lat "48.70094"^^xsd:decimal ;
  geo-pos:long "-1.54983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10256'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54983'^^xsd:double;
  dwc:latitude '48.70094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54983 48.70094, -1.54983 48.70094, -1.54983 48.70094, -1.54983 48.70094, -1.54983 48.70094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10256'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69158 -1.54981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69158 -1.54981)"^^geo:wktLiteral ;
  geo-pos:lat "48.69158"^^xsd:decimal ;
  geo-pos:long "-1.54981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_620'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54981'^^xsd:double;
  dwc:latitude '48.69158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54981 48.69158, -1.54981 48.69158, -1.54981 48.69158, -1.54981 48.69158, -1.54981 48.69158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_620'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66794 -1.5498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66794 -1.5498)"^^geo:wktLiteral ;
  geo-pos:lat "48.66794"^^xsd:decimal ;
  geo-pos:long "-1.5498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10708'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5498'^^xsd:double;
  dwc:latitude '48.66794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5498 48.66794, -1.5498 48.66794, -1.5498 48.66794, -1.5498 48.66794, -1.5498 48.66794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10708'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68178 -1.5498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68178 -1.5498)"^^geo:wktLiteral ;
  geo-pos:lat "48.68178"^^xsd:decimal ;
  geo-pos:long "-1.5498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2073'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5498'^^xsd:double;
  dwc:latitude '48.68178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5498 48.68178, -1.5498 48.68178, -1.5498 48.68178, -1.5498 48.68178, -1.5498 48.68178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2073'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69156 -1.5498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69156 -1.5498)"^^geo:wktLiteral ;
  geo-pos:lat "48.69156"^^xsd:decimal ;
  geo-pos:long "-1.5498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5727'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5498'^^xsd:double;
  dwc:latitude '48.69156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5498 48.69156, -1.5498 48.69156, -1.5498 48.69156, -1.5498 48.69156, -1.5498 48.69156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5727'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67477 -1.54979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67477 -1.54979)"^^geo:wktLiteral ;
  geo-pos:lat "48.67477"^^xsd:decimal ;
  geo-pos:long "-1.54979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5259'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54979'^^xsd:double;
  dwc:latitude '48.67477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54979 48.67477, -1.54979 48.67477, -1.54979 48.67477, -1.54979 48.67477, -1.54979 48.67477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5259'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68997 -1.54979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68997 -1.54979)"^^geo:wktLiteral ;
  geo-pos:lat "48.68997"^^xsd:decimal ;
  geo-pos:long "-1.54979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8689'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54979'^^xsd:double;
  dwc:latitude '48.68997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54979 48.68997, -1.54979 48.68997, -1.54979 48.68997, -1.54979 48.68997, -1.54979 48.68997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8689'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70805 -1.54979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70805 -1.54979)"^^geo:wktLiteral ;
  geo-pos:lat "48.70805"^^xsd:decimal ;
  geo-pos:long "-1.54979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2518'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54979'^^xsd:double;
  dwc:latitude '48.70805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54979 48.70805, -1.54979 48.70805, -1.54979 48.70805, -1.54979 48.70805, -1.54979 48.70805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2518'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.54979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.54979)"^^geo:wktLiteral ;
  geo-pos:lat "48.70815"^^xsd:decimal ;
  geo-pos:long "-1.54979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1436'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54979'^^xsd:double;
  dwc:latitude '48.70815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54979 48.70815, -1.54979 48.70815, -1.54979 48.70815, -1.54979 48.70815, -1.54979 48.70815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1436'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69234 -1.54978)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54978"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69234 -1.54978)"^^geo:wktLiteral ;
  geo-pos:lat "48.69234"^^xsd:decimal ;
  geo-pos:long "-1.54978"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6482'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54978'^^xsd:double;
  dwc:latitude '48.69234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54978 48.69234, -1.54978 48.69234, -1.54978 48.69234, -1.54978 48.69234, -1.54978 48.69234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6482'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69276 -1.54977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69276 -1.54977)"^^geo:wktLiteral ;
  geo-pos:lat "48.69276"^^xsd:decimal ;
  geo-pos:long "-1.54977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1955'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54977'^^xsd:double;
  dwc:latitude '48.69276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54977 48.69276, -1.54977 48.69276, -1.54977 48.69276, -1.54977 48.69276, -1.54977 48.69276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1955'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72495 -1.54976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72495 -1.54976)"^^geo:wktLiteral ;
  geo-pos:lat "48.72495"^^xsd:decimal ;
  geo-pos:long "-1.54976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2748'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54976'^^xsd:double;
  dwc:latitude '48.72495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54976 48.72495, -1.54976 48.72495, -1.54976 48.72495, -1.54976 48.72495, -1.54976 48.72495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2748'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69412 -1.54975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69412 -1.54975)"^^geo:wktLiteral ;
  geo-pos:lat "48.69412"^^xsd:decimal ;
  geo-pos:long "-1.54975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4811'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54975'^^xsd:double;
  dwc:latitude '48.69412'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54975 48.69412, -1.54975 48.69412, -1.54975 48.69412, -1.54975 48.69412, -1.54975 48.69412))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4811'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72226 -1.54975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72226 -1.54975)"^^geo:wktLiteral ;
  geo-pos:lat "48.72226"^^xsd:decimal ;
  geo-pos:long "-1.54975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1148'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.78333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54975'^^xsd:double;
  dwc:latitude '48.72226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54975 48.72226, -1.54975 48.72226, -1.54975 48.72226, -1.54975 48.72226, -1.54975 48.72226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1148'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70444 -1.54974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70444"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70444 -1.54974)"^^geo:wktLiteral ;
  geo-pos:lat "48.70444"^^xsd:decimal ;
  geo-pos:long "-1.54974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5821'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54974'^^xsd:double;
  dwc:latitude '48.70444'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54974 48.70444, -1.54974 48.70444, -1.54974 48.70444, -1.54974 48.70444, -1.54974 48.70444))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5821'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70536 -1.54974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70536 -1.54974)"^^geo:wktLiteral ;
  geo-pos:lat "48.70536"^^xsd:decimal ;
  geo-pos:long "-1.54974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7774'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54974'^^xsd:double;
  dwc:latitude '48.70536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54974 48.70536, -1.54974 48.70536, -1.54974 48.70536, -1.54974 48.70536, -1.54974 48.70536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7774'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69278 -1.54971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69278 -1.54971)"^^geo:wktLiteral ;
  geo-pos:lat "48.69278"^^xsd:decimal ;
  geo-pos:long "-1.54971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1579'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54971'^^xsd:double;
  dwc:latitude '48.69278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54971 48.69278, -1.54971 48.69278, -1.54971 48.69278, -1.54971 48.69278, -1.54971 48.69278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1579'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70624 -1.54971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70624 -1.54971)"^^geo:wktLiteral ;
  geo-pos:lat "48.70624"^^xsd:decimal ;
  geo-pos:long "-1.54971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4629'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54971'^^xsd:double;
  dwc:latitude '48.70624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54971 48.70624, -1.54971 48.70624, -1.54971 48.70624, -1.54971 48.70624, -1.54971 48.70624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4629'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67546 -1.5497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67546 -1.5497)"^^geo:wktLiteral ;
  geo-pos:lat "48.67546"^^xsd:decimal ;
  geo-pos:long "-1.5497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7277'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5497'^^xsd:double;
  dwc:latitude '48.67546'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5497 48.67546, -1.5497 48.67546, -1.5497 48.67546, -1.5497 48.67546, -1.5497 48.67546))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7277'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7157 -1.54969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7157 -1.54969)"^^geo:wktLiteral ;
  geo-pos:lat "48.7157"^^xsd:decimal ;
  geo-pos:long "-1.54969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7050'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54969'^^xsd:double;
  dwc:latitude '48.7157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54969 48.7157, -1.54969 48.7157, -1.54969 48.7157, -1.54969 48.7157, -1.54969 48.7157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7050'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66447 -1.54968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66447 -1.54968)"^^geo:wktLiteral ;
  geo-pos:lat "48.66447"^^xsd:decimal ;
  geo-pos:long "-1.54968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1638'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54968'^^xsd:double;
  dwc:latitude '48.66447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54968 48.66447, -1.54968 48.66447, -1.54968 48.66447, -1.54968 48.66447, -1.54968 48.66447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1638'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66549 -1.54968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66549 -1.54968)"^^geo:wktLiteral ;
  geo-pos:lat "48.66549"^^xsd:decimal ;
  geo-pos:long "-1.54968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10787'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54968'^^xsd:double;
  dwc:latitude '48.66549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54968 48.66549, -1.54968 48.66549, -1.54968 48.66549, -1.54968 48.66549, -1.54968 48.66549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10787'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69295 -1.54966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69295 -1.54966)"^^geo:wktLiteral ;
  geo-pos:lat "48.69295"^^xsd:decimal ;
  geo-pos:long "-1.54966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1084'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54966'^^xsd:double;
  dwc:latitude '48.69295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54966 48.69295, -1.54966 48.69295, -1.54966 48.69295, -1.54966 48.69295, -1.54966 48.69295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1084'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69303 -1.54966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69303 -1.54966)"^^geo:wktLiteral ;
  geo-pos:lat "48.69303"^^xsd:decimal ;
  geo-pos:long "-1.54966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1478'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54966'^^xsd:double;
  dwc:latitude '48.69303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54966 48.69303, -1.54966 48.69303, -1.54966 48.69303, -1.54966 48.69303, -1.54966 48.69303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1478'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69311 -1.54966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69311"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69311 -1.54966)"^^geo:wktLiteral ;
  geo-pos:lat "48.69311"^^xsd:decimal ;
  geo-pos:long "-1.54966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5166'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54966'^^xsd:double;
  dwc:latitude '48.69311'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54966 48.69311, -1.54966 48.69311, -1.54966 48.69311, -1.54966 48.69311, -1.54966 48.69311))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5166'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70922 -1.54966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70922 -1.54966)"^^geo:wktLiteral ;
  geo-pos:lat "48.70922"^^xsd:decimal ;
  geo-pos:long "-1.54966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_102'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54966'^^xsd:double;
  dwc:latitude '48.70922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54966 48.70922, -1.54966 48.70922, -1.54966 48.70922, -1.54966 48.70922, -1.54966 48.70922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_102'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69857 -1.54964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69857 -1.54964)"^^geo:wktLiteral ;
  geo-pos:lat "48.69857"^^xsd:decimal ;
  geo-pos:long "-1.54964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6578'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54964'^^xsd:double;
  dwc:latitude '48.69857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54964 48.69857, -1.54964 48.69857, -1.54964 48.69857, -1.54964 48.69857, -1.54964 48.69857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6578'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69425 -1.54963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69425 -1.54963)"^^geo:wktLiteral ;
  geo-pos:lat "48.69425"^^xsd:decimal ;
  geo-pos:long "-1.54963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_24'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_24'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54963'^^xsd:double;
  dwc:latitude '48.69425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54963 48.69425, -1.54963 48.69425, -1.54963 48.69425, -1.54963 48.69425, -1.54963 48.69425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_24'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67828 -1.54962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67828 -1.54962)"^^geo:wktLiteral ;
  geo-pos:lat "48.67828"^^xsd:decimal ;
  geo-pos:long "-1.54962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3906'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54962'^^xsd:double;
  dwc:latitude '48.67828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54962 48.67828, -1.54962 48.67828, -1.54962 48.67828, -1.54962 48.67828, -1.54962 48.67828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3906'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68862 -1.54962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68862 -1.54962)"^^geo:wktLiteral ;
  geo-pos:lat "48.68862"^^xsd:decimal ;
  geo-pos:long "-1.54962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1314'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54962'^^xsd:double;
  dwc:latitude '48.68862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54962 48.68862, -1.54962 48.68862, -1.54962 48.68862, -1.54962 48.68862, -1.54962 48.68862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1314'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7176 -1.54962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7176 -1.54962)"^^geo:wktLiteral ;
  geo-pos:lat "48.7176"^^xsd:decimal ;
  geo-pos:long "-1.54962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2104'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54962'^^xsd:double;
  dwc:latitude '48.7176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54962 48.7176, -1.54962 48.7176, -1.54962 48.7176, -1.54962 48.7176, -1.54962 48.7176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2104'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67823 -1.54961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67823 -1.54961)"^^geo:wktLiteral ;
  geo-pos:lat "48.67823"^^xsd:decimal ;
  geo-pos:long "-1.54961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6314'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54961'^^xsd:double;
  dwc:latitude '48.67823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54961 48.67823, -1.54961 48.67823, -1.54961 48.67823, -1.54961 48.67823, -1.54961 48.67823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6314'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69257 -1.5496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69257 -1.5496)"^^geo:wktLiteral ;
  geo-pos:lat "48.69257"^^xsd:decimal ;
  geo-pos:long "-1.5496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1271'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5496'^^xsd:double;
  dwc:latitude '48.69257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5496 48.69257, -1.5496 48.69257, -1.5496 48.69257, -1.5496 48.69257, -1.5496 48.69257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1271'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70483 -1.5496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70483"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70483 -1.5496)"^^geo:wktLiteral ;
  geo-pos:lat "48.70483"^^xsd:decimal ;
  geo-pos:long "-1.5496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_882'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5496'^^xsd:double;
  dwc:latitude '48.70483'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5496 48.70483, -1.5496 48.70483, -1.5496 48.70483, -1.5496 48.70483, -1.5496 48.70483))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_882'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.54959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.54959)"^^geo:wktLiteral ;
  geo-pos:lat "48.6926"^^xsd:decimal ;
  geo-pos:long "-1.54959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1162'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54959'^^xsd:double;
  dwc:latitude '48.6926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54959 48.6926, -1.54959 48.6926, -1.54959 48.6926, -1.54959 48.6926, -1.54959 48.6926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1162'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69263 -1.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69263 -1.54958)"^^geo:wktLiteral ;
  geo-pos:lat "48.69263"^^xsd:decimal ;
  geo-pos:long "-1.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4350'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54958'^^xsd:double;
  dwc:latitude '48.69263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54958 48.69263, -1.54958 48.69263, -1.54958 48.69263, -1.54958 48.69263, -1.54958 48.69263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4350'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69578 -1.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69578 -1.54958)"^^geo:wktLiteral ;
  geo-pos:lat "48.69578"^^xsd:decimal ;
  geo-pos:long "-1.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3769'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54958'^^xsd:double;
  dwc:latitude '48.69578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54958 48.69578, -1.54958 48.69578, -1.54958 48.69578, -1.54958 48.69578, -1.54958 48.69578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3769'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71626 -1.54958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71626 -1.54958)"^^geo:wktLiteral ;
  geo-pos:lat "48.71626"^^xsd:decimal ;
  geo-pos:long "-1.54958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_296'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54958'^^xsd:double;
  dwc:latitude '48.71626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54958 48.71626, -1.54958 48.71626, -1.54958 48.71626, -1.54958 48.71626, -1.54958 48.71626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_296'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.705 -1.54956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.705 -1.54956)"^^geo:wktLiteral ;
  geo-pos:lat "48.705"^^xsd:decimal ;
  geo-pos:long "-1.54956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4229'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54956'^^xsd:double;
  dwc:latitude '48.705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54956 48.705, -1.54956 48.705, -1.54956 48.705, -1.54956 48.705, -1.54956 48.705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4229'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69838 -1.54955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69838"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69838 -1.54955)"^^geo:wktLiteral ;
  geo-pos:lat "48.69838"^^xsd:decimal ;
  geo-pos:long "-1.54955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_326'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54955'^^xsd:double;
  dwc:latitude '48.69838'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54955 48.69838, -1.54955 48.69838, -1.54955 48.69838, -1.54955 48.69838, -1.54955 48.69838))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_326'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7186 -1.54953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7186 -1.54953)"^^geo:wktLiteral ;
  geo-pos:lat "48.7186"^^xsd:decimal ;
  geo-pos:long "-1.54953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8121'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54953'^^xsd:double;
  dwc:latitude '48.7186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54953 48.7186, -1.54953 48.7186, -1.54953 48.7186, -1.54953 48.7186, -1.54953 48.7186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8121'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65403 -1.54952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65403 -1.54952)"^^geo:wktLiteral ;
  geo-pos:lat "48.65403"^^xsd:decimal ;
  geo-pos:long "-1.54952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7216'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54952'^^xsd:double;
  dwc:latitude '48.65403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54952 48.65403, -1.54952 48.65403, -1.54952 48.65403, -1.54952 48.65403, -1.54952 48.65403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7216'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69555 -1.54951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69555 -1.54951)"^^geo:wktLiteral ;
  geo-pos:lat "48.69555"^^xsd:decimal ;
  geo-pos:long "-1.54951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3179'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54951'^^xsd:double;
  dwc:latitude '48.69555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54951 48.69555, -1.54951 48.69555, -1.54951 48.69555, -1.54951 48.69555, -1.54951 48.69555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3179'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70025 -1.5495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70025 -1.5495)"^^geo:wktLiteral ;
  geo-pos:lat "48.70025"^^xsd:decimal ;
  geo-pos:long "-1.5495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_241'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5495'^^xsd:double;
  dwc:latitude '48.70025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5495 48.70025, -1.5495 48.70025, -1.5495 48.70025, -1.5495 48.70025, -1.5495 48.70025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_241'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7073 -1.5495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7073 -1.5495)"^^geo:wktLiteral ;
  geo-pos:lat "48.7073"^^xsd:decimal ;
  geo-pos:long "-1.5495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_331'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5495'^^xsd:double;
  dwc:latitude '48.7073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5495 48.7073, -1.5495 48.7073, -1.5495 48.7073, -1.5495 48.7073, -1.5495 48.7073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_331'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7168 -1.5495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7168 -1.5495)"^^geo:wktLiteral ;
  geo-pos:lat "48.7168"^^xsd:decimal ;
  geo-pos:long "-1.5495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_161'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5495'^^xsd:double;
  dwc:latitude '48.7168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5495 48.7168, -1.5495 48.7168, -1.5495 48.7168, -1.5495 48.7168, -1.5495 48.7168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_161'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71156 -1.54949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71156 -1.54949)"^^geo:wktLiteral ;
  geo-pos:lat "48.71156"^^xsd:decimal ;
  geo-pos:long "-1.54949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7985'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54949'^^xsd:double;
  dwc:latitude '48.71156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54949 48.71156, -1.54949 48.71156, -1.54949 48.71156, -1.54949 48.71156, -1.54949 48.71156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7985'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66421 -1.54948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66421 -1.54948)"^^geo:wktLiteral ;
  geo-pos:lat "48.66421"^^xsd:decimal ;
  geo-pos:long "-1.54948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3656'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54948'^^xsd:double;
  dwc:latitude '48.66421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54948 48.66421, -1.54948 48.66421, -1.54948 48.66421, -1.54948 48.66421, -1.54948 48.66421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3656'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65375 -1.54947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65375"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65375 -1.54947)"^^geo:wktLiteral ;
  geo-pos:lat "48.65375"^^xsd:decimal ;
  geo-pos:long "-1.54947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11243'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54947'^^xsd:double;
  dwc:latitude '48.65375'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54947 48.65375, -1.54947 48.65375, -1.54947 48.65375, -1.54947 48.65375, -1.54947 48.65375))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11243'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68659 -1.54947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68659 -1.54947)"^^geo:wktLiteral ;
  geo-pos:lat "48.68659"^^xsd:decimal ;
  geo-pos:long "-1.54947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8534'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54947'^^xsd:double;
  dwc:latitude '48.68659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54947 48.68659, -1.54947 48.68659, -1.54947 48.68659, -1.54947 48.68659, -1.54947 48.68659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8534'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.54947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.54947)"^^geo:wktLiteral ;
  geo-pos:lat "48.69901"^^xsd:decimal ;
  geo-pos:long "-1.54947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7474'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54947'^^xsd:double;
  dwc:latitude '48.69901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54947 48.69901, -1.54947 48.69901, -1.54947 48.69901, -1.54947 48.69901, -1.54947 48.69901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7474'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72565 -1.54947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72565 -1.54947)"^^geo:wktLiteral ;
  geo-pos:lat "48.72565"^^xsd:decimal ;
  geo-pos:long "-1.54947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1810'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54947'^^xsd:double;
  dwc:latitude '48.72565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54947 48.72565, -1.54947 48.72565, -1.54947 48.72565, -1.54947 48.72565, -1.54947 48.72565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1810'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70163 -1.54946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70163 -1.54946)"^^geo:wktLiteral ;
  geo-pos:lat "48.70163"^^xsd:decimal ;
  geo-pos:long "-1.54946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2572'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54946'^^xsd:double;
  dwc:latitude '48.70163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54946 48.70163, -1.54946 48.70163, -1.54946 48.70163, -1.54946 48.70163, -1.54946 48.70163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2572'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72595 -1.54946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72595 -1.54946)"^^geo:wktLiteral ;
  geo-pos:lat "48.72595"^^xsd:decimal ;
  geo-pos:long "-1.54946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_351'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54946'^^xsd:double;
  dwc:latitude '48.72595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54946 48.72595, -1.54946 48.72595, -1.54946 48.72595, -1.54946 48.72595, -1.54946 48.72595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_351'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71055 -1.54945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71055 -1.54945)"^^geo:wktLiteral ;
  geo-pos:lat "48.71055"^^xsd:decimal ;
  geo-pos:long "-1.54945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8897'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54945'^^xsd:double;
  dwc:latitude '48.71055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54945 48.71055, -1.54945 48.71055, -1.54945 48.71055, -1.54945 48.71055, -1.54945 48.71055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8897'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6901 -1.54943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6901 -1.54943)"^^geo:wktLiteral ;
  geo-pos:lat "48.6901"^^xsd:decimal ;
  geo-pos:long "-1.54943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1550'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54943'^^xsd:double;
  dwc:latitude '48.6901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54943 48.6901, -1.54943 48.6901, -1.54943 48.6901, -1.54943 48.6901, -1.54943 48.6901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1550'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71862 -1.54943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71862 -1.54943)"^^geo:wktLiteral ;
  geo-pos:lat "48.71862"^^xsd:decimal ;
  geo-pos:long "-1.54943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10493'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54943'^^xsd:double;
  dwc:latitude '48.71862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54943 48.71862, -1.54943 48.71862, -1.54943 48.71862, -1.54943 48.71862, -1.54943 48.71862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10493'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72245 -1.54943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72245 -1.54943)"^^geo:wktLiteral ;
  geo-pos:lat "48.72245"^^xsd:decimal ;
  geo-pos:long "-1.54943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2307'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54943'^^xsd:double;
  dwc:latitude '48.72245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54943 48.72245, -1.54943 48.72245, -1.54943 48.72245, -1.54943 48.72245, -1.54943 48.72245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2307'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71536 -1.54941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71536 -1.54941)"^^geo:wktLiteral ;
  geo-pos:lat "48.71536"^^xsd:decimal ;
  geo-pos:long "-1.54941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9708'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54941'^^xsd:double;
  dwc:latitude '48.71536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54941 48.71536, -1.54941 48.71536, -1.54941 48.71536, -1.54941 48.71536, -1.54941 48.71536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9708'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72401 -1.5494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72401 -1.5494)"^^geo:wktLiteral ;
  geo-pos:lat "48.72401"^^xsd:decimal ;
  geo-pos:long "-1.5494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1006'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5494'^^xsd:double;
  dwc:latitude '48.72401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5494 48.72401, -1.5494 48.72401, -1.5494 48.72401, -1.5494 48.72401, -1.5494 48.72401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1006'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66556 -1.54939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66556 -1.54939)"^^geo:wktLiteral ;
  geo-pos:lat "48.66556"^^xsd:decimal ;
  geo-pos:long "-1.54939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11608'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54939'^^xsd:double;
  dwc:latitude '48.66556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54939 48.66556, -1.54939 48.66556, -1.54939 48.66556, -1.54939 48.66556, -1.54939 48.66556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11608'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69964 -1.54939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69964 -1.54939)"^^geo:wktLiteral ;
  geo-pos:lat "48.69964"^^xsd:decimal ;
  geo-pos:long "-1.54939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9365'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54939'^^xsd:double;
  dwc:latitude '48.69964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54939 48.69964, -1.54939 48.69964, -1.54939 48.69964, -1.54939 48.69964, -1.54939 48.69964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9365'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6984 -1.54938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6984 -1.54938)"^^geo:wktLiteral ;
  geo-pos:lat "48.6984"^^xsd:decimal ;
  geo-pos:long "-1.54938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2115'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54938'^^xsd:double;
  dwc:latitude '48.6984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54938 48.6984, -1.54938 48.6984, -1.54938 48.6984, -1.54938 48.6984, -1.54938 48.6984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2115'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70474 -1.54937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70474 -1.54937)"^^geo:wktLiteral ;
  geo-pos:lat "48.70474"^^xsd:decimal ;
  geo-pos:long "-1.54937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4821'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54937'^^xsd:double;
  dwc:latitude '48.70474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54937 48.70474, -1.54937 48.70474, -1.54937 48.70474, -1.54937 48.70474, -1.54937 48.70474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4821'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69094 -1.54935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69094 -1.54935)"^^geo:wktLiteral ;
  geo-pos:lat "48.69094"^^xsd:decimal ;
  geo-pos:long "-1.54935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5744'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54935'^^xsd:double;
  dwc:latitude '48.69094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54935 48.69094, -1.54935 48.69094, -1.54935 48.69094, -1.54935 48.69094, -1.54935 48.69094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5744'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71032 -1.54934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71032 -1.54934)"^^geo:wktLiteral ;
  geo-pos:lat "48.71032"^^xsd:decimal ;
  geo-pos:long "-1.54934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3186'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54934'^^xsd:double;
  dwc:latitude '48.71032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54934 48.71032, -1.54934 48.71032, -1.54934 48.71032, -1.54934 48.71032, -1.54934 48.71032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3186'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69551 -1.54933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69551 -1.54933)"^^geo:wktLiteral ;
  geo-pos:lat "48.69551"^^xsd:decimal ;
  geo-pos:long "-1.54933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1050'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54933'^^xsd:double;
  dwc:latitude '48.69551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54933 48.69551, -1.54933 48.69551, -1.54933 48.69551, -1.54933 48.69551, -1.54933 48.69551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1050'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69727 -1.54932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69727 -1.54932)"^^geo:wktLiteral ;
  geo-pos:lat "48.69727"^^xsd:decimal ;
  geo-pos:long "-1.54932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3101'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54932'^^xsd:double;
  dwc:latitude '48.69727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54932 48.69727, -1.54932 48.69727, -1.54932 48.69727, -1.54932 48.69727, -1.54932 48.69727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3101'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70348 -1.5493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70348 -1.5493)"^^geo:wktLiteral ;
  geo-pos:lat "48.70348"^^xsd:decimal ;
  geo-pos:long "-1.5493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1494'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5493'^^xsd:double;
  dwc:latitude '48.70348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5493 48.70348, -1.5493 48.70348, -1.5493 48.70348, -1.5493 48.70348, -1.5493 48.70348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1494'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69183 -1.54929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69183"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69183 -1.54929)"^^geo:wktLiteral ;
  geo-pos:lat "48.69183"^^xsd:decimal ;
  geo-pos:long "-1.54929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1323'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54929'^^xsd:double;
  dwc:latitude '48.69183'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54929 48.69183, -1.54929 48.69183, -1.54929 48.69183, -1.54929 48.69183, -1.54929 48.69183))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1323'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69343 -1.54929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69343 -1.54929)"^^geo:wktLiteral ;
  geo-pos:lat "48.69343"^^xsd:decimal ;
  geo-pos:long "-1.54929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6315'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54929'^^xsd:double;
  dwc:latitude '48.69343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54929 48.69343, -1.54929 48.69343, -1.54929 48.69343, -1.54929 48.69343, -1.54929 48.69343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6315'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68331 -1.54928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68331 -1.54928)"^^geo:wktLiteral ;
  geo-pos:lat "48.68331"^^xsd:decimal ;
  geo-pos:long "-1.54928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7205'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54928'^^xsd:double;
  dwc:latitude '48.68331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54928 48.68331, -1.54928 48.68331, -1.54928 48.68331, -1.54928 48.68331, -1.54928 48.68331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7205'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69218 -1.54928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69218 -1.54928)"^^geo:wktLiteral ;
  geo-pos:lat "48.69218"^^xsd:decimal ;
  geo-pos:long "-1.54928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1357'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54928'^^xsd:double;
  dwc:latitude '48.69218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54928 48.69218, -1.54928 48.69218, -1.54928 48.69218, -1.54928 48.69218, -1.54928 48.69218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1357'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72479 -1.54928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72479 -1.54928)"^^geo:wktLiteral ;
  geo-pos:lat "48.72479"^^xsd:decimal ;
  geo-pos:long "-1.54928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7899'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54928'^^xsd:double;
  dwc:latitude '48.72479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54928 48.72479, -1.54928 48.72479, -1.54928 48.72479, -1.54928 48.72479, -1.54928 48.72479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7899'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69201 -1.54927)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54927"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69201 -1.54927)"^^geo:wktLiteral ;
  geo-pos:lat "48.69201"^^xsd:decimal ;
  geo-pos:long "-1.54927"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1313'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54927'^^xsd:double;
  dwc:latitude '48.69201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54927 48.69201, -1.54927 48.69201, -1.54927 48.69201, -1.54927 48.69201, -1.54927 48.69201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1313'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67496 -1.54926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67496 -1.54926)"^^geo:wktLiteral ;
  geo-pos:lat "48.67496"^^xsd:decimal ;
  geo-pos:long "-1.54926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6389'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54926'^^xsd:double;
  dwc:latitude '48.67496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54926 48.67496, -1.54926 48.67496, -1.54926 48.67496, -1.54926 48.67496, -1.54926 48.67496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6389'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68962 -1.54925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68962 -1.54925)"^^geo:wktLiteral ;
  geo-pos:lat "48.68962"^^xsd:decimal ;
  geo-pos:long "-1.54925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6664'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54925'^^xsd:double;
  dwc:latitude '48.68962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54925 48.68962, -1.54925 48.68962, -1.54925 48.68962, -1.54925 48.68962, -1.54925 48.68962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6664'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69306 -1.54925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69306 -1.54925)"^^geo:wktLiteral ;
  geo-pos:lat "48.69306"^^xsd:decimal ;
  geo-pos:long "-1.54925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1358'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54925'^^xsd:double;
  dwc:latitude '48.69306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54925 48.69306, -1.54925 48.69306, -1.54925 48.69306, -1.54925 48.69306, -1.54925 48.69306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1358'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72524 -1.54924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72524 -1.54924)"^^geo:wktLiteral ;
  geo-pos:lat "48.72524"^^xsd:decimal ;
  geo-pos:long "-1.54924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5575'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54924'^^xsd:double;
  dwc:latitude '48.72524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54924 48.72524, -1.54924 48.72524, -1.54924 48.72524, -1.54924 48.72524, -1.54924 48.72524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5575'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72733 -1.54923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72733 -1.54923)"^^geo:wktLiteral ;
  geo-pos:lat "48.72733"^^xsd:decimal ;
  geo-pos:long "-1.54923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3465'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54923'^^xsd:double;
  dwc:latitude '48.72733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54923 48.72733, -1.54923 48.72733, -1.54923 48.72733, -1.54923 48.72733, -1.54923 48.72733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3465'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65955 -1.54922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65955 -1.54922)"^^geo:wktLiteral ;
  geo-pos:lat "48.65955"^^xsd:decimal ;
  geo-pos:long "-1.54922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11468'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '14.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54922'^^xsd:double;
  dwc:latitude '48.65955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54922 48.65955, -1.54922 48.65955, -1.54922 48.65955, -1.54922 48.65955, -1.54922 48.65955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11468'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68215 -1.54922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68215 -1.54922)"^^geo:wktLiteral ;
  geo-pos:lat "48.68215"^^xsd:decimal ;
  geo-pos:long "-1.54922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_533'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54922'^^xsd:double;
  dwc:latitude '48.68215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54922 48.68215, -1.54922 48.68215, -1.54922 48.68215, -1.54922 48.68215, -1.54922 48.68215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_533'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6905 -1.54921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6905 -1.54921)"^^geo:wktLiteral ;
  geo-pos:lat "48.6905"^^xsd:decimal ;
  geo-pos:long "-1.54921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_34'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_34'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54921'^^xsd:double;
  dwc:latitude '48.6905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54921 48.6905, -1.54921 48.6905, -1.54921 48.6905, -1.54921 48.6905, -1.54921 48.6905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_34'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69745 -1.54921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69745 -1.54921)"^^geo:wktLiteral ;
  geo-pos:lat "48.69745"^^xsd:decimal ;
  geo-pos:long "-1.54921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5276'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54921'^^xsd:double;
  dwc:latitude '48.69745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54921 48.69745, -1.54921 48.69745, -1.54921 48.69745, -1.54921 48.69745, -1.54921 48.69745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5276'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69161 -1.5492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69161 -1.5492)"^^geo:wktLiteral ;
  geo-pos:lat "48.69161"^^xsd:decimal ;
  geo-pos:long "-1.5492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1423'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5492'^^xsd:double;
  dwc:latitude '48.69161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5492 48.69161, -1.5492 48.69161, -1.5492 48.69161, -1.5492 48.69161, -1.5492 48.69161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1423'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72351 -1.5492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72351 -1.5492)"^^geo:wktLiteral ;
  geo-pos:lat "48.72351"^^xsd:decimal ;
  geo-pos:long "-1.5492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10408'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5492'^^xsd:double;
  dwc:latitude '48.72351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5492 48.72351, -1.5492 48.72351, -1.5492 48.72351, -1.5492 48.72351, -1.5492 48.72351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10408'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69263 -1.54919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69263 -1.54919)"^^geo:wktLiteral ;
  geo-pos:lat "48.69263"^^xsd:decimal ;
  geo-pos:long "-1.54919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1529'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54919'^^xsd:double;
  dwc:latitude '48.69263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54919 48.69263, -1.54919 48.69263, -1.54919 48.69263, -1.54919 48.69263, -1.54919 48.69263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1529'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72002 -1.54919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72002 -1.54919)"^^geo:wktLiteral ;
  geo-pos:lat "48.72002"^^xsd:decimal ;
  geo-pos:long "-1.54919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_270'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54919'^^xsd:double;
  dwc:latitude '48.72002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54919 48.72002, -1.54919 48.72002, -1.54919 48.72002, -1.54919 48.72002, -1.54919 48.72002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_270'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73057 -1.54919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73057 -1.54919)"^^geo:wktLiteral ;
  geo-pos:lat "48.73057"^^xsd:decimal ;
  geo-pos:long "-1.54919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6259'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54919'^^xsd:double;
  dwc:latitude '48.73057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54919 48.73057, -1.54919 48.73057, -1.54919 48.73057, -1.54919 48.73057, -1.54919 48.73057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6259'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71996 -1.54916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71996"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71996 -1.54916)"^^geo:wktLiteral ;
  geo-pos:lat "48.71996"^^xsd:decimal ;
  geo-pos:long "-1.54916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2985'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54916'^^xsd:double;
  dwc:latitude '48.71996'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54916 48.71996, -1.54916 48.71996, -1.54916 48.71996, -1.54916 48.71996, -1.54916 48.71996))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2985'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.54911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.54911)"^^geo:wktLiteral ;
  geo-pos:lat "48.69252"^^xsd:decimal ;
  geo-pos:long "-1.54911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5384'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54911'^^xsd:double;
  dwc:latitude '48.69252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54911 48.69252, -1.54911 48.69252, -1.54911 48.69252, -1.54911 48.69252, -1.54911 48.69252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5384'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72676 -1.54911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72676 -1.54911)"^^geo:wktLiteral ;
  geo-pos:lat "48.72676"^^xsd:decimal ;
  geo-pos:long "-1.54911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9870'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54911'^^xsd:double;
  dwc:latitude '48.72676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54911 48.72676, -1.54911 48.72676, -1.54911 48.72676, -1.54911 48.72676, -1.54911 48.72676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9870'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70939 -1.5491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70939 -1.5491)"^^geo:wktLiteral ;
  geo-pos:lat "48.70939"^^xsd:decimal ;
  geo-pos:long "-1.5491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1264'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5491'^^xsd:double;
  dwc:latitude '48.70939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5491 48.70939, -1.5491 48.70939, -1.5491 48.70939, -1.5491 48.70939, -1.5491 48.70939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1264'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.54909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.54909)"^^geo:wktLiteral ;
  geo-pos:lat "48.69214"^^xsd:decimal ;
  geo-pos:long "-1.54909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5233'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54909'^^xsd:double;
  dwc:latitude '48.69214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54909 48.69214, -1.54909 48.69214, -1.54909 48.69214, -1.54909 48.69214, -1.54909 48.69214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5233'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70036 -1.54909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70036 -1.54909)"^^geo:wktLiteral ;
  geo-pos:lat "48.70036"^^xsd:decimal ;
  geo-pos:long "-1.54909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7226'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54909'^^xsd:double;
  dwc:latitude '48.70036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54909 48.70036, -1.54909 48.70036, -1.54909 48.70036, -1.54909 48.70036, -1.54909 48.70036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7226'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71051 -1.54908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71051 -1.54908)"^^geo:wktLiteral ;
  geo-pos:lat "48.71051"^^xsd:decimal ;
  geo-pos:long "-1.54908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2218'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54908'^^xsd:double;
  dwc:latitude '48.71051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54908 48.71051, -1.54908 48.71051, -1.54908 48.71051, -1.54908 48.71051, -1.54908 48.71051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2218'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66107 -1.54907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66107 -1.54907)"^^geo:wktLiteral ;
  geo-pos:lat "48.66107"^^xsd:decimal ;
  geo-pos:long "-1.54907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7061'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54907'^^xsd:double;
  dwc:latitude '48.66107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54907 48.66107, -1.54907 48.66107, -1.54907 48.66107, -1.54907 48.66107, -1.54907 48.66107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7061'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71228 -1.54906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71228 -1.54906)"^^geo:wktLiteral ;
  geo-pos:lat "48.71228"^^xsd:decimal ;
  geo-pos:long "-1.54906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2217'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54906'^^xsd:double;
  dwc:latitude '48.71228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54906 48.71228, -1.54906 48.71228, -1.54906 48.71228, -1.54906 48.71228, -1.54906 48.71228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2217'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68869 -1.54904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68869 -1.54904)"^^geo:wktLiteral ;
  geo-pos:lat "48.68869"^^xsd:decimal ;
  geo-pos:long "-1.54904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2262'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54904'^^xsd:double;
  dwc:latitude '48.68869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54904 48.68869, -1.54904 48.68869, -1.54904 48.68869, -1.54904 48.68869, -1.54904 48.68869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2262'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69231 -1.54904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69231 -1.54904)"^^geo:wktLiteral ;
  geo-pos:lat "48.69231"^^xsd:decimal ;
  geo-pos:long "-1.54904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1324'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54904'^^xsd:double;
  dwc:latitude '48.69231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54904 48.69231, -1.54904 48.69231, -1.54904 48.69231, -1.54904 48.69231, -1.54904 48.69231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1324'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2841> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68777 -1.54903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68777 -1.54903)"^^geo:wktLiteral ;
  geo-pos:lat "48.68777"^^xsd:decimal ;
  geo-pos:long "-1.54903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2841'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2841'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54903'^^xsd:double;
  dwc:latitude '48.68777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54903 48.68777, -1.54903 48.68777, -1.54903 48.68777, -1.54903 48.68777, -1.54903 48.68777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2841'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67503 -1.54902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67503 -1.54902)"^^geo:wktLiteral ;
  geo-pos:lat "48.67503"^^xsd:decimal ;
  geo-pos:long "-1.54902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6137'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54902'^^xsd:double;
  dwc:latitude '48.67503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54902 48.67503, -1.54902 48.67503, -1.54902 48.67503, -1.54902 48.67503, -1.54902 48.67503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6137'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70482 -1.54902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70482 -1.54902)"^^geo:wktLiteral ;
  geo-pos:lat "48.70482"^^xsd:decimal ;
  geo-pos:long "-1.54902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6342'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54902'^^xsd:double;
  dwc:latitude '48.70482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54902 48.70482, -1.54902 48.70482, -1.54902 48.70482, -1.54902 48.70482, -1.54902 48.70482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6342'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73015 -1.54902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73015"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73015 -1.54902)"^^geo:wktLiteral ;
  geo-pos:lat "48.73015"^^xsd:decimal ;
  geo-pos:long "-1.54902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6949'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54902'^^xsd:double;
  dwc:latitude '48.73015'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54902 48.73015, -1.54902 48.73015, -1.54902 48.73015, -1.54902 48.73015, -1.54902 48.73015))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6949'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72422 -1.54901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72422 -1.54901)"^^geo:wktLiteral ;
  geo-pos:lat "48.72422"^^xsd:decimal ;
  geo-pos:long "-1.54901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6256'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54901'^^xsd:double;
  dwc:latitude '48.72422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54901 48.72422, -1.54901 48.72422, -1.54901 48.72422, -1.54901 48.72422, -1.54901 48.72422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6256'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72079 -1.549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72079 -1.549)"^^geo:wktLiteral ;
  geo-pos:lat "48.72079"^^xsd:decimal ;
  geo-pos:long "-1.549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1009'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.549'^^xsd:double;
  dwc:latitude '48.72079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.549 48.72079, -1.549 48.72079, -1.549 48.72079, -1.549 48.72079, -1.549 48.72079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1009'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69263 -1.54899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69263 -1.54899)"^^geo:wktLiteral ;
  geo-pos:lat "48.69263"^^xsd:decimal ;
  geo-pos:long "-1.54899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1074'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54899'^^xsd:double;
  dwc:latitude '48.69263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54899 48.69263, -1.54899 48.69263, -1.54899 48.69263, -1.54899 48.69263, -1.54899 48.69263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1074'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69364 -1.54899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69364"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69364 -1.54899)"^^geo:wktLiteral ;
  geo-pos:lat "48.69364"^^xsd:decimal ;
  geo-pos:long "-1.54899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4224'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54899'^^xsd:double;
  dwc:latitude '48.69364'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54899 48.69364, -1.54899 48.69364, -1.54899 48.69364, -1.54899 48.69364, -1.54899 48.69364))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4224'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1805> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70766 -1.54899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70766 -1.54899)"^^geo:wktLiteral ;
  geo-pos:lat "48.70766"^^xsd:decimal ;
  geo-pos:long "-1.54899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1805'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1805'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54899'^^xsd:double;
  dwc:latitude '48.70766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54899 48.70766, -1.54899 48.70766, -1.54899 48.70766, -1.54899 48.70766, -1.54899 48.70766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1805'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69189 -1.54898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69189 -1.54898)"^^geo:wktLiteral ;
  geo-pos:lat "48.69189"^^xsd:decimal ;
  geo-pos:long "-1.54898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4164'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54898'^^xsd:double;
  dwc:latitude '48.69189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54898 48.69189, -1.54898 48.69189, -1.54898 48.69189, -1.54898 48.69189, -1.54898 48.69189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4164'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69331 -1.54898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69331 -1.54898)"^^geo:wktLiteral ;
  geo-pos:lat "48.69331"^^xsd:decimal ;
  geo-pos:long "-1.54898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6144'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54898'^^xsd:double;
  dwc:latitude '48.69331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54898 48.69331, -1.54898 48.69331, -1.54898 48.69331, -1.54898 48.69331, -1.54898 48.69331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6144'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69458 -1.54898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69458 -1.54898)"^^geo:wktLiteral ;
  geo-pos:lat "48.69458"^^xsd:decimal ;
  geo-pos:long "-1.54898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3295'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54898'^^xsd:double;
  dwc:latitude '48.69458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54898 48.69458, -1.54898 48.69458, -1.54898 48.69458, -1.54898 48.69458, -1.54898 48.69458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3295'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71474 -1.54898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71474 -1.54898)"^^geo:wktLiteral ;
  geo-pos:lat "48.71474"^^xsd:decimal ;
  geo-pos:long "-1.54898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_834'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54898'^^xsd:double;
  dwc:latitude '48.71474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54898 48.71474, -1.54898 48.71474, -1.54898 48.71474, -1.54898 48.71474, -1.54898 48.71474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_834'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69334 -1.54896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69334 -1.54896)"^^geo:wktLiteral ;
  geo-pos:lat "48.69334"^^xsd:decimal ;
  geo-pos:long "-1.54896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4073'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54896'^^xsd:double;
  dwc:latitude '48.69334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54896 48.69334, -1.54896 48.69334, -1.54896 48.69334, -1.54896 48.69334, -1.54896 48.69334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4073'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70986 -1.54896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70986 -1.54896)"^^geo:wktLiteral ;
  geo-pos:lat "48.70986"^^xsd:decimal ;
  geo-pos:long "-1.54896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3139'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54896'^^xsd:double;
  dwc:latitude '48.70986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54896 48.70986, -1.54896 48.70986, -1.54896 48.70986, -1.54896 48.70986, -1.54896 48.70986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3139'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71013 -1.54896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71013 -1.54896)"^^geo:wktLiteral ;
  geo-pos:lat "48.71013"^^xsd:decimal ;
  geo-pos:long "-1.54896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2095'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54896'^^xsd:double;
  dwc:latitude '48.71013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54896 48.71013, -1.54896 48.71013, -1.54896 48.71013, -1.54896 48.71013, -1.54896 48.71013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2095'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71365 -1.54896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71365 -1.54896)"^^geo:wktLiteral ;
  geo-pos:lat "48.71365"^^xsd:decimal ;
  geo-pos:long "-1.54896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4602'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54896'^^xsd:double;
  dwc:latitude '48.71365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54896 48.71365, -1.54896 48.71365, -1.54896 48.71365, -1.54896 48.71365, -1.54896 48.71365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4602'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6921 -1.54894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6921 -1.54894)"^^geo:wktLiteral ;
  geo-pos:lat "48.6921"^^xsd:decimal ;
  geo-pos:long "-1.54894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1592'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54894'^^xsd:double;
  dwc:latitude '48.6921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54894 48.6921, -1.54894 48.6921, -1.54894 48.6921, -1.54894 48.6921, -1.54894 48.6921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1592'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68339 -1.54893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68339 -1.54893)"^^geo:wktLiteral ;
  geo-pos:lat "48.68339"^^xsd:decimal ;
  geo-pos:long "-1.54893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7846'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54893'^^xsd:double;
  dwc:latitude '48.68339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54893 48.68339, -1.54893 48.68339, -1.54893 48.68339, -1.54893 48.68339, -1.54893 48.68339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7846'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6899 -1.54892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6899 -1.54892)"^^geo:wktLiteral ;
  geo-pos:lat "48.6899"^^xsd:decimal ;
  geo-pos:long "-1.54892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6500'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54892'^^xsd:double;
  dwc:latitude '48.6899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54892 48.6899, -1.54892 48.6899, -1.54892 48.6899, -1.54892 48.6899, -1.54892 48.6899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6500'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71604 -1.54891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71604 -1.54891)"^^geo:wktLiteral ;
  geo-pos:lat "48.71604"^^xsd:decimal ;
  geo-pos:long "-1.54891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3283'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54891'^^xsd:double;
  dwc:latitude '48.71604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54891 48.71604, -1.54891 48.71604, -1.54891 48.71604, -1.54891 48.71604, -1.54891 48.71604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3283'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72683 -1.54891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72683 -1.54891)"^^geo:wktLiteral ;
  geo-pos:lat "48.72683"^^xsd:decimal ;
  geo-pos:long "-1.54891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_408'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54891'^^xsd:double;
  dwc:latitude '48.72683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54891 48.72683, -1.54891 48.72683, -1.54891 48.72683, -1.54891 48.72683, -1.54891 48.72683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_408'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69251 -1.54889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69251"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69251 -1.54889)"^^geo:wktLiteral ;
  geo-pos:lat "48.69251"^^xsd:decimal ;
  geo-pos:long "-1.54889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4351'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54889'^^xsd:double;
  dwc:latitude '48.69251'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54889 48.69251, -1.54889 48.69251, -1.54889 48.69251, -1.54889 48.69251, -1.54889 48.69251))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4351'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69208 -1.54888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69208"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69208 -1.54888)"^^geo:wktLiteral ;
  geo-pos:lat "48.69208"^^xsd:decimal ;
  geo-pos:long "-1.54888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1837'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54888'^^xsd:double;
  dwc:latitude '48.69208'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54888 48.69208, -1.54888 48.69208, -1.54888 48.69208, -1.54888 48.69208, -1.54888 48.69208))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1837'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69236 -1.54888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69236 -1.54888)"^^geo:wktLiteral ;
  geo-pos:lat "48.69236"^^xsd:decimal ;
  geo-pos:long "-1.54888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3397'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54888'^^xsd:double;
  dwc:latitude '48.69236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54888 48.69236, -1.54888 48.69236, -1.54888 48.69236, -1.54888 48.69236, -1.54888 48.69236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3397'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69829 -1.54888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69829 -1.54888)"^^geo:wktLiteral ;
  geo-pos:lat "48.69829"^^xsd:decimal ;
  geo-pos:long "-1.54888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7105'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54888'^^xsd:double;
  dwc:latitude '48.69829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54888 48.69829, -1.54888 48.69829, -1.54888 48.69829, -1.54888 48.69829, -1.54888 48.69829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7105'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7221 -1.54888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7221 -1.54888)"^^geo:wktLiteral ;
  geo-pos:lat "48.7221"^^xsd:decimal ;
  geo-pos:long "-1.54888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2308'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54888'^^xsd:double;
  dwc:latitude '48.7221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54888 48.7221, -1.54888 48.7221, -1.54888 48.7221, -1.54888 48.7221, -1.54888 48.7221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2308'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -1.54886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6617"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6617 -1.54886)"^^geo:wktLiteral ;
  geo-pos:lat "48.6617"^^xsd:decimal ;
  geo-pos:long "-1.54886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3122'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54886'^^xsd:double;
  dwc:latitude '48.6617'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54886 48.6617, -1.54886 48.6617, -1.54886 48.6617, -1.54886 48.6617, -1.54886 48.6617))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3122'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72095 -1.54886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72095 -1.54886)"^^geo:wktLiteral ;
  geo-pos:lat "48.72095"^^xsd:decimal ;
  geo-pos:long "-1.54886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4354'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54886'^^xsd:double;
  dwc:latitude '48.72095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54886 48.72095, -1.54886 48.72095, -1.54886 48.72095, -1.54886 48.72095, -1.54886 48.72095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4354'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7152 -1.54885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7152"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7152 -1.54885)"^^geo:wktLiteral ;
  geo-pos:lat "48.7152"^^xsd:decimal ;
  geo-pos:long "-1.54885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3968'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54885'^^xsd:double;
  dwc:latitude '48.7152'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54885 48.7152, -1.54885 48.7152, -1.54885 48.7152, -1.54885 48.7152, -1.54885 48.7152))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3968'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69121 -1.54884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69121 -1.54884)"^^geo:wktLiteral ;
  geo-pos:lat "48.69121"^^xsd:decimal ;
  geo-pos:long "-1.54884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_952'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54884'^^xsd:double;
  dwc:latitude '48.69121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54884 48.69121, -1.54884 48.69121, -1.54884 48.69121, -1.54884 48.69121, -1.54884 48.69121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_952'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69062 -1.54882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69062 -1.54882)"^^geo:wktLiteral ;
  geo-pos:lat "48.69062"^^xsd:decimal ;
  geo-pos:long "-1.54882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6069'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54882'^^xsd:double;
  dwc:latitude '48.69062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54882 48.69062, -1.54882 48.69062, -1.54882 48.69062, -1.54882 48.69062, -1.54882 48.69062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6069'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66404 -1.54881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66404 -1.54881)"^^geo:wktLiteral ;
  geo-pos:lat "48.66404"^^xsd:decimal ;
  geo-pos:long "-1.54881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7154'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54881'^^xsd:double;
  dwc:latitude '48.66404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54881 48.66404, -1.54881 48.66404, -1.54881 48.66404, -1.54881 48.66404, -1.54881 48.66404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7154'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7237 -1.5488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7237 -1.5488)"^^geo:wktLiteral ;
  geo-pos:lat "48.7237"^^xsd:decimal ;
  geo-pos:long "-1.5488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_641'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5488'^^xsd:double;
  dwc:latitude '48.7237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5488 48.7237, -1.5488 48.7237, -1.5488 48.7237, -1.5488 48.7237, -1.5488 48.7237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_641'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69162 -1.54879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69162 -1.54879)"^^geo:wktLiteral ;
  geo-pos:lat "48.69162"^^xsd:decimal ;
  geo-pos:long "-1.54879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7206'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54879'^^xsd:double;
  dwc:latitude '48.69162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54879 48.69162, -1.54879 48.69162, -1.54879 48.69162, -1.54879 48.69162, -1.54879 48.69162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7206'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71107 -1.54879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71107 -1.54879)"^^geo:wktLiteral ;
  geo-pos:lat "48.71107"^^xsd:decimal ;
  geo-pos:long "-1.54879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4478'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54879'^^xsd:double;
  dwc:latitude '48.71107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54879 48.71107, -1.54879 48.71107, -1.54879 48.71107, -1.54879 48.71107, -1.54879 48.71107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4478'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66278 -1.54878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66278 -1.54878)"^^geo:wktLiteral ;
  geo-pos:lat "48.66278"^^xsd:decimal ;
  geo-pos:long "-1.54878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3175'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54878'^^xsd:double;
  dwc:latitude '48.66278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54878 48.66278, -1.54878 48.66278, -1.54878 48.66278, -1.54878 48.66278, -1.54878 48.66278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3175'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.54878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69558 -1.54878)"^^geo:wktLiteral ;
  geo-pos:lat "48.69558"^^xsd:decimal ;
  geo-pos:long "-1.54878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10344'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54878'^^xsd:double;
  dwc:latitude '48.69558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54878 48.69558, -1.54878 48.69558, -1.54878 48.69558, -1.54878 48.69558, -1.54878 48.69558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10344'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66001 -1.54877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66001 -1.54877)"^^geo:wktLiteral ;
  geo-pos:lat "48.66001"^^xsd:decimal ;
  geo-pos:long "-1.54877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_6362'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54877'^^xsd:double;
  dwc:latitude '48.66001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54877 48.66001, -1.54877 48.66001, -1.54877 48.66001, -1.54877 48.66001, -1.54877 48.66001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6362'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7211 -1.54877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7211 -1.54877)"^^geo:wktLiteral ;
  geo-pos:lat "48.7211"^^xsd:decimal ;
  geo-pos:long "-1.54877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_307'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54877'^^xsd:double;
  dwc:latitude '48.7211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54877 48.7211, -1.54877 48.7211, -1.54877 48.7211, -1.54877 48.7211, -1.54877 48.7211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_307'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70074 -1.54874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70074 -1.54874)"^^geo:wktLiteral ;
  geo-pos:lat "48.70074"^^xsd:decimal ;
  geo-pos:long "-1.54874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4765'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54874'^^xsd:double;
  dwc:latitude '48.70074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54874 48.70074, -1.54874 48.70074, -1.54874 48.70074, -1.54874 48.70074, -1.54874 48.70074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4765'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6982 -1.54873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6982 -1.54873)"^^geo:wktLiteral ;
  geo-pos:lat "48.6982"^^xsd:decimal ;
  geo-pos:long "-1.54873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4267'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54873'^^xsd:double;
  dwc:latitude '48.6982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54873 48.6982, -1.54873 48.6982, -1.54873 48.6982, -1.54873 48.6982, -1.54873 48.6982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4267'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69175 -1.54872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69175 -1.54872)"^^geo:wktLiteral ;
  geo-pos:lat "48.69175"^^xsd:decimal ;
  geo-pos:long "-1.54872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1488'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54872'^^xsd:double;
  dwc:latitude '48.69175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54872 48.69175, -1.54872 48.69175, -1.54872 48.69175, -1.54872 48.69175, -1.54872 48.69175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1488'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69228 -1.54872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69228 -1.54872)"^^geo:wktLiteral ;
  geo-pos:lat "48.69228"^^xsd:decimal ;
  geo-pos:long "-1.54872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5277'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54872'^^xsd:double;
  dwc:latitude '48.69228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54872 48.69228, -1.54872 48.69228, -1.54872 48.69228, -1.54872 48.69228, -1.54872 48.69228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5277'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69314 -1.54872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69314 -1.54872)"^^geo:wktLiteral ;
  geo-pos:lat "48.69314"^^xsd:decimal ;
  geo-pos:long "-1.54872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10303'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54872'^^xsd:double;
  dwc:latitude '48.69314'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54872 48.69314, -1.54872 48.69314, -1.54872 48.69314, -1.54872 48.69314, -1.54872 48.69314))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10303'^^xsd:string;
  dwc:observationDate '2008-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72373 -1.54872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72373"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72373 -1.54872)"^^geo:wktLiteral ;
  geo-pos:lat "48.72373"^^xsd:decimal ;
  geo-pos:long "-1.54872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_599'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54872'^^xsd:double;
  dwc:latitude '48.72373'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54872 48.72373, -1.54872 48.72373, -1.54872 48.72373, -1.54872 48.72373, -1.54872 48.72373))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_599'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65222 -1.54871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65222 -1.54871)"^^geo:wktLiteral ;
  geo-pos:lat "48.65222"^^xsd:decimal ;
  geo-pos:long "-1.54871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_427'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54871'^^xsd:double;
  dwc:latitude '48.65222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54871 48.65222, -1.54871 48.65222, -1.54871 48.65222, -1.54871 48.65222, -1.54871 48.65222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_427'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69426 -1.54871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69426 -1.54871)"^^geo:wktLiteral ;
  geo-pos:lat "48.69426"^^xsd:decimal ;
  geo-pos:long "-1.54871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_7769'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54871'^^xsd:double;
  dwc:latitude '48.69426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54871 48.69426, -1.54871 48.69426, -1.54871 48.69426, -1.54871 48.69426, -1.54871 48.69426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7769'^^xsd:string;
  dwc:observationDate '2007-11-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71078 -1.54871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71078 -1.54871)"^^geo:wktLiteral ;
  geo-pos:lat "48.71078"^^xsd:decimal ;
  geo-pos:long "-1.54871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7995'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54871'^^xsd:double;
  dwc:latitude '48.71078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54871 48.71078, -1.54871 48.71078, -1.54871 48.71078, -1.54871 48.71078, -1.54871 48.71078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7995'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7293 -1.5487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7293 -1.5487)"^^geo:wktLiteral ;
  geo-pos:lat "48.7293"^^xsd:decimal ;
  geo-pos:long "-1.5487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_690'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5487'^^xsd:double;
  dwc:latitude '48.7293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5487 48.7293, -1.5487 48.7293, -1.5487 48.7293, -1.5487 48.7293, -1.5487 48.7293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_690'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.54869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.54869)"^^geo:wktLiteral ;
  geo-pos:lat "48.69214"^^xsd:decimal ;
  geo-pos:long "-1.54869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_418'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54869'^^xsd:double;
  dwc:latitude '48.69214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54869 48.69214, -1.54869 48.69214, -1.54869 48.69214, -1.54869 48.69214, -1.54869 48.69214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_418'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1790> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64807 -1.54867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64807 -1.54867)"^^geo:wktLiteral ;
  geo-pos:lat "48.64807"^^xsd:decimal ;
  geo-pos:long "-1.54867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1790'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1790'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54867'^^xsd:double;
  dwc:latitude '48.64807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54867 48.64807, -1.54867 48.64807, -1.54867 48.64807, -1.54867 48.64807, -1.54867 48.64807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1790'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65575 -1.54866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65575 -1.54866)"^^geo:wktLiteral ;
  geo-pos:lat "48.65575"^^xsd:decimal ;
  geo-pos:long "-1.54866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12649'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54866'^^xsd:double;
  dwc:latitude '48.65575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54866 48.65575, -1.54866 48.65575, -1.54866 48.65575, -1.54866 48.65575, -1.54866 48.65575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12649'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68959 -1.54866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68959 -1.54866)"^^geo:wktLiteral ;
  geo-pos:lat "48.68959"^^xsd:decimal ;
  geo-pos:long "-1.54866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1543'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54866'^^xsd:double;
  dwc:latitude '48.68959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54866 48.68959, -1.54866 48.68959, -1.54866 48.68959, -1.54866 48.68959, -1.54866 48.68959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1543'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69185 -1.54863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69185"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69185 -1.54863)"^^geo:wktLiteral ;
  geo-pos:lat "48.69185"^^xsd:decimal ;
  geo-pos:long "-1.54863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1424'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54863'^^xsd:double;
  dwc:latitude '48.69185'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54863 48.69185, -1.54863 48.69185, -1.54863 48.69185, -1.54863 48.69185, -1.54863 48.69185))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1424'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69556 -1.54863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69556 -1.54863)"^^geo:wktLiteral ;
  geo-pos:lat "48.69556"^^xsd:decimal ;
  geo-pos:long "-1.54863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1465'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54863'^^xsd:double;
  dwc:latitude '48.69556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54863 48.69556, -1.54863 48.69556, -1.54863 48.69556, -1.54863 48.69556, -1.54863 48.69556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1465'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65643 -1.54862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65643 -1.54862)"^^geo:wktLiteral ;
  geo-pos:lat "48.65643"^^xsd:decimal ;
  geo-pos:long "-1.54862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3591'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54862'^^xsd:double;
  dwc:latitude '48.65643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54862 48.65643, -1.54862 48.65643, -1.54862 48.65643, -1.54862 48.65643, -1.54862 48.65643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3591'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70113 -1.54861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70113 -1.54861)"^^geo:wktLiteral ;
  geo-pos:lat "48.70113"^^xsd:decimal ;
  geo-pos:long "-1.54861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1335'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54861'^^xsd:double;
  dwc:latitude '48.70113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54861 48.70113, -1.54861 48.70113, -1.54861 48.70113, -1.54861 48.70113, -1.54861 48.70113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1335'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70794 -1.54861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70794 -1.54861)"^^geo:wktLiteral ;
  geo-pos:lat "48.70794"^^xsd:decimal ;
  geo-pos:long "-1.54861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9455'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54861'^^xsd:double;
  dwc:latitude '48.70794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54861 48.70794, -1.54861 48.70794, -1.54861 48.70794, -1.54861 48.70794, -1.54861 48.70794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9455'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7248 -1.54861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7248 -1.54861)"^^geo:wktLiteral ;
  geo-pos:lat "48.7248"^^xsd:decimal ;
  geo-pos:long "-1.54861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1008'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54861'^^xsd:double;
  dwc:latitude '48.7248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54861 48.7248, -1.54861 48.7248, -1.54861 48.7248, -1.54861 48.7248, -1.54861 48.7248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1008'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66004 -1.5486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66004 -1.5486)"^^geo:wktLiteral ;
  geo-pos:lat "48.66004"^^xsd:decimal ;
  geo-pos:long "-1.5486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7064'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5486'^^xsd:double;
  dwc:latitude '48.66004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5486 48.66004, -1.5486 48.66004, -1.5486 48.66004, -1.5486 48.66004, -1.5486 48.66004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7064'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7078 -1.5486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7078 -1.5486)"^^geo:wktLiteral ;
  geo-pos:lat "48.7078"^^xsd:decimal ;
  geo-pos:long "-1.5486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7637'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5486'^^xsd:double;
  dwc:latitude '48.7078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5486 48.7078, -1.5486 48.7078, -1.5486 48.7078, -1.5486 48.7078, -1.5486 48.7078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7637'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72554 -1.54859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72554 -1.54859)"^^geo:wktLiteral ;
  geo-pos:lat "48.72554"^^xsd:decimal ;
  geo-pos:long "-1.54859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_9370'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54859'^^xsd:double;
  dwc:latitude '48.72554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54859 48.72554, -1.54859 48.72554, -1.54859 48.72554, -1.54859 48.72554, -1.54859 48.72554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9370'^^xsd:string;
  dwc:observationDate '2008-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69257 -1.54858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69257 -1.54858)"^^geo:wktLiteral ;
  geo-pos:lat "48.69257"^^xsd:decimal ;
  geo-pos:long "-1.54858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3814'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54858'^^xsd:double;
  dwc:latitude '48.69257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54858 48.69257, -1.54858 48.69257, -1.54858 48.69257, -1.54858 48.69257, -1.54858 48.69257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3814'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69235 -1.54857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69235"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69235 -1.54857)"^^geo:wktLiteral ;
  geo-pos:lat "48.69235"^^xsd:decimal ;
  geo-pos:long "-1.54857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5728'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54857'^^xsd:double;
  dwc:latitude '48.69235'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54857 48.69235, -1.54857 48.69235, -1.54857 48.69235, -1.54857 48.69235, -1.54857 48.69235))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5728'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70785 -1.54857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70785 -1.54857)"^^geo:wktLiteral ;
  geo-pos:lat "48.70785"^^xsd:decimal ;
  geo-pos:long "-1.54857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2365'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54857'^^xsd:double;
  dwc:latitude '48.70785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54857 48.70785, -1.54857 48.70785, -1.54857 48.70785, -1.54857 48.70785, -1.54857 48.70785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2365'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72571 -1.54854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72571 -1.54854)"^^geo:wktLiteral ;
  geo-pos:lat "48.72571"^^xsd:decimal ;
  geo-pos:long "-1.54854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_637'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54854'^^xsd:double;
  dwc:latitude '48.72571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54854 48.72571, -1.54854 48.72571, -1.54854 48.72571, -1.54854 48.72571, -1.54854 48.72571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_637'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70026 -1.54852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70026 -1.54852)"^^geo:wktLiteral ;
  geo-pos:lat "48.70026"^^xsd:decimal ;
  geo-pos:long "-1.54852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5020'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54852'^^xsd:double;
  dwc:latitude '48.70026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54852 48.70026, -1.54852 48.70026, -1.54852 48.70026, -1.54852 48.70026, -1.54852 48.70026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5020'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7265 -1.54852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7265"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7265 -1.54852)"^^geo:wktLiteral ;
  geo-pos:lat "48.7265"^^xsd:decimal ;
  geo-pos:long "-1.54852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5642'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54852'^^xsd:double;
  dwc:latitude '48.7265'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54852 48.7265, -1.54852 48.7265, -1.54852 48.7265, -1.54852 48.7265, -1.54852 48.7265))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5642'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67268 -1.54851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67268"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67268 -1.54851)"^^geo:wktLiteral ;
  geo-pos:lat "48.67268"^^xsd:decimal ;
  geo-pos:long "-1.54851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4393'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54851'^^xsd:double;
  dwc:latitude '48.67268'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54851 48.67268, -1.54851 48.67268, -1.54851 48.67268, -1.54851 48.67268, -1.54851 48.67268))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4393'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6916 -1.54851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6916 -1.54851)"^^geo:wktLiteral ;
  geo-pos:lat "48.6916"^^xsd:decimal ;
  geo-pos:long "-1.54851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5195'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54851'^^xsd:double;
  dwc:latitude '48.6916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54851 48.6916, -1.54851 48.6916, -1.54851 48.6916, -1.54851 48.6916, -1.54851 48.6916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5195'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69287 -1.5485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69287"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69287 -1.5485)"^^geo:wktLiteral ;
  geo-pos:lat "48.69287"^^xsd:decimal ;
  geo-pos:long "-1.5485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2221'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5485'^^xsd:double;
  dwc:latitude '48.69287'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5485 48.69287, -1.5485 48.69287, -1.5485 48.69287, -1.5485 48.69287, -1.5485 48.69287))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2221'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72167 -1.54849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72167"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72167 -1.54849)"^^geo:wktLiteral ;
  geo-pos:lat "48.72167"^^xsd:decimal ;
  geo-pos:long "-1.54849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1806'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54849'^^xsd:double;
  dwc:latitude '48.72167'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54849 48.72167, -1.54849 48.72167, -1.54849 48.72167, -1.54849 48.72167, -1.54849 48.72167))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1806'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68554 -1.54848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68554 -1.54848)"^^geo:wktLiteral ;
  geo-pos:lat "48.68554"^^xsd:decimal ;
  geo-pos:long "-1.54848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7043'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54848'^^xsd:double;
  dwc:latitude '48.68554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54848 48.68554, -1.54848 48.68554, -1.54848 48.68554, -1.54848 48.68554, -1.54848 48.68554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7043'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7081 -1.54848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7081 -1.54848)"^^geo:wktLiteral ;
  geo-pos:lat "48.7081"^^xsd:decimal ;
  geo-pos:long "-1.54848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7848'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54848'^^xsd:double;
  dwc:latitude '48.7081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54848 48.7081, -1.54848 48.7081, -1.54848 48.7081, -1.54848 48.7081, -1.54848 48.7081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7848'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.54846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.54846)"^^geo:wktLiteral ;
  geo-pos:lat "48.69252"^^xsd:decimal ;
  geo-pos:long "-1.54846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5254'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54846'^^xsd:double;
  dwc:latitude '48.69252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54846 48.69252, -1.54846 48.69252, -1.54846 48.69252, -1.54846 48.69252, -1.54846 48.69252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5254'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65914 -1.54845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65914 -1.54845)"^^geo:wktLiteral ;
  geo-pos:lat "48.65914"^^xsd:decimal ;
  geo-pos:long "-1.54845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7339'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54845'^^xsd:double;
  dwc:latitude '48.65914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54845 48.65914, -1.54845 48.65914, -1.54845 48.65914, -1.54845 48.65914, -1.54845 48.65914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7339'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68808 -1.54845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68808 -1.54845)"^^geo:wktLiteral ;
  geo-pos:lat "48.68808"^^xsd:decimal ;
  geo-pos:long "-1.54845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4274'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54845'^^xsd:double;
  dwc:latitude '48.68808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54845 48.68808, -1.54845 48.68808, -1.54845 48.68808, -1.54845 48.68808, -1.54845 48.68808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4274'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6904 -1.54845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6904 -1.54845)"^^geo:wktLiteral ;
  geo-pos:lat "48.6904"^^xsd:decimal ;
  geo-pos:long "-1.54845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4170'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.96666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54845'^^xsd:double;
  dwc:latitude '48.6904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54845 48.6904, -1.54845 48.6904, -1.54845 48.6904, -1.54845 48.6904, -1.54845 48.6904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4170'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.54845)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54845"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.54845)"^^geo:wktLiteral ;
  geo-pos:lat "48.70431"^^xsd:decimal ;
  geo-pos:long "-1.54845"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1329'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54845'^^xsd:double;
  dwc:latitude '48.70431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54845 48.70431, -1.54845 48.70431, -1.54845 48.70431, -1.54845 48.70431, -1.54845 48.70431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1329'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69108 -1.54844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69108 -1.54844)"^^geo:wktLiteral ;
  geo-pos:lat "48.69108"^^xsd:decimal ;
  geo-pos:long "-1.54844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5470'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54844'^^xsd:double;
  dwc:latitude '48.69108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54844 48.69108, -1.54844 48.69108, -1.54844 48.69108, -1.54844 48.69108, -1.54844 48.69108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5470'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70602 -1.54842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70602 -1.54842)"^^geo:wktLiteral ;
  geo-pos:lat "48.70602"^^xsd:decimal ;
  geo-pos:long "-1.54842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3354'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54842'^^xsd:double;
  dwc:latitude '48.70602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54842 48.70602, -1.54842 48.70602, -1.54842 48.70602, -1.54842 48.70602, -1.54842 48.70602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3354'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69152 -1.54841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69152"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69152 -1.54841)"^^geo:wktLiteral ;
  geo-pos:lat "48.69152"^^xsd:decimal ;
  geo-pos:long "-1.54841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4112'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '23.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54841'^^xsd:double;
  dwc:latitude '48.69152'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54841 48.69152, -1.54841 48.69152, -1.54841 48.69152, -1.54841 48.69152, -1.54841 48.69152))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4112'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69196 -1.54841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69196 -1.54841)"^^geo:wktLiteral ;
  geo-pos:lat "48.69196"^^xsd:decimal ;
  geo-pos:long "-1.54841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5235'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54841'^^xsd:double;
  dwc:latitude '48.69196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54841 48.69196, -1.54841 48.69196, -1.54841 48.69196, -1.54841 48.69196, -1.54841 48.69196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5235'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69333 -1.54841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69333 -1.54841)"^^geo:wktLiteral ;
  geo-pos:lat "48.69333"^^xsd:decimal ;
  geo-pos:long "-1.54841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1284'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54841'^^xsd:double;
  dwc:latitude '48.69333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54841 48.69333, -1.54841 48.69333, -1.54841 48.69333, -1.54841 48.69333, -1.54841 48.69333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1284'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3981> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71643 -1.54841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71643 -1.54841)"^^geo:wktLiteral ;
  geo-pos:lat "48.71643"^^xsd:decimal ;
  geo-pos:long "-1.54841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3981'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3981'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54841'^^xsd:double;
  dwc:latitude '48.71643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54841 48.71643, -1.54841 48.71643, -1.54841 48.71643, -1.54841 48.71643, -1.54841 48.71643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3981'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67169 -1.5484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67169 -1.5484)"^^geo:wktLiteral ;
  geo-pos:lat "48.67169"^^xsd:decimal ;
  geo-pos:long "-1.5484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6709'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5484'^^xsd:double;
  dwc:latitude '48.67169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5484 48.67169, -1.5484 48.67169, -1.5484 48.67169, -1.5484 48.67169, -1.5484 48.67169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6709'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69313 -1.5484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69313 -1.5484)"^^geo:wktLiteral ;
  geo-pos:lat "48.69313"^^xsd:decimal ;
  geo-pos:long "-1.5484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_137'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5484'^^xsd:double;
  dwc:latitude '48.69313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5484 48.69313, -1.5484 48.69313, -1.5484 48.69313, -1.5484 48.69313, -1.5484 48.69313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_137'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72023 -1.5484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72023 -1.5484)"^^geo:wktLiteral ;
  geo-pos:lat "48.72023"^^xsd:decimal ;
  geo-pos:long "-1.5484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_269'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5484'^^xsd:double;
  dwc:latitude '48.72023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5484 48.72023, -1.5484 48.72023, -1.5484 48.72023, -1.5484 48.72023, -1.5484 48.72023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_269'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66518 -1.54839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66518 -1.54839)"^^geo:wktLiteral ;
  geo-pos:lat "48.66518"^^xsd:decimal ;
  geo-pos:long "-1.54839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11058'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54839'^^xsd:double;
  dwc:latitude '48.66518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54839 48.66518, -1.54839 48.66518, -1.54839 48.66518, -1.54839 48.66518, -1.54839 48.66518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11058'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70561 -1.54839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70561 -1.54839)"^^geo:wktLiteral ;
  geo-pos:lat "48.70561"^^xsd:decimal ;
  geo-pos:long "-1.54839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_721'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54839'^^xsd:double;
  dwc:latitude '48.70561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54839 48.70561, -1.54839 48.70561, -1.54839 48.70561, -1.54839 48.70561, -1.54839 48.70561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_721'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66068 -1.54838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66068 -1.54838)"^^geo:wktLiteral ;
  geo-pos:lat "48.66068"^^xsd:decimal ;
  geo-pos:long "-1.54838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7342'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54838'^^xsd:double;
  dwc:latitude '48.66068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54838 48.66068, -1.54838 48.66068, -1.54838 48.66068, -1.54838 48.66068, -1.54838 48.66068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7342'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70427 -1.54838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70427 -1.54838)"^^geo:wktLiteral ;
  geo-pos:lat "48.70427"^^xsd:decimal ;
  geo-pos:long "-1.54838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6207'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54838'^^xsd:double;
  dwc:latitude '48.70427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54838 48.70427, -1.54838 48.70427, -1.54838 48.70427, -1.54838 48.70427, -1.54838 48.70427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6207'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72461 -1.54838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72461"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72461 -1.54838)"^^geo:wktLiteral ;
  geo-pos:lat "48.72461"^^xsd:decimal ;
  geo-pos:long "-1.54838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1007'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54838'^^xsd:double;
  dwc:latitude '48.72461'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54838 48.72461, -1.54838 48.72461, -1.54838 48.72461, -1.54838 48.72461, -1.54838 48.72461))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1007'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68994 -1.54837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68994 -1.54837)"^^geo:wktLiteral ;
  geo-pos:lat "48.68994"^^xsd:decimal ;
  geo-pos:long "-1.54837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5752'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54837'^^xsd:double;
  dwc:latitude '48.68994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54837 48.68994, -1.54837 48.68994, -1.54837 48.68994, -1.54837 48.68994, -1.54837 48.68994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5752'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69161 -1.54836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69161 -1.54836)"^^geo:wktLiteral ;
  geo-pos:lat "48.69161"^^xsd:decimal ;
  geo-pos:long "-1.54836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1561'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54836'^^xsd:double;
  dwc:latitude '48.69161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54836 48.69161, -1.54836 48.69161, -1.54836 48.69161, -1.54836 48.69161, -1.54836 48.69161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1561'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72351 -1.54835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72351 -1.54835)"^^geo:wktLiteral ;
  geo-pos:lat "48.72351"^^xsd:decimal ;
  geo-pos:long "-1.54835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9223'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54835'^^xsd:double;
  dwc:latitude '48.72351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54835 48.72351, -1.54835 48.72351, -1.54835 48.72351, -1.54835 48.72351, -1.54835 48.72351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9223'^^xsd:string;
  dwc:observationDate '2008-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69124 -1.54834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69124 -1.54834)"^^geo:wktLiteral ;
  geo-pos:lat "48.69124"^^xsd:decimal ;
  geo-pos:long "-1.54834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1578'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54834'^^xsd:double;
  dwc:latitude '48.69124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54834 48.69124, -1.54834 48.69124, -1.54834 48.69124, -1.54834 48.69124, -1.54834 48.69124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1578'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65146 -1.54832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65146 -1.54832)"^^geo:wktLiteral ;
  geo-pos:lat "48.65146"^^xsd:decimal ;
  geo-pos:long "-1.54832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_1789'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54832'^^xsd:double;
  dwc:latitude '48.65146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54832 48.65146, -1.54832 48.65146, -1.54832 48.65146, -1.54832 48.65146, -1.54832 48.65146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1789'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69114 -1.54832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69114 -1.54832)"^^geo:wktLiteral ;
  geo-pos:lat "48.69114"^^xsd:decimal ;
  geo-pos:long "-1.54832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3168'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54832'^^xsd:double;
  dwc:latitude '48.69114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54832 48.69114, -1.54832 48.69114, -1.54832 48.69114, -1.54832 48.69114, -1.54832 48.69114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3168'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69532 -1.54831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69532"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69532 -1.54831)"^^geo:wktLiteral ;
  geo-pos:lat "48.69532"^^xsd:decimal ;
  geo-pos:long "-1.54831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10052'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54831'^^xsd:double;
  dwc:latitude '48.69532'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54831 48.69532, -1.54831 48.69532, -1.54831 48.69532, -1.54831 48.69532, -1.54831 48.69532))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10052'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69128 -1.5483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69128 -1.5483)"^^geo:wktLiteral ;
  geo-pos:lat "48.69128"^^xsd:decimal ;
  geo-pos:long "-1.5483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4670'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5483'^^xsd:double;
  dwc:latitude '48.69128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5483 48.69128, -1.5483 48.69128, -1.5483 48.69128, -1.5483 48.69128, -1.5483 48.69128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4670'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72171 -1.5483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72171"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72171 -1.5483)"^^geo:wktLiteral ;
  geo-pos:lat "48.72171"^^xsd:decimal ;
  geo-pos:long "-1.5483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_300'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5483'^^xsd:double;
  dwc:latitude '48.72171'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5483 48.72171, -1.5483 48.72171, -1.5483 48.72171, -1.5483 48.72171, -1.5483 48.72171))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_300'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7289 -1.54829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7289 -1.54829)"^^geo:wktLiteral ;
  geo-pos:lat "48.7289"^^xsd:decimal ;
  geo-pos:long "-1.54829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2430'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54829'^^xsd:double;
  dwc:latitude '48.7289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54829 48.7289, -1.54829 48.7289, -1.54829 48.7289, -1.54829 48.7289, -1.54829 48.7289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2430'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68881 -1.54828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68881"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68881 -1.54828)"^^geo:wktLiteral ;
  geo-pos:lat "48.68881"^^xsd:decimal ;
  geo-pos:long "-1.54828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2123'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54828'^^xsd:double;
  dwc:latitude '48.68881'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54828 48.68881, -1.54828 48.68881, -1.54828 48.68881, -1.54828 48.68881, -1.54828 48.68881))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2123'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70701 -1.54828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70701 -1.54828)"^^geo:wktLiteral ;
  geo-pos:lat "48.70701"^^xsd:decimal ;
  geo-pos:long "-1.54828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10034'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54828'^^xsd:double;
  dwc:latitude '48.70701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54828 48.70701, -1.54828 48.70701, -1.54828 48.70701, -1.54828 48.70701, -1.54828 48.70701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10034'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68508 -1.54827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68508"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68508 -1.54827)"^^geo:wktLiteral ;
  geo-pos:lat "48.68508"^^xsd:decimal ;
  geo-pos:long "-1.54827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3596'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54827'^^xsd:double;
  dwc:latitude '48.68508'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54827 48.68508, -1.54827 48.68508, -1.54827 48.68508, -1.54827 48.68508, -1.54827 48.68508))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3596'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6917 -1.54827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6917 -1.54827)"^^geo:wktLiteral ;
  geo-pos:lat "48.6917"^^xsd:decimal ;
  geo-pos:long "-1.54827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_654'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54827'^^xsd:double;
  dwc:latitude '48.6917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54827 48.6917, -1.54827 48.6917, -1.54827 48.6917, -1.54827 48.6917, -1.54827 48.6917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_654'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72584 -1.54826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72584 -1.54826)"^^geo:wktLiteral ;
  geo-pos:lat "48.72584"^^xsd:decimal ;
  geo-pos:long "-1.54826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2742'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54826'^^xsd:double;
  dwc:latitude '48.72584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54826 48.72584, -1.54826 48.72584, -1.54826 48.72584, -1.54826 48.72584, -1.54826 48.72584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2742'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69183 -1.54824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69183"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69183 -1.54824)"^^geo:wktLiteral ;
  geo-pos:lat "48.69183"^^xsd:decimal ;
  geo-pos:long "-1.54824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4492'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54824'^^xsd:double;
  dwc:latitude '48.69183'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54824 48.69183, -1.54824 48.69183, -1.54824 48.69183, -1.54824 48.69183, -1.54824 48.69183))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4492'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70977 -1.54824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70977 -1.54824)"^^geo:wktLiteral ;
  geo-pos:lat "48.70977"^^xsd:decimal ;
  geo-pos:long "-1.54824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2488'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54824'^^xsd:double;
  dwc:latitude '48.70977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54824 48.70977, -1.54824 48.70977, -1.54824 48.70977, -1.54824 48.70977, -1.54824 48.70977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2488'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69238 -1.54823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69238"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69238 -1.54823)"^^geo:wktLiteral ;
  geo-pos:lat "48.69238"^^xsd:decimal ;
  geo-pos:long "-1.54823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4155'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54823'^^xsd:double;
  dwc:latitude '48.69238'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54823 48.69238, -1.54823 48.69238, -1.54823 48.69238, -1.54823 48.69238, -1.54823 48.69238))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4155'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69196 -1.54822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69196 -1.54822)"^^geo:wktLiteral ;
  geo-pos:lat "48.69196"^^xsd:decimal ;
  geo-pos:long "-1.54822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4208'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54822'^^xsd:double;
  dwc:latitude '48.69196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54822 48.69196, -1.54822 48.69196, -1.54822 48.69196, -1.54822 48.69196, -1.54822 48.69196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4208'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71664 -1.54822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71664 -1.54822)"^^geo:wktLiteral ;
  geo-pos:lat "48.71664"^^xsd:decimal ;
  geo-pos:long "-1.54822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3319'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54822'^^xsd:double;
  dwc:latitude '48.71664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54822 48.71664, -1.54822 48.71664, -1.54822 48.71664, -1.54822 48.71664, -1.54822 48.71664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3319'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73296 -1.54822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73296"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73296 -1.54822)"^^geo:wktLiteral ;
  geo-pos:lat "48.73296"^^xsd:decimal ;
  geo-pos:long "-1.54822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5673'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54822'^^xsd:double;
  dwc:latitude '48.73296'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54822 48.73296, -1.54822 48.73296, -1.54822 48.73296, -1.54822 48.73296, -1.54822 48.73296))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5673'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70824 -1.54821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70824 -1.54821)"^^geo:wktLiteral ;
  geo-pos:lat "48.70824"^^xsd:decimal ;
  geo-pos:long "-1.54821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1398'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54821'^^xsd:double;
  dwc:latitude '48.70824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54821 48.70824, -1.54821 48.70824, -1.54821 48.70824, -1.54821 48.70824, -1.54821 48.70824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1398'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72023 -1.54821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72023 -1.54821)"^^geo:wktLiteral ;
  geo-pos:lat "48.72023"^^xsd:decimal ;
  geo-pos:long "-1.54821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_729'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54821'^^xsd:double;
  dwc:latitude '48.72023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54821 48.72023, -1.54821 48.72023, -1.54821 48.72023, -1.54821 48.72023, -1.54821 48.72023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_729'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69109 -1.54819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69109 -1.54819)"^^geo:wktLiteral ;
  geo-pos:lat "48.69109"^^xsd:decimal ;
  geo-pos:long "-1.54819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6082'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54819'^^xsd:double;
  dwc:latitude '48.69109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54819 48.69109, -1.54819 48.69109, -1.54819 48.69109, -1.54819 48.69109, -1.54819 48.69109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6082'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69155 -1.54819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69155"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69155 -1.54819)"^^geo:wktLiteral ;
  geo-pos:lat "48.69155"^^xsd:decimal ;
  geo-pos:long "-1.54819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1325'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54819'^^xsd:double;
  dwc:latitude '48.69155'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54819 48.69155, -1.54819 48.69155, -1.54819 48.69155, -1.54819 48.69155, -1.54819 48.69155))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1325'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69813 -1.54818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69813 -1.54818)"^^geo:wktLiteral ;
  geo-pos:lat "48.69813"^^xsd:decimal ;
  geo-pos:long "-1.54818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10185'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54818'^^xsd:double;
  dwc:latitude '48.69813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54818 48.69813, -1.54818 48.69813, -1.54818 48.69813, -1.54818 48.69813, -1.54818 48.69813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10185'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69139 -1.54817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69139 -1.54817)"^^geo:wktLiteral ;
  geo-pos:lat "48.69139"^^xsd:decimal ;
  geo-pos:long "-1.54817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4268'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54817'^^xsd:double;
  dwc:latitude '48.69139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54817 48.69139, -1.54817 48.69139, -1.54817 48.69139, -1.54817 48.69139, -1.54817 48.69139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4268'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69535 -1.54817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69535 -1.54817)"^^geo:wktLiteral ;
  geo-pos:lat "48.69535"^^xsd:decimal ;
  geo-pos:long "-1.54817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3340'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54817'^^xsd:double;
  dwc:latitude '48.69535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54817 48.69535, -1.54817 48.69535, -1.54817 48.69535, -1.54817 48.69535, -1.54817 48.69535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3340'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.702 -1.54817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.702 -1.54817)"^^geo:wktLiteral ;
  geo-pos:lat "48.702"^^xsd:decimal ;
  geo-pos:long "-1.54817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4049'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54817'^^xsd:double;
  dwc:latitude '48.702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54817 48.702, -1.54817 48.702, -1.54817 48.702, -1.54817 48.702, -1.54817 48.702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4049'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72513 -1.54815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72513 -1.54815)"^^geo:wktLiteral ;
  geo-pos:lat "48.72513"^^xsd:decimal ;
  geo-pos:long "-1.54815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6257'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54815'^^xsd:double;
  dwc:latitude '48.72513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54815 48.72513, -1.54815 48.72513, -1.54815 48.72513, -1.54815 48.72513, -1.54815 48.72513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6257'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70284 -1.54814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70284"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70284 -1.54814)"^^geo:wktLiteral ;
  geo-pos:lat "48.70284"^^xsd:decimal ;
  geo-pos:long "-1.54814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4740'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54814'^^xsd:double;
  dwc:latitude '48.70284'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54814 48.70284, -1.54814 48.70284, -1.54814 48.70284, -1.54814 48.70284, -1.54814 48.70284))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4740'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6696 -1.54813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6696 -1.54813)"^^geo:wktLiteral ;
  geo-pos:lat "48.6696"^^xsd:decimal ;
  geo-pos:long "-1.54813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6313'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54813'^^xsd:double;
  dwc:latitude '48.6696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54813 48.6696, -1.54813 48.6696, -1.54813 48.6696, -1.54813 48.6696, -1.54813 48.6696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6313'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.54813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.54813)"^^geo:wktLiteral ;
  geo-pos:lat "48.69052"^^xsd:decimal ;
  geo-pos:long "-1.54813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_568'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54813'^^xsd:double;
  dwc:latitude '48.69052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54813 48.69052, -1.54813 48.69052, -1.54813 48.69052, -1.54813 48.69052, -1.54813 48.69052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_568'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69242 -1.54813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69242 -1.54813)"^^geo:wktLiteral ;
  geo-pos:lat "48.69242"^^xsd:decimal ;
  geo-pos:long "-1.54813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1528'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54813'^^xsd:double;
  dwc:latitude '48.69242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54813 48.69242, -1.54813 48.69242, -1.54813 48.69242, -1.54813 48.69242, -1.54813 48.69242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1528'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72031 -1.54813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72031 -1.54813)"^^geo:wktLiteral ;
  geo-pos:lat "48.72031"^^xsd:decimal ;
  geo-pos:long "-1.54813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2310'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54813'^^xsd:double;
  dwc:latitude '48.72031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54813 48.72031, -1.54813 48.72031, -1.54813 48.72031, -1.54813 48.72031, -1.54813 48.72031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2310'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69157 -1.54811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69157 -1.54811)"^^geo:wktLiteral ;
  geo-pos:lat "48.69157"^^xsd:decimal ;
  geo-pos:long "-1.54811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3178'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54811'^^xsd:double;
  dwc:latitude '48.69157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54811 48.69157, -1.54811 48.69157, -1.54811 48.69157, -1.54811 48.69157, -1.54811 48.69157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3178'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72022 -1.54811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72022 -1.54811)"^^geo:wktLiteral ;
  geo-pos:lat "48.72022"^^xsd:decimal ;
  geo-pos:long "-1.54811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_272'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54811'^^xsd:double;
  dwc:latitude '48.72022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54811 48.72022, -1.54811 48.72022, -1.54811 48.72022, -1.54811 48.72022, -1.54811 48.72022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_272'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72824 -1.54811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72824 -1.54811)"^^geo:wktLiteral ;
  geo-pos:lat "48.72824"^^xsd:decimal ;
  geo-pos:long "-1.54811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9111'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54811'^^xsd:double;
  dwc:latitude '48.72824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54811 48.72824, -1.54811 48.72824, -1.54811 48.72824, -1.54811 48.72824, -1.54811 48.72824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9111'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65969 -1.5481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65969 -1.5481)"^^geo:wktLiteral ;
  geo-pos:lat "48.65969"^^xsd:decimal ;
  geo-pos:long "-1.5481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3700'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5481'^^xsd:double;
  dwc:latitude '48.65969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5481 48.65969, -1.5481 48.65969, -1.5481 48.65969, -1.5481 48.65969, -1.5481 48.65969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3700'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69073 -1.5481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69073 -1.5481)"^^geo:wktLiteral ;
  geo-pos:lat "48.69073"^^xsd:decimal ;
  geo-pos:long "-1.5481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5471'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5481'^^xsd:double;
  dwc:latitude '48.69073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5481 48.69073, -1.5481 48.69073, -1.5481 48.69073, -1.5481 48.69073, -1.5481 48.69073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5471'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69334 -1.5481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69334 -1.5481)"^^geo:wktLiteral ;
  geo-pos:lat "48.69334"^^xsd:decimal ;
  geo-pos:long "-1.5481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4206'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5481'^^xsd:double;
  dwc:latitude '48.69334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5481 48.69334, -1.5481 48.69334, -1.5481 48.69334, -1.5481 48.69334, -1.5481 48.69334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4206'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71332 -1.5481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71332"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71332 -1.5481)"^^geo:wktLiteral ;
  geo-pos:lat "48.71332"^^xsd:decimal ;
  geo-pos:long "-1.5481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4150'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5481'^^xsd:double;
  dwc:latitude '48.71332'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5481 48.71332, -1.5481 48.71332, -1.5481 48.71332, -1.5481 48.71332, -1.5481 48.71332))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4150'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68415 -1.54809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68415 -1.54809)"^^geo:wktLiteral ;
  geo-pos:lat "48.68415"^^xsd:decimal ;
  geo-pos:long "-1.54809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2467'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54809'^^xsd:double;
  dwc:latitude '48.68415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54809 48.68415, -1.54809 48.68415, -1.54809 48.68415, -1.54809 48.68415, -1.54809 48.68415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2467'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68466 -1.54809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68466 -1.54809)"^^geo:wktLiteral ;
  geo-pos:lat "48.68466"^^xsd:decimal ;
  geo-pos:long "-1.54809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_143'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54809'^^xsd:double;
  dwc:latitude '48.68466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54809 48.68466, -1.54809 48.68466, -1.54809 48.68466, -1.54809 48.68466, -1.54809 48.68466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_143'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71898 -1.54809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71898 -1.54809)"^^geo:wktLiteral ;
  geo-pos:lat "48.71898"^^xsd:decimal ;
  geo-pos:long "-1.54809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7348'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54809'^^xsd:double;
  dwc:latitude '48.71898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54809 48.71898, -1.54809 48.71898, -1.54809 48.71898, -1.54809 48.71898, -1.54809 48.71898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7348'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7289 -1.54809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7289 -1.54809)"^^geo:wktLiteral ;
  geo-pos:lat "48.7289"^^xsd:decimal ;
  geo-pos:long "-1.54809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3825'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54809'^^xsd:double;
  dwc:latitude '48.7289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54809 48.7289, -1.54809 48.7289, -1.54809 48.7289, -1.54809 48.7289, -1.54809 48.7289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3825'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69288 -1.54808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69288 -1.54808)"^^geo:wktLiteral ;
  geo-pos:lat "48.69288"^^xsd:decimal ;
  geo-pos:long "-1.54808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5745'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54808'^^xsd:double;
  dwc:latitude '48.69288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54808 48.69288, -1.54808 48.69288, -1.54808 48.69288, -1.54808 48.69288, -1.54808 48.69288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5745'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70773 -1.54808)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54808"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70773 -1.54808)"^^geo:wktLiteral ;
  geo-pos:lat "48.70773"^^xsd:decimal ;
  geo-pos:long "-1.54808"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9738'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54808'^^xsd:double;
  dwc:latitude '48.70773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54808 48.70773, -1.54808 48.70773, -1.54808 48.70773, -1.54808 48.70773, -1.54808 48.70773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9738'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69032 -1.54807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69032 -1.54807)"^^geo:wktLiteral ;
  geo-pos:lat "48.69032"^^xsd:decimal ;
  geo-pos:long "-1.54807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4651'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54807'^^xsd:double;
  dwc:latitude '48.69032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54807 48.69032, -1.54807 48.69032, -1.54807 48.69032, -1.54807 48.69032, -1.54807 48.69032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4651'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69034 -1.54807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69034 -1.54807)"^^geo:wktLiteral ;
  geo-pos:lat "48.69034"^^xsd:decimal ;
  geo-pos:long "-1.54807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5711'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54807'^^xsd:double;
  dwc:latitude '48.69034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54807 48.69034, -1.54807 48.69034, -1.54807 48.69034, -1.54807 48.69034, -1.54807 48.69034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5711'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69745 -1.54807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69745 -1.54807)"^^geo:wktLiteral ;
  geo-pos:lat "48.69745"^^xsd:decimal ;
  geo-pos:long "-1.54807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_325'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54807'^^xsd:double;
  dwc:latitude '48.69745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54807 48.69745, -1.54807 48.69745, -1.54807 48.69745, -1.54807 48.69745, -1.54807 48.69745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_325'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70754 -1.54807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70754 -1.54807)"^^geo:wktLiteral ;
  geo-pos:lat "48.70754"^^xsd:decimal ;
  geo-pos:long "-1.54807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8451'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54807'^^xsd:double;
  dwc:latitude '48.70754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54807 48.70754, -1.54807 48.70754, -1.54807 48.70754, -1.54807 48.70754, -1.54807 48.70754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8451'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71921 -1.54807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71921 -1.54807)"^^geo:wktLiteral ;
  geo-pos:lat "48.71921"^^xsd:decimal ;
  geo-pos:long "-1.54807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_308'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54807'^^xsd:double;
  dwc:latitude '48.71921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54807 48.71921, -1.54807 48.71921, -1.54807 48.71921, -1.54807 48.71921, -1.54807 48.71921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_308'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67947 -1.54805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67947 -1.54805)"^^geo:wktLiteral ;
  geo-pos:lat "48.67947"^^xsd:decimal ;
  geo-pos:long "-1.54805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3946'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54805'^^xsd:double;
  dwc:latitude '48.67947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54805 48.67947, -1.54805 48.67947, -1.54805 48.67947, -1.54805 48.67947, -1.54805 48.67947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3946'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69179 -1.54805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69179 -1.54805)"^^geo:wktLiteral ;
  geo-pos:lat "48.69179"^^xsd:decimal ;
  geo-pos:long "-1.54805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1285'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54805'^^xsd:double;
  dwc:latitude '48.69179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54805 48.69179, -1.54805 48.69179, -1.54805 48.69179, -1.54805 48.69179, -1.54805 48.69179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1285'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66745 -1.54804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66745 -1.54804)"^^geo:wktLiteral ;
  geo-pos:lat "48.66745"^^xsd:decimal ;
  geo-pos:long "-1.54804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10587'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54804'^^xsd:double;
  dwc:latitude '48.66745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54804 48.66745, -1.54804 48.66745, -1.54804 48.66745, -1.54804 48.66745, -1.54804 48.66745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10587'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69099 -1.54804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69099 -1.54804)"^^geo:wktLiteral ;
  geo-pos:lat "48.69099"^^xsd:decimal ;
  geo-pos:long "-1.54804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1243'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54804'^^xsd:double;
  dwc:latitude '48.69099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54804 48.69099, -1.54804 48.69099, -1.54804 48.69099, -1.54804 48.69099, -1.54804 48.69099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1243'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.54803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.54803)"^^geo:wktLiteral ;
  geo-pos:lat "48.69222"^^xsd:decimal ;
  geo-pos:long "-1.54803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6856'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54803'^^xsd:double;
  dwc:latitude '48.69222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54803 48.69222, -1.54803 48.69222, -1.54803 48.69222, -1.54803 48.69222, -1.54803 48.69222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6856'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69537 -1.54803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69537 -1.54803)"^^geo:wktLiteral ;
  geo-pos:lat "48.69537"^^xsd:decimal ;
  geo-pos:long "-1.54803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4753'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54803'^^xsd:double;
  dwc:latitude '48.69537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54803 48.69537, -1.54803 48.69537, -1.54803 48.69537, -1.54803 48.69537, -1.54803 48.69537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4753'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70345 -1.54803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70345 -1.54803)"^^geo:wktLiteral ;
  geo-pos:lat "48.70345"^^xsd:decimal ;
  geo-pos:long "-1.54803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3065'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54803'^^xsd:double;
  dwc:latitude '48.70345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54803 48.70345, -1.54803 48.70345, -1.54803 48.70345, -1.54803 48.70345, -1.54803 48.70345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3065'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72628 -1.54803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72628 -1.54803)"^^geo:wktLiteral ;
  geo-pos:lat "48.72628"^^xsd:decimal ;
  geo-pos:long "-1.54803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5643'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54803'^^xsd:double;
  dwc:latitude '48.72628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54803 48.72628, -1.54803 48.72628, -1.54803 48.72628, -1.54803 48.72628, -1.54803 48.72628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5643'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66087 -1.54801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66087 -1.54801)"^^geo:wktLiteral ;
  geo-pos:lat "48.66087"^^xsd:decimal ;
  geo-pos:long "-1.54801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5457'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54801'^^xsd:double;
  dwc:latitude '48.66087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54801 48.66087, -1.54801 48.66087, -1.54801 48.66087, -1.54801 48.66087, -1.54801 48.66087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5457'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.54801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.54801)"^^geo:wktLiteral ;
  geo-pos:lat "48.70385"^^xsd:decimal ;
  geo-pos:long "-1.54801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6335'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54801'^^xsd:double;
  dwc:latitude '48.70385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54801 48.70385, -1.54801 48.70385, -1.54801 48.70385, -1.54801 48.70385, -1.54801 48.70385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6335'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70557 -1.54801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70557 -1.54801)"^^geo:wktLiteral ;
  geo-pos:lat "48.70557"^^xsd:decimal ;
  geo-pos:long "-1.54801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2609'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54801'^^xsd:double;
  dwc:latitude '48.70557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54801 48.70557, -1.54801 48.70557, -1.54801 48.70557, -1.54801 48.70557, -1.54801 48.70557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2609'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69795 -1.548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69795 -1.548)"^^geo:wktLiteral ;
  geo-pos:lat "48.69795"^^xsd:decimal ;
  geo-pos:long "-1.548"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6011'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.548'^^xsd:double;
  dwc:latitude '48.69795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.548 48.69795, -1.548 48.69795, -1.548 48.69795, -1.548 48.69795, -1.548 48.69795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6011'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68411 -1.54799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68411 -1.54799)"^^geo:wktLiteral ;
  geo-pos:lat "48.68411"^^xsd:decimal ;
  geo-pos:long "-1.54799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1378'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54799'^^xsd:double;
  dwc:latitude '48.68411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54799 48.68411, -1.54799 48.68411, -1.54799 48.68411, -1.54799 48.68411, -1.54799 48.68411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1378'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69018 -1.54799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69018 -1.54799)"^^geo:wktLiteral ;
  geo-pos:lat "48.69018"^^xsd:decimal ;
  geo-pos:long "-1.54799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1530'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54799'^^xsd:double;
  dwc:latitude '48.69018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54799 48.69018, -1.54799 48.69018, -1.54799 48.69018, -1.54799 48.69018, -1.54799 48.69018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1530'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70762 -1.54799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70762 -1.54799)"^^geo:wktLiteral ;
  geo-pos:lat "48.70762"^^xsd:decimal ;
  geo-pos:long "-1.54799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1095'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54799'^^xsd:double;
  dwc:latitude '48.70762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54799 48.70762, -1.54799 48.70762, -1.54799 48.70762, -1.54799 48.70762, -1.54799 48.70762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1095'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72181 -1.54799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72181 -1.54799)"^^geo:wktLiteral ;
  geo-pos:lat "48.72181"^^xsd:decimal ;
  geo-pos:long "-1.54799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2324'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54799'^^xsd:double;
  dwc:latitude '48.72181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54799 48.72181, -1.54799 48.72181, -1.54799 48.72181, -1.54799 48.72181, -1.54799 48.72181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2324'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6885 -1.54798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6885 -1.54798)"^^geo:wktLiteral ;
  geo-pos:lat "48.6885"^^xsd:decimal ;
  geo-pos:long "-1.54798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1656'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54798'^^xsd:double;
  dwc:latitude '48.6885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54798 48.6885, -1.54798 48.6885, -1.54798 48.6885, -1.54798 48.6885, -1.54798 48.6885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1656'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.54798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.54798)"^^geo:wktLiteral ;
  geo-pos:lat "48.6903"^^xsd:decimal ;
  geo-pos:long "-1.54798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2766'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54798'^^xsd:double;
  dwc:latitude '48.6903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54798 48.6903, -1.54798 48.6903, -1.54798 48.6903, -1.54798 48.6903, -1.54798 48.6903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2766'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.54798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.54798)"^^geo:wktLiteral ;
  geo-pos:lat "48.69052"^^xsd:decimal ;
  geo-pos:long "-1.54798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_200'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54798'^^xsd:double;
  dwc:latitude '48.69052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54798 48.69052, -1.54798 48.69052, -1.54798 48.69052, -1.54798 48.69052, -1.54798 48.69052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_200'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69477 -1.54798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69477 -1.54798)"^^geo:wktLiteral ;
  geo-pos:lat "48.69477"^^xsd:decimal ;
  geo-pos:long "-1.54798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4134'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.083333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54798'^^xsd:double;
  dwc:latitude '48.69477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54798 48.69477, -1.54798 48.69477, -1.54798 48.69477, -1.54798 48.69477, -1.54798 48.69477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4134'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69907 -1.54798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69907 -1.54798)"^^geo:wktLiteral ;
  geo-pos:lat "48.69907"^^xsd:decimal ;
  geo-pos:long "-1.54798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_817'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54798'^^xsd:double;
  dwc:latitude '48.69907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54798 48.69907, -1.54798 48.69907, -1.54798 48.69907, -1.54798 48.69907, -1.54798 48.69907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_817'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70291 -1.54798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70291 -1.54798)"^^geo:wktLiteral ;
  geo-pos:lat "48.70291"^^xsd:decimal ;
  geo-pos:long "-1.54798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5871'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54798'^^xsd:double;
  dwc:latitude '48.70291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54798 48.70291, -1.54798 48.70291, -1.54798 48.70291, -1.54798 48.70291, -1.54798 48.70291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5871'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70796 -1.54798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70796 -1.54798)"^^geo:wktLiteral ;
  geo-pos:lat "48.70796"^^xsd:decimal ;
  geo-pos:long "-1.54798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8200'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54798'^^xsd:double;
  dwc:latitude '48.70796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54798 48.70796, -1.54798 48.70796, -1.54798 48.70796, -1.54798 48.70796, -1.54798 48.70796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8200'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70994 -1.54797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70994 -1.54797)"^^geo:wktLiteral ;
  geo-pos:lat "48.70994"^^xsd:decimal ;
  geo-pos:long "-1.54797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9964'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54797'^^xsd:double;
  dwc:latitude '48.70994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54797 48.70994, -1.54797 48.70994, -1.54797 48.70994, -1.54797 48.70994, -1.54797 48.70994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9964'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71349 -1.54797)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71349"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54797"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71349 -1.54797)"^^geo:wktLiteral ;
  geo-pos:lat "48.71349"^^xsd:decimal ;
  geo-pos:long "-1.54797"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5159'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54797'^^xsd:double;
  dwc:latitude '48.71349'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54797 48.71349, -1.54797 48.71349, -1.54797 48.71349, -1.54797 48.71349, -1.54797 48.71349))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5159'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7196 -1.54796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7196 -1.54796)"^^geo:wktLiteral ;
  geo-pos:lat "48.7196"^^xsd:decimal ;
  geo-pos:long "-1.54796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_271'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54796'^^xsd:double;
  dwc:latitude '48.7196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54796 48.7196, -1.54796 48.7196, -1.54796 48.7196, -1.54796 48.7196, -1.54796 48.7196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_271'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7254 -1.54796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7254 -1.54796)"^^geo:wktLiteral ;
  geo-pos:lat "48.7254"^^xsd:decimal ;
  geo-pos:long "-1.54796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2863'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54796'^^xsd:double;
  dwc:latitude '48.7254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54796 48.7254, -1.54796 48.7254, -1.54796 48.7254, -1.54796 48.7254, -1.54796 48.7254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2863'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65394 -1.54795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65394"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65394 -1.54795)"^^geo:wktLiteral ;
  geo-pos:lat "48.65394"^^xsd:decimal ;
  geo-pos:long "-1.54795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7007'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54795'^^xsd:double;
  dwc:latitude '48.65394'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54795 48.65394, -1.54795 48.65394, -1.54795 48.65394, -1.54795 48.65394, -1.54795 48.65394))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7007'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69073 -1.54795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69073 -1.54795)"^^geo:wktLiteral ;
  geo-pos:lat "48.69073"^^xsd:decimal ;
  geo-pos:long "-1.54795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4215'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54795'^^xsd:double;
  dwc:latitude '48.69073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54795 48.69073, -1.54795 48.69073, -1.54795 48.69073, -1.54795 48.69073, -1.54795 48.69073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4215'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70376 -1.54795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70376 -1.54795)"^^geo:wktLiteral ;
  geo-pos:lat "48.70376"^^xsd:decimal ;
  geo-pos:long "-1.54795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1330'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54795'^^xsd:double;
  dwc:latitude '48.70376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54795 48.70376, -1.54795 48.70376, -1.54795 48.70376, -1.54795 48.70376, -1.54795 48.70376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1330'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69182 -1.54794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69182 -1.54794)"^^geo:wktLiteral ;
  geo-pos:lat "48.69182"^^xsd:decimal ;
  geo-pos:long "-1.54794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3813'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54794'^^xsd:double;
  dwc:latitude '48.69182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54794 48.69182, -1.54794 48.69182, -1.54794 48.69182, -1.54794 48.69182, -1.54794 48.69182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3813'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.54793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.54793)"^^geo:wktLiteral ;
  geo-pos:lat "48.69764"^^xsd:decimal ;
  geo-pos:long "-1.54793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8228'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54793'^^xsd:double;
  dwc:latitude '48.69764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54793 48.69764, -1.54793 48.69764, -1.54793 48.69764, -1.54793 48.69764, -1.54793 48.69764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8228'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.54792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.54792)"^^geo:wktLiteral ;
  geo-pos:lat "48.70815"^^xsd:decimal ;
  geo-pos:long "-1.54792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8348'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54792'^^xsd:double;
  dwc:latitude '48.70815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54792 48.70815, -1.54792 48.70815, -1.54792 48.70815, -1.54792 48.70815, -1.54792 48.70815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8348'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7104 -1.54791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7104 -1.54791)"^^geo:wktLiteral ;
  geo-pos:lat "48.7104"^^xsd:decimal ;
  geo-pos:long "-1.54791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_589'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54791'^^xsd:double;
  dwc:latitude '48.7104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54791 48.7104, -1.54791 48.7104, -1.54791 48.7104, -1.54791 48.7104, -1.54791 48.7104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_589'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71351 -1.54791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71351 -1.54791)"^^geo:wktLiteral ;
  geo-pos:lat "48.71351"^^xsd:decimal ;
  geo-pos:long "-1.54791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8238'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54791'^^xsd:double;
  dwc:latitude '48.71351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54791 48.71351, -1.54791 48.71351, -1.54791 48.71351, -1.54791 48.71351, -1.54791 48.71351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8238'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65692 -1.54789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65692 -1.54789)"^^geo:wktLiteral ;
  geo-pos:lat "48.65692"^^xsd:decimal ;
  geo-pos:long "-1.54789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12670'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54789'^^xsd:double;
  dwc:latitude '48.65692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54789 48.65692, -1.54789 48.65692, -1.54789 48.65692, -1.54789 48.65692, -1.54789 48.65692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12670'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70395 -1.54789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70395 -1.54789)"^^geo:wktLiteral ;
  geo-pos:lat "48.70395"^^xsd:decimal ;
  geo-pos:long "-1.54789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8043'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54789'^^xsd:double;
  dwc:latitude '48.70395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54789 48.70395, -1.54789 48.70395, -1.54789 48.70395, -1.54789 48.70395, -1.54789 48.70395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8043'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69188 -1.54788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69188 -1.54788)"^^geo:wktLiteral ;
  geo-pos:lat "48.69188"^^xsd:decimal ;
  geo-pos:long "-1.54788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1544'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54788'^^xsd:double;
  dwc:latitude '48.69188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54788 48.69188, -1.54788 48.69188, -1.54788 48.69188, -1.54788 48.69188, -1.54788 48.69188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1544'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70921 -1.54788)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54788"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70921 -1.54788)"^^geo:wktLiteral ;
  geo-pos:lat "48.70921"^^xsd:decimal ;
  geo-pos:long "-1.54788"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8693'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54788'^^xsd:double;
  dwc:latitude '48.70921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54788 48.70921, -1.54788 48.70921, -1.54788 48.70921, -1.54788 48.70921, -1.54788 48.70921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8693'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72709 -1.54787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72709 -1.54787)"^^geo:wktLiteral ;
  geo-pos:lat "48.72709"^^xsd:decimal ;
  geo-pos:long "-1.54787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_545'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54787'^^xsd:double;
  dwc:latitude '48.72709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54787 48.72709, -1.54787 48.72709, -1.54787 48.72709, -1.54787 48.72709, -1.54787 48.72709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_545'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72885 -1.54787)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54787"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72885 -1.54787)"^^geo:wktLiteral ;
  geo-pos:lat "48.72885"^^xsd:decimal ;
  geo-pos:long "-1.54787"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3827'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54787'^^xsd:double;
  dwc:latitude '48.72885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54787 48.72885, -1.54787 48.72885, -1.54787 48.72885, -1.54787 48.72885, -1.54787 48.72885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3827'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.726 -1.54786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.726"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.726 -1.54786)"^^geo:wktLiteral ;
  geo-pos:lat "48.726"^^xsd:decimal ;
  geo-pos:long "-1.54786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1005'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54786'^^xsd:double;
  dwc:latitude '48.726'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54786 48.726, -1.54786 48.726, -1.54786 48.726, -1.54786 48.726, -1.54786 48.726))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1005'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6654 -1.54785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6654 -1.54785)"^^geo:wktLiteral ;
  geo-pos:lat "48.6654"^^xsd:decimal ;
  geo-pos:long "-1.54785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_60'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_60'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54785'^^xsd:double;
  dwc:latitude '48.6654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54785 48.6654, -1.54785 48.6654, -1.54785 48.6654, -1.54785 48.6654, -1.54785 48.6654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_60'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70698 -1.54785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70698 -1.54785)"^^geo:wktLiteral ;
  geo-pos:lat "48.70698"^^xsd:decimal ;
  geo-pos:long "-1.54785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1388'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54785'^^xsd:double;
  dwc:latitude '48.70698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54785 48.70698, -1.54785 48.70698, -1.54785 48.70698, -1.54785 48.70698, -1.54785 48.70698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1388'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65773 -1.54784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65773 -1.54784)"^^geo:wktLiteral ;
  geo-pos:lat "48.65773"^^xsd:decimal ;
  geo-pos:long "-1.54784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1669'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54784'^^xsd:double;
  dwc:latitude '48.65773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54784 48.65773, -1.54784 48.65773, -1.54784 48.65773, -1.54784 48.65773, -1.54784 48.65773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1669'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70852 -1.54784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70852 -1.54784)"^^geo:wktLiteral ;
  geo-pos:lat "48.70852"^^xsd:decimal ;
  geo-pos:long "-1.54784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7633'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54784'^^xsd:double;
  dwc:latitude '48.70852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54784 48.70852, -1.54784 48.70852, -1.54784 48.70852, -1.54784 48.70852, -1.54784 48.70852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7633'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72199 -1.54784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72199 -1.54784)"^^geo:wktLiteral ;
  geo-pos:lat "48.72199"^^xsd:decimal ;
  geo-pos:long "-1.54784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2647'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54784'^^xsd:double;
  dwc:latitude '48.72199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54784 48.72199, -1.54784 48.72199, -1.54784 48.72199, -1.54784 48.72199, -1.54784 48.72199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2647'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72775 -1.54784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72775 -1.54784)"^^geo:wktLiteral ;
  geo-pos:lat "48.72775"^^xsd:decimal ;
  geo-pos:long "-1.54784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9094'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54784'^^xsd:double;
  dwc:latitude '48.72775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54784 48.72775, -1.54784 48.72775, -1.54784 48.72775, -1.54784 48.72775, -1.54784 48.72775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9094'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69232 -1.54783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69232 -1.54783)"^^geo:wktLiteral ;
  geo-pos:lat "48.69232"^^xsd:decimal ;
  geo-pos:long "-1.54783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3014'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54783'^^xsd:double;
  dwc:latitude '48.69232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54783 48.69232, -1.54783 48.69232, -1.54783 48.69232, -1.54783 48.69232, -1.54783 48.69232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3014'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.54782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.54782)"^^geo:wktLiteral ;
  geo-pos:lat "48.70582"^^xsd:decimal ;
  geo-pos:long "-1.54782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2106'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54782'^^xsd:double;
  dwc:latitude '48.70582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54782 48.70582, -1.54782 48.70582, -1.54782 48.70582, -1.54782 48.70582, -1.54782 48.70582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2106'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72498 -1.54782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72498 -1.54782)"^^geo:wktLiteral ;
  geo-pos:lat "48.72498"^^xsd:decimal ;
  geo-pos:long "-1.54782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_740'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54782'^^xsd:double;
  dwc:latitude '48.72498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54782 48.72498, -1.54782 48.72498, -1.54782 48.72498, -1.54782 48.72498, -1.54782 48.72498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_740'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65436 -1.5478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65436 -1.5478)"^^geo:wktLiteral ;
  geo-pos:lat "48.65436"^^xsd:decimal ;
  geo-pos:long "-1.5478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12669'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5478'^^xsd:double;
  dwc:latitude '48.65436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5478 48.65436, -1.5478 48.65436, -1.5478 48.65436, -1.5478 48.65436, -1.5478 48.65436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12669'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6575 -1.54779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6575 -1.54779)"^^geo:wktLiteral ;
  geo-pos:lat "48.6575"^^xsd:decimal ;
  geo-pos:long "-1.54779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5201'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54779'^^xsd:double;
  dwc:latitude '48.6575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54779 48.6575, -1.54779 48.6575, -1.54779 48.6575, -1.54779 48.6575, -1.54779 48.6575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5201'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68998 -1.54779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68998 -1.54779)"^^geo:wktLiteral ;
  geo-pos:lat "48.68998"^^xsd:decimal ;
  geo-pos:long "-1.54779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2263'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54779'^^xsd:double;
  dwc:latitude '48.68998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54779 48.68998, -1.54779 48.68998, -1.54779 48.68998, -1.54779 48.68998, -1.54779 48.68998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2263'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69146 -1.54779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69146 -1.54779)"^^geo:wktLiteral ;
  geo-pos:lat "48.69146"^^xsd:decimal ;
  geo-pos:long "-1.54779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3167'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54779'^^xsd:double;
  dwc:latitude '48.69146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54779 48.69146, -1.54779 48.69146, -1.54779 48.69146, -1.54779 48.69146, -1.54779 48.69146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3167'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72716 -1.54779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72716 -1.54779)"^^geo:wktLiteral ;
  geo-pos:lat "48.72716"^^xsd:decimal ;
  geo-pos:long "-1.54779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1808'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54779'^^xsd:double;
  dwc:latitude '48.72716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54779 48.72716, -1.54779 48.72716, -1.54779 48.72716, -1.54779 48.72716, -1.54779 48.72716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1808'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68448 -1.54778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68448 -1.54778)"^^geo:wktLiteral ;
  geo-pos:lat "48.68448"^^xsd:decimal ;
  geo-pos:long "-1.54778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5796'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54778'^^xsd:double;
  dwc:latitude '48.68448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54778 48.68448, -1.54778 48.68448, -1.54778 48.68448, -1.54778 48.68448, -1.54778 48.68448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5796'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70323 -1.54778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70323 -1.54778)"^^geo:wktLiteral ;
  geo-pos:lat "48.70323"^^xsd:decimal ;
  geo-pos:long "-1.54778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4822'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54778'^^xsd:double;
  dwc:latitude '48.70323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54778 48.70323, -1.54778 48.70323, -1.54778 48.70323, -1.54778 48.70323, -1.54778 48.70323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4822'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69455 -1.54777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69455"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69455 -1.54777)"^^geo:wktLiteral ;
  geo-pos:lat "48.69455"^^xsd:decimal ;
  geo-pos:long "-1.54777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9618'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54777'^^xsd:double;
  dwc:latitude '48.69455'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54777 48.69455, -1.54777 48.69455, -1.54777 48.69455, -1.54777 48.69455, -1.54777 48.69455))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9618'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69648 -1.54777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69648 -1.54777)"^^geo:wktLiteral ;
  geo-pos:lat "48.69648"^^xsd:decimal ;
  geo-pos:long "-1.54777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10276'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54777'^^xsd:double;
  dwc:latitude '48.69648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54777 48.69648, -1.54777 48.69648, -1.54777 48.69648, -1.54777 48.69648, -1.54777 48.69648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10276'^^xsd:string;
  dwc:observationDate '2008-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69886 -1.54777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69886"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69886 -1.54777)"^^geo:wktLiteral ;
  geo-pos:lat "48.69886"^^xsd:decimal ;
  geo-pos:long "-1.54777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4678'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.63333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54777'^^xsd:double;
  dwc:latitude '48.69886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54777 48.69886, -1.54777 48.69886, -1.54777 48.69886, -1.54777 48.69886, -1.54777 48.69886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4678'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70869 -1.54776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70869 -1.54776)"^^geo:wktLiteral ;
  geo-pos:lat "48.70869"^^xsd:decimal ;
  geo-pos:long "-1.54776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10053'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54776'^^xsd:double;
  dwc:latitude '48.70869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54776 48.70869, -1.54776 48.70869, -1.54776 48.70869, -1.54776 48.70869, -1.54776 48.70869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10053'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7168 -1.54775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7168 -1.54775)"^^geo:wktLiteral ;
  geo-pos:lat "48.7168"^^xsd:decimal ;
  geo-pos:long "-1.54775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5161'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54775'^^xsd:double;
  dwc:latitude '48.7168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54775 48.7168, -1.54775 48.7168, -1.54775 48.7168, -1.54775 48.7168, -1.54775 48.7168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5161'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67952 -1.54774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67952 -1.54774)"^^geo:wktLiteral ;
  geo-pos:lat "48.67952"^^xsd:decimal ;
  geo-pos:long "-1.54774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8782'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54774'^^xsd:double;
  dwc:latitude '48.67952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54774 48.67952, -1.54774 48.67952, -1.54774 48.67952, -1.54774 48.67952, -1.54774 48.67952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8782'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68863 -1.54774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68863 -1.54774)"^^geo:wktLiteral ;
  geo-pos:lat "48.68863"^^xsd:decimal ;
  geo-pos:long "-1.54774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4347'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54774'^^xsd:double;
  dwc:latitude '48.68863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54774 48.68863, -1.54774 48.68863, -1.54774 48.68863, -1.54774 48.68863, -1.54774 48.68863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4347'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65442 -1.54773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65442 -1.54773)"^^geo:wktLiteral ;
  geo-pos:lat "48.65442"^^xsd:decimal ;
  geo-pos:long "-1.54773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10899'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54773'^^xsd:double;
  dwc:latitude '48.65442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54773 48.65442, -1.54773 48.65442, -1.54773 48.65442, -1.54773 48.65442, -1.54773 48.65442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10899'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69092 -1.54772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69092"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69092 -1.54772)"^^geo:wktLiteral ;
  geo-pos:lat "48.69092"^^xsd:decimal ;
  geo-pos:long "-1.54772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1326'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54772'^^xsd:double;
  dwc:latitude '48.69092'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54772 48.69092, -1.54772 48.69092, -1.54772 48.69092, -1.54772 48.69092, -1.54772 48.69092))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1326'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7028 -1.54772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7028 -1.54772)"^^geo:wktLiteral ;
  geo-pos:lat "48.7028"^^xsd:decimal ;
  geo-pos:long "-1.54772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7833'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54772'^^xsd:double;
  dwc:latitude '48.7028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54772 48.7028, -1.54772 48.7028, -1.54772 48.7028, -1.54772 48.7028, -1.54772 48.7028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7833'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72196 -1.54771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72196 -1.54771)"^^geo:wktLiteral ;
  geo-pos:lat "48.72196"^^xsd:decimal ;
  geo-pos:long "-1.54771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2984'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54771'^^xsd:double;
  dwc:latitude '48.72196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54771 48.72196, -1.54771 48.72196, -1.54771 48.72196, -1.54771 48.72196, -1.54771 48.72196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2984'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68103 -1.5477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68103 -1.5477)"^^geo:wktLiteral ;
  geo-pos:lat "48.68103"^^xsd:decimal ;
  geo-pos:long "-1.5477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1654'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5477'^^xsd:double;
  dwc:latitude '48.68103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5477 48.68103, -1.5477 48.68103, -1.5477 48.68103, -1.5477 48.68103, -1.5477 48.68103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1654'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72123 -1.54767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72123"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72123 -1.54767)"^^geo:wktLiteral ;
  geo-pos:lat "48.72123"^^xsd:decimal ;
  geo-pos:long "-1.54767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2103'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54767'^^xsd:double;
  dwc:latitude '48.72123'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54767 48.72123, -1.54767 48.72123, -1.54767 48.72123, -1.54767 48.72123, -1.54767 48.72123))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2103'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72653 -1.54765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72653 -1.54765)"^^geo:wktLiteral ;
  geo-pos:lat "48.72653"^^xsd:decimal ;
  geo-pos:long "-1.54765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_695'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54765'^^xsd:double;
  dwc:latitude '48.72653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54765 48.72653, -1.54765 48.72653, -1.54765 48.72653, -1.54765 48.72653, -1.54765 48.72653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_695'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66766 -1.54764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66766 -1.54764)"^^geo:wktLiteral ;
  geo-pos:lat "48.66766"^^xsd:decimal ;
  geo-pos:long "-1.54764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10586'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54764'^^xsd:double;
  dwc:latitude '48.66766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54764 48.66766, -1.54764 48.66766, -1.54764 48.66766, -1.54764 48.66766, -1.54764 48.66766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10586'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72636 -1.54764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72636 -1.54764)"^^geo:wktLiteral ;
  geo-pos:lat "48.72636"^^xsd:decimal ;
  geo-pos:long "-1.54764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9820'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54764'^^xsd:double;
  dwc:latitude '48.72636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54764 48.72636, -1.54764 48.72636, -1.54764 48.72636, -1.54764 48.72636, -1.54764 48.72636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9820'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69794 -1.54763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69794 -1.54763)"^^geo:wktLiteral ;
  geo-pos:lat "48.69794"^^xsd:decimal ;
  geo-pos:long "-1.54763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6430'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54763'^^xsd:double;
  dwc:latitude '48.69794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54763 48.69794, -1.54763 48.69794, -1.54763 48.69794, -1.54763 48.69794, -1.54763 48.69794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6430'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70786 -1.54762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70786 -1.54762)"^^geo:wktLiteral ;
  geo-pos:lat "48.70786"^^xsd:decimal ;
  geo-pos:long "-1.54762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1029'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54762'^^xsd:double;
  dwc:latitude '48.70786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54762 48.70786, -1.54762 48.70786, -1.54762 48.70786, -1.54762 48.70786, -1.54762 48.70786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1029'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72737 -1.54762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72737"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72737 -1.54762)"^^geo:wktLiteral ;
  geo-pos:lat "48.72737"^^xsd:decimal ;
  geo-pos:long "-1.54762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2558'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54762'^^xsd:double;
  dwc:latitude '48.72737'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54762 48.72737, -1.54762 48.72737, -1.54762 48.72737, -1.54762 48.72737, -1.54762 48.72737))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2558'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68575 -1.54761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68575 -1.54761)"^^geo:wktLiteral ;
  geo-pos:lat "48.68575"^^xsd:decimal ;
  geo-pos:long "-1.54761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7042'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54761'^^xsd:double;
  dwc:latitude '48.68575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54761 48.68575, -1.54761 48.68575, -1.54761 48.68575, -1.54761 48.68575, -1.54761 48.68575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7042'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70177 -1.54761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70177 -1.54761)"^^geo:wktLiteral ;
  geo-pos:lat "48.70177"^^xsd:decimal ;
  geo-pos:long "-1.54761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1312'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54761'^^xsd:double;
  dwc:latitude '48.70177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54761 48.70177, -1.54761 48.70177, -1.54761 48.70177, -1.54761 48.70177, -1.54761 48.70177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1312'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1003> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7274 -1.54761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7274 -1.54761)"^^geo:wktLiteral ;
  geo-pos:lat "48.7274"^^xsd:decimal ;
  geo-pos:long "-1.54761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1003'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1003'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54761'^^xsd:double;
  dwc:latitude '48.7274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54761 48.7274, -1.54761 48.7274, -1.54761 48.7274, -1.54761 48.7274, -1.54761 48.7274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1003'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69936 -1.5476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69936 -1.5476)"^^geo:wktLiteral ;
  geo-pos:lat "48.69936"^^xsd:decimal ;
  geo-pos:long "-1.5476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9719'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5476'^^xsd:double;
  dwc:latitude '48.69936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5476 48.69936, -1.5476 48.69936, -1.5476 48.69936, -1.5476 48.69936, -1.5476 48.69936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9719'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.5476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.5476)"^^geo:wktLiteral ;
  geo-pos:lat "48.7064"^^xsd:decimal ;
  geo-pos:long "-1.5476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2068'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5476'^^xsd:double;
  dwc:latitude '48.7064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5476 48.7064, -1.5476 48.7064, -1.5476 48.7064, -1.5476 48.7064, -1.5476 48.7064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2068'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70678 -1.5476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70678 -1.5476)"^^geo:wktLiteral ;
  geo-pos:lat "48.70678"^^xsd:decimal ;
  geo-pos:long "-1.5476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8214'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5476'^^xsd:double;
  dwc:latitude '48.70678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5476 48.70678, -1.5476 48.70678, -1.5476 48.70678, -1.5476 48.70678, -1.5476 48.70678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8214'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72387 -1.54759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72387 -1.54759)"^^geo:wktLiteral ;
  geo-pos:lat "48.72387"^^xsd:decimal ;
  geo-pos:long "-1.54759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_209'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54759'^^xsd:double;
  dwc:latitude '48.72387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54759 48.72387, -1.54759 48.72387, -1.54759 48.72387, -1.54759 48.72387, -1.54759 48.72387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_209'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70347 -1.54758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70347 -1.54758)"^^geo:wktLiteral ;
  geo-pos:lat "48.70347"^^xsd:decimal ;
  geo-pos:long "-1.54758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_884'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54758'^^xsd:double;
  dwc:latitude '48.70347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54758 48.70347, -1.54758 48.70347, -1.54758 48.70347, -1.54758 48.70347, -1.54758 48.70347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_884'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.54757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.54757)"^^geo:wktLiteral ;
  geo-pos:lat "48.6894"^^xsd:decimal ;
  geo-pos:long "-1.54757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9253'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54757'^^xsd:double;
  dwc:latitude '48.6894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54757 48.6894, -1.54757 48.6894, -1.54757 48.6894, -1.54757 48.6894, -1.54757 48.6894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9253'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69568 -1.54756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69568 -1.54756)"^^geo:wktLiteral ;
  geo-pos:lat "48.69568"^^xsd:decimal ;
  geo-pos:long "-1.54756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_7847'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54756'^^xsd:double;
  dwc:latitude '48.69568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54756 48.69568, -1.54756 48.69568, -1.54756 48.69568, -1.54756 48.69568, -1.54756 48.69568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7847'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7229 -1.54756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7229 -1.54756)"^^geo:wktLiteral ;
  geo-pos:lat "48.7229"^^xsd:decimal ;
  geo-pos:long "-1.54756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2754'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54756'^^xsd:double;
  dwc:latitude '48.7229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54756 48.7229, -1.54756 48.7229, -1.54756 48.7229, -1.54756 48.7229, -1.54756 48.7229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2754'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68977 -1.54755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68977 -1.54755)"^^geo:wktLiteral ;
  geo-pos:lat "48.68977"^^xsd:decimal ;
  geo-pos:long "-1.54755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5373'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54755'^^xsd:double;
  dwc:latitude '48.68977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54755 48.68977, -1.54755 48.68977, -1.54755 48.68977, -1.54755 48.68977, -1.54755 48.68977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5373'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70852 -1.54755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70852 -1.54755)"^^geo:wktLiteral ;
  geo-pos:lat "48.70852"^^xsd:decimal ;
  geo-pos:long "-1.54755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8573'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54755'^^xsd:double;
  dwc:latitude '48.70852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54755 48.70852, -1.54755 48.70852, -1.54755 48.70852, -1.54755 48.70852, -1.54755 48.70852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8573'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69082 -1.54754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69082 -1.54754)"^^geo:wktLiteral ;
  geo-pos:lat "48.69082"^^xsd:decimal ;
  geo-pos:long "-1.54754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5772'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54754'^^xsd:double;
  dwc:latitude '48.69082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54754 48.69082, -1.54754 48.69082, -1.54754 48.69082, -1.54754 48.69082, -1.54754 48.69082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5772'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70758 -1.54754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70758 -1.54754)"^^geo:wktLiteral ;
  geo-pos:lat "48.70758"^^xsd:decimal ;
  geo-pos:long "-1.54754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1435'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54754'^^xsd:double;
  dwc:latitude '48.70758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54754 48.70758, -1.54754 48.70758, -1.54754 48.70758, -1.54754 48.70758, -1.54754 48.70758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1435'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70877 -1.54754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70877 -1.54754)"^^geo:wktLiteral ;
  geo-pos:lat "48.70877"^^xsd:decimal ;
  geo-pos:long "-1.54754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9165'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54754'^^xsd:double;
  dwc:latitude '48.70877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54754 48.70877, -1.54754 48.70877, -1.54754 48.70877, -1.54754 48.70877, -1.54754 48.70877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9165'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66643 -1.54752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66643 -1.54752)"^^geo:wktLiteral ;
  geo-pos:lat "48.66643"^^xsd:decimal ;
  geo-pos:long "-1.54752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5514'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54752'^^xsd:double;
  dwc:latitude '48.66643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54752 48.66643, -1.54752 48.66643, -1.54752 48.66643, -1.54752 48.66643, -1.54752 48.66643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5514'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70624 -1.54752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70624 -1.54752)"^^geo:wktLiteral ;
  geo-pos:lat "48.70624"^^xsd:decimal ;
  geo-pos:long "-1.54752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_602'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54752'^^xsd:double;
  dwc:latitude '48.70624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54752 48.70624, -1.54752 48.70624, -1.54752 48.70624, -1.54752 48.70624, -1.54752 48.70624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_602'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72146 -1.54752)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54752"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72146 -1.54752)"^^geo:wktLiteral ;
  geo-pos:lat "48.72146"^^xsd:decimal ;
  geo-pos:long "-1.54752"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_409'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54752'^^xsd:double;
  dwc:latitude '48.72146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54752 48.72146, -1.54752 48.72146, -1.54752 48.72146, -1.54752 48.72146, -1.54752 48.72146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_409'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.54751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.54751)"^^geo:wktLiteral ;
  geo-pos:lat "48.69387"^^xsd:decimal ;
  geo-pos:long "-1.54751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3791'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54751'^^xsd:double;
  dwc:latitude '48.69387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54751 48.69387, -1.54751 48.69387, -1.54751 48.69387, -1.54751 48.69387, -1.54751 48.69387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3791'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69596 -1.54749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69596 -1.54749)"^^geo:wktLiteral ;
  geo-pos:lat "48.69596"^^xsd:decimal ;
  geo-pos:long "-1.54749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2875'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54749'^^xsd:double;
  dwc:latitude '48.69596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54749 48.69596, -1.54749 48.69596, -1.54749 48.69596, -1.54749 48.69596, -1.54749 48.69596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2875'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71154 -1.54749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71154 -1.54749)"^^geo:wktLiteral ;
  geo-pos:lat "48.71154"^^xsd:decimal ;
  geo-pos:long "-1.54749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4591'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54749'^^xsd:double;
  dwc:latitude '48.71154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54749 48.71154, -1.54749 48.71154, -1.54749 48.71154, -1.54749 48.71154, -1.54749 48.71154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4591'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71811 -1.54749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71811 -1.54749)"^^geo:wktLiteral ;
  geo-pos:lat "48.71811"^^xsd:decimal ;
  geo-pos:long "-1.54749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_728'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54749'^^xsd:double;
  dwc:latitude '48.71811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54749 48.71811, -1.54749 48.71811, -1.54749 48.71811, -1.54749 48.71811, -1.54749 48.71811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_728'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.54748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.54748)"^^geo:wktLiteral ;
  geo-pos:lat "48.69048"^^xsd:decimal ;
  geo-pos:long "-1.54748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1270'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54748'^^xsd:double;
  dwc:latitude '48.69048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54748 48.69048, -1.54748 48.69048, -1.54748 48.69048, -1.54748 48.69048, -1.54748 48.69048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1270'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6914 -1.54748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6914 -1.54748)"^^geo:wktLiteral ;
  geo-pos:lat "48.6914"^^xsd:decimal ;
  geo-pos:long "-1.54748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3533'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54748'^^xsd:double;
  dwc:latitude '48.6914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54748 48.6914, -1.54748 48.6914, -1.54748 48.6914, -1.54748 48.6914, -1.54748 48.6914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3533'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68089 -1.54747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68089 -1.54747)"^^geo:wktLiteral ;
  geo-pos:lat "48.68089"^^xsd:decimal ;
  geo-pos:long "-1.54747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4884'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54747'^^xsd:double;
  dwc:latitude '48.68089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54747 48.68089, -1.54747 48.68089, -1.54747 48.68089, -1.54747 48.68089, -1.54747 48.68089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4884'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68782 -1.54746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68782 -1.54746)"^^geo:wktLiteral ;
  geo-pos:lat "48.68782"^^xsd:decimal ;
  geo-pos:long "-1.54746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_23'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_23'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54746'^^xsd:double;
  dwc:latitude '48.68782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54746 48.68782, -1.54746 48.68782, -1.54746 48.68782, -1.54746 48.68782, -1.54746 48.68782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_23'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69066 -1.54746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69066 -1.54746)"^^geo:wktLiteral ;
  geo-pos:lat "48.69066"^^xsd:decimal ;
  geo-pos:long "-1.54746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_155'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54746'^^xsd:double;
  dwc:latitude '48.69066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54746 48.69066, -1.54746 48.69066, -1.54746 48.69066, -1.54746 48.69066, -1.54746 48.69066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_155'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70063 -1.54746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70063 -1.54746)"^^geo:wktLiteral ;
  geo-pos:lat "48.70063"^^xsd:decimal ;
  geo-pos:long "-1.54746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5873'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54746'^^xsd:double;
  dwc:latitude '48.70063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54746 48.70063, -1.54746 48.70063, -1.54746 48.70063, -1.54746 48.70063, -1.54746 48.70063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5873'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65571 -1.54743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65571 -1.54743)"^^geo:wktLiteral ;
  geo-pos:lat "48.65571"^^xsd:decimal ;
  geo-pos:long "-1.54743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1925'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54743'^^xsd:double;
  dwc:latitude '48.65571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54743 48.65571, -1.54743 48.65571, -1.54743 48.65571, -1.54743 48.65571, -1.54743 48.65571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1925'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70363 -1.54743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70363 -1.54743)"^^geo:wktLiteral ;
  geo-pos:lat "48.70363"^^xsd:decimal ;
  geo-pos:long "-1.54743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1871'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54743'^^xsd:double;
  dwc:latitude '48.70363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54743 48.70363, -1.54743 48.70363, -1.54743 48.70363, -1.54743 48.70363, -1.54743 48.70363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1871'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69038 -1.54742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69038 -1.54742)"^^geo:wktLiteral ;
  geo-pos:lat "48.69038"^^xsd:decimal ;
  geo-pos:long "-1.54742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1362'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54742'^^xsd:double;
  dwc:latitude '48.69038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54742 48.69038, -1.54742 48.69038, -1.54742 48.69038, -1.54742 48.69038, -1.54742 48.69038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1362'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69194 -1.54742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69194 -1.54742)"^^geo:wktLiteral ;
  geo-pos:lat "48.69194"^^xsd:decimal ;
  geo-pos:long "-1.54742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4133'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54742'^^xsd:double;
  dwc:latitude '48.69194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54742 48.69194, -1.54742 48.69194, -1.54742 48.69194, -1.54742 48.69194, -1.54742 48.69194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4133'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68953 -1.54741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68953 -1.54741)"^^geo:wktLiteral ;
  geo-pos:lat "48.68953"^^xsd:decimal ;
  geo-pos:long "-1.54741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1143'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54741'^^xsd:double;
  dwc:latitude '48.68953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54741 48.68953, -1.54741 48.68953, -1.54741 48.68953, -1.54741 48.68953, -1.54741 48.68953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1143'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69609 -1.54741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69609 -1.54741)"^^geo:wktLiteral ;
  geo-pos:lat "48.69609"^^xsd:decimal ;
  geo-pos:long "-1.54741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5664'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54741'^^xsd:double;
  dwc:latitude '48.69609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54741 48.69609, -1.54741 48.69609, -1.54741 48.69609, -1.54741 48.69609, -1.54741 48.69609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5664'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7068 -1.5474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7068 -1.5474)"^^geo:wktLiteral ;
  geo-pos:lat "48.7068"^^xsd:decimal ;
  geo-pos:long "-1.5474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2311'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5474'^^xsd:double;
  dwc:latitude '48.7068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5474 48.7068, -1.5474 48.7068, -1.5474 48.7068, -1.5474 48.7068, -1.5474 48.7068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2311'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6561 -1.54738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6561 -1.54738)"^^geo:wktLiteral ;
  geo-pos:lat "48.6561"^^xsd:decimal ;
  geo-pos:long "-1.54738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_135'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54738'^^xsd:double;
  dwc:latitude '48.6561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54738 48.6561, -1.54738 48.6561, -1.54738 48.6561, -1.54738 48.6561, -1.54738 48.6561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_135'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69086 -1.54738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69086 -1.54738)"^^geo:wktLiteral ;
  geo-pos:lat "48.69086"^^xsd:decimal ;
  geo-pos:long "-1.54738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5385'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54738'^^xsd:double;
  dwc:latitude '48.69086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54738 48.69086, -1.54738 48.69086, -1.54738 48.69086, -1.54738 48.69086, -1.54738 48.69086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5385'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68988 -1.54737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68988 -1.54737)"^^geo:wktLiteral ;
  geo-pos:lat "48.68988"^^xsd:decimal ;
  geo-pos:long "-1.54737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5771'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54737'^^xsd:double;
  dwc:latitude '48.68988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54737 48.68988, -1.54737 48.68988, -1.54737 48.68988, -1.54737 48.68988, -1.54737 48.68988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5771'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70329 -1.54737)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54737"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70329 -1.54737)"^^geo:wktLiteral ;
  geo-pos:lat "48.70329"^^xsd:decimal ;
  geo-pos:long "-1.54737"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3060'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54737'^^xsd:double;
  dwc:latitude '48.70329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54737 48.70329, -1.54737 48.70329, -1.54737 48.70329, -1.54737 48.70329, -1.54737 48.70329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3060'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67168 -1.54735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67168 -1.54735)"^^geo:wktLiteral ;
  geo-pos:lat "48.67168"^^xsd:decimal ;
  geo-pos:long "-1.54735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7139'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54735'^^xsd:double;
  dwc:latitude '48.67168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54735 48.67168, -1.54735 48.67168, -1.54735 48.67168, -1.54735 48.67168, -1.54735 48.67168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7139'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67272 -1.54735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67272 -1.54735)"^^geo:wktLiteral ;
  geo-pos:lat "48.67272"^^xsd:decimal ;
  geo-pos:long "-1.54735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7338'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54735'^^xsd:double;
  dwc:latitude '48.67272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54735 48.67272, -1.54735 48.67272, -1.54735 48.67272, -1.54735 48.67272, -1.54735 48.67272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7338'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72615 -1.54735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72615 -1.54735)"^^geo:wktLiteral ;
  geo-pos:lat "48.72615"^^xsd:decimal ;
  geo-pos:long "-1.54735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1004'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54735'^^xsd:double;
  dwc:latitude '48.72615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54735 48.72615, -1.54735 48.72615, -1.54735 48.72615, -1.54735 48.72615, -1.54735 48.72615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1004'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.54734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.54734)"^^geo:wktLiteral ;
  geo-pos:lat "48.69107"^^xsd:decimal ;
  geo-pos:long "-1.54734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1268'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54734'^^xsd:double;
  dwc:latitude '48.69107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54734 48.69107, -1.54734 48.69107, -1.54734 48.69107, -1.54734 48.69107, -1.54734 48.69107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1268'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70165 -1.54734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70165 -1.54734)"^^geo:wktLiteral ;
  geo-pos:lat "48.70165"^^xsd:decimal ;
  geo-pos:long "-1.54734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5822'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54734'^^xsd:double;
  dwc:latitude '48.70165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54734 48.70165, -1.54734 48.70165, -1.54734 48.70165, -1.54734 48.70165, -1.54734 48.70165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5822'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1804> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6896 -1.54733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6896 -1.54733)"^^geo:wktLiteral ;
  geo-pos:lat "48.6896"^^xsd:decimal ;
  geo-pos:long "-1.54733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1804'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1804'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54733'^^xsd:double;
  dwc:latitude '48.6896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54733 48.6896, -1.54733 48.6896, -1.54733 48.6896, -1.54733 48.6896, -1.54733 48.6896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1804'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69275 -1.54732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69275 -1.54732)"^^geo:wktLiteral ;
  geo-pos:lat "48.69275"^^xsd:decimal ;
  geo-pos:long "-1.54732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1116'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54732'^^xsd:double;
  dwc:latitude '48.69275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54732 48.69275, -1.54732 48.69275, -1.54732 48.69275, -1.54732 48.69275, -1.54732 48.69275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1116'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69326 -1.5473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69326 -1.5473)"^^geo:wktLiteral ;
  geo-pos:lat "48.69326"^^xsd:decimal ;
  geo-pos:long "-1.5473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6101'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5473'^^xsd:double;
  dwc:latitude '48.69326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5473 48.69326, -1.5473 48.69326, -1.5473 48.69326, -1.5473 48.69326, -1.5473 48.69326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6101'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70053 -1.54729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70053 -1.54729)"^^geo:wktLiteral ;
  geo-pos:lat "48.70053"^^xsd:decimal ;
  geo-pos:long "-1.54729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9135'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54729'^^xsd:double;
  dwc:latitude '48.70053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54729 48.70053, -1.54729 48.70053, -1.54729 48.70053, -1.54729 48.70053, -1.54729 48.70053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9135'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7053 -1.54729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7053 -1.54729)"^^geo:wktLiteral ;
  geo-pos:lat "48.7053"^^xsd:decimal ;
  geo-pos:long "-1.54729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8928'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '15.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54729'^^xsd:double;
  dwc:latitude '48.7053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54729 48.7053, -1.54729 48.7053, -1.54729 48.7053, -1.54729 48.7053, -1.54729 48.7053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8928'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70773 -1.54729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70773 -1.54729)"^^geo:wktLiteral ;
  geo-pos:lat "48.70773"^^xsd:decimal ;
  geo-pos:long "-1.54729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9727'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54729'^^xsd:double;
  dwc:latitude '48.70773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54729 48.70773, -1.54729 48.70773, -1.54729 48.70773, -1.54729 48.70773, -1.54729 48.70773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9727'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72601 -1.54729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72601 -1.54729)"^^geo:wktLiteral ;
  geo-pos:lat "48.72601"^^xsd:decimal ;
  geo-pos:long "-1.54729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2014'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54729'^^xsd:double;
  dwc:latitude '48.72601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54729 48.72601, -1.54729 48.72601, -1.54729 48.72601, -1.54729 48.72601, -1.54729 48.72601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2014'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69238 -1.54728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69238"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69238 -1.54728)"^^geo:wktLiteral ;
  geo-pos:lat "48.69238"^^xsd:decimal ;
  geo-pos:long "-1.54728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5234'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54728'^^xsd:double;
  dwc:latitude '48.69238'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54728 48.69238, -1.54728 48.69238, -1.54728 48.69238, -1.54728 48.69238, -1.54728 48.69238))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5234'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70796 -1.54728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70796 -1.54728)"^^geo:wktLiteral ;
  geo-pos:lat "48.70796"^^xsd:decimal ;
  geo-pos:long "-1.54728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2094'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54728'^^xsd:double;
  dwc:latitude '48.70796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54728 48.70796, -1.54728 48.70796, -1.54728 48.70796, -1.54728 48.70796, -1.54728 48.70796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2094'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72688 -1.54728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72688 -1.54728)"^^geo:wktLiteral ;
  geo-pos:lat "48.72688"^^xsd:decimal ;
  geo-pos:long "-1.54728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2435'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54728'^^xsd:double;
  dwc:latitude '48.72688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54728 48.72688, -1.54728 48.72688, -1.54728 48.72688, -1.54728 48.72688, -1.54728 48.72688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2435'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69021 -1.54727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69021 -1.54727)"^^geo:wktLiteral ;
  geo-pos:lat "48.69021"^^xsd:decimal ;
  geo-pos:long "-1.54727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4180'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54727'^^xsd:double;
  dwc:latitude '48.69021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54727 48.69021, -1.54727 48.69021, -1.54727 48.69021, -1.54727 48.69021, -1.54727 48.69021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4180'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.54727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.54727)"^^geo:wktLiteral ;
  geo-pos:lat "48.71409"^^xsd:decimal ;
  geo-pos:long "-1.54727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6190'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54727'^^xsd:double;
  dwc:latitude '48.71409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54727 48.71409, -1.54727 48.71409, -1.54727 48.71409, -1.54727 48.71409, -1.54727 48.71409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6190'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71627 -1.54727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71627 -1.54727)"^^geo:wktLiteral ;
  geo-pos:lat "48.71627"^^xsd:decimal ;
  geo-pos:long "-1.54727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5152'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54727'^^xsd:double;
  dwc:latitude '48.71627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54727 48.71627, -1.54727 48.71627, -1.54727 48.71627, -1.54727 48.71627, -1.54727 48.71627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5152'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72766 -1.54727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72766 -1.54727)"^^geo:wktLiteral ;
  geo-pos:lat "48.72766"^^xsd:decimal ;
  geo-pos:long "-1.54727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1807'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54727'^^xsd:double;
  dwc:latitude '48.72766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54727 48.72766, -1.54727 48.72766, -1.54727 48.72766, -1.54727 48.72766, -1.54727 48.72766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1807'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69642 -1.54725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69642 -1.54725)"^^geo:wktLiteral ;
  geo-pos:lat "48.69642"^^xsd:decimal ;
  geo-pos:long "-1.54725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7459'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54725'^^xsd:double;
  dwc:latitude '48.69642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54725 48.69642, -1.54725 48.69642, -1.54725 48.69642, -1.54725 48.69642, -1.54725 48.69642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7459'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6857 -1.54724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6857 -1.54724)"^^geo:wktLiteral ;
  geo-pos:lat "48.6857"^^xsd:decimal ;
  geo-pos:long "-1.54724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10785'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54724'^^xsd:double;
  dwc:latitude '48.6857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54724 48.6857, -1.54724 48.6857, -1.54724 48.6857, -1.54724 48.6857, -1.54724 48.6857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10785'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72735 -1.54723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72735 -1.54723)"^^geo:wktLiteral ;
  geo-pos:lat "48.72735"^^xsd:decimal ;
  geo-pos:long "-1.54723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4388'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54723'^^xsd:double;
  dwc:latitude '48.72735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54723 48.72735, -1.54723 48.72735, -1.54723 48.72735, -1.54723 48.72735, -1.54723 48.72735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4388'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.54722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.54722)"^^geo:wktLiteral ;
  geo-pos:lat "48.6894"^^xsd:decimal ;
  geo-pos:long "-1.54722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6068'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54722'^^xsd:double;
  dwc:latitude '48.6894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54722 48.6894, -1.54722 48.6894, -1.54722 48.6894, -1.54722 48.6894, -1.54722 48.6894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6068'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70776 -1.54722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70776 -1.54722)"^^geo:wktLiteral ;
  geo-pos:lat "48.70776"^^xsd:decimal ;
  geo-pos:long "-1.54722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8010'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54722'^^xsd:double;
  dwc:latitude '48.70776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54722 48.70776, -1.54722 48.70776, -1.54722 48.70776, -1.54722 48.70776, -1.54722 48.70776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8010'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68753 -1.54721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68753 -1.54721)"^^geo:wktLiteral ;
  geo-pos:lat "48.68753"^^xsd:decimal ;
  geo-pos:long "-1.54721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4275'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54721'^^xsd:double;
  dwc:latitude '48.68753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54721 48.68753, -1.54721 48.68753, -1.54721 48.68753, -1.54721 48.68753, -1.54721 48.68753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4275'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.696 -1.54721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.696 -1.54721)"^^geo:wktLiteral ;
  geo-pos:lat "48.696"^^xsd:decimal ;
  geo-pos:long "-1.54721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4169'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54721'^^xsd:double;
  dwc:latitude '48.696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54721 48.696, -1.54721 48.696, -1.54721 48.696, -1.54721 48.696, -1.54721 48.696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4169'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70865 -1.54721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70865 -1.54721)"^^geo:wktLiteral ;
  geo-pos:lat "48.70865"^^xsd:decimal ;
  geo-pos:long "-1.54721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_886'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54721'^^xsd:double;
  dwc:latitude '48.70865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54721 48.70865, -1.54721 48.70865, -1.54721 48.70865, -1.54721 48.70865, -1.54721 48.70865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_886'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71961 -1.54721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71961 -1.54721)"^^geo:wktLiteral ;
  geo-pos:lat "48.71961"^^xsd:decimal ;
  geo-pos:long "-1.54721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4855'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.11666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54721'^^xsd:double;
  dwc:latitude '48.71961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54721 48.71961, -1.54721 48.71961, -1.54721 48.71961, -1.54721 48.71961, -1.54721 48.71961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4855'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68952 -1.5472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68952 -1.5472)"^^geo:wktLiteral ;
  geo-pos:lat "48.68952"^^xsd:decimal ;
  geo-pos:long "-1.5472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5622'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5472'^^xsd:double;
  dwc:latitude '48.68952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5472 48.68952, -1.5472 48.68952, -1.5472 48.68952, -1.5472 48.68952, -1.5472 48.68952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5622'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71704 -1.5472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71704 -1.5472)"^^geo:wktLiteral ;
  geo-pos:lat "48.71704"^^xsd:decimal ;
  geo-pos:long "-1.5472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5158'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5472'^^xsd:double;
  dwc:latitude '48.71704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5472 48.71704, -1.5472 48.71704, -1.5472 48.71704, -1.5472 48.71704, -1.5472 48.71704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5158'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6955 -1.54719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6955 -1.54719)"^^geo:wktLiteral ;
  geo-pos:lat "48.6955"^^xsd:decimal ;
  geo-pos:long "-1.54719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7191'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54719'^^xsd:double;
  dwc:latitude '48.6955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54719 48.6955, -1.54719 48.6955, -1.54719 48.6955, -1.54719 48.6955, -1.54719 48.6955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7191'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72694 -1.54717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72694 -1.54717)"^^geo:wktLiteral ;
  geo-pos:lat "48.72694"^^xsd:decimal ;
  geo-pos:long "-1.54717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_298'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54717'^^xsd:double;
  dwc:latitude '48.72694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54717 48.72694, -1.54717 48.72694, -1.54717 48.72694, -1.54717 48.72694, -1.54717 48.72694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_298'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67069 -1.54716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67069 -1.54716)"^^geo:wktLiteral ;
  geo-pos:lat "48.67069"^^xsd:decimal ;
  geo-pos:long "-1.54716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8628'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54716'^^xsd:double;
  dwc:latitude '48.67069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54716 48.67069, -1.54716 48.67069, -1.54716 48.67069, -1.54716 48.67069, -1.54716 48.67069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8628'^^xsd:string;
  dwc:observationDate '2007-12-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66593 -1.54714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66593 -1.54714)"^^geo:wktLiteral ;
  geo-pos:lat "48.66593"^^xsd:decimal ;
  geo-pos:long "-1.54714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5178'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54714'^^xsd:double;
  dwc:latitude '48.66593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54714 48.66593, -1.54714 48.66593, -1.54714 48.66593, -1.54714 48.66593, -1.54714 48.66593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5178'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67568 -1.54714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67568 -1.54714)"^^geo:wktLiteral ;
  geo-pos:lat "48.67568"^^xsd:decimal ;
  geo-pos:long "-1.54714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6238'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54714'^^xsd:double;
  dwc:latitude '48.67568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54714 48.67568, -1.54714 48.67568, -1.54714 48.67568, -1.54714 48.67568, -1.54714 48.67568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6238'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69009 -1.54714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69009 -1.54714)"^^geo:wktLiteral ;
  geo-pos:lat "48.69009"^^xsd:decimal ;
  geo-pos:long "-1.54714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5287'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54714'^^xsd:double;
  dwc:latitude '48.69009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54714 48.69009, -1.54714 48.69009, -1.54714 48.69009, -1.54714 48.69009, -1.54714 48.69009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5287'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70317 -1.54714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70317 -1.54714)"^^geo:wktLiteral ;
  geo-pos:lat "48.70317"^^xsd:decimal ;
  geo-pos:long "-1.54714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3327'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54714'^^xsd:double;
  dwc:latitude '48.70317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54714 48.70317, -1.54714 48.70317, -1.54714 48.70317, -1.54714 48.70317, -1.54714 48.70317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3327'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70905 -1.54714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70905 -1.54714)"^^geo:wktLiteral ;
  geo-pos:lat "48.70905"^^xsd:decimal ;
  geo-pos:long "-1.54714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5786'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54714'^^xsd:double;
  dwc:latitude '48.70905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54714 48.70905, -1.54714 48.70905, -1.54714 48.70905, -1.54714 48.70905, -1.54714 48.70905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5786'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69676 -1.54712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69676 -1.54712)"^^geo:wktLiteral ;
  geo-pos:lat "48.69676"^^xsd:decimal ;
  geo-pos:long "-1.54712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1048'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54712'^^xsd:double;
  dwc:latitude '48.69676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54712 48.69676, -1.54712 48.69676, -1.54712 48.69676, -1.54712 48.69676, -1.54712 48.69676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1048'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65601 -1.54711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65601 -1.54711)"^^geo:wktLiteral ;
  geo-pos:lat "48.65601"^^xsd:decimal ;
  geo-pos:long "-1.54711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_107'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54711'^^xsd:double;
  dwc:latitude '48.65601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54711 48.65601, -1.54711 48.65601, -1.54711 48.65601, -1.54711 48.65601, -1.54711 48.65601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_107'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68133 -1.54711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68133 -1.54711)"^^geo:wktLiteral ;
  geo-pos:lat "48.68133"^^xsd:decimal ;
  geo-pos:long "-1.54711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9264'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54711'^^xsd:double;
  dwc:latitude '48.68133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54711 48.68133, -1.54711 48.68133, -1.54711 48.68133, -1.54711 48.68133, -1.54711 48.68133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9264'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69175 -1.54711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69175 -1.54711)"^^geo:wktLiteral ;
  geo-pos:lat "48.69175"^^xsd:decimal ;
  geo-pos:long "-1.54711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4481'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54711'^^xsd:double;
  dwc:latitude '48.69175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54711 48.69175, -1.54711 48.69175, -1.54711 48.69175, -1.54711 48.69175, -1.54711 48.69175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4481'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6919 -1.54711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6919 -1.54711)"^^geo:wktLiteral ;
  geo-pos:lat "48.6919"^^xsd:decimal ;
  geo-pos:long "-1.54711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4755'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54711'^^xsd:double;
  dwc:latitude '48.6919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54711 48.6919, -1.54711 48.6919, -1.54711 48.6919, -1.54711 48.6919, -1.54711 48.6919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4755'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70282 -1.54711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70282 -1.54711)"^^geo:wktLiteral ;
  geo-pos:lat "48.70282"^^xsd:decimal ;
  geo-pos:long "-1.54711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10035'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54711'^^xsd:double;
  dwc:latitude '48.70282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54711 48.70282, -1.54711 48.70282, -1.54711 48.70282, -1.54711 48.70282, -1.54711 48.70282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10035'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70578 -1.54711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70578 -1.54711)"^^geo:wktLiteral ;
  geo-pos:lat "48.70578"^^xsd:decimal ;
  geo-pos:long "-1.54711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9701'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54711'^^xsd:double;
  dwc:latitude '48.70578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54711 48.70578, -1.54711 48.70578, -1.54711 48.70578, -1.54711 48.70578, -1.54711 48.70578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9701'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71306 -1.54711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71306 -1.54711)"^^geo:wktLiteral ;
  geo-pos:lat "48.71306"^^xsd:decimal ;
  geo-pos:long "-1.54711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_160'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54711'^^xsd:double;
  dwc:latitude '48.71306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54711 48.71306, -1.54711 48.71306, -1.54711 48.71306, -1.54711 48.71306, -1.54711 48.71306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_160'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.691 -1.5471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.691 -1.5471)"^^geo:wktLiteral ;
  geo-pos:lat "48.691"^^xsd:decimal ;
  geo-pos:long "-1.5471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4142'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5471'^^xsd:double;
  dwc:latitude '48.691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5471 48.691, -1.5471 48.691, -1.5471 48.691, -1.5471 48.691, -1.5471 48.691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4142'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69436 -1.54709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69436 -1.54709)"^^geo:wktLiteral ;
  geo-pos:lat "48.69436"^^xsd:decimal ;
  geo-pos:long "-1.54709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3141'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54709'^^xsd:double;
  dwc:latitude '48.69436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54709 48.69436, -1.54709 48.69436, -1.54709 48.69436, -1.54709 48.69436, -1.54709 48.69436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3141'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.706 -1.54709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.706 -1.54709)"^^geo:wktLiteral ;
  geo-pos:lat "48.706"^^xsd:decimal ;
  geo-pos:long "-1.54709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8341'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54709'^^xsd:double;
  dwc:latitude '48.706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54709 48.706, -1.54709 48.706, -1.54709 48.706, -1.54709 48.706, -1.54709 48.706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8341'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72862 -1.54708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72862 -1.54708)"^^geo:wktLiteral ;
  geo-pos:lat "48.72862"^^xsd:decimal ;
  geo-pos:long "-1.54708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2897'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54708'^^xsd:double;
  dwc:latitude '48.72862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54708 48.72862, -1.54708 48.72862, -1.54708 48.72862, -1.54708 48.72862, -1.54708 48.72862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2897'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67578 -1.54707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67578 -1.54707)"^^geo:wktLiteral ;
  geo-pos:lat "48.67578"^^xsd:decimal ;
  geo-pos:long "-1.54707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8190'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54707'^^xsd:double;
  dwc:latitude '48.67578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54707 48.67578, -1.54707 48.67578, -1.54707 48.67578, -1.54707 48.67578, -1.54707 48.67578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8190'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69165 -1.54707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69165"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69165 -1.54707)"^^geo:wktLiteral ;
  geo-pos:lat "48.69165"^^xsd:decimal ;
  geo-pos:long "-1.54707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1487'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54707'^^xsd:double;
  dwc:latitude '48.69165'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54707 48.69165, -1.54707 48.69165, -1.54707 48.69165, -1.54707 48.69165, -1.54707 48.69165))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1487'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70581 -1.54707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70581 -1.54707)"^^geo:wktLiteral ;
  geo-pos:lat "48.70581"^^xsd:decimal ;
  geo-pos:long "-1.54707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7993'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54707'^^xsd:double;
  dwc:latitude '48.70581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54707 48.70581, -1.54707 48.70581, -1.54707 48.70581, -1.54707 48.70581, -1.54707 48.70581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7993'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72987 -1.54706)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54706"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72987 -1.54706)"^^geo:wktLiteral ;
  geo-pos:lat "48.72987"^^xsd:decimal ;
  geo-pos:long "-1.54706"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9073'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54706'^^xsd:double;
  dwc:latitude '48.72987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54706 48.72987, -1.54706 48.72987, -1.54706 48.72987, -1.54706 48.72987, -1.54706 48.72987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9073'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68033 -1.54705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68033 -1.54705)"^^geo:wktLiteral ;
  geo-pos:lat "48.68033"^^xsd:decimal ;
  geo-pos:long "-1.54705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4177'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54705'^^xsd:double;
  dwc:latitude '48.68033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54705 48.68033, -1.54705 48.68033, -1.54705 48.68033, -1.54705 48.68033, -1.54705 48.68033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4177'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70809 -1.54705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70809 -1.54705)"^^geo:wktLiteral ;
  geo-pos:lat "48.70809"^^xsd:decimal ;
  geo-pos:long "-1.54705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5164'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54705'^^xsd:double;
  dwc:latitude '48.70809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54705 48.70809, -1.54705 48.70809, -1.54705 48.70809, -1.54705 48.70809, -1.54705 48.70809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5164'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66826 -1.54703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66826"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66826 -1.54703)"^^geo:wktLiteral ;
  geo-pos:lat "48.66826"^^xsd:decimal ;
  geo-pos:long "-1.54703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10584'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54703'^^xsd:double;
  dwc:latitude '48.66826'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54703 48.66826, -1.54703 48.66826, -1.54703 48.66826, -1.54703 48.66826, -1.54703 48.66826))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10584'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69491 -1.54703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69491 -1.54703)"^^geo:wktLiteral ;
  geo-pos:lat "48.69491"^^xsd:decimal ;
  geo-pos:long "-1.54703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8430'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54703'^^xsd:double;
  dwc:latitude '48.69491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54703 48.69491, -1.54703 48.69491, -1.54703 48.69491, -1.54703 48.69491, -1.54703 48.69491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8430'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.54702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66796"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66796 -1.54702)"^^geo:wktLiteral ;
  geo-pos:lat "48.66796"^^xsd:decimal ;
  geo-pos:long "-1.54702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10585'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54702'^^xsd:double;
  dwc:latitude '48.66796'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54702 48.66796, -1.54702 48.66796, -1.54702 48.66796, -1.54702 48.66796, -1.54702 48.66796))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10585'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66976 -1.54702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66976 -1.54702)"^^geo:wktLiteral ;
  geo-pos:lat "48.66976"^^xsd:decimal ;
  geo-pos:long "-1.54702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1376'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54702'^^xsd:double;
  dwc:latitude '48.66976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54702 48.66976, -1.54702 48.66976, -1.54702 48.66976, -1.54702 48.66976, -1.54702 48.66976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1376'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68878 -1.547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68878 -1.547)"^^geo:wktLiteral ;
  geo-pos:lat "48.68878"^^xsd:decimal ;
  geo-pos:long "-1.547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1482'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.547'^^xsd:double;
  dwc:latitude '48.68878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.547 48.68878, -1.547 48.68878, -1.547 48.68878, -1.547 48.68878, -1.547 48.68878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1482'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71266 -1.547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71266 -1.547)"^^geo:wktLiteral ;
  geo-pos:lat "48.71266"^^xsd:decimal ;
  geo-pos:long "-1.547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2852'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.547'^^xsd:double;
  dwc:latitude '48.71266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.547 48.71266, -1.547 48.71266, -1.547 48.71266, -1.547 48.71266, -1.547 48.71266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2852'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70744 -1.54699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70744 -1.54699)"^^geo:wktLiteral ;
  geo-pos:lat "48.70744"^^xsd:decimal ;
  geo-pos:long "-1.54699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1215'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54699'^^xsd:double;
  dwc:latitude '48.70744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54699 48.70744, -1.54699 48.70744, -1.54699 48.70744, -1.54699 48.70744, -1.54699 48.70744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1215'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69821 -1.54698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69821 -1.54698)"^^geo:wktLiteral ;
  geo-pos:lat "48.69821"^^xsd:decimal ;
  geo-pos:long "-1.54698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5068'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54698'^^xsd:double;
  dwc:latitude '48.69821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54698 48.69821, -1.54698 48.69821, -1.54698 48.69821, -1.54698 48.69821, -1.54698 48.69821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5068'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70602 -1.54698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70602 -1.54698)"^^geo:wktLiteral ;
  geo-pos:lat "48.70602"^^xsd:decimal ;
  geo-pos:long "-1.54698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10032'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54698'^^xsd:double;
  dwc:latitude '48.70602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54698 48.70602, -1.54698 48.70602, -1.54698 48.70602, -1.54698 48.70602, -1.54698 48.70602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10032'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.54696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.54696)"^^geo:wktLiteral ;
  geo-pos:lat "48.7064"^^xsd:decimal ;
  geo-pos:long "-1.54696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7994'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54696'^^xsd:double;
  dwc:latitude '48.7064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54696 48.7064, -1.54696 48.7064, -1.54696 48.7064, -1.54696 48.7064, -1.54696 48.7064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7994'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6906 -1.54695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6906 -1.54695)"^^geo:wktLiteral ;
  geo-pos:lat "48.6906"^^xsd:decimal ;
  geo-pos:long "-1.54695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2634'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54695'^^xsd:double;
  dwc:latitude '48.6906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54695 48.6906, -1.54695 48.6906, -1.54695 48.6906, -1.54695 48.6906, -1.54695 48.6906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2634'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70478 -1.54695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70478 -1.54695)"^^geo:wktLiteral ;
  geo-pos:lat "48.70478"^^xsd:decimal ;
  geo-pos:long "-1.54695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5787'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54695'^^xsd:double;
  dwc:latitude '48.70478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54695 48.70478, -1.54695 48.70478, -1.54695 48.70478, -1.54695 48.70478, -1.54695 48.70478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5787'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6919 -1.54694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6919 -1.54694)"^^geo:wktLiteral ;
  geo-pos:lat "48.6919"^^xsd:decimal ;
  geo-pos:long "-1.54694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6240'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54694'^^xsd:double;
  dwc:latitude '48.6919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54694 48.6919, -1.54694 48.6919, -1.54694 48.6919, -1.54694 48.6919, -1.54694 48.6919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6240'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66401 -1.54693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66401 -1.54693)"^^geo:wktLiteral ;
  geo-pos:lat "48.66401"^^xsd:decimal ;
  geo-pos:long "-1.54693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5435'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54693'^^xsd:double;
  dwc:latitude '48.66401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54693 48.66401, -1.54693 48.66401, -1.54693 48.66401, -1.54693 48.66401, -1.54693 48.66401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5435'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70577 -1.54693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70577 -1.54693)"^^geo:wktLiteral ;
  geo-pos:lat "48.70577"^^xsd:decimal ;
  geo-pos:long "-1.54693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9702'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54693'^^xsd:double;
  dwc:latitude '48.70577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54693 48.70577, -1.54693 48.70577, -1.54693 48.70577, -1.54693 48.70577, -1.54693 48.70577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9702'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72134 -1.54692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72134 -1.54692)"^^geo:wktLiteral ;
  geo-pos:lat "48.72134"^^xsd:decimal ;
  geo-pos:long "-1.54692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_306'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54692'^^xsd:double;
  dwc:latitude '48.72134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54692 48.72134, -1.54692 48.72134, -1.54692 48.72134, -1.54692 48.72134, -1.54692 48.72134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_306'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69011 -1.54691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69011 -1.54691)"^^geo:wktLiteral ;
  geo-pos:lat "48.69011"^^xsd:decimal ;
  geo-pos:long "-1.54691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2516'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54691'^^xsd:double;
  dwc:latitude '48.69011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54691 48.69011, -1.54691 48.69011, -1.54691 48.69011, -1.54691 48.69011, -1.54691 48.69011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2516'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69113 -1.54691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69113 -1.54691)"^^geo:wktLiteral ;
  geo-pos:lat "48.69113"^^xsd:decimal ;
  geo-pos:long "-1.54691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5280'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54691'^^xsd:double;
  dwc:latitude '48.69113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54691 48.69113, -1.54691 48.69113, -1.54691 48.69113, -1.54691 48.69113, -1.54691 48.69113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5280'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69291 -1.54691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69291 -1.54691)"^^geo:wktLiteral ;
  geo-pos:lat "48.69291"^^xsd:decimal ;
  geo-pos:long "-1.54691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2394'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54691'^^xsd:double;
  dwc:latitude '48.69291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54691 48.69291, -1.54691 48.69291, -1.54691 48.69291, -1.54691 48.69291, -1.54691 48.69291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2394'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68953 -1.5469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68953 -1.5469)"^^geo:wktLiteral ;
  geo-pos:lat "48.68953"^^xsd:decimal ;
  geo-pos:long "-1.5469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4377'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5469'^^xsd:double;
  dwc:latitude '48.68953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5469 48.68953, -1.5469 48.68953, -1.5469 48.68953, -1.5469 48.68953, -1.5469 48.68953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4377'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68008 -1.54689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68008 -1.54689)"^^geo:wktLiteral ;
  geo-pos:lat "48.68008"^^xsd:decimal ;
  geo-pos:long "-1.54689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6935'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54689'^^xsd:double;
  dwc:latitude '48.68008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54689 48.68008, -1.54689 48.68008, -1.54689 48.68008, -1.54689 48.68008, -1.54689 48.68008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6935'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7077 -1.54689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7077 -1.54689)"^^geo:wktLiteral ;
  geo-pos:lat "48.7077"^^xsd:decimal ;
  geo-pos:long "-1.54689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3187'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54689'^^xsd:double;
  dwc:latitude '48.7077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54689 48.7077, -1.54689 48.7077, -1.54689 48.7077, -1.54689 48.7077, -1.54689 48.7077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3187'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69169 -1.54688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69169 -1.54688)"^^geo:wktLiteral ;
  geo-pos:lat "48.69169"^^xsd:decimal ;
  geo-pos:long "-1.54688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5623'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54688'^^xsd:double;
  dwc:latitude '48.69169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54688 48.69169, -1.54688 48.69169, -1.54688 48.69169, -1.54688 48.69169, -1.54688 48.69169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5623'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70066 -1.54688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70066 -1.54688)"^^geo:wktLiteral ;
  geo-pos:lat "48.70066"^^xsd:decimal ;
  geo-pos:long "-1.54688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10356'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54688'^^xsd:double;
  dwc:latitude '48.70066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54688 48.70066, -1.54688 48.70066, -1.54688 48.70066, -1.54688 48.70066, -1.54688 48.70066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10356'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70655 -1.54688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70655 -1.54688)"^^geo:wktLiteral ;
  geo-pos:lat "48.70655"^^xsd:decimal ;
  geo-pos:long "-1.54688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7773'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54688'^^xsd:double;
  dwc:latitude '48.70655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54688 48.70655, -1.54688 48.70655, -1.54688 48.70655, -1.54688 48.70655, -1.54688 48.70655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7773'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72472 -1.54688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72472 -1.54688)"^^geo:wktLiteral ;
  geo-pos:lat "48.72472"^^xsd:decimal ;
  geo-pos:long "-1.54688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_164'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54688'^^xsd:double;
  dwc:latitude '48.72472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54688 48.72472, -1.54688 48.72472, -1.54688 48.72472, -1.54688 48.72472, -1.54688 48.72472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_164'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69119 -1.54687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69119"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69119 -1.54687)"^^geo:wktLiteral ;
  geo-pos:lat "48.69119"^^xsd:decimal ;
  geo-pos:long "-1.54687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4154'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54687'^^xsd:double;
  dwc:latitude '48.69119'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54687 48.69119, -1.54687 48.69119, -1.54687 48.69119, -1.54687 48.69119, -1.54687 48.69119))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4154'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68925 -1.54686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68925 -1.54686)"^^geo:wktLiteral ;
  geo-pos:lat "48.68925"^^xsd:decimal ;
  geo-pos:long "-1.54686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3177'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54686'^^xsd:double;
  dwc:latitude '48.68925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54686 48.68925, -1.54686 48.68925, -1.54686 48.68925, -1.54686 48.68925, -1.54686 48.68925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3177'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68932 -1.54686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68932 -1.54686)"^^geo:wktLiteral ;
  geo-pos:lat "48.68932"^^xsd:decimal ;
  geo-pos:long "-1.54686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3411'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54686'^^xsd:double;
  dwc:latitude '48.68932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54686 48.68932, -1.54686 48.68932, -1.54686 48.68932, -1.54686 48.68932, -1.54686 48.68932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3411'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65764 -1.54685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65764 -1.54685)"^^geo:wktLiteral ;
  geo-pos:lat "48.65764"^^xsd:decimal ;
  geo-pos:long "-1.54685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10788'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54685'^^xsd:double;
  dwc:latitude '48.65764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54685 48.65764, -1.54685 48.65764, -1.54685 48.65764, -1.54685 48.65764, -1.54685 48.65764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10788'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69775 -1.54685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69775 -1.54685)"^^geo:wktLiteral ;
  geo-pos:lat "48.69775"^^xsd:decimal ;
  geo-pos:long "-1.54685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7246'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54685'^^xsd:double;
  dwc:latitude '48.69775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54685 48.69775, -1.54685 48.69775, -1.54685 48.69775, -1.54685 48.69775, -1.54685 48.69775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7246'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7057 -1.54684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7057 -1.54684)"^^geo:wktLiteral ;
  geo-pos:lat "48.7057"^^xsd:decimal ;
  geo-pos:long "-1.54684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9728'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54684'^^xsd:double;
  dwc:latitude '48.7057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54684 48.7057, -1.54684 48.7057, -1.54684 48.7057, -1.54684 48.7057, -1.54684 48.7057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9728'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68492 -1.54683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68492 -1.54683)"^^geo:wktLiteral ;
  geo-pos:lat "48.68492"^^xsd:decimal ;
  geo-pos:long "-1.54683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8191'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54683'^^xsd:double;
  dwc:latitude '48.68492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54683 48.68492, -1.54683 48.68492, -1.54683 48.68492, -1.54683 48.68492, -1.54683 48.68492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8191'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7245 -1.54683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7245 -1.54683)"^^geo:wktLiteral ;
  geo-pos:lat "48.7245"^^xsd:decimal ;
  geo-pos:long "-1.54683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_163'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54683'^^xsd:double;
  dwc:latitude '48.7245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54683 48.7245, -1.54683 48.7245, -1.54683 48.7245, -1.54683 48.7245, -1.54683 48.7245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_163'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68972 -1.54682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68972 -1.54682)"^^geo:wktLiteral ;
  geo-pos:lat "48.68972"^^xsd:decimal ;
  geo-pos:long "-1.54682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2598'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54682'^^xsd:double;
  dwc:latitude '48.68972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54682 48.68972, -1.54682 48.68972, -1.54682 48.68972, -1.54682 48.68972, -1.54682 48.68972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2598'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69 -1.54682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69 -1.54682)"^^geo:wktLiteral ;
  geo-pos:lat "48.69"^^xsd:decimal ;
  geo-pos:long "-1.54682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4491'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54682'^^xsd:double;
  dwc:latitude '48.69'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54682 48.69, -1.54682 48.69, -1.54682 48.69, -1.54682 48.69, -1.54682 48.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4491'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71942 -1.54681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71942 -1.54681)"^^geo:wktLiteral ;
  geo-pos:lat "48.71942"^^xsd:decimal ;
  geo-pos:long "-1.54681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4405'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54681'^^xsd:double;
  dwc:latitude '48.71942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54681 48.71942, -1.54681 48.71942, -1.54681 48.71942, -1.54681 48.71942, -1.54681 48.71942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4405'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65703 -1.5468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65703 -1.5468)"^^geo:wktLiteral ;
  geo-pos:lat "48.65703"^^xsd:decimal ;
  geo-pos:long "-1.5468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3699'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5468'^^xsd:double;
  dwc:latitude '48.65703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5468 48.65703, -1.5468 48.65703, -1.5468 48.65703, -1.5468 48.65703, -1.5468 48.65703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3699'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71501 -1.5468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71501 -1.5468)"^^geo:wktLiteral ;
  geo-pos:lat "48.71501"^^xsd:decimal ;
  geo-pos:long "-1.5468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5160'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5468'^^xsd:double;
  dwc:latitude '48.71501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5468 48.71501, -1.5468 48.71501, -1.5468 48.71501, -1.5468 48.71501, -1.5468 48.71501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5160'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6902 -1.54679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6902 -1.54679)"^^geo:wktLiteral ;
  geo-pos:lat "48.6902"^^xsd:decimal ;
  geo-pos:long "-1.54679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2676'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54679'^^xsd:double;
  dwc:latitude '48.6902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54679 48.6902, -1.54679 48.6902, -1.54679 48.6902, -1.54679 48.6902, -1.54679 48.6902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2676'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7088 -1.54679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7088 -1.54679)"^^geo:wktLiteral ;
  geo-pos:lat "48.7088"^^xsd:decimal ;
  geo-pos:long "-1.54679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9306'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54679'^^xsd:double;
  dwc:latitude '48.7088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54679 48.7088, -1.54679 48.7088, -1.54679 48.7088, -1.54679 48.7088, -1.54679 48.7088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9306'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69962 -1.54678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69962 -1.54678)"^^geo:wktLiteral ;
  geo-pos:lat "48.69962"^^xsd:decimal ;
  geo-pos:long "-1.54678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3077'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54678'^^xsd:double;
  dwc:latitude '48.69962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54678 48.69962, -1.54678 48.69962, -1.54678 48.69962, -1.54678 48.69962, -1.54678 48.69962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3077'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66083 -1.54676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66083 -1.54676)"^^geo:wktLiteral ;
  geo-pos:lat "48.66083"^^xsd:decimal ;
  geo-pos:long "-1.54676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7410'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54676'^^xsd:double;
  dwc:latitude '48.66083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54676 48.66083, -1.54676 48.66083, -1.54676 48.66083, -1.54676 48.66083, -1.54676 48.66083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7410'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65653 -1.54675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65653 -1.54675)"^^geo:wktLiteral ;
  geo-pos:lat "48.65653"^^xsd:decimal ;
  geo-pos:long "-1.54675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10898'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54675'^^xsd:double;
  dwc:latitude '48.65653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54675 48.65653, -1.54675 48.65653, -1.54675 48.65653, -1.54675 48.65653, -1.54675 48.65653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10898'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67121 -1.54675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67121 -1.54675)"^^geo:wktLiteral ;
  geo-pos:lat "48.67121"^^xsd:decimal ;
  geo-pos:long "-1.54675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5889'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.56666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54675'^^xsd:double;
  dwc:latitude '48.67121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54675 48.67121, -1.54675 48.67121, -1.54675 48.67121, -1.54675 48.67121, -1.54675 48.67121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5889'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69482 -1.54675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69482 -1.54675)"^^geo:wktLiteral ;
  geo-pos:lat "48.69482"^^xsd:decimal ;
  geo-pos:long "-1.54675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4190'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54675'^^xsd:double;
  dwc:latitude '48.69482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54675 48.69482, -1.54675 48.69482, -1.54675 48.69482, -1.54675 48.69482, -1.54675 48.69482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4190'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71994 -1.54675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71994 -1.54675)"^^geo:wktLiteral ;
  geo-pos:lat "48.71994"^^xsd:decimal ;
  geo-pos:long "-1.54675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_268'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54675'^^xsd:double;
  dwc:latitude '48.71994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54675 48.71994, -1.54675 48.71994, -1.54675 48.71994, -1.54675 48.71994, -1.54675 48.71994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_268'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69006 -1.54673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69006 -1.54673)"^^geo:wktLiteral ;
  geo-pos:lat "48.69006"^^xsd:decimal ;
  geo-pos:long "-1.54673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_758'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54673'^^xsd:double;
  dwc:latitude '48.69006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54673 48.69006, -1.54673 48.69006, -1.54673 48.69006, -1.54673 48.69006, -1.54673 48.69006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_758'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70175 -1.54673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70175 -1.54673)"^^geo:wktLiteral ;
  geo-pos:lat "48.70175"^^xsd:decimal ;
  geo-pos:long "-1.54673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7772'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54673'^^xsd:double;
  dwc:latitude '48.70175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54673 48.70175, -1.54673 48.70175, -1.54673 48.70175, -1.54673 48.70175, -1.54673 48.70175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7772'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.729 -1.54673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.729"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.729 -1.54673)"^^geo:wktLiteral ;
  geo-pos:lat "48.729"^^xsd:decimal ;
  geo-pos:long "-1.54673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7696'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54673'^^xsd:double;
  dwc:latitude '48.729'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54673 48.729, -1.54673 48.729, -1.54673 48.729, -1.54673 48.729, -1.54673 48.729))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7696'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69028 -1.54672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69028 -1.54672)"^^geo:wktLiteral ;
  geo-pos:lat "48.69028"^^xsd:decimal ;
  geo-pos:long "-1.54672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1269'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54672'^^xsd:double;
  dwc:latitude '48.69028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54672 48.69028, -1.54672 48.69028, -1.54672 48.69028, -1.54672 48.69028, -1.54672 48.69028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1269'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.715 -1.54672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.715 -1.54672)"^^geo:wktLiteral ;
  geo-pos:lat "48.715"^^xsd:decimal ;
  geo-pos:long "-1.54672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4671'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54672'^^xsd:double;
  dwc:latitude '48.715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54672 48.715, -1.54672 48.715, -1.54672 48.715, -1.54672 48.715, -1.54672 48.715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4671'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66842 -1.5467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66842"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66842 -1.5467)"^^geo:wktLiteral ;
  geo-pos:lat "48.66842"^^xsd:decimal ;
  geo-pos:long "-1.5467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10581'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5467'^^xsd:double;
  dwc:latitude '48.66842'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5467 48.66842, -1.5467 48.66842, -1.5467 48.66842, -1.5467 48.66842, -1.5467 48.66842))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10581'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72703 -1.5467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72703 -1.5467)"^^geo:wktLiteral ;
  geo-pos:lat "48.72703"^^xsd:decimal ;
  geo-pos:long "-1.5467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2162'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5467'^^xsd:double;
  dwc:latitude '48.72703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5467 48.72703, -1.5467 48.72703, -1.5467 48.72703, -1.5467 48.72703, -1.5467 48.72703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2162'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67918 -1.54669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67918 -1.54669)"^^geo:wktLiteral ;
  geo-pos:lat "48.67918"^^xsd:decimal ;
  geo-pos:long "-1.54669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_440'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54669'^^xsd:double;
  dwc:latitude '48.67918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54669 48.67918, -1.54669 48.67918, -1.54669 48.67918, -1.54669 48.67918, -1.54669 48.67918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_440'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70564 -1.54668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70564 -1.54668)"^^geo:wktLiteral ;
  geo-pos:lat "48.70564"^^xsd:decimal ;
  geo-pos:long "-1.54668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8511'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54668'^^xsd:double;
  dwc:latitude '48.70564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54668 48.70564, -1.54668 48.70564, -1.54668 48.70564, -1.54668 48.70564, -1.54668 48.70564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8511'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70962 -1.54668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70962 -1.54668)"^^geo:wktLiteral ;
  geo-pos:lat "48.70962"^^xsd:decimal ;
  geo-pos:long "-1.54668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3025'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54668'^^xsd:double;
  dwc:latitude '48.70962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54668 48.70962, -1.54668 48.70962, -1.54668 48.70962, -1.54668 48.70962, -1.54668 48.70962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3025'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66719 -1.54667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66719 -1.54667)"^^geo:wktLiteral ;
  geo-pos:lat "48.66719"^^xsd:decimal ;
  geo-pos:long "-1.54667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11625'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54667'^^xsd:double;
  dwc:latitude '48.66719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54667 48.66719, -1.54667 48.66719, -1.54667 48.66719, -1.54667 48.66719, -1.54667 48.66719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11625'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69111 -1.54667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69111"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69111 -1.54667)"^^geo:wktLiteral ;
  geo-pos:lat "48.69111"^^xsd:decimal ;
  geo-pos:long "-1.54667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5222'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54667'^^xsd:double;
  dwc:latitude '48.69111'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54667 48.69111, -1.54667 48.69111, -1.54667 48.69111, -1.54667 48.69111, -1.54667 48.69111))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5222'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68177 -1.54666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68177 -1.54666)"^^geo:wktLiteral ;
  geo-pos:lat "48.68177"^^xsd:decimal ;
  geo-pos:long "-1.54666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6239'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54666'^^xsd:double;
  dwc:latitude '48.68177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54666 48.68177, -1.54666 48.68177, -1.54666 48.68177, -1.54666 48.68177, -1.54666 48.68177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6239'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69283 -1.54666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69283"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69283 -1.54666)"^^geo:wktLiteral ;
  geo-pos:lat "48.69283"^^xsd:decimal ;
  geo-pos:long "-1.54666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4433'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54666'^^xsd:double;
  dwc:latitude '48.69283'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54666 48.69283, -1.54666 48.69283, -1.54666 48.69283, -1.54666 48.69283, -1.54666 48.69283))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4433'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69063 -1.54665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69063 -1.54665)"^^geo:wktLiteral ;
  geo-pos:lat "48.69063"^^xsd:decimal ;
  geo-pos:long "-1.54665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1577'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54665'^^xsd:double;
  dwc:latitude '48.69063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54665 48.69063, -1.54665 48.69063, -1.54665 48.69063, -1.54665 48.69063, -1.54665 48.69063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1577'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70589 -1.54663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70589 -1.54663)"^^geo:wktLiteral ;
  geo-pos:lat "48.70589"^^xsd:decimal ;
  geo-pos:long "-1.54663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10479'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54663'^^xsd:double;
  dwc:latitude '48.70589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54663 48.70589, -1.54663 48.70589, -1.54663 48.70589, -1.54663 48.70589, -1.54663 48.70589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10479'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70607 -1.54663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70607 -1.54663)"^^geo:wktLiteral ;
  geo-pos:lat "48.70607"^^xsd:decimal ;
  geo-pos:long "-1.54663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8923'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54663'^^xsd:double;
  dwc:latitude '48.70607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54663 48.70607, -1.54663 48.70607, -1.54663 48.70607, -1.54663 48.70607, -1.54663 48.70607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8923'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72679 -1.54662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72679 -1.54662)"^^geo:wktLiteral ;
  geo-pos:lat "48.72679"^^xsd:decimal ;
  geo-pos:long "-1.54662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3272'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54662'^^xsd:double;
  dwc:latitude '48.72679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54662 48.72679, -1.54662 48.72679, -1.54662 48.72679, -1.54662 48.72679, -1.54662 48.72679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3272'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69347 -1.54661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69347 -1.54661)"^^geo:wktLiteral ;
  geo-pos:lat "48.69347"^^xsd:decimal ;
  geo-pos:long "-1.54661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5845'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54661'^^xsd:double;
  dwc:latitude '48.69347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54661 48.69347, -1.54661 48.69347, -1.54661 48.69347, -1.54661 48.69347, -1.54661 48.69347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5845'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70162 -1.54661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70162 -1.54661)"^^geo:wktLiteral ;
  geo-pos:lat "48.70162"^^xsd:decimal ;
  geo-pos:long "-1.54661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7991'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54661'^^xsd:double;
  dwc:latitude '48.70162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54661 48.70162, -1.54661 48.70162, -1.54661 48.70162, -1.54661 48.70162, -1.54661 48.70162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7991'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70537 -1.5466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70537 -1.5466)"^^geo:wktLiteral ;
  geo-pos:lat "48.70537"^^xsd:decimal ;
  geo-pos:long "-1.5466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10033'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5466'^^xsd:double;
  dwc:latitude '48.70537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5466 48.70537, -1.5466 48.70537, -1.5466 48.70537, -1.5466 48.70537, -1.5466 48.70537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10033'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71372 -1.5466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71372 -1.5466)"^^geo:wktLiteral ;
  geo-pos:lat "48.71372"^^xsd:decimal ;
  geo-pos:long "-1.5466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4601'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5466'^^xsd:double;
  dwc:latitude '48.71372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5466 48.71372, -1.5466 48.71372, -1.5466 48.71372, -1.5466 48.71372, -1.5466 48.71372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4601'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68843 -1.54659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68843 -1.54659)"^^geo:wktLiteral ;
  geo-pos:lat "48.68843"^^xsd:decimal ;
  geo-pos:long "-1.54659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_191'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54659'^^xsd:double;
  dwc:latitude '48.68843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54659 48.68843, -1.54659 48.68843, -1.54659 48.68843, -1.54659 48.68843, -1.54659 48.68843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_191'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70176 -1.54659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70176 -1.54659)"^^geo:wktLiteral ;
  geo-pos:lat "48.70176"^^xsd:decimal ;
  geo-pos:long "-1.54659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7992'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54659'^^xsd:double;
  dwc:latitude '48.70176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54659 48.70176, -1.54659 48.70176, -1.54659 48.70176, -1.54659 48.70176, -1.54659 48.70176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7992'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65723 -1.54658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65723 -1.54658)"^^geo:wktLiteral ;
  geo-pos:lat "48.65723"^^xsd:decimal ;
  geo-pos:long "-1.54658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_95'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_95'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54658'^^xsd:double;
  dwc:latitude '48.65723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54658 48.65723, -1.54658 48.65723, -1.54658 48.65723, -1.54658 48.65723, -1.54658 48.65723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_95'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67716 -1.54658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67716 -1.54658)"^^geo:wktLiteral ;
  geo-pos:lat "48.67716"^^xsd:decimal ;
  geo-pos:long "-1.54658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5553'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54658'^^xsd:double;
  dwc:latitude '48.67716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54658 48.67716, -1.54658 48.67716, -1.54658 48.67716, -1.54658 48.67716, -1.54658 48.67716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5553'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69329 -1.54658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69329 -1.54658)"^^geo:wktLiteral ;
  geo-pos:lat "48.69329"^^xsd:decimal ;
  geo-pos:long "-1.54658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4431'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54658'^^xsd:double;
  dwc:latitude '48.69329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54658 48.69329, -1.54658 48.69329, -1.54658 48.69329, -1.54658 48.69329, -1.54658 48.69329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4431'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70575 -1.54658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70575 -1.54658)"^^geo:wktLiteral ;
  geo-pos:lat "48.70575"^^xsd:decimal ;
  geo-pos:long "-1.54658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8047'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54658'^^xsd:double;
  dwc:latitude '48.70575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54658 48.70575, -1.54658 48.70575, -1.54658 48.70575, -1.54658 48.70575, -1.54658 48.70575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8047'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72477 -1.54658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72477 -1.54658)"^^geo:wktLiteral ;
  geo-pos:lat "48.72477"^^xsd:decimal ;
  geo-pos:long "-1.54658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9777'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54658'^^xsd:double;
  dwc:latitude '48.72477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54658 48.72477, -1.54658 48.72477, -1.54658 48.72477, -1.54658 48.72477, -1.54658 48.72477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9777'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69331 -1.54657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69331 -1.54657)"^^geo:wktLiteral ;
  geo-pos:lat "48.69331"^^xsd:decimal ;
  geo-pos:long "-1.54657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3793'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54657'^^xsd:double;
  dwc:latitude '48.69331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54657 48.69331, -1.54657 48.69331, -1.54657 48.69331, -1.54657 48.69331, -1.54657 48.69331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3793'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69798 -1.54657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69798 -1.54657)"^^geo:wktLiteral ;
  geo-pos:lat "48.69798"^^xsd:decimal ;
  geo-pos:long "-1.54657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4341'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54657'^^xsd:double;
  dwc:latitude '48.69798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54657 48.69798, -1.54657 48.69798, -1.54657 48.69798, -1.54657 48.69798, -1.54657 48.69798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4341'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.54657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.54657)"^^geo:wktLiteral ;
  geo-pos:lat "48.7063"^^xsd:decimal ;
  geo-pos:long "-1.54657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10094'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54657'^^xsd:double;
  dwc:latitude '48.7063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54657 48.7063, -1.54657 48.7063, -1.54657 48.7063, -1.54657 48.7063, -1.54657 48.7063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10094'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_961> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70966 -1.54657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70966 -1.54657)"^^geo:wktLiteral ;
  geo-pos:lat "48.70966"^^xsd:decimal ;
  geo-pos:long "-1.54657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_961'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_961'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54657'^^xsd:double;
  dwc:latitude '48.70966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54657 48.70966, -1.54657 48.70966, -1.54657 48.70966, -1.54657 48.70966, -1.54657 48.70966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_961'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72451 -1.54656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72451 -1.54656)"^^geo:wktLiteral ;
  geo-pos:lat "48.72451"^^xsd:decimal ;
  geo-pos:long "-1.54656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2015'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54656'^^xsd:double;
  dwc:latitude '48.72451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54656 48.72451, -1.54656 48.72451, -1.54656 48.72451, -1.54656 48.72451, -1.54656 48.72451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2015'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.54655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.54655)"^^geo:wktLiteral ;
  geo-pos:lat "48.69214"^^xsd:decimal ;
  geo-pos:long "-1.54655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1562'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54655'^^xsd:double;
  dwc:latitude '48.69214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54655 48.69214, -1.54655 48.69214, -1.54655 48.69214, -1.54655 48.69214, -1.54655 48.69214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1562'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70907 -1.54655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70907 -1.54655)"^^geo:wktLiteral ;
  geo-pos:lat "48.70907"^^xsd:decimal ;
  geo-pos:long "-1.54655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3181'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54655'^^xsd:double;
  dwc:latitude '48.70907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54655 48.70907, -1.54655 48.70907, -1.54655 48.70907, -1.54655 48.70907, -1.54655 48.70907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3181'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70663 -1.54654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70663 -1.54654)"^^geo:wktLiteral ;
  geo-pos:lat "48.70663"^^xsd:decimal ;
  geo-pos:long "-1.54654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8504'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54654'^^xsd:double;
  dwc:latitude '48.70663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54654 48.70663, -1.54654 48.70663, -1.54654 48.70663, -1.54654 48.70663, -1.54654 48.70663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8504'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70256 -1.54653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70256 -1.54653)"^^geo:wktLiteral ;
  geo-pos:lat "48.70256"^^xsd:decimal ;
  geo-pos:long "-1.54653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5872'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.26666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54653'^^xsd:double;
  dwc:latitude '48.70256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54653 48.70256, -1.54653 48.70256, -1.54653 48.70256, -1.54653 48.70256, -1.54653 48.70256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5872'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71234 -1.54653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71234 -1.54653)"^^geo:wktLiteral ;
  geo-pos:lat "48.71234"^^xsd:decimal ;
  geo-pos:long "-1.54653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7984'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54653'^^xsd:double;
  dwc:latitude '48.71234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54653 48.71234, -1.54653 48.71234, -1.54653 48.71234, -1.54653 48.71234, -1.54653 48.71234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7984'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67724 -1.5465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67724 -1.5465)"^^geo:wktLiteral ;
  geo-pos:lat "48.67724"^^xsd:decimal ;
  geo-pos:long "-1.5465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4214'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5465'^^xsd:double;
  dwc:latitude '48.67724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5465 48.67724, -1.5465 48.67724, -1.5465 48.67724, -1.5465 48.67724, -1.5465 48.67724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4214'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70542 -1.5465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70542 -1.5465)"^^geo:wktLiteral ;
  geo-pos:lat "48.70542"^^xsd:decimal ;
  geo-pos:long "-1.5465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10250'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5465'^^xsd:double;
  dwc:latitude '48.70542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5465 48.70542, -1.5465 48.70542, -1.5465 48.70542, -1.5465 48.70542, -1.5465 48.70542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10250'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6986 -1.54647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6986 -1.54647)"^^geo:wktLiteral ;
  geo-pos:lat "48.6986"^^xsd:decimal ;
  geo-pos:long "-1.54647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8926'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54647'^^xsd:double;
  dwc:latitude '48.6986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54647 48.6986, -1.54647 48.6986, -1.54647 48.6986, -1.54647 48.6986, -1.54647 48.6986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8926'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68888 -1.54646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68888 -1.54646)"^^geo:wktLiteral ;
  geo-pos:lat "48.68888"^^xsd:decimal ;
  geo-pos:long "-1.54646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1236'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54646'^^xsd:double;
  dwc:latitude '48.68888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54646 48.68888, -1.54646 48.68888, -1.54646 48.68888, -1.54646 48.68888, -1.54646 48.68888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1236'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.54645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.54645)"^^geo:wktLiteral ;
  geo-pos:lat "48.69174"^^xsd:decimal ;
  geo-pos:long "-1.54645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3043'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54645'^^xsd:double;
  dwc:latitude '48.69174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54645 48.69174, -1.54645 48.69174, -1.54645 48.69174, -1.54645 48.69174, -1.54645 48.69174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3043'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70562 -1.54645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70562 -1.54645)"^^geo:wktLiteral ;
  geo-pos:lat "48.70562"^^xsd:decimal ;
  geo-pos:long "-1.54645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10249'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54645'^^xsd:double;
  dwc:latitude '48.70562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54645 48.70562, -1.54645 48.70562, -1.54645 48.70562, -1.54645 48.70562, -1.54645 48.70562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10249'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68778 -1.54644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68778 -1.54644)"^^geo:wktLiteral ;
  geo-pos:lat "48.68778"^^xsd:decimal ;
  geo-pos:long "-1.54644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1117'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54644'^^xsd:double;
  dwc:latitude '48.68778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54644 48.68778, -1.54644 48.68778, -1.54644 48.68778, -1.54644 48.68778, -1.54644 48.68778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1117'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7007 -1.54644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7007 -1.54644)"^^geo:wktLiteral ;
  geo-pos:lat "48.7007"^^xsd:decimal ;
  geo-pos:long "-1.54644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7771'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54644'^^xsd:double;
  dwc:latitude '48.7007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54644 48.7007, -1.54644 48.7007, -1.54644 48.7007, -1.54644 48.7007, -1.54644 48.7007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7771'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69076 -1.54643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69076"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69076 -1.54643)"^^geo:wktLiteral ;
  geo-pos:lat "48.69076"^^xsd:decimal ;
  geo-pos:long "-1.54643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7028'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54643'^^xsd:double;
  dwc:latitude '48.69076'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54643 48.69076, -1.54643 48.69076, -1.54643 48.69076, -1.54643 48.69076, -1.54643 48.69076))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7028'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65426 -1.54642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65426 -1.54642)"^^geo:wktLiteral ;
  geo-pos:lat "48.65426"^^xsd:decimal ;
  geo-pos:long "-1.54642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11472'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54642'^^xsd:double;
  dwc:latitude '48.65426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54642 48.65426, -1.54642 48.65426, -1.54642 48.65426, -1.54642 48.65426, -1.54642 48.65426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11472'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7245 -1.54642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7245 -1.54642)"^^geo:wktLiteral ;
  geo-pos:lat "48.7245"^^xsd:decimal ;
  geo-pos:long "-1.54642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_352'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54642'^^xsd:double;
  dwc:latitude '48.7245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54642 48.7245, -1.54642 48.7245, -1.54642 48.7245, -1.54642 48.7245, -1.54642 48.7245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_352'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70289 -1.54641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70289 -1.54641)"^^geo:wktLiteral ;
  geo-pos:lat "48.70289"^^xsd:decimal ;
  geo-pos:long "-1.54641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6696'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54641'^^xsd:double;
  dwc:latitude '48.70289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54641 48.70289, -1.54641 48.70289, -1.54641 48.70289, -1.54641 48.70289, -1.54641 48.70289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6696'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72147 -1.54641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72147 -1.54641)"^^geo:wktLiteral ;
  geo-pos:lat "48.72147"^^xsd:decimal ;
  geo-pos:long "-1.54641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2309'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54641'^^xsd:double;
  dwc:latitude '48.72147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54641 48.72147, -1.54641 48.72147, -1.54641 48.72147, -1.54641 48.72147, -1.54641 48.72147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2309'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65545 -1.5464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65545 -1.5464)"^^geo:wktLiteral ;
  geo-pos:lat "48.65545"^^xsd:decimal ;
  geo-pos:long "-1.5464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1926'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5464'^^xsd:double;
  dwc:latitude '48.65545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5464 48.65545, -1.5464 48.65545, -1.5464 48.65545, -1.5464 48.65545, -1.5464 48.65545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1926'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70551 -1.5464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70551 -1.5464)"^^geo:wktLiteral ;
  geo-pos:lat "48.70551"^^xsd:decimal ;
  geo-pos:long "-1.5464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10494'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5464'^^xsd:double;
  dwc:latitude '48.70551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5464 48.70551, -1.5464 48.70551, -1.5464 48.70551, -1.5464 48.70551, -1.5464 48.70551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10494'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70569 -1.5464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70569"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70569 -1.5464)"^^geo:wktLiteral ;
  geo-pos:lat "48.70569"^^xsd:decimal ;
  geo-pos:long "-1.5464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10400'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5464'^^xsd:double;
  dwc:latitude '48.70569'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5464 48.70569, -1.5464 48.70569, -1.5464 48.70569, -1.5464 48.70569, -1.5464 48.70569))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10400'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72595 -1.5464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72595 -1.5464)"^^geo:wktLiteral ;
  geo-pos:lat "48.72595"^^xsd:decimal ;
  geo-pos:long "-1.5464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_696'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5464'^^xsd:double;
  dwc:latitude '48.72595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5464 48.72595, -1.5464 48.72595, -1.5464 48.72595, -1.5464 48.72595, -1.5464 48.72595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_696'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72444 -1.54639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72444"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72444 -1.54639)"^^geo:wktLiteral ;
  geo-pos:lat "48.72444"^^xsd:decimal ;
  geo-pos:long "-1.54639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_636'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54639'^^xsd:double;
  dwc:latitude '48.72444'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54639 48.72444, -1.54639 48.72444, -1.54639 48.72444, -1.54639 48.72444, -1.54639 48.72444))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_636'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64656 -1.54637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64656 -1.54637)"^^geo:wktLiteral ;
  geo-pos:lat "48.64656"^^xsd:decimal ;
  geo-pos:long "-1.54637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3573'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54637'^^xsd:double;
  dwc:latitude '48.64656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54637 48.64656, -1.54637 48.64656, -1.54637 48.64656, -1.54637 48.64656, -1.54637 48.64656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3573'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71528 -1.54637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71528 -1.54637)"^^geo:wktLiteral ;
  geo-pos:lat "48.71528"^^xsd:decimal ;
  geo-pos:long "-1.54637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9995'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54637'^^xsd:double;
  dwc:latitude '48.71528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54637 48.71528, -1.54637 48.71528, -1.54637 48.71528, -1.54637 48.71528, -1.54637 48.71528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9995'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72763 -1.54637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72763 -1.54637)"^^geo:wktLiteral ;
  geo-pos:lat "48.72763"^^xsd:decimal ;
  geo-pos:long "-1.54637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2406'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54637'^^xsd:double;
  dwc:latitude '48.72763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54637 48.72763, -1.54637 48.72763, -1.54637 48.72763, -1.54637 48.72763, -1.54637 48.72763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2406'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69118 -1.54636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69118 -1.54636)"^^geo:wktLiteral ;
  geo-pos:lat "48.69118"^^xsd:decimal ;
  geo-pos:long "-1.54636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6484'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54636'^^xsd:double;
  dwc:latitude '48.69118'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54636 48.69118, -1.54636 48.69118, -1.54636 48.69118, -1.54636 48.69118, -1.54636 48.69118))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6484'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70434 -1.54636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70434 -1.54636)"^^geo:wktLiteral ;
  geo-pos:lat "48.70434"^^xsd:decimal ;
  geo-pos:long "-1.54636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10031'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54636'^^xsd:double;
  dwc:latitude '48.70434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54636 48.70434, -1.54636 48.70434, -1.54636 48.70434, -1.54636 48.70434, -1.54636 48.70434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10031'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7308 -1.54636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7308 -1.54636)"^^geo:wktLiteral ;
  geo-pos:lat "48.7308"^^xsd:decimal ;
  geo-pos:long "-1.54636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7477'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54636'^^xsd:double;
  dwc:latitude '48.7308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54636 48.7308, -1.54636 48.7308, -1.54636 48.7308, -1.54636 48.7308, -1.54636 48.7308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7477'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67801 -1.54635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67801 -1.54635)"^^geo:wktLiteral ;
  geo-pos:lat "48.67801"^^xsd:decimal ;
  geo-pos:long "-1.54635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3907'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54635'^^xsd:double;
  dwc:latitude '48.67801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54635 48.67801, -1.54635 48.67801, -1.54635 48.67801, -1.54635 48.67801, -1.54635 48.67801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3907'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69956 -1.54634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69956 -1.54634)"^^geo:wktLiteral ;
  geo-pos:lat "48.69956"^^xsd:decimal ;
  geo-pos:long "-1.54634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5086'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54634'^^xsd:double;
  dwc:latitude '48.69956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54634 48.69956, -1.54634 48.69956, -1.54634 48.69956, -1.54634 48.69956, -1.54634 48.69956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5086'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72415 -1.54634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72415 -1.54634)"^^geo:wktLiteral ;
  geo-pos:lat "48.72415"^^xsd:decimal ;
  geo-pos:long "-1.54634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9892'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54634'^^xsd:double;
  dwc:latitude '48.72415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54634 48.72415, -1.54634 48.72415, -1.54634 48.72415, -1.54634 48.72415, -1.54634 48.72415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9892'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70834 -1.54633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70834 -1.54633)"^^geo:wktLiteral ;
  geo-pos:lat "48.70834"^^xsd:decimal ;
  geo-pos:long "-1.54633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_667'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54633'^^xsd:double;
  dwc:latitude '48.70834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54633 48.70834, -1.54633 48.70834, -1.54633 48.70834, -1.54633 48.70834, -1.54633 48.70834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_667'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67023 -1.54632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67023 -1.54632)"^^geo:wktLiteral ;
  geo-pos:lat "48.67023"^^xsd:decimal ;
  geo-pos:long "-1.54632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6066'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54632'^^xsd:double;
  dwc:latitude '48.67023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54632 48.67023, -1.54632 48.67023, -1.54632 48.67023, -1.54632 48.67023, -1.54632 48.67023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6066'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70045 -1.54632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70045 -1.54632)"^^geo:wktLiteral ;
  geo-pos:lat "48.70045"^^xsd:decimal ;
  geo-pos:long "-1.54632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1333'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54632'^^xsd:double;
  dwc:latitude '48.70045'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54632 48.70045, -1.54632 48.70045, -1.54632 48.70045, -1.54632 48.70045, -1.54632 48.70045))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1333'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7089 -1.54632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7089 -1.54632)"^^geo:wktLiteral ;
  geo-pos:lat "48.7089"^^xsd:decimal ;
  geo-pos:long "-1.54632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3185'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54632'^^xsd:double;
  dwc:latitude '48.7089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54632 48.7089, -1.54632 48.7089, -1.54632 48.7089, -1.54632 48.7089, -1.54632 48.7089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3185'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69011 -1.54629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69011 -1.54629)"^^geo:wktLiteral ;
  geo-pos:lat "48.69011"^^xsd:decimal ;
  geo-pos:long "-1.54629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3072'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54629'^^xsd:double;
  dwc:latitude '48.69011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54629 48.69011, -1.54629 48.69011, -1.54629 48.69011, -1.54629 48.69011, -1.54629 48.69011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3072'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69839 -1.54629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69839 -1.54629)"^^geo:wktLiteral ;
  geo-pos:lat "48.69839"^^xsd:decimal ;
  geo-pos:long "-1.54629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4985'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54629'^^xsd:double;
  dwc:latitude '48.69839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54629 48.69839, -1.54629 48.69839, -1.54629 48.69839, -1.54629 48.69839, -1.54629 48.69839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4985'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70822 -1.54629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70822 -1.54629)"^^geo:wktLiteral ;
  geo-pos:lat "48.70822"^^xsd:decimal ;
  geo-pos:long "-1.54629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5970'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54629'^^xsd:double;
  dwc:latitude '48.70822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54629 48.70822, -1.54629 48.70822, -1.54629 48.70822, -1.54629 48.70822, -1.54629 48.70822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5970'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71765 -1.54629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71765 -1.54629)"^^geo:wktLiteral ;
  geo-pos:lat "48.71765"^^xsd:decimal ;
  geo-pos:long "-1.54629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_363'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54629'^^xsd:double;
  dwc:latitude '48.71765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54629 48.71765, -1.54629 48.71765, -1.54629 48.71765, -1.54629 48.71765, -1.54629 48.71765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_363'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6886 -1.54628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6886"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6886 -1.54628)"^^geo:wktLiteral ;
  geo-pos:lat "48.6886"^^xsd:decimal ;
  geo-pos:long "-1.54628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1363'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54628'^^xsd:double;
  dwc:latitude '48.6886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54628 48.6886, -1.54628 48.6886, -1.54628 48.6886, -1.54628 48.6886, -1.54628 48.6886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1363'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72531 -1.54628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72531 -1.54628)"^^geo:wktLiteral ;
  geo-pos:lat "48.72531"^^xsd:decimal ;
  geo-pos:long "-1.54628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_739'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54628'^^xsd:double;
  dwc:latitude '48.72531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54628 48.72531, -1.54628 48.72531, -1.54628 48.72531, -1.54628 48.72531, -1.54628 48.72531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_739'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68011 -1.54627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68011 -1.54627)"^^geo:wktLiteral ;
  geo-pos:lat "48.68011"^^xsd:decimal ;
  geo-pos:long "-1.54627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6999'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54627'^^xsd:double;
  dwc:latitude '48.68011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54627 48.68011, -1.54627 48.68011, -1.54627 48.68011, -1.54627 48.68011, -1.54627 48.68011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6999'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7177 -1.54627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7177 -1.54627)"^^geo:wktLiteral ;
  geo-pos:lat "48.7177"^^xsd:decimal ;
  geo-pos:long "-1.54627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4587'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '2.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54627'^^xsd:double;
  dwc:latitude '48.7177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54627 48.7177, -1.54627 48.7177, -1.54627 48.7177, -1.54627 48.7177, -1.54627 48.7177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4587'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70226 -1.54626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70226 -1.54626)"^^geo:wktLiteral ;
  geo-pos:lat "48.70226"^^xsd:decimal ;
  geo-pos:long "-1.54626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2951'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54626'^^xsd:double;
  dwc:latitude '48.70226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54626 48.70226, -1.54626 48.70226, -1.54626 48.70226, -1.54626 48.70226, -1.54626 48.70226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2951'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70423 -1.54626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70423 -1.54626)"^^geo:wktLiteral ;
  geo-pos:lat "48.70423"^^xsd:decimal ;
  geo-pos:long "-1.54626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8924'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54626'^^xsd:double;
  dwc:latitude '48.70423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54626 48.70423, -1.54626 48.70423, -1.54626 48.70423, -1.54626 48.70423, -1.54626 48.70423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8924'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70665 -1.54626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70665 -1.54626)"^^geo:wktLiteral ;
  geo-pos:lat "48.70665"^^xsd:decimal ;
  geo-pos:long "-1.54626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10151'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54626'^^xsd:double;
  dwc:latitude '48.70665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54626 48.70665, -1.54626 48.70665, -1.54626 48.70665, -1.54626 48.70665, -1.54626 48.70665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10151'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71143 -1.54626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71143 -1.54626)"^^geo:wktLiteral ;
  geo-pos:lat "48.71143"^^xsd:decimal ;
  geo-pos:long "-1.54626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9781'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54626'^^xsd:double;
  dwc:latitude '48.71143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54626 48.71143, -1.54626 48.71143, -1.54626 48.71143, -1.54626 48.71143, -1.54626 48.71143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9781'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70435 -1.54625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70435 -1.54625)"^^geo:wktLiteral ;
  geo-pos:lat "48.70435"^^xsd:decimal ;
  geo-pos:long "-1.54625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4809'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54625'^^xsd:double;
  dwc:latitude '48.70435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54625 48.70435, -1.54625 48.70435, -1.54625 48.70435, -1.54625 48.70435, -1.54625 48.70435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4809'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68961 -1.54624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68961 -1.54624)"^^geo:wktLiteral ;
  geo-pos:lat "48.68961"^^xsd:decimal ;
  geo-pos:long "-1.54624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1244'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54624'^^xsd:double;
  dwc:latitude '48.68961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54624 48.68961, -1.54624 48.68961, -1.54624 48.68961, -1.54624 48.68961, -1.54624 48.68961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1244'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70546 -1.54624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70546"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70546 -1.54624)"^^geo:wktLiteral ;
  geo-pos:lat "48.70546"^^xsd:decimal ;
  geo-pos:long "-1.54624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10311'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54624'^^xsd:double;
  dwc:latitude '48.70546'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54624 48.70546, -1.54624 48.70546, -1.54624 48.70546, -1.54624 48.70546, -1.54624 48.70546))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10311'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70768 -1.54624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70768 -1.54624)"^^geo:wktLiteral ;
  geo-pos:lat "48.70768"^^xsd:decimal ;
  geo-pos:long "-1.54624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9749'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54624'^^xsd:double;
  dwc:latitude '48.70768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54624 48.70768, -1.54624 48.70768, -1.54624 48.70768, -1.54624 48.70768, -1.54624 48.70768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9749'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71135 -1.54624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71135 -1.54624)"^^geo:wktLiteral ;
  geo-pos:lat "48.71135"^^xsd:decimal ;
  geo-pos:long "-1.54624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5134'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54624'^^xsd:double;
  dwc:latitude '48.71135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54624 48.71135, -1.54624 48.71135, -1.54624 48.71135, -1.54624 48.71135, -1.54624 48.71135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5134'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69054 -1.54623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69054 -1.54623)"^^geo:wktLiteral ;
  geo-pos:lat "48.69054"^^xsd:decimal ;
  geo-pos:long "-1.54623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3044'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54623'^^xsd:double;
  dwc:latitude '48.69054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54623 48.69054, -1.54623 48.69054, -1.54623 48.69054, -1.54623 48.69054, -1.54623 48.69054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3044'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69256 -1.54623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69256 -1.54623)"^^geo:wktLiteral ;
  geo-pos:lat "48.69256"^^xsd:decimal ;
  geo-pos:long "-1.54623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3166'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54623'^^xsd:double;
  dwc:latitude '48.69256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54623 48.69256, -1.54623 48.69256, -1.54623 48.69256, -1.54623 48.69256, -1.54623 48.69256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3166'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71724 -1.54623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71724 -1.54623)"^^geo:wktLiteral ;
  geo-pos:lat "48.71724"^^xsd:decimal ;
  geo-pos:long "-1.54623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2274'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54623'^^xsd:double;
  dwc:latitude '48.71724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54623 48.71724, -1.54623 48.71724, -1.54623 48.71724, -1.54623 48.71724, -1.54623 48.71724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2274'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67047 -1.54622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67047 -1.54622)"^^geo:wktLiteral ;
  geo-pos:lat "48.67047"^^xsd:decimal ;
  geo-pos:long "-1.54622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5205'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54622'^^xsd:double;
  dwc:latitude '48.67047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54622 48.67047, -1.54622 48.67047, -1.54622 48.67047, -1.54622 48.67047, -1.54622 48.67047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5205'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68902 -1.54622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68902 -1.54622)"^^geo:wktLiteral ;
  geo-pos:lat "48.68902"^^xsd:decimal ;
  geo-pos:long "-1.54622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6142'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54622'^^xsd:double;
  dwc:latitude '48.68902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54622 48.68902, -1.54622 48.68902, -1.54622 48.68902, -1.54622 48.68902, -1.54622 48.68902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6142'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68745 -1.54621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68745 -1.54621)"^^geo:wktLiteral ;
  geo-pos:lat "48.68745"^^xsd:decimal ;
  geo-pos:long "-1.54621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1746'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54621'^^xsd:double;
  dwc:latitude '48.68745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54621 48.68745, -1.54621 48.68745, -1.54621 48.68745, -1.54621 48.68745, -1.54621 48.68745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1746'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69893 -1.5462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69893 -1.5462)"^^geo:wktLiteral ;
  geo-pos:lat "48.69893"^^xsd:decimal ;
  geo-pos:long "-1.5462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4592'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5462'^^xsd:double;
  dwc:latitude '48.69893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5462 48.69893, -1.5462 48.69893, -1.5462 48.69893, -1.5462 48.69893, -1.5462 48.69893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4592'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70018 -1.54619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70018 -1.54619)"^^geo:wktLiteral ;
  geo-pos:lat "48.70018"^^xsd:decimal ;
  geo-pos:long "-1.54619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6697'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54619'^^xsd:double;
  dwc:latitude '48.70018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54619 48.70018, -1.54619 48.70018, -1.54619 48.70018, -1.54619 48.70018, -1.54619 48.70018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6697'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7028 -1.54619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7028 -1.54619)"^^geo:wktLiteral ;
  geo-pos:lat "48.7028"^^xsd:decimal ;
  geo-pos:long "-1.54619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9735'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54619'^^xsd:double;
  dwc:latitude '48.7028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54619 48.7028, -1.54619 48.7028, -1.54619 48.7028, -1.54619 48.7028, -1.54619 48.7028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9735'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72209 -1.54619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72209"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72209 -1.54619)"^^geo:wktLiteral ;
  geo-pos:lat "48.72209"^^xsd:decimal ;
  geo-pos:long "-1.54619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4139'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54619'^^xsd:double;
  dwc:latitude '48.72209'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54619 48.72209, -1.54619 48.72209, -1.54619 48.72209, -1.54619 48.72209, -1.54619 48.72209))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4139'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69588 -1.54617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69588 -1.54617)"^^geo:wktLiteral ;
  geo-pos:lat "48.69588"^^xsd:decimal ;
  geo-pos:long "-1.54617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7786'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54617'^^xsd:double;
  dwc:latitude '48.69588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54617 48.69588, -1.54617 48.69588, -1.54617 48.69588, -1.54617 48.69588, -1.54617 48.69588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7786'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69642 -1.54616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69642 -1.54616)"^^geo:wktLiteral ;
  geo-pos:lat "48.69642"^^xsd:decimal ;
  geo-pos:long "-1.54616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_893'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54616'^^xsd:double;
  dwc:latitude '48.69642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54616 48.69642, -1.54616 48.69642, -1.54616 48.69642, -1.54616 48.69642, -1.54616 48.69642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_893'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70034 -1.54616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70034 -1.54616)"^^geo:wktLiteral ;
  geo-pos:lat "48.70034"^^xsd:decimal ;
  geo-pos:long "-1.54616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2682'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54616'^^xsd:double;
  dwc:latitude '48.70034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54616 48.70034, -1.54616 48.70034, -1.54616 48.70034, -1.54616 48.70034, -1.54616 48.70034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2682'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70373 -1.54616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70373"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70373 -1.54616)"^^geo:wktLiteral ;
  geo-pos:lat "48.70373"^^xsd:decimal ;
  geo-pos:long "-1.54616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1311'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54616'^^xsd:double;
  dwc:latitude '48.70373'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54616 48.70373, -1.54616 48.70373, -1.54616 48.70373, -1.54616 48.70373, -1.54616 48.70373))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1311'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7787> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70207 -1.54615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70207 -1.54615)"^^geo:wktLiteral ;
  geo-pos:lat "48.70207"^^xsd:decimal ;
  geo-pos:long "-1.54615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7787'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7787'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54615'^^xsd:double;
  dwc:latitude '48.70207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54615 48.70207, -1.54615 48.70207, -1.54615 48.70207, -1.54615 48.70207, -1.54615 48.70207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7787'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68141 -1.54614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68141 -1.54614)"^^geo:wktLiteral ;
  geo-pos:lat "48.68141"^^xsd:decimal ;
  geo-pos:long "-1.54614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_180'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54614'^^xsd:double;
  dwc:latitude '48.68141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54614 48.68141, -1.54614 48.68141, -1.54614 48.68141, -1.54614 48.68141, -1.54614 48.68141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_180'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69677 -1.54614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69677 -1.54614)"^^geo:wktLiteral ;
  geo-pos:lat "48.69677"^^xsd:decimal ;
  geo-pos:long "-1.54614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7256'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54614'^^xsd:double;
  dwc:latitude '48.69677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54614 48.69677, -1.54614 48.69677, -1.54614 48.69677, -1.54614 48.69677, -1.54614 48.69677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7256'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70118 -1.54614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70118 -1.54614)"^^geo:wktLiteral ;
  geo-pos:lat "48.70118"^^xsd:decimal ;
  geo-pos:long "-1.54614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4499'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54614'^^xsd:double;
  dwc:latitude '48.70118'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54614 48.70118, -1.54614 48.70118, -1.54614 48.70118, -1.54614 48.70118, -1.54614 48.70118))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4499'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71023 -1.54614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71023 -1.54614)"^^geo:wktLiteral ;
  geo-pos:lat "48.71023"^^xsd:decimal ;
  geo-pos:long "-1.54614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_833'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '2.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54614'^^xsd:double;
  dwc:latitude '48.71023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54614 48.71023, -1.54614 48.71023, -1.54614 48.71023, -1.54614 48.71023, -1.54614 48.71023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_833'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.54613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65957 -1.54613)"^^geo:wktLiteral ;
  geo-pos:lat "48.65957"^^xsd:decimal ;
  geo-pos:long "-1.54613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7341'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54613'^^xsd:double;
  dwc:latitude '48.65957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54613 48.65957, -1.54613 48.65957, -1.54613 48.65957, -1.54613 48.65957, -1.54613 48.65957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7341'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72499 -1.54613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72499"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72499 -1.54613)"^^geo:wktLiteral ;
  geo-pos:lat "48.72499"^^xsd:decimal ;
  geo-pos:long "-1.54613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4906'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54613'^^xsd:double;
  dwc:latitude '48.72499'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54613 48.72499, -1.54613 48.72499, -1.54613 48.72499, -1.54613 48.72499, -1.54613 48.72499))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4906'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6883 -1.54612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6883 -1.54612)"^^geo:wktLiteral ;
  geo-pos:lat "48.6883"^^xsd:decimal ;
  geo-pos:long "-1.54612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5713'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54612'^^xsd:double;
  dwc:latitude '48.6883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54612 48.6883, -1.54612 48.6883, -1.54612 48.6883, -1.54612 48.6883, -1.54612 48.6883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5713'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70487 -1.54611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70487 -1.54611)"^^geo:wktLiteral ;
  geo-pos:lat "48.70487"^^xsd:decimal ;
  geo-pos:long "-1.54611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9047'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54611'^^xsd:double;
  dwc:latitude '48.70487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54611 48.70487, -1.54611 48.70487, -1.54611 48.70487, -1.54611 48.70487, -1.54611 48.70487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9047'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70866 -1.54611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70866 -1.54611)"^^geo:wktLiteral ;
  geo-pos:lat "48.70866"^^xsd:decimal ;
  geo-pos:long "-1.54611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3184'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54611'^^xsd:double;
  dwc:latitude '48.70866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54611 48.70866, -1.54611 48.70866, -1.54611 48.70866, -1.54611 48.70866, -1.54611 48.70866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3184'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68904 -1.54609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68904 -1.54609)"^^geo:wktLiteral ;
  geo-pos:lat "48.68904"^^xsd:decimal ;
  geo-pos:long "-1.54609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3532'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54609'^^xsd:double;
  dwc:latitude '48.68904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54609 48.68904, -1.54609 48.68904, -1.54609 48.68904, -1.54609 48.68904, -1.54609 48.68904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3532'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65218 -1.54608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65218 -1.54608)"^^geo:wktLiteral ;
  geo-pos:lat "48.65218"^^xsd:decimal ;
  geo-pos:long "-1.54608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54608'^^xsd:double;
  dwc:latitude '48.65218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54608 48.65218, -1.54608 48.65218, -1.54608 48.65218, -1.54608 48.65218, -1.54608 48.65218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69693 -1.54608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69693 -1.54608)"^^geo:wktLiteral ;
  geo-pos:lat "48.69693"^^xsd:decimal ;
  geo-pos:long "-1.54608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10091'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54608'^^xsd:double;
  dwc:latitude '48.69693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54608 48.69693, -1.54608 48.69693, -1.54608 48.69693, -1.54608 48.69693, -1.54608 48.69693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10091'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69331 -1.54607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69331 -1.54607)"^^geo:wktLiteral ;
  geo-pos:lat "48.69331"^^xsd:decimal ;
  geo-pos:long "-1.54607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1527'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54607'^^xsd:double;
  dwc:latitude '48.69331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54607 48.69331, -1.54607 48.69331, -1.54607 48.69331, -1.54607 48.69331, -1.54607 48.69331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1527'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69899 -1.54607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69899 -1.54607)"^^geo:wktLiteral ;
  geo-pos:lat "48.69899"^^xsd:decimal ;
  geo-pos:long "-1.54607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1332'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54607'^^xsd:double;
  dwc:latitude '48.69899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54607 48.69899, -1.54607 48.69899, -1.54607 48.69899, -1.54607 48.69899, -1.54607 48.69899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1332'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69903 -1.54606)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54606"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69903 -1.54606)"^^geo:wktLiteral ;
  geo-pos:lat "48.69903"^^xsd:decimal ;
  geo-pos:long "-1.54606"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1252'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54606'^^xsd:double;
  dwc:latitude '48.69903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54606 48.69903, -1.54606 48.69903, -1.54606 48.69903, -1.54606 48.69903, -1.54606 48.69903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1252'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69021 -1.54605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69021 -1.54605)"^^geo:wktLiteral ;
  geo-pos:lat "48.69021"^^xsd:decimal ;
  geo-pos:long "-1.54605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8554'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54605'^^xsd:double;
  dwc:latitude '48.69021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54605 48.69021, -1.54605 48.69021, -1.54605 48.69021, -1.54605 48.69021, -1.54605 48.69021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8554'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69248 -1.54605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69248 -1.54605)"^^geo:wktLiteral ;
  geo-pos:lat "48.69248"^^xsd:decimal ;
  geo-pos:long "-1.54605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5468'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54605'^^xsd:double;
  dwc:latitude '48.69248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54605 48.69248, -1.54605 48.69248, -1.54605 48.69248, -1.54605 48.69248, -1.54605 48.69248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5468'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70032 -1.54605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70032 -1.54605)"^^geo:wktLiteral ;
  geo-pos:lat "48.70032"^^xsd:decimal ;
  geo-pos:long "-1.54605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4094'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54605'^^xsd:double;
  dwc:latitude '48.70032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54605 48.70032, -1.54605 48.70032, -1.54605 48.70032, -1.54605 48.70032, -1.54605 48.70032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4094'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69989 -1.54603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69989 -1.54603)"^^geo:wktLiteral ;
  geo-pos:lat "48.69989"^^xsd:decimal ;
  geo-pos:long "-1.54603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5041'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54603'^^xsd:double;
  dwc:latitude '48.69989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54603 48.69989, -1.54603 48.69989, -1.54603 48.69989, -1.54603 48.69989, -1.54603 48.69989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5041'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70134 -1.54603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70134 -1.54603)"^^geo:wktLiteral ;
  geo-pos:lat "48.70134"^^xsd:decimal ;
  geo-pos:long "-1.54603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8346'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54603'^^xsd:double;
  dwc:latitude '48.70134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54603 48.70134, -1.54603 48.70134, -1.54603 48.70134, -1.54603 48.70134, -1.54603 48.70134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8346'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69662 -1.54602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69662"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69662 -1.54602)"^^geo:wktLiteral ;
  geo-pos:lat "48.69662"^^xsd:decimal ;
  geo-pos:long "-1.54602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6483'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54602'^^xsd:double;
  dwc:latitude '48.69662'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54602 48.69662, -1.54602 48.69662, -1.54602 48.69662, -1.54602 48.69662, -1.54602 48.69662))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6483'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69826 -1.54602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69826"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69826 -1.54602)"^^geo:wktLiteral ;
  geo-pos:lat "48.69826"^^xsd:decimal ;
  geo-pos:long "-1.54602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3355'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54602'^^xsd:double;
  dwc:latitude '48.69826'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54602 48.69826, -1.54602 48.69826, -1.54602 48.69826, -1.54602 48.69826, -1.54602 48.69826))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3355'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69941 -1.546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69941 -1.546)"^^geo:wktLiteral ;
  geo-pos:lat "48.69941"^^xsd:decimal ;
  geo-pos:long "-1.546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_40'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_40'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.546'^^xsd:double;
  dwc:latitude '48.69941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.546 48.69941, -1.546 48.69941, -1.546 48.69941, -1.546 48.69941, -1.546 48.69941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_40'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70218 -1.546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70218 -1.546)"^^geo:wktLiteral ;
  geo-pos:lat "48.70218"^^xsd:decimal ;
  geo-pos:long "-1.546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10274'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.546'^^xsd:double;
  dwc:latitude '48.70218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.546 48.70218, -1.546 48.70218, -1.546 48.70218, -1.546 48.70218, -1.546 48.70218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10274'^^xsd:string;
  dwc:observationDate '2008-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72131 -1.546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72131 -1.546)"^^geo:wktLiteral ;
  geo-pos:lat "48.72131"^^xsd:decimal ;
  geo-pos:long "-1.546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2755'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.546'^^xsd:double;
  dwc:latitude '48.72131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.546 48.72131, -1.546 48.72131, -1.546 48.72131, -1.546 48.72131, -1.546 48.72131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2755'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68175 -1.54598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68175 -1.54598)"^^geo:wktLiteral ;
  geo-pos:lat "48.68175"^^xsd:decimal ;
  geo-pos:long "-1.54598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1355'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54598'^^xsd:double;
  dwc:latitude '48.68175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54598 48.68175, -1.54598 48.68175, -1.54598 48.68175, -1.54598 48.68175, -1.54598 48.68175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1355'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70189 -1.54598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70189 -1.54598)"^^geo:wktLiteral ;
  geo-pos:lat "48.70189"^^xsd:decimal ;
  geo-pos:long "-1.54598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9731'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54598'^^xsd:double;
  dwc:latitude '48.70189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54598 48.70189, -1.54598 48.70189, -1.54598 48.70189, -1.54598 48.70189, -1.54598 48.70189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9731'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70044 -1.54596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70044 -1.54596)"^^geo:wktLiteral ;
  geo-pos:lat "48.70044"^^xsd:decimal ;
  geo-pos:long "-1.54596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9697'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54596'^^xsd:double;
  dwc:latitude '48.70044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54596 48.70044, -1.54596 48.70044, -1.54596 48.70044, -1.54596 48.70044, -1.54596 48.70044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9697'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70095 -1.54595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70095 -1.54595)"^^geo:wktLiteral ;
  geo-pos:lat "48.70095"^^xsd:decimal ;
  geo-pos:long "-1.54595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3048'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54595'^^xsd:double;
  dwc:latitude '48.70095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54595 48.70095, -1.54595 48.70095, -1.54595 48.70095, -1.54595 48.70095, -1.54595 48.70095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3048'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71114 -1.54595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71114 -1.54595)"^^geo:wktLiteral ;
  geo-pos:lat "48.71114"^^xsd:decimal ;
  geo-pos:long "-1.54595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10509'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54595'^^xsd:double;
  dwc:latitude '48.71114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54595 48.71114, -1.54595 48.71114, -1.54595 48.71114, -1.54595 48.71114, -1.54595 48.71114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10509'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69203 -1.54594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69203 -1.54594)"^^geo:wktLiteral ;
  geo-pos:lat "48.69203"^^xsd:decimal ;
  geo-pos:long "-1.54594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_432'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54594'^^xsd:double;
  dwc:latitude '48.69203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54594 48.69203, -1.54594 48.69203, -1.54594 48.69203, -1.54594 48.69203, -1.54594 48.69203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_432'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70009 -1.54594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70009 -1.54594)"^^geo:wktLiteral ;
  geo-pos:lat "48.70009"^^xsd:decimal ;
  geo-pos:long "-1.54594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9442'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54594'^^xsd:double;
  dwc:latitude '48.70009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54594 48.70009, -1.54594 48.70009, -1.54594 48.70009, -1.54594 48.70009, -1.54594 48.70009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9442'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72944 -1.54594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72944 -1.54594)"^^geo:wktLiteral ;
  geo-pos:lat "48.72944"^^xsd:decimal ;
  geo-pos:long "-1.54594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6760'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54594'^^xsd:double;
  dwc:latitude '48.72944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54594 48.72944, -1.54594 48.72944, -1.54594 48.72944, -1.54594 48.72944, -1.54594 48.72944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6760'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71811 -1.54593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71811 -1.54593)"^^geo:wktLiteral ;
  geo-pos:lat "48.71811"^^xsd:decimal ;
  geo-pos:long "-1.54593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3253'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54593'^^xsd:double;
  dwc:latitude '48.71811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54593 48.71811, -1.54593 48.71811, -1.54593 48.71811, -1.54593 48.71811, -1.54593 48.71811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3253'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6967 -1.54592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6967 -1.54592)"^^geo:wktLiteral ;
  geo-pos:lat "48.6967"^^xsd:decimal ;
  geo-pos:long "-1.54592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4089'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54592'^^xsd:double;
  dwc:latitude '48.6967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54592 48.6967, -1.54592 48.6967, -1.54592 48.6967, -1.54592 48.6967, -1.54592 48.6967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4089'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70247 -1.54592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70247 -1.54592)"^^geo:wktLiteral ;
  geo-pos:lat "48.70247"^^xsd:decimal ;
  geo-pos:long "-1.54592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6698'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54592'^^xsd:double;
  dwc:latitude '48.70247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54592 48.70247, -1.54592 48.70247, -1.54592 48.70247, -1.54592 48.70247, -1.54592 48.70247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6698'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65343 -1.54591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65343 -1.54591)"^^geo:wktLiteral ;
  geo-pos:lat "48.65343"^^xsd:decimal ;
  geo-pos:long "-1.54591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3487'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54591'^^xsd:double;
  dwc:latitude '48.65343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54591 48.65343, -1.54591 48.65343, -1.54591 48.65343, -1.54591 48.65343, -1.54591 48.65343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3487'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70616 -1.54591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70616 -1.54591)"^^geo:wktLiteral ;
  geo-pos:lat "48.70616"^^xsd:decimal ;
  geo-pos:long "-1.54591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2232'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54591'^^xsd:double;
  dwc:latitude '48.70616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54591 48.70616, -1.54591 48.70616, -1.54591 48.70616, -1.54591 48.70616, -1.54591 48.70616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2232'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69101 -1.5459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69101 -1.5459)"^^geo:wktLiteral ;
  geo-pos:lat "48.69101"^^xsd:decimal ;
  geo-pos:long "-1.5459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5389'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5459'^^xsd:double;
  dwc:latitude '48.69101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5459 48.69101, -1.5459 48.69101, -1.5459 48.69101, -1.5459 48.69101, -1.5459 48.69101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5389'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69432 -1.54589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69432 -1.54589)"^^geo:wktLiteral ;
  geo-pos:lat "48.69432"^^xsd:decimal ;
  geo-pos:long "-1.54589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4348'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54589'^^xsd:double;
  dwc:latitude '48.69432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54589 48.69432, -1.54589 48.69432, -1.54589 48.69432, -1.54589 48.69432, -1.54589 48.69432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4348'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7217 -1.54589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7217 -1.54589)"^^geo:wktLiteral ;
  geo-pos:lat "48.7217"^^xsd:decimal ;
  geo-pos:long "-1.54589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2169'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54589'^^xsd:double;
  dwc:latitude '48.7217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54589 48.7217, -1.54589 48.7217, -1.54589 48.7217, -1.54589 48.7217, -1.54589 48.7217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2169'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69735 -1.54588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69735"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69735 -1.54588)"^^geo:wktLiteral ;
  geo-pos:lat "48.69735"^^xsd:decimal ;
  geo-pos:long "-1.54588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1241'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54588'^^xsd:double;
  dwc:latitude '48.69735'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54588 48.69735, -1.54588 48.69735, -1.54588 48.69735, -1.54588 48.69735, -1.54588 48.69735))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1241'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68676 -1.54587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68676 -1.54587)"^^geo:wktLiteral ;
  geo-pos:lat "48.68676"^^xsd:decimal ;
  geo-pos:long "-1.54587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6884'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54587'^^xsd:double;
  dwc:latitude '48.68676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54587 48.68676, -1.54587 48.68676, -1.54587 48.68676, -1.54587 48.68676, -1.54587 48.68676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6884'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_962> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70983 -1.54587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70983"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70983 -1.54587)"^^geo:wktLiteral ;
  geo-pos:lat "48.70983"^^xsd:decimal ;
  geo-pos:long "-1.54587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_962'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_962'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54587'^^xsd:double;
  dwc:latitude '48.70983'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54587 48.70983, -1.54587 48.70983, -1.54587 48.70983, -1.54587 48.70983, -1.54587 48.70983))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_962'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72277 -1.54587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72277 -1.54587)"^^geo:wktLiteral ;
  geo-pos:lat "48.72277"^^xsd:decimal ;
  geo-pos:long "-1.54587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_299'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54587'^^xsd:double;
  dwc:latitude '48.72277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54587 48.72277, -1.54587 48.72277, -1.54587 48.72277, -1.54587 48.72277, -1.54587 48.72277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_299'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73077 -1.54587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73077 -1.54587)"^^geo:wktLiteral ;
  geo-pos:lat "48.73077"^^xsd:decimal ;
  geo-pos:long "-1.54587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7910'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54587'^^xsd:double;
  dwc:latitude '48.73077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54587 48.73077, -1.54587 48.73077, -1.54587 48.73077, -1.54587 48.73077, -1.54587 48.73077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7910'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69152 -1.54584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69152"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69152 -1.54584)"^^geo:wktLiteral ;
  geo-pos:lat "48.69152"^^xsd:decimal ;
  geo-pos:long "-1.54584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5883'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54584'^^xsd:double;
  dwc:latitude '48.69152'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54584 48.69152, -1.54584 48.69152, -1.54584 48.69152, -1.54584 48.69152, -1.54584 48.69152))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5883'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6967 -1.54584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6967 -1.54584)"^^geo:wktLiteral ;
  geo-pos:lat "48.6967"^^xsd:decimal ;
  geo-pos:long "-1.54584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2883'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54584'^^xsd:double;
  dwc:latitude '48.6967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54584 48.6967, -1.54584 48.6967, -1.54584 48.6967, -1.54584 48.6967, -1.54584 48.6967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2883'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69881 -1.54584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69881"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69881 -1.54584)"^^geo:wktLiteral ;
  geo-pos:lat "48.69881"^^xsd:decimal ;
  geo-pos:long "-1.54584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1336'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54584'^^xsd:double;
  dwc:latitude '48.69881'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54584 48.69881, -1.54584 48.69881, -1.54584 48.69881, -1.54584 48.69881, -1.54584 48.69881))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1336'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70998 -1.54584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70998 -1.54584)"^^geo:wktLiteral ;
  geo-pos:lat "48.70998"^^xsd:decimal ;
  geo-pos:long "-1.54584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10319'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54584'^^xsd:double;
  dwc:latitude '48.70998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54584 48.70998, -1.54584 48.70998, -1.54584 48.70998, -1.54584 48.70998, -1.54584 48.70998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10319'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66974 -1.54583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66974 -1.54583)"^^geo:wktLiteral ;
  geo-pos:lat "48.66974"^^xsd:decimal ;
  geo-pos:long "-1.54583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1605'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54583'^^xsd:double;
  dwc:latitude '48.66974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54583 48.66974, -1.54583 48.66974, -1.54583 48.66974, -1.54583 48.66974, -1.54583 48.66974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1605'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70131 -1.54583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70131 -1.54583)"^^geo:wktLiteral ;
  geo-pos:lat "48.70131"^^xsd:decimal ;
  geo-pos:long "-1.54583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8415'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54583'^^xsd:double;
  dwc:latitude '48.70131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54583 48.70131, -1.54583 48.70131, -1.54583 48.70131, -1.54583 48.70131, -1.54583 48.70131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8415'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66513 -1.54582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66513 -1.54582)"^^geo:wktLiteral ;
  geo-pos:lat "48.66513"^^xsd:decimal ;
  geo-pos:long "-1.54582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11273'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54582'^^xsd:double;
  dwc:latitude '48.66513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54582 48.66513, -1.54582 48.66513, -1.54582 48.66513, -1.54582 48.66513, -1.54582 48.66513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11273'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68926 -1.54582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68926 -1.54582)"^^geo:wktLiteral ;
  geo-pos:lat "48.68926"^^xsd:decimal ;
  geo-pos:long "-1.54582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1083'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54582'^^xsd:double;
  dwc:latitude '48.68926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54582 48.68926, -1.54582 48.68926, -1.54582 48.68926, -1.54582 48.68926, -1.54582 48.68926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1083'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69475 -1.54582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69475 -1.54582)"^^geo:wktLiteral ;
  geo-pos:lat "48.69475"^^xsd:decimal ;
  geo-pos:long "-1.54582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8051'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54582'^^xsd:double;
  dwc:latitude '48.69475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54582 48.69475, -1.54582 48.69475, -1.54582 48.69475, -1.54582 48.69475, -1.54582 48.69475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8051'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70818 -1.54581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70818 -1.54581)"^^geo:wktLiteral ;
  geo-pos:lat "48.70818"^^xsd:decimal ;
  geo-pos:long "-1.54581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9698'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.033333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54581'^^xsd:double;
  dwc:latitude '48.70818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54581 48.70818, -1.54581 48.70818, -1.54581 48.70818, -1.54581 48.70818, -1.54581 48.70818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9698'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71968 -1.54581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71968 -1.54581)"^^geo:wktLiteral ;
  geo-pos:lat "48.71968"^^xsd:decimal ;
  geo-pos:long "-1.54581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_267'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '22.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54581'^^xsd:double;
  dwc:latitude '48.71968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54581 48.71968, -1.54581 48.71968, -1.54581 48.71968, -1.54581 48.71968, -1.54581 48.71968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_267'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67552 -1.54578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67552 -1.54578)"^^geo:wktLiteral ;
  geo-pos:lat "48.67552"^^xsd:decimal ;
  geo-pos:long "-1.54578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1090'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54578'^^xsd:double;
  dwc:latitude '48.67552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54578 48.67552, -1.54578 48.67552, -1.54578 48.67552, -1.54578 48.67552, -1.54578 48.67552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1090'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68845 -1.54578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68845 -1.54578)"^^geo:wktLiteral ;
  geo-pos:lat "48.68845"^^xsd:decimal ;
  geo-pos:long "-1.54578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5221'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54578'^^xsd:double;
  dwc:latitude '48.68845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54578 48.68845, -1.54578 48.68845, -1.54578 48.68845, -1.54578 48.68845, -1.54578 48.68845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5221'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.706 -1.54578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.706 -1.54578)"^^geo:wktLiteral ;
  geo-pos:lat "48.706"^^xsd:decimal ;
  geo-pos:long "-1.54578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_950'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54578'^^xsd:double;
  dwc:latitude '48.706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54578 48.706, -1.54578 48.706, -1.54578 48.706, -1.54578 48.706, -1.54578 48.706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_950'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69044 -1.54577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69044 -1.54577)"^^geo:wktLiteral ;
  geo-pos:lat "48.69044"^^xsd:decimal ;
  geo-pos:long "-1.54577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3071'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54577'^^xsd:double;
  dwc:latitude '48.69044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54577 48.69044, -1.54577 48.69044, -1.54577 48.69044, -1.54577 48.69044, -1.54577 48.69044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3071'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71099 -1.54577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71099 -1.54577)"^^geo:wktLiteral ;
  geo-pos:lat "48.71099"^^xsd:decimal ;
  geo-pos:long "-1.54577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_159'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54577'^^xsd:double;
  dwc:latitude '48.71099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54577 48.71099, -1.54577 48.71099, -1.54577 48.71099, -1.54577 48.71099, -1.54577 48.71099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_159'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68951 -1.54576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68951"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68951 -1.54576)"^^geo:wktLiteral ;
  geo-pos:lat "48.68951"^^xsd:decimal ;
  geo-pos:long "-1.54576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4432'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54576'^^xsd:double;
  dwc:latitude '48.68951'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54576 48.68951, -1.54576 48.68951, -1.54576 48.68951, -1.54576 48.68951, -1.54576 48.68951))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4432'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69552 -1.54575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69552 -1.54575)"^^geo:wktLiteral ;
  geo-pos:lat "48.69552"^^xsd:decimal ;
  geo-pos:long "-1.54575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9815'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54575'^^xsd:double;
  dwc:latitude '48.69552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54575 48.69552, -1.54575 48.69552, -1.54575 48.69552, -1.54575 48.69552, -1.54575 48.69552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9815'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69671 -1.54575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69671 -1.54575)"^^geo:wktLiteral ;
  geo-pos:lat "48.69671"^^xsd:decimal ;
  geo-pos:long "-1.54575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9108'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54575'^^xsd:double;
  dwc:latitude '48.69671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54575 48.69671, -1.54575 48.69671, -1.54575 48.69671, -1.54575 48.69671, -1.54575 48.69671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9108'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69966 -1.54575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69966 -1.54575)"^^geo:wktLiteral ;
  geo-pos:lat "48.69966"^^xsd:decimal ;
  geo-pos:long "-1.54575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1281'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54575'^^xsd:double;
  dwc:latitude '48.69966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54575 48.69966, -1.54575 48.69966, -1.54575 48.69966, -1.54575 48.69966, -1.54575 48.69966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1281'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70597 -1.54575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70597"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70597 -1.54575)"^^geo:wktLiteral ;
  geo-pos:lat "48.70597"^^xsd:decimal ;
  geo-pos:long "-1.54575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3188'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54575'^^xsd:double;
  dwc:latitude '48.70597'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54575 48.70597, -1.54575 48.70597, -1.54575 48.70597, -1.54575 48.70597, -1.54575 48.70597))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3188'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73009 -1.54575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73009 -1.54575)"^^geo:wktLiteral ;
  geo-pos:lat "48.73009"^^xsd:decimal ;
  geo-pos:long "-1.54575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9301'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54575'^^xsd:double;
  dwc:latitude '48.73009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54575 48.73009, -1.54575 48.73009, -1.54575 48.73009, -1.54575 48.73009, -1.54575 48.73009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9301'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70156 -1.54574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70156 -1.54574)"^^geo:wktLiteral ;
  geo-pos:lat "48.70156"^^xsd:decimal ;
  geo-pos:long "-1.54574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2700'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54574'^^xsd:double;
  dwc:latitude '48.70156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54574 48.70156, -1.54574 48.70156, -1.54574 48.70156, -1.54574 48.70156, -1.54574 48.70156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2700'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70399 -1.54574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70399 -1.54574)"^^geo:wktLiteral ;
  geo-pos:lat "48.70399"^^xsd:decimal ;
  geo-pos:long "-1.54574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1265'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54574'^^xsd:double;
  dwc:latitude '48.70399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54574 48.70399, -1.54574 48.70399, -1.54574 48.70399, -1.54574 48.70399, -1.54574 48.70399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1265'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69089 -1.54573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69089 -1.54573)"^^geo:wktLiteral ;
  geo-pos:lat "48.69089"^^xsd:decimal ;
  geo-pos:long "-1.54573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4090'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54573'^^xsd:double;
  dwc:latitude '48.69089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54573 48.69089, -1.54573 48.69089, -1.54573 48.69089, -1.54573 48.69089, -1.54573 48.69089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4090'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70311 -1.54573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70311"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70311 -1.54573)"^^geo:wktLiteral ;
  geo-pos:lat "48.70311"^^xsd:decimal ;
  geo-pos:long "-1.54573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8039'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54573'^^xsd:double;
  dwc:latitude '48.70311'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54573 48.70311, -1.54573 48.70311, -1.54573 48.70311, -1.54573 48.70311, -1.54573 48.70311))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8039'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72867 -1.54573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72867 -1.54573)"^^geo:wktLiteral ;
  geo-pos:lat "48.72867"^^xsd:decimal ;
  geo-pos:long "-1.54573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8182'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54573'^^xsd:double;
  dwc:latitude '48.72867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54573 48.72867, -1.54573 48.72867, -1.54573 48.72867, -1.54573 48.72867, -1.54573 48.72867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8182'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73161 -1.54572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73161"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73161 -1.54572)"^^geo:wktLiteral ;
  geo-pos:lat "48.73161"^^xsd:decimal ;
  geo-pos:long "-1.54572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_897'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54572'^^xsd:double;
  dwc:latitude '48.73161'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54572 48.73161, -1.54572 48.73161, -1.54572 48.73161, -1.54572 48.73161, -1.54572 48.73161))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_897'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70538 -1.5457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70538 -1.5457)"^^geo:wktLiteral ;
  geo-pos:lat "48.70538"^^xsd:decimal ;
  geo-pos:long "-1.5457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10312'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5457'^^xsd:double;
  dwc:latitude '48.70538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5457 48.70538, -1.5457 48.70538, -1.5457 48.70538, -1.5457 48.70538, -1.5457 48.70538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10312'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69603 -1.54569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69603 -1.54569)"^^geo:wktLiteral ;
  geo-pos:lat "48.69603"^^xsd:decimal ;
  geo-pos:long "-1.54569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4093'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54569'^^xsd:double;
  dwc:latitude '48.69603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54569 48.69603, -1.54569 48.69603, -1.54569 48.69603, -1.54569 48.69603, -1.54569 48.69603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4093'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70687 -1.54569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70687 -1.54569)"^^geo:wktLiteral ;
  geo-pos:lat "48.70687"^^xsd:decimal ;
  geo-pos:long "-1.54569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3024'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54569'^^xsd:double;
  dwc:latitude '48.70687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54569 48.70687, -1.54569 48.70687, -1.54569 48.70687, -1.54569 48.70687, -1.54569 48.70687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3024'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72659 -1.54569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72659 -1.54569)"^^geo:wktLiteral ;
  geo-pos:lat "48.72659"^^xsd:decimal ;
  geo-pos:long "-1.54569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1223'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54569'^^xsd:double;
  dwc:latitude '48.72659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54569 48.72659, -1.54569 48.72659, -1.54569 48.72659, -1.54569 48.72659, -1.54569 48.72659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1223'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6896 -1.54568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6896 -1.54568)"^^geo:wktLiteral ;
  geo-pos:lat "48.6896"^^xsd:decimal ;
  geo-pos:long "-1.54568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3725'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54568'^^xsd:double;
  dwc:latitude '48.6896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54568 48.6896, -1.54568 48.6896, -1.54568 48.6896, -1.54568 48.6896, -1.54568 48.6896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3725'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.54568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.54568)"^^geo:wktLiteral ;
  geo-pos:lat "48.6903"^^xsd:decimal ;
  geo-pos:long "-1.54568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5573'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54568'^^xsd:double;
  dwc:latitude '48.6903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54568 48.6903, -1.54568 48.6903, -1.54568 48.6903, -1.54568 48.6903, -1.54568 48.6903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5573'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70026 -1.54568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70026 -1.54568)"^^geo:wktLiteral ;
  geo-pos:lat "48.70026"^^xsd:decimal ;
  geo-pos:long "-1.54568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8906'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54568'^^xsd:double;
  dwc:latitude '48.70026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54568 48.70026, -1.54568 48.70026, -1.54568 48.70026, -1.54568 48.70026, -1.54568 48.70026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8906'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72337 -1.54567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72337"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72337 -1.54567)"^^geo:wktLiteral ;
  geo-pos:lat "48.72337"^^xsd:decimal ;
  geo-pos:long "-1.54567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10383'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54567'^^xsd:double;
  dwc:latitude '48.72337'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54567 48.72337, -1.54567 48.72337, -1.54567 48.72337, -1.54567 48.72337, -1.54567 48.72337))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10383'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64571 -1.54566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64571 -1.54566)"^^geo:wktLiteral ;
  geo-pos:lat "48.64571"^^xsd:decimal ;
  geo-pos:long "-1.54566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1706'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54566'^^xsd:double;
  dwc:latitude '48.64571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54566 48.64571, -1.54566 48.64571, -1.54566 48.64571, -1.54566 48.64571, -1.54566 48.64571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1706'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68553 -1.54566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68553"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68553 -1.54566)"^^geo:wktLiteral ;
  geo-pos:lat "48.68553"^^xsd:decimal ;
  geo-pos:long "-1.54566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6823'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54566'^^xsd:double;
  dwc:latitude '48.68553'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54566 48.68553, -1.54566 48.68553, -1.54566 48.68553, -1.54566 48.68553, -1.54566 48.68553))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6823'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70176 -1.54566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70176 -1.54566)"^^geo:wktLiteral ;
  geo-pos:lat "48.70176"^^xsd:decimal ;
  geo-pos:long "-1.54566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7193'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54566'^^xsd:double;
  dwc:latitude '48.70176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54566 48.70176, -1.54566 48.70176, -1.54566 48.70176, -1.54566 48.70176, -1.54566 48.70176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7193'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70292 -1.54566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70292 -1.54566)"^^geo:wktLiteral ;
  geo-pos:lat "48.70292"^^xsd:decimal ;
  geo-pos:long "-1.54566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4263'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54566'^^xsd:double;
  dwc:latitude '48.70292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54566 48.70292, -1.54566 48.70292, -1.54566 48.70292, -1.54566 48.70292, -1.54566 48.70292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4263'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71994 -1.54565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71994 -1.54565)"^^geo:wktLiteral ;
  geo-pos:lat "48.71994"^^xsd:decimal ;
  geo-pos:long "-1.54565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9432'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54565'^^xsd:double;
  dwc:latitude '48.71994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54565 48.71994, -1.54565 48.71994, -1.54565 48.71994, -1.54565 48.71994, -1.54565 48.71994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9432'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72648 -1.54565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72648 -1.54565)"^^geo:wktLiteral ;
  geo-pos:lat "48.72648"^^xsd:decimal ;
  geo-pos:long "-1.54565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3288'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.16666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54565'^^xsd:double;
  dwc:latitude '48.72648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54565 48.72648, -1.54565 48.72648, -1.54565 48.72648, -1.54565 48.72648, -1.54565 48.72648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3288'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69132 -1.54564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69132"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69132 -1.54564)"^^geo:wktLiteral ;
  geo-pos:lat "48.69132"^^xsd:decimal ;
  geo-pos:long "-1.54564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1242'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54564'^^xsd:double;
  dwc:latitude '48.69132'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54564 48.69132, -1.54564 48.69132, -1.54564 48.69132, -1.54564 48.69132, -1.54564 48.69132))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1242'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71478 -1.54561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71478 -1.54561)"^^geo:wktLiteral ;
  geo-pos:lat "48.71478"^^xsd:decimal ;
  geo-pos:long "-1.54561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1505'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54561'^^xsd:double;
  dwc:latitude '48.71478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54561 48.71478, -1.54561 48.71478, -1.54561 48.71478, -1.54561 48.71478, -1.54561 48.71478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1505'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71347 -1.5456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71347 -1.5456)"^^geo:wktLiteral ;
  geo-pos:lat "48.71347"^^xsd:decimal ;
  geo-pos:long "-1.5456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5162'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5456'^^xsd:double;
  dwc:latitude '48.71347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5456 48.71347, -1.5456 48.71347, -1.5456 48.71347, -1.5456 48.71347, -1.5456 48.71347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5162'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6897 -1.54559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6897 -1.54559)"^^geo:wktLiteral ;
  geo-pos:lat "48.6897"^^xsd:decimal ;
  geo-pos:long "-1.54559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5649'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54559'^^xsd:double;
  dwc:latitude '48.6897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54559 48.6897, -1.54559 48.6897, -1.54559 48.6897, -1.54559 48.6897, -1.54559 48.6897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5649'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70087 -1.54559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70087 -1.54559)"^^geo:wktLiteral ;
  geo-pos:lat "48.70087"^^xsd:decimal ;
  geo-pos:long "-1.54559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8076'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54559'^^xsd:double;
  dwc:latitude '48.70087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54559 48.70087, -1.54559 48.70087, -1.54559 48.70087, -1.54559 48.70087, -1.54559 48.70087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8076'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71425 -1.54559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71425 -1.54559)"^^geo:wktLiteral ;
  geo-pos:lat "48.71425"^^xsd:decimal ;
  geo-pos:long "-1.54559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3318'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54559'^^xsd:double;
  dwc:latitude '48.71425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54559 48.71425, -1.54559 48.71425, -1.54559 48.71425, -1.54559 48.71425, -1.54559 48.71425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3318'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69815 -1.54558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69815 -1.54558)"^^geo:wktLiteral ;
  geo-pos:lat "48.69815"^^xsd:decimal ;
  geo-pos:long "-1.54558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6080'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54558'^^xsd:double;
  dwc:latitude '48.69815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54558 48.69815, -1.54558 48.69815, -1.54558 48.69815, -1.54558 48.69815, -1.54558 48.69815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6080'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7014 -1.54558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7014 -1.54558)"^^geo:wktLiteral ;
  geo-pos:lat "48.7014"^^xsd:decimal ;
  geo-pos:long "-1.54558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7987'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54558'^^xsd:double;
  dwc:latitude '48.7014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54558 48.7014, -1.54558 48.7014, -1.54558 48.7014, -1.54558 48.7014, -1.54558 48.7014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7987'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70097 -1.54557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70097 -1.54557)"^^geo:wktLiteral ;
  geo-pos:lat "48.70097"^^xsd:decimal ;
  geo-pos:long "-1.54557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8075'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54557'^^xsd:double;
  dwc:latitude '48.70097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54557 48.70097, -1.54557 48.70097, -1.54557 48.70097, -1.54557 48.70097, -1.54557 48.70097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8075'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71172 -1.54557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71172 -1.54557)"^^geo:wktLiteral ;
  geo-pos:lat "48.71172"^^xsd:decimal ;
  geo-pos:long "-1.54557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3524'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54557'^^xsd:double;
  dwc:latitude '48.71172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54557 48.71172, -1.54557 48.71172, -1.54557 48.71172, -1.54557 48.71172, -1.54557 48.71172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3524'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71292 -1.54557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71292 -1.54557)"^^geo:wktLiteral ;
  geo-pos:lat "48.71292"^^xsd:decimal ;
  geo-pos:long "-1.54557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3939'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54557'^^xsd:double;
  dwc:latitude '48.71292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54557 48.71292, -1.54557 48.71292, -1.54557 48.71292, -1.54557 48.71292, -1.54557 48.71292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3939'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72679 -1.54556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72679 -1.54556)"^^geo:wktLiteral ;
  geo-pos:lat "48.72679"^^xsd:decimal ;
  geo-pos:long "-1.54556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_210'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54556'^^xsd:double;
  dwc:latitude '48.72679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54556 48.72679, -1.54556 48.72679, -1.54556 48.72679, -1.54556 48.72679, -1.54556 48.72679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_210'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65353 -1.54555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65353 -1.54555)"^^geo:wktLiteral ;
  geo-pos:lat "48.65353"^^xsd:decimal ;
  geo-pos:long "-1.54555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12668'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54555'^^xsd:double;
  dwc:latitude '48.65353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54555 48.65353, -1.54555 48.65353, -1.54555 48.65353, -1.54555 48.65353, -1.54555 48.65353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12668'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8119> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71699 -1.54552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71699 -1.54552)"^^geo:wktLiteral ;
  geo-pos:lat "48.71699"^^xsd:decimal ;
  geo-pos:long "-1.54552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8119'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8119'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54552'^^xsd:double;
  dwc:latitude '48.71699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54552 48.71699, -1.54552 48.71699, -1.54552 48.71699, -1.54552 48.71699, -1.54552 48.71699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8119'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70237 -1.5455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70237 -1.5455)"^^geo:wktLiteral ;
  geo-pos:lat "48.70237"^^xsd:decimal ;
  geo-pos:long "-1.5455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_229'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5455'^^xsd:double;
  dwc:latitude '48.70237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5455 48.70237, -1.5455 48.70237, -1.5455 48.70237, -1.5455 48.70237, -1.5455 48.70237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_229'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70395 -1.54549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70395 -1.54549)"^^geo:wktLiteral ;
  geo-pos:lat "48.70395"^^xsd:decimal ;
  geo-pos:long "-1.54549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_881'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54549'^^xsd:double;
  dwc:latitude '48.70395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54549 48.70395, -1.54549 48.70395, -1.54549 48.70395, -1.54549 48.70395, -1.54549 48.70395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_881'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72178 -1.54549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72178 -1.54549)"^^geo:wktLiteral ;
  geo-pos:lat "48.72178"^^xsd:decimal ;
  geo-pos:long "-1.54549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9046'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54549'^^xsd:double;
  dwc:latitude '48.72178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54549 48.72178, -1.54549 48.72178, -1.54549 48.72178, -1.54549 48.72178, -1.54549 48.72178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9046'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70598 -1.54548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70598 -1.54548)"^^geo:wktLiteral ;
  geo-pos:lat "48.70598"^^xsd:decimal ;
  geo-pos:long "-1.54548"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2093'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54548'^^xsd:double;
  dwc:latitude '48.70598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54548 48.70598, -1.54548 48.70598, -1.54548 48.70598, -1.54548 48.70598, -1.54548 48.70598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2093'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9772> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70655 -1.54548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70655 -1.54548)"^^geo:wktLiteral ;
  geo-pos:lat "48.70655"^^xsd:decimal ;
  geo-pos:long "-1.54548"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9772'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9772'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54548'^^xsd:double;
  dwc:latitude '48.70655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54548 48.70655, -1.54548 48.70655, -1.54548 48.70655, -1.54548 48.70655, -1.54548 48.70655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9772'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70001 -1.54547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70001 -1.54547)"^^geo:wktLiteral ;
  geo-pos:lat "48.70001"^^xsd:decimal ;
  geo-pos:long "-1.54547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5518'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54547'^^xsd:double;
  dwc:latitude '48.70001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54547 48.70001, -1.54547 48.70001, -1.54547 48.70001, -1.54547 48.70001, -1.54547 48.70001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5518'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70063 -1.54547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70063 -1.54547)"^^geo:wktLiteral ;
  geo-pos:lat "48.70063"^^xsd:decimal ;
  geo-pos:long "-1.54547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8213'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54547'^^xsd:double;
  dwc:latitude '48.70063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54547 48.70063, -1.54547 48.70063, -1.54547 48.70063, -1.54547 48.70063, -1.54547 48.70063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8213'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65704 -1.54546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65704 -1.54546)"^^geo:wktLiteral ;
  geo-pos:lat "48.65704"^^xsd:decimal ;
  geo-pos:long "-1.54546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7062'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54546'^^xsd:double;
  dwc:latitude '48.65704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54546 48.65704, -1.54546 48.65704, -1.54546 48.65704, -1.54546 48.65704, -1.54546 48.65704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7062'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68844 -1.54546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68844 -1.54546)"^^geo:wktLiteral ;
  geo-pos:lat "48.68844"^^xsd:decimal ;
  geo-pos:long "-1.54546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1531'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54546'^^xsd:double;
  dwc:latitude '48.68844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54546 48.68844, -1.54546 48.68844, -1.54546 48.68844, -1.54546 48.68844, -1.54546 48.68844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1531'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70154 -1.54546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70154 -1.54546)"^^geo:wktLiteral ;
  geo-pos:lat "48.70154"^^xsd:decimal ;
  geo-pos:long "-1.54546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9729'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54546'^^xsd:double;
  dwc:latitude '48.70154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54546 48.70154, -1.54546 48.70154, -1.54546 48.70154, -1.54546 48.70154, -1.54546 48.70154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9729'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.54545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.54545)"^^geo:wktLiteral ;
  geo-pos:lat "48.69827"^^xsd:decimal ;
  geo-pos:long "-1.54545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5067'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54545'^^xsd:double;
  dwc:latitude '48.69827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54545 48.69827, -1.54545 48.69827, -1.54545 48.69827, -1.54545 48.69827, -1.54545 48.69827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5067'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73298 -1.54545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73298 -1.54545)"^^geo:wktLiteral ;
  geo-pos:lat "48.73298"^^xsd:decimal ;
  geo-pos:long "-1.54545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6410'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54545'^^xsd:double;
  dwc:latitude '48.73298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54545 48.73298, -1.54545 48.73298, -1.54545 48.73298, -1.54545 48.73298, -1.54545 48.73298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6410'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70338 -1.54544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70338"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70338 -1.54544)"^^geo:wktLiteral ;
  geo-pos:lat "48.70338"^^xsd:decimal ;
  geo-pos:long "-1.54544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8499'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54544'^^xsd:double;
  dwc:latitude '48.70338'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54544 48.70338, -1.54544 48.70338, -1.54544 48.70338, -1.54544 48.70338, -1.54544 48.70338))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8499'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70075 -1.54543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70075 -1.54543)"^^geo:wktLiteral ;
  geo-pos:lat "48.70075"^^xsd:decimal ;
  geo-pos:long "-1.54543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8235'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54543'^^xsd:double;
  dwc:latitude '48.70075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54543 48.70075, -1.54543 48.70075, -1.54543 48.70075, -1.54543 48.70075, -1.54543 48.70075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8235'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9774> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.54543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.54543)"^^geo:wktLiteral ;
  geo-pos:lat "48.70854"^^xsd:decimal ;
  geo-pos:long "-1.54543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9774'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9774'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54543'^^xsd:double;
  dwc:latitude '48.70854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54543 48.70854, -1.54543 48.70854, -1.54543 48.70854, -1.54543 48.70854, -1.54543 48.70854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9774'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70584 -1.54542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70584 -1.54542)"^^geo:wktLiteral ;
  geo-pos:lat "48.70584"^^xsd:decimal ;
  geo-pos:long "-1.54542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3189'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54542'^^xsd:double;
  dwc:latitude '48.70584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54542 48.70584, -1.54542 48.70584, -1.54542 48.70584, -1.54542 48.70584, -1.54542 48.70584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3189'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69577 -1.54541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69577 -1.54541)"^^geo:wktLiteral ;
  geo-pos:lat "48.69577"^^xsd:decimal ;
  geo-pos:long "-1.54541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4042'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54541'^^xsd:double;
  dwc:latitude '48.69577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54541 48.69577, -1.54541 48.69577, -1.54541 48.69577, -1.54541 48.69577, -1.54541 48.69577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4042'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70018 -1.54541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70018 -1.54541)"^^geo:wktLiteral ;
  geo-pos:lat "48.70018"^^xsd:decimal ;
  geo-pos:long "-1.54541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8329'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54541'^^xsd:double;
  dwc:latitude '48.70018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54541 48.70018, -1.54541 48.70018, -1.54541 48.70018, -1.54541 48.70018, -1.54541 48.70018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8329'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70072 -1.5454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70072 -1.5454)"^^geo:wktLiteral ;
  geo-pos:lat "48.70072"^^xsd:decimal ;
  geo-pos:long "-1.5454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8498'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5454'^^xsd:double;
  dwc:latitude '48.70072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5454 48.70072, -1.5454 48.70072, -1.5454 48.70072, -1.5454 48.70072, -1.5454 48.70072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8498'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70054 -1.54539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70054 -1.54539)"^^geo:wktLiteral ;
  geo-pos:lat "48.70054"^^xsd:decimal ;
  geo-pos:long "-1.54539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8449'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54539'^^xsd:double;
  dwc:latitude '48.70054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54539 48.70054, -1.54539 48.70054, -1.54539 48.70054, -1.54539 48.70054, -1.54539 48.70054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8449'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72392 -1.54539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72392 -1.54539)"^^geo:wktLiteral ;
  geo-pos:lat "48.72392"^^xsd:decimal ;
  geo-pos:long "-1.54539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2304'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54539'^^xsd:double;
  dwc:latitude '48.72392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54539 48.72392, -1.54539 48.72392, -1.54539 48.72392, -1.54539 48.72392, -1.54539 48.72392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2304'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66592 -1.54538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66592 -1.54538)"^^geo:wktLiteral ;
  geo-pos:lat "48.66592"^^xsd:decimal ;
  geo-pos:long "-1.54538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2589'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54538'^^xsd:double;
  dwc:latitude '48.66592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54538 48.66592, -1.54538 48.66592, -1.54538 48.66592, -1.54538 48.66592, -1.54538 48.66592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2589'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71223 -1.54538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71223 -1.54538)"^^geo:wktLiteral ;
  geo-pos:lat "48.71223"^^xsd:decimal ;
  geo-pos:long "-1.54538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4628'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54538'^^xsd:double;
  dwc:latitude '48.71223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54538 48.71223, -1.54538 48.71223, -1.54538 48.71223, -1.54538 48.71223, -1.54538 48.71223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4628'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68829 -1.54535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68829 -1.54535)"^^geo:wktLiteral ;
  geo-pos:lat "48.68829"^^xsd:decimal ;
  geo-pos:long "-1.54535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1523'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54535'^^xsd:double;
  dwc:latitude '48.68829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54535 48.68829, -1.54535 48.68829, -1.54535 48.68829, -1.54535 48.68829, -1.54535 48.68829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1523'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69681 -1.54535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69681 -1.54535)"^^geo:wktLiteral ;
  geo-pos:lat "48.69681"^^xsd:decimal ;
  geo-pos:long "-1.54535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5770'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54535'^^xsd:double;
  dwc:latitude '48.69681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54535 48.69681, -1.54535 48.69681, -1.54535 48.69681, -1.54535 48.69681, -1.54535 48.69681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5770'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73203 -1.54535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73203 -1.54535)"^^geo:wktLiteral ;
  geo-pos:lat "48.73203"^^xsd:decimal ;
  geo-pos:long "-1.54535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9098'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54535'^^xsd:double;
  dwc:latitude '48.73203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54535 48.73203, -1.54535 48.73203, -1.54535 48.73203, -1.54535 48.73203, -1.54535 48.73203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9098'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70095 -1.54534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70095 -1.54534)"^^geo:wktLiteral ;
  geo-pos:lat "48.70095"^^xsd:decimal ;
  geo-pos:long "-1.54534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8414'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54534'^^xsd:double;
  dwc:latitude '48.70095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54534 48.70095, -1.54534 48.70095, -1.54534 48.70095, -1.54534 48.70095, -1.54534 48.70095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8414'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70278 -1.54534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70278 -1.54534)"^^geo:wktLiteral ;
  geo-pos:lat "48.70278"^^xsd:decimal ;
  geo-pos:long "-1.54534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9725'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54534'^^xsd:double;
  dwc:latitude '48.70278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54534 48.70278, -1.54534 48.70278, -1.54534 48.70278, -1.54534 48.70278, -1.54534 48.70278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9725'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.54533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6894 -1.54533)"^^geo:wktLiteral ;
  geo-pos:lat "48.6894"^^xsd:decimal ;
  geo-pos:long "-1.54533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5220'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54533'^^xsd:double;
  dwc:latitude '48.6894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54533 48.6894, -1.54533 48.6894, -1.54533 48.6894, -1.54533 48.6894, -1.54533 48.6894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5220'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70288 -1.54533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70288 -1.54533)"^^geo:wktLiteral ;
  geo-pos:lat "48.70288"^^xsd:decimal ;
  geo-pos:long "-1.54533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9726'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54533'^^xsd:double;
  dwc:latitude '48.70288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54533 48.70288, -1.54533 48.70288, -1.54533 48.70288, -1.54533 48.70288, -1.54533 48.70288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9726'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71459 -1.54533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71459"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71459 -1.54533)"^^geo:wktLiteral ;
  geo-pos:lat "48.71459"^^xsd:decimal ;
  geo-pos:long "-1.54533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2925'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54533'^^xsd:double;
  dwc:latitude '48.71459'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54533 48.71459, -1.54533 48.71459, -1.54533 48.71459, -1.54533 48.71459, -1.54533 48.71459))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2925'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6844 -1.54532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6844 -1.54532)"^^geo:wktLiteral ;
  geo-pos:lat "48.6844"^^xsd:decimal ;
  geo-pos:long "-1.54532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1417'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54532'^^xsd:double;
  dwc:latitude '48.6844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54532 48.6844, -1.54532 48.6844, -1.54532 48.6844, -1.54532 48.6844, -1.54532 48.6844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1417'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70084 -1.54532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70084 -1.54532)"^^geo:wktLiteral ;
  geo-pos:lat "48.70084"^^xsd:decimal ;
  geo-pos:long "-1.54532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9851'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54532'^^xsd:double;
  dwc:latitude '48.70084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54532 48.70084, -1.54532 48.70084, -1.54532 48.70084, -1.54532 48.70084, -1.54532 48.70084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9851'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69862 -1.54531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69862 -1.54531)"^^geo:wktLiteral ;
  geo-pos:lat "48.69862"^^xsd:decimal ;
  geo-pos:long "-1.54531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4779'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54531'^^xsd:double;
  dwc:latitude '48.69862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54531 48.69862, -1.54531 48.69862, -1.54531 48.69862, -1.54531 48.69862, -1.54531 48.69862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4779'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68941 -1.5453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68941 -1.5453)"^^geo:wktLiteral ;
  geo-pos:lat "48.68941"^^xsd:decimal ;
  geo-pos:long "-1.5453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5279'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5453'^^xsd:double;
  dwc:latitude '48.68941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5453 48.68941, -1.5453 48.68941, -1.5453 48.68941, -1.5453 48.68941, -1.5453 48.68941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5279'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69091 -1.5453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69091 -1.5453)"^^geo:wktLiteral ;
  geo-pos:lat "48.69091"^^xsd:decimal ;
  geo-pos:long "-1.5453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10497'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5453'^^xsd:double;
  dwc:latitude '48.69091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5453 48.69091, -1.5453 48.69091, -1.5453 48.69091, -1.5453 48.69091, -1.5453 48.69091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10497'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72968 -1.5453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72968 -1.5453)"^^geo:wktLiteral ;
  geo-pos:lat "48.72968"^^xsd:decimal ;
  geo-pos:long "-1.5453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8406'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5453'^^xsd:double;
  dwc:latitude '48.72968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5453 48.72968, -1.5453 48.72968, -1.5453 48.72968, -1.5453 48.72968, -1.5453 48.72968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8406'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68805 -1.54529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68805 -1.54529)"^^geo:wktLiteral ;
  geo-pos:lat "48.68805"^^xsd:decimal ;
  geo-pos:long "-1.54529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4799'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54529'^^xsd:double;
  dwc:latitude '48.68805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54529 48.68805, -1.54529 48.68805, -1.54529 48.68805, -1.54529 48.68805, -1.54529 48.68805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4799'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69526 -1.54529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69526 -1.54529)"^^geo:wktLiteral ;
  geo-pos:lat "48.69526"^^xsd:decimal ;
  geo-pos:long "-1.54529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4385'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54529'^^xsd:double;
  dwc:latitude '48.69526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54529 48.69526, -1.54529 48.69526, -1.54529 48.69526, -1.54529 48.69526, -1.54529 48.69526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4385'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65852 -1.54528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65852 -1.54528)"^^geo:wktLiteral ;
  geo-pos:lat "48.65852"^^xsd:decimal ;
  geo-pos:long "-1.54528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5700'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54528'^^xsd:double;
  dwc:latitude '48.65852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54528 48.65852, -1.54528 48.65852, -1.54528 48.65852, -1.54528 48.65852, -1.54528 48.65852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5700'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69271 -1.54528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69271 -1.54528)"^^geo:wktLiteral ;
  geo-pos:lat "48.69271"^^xsd:decimal ;
  geo-pos:long "-1.54528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1049'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54528'^^xsd:double;
  dwc:latitude '48.69271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54528 48.69271, -1.54528 48.69271, -1.54528 48.69271, -1.54528 48.69271, -1.54528 48.69271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1049'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69741 -1.54528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69741 -1.54528)"^^geo:wktLiteral ;
  geo-pos:lat "48.69741"^^xsd:decimal ;
  geo-pos:long "-1.54528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9034'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54528'^^xsd:double;
  dwc:latitude '48.69741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54528 48.69741, -1.54528 48.69741, -1.54528 48.69741, -1.54528 48.69741, -1.54528 48.69741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9034'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7134 -1.54528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7134 -1.54528)"^^geo:wktLiteral ;
  geo-pos:lat "48.7134"^^xsd:decimal ;
  geo-pos:long "-1.54528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9775'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54528'^^xsd:double;
  dwc:latitude '48.7134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54528 48.7134, -1.54528 48.7134, -1.54528 48.7134, -1.54528 48.7134, -1.54528 48.7134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9775'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1821> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70044 -1.54527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70044 -1.54527)"^^geo:wktLiteral ;
  geo-pos:lat "48.70044"^^xsd:decimal ;
  geo-pos:long "-1.54527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1821'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1821'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54527'^^xsd:double;
  dwc:latitude '48.70044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54527 48.70044, -1.54527 48.70044, -1.54527 48.70044, -1.54527 48.70044, -1.54527 48.70044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1821'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71493 -1.54527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71493"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71493 -1.54527)"^^geo:wktLiteral ;
  geo-pos:lat "48.71493"^^xsd:decimal ;
  geo-pos:long "-1.54527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6974'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54527'^^xsd:double;
  dwc:latitude '48.71493'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54527 48.71493, -1.54527 48.71493, -1.54527 48.71493, -1.54527 48.71493, -1.54527 48.71493))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6974'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72774 -1.54526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72774 -1.54526)"^^geo:wktLiteral ;
  geo-pos:lat "48.72774"^^xsd:decimal ;
  geo-pos:long "-1.54526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5949'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54526'^^xsd:double;
  dwc:latitude '48.72774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54526 48.72774, -1.54526 48.72774, -1.54526 48.72774, -1.54526 48.72774, -1.54526 48.72774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5949'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69196 -1.54525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69196 -1.54525)"^^geo:wktLiteral ;
  geo-pos:lat "48.69196"^^xsd:decimal ;
  geo-pos:long "-1.54525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7044'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54525'^^xsd:double;
  dwc:latitude '48.69196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54525 48.69196, -1.54525 48.69196, -1.54525 48.69196, -1.54525 48.69196, -1.54525 48.69196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7044'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70065 -1.54525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70065"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70065 -1.54525)"^^geo:wktLiteral ;
  geo-pos:lat "48.70065"^^xsd:decimal ;
  geo-pos:long "-1.54525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8176'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54525'^^xsd:double;
  dwc:latitude '48.70065'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54525 48.70065, -1.54525 48.70065, -1.54525 48.70065, -1.54525 48.70065, -1.54525 48.70065))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8176'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72527 -1.54525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72527 -1.54525)"^^geo:wktLiteral ;
  geo-pos:lat "48.72527"^^xsd:decimal ;
  geo-pos:long "-1.54525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1856'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54525'^^xsd:double;
  dwc:latitude '48.72527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54525 48.72527, -1.54525 48.72527, -1.54525 48.72527, -1.54525 48.72527, -1.54525 48.72527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1856'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67356 -1.54524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67356 -1.54524)"^^geo:wktLiteral ;
  geo-pos:lat "48.67356"^^xsd:decimal ;
  geo-pos:long "-1.54524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10682'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54524'^^xsd:double;
  dwc:latitude '48.67356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54524 48.67356, -1.54524 48.67356, -1.54524 48.67356, -1.54524 48.67356, -1.54524 48.67356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10682'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69495 -1.54524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69495 -1.54524)"^^geo:wktLiteral ;
  geo-pos:lat "48.69495"^^xsd:decimal ;
  geo-pos:long "-1.54524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3102'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54524'^^xsd:double;
  dwc:latitude '48.69495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54524 48.69495, -1.54524 48.69495, -1.54524 48.69495, -1.54524 48.69495, -1.54524 48.69495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3102'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71849 -1.54524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71849 -1.54524)"^^geo:wktLiteral ;
  geo-pos:lat "48.71849"^^xsd:decimal ;
  geo-pos:long "-1.54524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3254'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54524'^^xsd:double;
  dwc:latitude '48.71849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54524 48.71849, -1.54524 48.71849, -1.54524 48.71849, -1.54524 48.71849, -1.54524 48.71849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3254'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72806 -1.54524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72806 -1.54524)"^^geo:wktLiteral ;
  geo-pos:lat "48.72806"^^xsd:decimal ;
  geo-pos:long "-1.54524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2065'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54524'^^xsd:double;
  dwc:latitude '48.72806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54524 48.72806, -1.54524 48.72806, -1.54524 48.72806, -1.54524 48.72806, -1.54524 48.72806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2065'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69408 -1.54523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69408 -1.54523)"^^geo:wktLiteral ;
  geo-pos:lat "48.69408"^^xsd:decimal ;
  geo-pos:long "-1.54523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10483'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54523'^^xsd:double;
  dwc:latitude '48.69408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54523 48.69408, -1.54523 48.69408, -1.54523 48.69408, -1.54523 48.69408, -1.54523 48.69408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10483'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69794 -1.54523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69794 -1.54523)"^^geo:wktLiteral ;
  geo-pos:lat "48.69794"^^xsd:decimal ;
  geo-pos:long "-1.54523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1338'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54523'^^xsd:double;
  dwc:latitude '48.69794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54523 48.69794, -1.54523 48.69794, -1.54523 48.69794, -1.54523 48.69794, -1.54523 48.69794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1338'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67944 -1.54522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67944"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67944 -1.54522)"^^geo:wktLiteral ;
  geo-pos:lat "48.67944"^^xsd:decimal ;
  geo-pos:long "-1.54522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1653'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54522'^^xsd:double;
  dwc:latitude '48.67944'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54522 48.67944, -1.54522 48.67944, -1.54522 48.67944, -1.54522 48.67944, -1.54522 48.67944))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1653'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72353 -1.54522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72353 -1.54522)"^^geo:wktLiteral ;
  geo-pos:lat "48.72353"^^xsd:decimal ;
  geo-pos:long "-1.54522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2165'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54522'^^xsd:double;
  dwc:latitude '48.72353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54522 48.72353, -1.54522 48.72353, -1.54522 48.72353, -1.54522 48.72353, -1.54522 48.72353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2165'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6725 -1.5452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6725 -1.5452)"^^geo:wktLiteral ;
  geo-pos:lat "48.6725"^^xsd:decimal ;
  geo-pos:long "-1.5452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6088'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5452'^^xsd:double;
  dwc:latitude '48.6725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5452 48.6725, -1.5452 48.6725, -1.5452 48.6725, -1.5452 48.6725, -1.5452 48.6725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6088'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10351> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70032 -1.54519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70032 -1.54519)"^^geo:wktLiteral ;
  geo-pos:lat "48.70032"^^xsd:decimal ;
  geo-pos:long "-1.54519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10351'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10351'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54519'^^xsd:double;
  dwc:latitude '48.70032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54519 48.70032, -1.54519 48.70032, -1.54519 48.70032, -1.54519 48.70032, -1.54519 48.70032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10351'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6988 -1.54518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6988 -1.54518)"^^geo:wktLiteral ;
  geo-pos:lat "48.6988"^^xsd:decimal ;
  geo-pos:long "-1.54518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1397'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54518'^^xsd:double;
  dwc:latitude '48.6988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54518 48.6988, -1.54518 48.6988, -1.54518 48.6988, -1.54518 48.6988, -1.54518 48.6988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1397'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72883 -1.54518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72883 -1.54518)"^^geo:wktLiteral ;
  geo-pos:lat "48.72883"^^xsd:decimal ;
  geo-pos:long "-1.54518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6258'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54518'^^xsd:double;
  dwc:latitude '48.72883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54518 48.72883, -1.54518 48.72883, -1.54518 48.72883, -1.54518 48.72883, -1.54518 48.72883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6258'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72532 -1.54517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72532"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72532 -1.54517)"^^geo:wktLiteral ;
  geo-pos:lat "48.72532"^^xsd:decimal ;
  geo-pos:long "-1.54517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7095'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54517'^^xsd:double;
  dwc:latitude '48.72532'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54517 48.72532, -1.54517 48.72532, -1.54517 48.72532, -1.54517 48.72532, -1.54517 48.72532))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7095'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70697 -1.54516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70697 -1.54516)"^^geo:wktLiteral ;
  geo-pos:lat "48.70697"^^xsd:decimal ;
  geo-pos:long "-1.54516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_587'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54516'^^xsd:double;
  dwc:latitude '48.70697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54516 48.70697, -1.54516 48.70697, -1.54516 48.70697, -1.54516 48.70697, -1.54516 48.70697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_587'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72431 -1.54516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72431 -1.54516)"^^geo:wktLiteral ;
  geo-pos:lat "48.72431"^^xsd:decimal ;
  geo-pos:long "-1.54516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_635'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54516'^^xsd:double;
  dwc:latitude '48.72431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54516 48.72431, -1.54516 48.72431, -1.54516 48.72431, -1.54516 48.72431, -1.54516 48.72431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_635'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68855 -1.54515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68855 -1.54515)"^^geo:wktLiteral ;
  geo-pos:lat "48.68855"^^xsd:decimal ;
  geo-pos:long "-1.54515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1483'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54515'^^xsd:double;
  dwc:latitude '48.68855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54515 48.68855, -1.54515 48.68855, -1.54515 48.68855, -1.54515 48.68855, -1.54515 48.68855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1483'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70069 -1.54515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70069 -1.54515)"^^geo:wktLiteral ;
  geo-pos:lat "48.70069"^^xsd:decimal ;
  geo-pos:long "-1.54515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8199'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54515'^^xsd:double;
  dwc:latitude '48.70069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54515 48.70069, -1.54515 48.70069, -1.54515 48.70069, -1.54515 48.70069, -1.54515 48.70069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8199'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70093 -1.54515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70093 -1.54515)"^^geo:wktLiteral ;
  geo-pos:lat "48.70093"^^xsd:decimal ;
  geo-pos:long "-1.54515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8450'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54515'^^xsd:double;
  dwc:latitude '48.70093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54515 48.70093, -1.54515 48.70093, -1.54515 48.70093, -1.54515 48.70093, -1.54515 48.70093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8450'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70101 -1.54515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70101 -1.54515)"^^geo:wktLiteral ;
  geo-pos:lat "48.70101"^^xsd:decimal ;
  geo-pos:long "-1.54515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7632'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54515'^^xsd:double;
  dwc:latitude '48.70101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54515 48.70101, -1.54515 48.70101, -1.54515 48.70101, -1.54515 48.70101, -1.54515 48.70101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7632'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70793 -1.54513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70793 -1.54513)"^^geo:wktLiteral ;
  geo-pos:lat "48.70793"^^xsd:decimal ;
  geo-pos:long "-1.54513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2233'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54513'^^xsd:double;
  dwc:latitude '48.70793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54513 48.70793, -1.54513 48.70793, -1.54513 48.70793, -1.54513 48.70793, -1.54513 48.70793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2233'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70042 -1.54512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70042 -1.54512)"^^geo:wktLiteral ;
  geo-pos:lat "48.70042"^^xsd:decimal ;
  geo-pos:long "-1.54512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8342'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54512'^^xsd:double;
  dwc:latitude '48.70042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54512 48.70042, -1.54512 48.70042, -1.54512 48.70042, -1.54512 48.70042, -1.54512 48.70042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8342'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70258 -1.54512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70258 -1.54512)"^^geo:wktLiteral ;
  geo-pos:lat "48.70258"^^xsd:decimal ;
  geo-pos:long "-1.54512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8903'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54512'^^xsd:double;
  dwc:latitude '48.70258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54512 48.70258, -1.54512 48.70258, -1.54512 48.70258, -1.54512 48.70258, -1.54512 48.70258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8903'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.707 -1.5451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.707 -1.5451)"^^geo:wktLiteral ;
  geo-pos:lat "48.707"^^xsd:decimal ;
  geo-pos:long "-1.5451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9454'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5451'^^xsd:double;
  dwc:latitude '48.707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5451 48.707, -1.5451 48.707, -1.5451 48.707, -1.5451 48.707, -1.5451 48.707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9454'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67232 -1.54508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67232 -1.54508)"^^geo:wktLiteral ;
  geo-pos:lat "48.67232"^^xsd:decimal ;
  geo-pos:long "-1.54508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_748'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54508'^^xsd:double;
  dwc:latitude '48.67232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54508 48.67232, -1.54508 48.67232, -1.54508 48.67232, -1.54508 48.67232, -1.54508 48.67232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_748'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71768 -1.54508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71768 -1.54508)"^^geo:wktLiteral ;
  geo-pos:lat "48.71768"^^xsd:decimal ;
  geo-pos:long "-1.54508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_350'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54508'^^xsd:double;
  dwc:latitude '48.71768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54508 48.71768, -1.54508 48.71768, -1.54508 48.71768, -1.54508 48.71768, -1.54508 48.71768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_350'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6998 -1.54507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6998 -1.54507)"^^geo:wktLiteral ;
  geo-pos:lat "48.6998"^^xsd:decimal ;
  geo-pos:long "-1.54507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10248'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54507'^^xsd:double;
  dwc:latitude '48.6998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54507 48.6998, -1.54507 48.6998, -1.54507 48.6998, -1.54507 48.6998, -1.54507 48.6998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10248'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70014 -1.54507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70014 -1.54507)"^^geo:wktLiteral ;
  geo-pos:lat "48.70014"^^xsd:decimal ;
  geo-pos:long "-1.54507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8347'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54507'^^xsd:double;
  dwc:latitude '48.70014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54507 48.70014, -1.54507 48.70014, -1.54507 48.70014, -1.54507 48.70014, -1.54507 48.70014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8347'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70094 -1.54507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70094 -1.54507)"^^geo:wktLiteral ;
  geo-pos:lat "48.70094"^^xsd:decimal ;
  geo-pos:long "-1.54507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8031'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54507'^^xsd:double;
  dwc:latitude '48.70094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54507 48.70094, -1.54507 48.70094, -1.54507 48.70094, -1.54507 48.70094, -1.54507 48.70094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8031'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72062 -1.54506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72062 -1.54506)"^^geo:wktLiteral ;
  geo-pos:lat "48.72062"^^xsd:decimal ;
  geo-pos:long "-1.54506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3255'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54506'^^xsd:double;
  dwc:latitude '48.72062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54506 48.72062, -1.54506 48.72062, -1.54506 48.72062, -1.54506 48.72062, -1.54506 48.72062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3255'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70075 -1.54504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70075 -1.54504)"^^geo:wktLiteral ;
  geo-pos:lat "48.70075"^^xsd:decimal ;
  geo-pos:long "-1.54504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7988'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54504'^^xsd:double;
  dwc:latitude '48.70075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54504 48.70075, -1.54504 48.70075, -1.54504 48.70075, -1.54504 48.70075, -1.54504 48.70075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7988'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72644 -1.54504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72644 -1.54504)"^^geo:wktLiteral ;
  geo-pos:lat "48.72644"^^xsd:decimal ;
  geo-pos:long "-1.54504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2163'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54504'^^xsd:double;
  dwc:latitude '48.72644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54504 48.72644, -1.54504 48.72644, -1.54504 48.72644, -1.54504 48.72644, -1.54504 48.72644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2163'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69503 -1.54502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69503 -1.54502)"^^geo:wktLiteral ;
  geo-pos:lat "48.69503"^^xsd:decimal ;
  geo-pos:long "-1.54502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4168'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54502'^^xsd:double;
  dwc:latitude '48.69503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54502 48.69503, -1.54502 48.69503, -1.54502 48.69503, -1.54502 48.69503, -1.54502 48.69503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4168'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68919 -1.54501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68919 -1.54501)"^^geo:wktLiteral ;
  geo-pos:lat "48.68919"^^xsd:decimal ;
  geo-pos:long "-1.54501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3039'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54501'^^xsd:double;
  dwc:latitude '48.68919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54501 48.68919, -1.54501 48.68919, -1.54501 48.68919, -1.54501 48.68919, -1.54501 48.68919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3039'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69752 -1.54501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69752 -1.54501)"^^geo:wktLiteral ;
  geo-pos:lat "48.69752"^^xsd:decimal ;
  geo-pos:long "-1.54501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1337'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54501'^^xsd:double;
  dwc:latitude '48.69752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54501 48.69752, -1.54501 48.69752, -1.54501 48.69752, -1.54501 48.69752, -1.54501 48.69752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1337'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67511 -1.545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67511 -1.545)"^^geo:wktLiteral ;
  geo-pos:lat "48.67511"^^xsd:decimal ;
  geo-pos:long "-1.545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4912'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.545'^^xsd:double;
  dwc:latitude '48.67511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.545 48.67511, -1.545 48.67511, -1.545 48.67511, -1.545 48.67511, -1.545 48.67511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4912'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69843 -1.54498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69843 -1.54498)"^^geo:wktLiteral ;
  geo-pos:lat "48.69843"^^xsd:decimal ;
  geo-pos:long "-1.54498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5663'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54498'^^xsd:double;
  dwc:latitude '48.69843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54498 48.69843, -1.54498 48.69843, -1.54498 48.69843, -1.54498 48.69843, -1.54498 48.69843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5663'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70467 -1.54498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70467"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70467 -1.54498)"^^geo:wktLiteral ;
  geo-pos:lat "48.70467"^^xsd:decimal ;
  geo-pos:long "-1.54498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8009'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54498'^^xsd:double;
  dwc:latitude '48.70467'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54498 48.70467, -1.54498 48.70467, -1.54498 48.70467, -1.54498 48.70467, -1.54498 48.70467))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8009'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7008 -1.54497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7008 -1.54497)"^^geo:wktLiteral ;
  geo-pos:lat "48.7008"^^xsd:decimal ;
  geo-pos:long "-1.54497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2364'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54497'^^xsd:double;
  dwc:latitude '48.7008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54497 48.7008, -1.54497 48.7008, -1.54497 48.7008, -1.54497 48.7008, -1.54497 48.7008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2364'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70628 -1.54497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70628 -1.54497)"^^geo:wktLiteral ;
  geo-pos:lat "48.70628"^^xsd:decimal ;
  geo-pos:long "-1.54497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_158'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54497'^^xsd:double;
  dwc:latitude '48.70628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54497 48.70628, -1.54497 48.70628, -1.54497 48.70628, -1.54497 48.70628, -1.54497 48.70628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_158'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71316 -1.54496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71316 -1.54496)"^^geo:wktLiteral ;
  geo-pos:lat "48.71316"^^xsd:decimal ;
  geo-pos:long "-1.54496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13681'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54496'^^xsd:double;
  dwc:latitude '48.71316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54496 48.71316, -1.54496 48.71316, -1.54496 48.71316, -1.54496 48.71316, -1.54496 48.71316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13681'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68846 -1.54495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68846 -1.54495)"^^geo:wktLiteral ;
  geo-pos:lat "48.68846"^^xsd:decimal ;
  geo-pos:long "-1.54495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5209'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54495'^^xsd:double;
  dwc:latitude '48.68846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54495 48.68846, -1.54495 48.68846, -1.54495 48.68846, -1.54495 48.68846, -1.54495 48.68846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5209'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71184 -1.54495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71184"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71184 -1.54495)"^^geo:wktLiteral ;
  geo-pos:lat "48.71184"^^xsd:decimal ;
  geo-pos:long "-1.54495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3019'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54495'^^xsd:double;
  dwc:latitude '48.71184'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54495 48.71184, -1.54495 48.71184, -1.54495 48.71184, -1.54495 48.71184, -1.54495 48.71184))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3019'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72642 -1.54495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72642 -1.54495)"^^geo:wktLiteral ;
  geo-pos:lat "48.72642"^^xsd:decimal ;
  geo-pos:long "-1.54495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4103'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54495'^^xsd:double;
  dwc:latitude '48.72642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54495 48.72642, -1.54495 48.72642, -1.54495 48.72642, -1.54495 48.72642, -1.54495 48.72642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4103'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66691 -1.54494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66691 -1.54494)"^^geo:wktLiteral ;
  geo-pos:lat "48.66691"^^xsd:decimal ;
  geo-pos:long "-1.54494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11618'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54494'^^xsd:double;
  dwc:latitude '48.66691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54494 48.66691, -1.54494 48.66691, -1.54494 48.66691, -1.54494 48.66691, -1.54494 48.66691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11618'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68995 -1.54494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68995 -1.54494)"^^geo:wktLiteral ;
  geo-pos:lat "48.68995"^^xsd:decimal ;
  geo-pos:long "-1.54494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5469'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54494'^^xsd:double;
  dwc:latitude '48.68995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54494 48.68995, -1.54494 48.68995, -1.54494 48.68995, -1.54494 48.68995, -1.54494 48.68995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5469'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72622 -1.54494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72622 -1.54494)"^^geo:wktLiteral ;
  geo-pos:lat "48.72622"^^xsd:decimal ;
  geo-pos:long "-1.54494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3826'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54494'^^xsd:double;
  dwc:latitude '48.72622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54494 48.72622, -1.54494 48.72622, -1.54494 48.72622, -1.54494 48.72622, -1.54494 48.72622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3826'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69283 -1.54492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69283"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69283 -1.54492)"^^geo:wktLiteral ;
  geo-pos:lat "48.69283"^^xsd:decimal ;
  geo-pos:long "-1.54492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_8431'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54492'^^xsd:double;
  dwc:latitude '48.69283'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54492 48.69283, -1.54492 48.69283, -1.54492 48.69283, -1.54492 48.69283, -1.54492 48.69283))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8431'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7008 -1.54492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7008 -1.54492)"^^geo:wktLiteral ;
  geo-pos:lat "48.7008"^^xsd:decimal ;
  geo-pos:long "-1.54492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8265'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54492'^^xsd:double;
  dwc:latitude '48.7008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54492 48.7008, -1.54492 48.7008, -1.54492 48.7008, -1.54492 48.7008, -1.54492 48.7008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8265'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7027 -1.54492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7027 -1.54492)"^^geo:wktLiteral ;
  geo-pos:lat "48.7027"^^xsd:decimal ;
  geo-pos:long "-1.54492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9039'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54492'^^xsd:double;
  dwc:latitude '48.7027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54492 48.7027, -1.54492 48.7027, -1.54492 48.7027, -1.54492 48.7027, -1.54492 48.7027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9039'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72297 -1.54492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72297 -1.54492)"^^geo:wktLiteral ;
  geo-pos:lat "48.72297"^^xsd:decimal ;
  geo-pos:long "-1.54492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_705'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54492'^^xsd:double;
  dwc:latitude '48.72297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54492 48.72297, -1.54492 48.72297, -1.54492 48.72297, -1.54492 48.72297, -1.54492 48.72297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_705'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67047 -1.5449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67047 -1.5449)"^^geo:wktLiteral ;
  geo-pos:lat "48.67047"^^xsd:decimal ;
  geo-pos:long "-1.5449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12131'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5449'^^xsd:double;
  dwc:latitude '48.67047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5449 48.67047, -1.5449 48.67047, -1.5449 48.67047, -1.5449 48.67047, -1.5449 48.67047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12131'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70074 -1.5449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70074 -1.5449)"^^geo:wktLiteral ;
  geo-pos:lat "48.70074"^^xsd:decimal ;
  geo-pos:long "-1.5449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1935'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5449'^^xsd:double;
  dwc:latitude '48.70074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5449 48.70074, -1.5449 48.70074, -1.5449 48.70074, -1.5449 48.70074, -1.5449 48.70074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1935'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69475 -1.54489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69475 -1.54489)"^^geo:wktLiteral ;
  geo-pos:lat "48.69475"^^xsd:decimal ;
  geo-pos:long "-1.54489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_921'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54489'^^xsd:double;
  dwc:latitude '48.69475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54489 48.69475, -1.54489 48.69475, -1.54489 48.69475, -1.54489 48.69475, -1.54489 48.69475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_921'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66266 -1.54487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66266 -1.54487)"^^geo:wktLiteral ;
  geo-pos:lat "48.66266"^^xsd:decimal ;
  geo-pos:long "-1.54487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5449'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54487'^^xsd:double;
  dwc:latitude '48.66266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54487 48.66266, -1.54487 48.66266, -1.54487 48.66266, -1.54487 48.66266, -1.54487 48.66266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5449'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69253 -1.54487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69253 -1.54487)"^^geo:wktLiteral ;
  geo-pos:lat "48.69253"^^xsd:decimal ;
  geo-pos:long "-1.54487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4141'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54487'^^xsd:double;
  dwc:latitude '48.69253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54487 48.69253, -1.54487 48.69253, -1.54487 48.69253, -1.54487 48.69253, -1.54487 48.69253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4141'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67058 -1.54486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67058 -1.54486)"^^geo:wktLiteral ;
  geo-pos:lat "48.67058"^^xsd:decimal ;
  geo-pos:long "-1.54486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6089'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54486'^^xsd:double;
  dwc:latitude '48.67058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54486 48.67058, -1.54486 48.67058, -1.54486 48.67058, -1.54486 48.67058, -1.54486 48.67058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6089'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68552 -1.54486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68552 -1.54486)"^^geo:wktLiteral ;
  geo-pos:lat "48.68552"^^xsd:decimal ;
  geo-pos:long "-1.54486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7476'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54486'^^xsd:double;
  dwc:latitude '48.68552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54486 48.68552, -1.54486 48.68552, -1.54486 48.68552, -1.54486 48.68552, -1.54486 48.68552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7476'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70185 -1.54486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70185"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70185 -1.54486)"^^geo:wktLiteral ;
  geo-pos:lat "48.70185"^^xsd:decimal ;
  geo-pos:long "-1.54486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10093'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54486'^^xsd:double;
  dwc:latitude '48.70185'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54486 48.70185, -1.54486 48.70185, -1.54486 48.70185, -1.54486 48.70185, -1.54486 48.70185))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10093'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72539 -1.54486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72539 -1.54486)"^^geo:wktLiteral ;
  geo-pos:lat "48.72539"^^xsd:decimal ;
  geo-pos:long "-1.54486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4713'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '1.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54486'^^xsd:double;
  dwc:latitude '48.72539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54486 48.72539, -1.54486 48.72539, -1.54486 48.72539, -1.54486 48.72539, -1.54486 48.72539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4713'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69516 -1.54485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69516 -1.54485)"^^geo:wktLiteral ;
  geo-pos:lat "48.69516"^^xsd:decimal ;
  geo-pos:long "-1.54485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_567'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54485'^^xsd:double;
  dwc:latitude '48.69516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54485 48.69516, -1.54485 48.69516, -1.54485 48.69516, -1.54485 48.69516, -1.54485 48.69516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_567'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7018 -1.54484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7018 -1.54484)"^^geo:wktLiteral ;
  geo-pos:lat "48.7018"^^xsd:decimal ;
  geo-pos:long "-1.54484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3547'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54484'^^xsd:double;
  dwc:latitude '48.7018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54484 48.7018, -1.54484 48.7018, -1.54484 48.7018, -1.54484 48.7018, -1.54484 48.7018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3547'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71351 -1.54484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71351 -1.54484)"^^geo:wktLiteral ;
  geo-pos:lat "48.71351"^^xsd:decimal ;
  geo-pos:long "-1.54484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5153'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54484'^^xsd:double;
  dwc:latitude '48.71351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54484 48.71351, -1.54484 48.71351, -1.54484 48.71351, -1.54484 48.71351, -1.54484 48.71351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5153'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72777 -1.54484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72777 -1.54484)"^^geo:wktLiteral ;
  geo-pos:lat "48.72777"^^xsd:decimal ;
  geo-pos:long "-1.54484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_387'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54484'^^xsd:double;
  dwc:latitude '48.72777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54484 48.72777, -1.54484 48.72777, -1.54484 48.72777, -1.54484 48.72777, -1.54484 48.72777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_387'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6712 -1.54482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6712 -1.54482)"^^geo:wktLiteral ;
  geo-pos:lat "48.6712"^^xsd:decimal ;
  geo-pos:long "-1.54482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2627'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54482'^^xsd:double;
  dwc:latitude '48.6712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54482 48.6712, -1.54482 48.6712, -1.54482 48.6712, -1.54482 48.6712, -1.54482 48.6712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2627'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68259 -1.54482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68259"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68259 -1.54482)"^^geo:wktLiteral ;
  geo-pos:lat "48.68259"^^xsd:decimal ;
  geo-pos:long "-1.54482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5188'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54482'^^xsd:double;
  dwc:latitude '48.68259'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54482 48.68259, -1.54482 48.68259, -1.54482 48.68259, -1.54482 48.68259, -1.54482 48.68259))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5188'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69984 -1.54482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69984 -1.54482)"^^geo:wktLiteral ;
  geo-pos:lat "48.69984"^^xsd:decimal ;
  geo-pos:long "-1.54482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9833'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54482'^^xsd:double;
  dwc:latitude '48.69984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54482 48.69984, -1.54482 48.69984, -1.54482 48.69984, -1.54482 48.69984, -1.54482 48.69984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9833'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70083 -1.54482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70083 -1.54482)"^^geo:wktLiteral ;
  geo-pos:lat "48.70083"^^xsd:decimal ;
  geo-pos:long "-1.54482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8266'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54482'^^xsd:double;
  dwc:latitude '48.70083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54482 48.70083, -1.54482 48.70083, -1.54482 48.70083, -1.54482 48.70083, -1.54482 48.70083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8266'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70009 -1.54481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70009 -1.54481)"^^geo:wktLiteral ;
  geo-pos:lat "48.70009"^^xsd:decimal ;
  geo-pos:long "-1.54481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8921'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54481'^^xsd:double;
  dwc:latitude '48.70009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54481 48.70009, -1.54481 48.70009, -1.54481 48.70009, -1.54481 48.70009, -1.54481 48.70009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8921'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70174 -1.54481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70174 -1.54481)"^^geo:wktLiteral ;
  geo-pos:lat "48.70174"^^xsd:decimal ;
  geo-pos:long "-1.54481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9810'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54481'^^xsd:double;
  dwc:latitude '48.70174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54481 48.70174, -1.54481 48.70174, -1.54481 48.70174, -1.54481 48.70174, -1.54481 48.70174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9810'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66819 -1.54478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66819 -1.54478)"^^geo:wktLiteral ;
  geo-pos:lat "48.66819"^^xsd:decimal ;
  geo-pos:long "-1.54478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6131'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54478'^^xsd:double;
  dwc:latitude '48.66819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54478 48.66819, -1.54478 48.66819, -1.54478 48.66819, -1.54478 48.66819, -1.54478 48.66819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6131'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69064 -1.54478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69064 -1.54478)"^^geo:wktLiteral ;
  geo-pos:lat "48.69064"^^xsd:decimal ;
  geo-pos:long "-1.54478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2264'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54478'^^xsd:double;
  dwc:latitude '48.69064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54478 48.69064, -1.54478 48.69064, -1.54478 48.69064, -1.54478 48.69064, -1.54478 48.69064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2264'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68502 -1.54477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68502 -1.54477)"^^geo:wktLiteral ;
  geo-pos:lat "48.68502"^^xsd:decimal ;
  geo-pos:long "-1.54477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3107'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54477'^^xsd:double;
  dwc:latitude '48.68502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54477 48.68502, -1.54477 48.68502, -1.54477 48.68502, -1.54477 48.68502, -1.54477 48.68502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3107'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69281 -1.54477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69281 -1.54477)"^^geo:wktLiteral ;
  geo-pos:lat "48.69281"^^xsd:decimal ;
  geo-pos:long "-1.54477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10113'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54477'^^xsd:double;
  dwc:latitude '48.69281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54477 48.69281, -1.54477 48.69281, -1.54477 48.69281, -1.54477 48.69281, -1.54477 48.69281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10113'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70936 -1.54477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70936 -1.54477)"^^geo:wktLiteral ;
  geo-pos:lat "48.70936"^^xsd:decimal ;
  geo-pos:long "-1.54477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4232'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54477'^^xsd:double;
  dwc:latitude '48.70936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54477 48.70936, -1.54477 48.70936, -1.54477 48.70936, -1.54477 48.70936, -1.54477 48.70936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4232'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70017 -1.54476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70017 -1.54476)"^^geo:wktLiteral ;
  geo-pos:lat "48.70017"^^xsd:decimal ;
  geo-pos:long "-1.54476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8237'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54476'^^xsd:double;
  dwc:latitude '48.70017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54476 48.70017, -1.54476 48.70017, -1.54476 48.70017, -1.54476 48.70017, -1.54476 48.70017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8237'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70914 -1.54475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70914 -1.54475)"^^geo:wktLiteral ;
  geo-pos:lat "48.70914"^^xsd:decimal ;
  geo-pos:long "-1.54475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_683'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54475'^^xsd:double;
  dwc:latitude '48.70914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54475 48.70914, -1.54475 48.70914, -1.54475 48.70914, -1.54475 48.70914, -1.54475 48.70914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_683'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72654 -1.54475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72654 -1.54475)"^^geo:wktLiteral ;
  geo-pos:lat "48.72654"^^xsd:decimal ;
  geo-pos:long "-1.54475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2744'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54475'^^xsd:double;
  dwc:latitude '48.72654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54475 48.72654, -1.54475 48.72654, -1.54475 48.72654, -1.54475 48.72654, -1.54475 48.72654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2744'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68231 -1.54474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68231 -1.54474)"^^geo:wktLiteral ;
  geo-pos:lat "48.68231"^^xsd:decimal ;
  geo-pos:long "-1.54474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4392'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54474'^^xsd:double;
  dwc:latitude '48.68231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54474 48.68231, -1.54474 48.68231, -1.54474 48.68231, -1.54474 48.68231, -1.54474 48.68231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4392'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71854 -1.54473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71854 -1.54473)"^^geo:wktLiteral ;
  geo-pos:lat "48.71854"^^xsd:decimal ;
  geo-pos:long "-1.54473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3256'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54473'^^xsd:double;
  dwc:latitude '48.71854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54473 48.71854, -1.54473 48.71854, -1.54473 48.71854, -1.54473 48.71854, -1.54473 48.71854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3256'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72247 -1.54473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72247 -1.54473)"^^geo:wktLiteral ;
  geo-pos:lat "48.72247"^^xsd:decimal ;
  geo-pos:long "-1.54473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_213'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54473'^^xsd:double;
  dwc:latitude '48.72247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54473 48.72247, -1.54473 48.72247, -1.54473 48.72247, -1.54473 48.72247, -1.54473 48.72247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_213'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68291 -1.54471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68291 -1.54471)"^^geo:wktLiteral ;
  geo-pos:lat "48.68291"^^xsd:decimal ;
  geo-pos:long "-1.54471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_33'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_33'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54471'^^xsd:double;
  dwc:latitude '48.68291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54471 48.68291, -1.54471 48.68291, -1.54471 48.68291, -1.54471 48.68291, -1.54471 48.68291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_33'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70178 -1.54471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70178 -1.54471)"^^geo:wktLiteral ;
  geo-pos:lat "48.70178"^^xsd:decimal ;
  geo-pos:long "-1.54471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9811'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54471'^^xsd:double;
  dwc:latitude '48.70178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54471 48.70178, -1.54471 48.70178, -1.54471 48.70178, -1.54471 48.70178, -1.54471 48.70178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9811'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68913 -1.54469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68913 -1.54469)"^^geo:wktLiteral ;
  geo-pos:lat "48.68913"^^xsd:decimal ;
  geo-pos:long "-1.54469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7475'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54469'^^xsd:double;
  dwc:latitude '48.68913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54469 48.68913, -1.54469 48.68913, -1.54469 48.68913, -1.54469 48.68913, -1.54469 48.68913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7475'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69952 -1.54469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69952 -1.54469)"^^geo:wktLiteral ;
  geo-pos:lat "48.69952"^^xsd:decimal ;
  geo-pos:long "-1.54469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9737'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54469'^^xsd:double;
  dwc:latitude '48.69952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54469 48.69952, -1.54469 48.69952, -1.54469 48.69952, -1.54469 48.69952, -1.54469 48.69952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9737'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70266 -1.54469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70266 -1.54469)"^^geo:wktLiteral ;
  geo-pos:lat "48.70266"^^xsd:decimal ;
  geo-pos:long "-1.54469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7747'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54469'^^xsd:double;
  dwc:latitude '48.70266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54469 48.70266, -1.54469 48.70266, -1.54469 48.70266, -1.54469 48.70266, -1.54469 48.70266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7747'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70314 -1.54468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70314 -1.54468)"^^geo:wktLiteral ;
  geo-pos:lat "48.70314"^^xsd:decimal ;
  geo-pos:long "-1.54468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8899'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54468'^^xsd:double;
  dwc:latitude '48.70314'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54468 48.70314, -1.54468 48.70314, -1.54468 48.70314, -1.54468 48.70314, -1.54468 48.70314))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8899'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69985 -1.54467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69985"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69985 -1.54467)"^^geo:wktLiteral ;
  geo-pos:lat "48.69985"^^xsd:decimal ;
  geo-pos:long "-1.54467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8752'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54467'^^xsd:double;
  dwc:latitude '48.69985'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54467 48.69985, -1.54467 48.69985, -1.54467 48.69985, -1.54467 48.69985, -1.54467 48.69985))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8752'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70107 -1.54467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70107 -1.54467)"^^geo:wktLiteral ;
  geo-pos:lat "48.70107"^^xsd:decimal ;
  geo-pos:long "-1.54467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4238'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54467'^^xsd:double;
  dwc:latitude '48.70107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54467 48.70107, -1.54467 48.70107, -1.54467 48.70107, -1.54467 48.70107, -1.54467 48.70107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4238'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68222 -1.54466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68222 -1.54466)"^^geo:wktLiteral ;
  geo-pos:lat "48.68222"^^xsd:decimal ;
  geo-pos:long "-1.54466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2675'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54466'^^xsd:double;
  dwc:latitude '48.68222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54466 48.68222, -1.54466 48.68222, -1.54466 48.68222, -1.54466 48.68222, -1.54466 48.68222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2675'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71003 -1.54466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71003 -1.54466)"^^geo:wktLiteral ;
  geo-pos:lat "48.71003"^^xsd:decimal ;
  geo-pos:long "-1.54466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10271'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54466'^^xsd:double;
  dwc:latitude '48.71003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54466 48.71003, -1.54466 48.71003, -1.54466 48.71003, -1.54466 48.71003, -1.54466 48.71003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10271'^^xsd:string;
  dwc:observationDate '2008-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69199 -1.54464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69199 -1.54464)"^^geo:wktLiteral ;
  geo-pos:lat "48.69199"^^xsd:decimal ;
  geo-pos:long "-1.54464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10342'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54464'^^xsd:double;
  dwc:latitude '48.69199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54464 48.69199, -1.54464 48.69199, -1.54464 48.69199, -1.54464 48.69199, -1.54464 48.69199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10342'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72542 -1.54464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72542 -1.54464)"^^geo:wktLiteral ;
  geo-pos:lat "48.72542"^^xsd:decimal ;
  geo-pos:long "-1.54464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_297'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54464'^^xsd:double;
  dwc:latitude '48.72542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54464 48.72542, -1.54464 48.72542, -1.54464 48.72542, -1.54464 48.72542, -1.54464 48.72542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_297'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66552 -1.54463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66552 -1.54463)"^^geo:wktLiteral ;
  geo-pos:lat "48.66552"^^xsd:decimal ;
  geo-pos:long "-1.54463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10789'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54463'^^xsd:double;
  dwc:latitude '48.66552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54463 48.66552, -1.54463 48.66552, -1.54463 48.66552, -1.54463 48.66552, -1.54463 48.66552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10789'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69997 -1.54463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69997 -1.54463)"^^geo:wktLiteral ;
  geo-pos:lat "48.69997"^^xsd:decimal ;
  geo-pos:long "-1.54463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8922'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54463'^^xsd:double;
  dwc:latitude '48.69997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54463 48.69997, -1.54463 48.69997, -1.54463 48.69997, -1.54463 48.69997, -1.54463 48.69997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8922'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70344 -1.54463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70344 -1.54463)"^^geo:wktLiteral ;
  geo-pos:lat "48.70344"^^xsd:decimal ;
  geo-pos:long "-1.54463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4064'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54463'^^xsd:double;
  dwc:latitude '48.70344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54463 48.70344, -1.54463 48.70344, -1.54463 48.70344, -1.54463 48.70344, -1.54463 48.70344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4064'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68732 -1.54461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68732 -1.54461)"^^geo:wktLiteral ;
  geo-pos:lat "48.68732"^^xsd:decimal ;
  geo-pos:long "-1.54461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10613'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54461'^^xsd:double;
  dwc:latitude '48.68732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54461 48.68732, -1.54461 48.68732, -1.54461 48.68732, -1.54461 48.68732, -1.54461 48.68732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10613'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70025 -1.5446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70025 -1.5446)"^^geo:wktLiteral ;
  geo-pos:lat "48.70025"^^xsd:decimal ;
  geo-pos:long "-1.5446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1591'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5446'^^xsd:double;
  dwc:latitude '48.70025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5446 48.70025, -1.5446 48.70025, -1.5446 48.70025, -1.5446 48.70025, -1.5446 48.70025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1591'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72754 -1.5446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72754 -1.5446)"^^geo:wktLiteral ;
  geo-pos:lat "48.72754"^^xsd:decimal ;
  geo-pos:long "-1.5446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_887'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5446'^^xsd:double;
  dwc:latitude '48.72754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5446 48.72754, -1.5446 48.72754, -1.5446 48.72754, -1.5446 48.72754, -1.5446 48.72754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_887'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69687 -1.54459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69687 -1.54459)"^^geo:wktLiteral ;
  geo-pos:lat "48.69687"^^xsd:decimal ;
  geo-pos:long "-1.54459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6946'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54459'^^xsd:double;
  dwc:latitude '48.69687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54459 48.69687, -1.54459 48.69687, -1.54459 48.69687, -1.54459 48.69687, -1.54459 48.69687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6946'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69723 -1.54459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69723 -1.54459)"^^geo:wktLiteral ;
  geo-pos:lat "48.69723"^^xsd:decimal ;
  geo-pos:long "-1.54459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_188'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54459'^^xsd:double;
  dwc:latitude '48.69723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54459 48.69723, -1.54459 48.69723, -1.54459 48.69723, -1.54459 48.69723, -1.54459 48.69723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_188'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70661 -1.54459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70661 -1.54459)"^^geo:wktLiteral ;
  geo-pos:lat "48.70661"^^xsd:decimal ;
  geo-pos:long "-1.54459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8909'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54459'^^xsd:double;
  dwc:latitude '48.70661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54459 48.70661, -1.54459 48.70661, -1.54459 48.70661, -1.54459 48.70661, -1.54459 48.70661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8909'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72092 -1.54459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72092"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72092 -1.54459)"^^geo:wktLiteral ;
  geo-pos:lat "48.72092"^^xsd:decimal ;
  geo-pos:long "-1.54459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_600'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54459'^^xsd:double;
  dwc:latitude '48.72092'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54459 48.72092, -1.54459 48.72092, -1.54459 48.72092, -1.54459 48.72092, -1.54459 48.72092))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_600'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72204 -1.54458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72204 -1.54458)"^^geo:wktLiteral ;
  geo-pos:lat "48.72204"^^xsd:decimal ;
  geo-pos:long "-1.54458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_162'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54458'^^xsd:double;
  dwc:latitude '48.72204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54458 48.72204, -1.54458 48.72204, -1.54458 48.72204, -1.54458 48.72204, -1.54458 48.72204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_162'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69092 -1.54456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69092"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69092 -1.54456)"^^geo:wktLiteral ;
  geo-pos:lat "48.69092"^^xsd:decimal ;
  geo-pos:long "-1.54456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3097'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54456'^^xsd:double;
  dwc:latitude '48.69092'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54456 48.69092, -1.54456 48.69092, -1.54456 48.69092, -1.54456 48.69092, -1.54456 48.69092))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3097'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72117 -1.54456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72117 -1.54456)"^^geo:wktLiteral ;
  geo-pos:lat "48.72117"^^xsd:decimal ;
  geo-pos:long "-1.54456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2168'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54456'^^xsd:double;
  dwc:latitude '48.72117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54456 48.72117, -1.54456 48.72117, -1.54456 48.72117, -1.54456 48.72117, -1.54456 48.72117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2168'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67924 -1.54452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67924"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67924 -1.54452)"^^geo:wktLiteral ;
  geo-pos:lat "48.67924"^^xsd:decimal ;
  geo-pos:long "-1.54452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6464'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54452'^^xsd:double;
  dwc:latitude '48.67924'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54452 48.67924, -1.54452 48.67924, -1.54452 48.67924, -1.54452 48.67924, -1.54452 48.67924))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6464'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68795 -1.54452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68795 -1.54452)"^^geo:wktLiteral ;
  geo-pos:lat "48.68795"^^xsd:decimal ;
  geo-pos:long "-1.54452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4391'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54452'^^xsd:double;
  dwc:latitude '48.68795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54452 48.68795, -1.54452 48.68795, -1.54452 48.68795, -1.54452 48.68795, -1.54452 48.68795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4391'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6658 -1.54448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6658"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6658 -1.54448)"^^geo:wktLiteral ;
  geo-pos:lat "48.6658"^^xsd:decimal ;
  geo-pos:long "-1.54448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1628'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54448'^^xsd:double;
  dwc:latitude '48.6658'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54448 48.6658, -1.54448 48.6658, -1.54448 48.6658, -1.54448 48.6658, -1.54448 48.6658))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1628'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6927 -1.54446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6927"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6927 -1.54446)"^^geo:wktLiteral ;
  geo-pos:lat "48.6927"^^xsd:decimal ;
  geo-pos:long "-1.54446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4440'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54446'^^xsd:double;
  dwc:latitude '48.6927'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54446 48.6927, -1.54446 48.6927, -1.54446 48.6927, -1.54446 48.6927, -1.54446 48.6927))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4440'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69904 -1.54443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69904 -1.54443)"^^geo:wktLiteral ;
  geo-pos:lat "48.69904"^^xsd:decimal ;
  geo-pos:long "-1.54443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1580'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54443'^^xsd:double;
  dwc:latitude '48.69904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54443 48.69904, -1.54443 48.69904, -1.54443 48.69904, -1.54443 48.69904, -1.54443 48.69904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1580'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70011 -1.54443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70011 -1.54443)"^^geo:wktLiteral ;
  geo-pos:lat "48.70011"^^xsd:decimal ;
  geo-pos:long "-1.54443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8236'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54443'^^xsd:double;
  dwc:latitude '48.70011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54443 48.70011, -1.54443 48.70011, -1.54443 48.70011, -1.54443 48.70011, -1.54443 48.70011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8236'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69627 -1.5444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69627 -1.5444)"^^geo:wktLiteral ;
  geo-pos:lat "48.69627"^^xsd:decimal ;
  geo-pos:long "-1.5444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6158'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5444'^^xsd:double;
  dwc:latitude '48.69627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5444 48.69627, -1.5444 48.69627, -1.5444 48.69627, -1.5444 48.69627, -1.5444 48.69627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6158'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70506 -1.54439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70506"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70506 -1.54439)"^^geo:wktLiteral ;
  geo-pos:lat "48.70506"^^xsd:decimal ;
  geo-pos:long "-1.54439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9757'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54439'^^xsd:double;
  dwc:latitude '48.70506'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54439 48.70506, -1.54439 48.70506, -1.54439 48.70506, -1.54439 48.70506, -1.54439 48.70506))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9757'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71595 -1.54439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71595 -1.54439)"^^geo:wktLiteral ;
  geo-pos:lat "48.71595"^^xsd:decimal ;
  geo-pos:long "-1.54439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1293'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54439'^^xsd:double;
  dwc:latitude '48.71595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54439 48.71595, -1.54439 48.71595, -1.54439 48.71595, -1.54439 48.71595, -1.54439 48.71595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1293'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69954 -1.54438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69954"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69954 -1.54438)"^^geo:wktLiteral ;
  geo-pos:lat "48.69954"^^xsd:decimal ;
  geo-pos:long "-1.54438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8142'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54438'^^xsd:double;
  dwc:latitude '48.69954'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54438 48.69954, -1.54438 48.69954, -1.54438 48.69954, -1.54438 48.69954, -1.54438 48.69954))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8142'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72068 -1.54438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72068 -1.54438)"^^geo:wktLiteral ;
  geo-pos:lat "48.72068"^^xsd:decimal ;
  geo-pos:long "-1.54438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2273'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54438'^^xsd:double;
  dwc:latitude '48.72068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54438 48.72068, -1.54438 48.72068, -1.54438 48.72068, -1.54438 48.72068, -1.54438 48.72068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2273'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70131 -1.54436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70131 -1.54436)"^^geo:wktLiteral ;
  geo-pos:lat "48.70131"^^xsd:decimal ;
  geo-pos:long "-1.54436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8572'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54436'^^xsd:double;
  dwc:latitude '48.70131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54436 48.70131, -1.54436 48.70131, -1.54436 48.70131, -1.54436 48.70131, -1.54436 48.70131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8572'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70393 -1.54435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70393 -1.54435)"^^geo:wktLiteral ;
  geo-pos:lat "48.70393"^^xsd:decimal ;
  geo-pos:long "-1.54435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2280'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54435'^^xsd:double;
  dwc:latitude '48.70393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54435 48.70393, -1.54435 48.70393, -1.54435 48.70393, -1.54435 48.70393, -1.54435 48.70393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2280'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7178 -1.54434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7178 -1.54434)"^^geo:wktLiteral ;
  geo-pos:lat "48.7178"^^xsd:decimal ;
  geo-pos:long "-1.54434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6937'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54434'^^xsd:double;
  dwc:latitude '48.7178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54434 48.7178, -1.54434 48.7178, -1.54434 48.7178, -1.54434 48.7178, -1.54434 48.7178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6937'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70063 -1.54433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70063 -1.54433)"^^geo:wktLiteral ;
  geo-pos:lat "48.70063"^^xsd:decimal ;
  geo-pos:long "-1.54433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5484'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54433'^^xsd:double;
  dwc:latitude '48.70063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54433 48.70063, -1.54433 48.70063, -1.54433 48.70063, -1.54433 48.70063, -1.54433 48.70063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5484'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71945 -1.54433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71945 -1.54433)"^^geo:wktLiteral ;
  geo-pos:lat "48.71945"^^xsd:decimal ;
  geo-pos:long "-1.54433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_273'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54433'^^xsd:double;
  dwc:latitude '48.71945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54433 48.71945, -1.54433 48.71945, -1.54433 48.71945, -1.54433 48.71945, -1.54433 48.71945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_273'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72421 -1.54432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72421 -1.54432)"^^geo:wktLiteral ;
  geo-pos:lat "48.72421"^^xsd:decimal ;
  geo-pos:long "-1.54432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_515'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54432'^^xsd:double;
  dwc:latitude '48.72421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54432 48.72421, -1.54432 48.72421, -1.54432 48.72421, -1.54432 48.72421, -1.54432 48.72421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_515'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68577 -1.54431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68577 -1.54431)"^^geo:wktLiteral ;
  geo-pos:lat "48.68577"^^xsd:decimal ;
  geo-pos:long "-1.54431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1073'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54431'^^xsd:double;
  dwc:latitude '48.68577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54431 48.68577, -1.54431 48.68577, -1.54431 48.68577, -1.54431 48.68577, -1.54431 48.68577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1073'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.54429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66758 -1.54429)"^^geo:wktLiteral ;
  geo-pos:lat "48.66758"^^xsd:decimal ;
  geo-pos:long "-1.54429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6065'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54429'^^xsd:double;
  dwc:latitude '48.66758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54429 48.66758, -1.54429 48.66758, -1.54429 48.66758, -1.54429 48.66758, -1.54429 48.66758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6065'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69641 -1.54429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69641 -1.54429)"^^geo:wktLiteral ;
  geo-pos:lat "48.69641"^^xsd:decimal ;
  geo-pos:long "-1.54429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7045'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54429'^^xsd:double;
  dwc:latitude '48.69641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54429 48.69641, -1.54429 48.69641, -1.54429 48.69641, -1.54429 48.69641, -1.54429 48.69641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7045'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72591 -1.54429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72591 -1.54429)"^^geo:wktLiteral ;
  geo-pos:lat "48.72591"^^xsd:decimal ;
  geo-pos:long "-1.54429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2743'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54429'^^xsd:double;
  dwc:latitude '48.72591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54429 48.72591, -1.54429 48.72591, -1.54429 48.72591, -1.54429 48.72591, -1.54429 48.72591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2743'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67314 -1.54428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67314"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67314 -1.54428)"^^geo:wktLiteral ;
  geo-pos:lat "48.67314"^^xsd:decimal ;
  geo-pos:long "-1.54428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7138'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54428'^^xsd:double;
  dwc:latitude '48.67314'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54428 48.67314, -1.54428 48.67314, -1.54428 48.67314, -1.54428 48.67314, -1.54428 48.67314))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7138'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73122 -1.54428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73122 -1.54428)"^^geo:wktLiteral ;
  geo-pos:lat "48.73122"^^xsd:decimal ;
  geo-pos:long "-1.54428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6605'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54428'^^xsd:double;
  dwc:latitude '48.73122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54428 48.73122, -1.54428 48.73122, -1.54428 48.73122, -1.54428 48.73122, -1.54428 48.73122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6605'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70006 -1.54427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70006 -1.54427)"^^geo:wktLiteral ;
  geo-pos:lat "48.70006"^^xsd:decimal ;
  geo-pos:long "-1.54427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8198'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54427'^^xsd:double;
  dwc:latitude '48.70006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54427 48.70006, -1.54427 48.70006, -1.54427 48.70006, -1.54427 48.70006, -1.54427 48.70006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8198'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7095 -1.54427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7095 -1.54427)"^^geo:wktLiteral ;
  geo-pos:lat "48.7095"^^xsd:decimal ;
  geo-pos:long "-1.54427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_832'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54427'^^xsd:double;
  dwc:latitude '48.7095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54427 48.7095, -1.54427 48.7095, -1.54427 48.7095, -1.54427 48.7095, -1.54427 48.7095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_832'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72614 -1.54427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72614 -1.54427)"^^geo:wktLiteral ;
  geo-pos:lat "48.72614"^^xsd:decimal ;
  geo-pos:long "-1.54427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2255'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54427'^^xsd:double;
  dwc:latitude '48.72614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54427 48.72614, -1.54427 48.72614, -1.54427 48.72614, -1.54427 48.72614, -1.54427 48.72614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2255'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68836 -1.54425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68836 -1.54425)"^^geo:wktLiteral ;
  geo-pos:lat "48.68836"^^xsd:decimal ;
  geo-pos:long "-1.54425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7460'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54425'^^xsd:double;
  dwc:latitude '48.68836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54425 48.68836, -1.54425 48.68836, -1.54425 48.68836, -1.54425 48.68836, -1.54425 48.68836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7460'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68929 -1.54425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68929 -1.54425)"^^geo:wktLiteral ;
  geo-pos:lat "48.68929"^^xsd:decimal ;
  geo-pos:long "-1.54425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7967'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54425'^^xsd:double;
  dwc:latitude '48.68929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54425 48.68929, -1.54425 48.68929, -1.54425 48.68929, -1.54425 48.68929, -1.54425 48.68929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7967'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69362 -1.54425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69362 -1.54425)"^^geo:wktLiteral ;
  geo-pos:lat "48.69362"^^xsd:decimal ;
  geo-pos:long "-1.54425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1071'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54425'^^xsd:double;
  dwc:latitude '48.69362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54425 48.69362, -1.54425 48.69362, -1.54425 48.69362, -1.54425 48.69362, -1.54425 48.69362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1071'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71154 -1.54425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71154 -1.54425)"^^geo:wktLiteral ;
  geo-pos:lat "48.71154"^^xsd:decimal ;
  geo-pos:long "-1.54425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5479'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54425'^^xsd:double;
  dwc:latitude '48.71154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54425 48.71154, -1.54425 48.71154, -1.54425 48.71154, -1.54425 48.71154, -1.54425 48.71154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5479'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67494 -1.54423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67494"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67494 -1.54423)"^^geo:wktLiteral ;
  geo-pos:lat "48.67494"^^xsd:decimal ;
  geo-pos:long "-1.54423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7165'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54423'^^xsd:double;
  dwc:latitude '48.67494'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54423 48.67494, -1.54423 48.67494, -1.54423 48.67494, -1.54423 48.67494, -1.54423 48.67494))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7165'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69576 -1.54423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69576"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69576 -1.54423)"^^geo:wktLiteral ;
  geo-pos:lat "48.69576"^^xsd:decimal ;
  geo-pos:long "-1.54423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8432'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54423'^^xsd:double;
  dwc:latitude '48.69576'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54423 48.69576, -1.54423 48.69576, -1.54423 48.69576, -1.54423 48.69576, -1.54423 48.69576))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8432'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72827 -1.54422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72827 -1.54422)"^^geo:wktLiteral ;
  geo-pos:lat "48.72827"^^xsd:decimal ;
  geo-pos:long "-1.54422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2161'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54422'^^xsd:double;
  dwc:latitude '48.72827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54422 48.72827, -1.54422 48.72827, -1.54422 48.72827, -1.54422 48.72827, -1.54422 48.72827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2161'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69279 -1.5442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69279 -1.5442)"^^geo:wktLiteral ;
  geo-pos:lat "48.69279"^^xsd:decimal ;
  geo-pos:long "-1.5442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5621'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5442'^^xsd:double;
  dwc:latitude '48.69279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5442 48.69279, -1.5442 48.69279, -1.5442 48.69279, -1.5442 48.69279, -1.5442 48.69279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5621'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69788 -1.5442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69788 -1.5442)"^^geo:wktLiteral ;
  geo-pos:lat "48.69788"^^xsd:decimal ;
  geo-pos:long "-1.5442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1340'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5442'^^xsd:double;
  dwc:latitude '48.69788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5442 48.69788, -1.5442 48.69788, -1.5442 48.69788, -1.5442 48.69788, -1.5442 48.69788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1340'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72505 -1.5442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72505 -1.5442)"^^geo:wktLiteral ;
  geo-pos:lat "48.72505"^^xsd:decimal ;
  geo-pos:long "-1.5442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_9431'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5442'^^xsd:double;
  dwc:latitude '48.72505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5442 48.72505, -1.5442 48.72505, -1.5442 48.72505, -1.5442 48.72505, -1.5442 48.72505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9431'^^xsd:string;
  dwc:observationDate '2008-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67267 -1.54419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67267"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67267 -1.54419)"^^geo:wktLiteral ;
  geo-pos:lat "48.67267"^^xsd:decimal ;
  geo-pos:long "-1.54419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7137'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54419'^^xsd:double;
  dwc:latitude '48.67267'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54419 48.67267, -1.54419 48.67267, -1.54419 48.67267, -1.54419 48.67267, -1.54419 48.67267))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7137'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68915 -1.54419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68915 -1.54419)"^^geo:wktLiteral ;
  geo-pos:lat "48.68915"^^xsd:decimal ;
  geo-pos:long "-1.54419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7968'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54419'^^xsd:double;
  dwc:latitude '48.68915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54419 48.68915, -1.54419 48.68915, -1.54419 48.68915, -1.54419 48.68915, -1.54419 48.68915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7968'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71598 -1.54419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71598 -1.54419)"^^geo:wktLiteral ;
  geo-pos:lat "48.71598"^^xsd:decimal ;
  geo-pos:long "-1.54419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4031'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54419'^^xsd:double;
  dwc:latitude '48.71598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54419 48.71598, -1.54419 48.71598, -1.54419 48.71598, -1.54419 48.71598, -1.54419 48.71598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4031'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70414 -1.54418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70414 -1.54418)"^^geo:wktLiteral ;
  geo-pos:lat "48.70414"^^xsd:decimal ;
  geo-pos:long "-1.54418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1081'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54418'^^xsd:double;
  dwc:latitude '48.70414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54418 48.70414, -1.54418 48.70414, -1.54418 48.70414, -1.54418 48.70414, -1.54418 48.70414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1081'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71112 -1.54417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71112"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71112 -1.54417)"^^geo:wktLiteral ;
  geo-pos:lat "48.71112"^^xsd:decimal ;
  geo-pos:long "-1.54417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6145'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54417'^^xsd:double;
  dwc:latitude '48.71112'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54417 48.71112, -1.54417 48.71112, -1.54417 48.71112, -1.54417 48.71112, -1.54417 48.71112))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6145'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65917 -1.54416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65917 -1.54416)"^^geo:wktLiteral ;
  geo-pos:lat "48.65917"^^xsd:decimal ;
  geo-pos:long "-1.54416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5216'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54416'^^xsd:double;
  dwc:latitude '48.65917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54416 48.65917, -1.54416 48.65917, -1.54416 48.65917, -1.54416 48.65917, -1.54416 48.65917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5216'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67477 -1.54415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67477 -1.54415)"^^geo:wktLiteral ;
  geo-pos:lat "48.67477"^^xsd:decimal ;
  geo-pos:long "-1.54415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3677'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54415'^^xsd:double;
  dwc:latitude '48.67477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54415 48.67477, -1.54415 48.67477, -1.54415 48.67477, -1.54415 48.67477, -1.54415 48.67477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3677'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69226 -1.54415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69226 -1.54415)"^^geo:wktLiteral ;
  geo-pos:lat "48.69226"^^xsd:decimal ;
  geo-pos:long "-1.54415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7284'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54415'^^xsd:double;
  dwc:latitude '48.69226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54415 48.69226, -1.54415 48.69226, -1.54415 48.69226, -1.54415 48.69226, -1.54415 48.69226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7284'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70169 -1.54415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70169 -1.54415)"^^geo:wktLiteral ;
  geo-pos:lat "48.70169"^^xsd:decimal ;
  geo-pos:long "-1.54415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1511'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54415'^^xsd:double;
  dwc:latitude '48.70169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54415 48.70169, -1.54415 48.70169, -1.54415 48.70169, -1.54415 48.70169, -1.54415 48.70169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1511'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70153 -1.54413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70153"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70153 -1.54413)"^^geo:wktLiteral ;
  geo-pos:lat "48.70153"^^xsd:decimal ;
  geo-pos:long "-1.54413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4699'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54413'^^xsd:double;
  dwc:latitude '48.70153'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54413 48.70153, -1.54413 48.70153, -1.54413 48.70153, -1.54413 48.70153, -1.54413 48.70153))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4699'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70237 -1.54413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70237 -1.54413)"^^geo:wktLiteral ;
  geo-pos:lat "48.70237"^^xsd:decimal ;
  geo-pos:long "-1.54413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_603'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54413'^^xsd:double;
  dwc:latitude '48.70237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54413 48.70237, -1.54413 48.70237, -1.54413 48.70237, -1.54413 48.70237, -1.54413 48.70237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_603'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68886 -1.54411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68886"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68886 -1.54411)"^^geo:wktLiteral ;
  geo-pos:lat "48.68886"^^xsd:decimal ;
  geo-pos:long "-1.54411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3169'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54411'^^xsd:double;
  dwc:latitude '48.68886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54411 48.68886, -1.54411 48.68886, -1.54411 48.68886, -1.54411 48.68886, -1.54411 48.68886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3169'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72419 -1.54411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72419 -1.54411)"^^geo:wktLiteral ;
  geo-pos:lat "48.72419"^^xsd:decimal ;
  geo-pos:long "-1.54411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_888'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54411'^^xsd:double;
  dwc:latitude '48.72419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54411 48.72419, -1.54411 48.72419, -1.54411 48.72419, -1.54411 48.72419, -1.54411 48.72419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_888'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72757 -1.5441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72757"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72757 -1.5441)"^^geo:wktLiteral ;
  geo-pos:lat "48.72757"^^xsd:decimal ;
  geo-pos:long "-1.5441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8180'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5441'^^xsd:double;
  dwc:latitude '48.72757'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5441 48.72757, -1.5441 48.72757, -1.5441 48.72757, -1.5441 48.72757, -1.5441 48.72757))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8180'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68375 -1.54408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68375"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68375 -1.54408)"^^geo:wktLiteral ;
  geo-pos:lat "48.68375"^^xsd:decimal ;
  geo-pos:long "-1.54408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9490'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54408'^^xsd:double;
  dwc:latitude '48.68375'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54408 48.68375, -1.54408 48.68375, -1.54408 48.68375, -1.54408 48.68375, -1.54408 48.68375))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9490'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69454 -1.54408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69454 -1.54408)"^^geo:wktLiteral ;
  geo-pos:lat "48.69454"^^xsd:decimal ;
  geo-pos:long "-1.54408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9231'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54408'^^xsd:double;
  dwc:latitude '48.69454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54408 48.69454, -1.54408 48.69454, -1.54408 48.69454, -1.54408 48.69454, -1.54408 48.69454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9231'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7032 -1.54408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7032 -1.54408)"^^geo:wktLiteral ;
  geo-pos:lat "48.7032"^^xsd:decimal ;
  geo-pos:long "-1.54408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_177'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54408'^^xsd:double;
  dwc:latitude '48.7032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54408 48.7032, -1.54408 48.7032, -1.54408 48.7032, -1.54408 48.7032, -1.54408 48.7032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_177'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72073 -1.54407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72073 -1.54407)"^^geo:wktLiteral ;
  geo-pos:lat "48.72073"^^xsd:decimal ;
  geo-pos:long "-1.54407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10224'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54407'^^xsd:double;
  dwc:latitude '48.72073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54407 48.72073, -1.54407 48.72073, -1.54407 48.72073, -1.54407 48.72073, -1.54407 48.72073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10224'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69028 -1.54406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69028 -1.54406)"^^geo:wktLiteral ;
  geo-pos:lat "48.69028"^^xsd:decimal ;
  geo-pos:long "-1.54406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1267'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54406'^^xsd:double;
  dwc:latitude '48.69028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54406 48.69028, -1.54406 48.69028, -1.54406 48.69028, -1.54406 48.69028, -1.54406 48.69028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1267'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69495 -1.54406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69495 -1.54406)"^^geo:wktLiteral ;
  geo-pos:lat "48.69495"^^xsd:decimal ;
  geo-pos:long "-1.54406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3078'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54406'^^xsd:double;
  dwc:latitude '48.69495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54406 48.69495, -1.54406 48.69495, -1.54406 48.69495, -1.54406 48.69495, -1.54406 48.69495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3078'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70418 -1.54406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70418 -1.54406)"^^geo:wktLiteral ;
  geo-pos:lat "48.70418"^^xsd:decimal ;
  geo-pos:long "-1.54406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2092'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54406'^^xsd:double;
  dwc:latitude '48.70418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54406 48.70418, -1.54406 48.70418, -1.54406 48.70418, -1.54406 48.70418, -1.54406 48.70418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2092'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68834 -1.54405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68834 -1.54405)"^^geo:wktLiteral ;
  geo-pos:lat "48.68834"^^xsd:decimal ;
  geo-pos:long "-1.54405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_233'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54405'^^xsd:double;
  dwc:latitude '48.68834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54405 48.68834, -1.54405 48.68834, -1.54405 48.68834, -1.54405 48.68834, -1.54405 48.68834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_233'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65797 -1.54404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65797 -1.54404)"^^geo:wktLiteral ;
  geo-pos:lat "48.65797"^^xsd:decimal ;
  geo-pos:long "-1.54404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7340'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54404'^^xsd:double;
  dwc:latitude '48.65797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54404 48.65797, -1.54404 48.65797, -1.54404 48.65797, -1.54404 48.65797, -1.54404 48.65797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7340'^^xsd:string;
  dwc:observationDate '2007-10-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69245 -1.54404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69245 -1.54404)"^^geo:wktLiteral ;
  geo-pos:lat "48.69245"^^xsd:decimal ;
  geo-pos:long "-1.54404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3792'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54404'^^xsd:double;
  dwc:latitude '48.69245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54404 48.69245, -1.54404 48.69245, -1.54404 48.69245, -1.54404 48.69245, -1.54404 48.69245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3792'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67716 -1.54402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67716 -1.54402)"^^geo:wktLiteral ;
  geo-pos:lat "48.67716"^^xsd:decimal ;
  geo-pos:long "-1.54402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3383'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54402'^^xsd:double;
  dwc:latitude '48.67716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54402 48.67716, -1.54402 48.67716, -1.54402 48.67716, -1.54402 48.67716, -1.54402 48.67716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3383'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69902 -1.54401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69902 -1.54401)"^^geo:wktLiteral ;
  geo-pos:lat "48.69902"^^xsd:decimal ;
  geo-pos:long "-1.54401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9724'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54401'^^xsd:double;
  dwc:latitude '48.69902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54401 48.69902, -1.54401 48.69902, -1.54401 48.69902, -1.54401 48.69902, -1.54401 48.69902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9724'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7126 -1.54401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7126 -1.54401)"^^geo:wktLiteral ;
  geo-pos:lat "48.7126"^^xsd:decimal ;
  geo-pos:long "-1.54401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1292'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54401'^^xsd:double;
  dwc:latitude '48.7126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54401 48.7126, -1.54401 48.7126, -1.54401 48.7126, -1.54401 48.7126, -1.54401 48.7126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1292'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68787 -1.544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68787 -1.544)"^^geo:wktLiteral ;
  geo-pos:lat "48.68787"^^xsd:decimal ;
  geo-pos:long "-1.544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10622'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.544'^^xsd:double;
  dwc:latitude '48.68787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.544 48.68787, -1.544 48.68787, -1.544 48.68787, -1.544 48.68787, -1.544 48.68787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10622'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71458 -1.544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71458 -1.544)"^^geo:wktLiteral ;
  geo-pos:lat "48.71458"^^xsd:decimal ;
  geo-pos:long "-1.544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2547'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.544'^^xsd:double;
  dwc:latitude '48.71458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.544 48.71458, -1.544 48.71458, -1.544 48.71458, -1.544 48.71458, -1.544 48.71458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2547'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72187 -1.544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72187 -1.544)"^^geo:wktLiteral ;
  geo-pos:lat "48.72187"^^xsd:decimal ;
  geo-pos:long "-1.544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2749'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.544'^^xsd:double;
  dwc:latitude '48.72187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.544 48.72187, -1.544 48.72187, -1.544 48.72187, -1.544 48.72187, -1.544 48.72187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2749'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69666 -1.54399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69666 -1.54399)"^^geo:wktLiteral ;
  geo-pos:lat "48.69666"^^xsd:decimal ;
  geo-pos:long "-1.54399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5846'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54399'^^xsd:double;
  dwc:latitude '48.69666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54399 48.69666, -1.54399 48.69666, -1.54399 48.69666, -1.54399 48.69666, -1.54399 48.69666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5846'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67346 -1.54397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67346 -1.54397)"^^geo:wktLiteral ;
  geo-pos:lat "48.67346"^^xsd:decimal ;
  geo-pos:long "-1.54397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1713'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54397'^^xsd:double;
  dwc:latitude '48.67346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54397 48.67346, -1.54397 48.67346, -1.54397 48.67346, -1.54397 48.67346, -1.54397 48.67346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1713'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67271 -1.54396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67271 -1.54396)"^^geo:wktLiteral ;
  geo-pos:lat "48.67271"^^xsd:decimal ;
  geo-pos:long "-1.54396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7252'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54396'^^xsd:double;
  dwc:latitude '48.67271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54396 48.67271, -1.54396 48.67271, -1.54396 48.67271, -1.54396 48.67271, -1.54396 48.67271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7252'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70757 -1.54396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70757"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70757 -1.54396)"^^geo:wktLiteral ;
  geo-pos:lat "48.70757"^^xsd:decimal ;
  geo-pos:long "-1.54396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2901'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54396'^^xsd:double;
  dwc:latitude '48.70757'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54396 48.70757, -1.54396 48.70757, -1.54396 48.70757, -1.54396 48.70757, -1.54396 48.70757))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2901'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72968 -1.54396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72968 -1.54396)"^^geo:wktLiteral ;
  geo-pos:lat "48.72968"^^xsd:decimal ;
  geo-pos:long "-1.54396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7047'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54396'^^xsd:double;
  dwc:latitude '48.72968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54396 48.72968, -1.54396 48.72968, -1.54396 48.72968, -1.54396 48.72968, -1.54396 48.72968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7047'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69097 -1.54395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69097 -1.54395)"^^geo:wktLiteral ;
  geo-pos:lat "48.69097"^^xsd:decimal ;
  geo-pos:long "-1.54395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10343'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54395'^^xsd:double;
  dwc:latitude '48.69097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54395 48.69097, -1.54395 48.69097, -1.54395 48.69097, -1.54395 48.69097, -1.54395 48.69097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10343'^^xsd:string;
  dwc:observationDate '2008-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70741 -1.54395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70741 -1.54395)"^^geo:wktLiteral ;
  geo-pos:lat "48.70741"^^xsd:decimal ;
  geo-pos:long "-1.54395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9700'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54395'^^xsd:double;
  dwc:latitude '48.70741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54395 48.70741, -1.54395 48.70741, -1.54395 48.70741, -1.54395 48.70741, -1.54395 48.70741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9700'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71274 -1.54395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71274 -1.54395)"^^geo:wktLiteral ;
  geo-pos:lat "48.71274"^^xsd:decimal ;
  geo-pos:long "-1.54395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1343'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54395'^^xsd:double;
  dwc:latitude '48.71274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54395 48.71274, -1.54395 48.71274, -1.54395 48.71274, -1.54395 48.71274, -1.54395 48.71274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1343'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72346 -1.54395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72346 -1.54395)"^^geo:wktLiteral ;
  geo-pos:lat "48.72346"^^xsd:decimal ;
  geo-pos:long "-1.54395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_516'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54395'^^xsd:double;
  dwc:latitude '48.72346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54395 48.72346, -1.54395 48.72346, -1.54395 48.72346, -1.54395 48.72346, -1.54395 48.72346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_516'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68798 -1.54394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68798 -1.54394)"^^geo:wktLiteral ;
  geo-pos:lat "48.68798"^^xsd:decimal ;
  geo-pos:long "-1.54394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7461'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54394'^^xsd:double;
  dwc:latitude '48.68798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54394 48.68798, -1.54394 48.68798, -1.54394 48.68798, -1.54394 48.68798, -1.54394 48.68798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7461'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69381 -1.54392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69381"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69381 -1.54392)"^^geo:wktLiteral ;
  geo-pos:lat "48.69381"^^xsd:decimal ;
  geo-pos:long "-1.54392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7207'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54392'^^xsd:double;
  dwc:latitude '48.69381'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54392 48.69381, -1.54392 48.69381, -1.54392 48.69381, -1.54392 48.69381, -1.54392 48.69381))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7207'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9806> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69899 -1.54392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69899 -1.54392)"^^geo:wktLiteral ;
  geo-pos:lat "48.69899"^^xsd:decimal ;
  geo-pos:long "-1.54392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9806'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9806'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54392'^^xsd:double;
  dwc:latitude '48.69899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54392 48.69899, -1.54392 48.69899, -1.54392 48.69899, -1.54392 48.69899, -1.54392 48.69899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9806'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69991 -1.54392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69991 -1.54392)"^^geo:wktLiteral ;
  geo-pos:lat "48.69991"^^xsd:decimal ;
  geo-pos:long "-1.54392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1266'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54392'^^xsd:double;
  dwc:latitude '48.69991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54392 48.69991, -1.54392 48.69991, -1.54392 48.69991, -1.54392 48.69991, -1.54392 48.69991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1266'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69999 -1.54392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69999 -1.54392)"^^geo:wktLiteral ;
  geo-pos:lat "48.69999"^^xsd:decimal ;
  geo-pos:long "-1.54392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8692'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54392'^^xsd:double;
  dwc:latitude '48.69999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54392 48.69999, -1.54392 48.69999, -1.54392 48.69999, -1.54392 48.69999, -1.54392 48.69999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8692'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71015 -1.54392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71015"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71015 -1.54392)"^^geo:wktLiteral ;
  geo-pos:lat "48.71015"^^xsd:decimal ;
  geo-pos:long "-1.54392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_917'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54392'^^xsd:double;
  dwc:latitude '48.71015'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54392 48.71015, -1.54392 48.71015, -1.54392 48.71015, -1.54392 48.71015, -1.54392 48.71015))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_917'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2164> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72545 -1.54392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72545 -1.54392)"^^geo:wktLiteral ;
  geo-pos:lat "48.72545"^^xsd:decimal ;
  geo-pos:long "-1.54392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2164'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2164'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54392'^^xsd:double;
  dwc:latitude '48.72545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54392 48.72545, -1.54392 48.72545, -1.54392 48.72545, -1.54392 48.72545, -1.54392 48.72545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2164'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69386 -1.5439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69386"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69386 -1.5439)"^^geo:wktLiteral ;
  geo-pos:lat "48.69386"^^xsd:decimal ;
  geo-pos:long "-1.5439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1542'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5439'^^xsd:double;
  dwc:latitude '48.69386'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5439 48.69386, -1.5439 48.69386, -1.5439 48.69386, -1.5439 48.69386, -1.5439 48.69386))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1542'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69819 -1.5439)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5439"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69819 -1.5439)"^^geo:wktLiteral ;
  geo-pos:lat "48.69819"^^xsd:decimal ;
  geo-pos:long "-1.5439"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10478'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5439'^^xsd:double;
  dwc:latitude '48.69819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5439 48.69819, -1.5439 48.69819, -1.5439 48.69819, -1.5439 48.69819, -1.5439 48.69819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10478'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70472 -1.54388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70472 -1.54388)"^^geo:wktLiteral ;
  geo-pos:lat "48.70472"^^xsd:decimal ;
  geo-pos:long "-1.54388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4300'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54388'^^xsd:double;
  dwc:latitude '48.70472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54388 48.70472, -1.54388 48.70472, -1.54388 48.70472, -1.54388 48.70472, -1.54388 48.70472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4300'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71487 -1.54385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71487 -1.54385)"^^geo:wktLiteral ;
  geo-pos:lat "48.71487"^^xsd:decimal ;
  geo-pos:long "-1.54385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5969'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54385'^^xsd:double;
  dwc:latitude '48.71487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54385 48.71487, -1.54385 48.71487, -1.54385 48.71487, -1.54385 48.71487, -1.54385 48.71487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5969'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69822 -1.54383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69822 -1.54383)"^^geo:wktLiteral ;
  geo-pos:lat "48.69822"^^xsd:decimal ;
  geo-pos:long "-1.54383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2287'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54383'^^xsd:double;
  dwc:latitude '48.69822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54383 48.69822, -1.54383 48.69822, -1.54383 48.69822, -1.54383 48.69822, -1.54383 48.69822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2287'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70963 -1.54383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70963 -1.54383)"^^geo:wktLiteral ;
  geo-pos:lat "48.70963"^^xsd:decimal ;
  geo-pos:long "-1.54383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2257'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54383'^^xsd:double;
  dwc:latitude '48.70963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54383 48.70963, -1.54383 48.70963, -1.54383 48.70963, -1.54383 48.70963, -1.54383 48.70963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2257'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68559 -1.54382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68559"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68559 -1.54382)"^^geo:wktLiteral ;
  geo-pos:lat "48.68559"^^xsd:decimal ;
  geo-pos:long "-1.54382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1072'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54382'^^xsd:double;
  dwc:latitude '48.68559'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54382 48.68559, -1.54382 48.68559, -1.54382 48.68559, -1.54382 48.68559, -1.54382 48.68559))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1072'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72723 -1.54382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72723 -1.54382)"^^geo:wktLiteral ;
  geo-pos:lat "48.72723"^^xsd:decimal ;
  geo-pos:long "-1.54382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9553'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54382'^^xsd:double;
  dwc:latitude '48.72723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54382 48.72723, -1.54382 48.72723, -1.54382 48.72723, -1.54382 48.72723, -1.54382 48.72723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9553'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70079 -1.54381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70079 -1.54381)"^^geo:wktLiteral ;
  geo-pos:lat "48.70079"^^xsd:decimal ;
  geo-pos:long "-1.54381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8006'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54381'^^xsd:double;
  dwc:latitude '48.70079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54381 48.70079, -1.54381 48.70079, -1.54381 48.70079, -1.54381 48.70079, -1.54381 48.70079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8006'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68425 -1.5438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68425 -1.5438)"^^geo:wktLiteral ;
  geo-pos:lat "48.68425"^^xsd:decimal ;
  geo-pos:long "-1.5438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_653'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5438'^^xsd:double;
  dwc:latitude '48.68425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5438 48.68425, -1.5438 48.68425, -1.5438 48.68425, -1.5438 48.68425, -1.5438 48.68425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_653'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70224 -1.5438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70224 -1.5438)"^^geo:wktLiteral ;
  geo-pos:lat "48.70224"^^xsd:decimal ;
  geo-pos:long "-1.5438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1275'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5438'^^xsd:double;
  dwc:latitude '48.70224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5438 48.70224, -1.5438 48.70224, -1.5438 48.70224, -1.5438 48.70224, -1.5438 48.70224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1275'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73303 -1.54379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73303 -1.54379)"^^geo:wktLiteral ;
  geo-pos:lat "48.73303"^^xsd:decimal ;
  geo-pos:long "-1.54379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7110'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54379'^^xsd:double;
  dwc:latitude '48.73303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54379 48.73303, -1.54379 48.73303, -1.54379 48.73303, -1.54379 48.73303, -1.54379 48.73303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7110'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68777 -1.54378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68777 -1.54378)"^^geo:wktLiteral ;
  geo-pos:lat "48.68777"^^xsd:decimal ;
  geo-pos:long "-1.54378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7279'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54378'^^xsd:double;
  dwc:latitude '48.68777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54378 48.68777, -1.54378 48.68777, -1.54378 48.68777, -1.54378 48.68777, -1.54378 48.68777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7279'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70096 -1.54376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70096 -1.54376)"^^geo:wktLiteral ;
  geo-pos:lat "48.70096"^^xsd:decimal ;
  geo-pos:long "-1.54376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8007'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54376'^^xsd:double;
  dwc:latitude '48.70096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54376 48.70096, -1.54376 48.70096, -1.54376 48.70096, -1.54376 48.70096, -1.54376 48.70096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8007'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70283 -1.54376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70283"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70283 -1.54376)"^^geo:wktLiteral ;
  geo-pos:lat "48.70283"^^xsd:decimal ;
  geo-pos:long "-1.54376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6192'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54376'^^xsd:double;
  dwc:latitude '48.70283'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54376 48.70283, -1.54376 48.70283, -1.54376 48.70283, -1.54376 48.70283, -1.54376 48.70283))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6192'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69539 -1.54375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69539 -1.54375)"^^geo:wktLiteral ;
  geo-pos:lat "48.69539"^^xsd:decimal ;
  geo-pos:long "-1.54375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3396'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54375'^^xsd:double;
  dwc:latitude '48.69539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54375 48.69539, -1.54375 48.69539, -1.54375 48.69539, -1.54375 48.69539, -1.54375 48.69539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3396'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70014 -1.54375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70014 -1.54375)"^^geo:wktLiteral ;
  geo-pos:lat "48.70014"^^xsd:decimal ;
  geo-pos:long "-1.54375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7317'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54375'^^xsd:double;
  dwc:latitude '48.70014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54375 48.70014, -1.54375 48.70014, -1.54375 48.70014, -1.54375 48.70014, -1.54375 48.70014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7317'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70088 -1.54375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70088 -1.54375)"^^geo:wktLiteral ;
  geo-pos:lat "48.70088"^^xsd:decimal ;
  geo-pos:long "-1.54375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8008'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54375'^^xsd:double;
  dwc:latitude '48.70088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54375 48.70088, -1.54375 48.70088, -1.54375 48.70088, -1.54375 48.70088, -1.54375 48.70088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8008'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71728 -1.54375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71728 -1.54375)"^^geo:wktLiteral ;
  geo-pos:lat "48.71728"^^xsd:decimal ;
  geo-pos:long "-1.54375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_459'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54375'^^xsd:double;
  dwc:latitude '48.71728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54375 48.71728, -1.54375 48.71728, -1.54375 48.71728, -1.54375 48.71728, -1.54375 48.71728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_459'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72294 -1.54375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72294 -1.54375)"^^geo:wktLiteral ;
  geo-pos:lat "48.72294"^^xsd:decimal ;
  geo-pos:long "-1.54375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2256'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54375'^^xsd:double;
  dwc:latitude '48.72294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54375 48.72294, -1.54375 48.72294, -1.54375 48.72294, -1.54375 48.72294, -1.54375 48.72294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2256'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69028 -1.54374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69028 -1.54374)"^^geo:wktLiteral ;
  geo-pos:lat "48.69028"^^xsd:decimal ;
  geo-pos:long "-1.54374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3339'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54374'^^xsd:double;
  dwc:latitude '48.69028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54374 48.69028, -1.54374 48.69028, -1.54374 48.69028, -1.54374 48.69028, -1.54374 48.69028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3339'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69331 -1.54374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69331 -1.54374)"^^geo:wktLiteral ;
  geo-pos:lat "48.69331"^^xsd:decimal ;
  geo-pos:long "-1.54374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_953'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.93333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54374'^^xsd:double;
  dwc:latitude '48.69331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54374 48.69331, -1.54374 48.69331, -1.54374 48.69331, -1.54374 48.69331, -1.54374 48.69331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_953'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71616 -1.54374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71616 -1.54374)"^^geo:wktLiteral ;
  geo-pos:lat "48.71616"^^xsd:decimal ;
  geo-pos:long "-1.54374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4653'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54374'^^xsd:double;
  dwc:latitude '48.71616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54374 48.71616, -1.54374 48.71616, -1.54374 48.71616, -1.54374 48.71616, -1.54374 48.71616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4653'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68383 -1.54373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68383 -1.54373)"^^geo:wktLiteral ;
  geo-pos:lat "48.68383"^^xsd:decimal ;
  geo-pos:long "-1.54373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_232'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54373'^^xsd:double;
  dwc:latitude '48.68383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54373 48.68383, -1.54373 48.68383, -1.54373 48.68383, -1.54373 48.68383, -1.54373 48.68383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_232'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65585 -1.5437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65585 -1.5437)"^^geo:wktLiteral ;
  geo-pos:lat "48.65585"^^xsd:decimal ;
  geo-pos:long "-1.5437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7006'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5437'^^xsd:double;
  dwc:latitude '48.65585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5437 48.65585, -1.5437 48.65585, -1.5437 48.65585, -1.5437 48.65585, -1.5437 48.65585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7006'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71012 -1.5437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71012 -1.5437)"^^geo:wktLiteral ;
  geo-pos:lat "48.71012"^^xsd:decimal ;
  geo-pos:long "-1.5437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8908'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5437'^^xsd:double;
  dwc:latitude '48.71012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5437 48.71012, -1.5437 48.71012, -1.5437 48.71012, -1.5437 48.71012, -1.5437 48.71012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8908'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72181 -1.54369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72181 -1.54369)"^^geo:wktLiteral ;
  geo-pos:lat "48.72181"^^xsd:decimal ;
  geo-pos:long "-1.54369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2275'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54369'^^xsd:double;
  dwc:latitude '48.72181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54369 48.72181, -1.54369 48.72181, -1.54369 48.72181, -1.54369 48.72181, -1.54369 48.72181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2275'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7226 -1.54369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7226 -1.54369)"^^geo:wktLiteral ;
  geo-pos:lat "48.7226"^^xsd:decimal ;
  geo-pos:long "-1.54369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_900'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54369'^^xsd:double;
  dwc:latitude '48.7226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54369 48.7226, -1.54369 48.7226, -1.54369 48.7226, -1.54369 48.7226, -1.54369 48.7226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_900'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69831 -1.54368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69831 -1.54368)"^^geo:wktLiteral ;
  geo-pos:lat "48.69831"^^xsd:decimal ;
  geo-pos:long "-1.54368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4317'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54368'^^xsd:double;
  dwc:latitude '48.69831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54368 48.69831, -1.54368 48.69831, -1.54368 48.69831, -1.54368 48.69831, -1.54368 48.69831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4317'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9809> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69902 -1.54367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69902 -1.54367)"^^geo:wktLiteral ;
  geo-pos:lat "48.69902"^^xsd:decimal ;
  geo-pos:long "-1.54367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9809'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9809'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54367'^^xsd:double;
  dwc:latitude '48.69902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54367 48.69902, -1.54367 48.69902, -1.54367 48.69902, -1.54367 48.69902, -1.54367 48.69902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9809'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70257 -1.54367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70257 -1.54367)"^^geo:wktLiteral ;
  geo-pos:lat "48.70257"^^xsd:decimal ;
  geo-pos:long "-1.54367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_157'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54367'^^xsd:double;
  dwc:latitude '48.70257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54367 48.70257, -1.54367 48.70257, -1.54367 48.70257, -1.54367 48.70257, -1.54367 48.70257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_157'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65389 -1.54365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65389 -1.54365)"^^geo:wktLiteral ;
  geo-pos:lat "48.65389"^^xsd:decimal ;
  geo-pos:long "-1.54365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10542'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54365'^^xsd:double;
  dwc:latitude '48.65389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54365 48.65389, -1.54365 48.65389, -1.54365 48.65389, -1.54365 48.65389, -1.54365 48.65389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10542'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7235 -1.54365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7235"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7235 -1.54365)"^^geo:wktLiteral ;
  geo-pos:lat "48.7235"^^xsd:decimal ;
  geo-pos:long "-1.54365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_517'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54365'^^xsd:double;
  dwc:latitude '48.7235'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54365 48.7235, -1.54365 48.7235, -1.54365 48.7235, -1.54365 48.7235, -1.54365 48.7235))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_517'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1775> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71601 -1.54363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71601 -1.54363)"^^geo:wktLiteral ;
  geo-pos:lat "48.71601"^^xsd:decimal ;
  geo-pos:long "-1.54363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1775'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_1775'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54363'^^xsd:double;
  dwc:latitude '48.71601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54363 48.71601, -1.54363 48.71601, -1.54363 48.71601, -1.54363 48.71601, -1.54363 48.71601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1775'^^xsd:string;
  dwc:observationDate '2006-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68507 -1.54362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68507 -1.54362)"^^geo:wktLiteral ;
  geo-pos:lat "48.68507"^^xsd:decimal ;
  geo-pos:long "-1.54362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2203'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54362'^^xsd:double;
  dwc:latitude '48.68507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54362 48.68507, -1.54362 48.68507, -1.54362 48.68507, -1.54362 48.68507, -1.54362 48.68507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2203'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67392 -1.54361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67392 -1.54361)"^^geo:wktLiteral ;
  geo-pos:lat "48.67392"^^xsd:decimal ;
  geo-pos:long "-1.54361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6064'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54361'^^xsd:double;
  dwc:latitude '48.67392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54361 48.67392, -1.54361 48.67392, -1.54361 48.67392, -1.54361 48.67392, -1.54361 48.67392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6064'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70527 -1.5436)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5436"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70527 -1.5436)"^^geo:wktLiteral ;
  geo-pos:lat "48.70527"^^xsd:decimal ;
  geo-pos:long "-1.5436"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4372'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5436'^^xsd:double;
  dwc:latitude '48.70527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5436 48.70527, -1.5436 48.70527, -1.5436 48.70527, -1.5436 48.70527, -1.5436 48.70527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4372'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65854 -1.54359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65854 -1.54359)"^^geo:wktLiteral ;
  geo-pos:lat "48.65854"^^xsd:decimal ;
  geo-pos:long "-1.54359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11431'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54359'^^xsd:double;
  dwc:latitude '48.65854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54359 48.65854, -1.54359 48.65854, -1.54359 48.65854, -1.54359 48.65854, -1.54359 48.65854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11431'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72777 -1.54359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72777 -1.54359)"^^geo:wktLiteral ;
  geo-pos:lat "48.72777"^^xsd:decimal ;
  geo-pos:long "-1.54359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5644'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54359'^^xsd:double;
  dwc:latitude '48.72777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54359 48.72777, -1.54359 48.72777, -1.54359 48.72777, -1.54359 48.72777, -1.54359 48.72777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5644'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64963 -1.54358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64963 -1.54358)"^^geo:wktLiteral ;
  geo-pos:lat "48.64963"^^xsd:decimal ;
  geo-pos:long "-1.54358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54358'^^xsd:double;
  dwc:latitude '48.64963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54358 48.64963, -1.54358 48.64963, -1.54358 48.64963, -1.54358 48.64963, -1.54358 48.64963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6995 -1.54358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6995 -1.54358)"^^geo:wktLiteral ;
  geo-pos:lat "48.6995"^^xsd:decimal ;
  geo-pos:long "-1.54358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9493'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54358'^^xsd:double;
  dwc:latitude '48.6995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54358 48.6995, -1.54358 48.6995, -1.54358 48.6995, -1.54358 48.6995, -1.54358 48.6995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9493'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68902 -1.54356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68902 -1.54356)"^^geo:wktLiteral ;
  geo-pos:lat "48.68902"^^xsd:decimal ;
  geo-pos:long "-1.54356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_5528'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54356'^^xsd:double;
  dwc:latitude '48.68902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54356 48.68902, -1.54356 48.68902, -1.54356 48.68902, -1.54356 48.68902, -1.54356 48.68902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5528'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71762 -1.54354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71762 -1.54354)"^^geo:wktLiteral ;
  geo-pos:lat "48.71762"^^xsd:decimal ;
  geo-pos:long "-1.54354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6731'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54354'^^xsd:double;
  dwc:latitude '48.71762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54354 48.71762, -1.54354 48.71762, -1.54354 48.71762, -1.54354 48.71762, -1.54354 48.71762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6731'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70444 -1.54353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70444"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70444 -1.54353)"^^geo:wktLiteral ;
  geo-pos:lat "48.70444"^^xsd:decimal ;
  geo-pos:long "-1.54353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9409'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54353'^^xsd:double;
  dwc:latitude '48.70444'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54353 48.70444, -1.54353 48.70444, -1.54353 48.70444, -1.54353 48.70444, -1.54353 48.70444))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9409'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68081 -1.54352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68081 -1.54352)"^^geo:wktLiteral ;
  geo-pos:lat "48.68081"^^xsd:decimal ;
  geo-pos:long "-1.54352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1140'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54352'^^xsd:double;
  dwc:latitude '48.68081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54352 48.68081, -1.54352 48.68081, -1.54352 48.68081, -1.54352 48.68081, -1.54352 48.68081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1140'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69903 -1.54352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69903 -1.54352)"^^geo:wktLiteral ;
  geo-pos:lat "48.69903"^^xsd:decimal ;
  geo-pos:long "-1.54352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1334'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54352'^^xsd:double;
  dwc:latitude '48.69903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54352 48.69903, -1.54352 48.69903, -1.54352 48.69903, -1.54352 48.69903, -1.54352 48.69903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1334'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70291 -1.54352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70291"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70291 -1.54352)"^^geo:wktLiteral ;
  geo-pos:lat "48.70291"^^xsd:decimal ;
  geo-pos:long "-1.54352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5349'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54352'^^xsd:double;
  dwc:latitude '48.70291'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54352 48.70291, -1.54352 48.70291, -1.54352 48.70291, -1.54352 48.70291, -1.54352 48.70291))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5349'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71883 -1.54352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71883 -1.54352)"^^geo:wktLiteral ;
  geo-pos:lat "48.71883"^^xsd:decimal ;
  geo-pos:long "-1.54352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3282'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54352'^^xsd:double;
  dwc:latitude '48.71883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54352 48.71883, -1.54352 48.71883, -1.54352 48.71883, -1.54352 48.71883, -1.54352 48.71883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3282'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70073 -1.5435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70073 -1.5435)"^^geo:wktLiteral ;
  geo-pos:lat "48.70073"^^xsd:decimal ;
  geo-pos:long "-1.5435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_883'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5435'^^xsd:double;
  dwc:latitude '48.70073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5435 48.70073, -1.5435 48.70073, -1.5435 48.70073, -1.5435 48.70073, -1.5435 48.70073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_883'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4863> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68848 -1.54349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68848"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68848 -1.54349)"^^geo:wktLiteral ;
  geo-pos:lat "48.68848"^^xsd:decimal ;
  geo-pos:long "-1.54349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4863'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4863'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54349'^^xsd:double;
  dwc:latitude '48.68848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54349 48.68848, -1.54349 48.68848, -1.54349 48.68848, -1.54349 48.68848, -1.54349 48.68848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4863'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71163 -1.54349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71163 -1.54349)"^^geo:wktLiteral ;
  geo-pos:lat "48.71163"^^xsd:decimal ;
  geo-pos:long "-1.54349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2215'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54349'^^xsd:double;
  dwc:latitude '48.71163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54349 48.71163, -1.54349 48.71163, -1.54349 48.71163, -1.54349 48.71163, -1.54349 48.71163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2215'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.54348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65889 -1.54348)"^^geo:wktLiteral ;
  geo-pos:lat "48.65889"^^xsd:decimal ;
  geo-pos:long "-1.54348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6469'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54348'^^xsd:double;
  dwc:latitude '48.65889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54348 48.65889, -1.54348 48.65889, -1.54348 48.65889, -1.54348 48.65889, -1.54348 48.65889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6469'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66682 -1.54347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66682 -1.54347)"^^geo:wktLiteral ;
  geo-pos:lat "48.66682"^^xsd:decimal ;
  geo-pos:long "-1.54347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_11756'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54347'^^xsd:double;
  dwc:latitude '48.66682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54347 48.66682, -1.54347 48.66682, -1.54347 48.66682, -1.54347 48.66682, -1.54347 48.66682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11756'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70548 -1.54346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70548 -1.54346)"^^geo:wktLiteral ;
  geo-pos:lat "48.70548"^^xsd:decimal ;
  geo-pos:long "-1.54346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_867'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54346'^^xsd:double;
  dwc:latitude '48.70548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54346 48.70548, -1.54346 48.70548, -1.54346 48.70548, -1.54346 48.70548, -1.54346 48.70548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_867'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71342 -1.54346)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54346"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71342 -1.54346)"^^geo:wktLiteral ;
  geo-pos:lat "48.71342"^^xsd:decimal ;
  geo-pos:long "-1.54346"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2279'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54346'^^xsd:double;
  dwc:latitude '48.71342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54346 48.71342, -1.54346 48.71342, -1.54346 48.71342, -1.54346 48.71342, -1.54346 48.71342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2279'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69307 -1.54344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69307"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69307 -1.54344)"^^geo:wktLiteral ;
  geo-pos:lat "48.69307"^^xsd:decimal ;
  geo-pos:long "-1.54344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9866'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54344'^^xsd:double;
  dwc:latitude '48.69307'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54344 48.69307, -1.54344 48.69307, -1.54344 48.69307, -1.54344 48.69307, -1.54344 48.69307))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9866'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_960> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71715 -1.54344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71715 -1.54344)"^^geo:wktLiteral ;
  geo-pos:lat "48.71715"^^xsd:decimal ;
  geo-pos:long "-1.54344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_960'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_960'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54344'^^xsd:double;
  dwc:latitude '48.71715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54344 48.71715, -1.54344 48.71715, -1.54344 48.71715, -1.54344 48.71715, -1.54344 48.71715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_960'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68058 -1.54343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68058 -1.54343)"^^geo:wktLiteral ;
  geo-pos:lat "48.68058"^^xsd:decimal ;
  geo-pos:long "-1.54343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4072'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54343'^^xsd:double;
  dwc:latitude '48.68058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54343 48.68058, -1.54343 48.68058, -1.54343 48.68058, -1.54343 48.68058, -1.54343 48.68058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4072'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67564 -1.54342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67564 -1.54342)"^^geo:wktLiteral ;
  geo-pos:lat "48.67564"^^xsd:decimal ;
  geo-pos:long "-1.54342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_502'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54342'^^xsd:double;
  dwc:latitude '48.67564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54342 48.67564, -1.54342 48.67564, -1.54342 48.67564, -1.54342 48.67564, -1.54342 48.67564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_502'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6909 -1.54342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6909"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6909 -1.54342)"^^geo:wktLiteral ;
  geo-pos:lat "48.6909"^^xsd:decimal ;
  geo-pos:long "-1.54342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9030'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54342'^^xsd:double;
  dwc:latitude '48.6909'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54342 48.6909, -1.54342 48.6909, -1.54342 48.6909, -1.54342 48.6909, -1.54342 48.6909))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9030'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72725 -1.54341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72725 -1.54341)"^^geo:wktLiteral ;
  geo-pos:lat "48.72725"^^xsd:decimal ;
  geo-pos:long "-1.54341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2160'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54341'^^xsd:double;
  dwc:latitude '48.72725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54341 48.72725, -1.54341 48.72725, -1.54341 48.72725, -1.54341 48.72725, -1.54341 48.72725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2160'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70461 -1.5434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70461"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70461 -1.5434)"^^geo:wktLiteral ;
  geo-pos:lat "48.70461"^^xsd:decimal ;
  geo-pos:long "-1.5434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3190'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5434'^^xsd:double;
  dwc:latitude '48.70461'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5434 48.70461, -1.5434 48.70461, -1.5434 48.70461, -1.5434 48.70461, -1.5434 48.70461))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3190'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70648 -1.5434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70648 -1.5434)"^^geo:wktLiteral ;
  geo-pos:lat "48.70648"^^xsd:decimal ;
  geo-pos:long "-1.5434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4537'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5434'^^xsd:double;
  dwc:latitude '48.70648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5434 48.70648, -1.5434 48.70648, -1.5434 48.70648, -1.5434 48.70648, -1.5434 48.70648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4537'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72882 -1.5434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72882 -1.5434)"^^geo:wktLiteral ;
  geo-pos:lat "48.72882"^^xsd:decimal ;
  geo-pos:long "-1.5434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7049'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '14.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5434'^^xsd:double;
  dwc:latitude '48.72882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5434 48.72882, -1.5434 48.72882, -1.5434 48.72882, -1.5434 48.72882, -1.5434 48.72882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7049'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69193 -1.54338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69193"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69193 -1.54338)"^^geo:wktLiteral ;
  geo-pos:lat "48.69193"^^xsd:decimal ;
  geo-pos:long "-1.54338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_192'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54338'^^xsd:double;
  dwc:latitude '48.69193'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54338 48.69193, -1.54338 48.69193, -1.54338 48.69193, -1.54338 48.69193, -1.54338 48.69193))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_192'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69839 -1.54338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69839 -1.54338)"^^geo:wktLiteral ;
  geo-pos:lat "48.69839"^^xsd:decimal ;
  geo-pos:long "-1.54338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8018'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54338'^^xsd:double;
  dwc:latitude '48.69839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54338 48.69839, -1.54338 48.69839, -1.54338 48.69839, -1.54338 48.69839, -1.54338 48.69839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8018'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7055 -1.54338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7055 -1.54338)"^^geo:wktLiteral ;
  geo-pos:lat "48.7055"^^xsd:decimal ;
  geo-pos:long "-1.54338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4933'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54338'^^xsd:double;
  dwc:latitude '48.7055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54338 48.7055, -1.54338 48.7055, -1.54338 48.7055, -1.54338 48.7055, -1.54338 48.7055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4933'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7089 -1.54338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7089 -1.54338)"^^geo:wktLiteral ;
  geo-pos:lat "48.7089"^^xsd:decimal ;
  geo-pos:long "-1.54338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8095'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54338'^^xsd:double;
  dwc:latitude '48.7089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54338 48.7089, -1.54338 48.7089, -1.54338 48.7089, -1.54338 48.7089, -1.54338 48.7089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8095'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69629 -1.54337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69629 -1.54337)"^^geo:wktLiteral ;
  geo-pos:lat "48.69629"^^xsd:decimal ;
  geo-pos:long "-1.54337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1683'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54337'^^xsd:double;
  dwc:latitude '48.69629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54337 48.69629, -1.54337 48.69629, -1.54337 48.69629, -1.54337 48.69629, -1.54337 48.69629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1683'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70201 -1.54336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70201 -1.54336)"^^geo:wktLiteral ;
  geo-pos:lat "48.70201"^^xsd:decimal ;
  geo-pos:long "-1.54336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2132'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54336'^^xsd:double;
  dwc:latitude '48.70201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54336 48.70201, -1.54336 48.70201, -1.54336 48.70201, -1.54336 48.70201, -1.54336 48.70201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2132'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68156 -1.54335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68156 -1.54335)"^^geo:wktLiteral ;
  geo-pos:lat "48.68156"^^xsd:decimal ;
  geo-pos:long "-1.54335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7254'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54335'^^xsd:double;
  dwc:latitude '48.68156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54335 48.68156, -1.54335 48.68156, -1.54335 48.68156, -1.54335 48.68156, -1.54335 48.68156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7254'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64934 -1.54334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_76>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64934 -1.54334)"^^geo:wktLiteral ;
  geo-pos:lat "48.64934"^^xsd:decimal ;
  geo-pos:long "-1.54334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_76'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_76'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54334'^^xsd:double;
  dwc:latitude '48.64934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54334 48.64934, -1.54334 48.64934, -1.54334 48.64934, -1.54334 48.64934, -1.54334 48.64934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_76'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68385 -1.54334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68385 -1.54334)"^^geo:wktLiteral ;
  geo-pos:lat "48.68385"^^xsd:decimal ;
  geo-pos:long "-1.54334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_6420'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54334'^^xsd:double;
  dwc:latitude '48.68385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54334 48.68385, -1.54334 48.68385, -1.54334 48.68385, -1.54334 48.68385, -1.54334 48.68385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6420'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.54334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.54334)"^^geo:wktLiteral ;
  geo-pos:lat "48.6997"^^xsd:decimal ;
  geo-pos:long "-1.54334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10219'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54334'^^xsd:double;
  dwc:latitude '48.6997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54334 48.6997, -1.54334 48.6997, -1.54334 48.6997, -1.54334 48.6997, -1.54334 48.6997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10219'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70303 -1.54334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70303 -1.54334)"^^geo:wktLiteral ;
  geo-pos:lat "48.70303"^^xsd:decimal ;
  geo-pos:long "-1.54334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2091'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54334'^^xsd:double;
  dwc:latitude '48.70303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54334 48.70303, -1.54334 48.70303, -1.54334 48.70303, -1.54334 48.70303, -1.54334 48.70303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2091'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73229 -1.54334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73229 -1.54334)"^^geo:wktLiteral ;
  geo-pos:lat "48.73229"^^xsd:decimal ;
  geo-pos:long "-1.54334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6635'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54334'^^xsd:double;
  dwc:latitude '48.73229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54334 48.73229, -1.54334 48.73229, -1.54334 48.73229, -1.54334 48.73229, -1.54334 48.73229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6635'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69267 -1.54333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69267"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69267 -1.54333)"^^geo:wktLiteral ;
  geo-pos:lat "48.69267"^^xsd:decimal ;
  geo-pos:long "-1.54333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_845'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54333'^^xsd:double;
  dwc:latitude '48.69267'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54333 48.69267, -1.54333 48.69267, -1.54333 48.69267, -1.54333 48.69267, -1.54333 48.69267))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_845'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65646 -1.54332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65646 -1.54332)"^^geo:wktLiteral ;
  geo-pos:lat "48.65646"^^xsd:decimal ;
  geo-pos:long "-1.54332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11473'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54332'^^xsd:double;
  dwc:latitude '48.65646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54332 48.65646, -1.54332 48.65646, -1.54332 48.65646, -1.54332 48.65646, -1.54332 48.65646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11473'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68275 -1.54332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68275 -1.54332)"^^geo:wktLiteral ;
  geo-pos:lat "48.68275"^^xsd:decimal ;
  geo-pos:long "-1.54332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_154'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54332'^^xsd:double;
  dwc:latitude '48.68275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54332 48.68275, -1.54332 48.68275, -1.54332 48.68275, -1.54332 48.68275, -1.54332 48.68275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_154'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69768 -1.5433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69768 -1.5433)"^^geo:wktLiteral ;
  geo-pos:lat "48.69768"^^xsd:decimal ;
  geo-pos:long "-1.5433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9280'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5433'^^xsd:double;
  dwc:latitude '48.69768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5433 48.69768, -1.5433 48.69768, -1.5433 48.69768, -1.5433 48.69768, -1.5433 48.69768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9280'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71211 -1.5433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71211 -1.5433)"^^geo:wktLiteral ;
  geo-pos:lat "48.71211"^^xsd:decimal ;
  geo-pos:long "-1.5433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3183'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5433'^^xsd:double;
  dwc:latitude '48.71211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5433 48.71211, -1.5433 48.71211, -1.5433 48.71211, -1.5433 48.71211, -1.5433 48.71211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3183'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69542 -1.54328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69542 -1.54328)"^^geo:wktLiteral ;
  geo-pos:lat "48.69542"^^xsd:decimal ;
  geo-pos:long "-1.54328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5869'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54328'^^xsd:double;
  dwc:latitude '48.69542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54328 48.69542, -1.54328 48.69542, -1.54328 48.69542, -1.54328 48.69542, -1.54328 48.69542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5869'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69571 -1.54328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69571 -1.54328)"^^geo:wktLiteral ;
  geo-pos:lat "48.69571"^^xsd:decimal ;
  geo-pos:long "-1.54328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9675'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54328'^^xsd:double;
  dwc:latitude '48.69571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54328 48.69571, -1.54328 48.69571, -1.54328 48.69571, -1.54328 48.69571, -1.54328 48.69571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9675'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66189 -1.54327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66189 -1.54327)"^^geo:wktLiteral ;
  geo-pos:lat "48.66189"^^xsd:decimal ;
  geo-pos:long "-1.54327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3173'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54327'^^xsd:double;
  dwc:latitude '48.66189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54327 48.66189, -1.54327 48.66189, -1.54327 48.66189, -1.54327 48.66189, -1.54327 48.66189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3173'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68106 -1.54327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68106"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68106 -1.54327)"^^geo:wktLiteral ;
  geo-pos:lat "48.68106"^^xsd:decimal ;
  geo-pos:long "-1.54327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_22'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_22'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54327'^^xsd:double;
  dwc:latitude '48.68106'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54327 48.68106, -1.54327 48.68106, -1.54327 48.68106, -1.54327 48.68106, -1.54327 48.68106))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_22'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70059 -1.54327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70059 -1.54327)"^^geo:wktLiteral ;
  geo-pos:lat "48.70059"^^xsd:decimal ;
  geo-pos:long "-1.54327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7168'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54327'^^xsd:double;
  dwc:latitude '48.70059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54327 48.70059, -1.54327 48.70059, -1.54327 48.70059, -1.54327 48.70059, -1.54327 48.70059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7168'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70358 -1.54327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70358 -1.54327)"^^geo:wktLiteral ;
  geo-pos:lat "48.70358"^^xsd:decimal ;
  geo-pos:long "-1.54327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7748'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54327'^^xsd:double;
  dwc:latitude '48.70358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54327 48.70358, -1.54327 48.70358, -1.54327 48.70358, -1.54327 48.70358, -1.54327 48.70358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7748'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67575 -1.54326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67575 -1.54326)"^^geo:wktLiteral ;
  geo-pos:lat "48.67575"^^xsd:decimal ;
  geo-pos:long "-1.54326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1145'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54326'^^xsd:double;
  dwc:latitude '48.67575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54326 48.67575, -1.54326 48.67575, -1.54326 48.67575, -1.54326 48.67575, -1.54326 48.67575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1145'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72985 -1.54325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72985"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72985 -1.54325)"^^geo:wktLiteral ;
  geo-pos:lat "48.72985"^^xsd:decimal ;
  geo-pos:long "-1.54325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5966'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54325'^^xsd:double;
  dwc:latitude '48.72985'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54325 48.72985, -1.54325 48.72985, -1.54325 48.72985, -1.54325 48.72985, -1.54325 48.72985))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5966'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69619 -1.54324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69619"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69619 -1.54324)"^^geo:wktLiteral ;
  geo-pos:lat "48.69619"^^xsd:decimal ;
  geo-pos:long "-1.54324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2950'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54324'^^xsd:double;
  dwc:latitude '48.69619'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54324 48.69619, -1.54324 48.69619, -1.54324 48.69619, -1.54324 48.69619, -1.54324 48.69619))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2950'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71614 -1.54324)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71614"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54324"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71614 -1.54324)"^^geo:wktLiteral ;
  geo-pos:lat "48.71614"^^xsd:decimal ;
  geo-pos:long "-1.54324"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2272'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54324'^^xsd:double;
  dwc:latitude '48.71614'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54324 48.71614, -1.54324 48.71614, -1.54324 48.71614, -1.54324 48.71614, -1.54324 48.71614))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2272'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68788 -1.54323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68788 -1.54323)"^^geo:wktLiteral ;
  geo-pos:lat "48.68788"^^xsd:decimal ;
  geo-pos:long "-1.54323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1356'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54323'^^xsd:double;
  dwc:latitude '48.68788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54323 48.68788, -1.54323 48.68788, -1.54323 48.68788, -1.54323 48.68788, -1.54323 48.68788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1356'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69774 -1.54321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69774 -1.54321)"^^geo:wktLiteral ;
  geo-pos:lat "48.69774"^^xsd:decimal ;
  geo-pos:long "-1.54321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8505'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54321'^^xsd:double;
  dwc:latitude '48.69774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54321 48.69774, -1.54321 48.69774, -1.54321 48.69774, -1.54321 48.69774, -1.54321 48.69774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8505'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7092 -1.54321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7092"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7092 -1.54321)"^^geo:wktLiteral ;
  geo-pos:lat "48.7092"^^xsd:decimal ;
  geo-pos:long "-1.54321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4231'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54321'^^xsd:double;
  dwc:latitude '48.7092'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54321 48.7092, -1.54321 48.7092, -1.54321 48.7092, -1.54321 48.7092, -1.54321 48.7092))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4231'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69279 -1.54319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69279 -1.54319)"^^geo:wktLiteral ;
  geo-pos:lat "48.69279"^^xsd:decimal ;
  geo-pos:long "-1.54319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8328'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54319'^^xsd:double;
  dwc:latitude '48.69279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54319 48.69279, -1.54319 48.69279, -1.54319 48.69279, -1.54319 48.69279, -1.54319 48.69279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8328'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71502 -1.54319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71502 -1.54319)"^^geo:wktLiteral ;
  geo-pos:lat "48.71502"^^xsd:decimal ;
  geo-pos:long "-1.54319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4370'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54319'^^xsd:double;
  dwc:latitude '48.71502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54319 48.71502, -1.54319 48.71502, -1.54319 48.71502, -1.54319 48.71502, -1.54319 48.71502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4370'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66721 -1.54318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66721 -1.54318)"^^geo:wktLiteral ;
  geo-pos:lat "48.66721"^^xsd:decimal ;
  geo-pos:long "-1.54318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10583'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54318'^^xsd:double;
  dwc:latitude '48.66721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54318 48.66721, -1.54318 48.66721, -1.54318 48.66721, -1.54318 48.66721, -1.54318 48.66721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10583'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71543 -1.54318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71543 -1.54318)"^^geo:wktLiteral ;
  geo-pos:lat "48.71543"^^xsd:decimal ;
  geo-pos:long "-1.54318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3910'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54318'^^xsd:double;
  dwc:latitude '48.71543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54318 48.71543, -1.54318 48.71543, -1.54318 48.71543, -1.54318 48.71543, -1.54318 48.71543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3910'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7186 -1.54318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7186 -1.54318)"^^geo:wktLiteral ;
  geo-pos:lat "48.7186"^^xsd:decimal ;
  geo-pos:long "-1.54318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3279'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54318'^^xsd:double;
  dwc:latitude '48.7186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54318 48.7186, -1.54318 48.7186, -1.54318 48.7186, -1.54318 48.7186, -1.54318 48.7186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3279'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71898 -1.54318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71898 -1.54318)"^^geo:wktLiteral ;
  geo-pos:lat "48.71898"^^xsd:decimal ;
  geo-pos:long "-1.54318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3252'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54318'^^xsd:double;
  dwc:latitude '48.71898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54318 48.71898, -1.54318 48.71898, -1.54318 48.71898, -1.54318 48.71898, -1.54318 48.71898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3252'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6976 -1.54317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6976 -1.54317)"^^geo:wktLiteral ;
  geo-pos:lat "48.6976"^^xsd:decimal ;
  geo-pos:long "-1.54317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8259'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54317'^^xsd:double;
  dwc:latitude '48.6976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54317 48.6976, -1.54317 48.6976, -1.54317 48.6976, -1.54317 48.6976, -1.54317 48.6976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8259'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72083 -1.54317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72083 -1.54317)"^^geo:wktLiteral ;
  geo-pos:lat "48.72083"^^xsd:decimal ;
  geo-pos:long "-1.54317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_208'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54317'^^xsd:double;
  dwc:latitude '48.72083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54317 48.72083, -1.54317 48.72083, -1.54317 48.72083, -1.54317 48.72083, -1.54317 48.72083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_208'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.54316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.54316)"^^geo:wktLiteral ;
  geo-pos:lat "48.69901"^^xsd:decimal ;
  geo-pos:long "-1.54316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9748'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54316'^^xsd:double;
  dwc:latitude '48.69901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54316 48.69901, -1.54316 48.69901, -1.54316 48.69901, -1.54316 48.69901, -1.54316 48.69901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9748'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7194 -1.54316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7194 -1.54316)"^^geo:wktLiteral ;
  geo-pos:lat "48.7194"^^xsd:decimal ;
  geo-pos:long "-1.54316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3280'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54316'^^xsd:double;
  dwc:latitude '48.7194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54316 48.7194, -1.54316 48.7194, -1.54316 48.7194, -1.54316 48.7194, -1.54316 48.7194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3280'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_959> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72343 -1.54315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72343 -1.54315)"^^geo:wktLiteral ;
  geo-pos:lat "48.72343"^^xsd:decimal ;
  geo-pos:long "-1.54315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_959'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_959'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54315'^^xsd:double;
  dwc:latitude '48.72343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54315 48.72343, -1.54315 48.72343, -1.54315 48.72343, -1.54315 48.72343, -1.54315 48.72343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_959'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6933 -1.54314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6933 -1.54314)"^^geo:wktLiteral ;
  geo-pos:lat "48.6933"^^xsd:decimal ;
  geo-pos:long "-1.54314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5192'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54314'^^xsd:double;
  dwc:latitude '48.6933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54314 48.6933, -1.54314 48.6933, -1.54314 48.6933, -1.54314 48.6933, -1.54314 48.6933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5192'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_958> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7238 -1.54314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7238"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7238 -1.54314)"^^geo:wktLiteral ;
  geo-pos:lat "48.7238"^^xsd:decimal ;
  geo-pos:long "-1.54314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_958'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_958'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54314'^^xsd:double;
  dwc:latitude '48.7238'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54314 48.7238, -1.54314 48.7238, -1.54314 48.7238, -1.54314 48.7238, -1.54314 48.7238))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_958'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72506 -1.54314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72506"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72506 -1.54314)"^^geo:wktLiteral ;
  geo-pos:lat "48.72506"^^xsd:decimal ;
  geo-pos:long "-1.54314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5916'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54314'^^xsd:double;
  dwc:latitude '48.72506'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54314 48.72506, -1.54314 48.72506, -1.54314 48.72506, -1.54314 48.72506, -1.54314 48.72506))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5916'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66471 -1.54311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66471 -1.54311)"^^geo:wktLiteral ;
  geo-pos:lat "48.66471"^^xsd:decimal ;
  geo-pos:long "-1.54311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7237'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54311'^^xsd:double;
  dwc:latitude '48.66471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54311 48.66471, -1.54311 48.66471, -1.54311 48.66471, -1.54311 48.66471, -1.54311 48.66471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7237'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69185 -1.54311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69185"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69185 -1.54311)"^^geo:wktLiteral ;
  geo-pos:lat "48.69185"^^xsd:decimal ;
  geo-pos:long "-1.54311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1103'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54311'^^xsd:double;
  dwc:latitude '48.69185'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54311 48.69185, -1.54311 48.69185, -1.54311 48.69185, -1.54311 48.69185, -1.54311 48.69185))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1103'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69703 -1.5431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69703 -1.5431)"^^geo:wktLiteral ;
  geo-pos:lat "48.69703"^^xsd:decimal ;
  geo-pos:long "-1.5431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5388'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5431'^^xsd:double;
  dwc:latitude '48.69703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5431 48.69703, -1.5431 48.69703, -1.5431 48.69703, -1.5431 48.69703, -1.5431 48.69703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5388'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69838 -1.5431)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69838"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5431"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69838 -1.5431)"^^geo:wktLiteral ;
  geo-pos:lat "48.69838"^^xsd:decimal ;
  geo-pos:long "-1.5431"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10399'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5431'^^xsd:double;
  dwc:latitude '48.69838'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5431 48.69838, -1.5431 48.69838, -1.5431 48.69838, -1.5431 48.69838, -1.5431 48.69838))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10399'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69218 -1.54309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69218 -1.54309)"^^geo:wktLiteral ;
  geo-pos:lat "48.69218"^^xsd:decimal ;
  geo-pos:long "-1.54309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4810'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54309'^^xsd:double;
  dwc:latitude '48.69218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54309 48.69218, -1.54309 48.69218, -1.54309 48.69218, -1.54309 48.69218, -1.54309 48.69218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4810'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.54309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.54309)"^^geo:wktLiteral ;
  geo-pos:lat "48.6997"^^xsd:decimal ;
  geo-pos:long "-1.54309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9035'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54309'^^xsd:double;
  dwc:latitude '48.6997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54309 48.6997, -1.54309 48.6997, -1.54309 48.6997, -1.54309 48.6997, -1.54309 48.6997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9035'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70134 -1.54309)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54309"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70134 -1.54309)"^^geo:wktLiteral ;
  geo-pos:lat "48.70134"^^xsd:decimal ;
  geo-pos:long "-1.54309"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9782'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54309'^^xsd:double;
  dwc:latitude '48.70134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54309 48.70134, -1.54309 48.70134, -1.54309 48.70134, -1.54309 48.70134, -1.54309 48.70134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9782'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68248 -1.54306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68248 -1.54306)"^^geo:wktLiteral ;
  geo-pos:lat "48.68248"^^xsd:decimal ;
  geo-pos:long "-1.54306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6722'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54306'^^xsd:double;
  dwc:latitude '48.68248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54306 48.68248, -1.54306 48.68248, -1.54306 48.68248, -1.54306 48.68248, -1.54306 48.68248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6722'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6727> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69897 -1.54306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69897 -1.54306)"^^geo:wktLiteral ;
  geo-pos:lat "48.69897"^^xsd:decimal ;
  geo-pos:long "-1.54306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6727'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6727'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54306'^^xsd:double;
  dwc:latitude '48.69897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54306 48.69897, -1.54306 48.69897, -1.54306 48.69897, -1.54306 48.69897, -1.54306 48.69897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6727'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71819 -1.54306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71819 -1.54306)"^^geo:wktLiteral ;
  geo-pos:lat "48.71819"^^xsd:decimal ;
  geo-pos:long "-1.54306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1291'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54306'^^xsd:double;
  dwc:latitude '48.71819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54306 48.71819, -1.54306 48.71819, -1.54306 48.71819, -1.54306 48.71819, -1.54306 48.71819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1291'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6618 -1.54305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6618 -1.54305)"^^geo:wktLiteral ;
  geo-pos:lat "48.6618"^^xsd:decimal ;
  geo-pos:long "-1.54305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11476'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54305'^^xsd:double;
  dwc:latitude '48.6618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54305 48.6618, -1.54305 48.6618, -1.54305 48.6618, -1.54305 48.6618, -1.54305 48.6618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11476'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69669 -1.54305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69669 -1.54305)"^^geo:wktLiteral ;
  geo-pos:lat "48.69669"^^xsd:decimal ;
  geo-pos:long "-1.54305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10013'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54305'^^xsd:double;
  dwc:latitude '48.69669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54305 48.69669, -1.54305 48.69669, -1.54305 48.69669, -1.54305 48.69669, -1.54305 48.69669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10013'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69749 -1.54305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69749 -1.54305)"^^geo:wktLiteral ;
  geo-pos:lat "48.69749"^^xsd:decimal ;
  geo-pos:long "-1.54305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8088'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54305'^^xsd:double;
  dwc:latitude '48.69749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54305 48.69749, -1.54305 48.69749, -1.54305 48.69749, -1.54305 48.69749, -1.54305 48.69749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8088'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.54303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.54303)"^^geo:wktLiteral ;
  geo-pos:lat "48.69401"^^xsd:decimal ;
  geo-pos:long "-1.54303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4108'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54303'^^xsd:double;
  dwc:latitude '48.69401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54303 48.69401, -1.54303 48.69401, -1.54303 48.69401, -1.54303 48.69401, -1.54303 48.69401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4108'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69781 -1.54302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69781 -1.54302)"^^geo:wktLiteral ;
  geo-pos:lat "48.69781"^^xsd:decimal ;
  geo-pos:long "-1.54302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1070'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54302'^^xsd:double;
  dwc:latitude '48.69781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54302 48.69781, -1.54302 48.69781, -1.54302 48.69781, -1.54302 48.69781, -1.54302 48.69781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1070'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69959 -1.54302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69959 -1.54302)"^^geo:wktLiteral ;
  geo-pos:lat "48.69959"^^xsd:decimal ;
  geo-pos:long "-1.54302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_880'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54302'^^xsd:double;
  dwc:latitude '48.69959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54302 48.69959, -1.54302 48.69959, -1.54302 48.69959, -1.54302 48.69959, -1.54302 48.69959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_880'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71262 -1.54302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71262"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71262 -1.54302)"^^geo:wktLiteral ;
  geo-pos:lat "48.71262"^^xsd:decimal ;
  geo-pos:long "-1.54302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_601'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '14.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54302'^^xsd:double;
  dwc:latitude '48.71262'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54302 48.71262, -1.54302 48.71262, -1.54302 48.71262, -1.54302 48.71262, -1.54302 48.71262))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_601'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71727 -1.54302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71727 -1.54302)"^^geo:wktLiteral ;
  geo-pos:lat "48.71727"^^xsd:decimal ;
  geo-pos:long "-1.54302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_7949'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54302'^^xsd:double;
  dwc:latitude '48.71727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54302 48.71727, -1.54302 48.71727, -1.54302 48.71727, -1.54302 48.71727, -1.54302 48.71727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7949'^^xsd:string;
  dwc:observationDate '2007-11-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1002> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72413 -1.54302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72413 -1.54302)"^^geo:wktLiteral ;
  geo-pos:lat "48.72413"^^xsd:decimal ;
  geo-pos:long "-1.54302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1002'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1002'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54302'^^xsd:double;
  dwc:latitude '48.72413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54302 48.72413, -1.54302 48.72413, -1.54302 48.72413, -1.54302 48.72413, -1.54302 48.72413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1002'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70301 -1.54301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70301"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70301 -1.54301)"^^geo:wktLiteral ;
  geo-pos:lat "48.70301"^^xsd:decimal ;
  geo-pos:long "-1.54301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2231'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54301'^^xsd:double;
  dwc:latitude '48.70301'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54301 48.70301, -1.54301 48.70301, -1.54301 48.70301, -1.54301 48.70301, -1.54301 48.70301))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2231'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71139 -1.543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71139 -1.543)"^^geo:wktLiteral ;
  geo-pos:lat "48.71139"^^xsd:decimal ;
  geo-pos:long "-1.543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2729'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.543'^^xsd:double;
  dwc:latitude '48.71139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.543 48.71139, -1.543 48.71139, -1.543 48.71139, -1.543 48.71139, -1.543 48.71139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2729'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71942 -1.543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71942 -1.543)"^^geo:wktLiteral ;
  geo-pos:lat "48.71942"^^xsd:decimal ;
  geo-pos:long "-1.543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_266'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.543'^^xsd:double;
  dwc:latitude '48.71942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.543 48.71942, -1.543 48.71942, -1.543 48.71942, -1.543 48.71942, -1.543 48.71942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_266'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71579 -1.54299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71579 -1.54299)"^^geo:wktLiteral ;
  geo-pos:lat "48.71579"^^xsd:decimal ;
  geo-pos:long "-1.54299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5157'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54299'^^xsd:double;
  dwc:latitude '48.71579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54299 48.71579, -1.54299 48.71579, -1.54299 48.71579, -1.54299 48.71579, -1.54299 48.71579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5157'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71588 -1.54299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71588 -1.54299)"^^geo:wktLiteral ;
  geo-pos:lat "48.71588"^^xsd:decimal ;
  geo-pos:long "-1.54299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9220'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54299'^^xsd:double;
  dwc:latitude '48.71588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54299 48.71588, -1.54299 48.71588, -1.54299 48.71588, -1.54299 48.71588, -1.54299 48.71588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9220'^^xsd:string;
  dwc:observationDate '2008-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69051 -1.54298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69051 -1.54298)"^^geo:wktLiteral ;
  geo-pos:lat "48.69051"^^xsd:decimal ;
  geo-pos:long "-1.54298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9021'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54298'^^xsd:double;
  dwc:latitude '48.69051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54298 48.69051, -1.54298 48.69051, -1.54298 48.69051, -1.54298 48.69051, -1.54298 48.69051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9021'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9773> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70188 -1.54297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70188 -1.54297)"^^geo:wktLiteral ;
  geo-pos:lat "48.70188"^^xsd:decimal ;
  geo-pos:long "-1.54297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9773'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9773'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54297'^^xsd:double;
  dwc:latitude '48.70188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54297 48.70188, -1.54297 48.70188, -1.54297 48.70188, -1.54297 48.70188, -1.54297 48.70188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9773'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72473 -1.54297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72473"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72473 -1.54297)"^^geo:wktLiteral ;
  geo-pos:lat "48.72473"^^xsd:decimal ;
  geo-pos:long "-1.54297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_248'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54297'^^xsd:double;
  dwc:latitude '48.72473'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54297 48.72473, -1.54297 48.72473, -1.54297 48.72473, -1.54297 48.72473, -1.54297 48.72473))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_248'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69261 -1.54296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69261 -1.54296)"^^geo:wktLiteral ;
  geo-pos:lat "48.69261"^^xsd:decimal ;
  geo-pos:long "-1.54296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5462'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54296'^^xsd:double;
  dwc:latitude '48.69261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54296 48.69261, -1.54296 48.69261, -1.54296 48.69261, -1.54296 48.69261, -1.54296 48.69261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5462'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69845 -1.54294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69845 -1.54294)"^^geo:wktLiteral ;
  geo-pos:lat "48.69845"^^xsd:decimal ;
  geo-pos:long "-1.54294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4305'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54294'^^xsd:double;
  dwc:latitude '48.69845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54294 48.69845, -1.54294 48.69845, -1.54294 48.69845, -1.54294 48.69845, -1.54294 48.69845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4305'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71116 -1.54294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71116 -1.54294)"^^geo:wktLiteral ;
  geo-pos:lat "48.71116"^^xsd:decimal ;
  geo-pos:long "-1.54294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4371'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54294'^^xsd:double;
  dwc:latitude '48.71116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54294 48.71116, -1.54294 48.71116, -1.54294 48.71116, -1.54294 48.71116, -1.54294 48.71116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4371'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71308 -1.54294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71308 -1.54294)"^^geo:wktLiteral ;
  geo-pos:lat "48.71308"^^xsd:decimal ;
  geo-pos:long "-1.54294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5043'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54294'^^xsd:double;
  dwc:latitude '48.71308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54294 48.71308, -1.54294 48.71308, -1.54294 48.71308, -1.54294 48.71308, -1.54294 48.71308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5043'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72128 -1.54294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72128 -1.54294)"^^geo:wktLiteral ;
  geo-pos:lat "48.72128"^^xsd:decimal ;
  geo-pos:long "-1.54294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_544'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54294'^^xsd:double;
  dwc:latitude '48.72128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54294 48.72128, -1.54294 48.72128, -1.54294 48.72128, -1.54294 48.72128, -1.54294 48.72128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_544'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66809 -1.54293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66809 -1.54293)"^^geo:wktLiteral ;
  geo-pos:lat "48.66809"^^xsd:decimal ;
  geo-pos:long "-1.54293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1046'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54293'^^xsd:double;
  dwc:latitude '48.66809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54293 48.66809, -1.54293 48.66809, -1.54293 48.66809, -1.54293 48.66809, -1.54293 48.66809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1046'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69873 -1.54293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69873 -1.54293)"^^geo:wktLiteral ;
  geo-pos:lat "48.69873"^^xsd:decimal ;
  geo-pos:long "-1.54293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8212'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54293'^^xsd:double;
  dwc:latitude '48.69873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54293 48.69873, -1.54293 48.69873, -1.54293 48.69873, -1.54293 48.69873, -1.54293 48.69873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8212'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70467 -1.54293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70467"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70467 -1.54293)"^^geo:wktLiteral ;
  geo-pos:lat "48.70467"^^xsd:decimal ;
  geo-pos:long "-1.54293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_6529'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54293'^^xsd:double;
  dwc:latitude '48.70467'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54293 48.70467, -1.54293 48.70467, -1.54293 48.70467, -1.54293 48.70467, -1.54293 48.70467))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6529'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68982 -1.54292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68982 -1.54292)"^^geo:wktLiteral ;
  geo-pos:lat "48.68982"^^xsd:decimal ;
  geo-pos:long "-1.54292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_201'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54292'^^xsd:double;
  dwc:latitude '48.68982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54292 48.68982, -1.54292 48.68982, -1.54292 48.68982, -1.54292 48.68982, -1.54292 48.68982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_201'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71101 -1.5429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71101 -1.5429)"^^geo:wktLiteral ;
  geo-pos:lat "48.71101"^^xsd:decimal ;
  geo-pos:long "-1.5429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6636'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5429'^^xsd:double;
  dwc:latitude '48.71101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5429 48.71101, -1.5429 48.71101, -1.5429 48.71101, -1.5429 48.71101, -1.5429 48.71101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6636'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72782 -1.5429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72782 -1.5429)"^^geo:wktLiteral ;
  geo-pos:lat "48.72782"^^xsd:decimal ;
  geo-pos:long "-1.5429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9946'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5429'^^xsd:double;
  dwc:latitude '48.72782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5429 48.72782, -1.5429 48.72782, -1.5429 48.72782, -1.5429 48.72782, -1.5429 48.72782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9946'^^xsd:string;
  dwc:observationDate '2008-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71516 -1.54289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71516 -1.54289)"^^geo:wktLiteral ;
  geo-pos:lat "48.71516"^^xsd:decimal ;
  geo-pos:long "-1.54289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_349'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54289'^^xsd:double;
  dwc:latitude '48.71516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54289 48.71516, -1.54289 48.71516, -1.54289 48.71516, -1.54289 48.71516, -1.54289 48.71516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_349'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71809 -1.54289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71809 -1.54289)"^^geo:wktLiteral ;
  geo-pos:lat "48.71809"^^xsd:decimal ;
  geo-pos:long "-1.54289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3275'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54289'^^xsd:double;
  dwc:latitude '48.71809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54289 48.71809, -1.54289 48.71809, -1.54289 48.71809, -1.54289 48.71809, -1.54289 48.71809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3275'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70015 -1.54288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70015"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70015 -1.54288)"^^geo:wktLiteral ;
  geo-pos:lat "48.70015"^^xsd:decimal ;
  geo-pos:long "-1.54288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8136'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54288'^^xsd:double;
  dwc:latitude '48.70015'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54288 48.70015, -1.54288 48.70015, -1.54288 48.70015, -1.54288 48.70015, -1.54288 48.70015))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8136'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67752 -1.54286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67752 -1.54286)"^^geo:wktLiteral ;
  geo-pos:lat "48.67752"^^xsd:decimal ;
  geo-pos:long "-1.54286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_153'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54286'^^xsd:double;
  dwc:latitude '48.67752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54286 48.67752, -1.54286 48.67752, -1.54286 48.67752, -1.54286 48.67752, -1.54286 48.67752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_153'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69357 -1.54286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69357 -1.54286)"^^geo:wktLiteral ;
  geo-pos:lat "48.69357"^^xsd:decimal ;
  geo-pos:long "-1.54286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8506'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54286'^^xsd:double;
  dwc:latitude '48.69357'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54286 48.69357, -1.54286 48.69357, -1.54286 48.69357, -1.54286 48.69357, -1.54286 48.69357))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8506'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69945 -1.54286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69945 -1.54286)"^^geo:wktLiteral ;
  geo-pos:lat "48.69945"^^xsd:decimal ;
  geo-pos:long "-1.54286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9743'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54286'^^xsd:double;
  dwc:latitude '48.69945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54286 48.69945, -1.54286 48.69945, -1.54286 48.69945, -1.54286 48.69945, -1.54286 48.69945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9743'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70231 -1.54286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70231 -1.54286)"^^geo:wktLiteral ;
  geo-pos:lat "48.70231"^^xsd:decimal ;
  geo-pos:long "-1.54286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1339'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54286'^^xsd:double;
  dwc:latitude '48.70231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54286 48.70231, -1.54286 48.70231, -1.54286 48.70231, -1.54286 48.70231, -1.54286 48.70231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1339'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68584 -1.54285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68584 -1.54285)"^^geo:wktLiteral ;
  geo-pos:lat "48.68584"^^xsd:decimal ;
  geo-pos:long "-1.54285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1928'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54285'^^xsd:double;
  dwc:latitude '48.68584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54285 48.68584, -1.54285 48.68584, -1.54285 48.68584, -1.54285 48.68584, -1.54285 48.68584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1928'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69976 -1.54285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69976"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69976 -1.54285)"^^geo:wktLiteral ;
  geo-pos:lat "48.69976"^^xsd:decimal ;
  geo-pos:long "-1.54285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3191'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54285'^^xsd:double;
  dwc:latitude '48.69976'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54285 48.69976, -1.54285 48.69976, -1.54285 48.69976, -1.54285 48.69976, -1.54285 48.69976))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3191'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69821 -1.54284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69821 -1.54284)"^^geo:wktLiteral ;
  geo-pos:lat "48.69821"^^xsd:decimal ;
  geo-pos:long "-1.54284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6899'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54284'^^xsd:double;
  dwc:latitude '48.69821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54284 48.69821, -1.54284 48.69821, -1.54284 48.69821, -1.54284 48.69821, -1.54284 48.69821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6899'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.54284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.54284)"^^geo:wktLiteral ;
  geo-pos:lat "48.69827"^^xsd:decimal ;
  geo-pos:long "-1.54284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3200'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54284'^^xsd:double;
  dwc:latitude '48.69827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54284 48.69827, -1.54284 48.69827, -1.54284 48.69827, -1.54284 48.69827, -1.54284 48.69827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3200'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70489 -1.54284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70489 -1.54284)"^^geo:wktLiteral ;
  geo-pos:lat "48.70489"^^xsd:decimal ;
  geo-pos:long "-1.54284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8331'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54284'^^xsd:double;
  dwc:latitude '48.70489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54284 48.70489, -1.54284 48.70489, -1.54284 48.70489, -1.54284 48.70489, -1.54284 48.70489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8331'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71879 -1.54284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71879 -1.54284)"^^geo:wktLiteral ;
  geo-pos:lat "48.71879"^^xsd:decimal ;
  geo-pos:long "-1.54284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2170'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54284'^^xsd:double;
  dwc:latitude '48.71879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54284 48.71879, -1.54284 48.71879, -1.54284 48.71879, -1.54284 48.71879, -1.54284 48.71879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2170'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68765 -1.54283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68765 -1.54283)"^^geo:wktLiteral ;
  geo-pos:lat "48.68765"^^xsd:decimal ;
  geo-pos:long "-1.54283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8193'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54283'^^xsd:double;
  dwc:latitude '48.68765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54283 48.68765, -1.54283 48.68765, -1.54283 48.68765, -1.54283 48.68765, -1.54283 48.68765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8193'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69721 -1.54283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69721 -1.54283)"^^geo:wktLiteral ;
  geo-pos:lat "48.69721"^^xsd:decimal ;
  geo-pos:long "-1.54283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8005'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54283'^^xsd:double;
  dwc:latitude '48.69721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54283 48.69721, -1.54283 48.69721, -1.54283 48.69721, -1.54283 48.69721, -1.54283 48.69721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8005'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70707 -1.54282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70707 -1.54282)"^^geo:wktLiteral ;
  geo-pos:lat "48.70707"^^xsd:decimal ;
  geo-pos:long "-1.54282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3969'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54282'^^xsd:double;
  dwc:latitude '48.70707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54282 48.70707, -1.54282 48.70707, -1.54282 48.70707, -1.54282 48.70707, -1.54282 48.70707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3969'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72828 -1.54282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72828 -1.54282)"^^geo:wktLiteral ;
  geo-pos:lat "48.72828"^^xsd:decimal ;
  geo-pos:long "-1.54282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7048'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54282'^^xsd:double;
  dwc:latitude '48.72828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54282 48.72828, -1.54282 48.72828, -1.54282 48.72828, -1.54282 48.72828, -1.54282 48.72828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7048'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69229 -1.54281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69229 -1.54281)"^^geo:wktLiteral ;
  geo-pos:lat "48.69229"^^xsd:decimal ;
  geo-pos:long "-1.54281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9689'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54281'^^xsd:double;
  dwc:latitude '48.69229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54281 48.69229, -1.54281 48.69229, -1.54281 48.69229, -1.54281 48.69229, -1.54281 48.69229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9689'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70826 -1.5428)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70826"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5428"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70826 -1.5428)"^^geo:wktLiteral ;
  geo-pos:lat "48.70826"^^xsd:decimal ;
  geo-pos:long "-1.5428"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4575'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5428'^^xsd:double;
  dwc:latitude '48.70826'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5428 48.70826, -1.5428 48.70826, -1.5428 48.70826, -1.5428 48.70826, -1.5428 48.70826))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4575'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68813 -1.54278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68813 -1.54278)"^^geo:wktLiteral ;
  geo-pos:lat "48.68813"^^xsd:decimal ;
  geo-pos:long "-1.54278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2599'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54278'^^xsd:double;
  dwc:latitude '48.68813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54278 48.68813, -1.54278 48.68813, -1.54278 48.68813, -1.54278 48.68813, -1.54278 48.68813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2599'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72011 -1.54278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72011 -1.54278)"^^geo:wktLiteral ;
  geo-pos:lat "48.72011"^^xsd:decimal ;
  geo-pos:long "-1.54278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2167'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54278'^^xsd:double;
  dwc:latitude '48.72011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54278 48.72011, -1.54278 48.72011, -1.54278 48.72011, -1.54278 48.72011, -1.54278 48.72011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2167'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69434 -1.54277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69434 -1.54277)"^^geo:wktLiteral ;
  geo-pos:lat "48.69434"^^xsd:decimal ;
  geo-pos:long "-1.54277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1682'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54277'^^xsd:double;
  dwc:latitude '48.69434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54277 48.69434, -1.54277 48.69434, -1.54277 48.69434, -1.54277 48.69434, -1.54277 48.69434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1682'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69694 -1.54277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69694 -1.54277)"^^geo:wktLiteral ;
  geo-pos:lat "48.69694"^^xsd:decimal ;
  geo-pos:long "-1.54277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9315'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54277'^^xsd:double;
  dwc:latitude '48.69694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54277 48.69694, -1.54277 48.69694, -1.54277 48.69694, -1.54277 48.69694, -1.54277 48.69694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9315'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69786 -1.54277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69786 -1.54277)"^^geo:wktLiteral ;
  geo-pos:lat "48.69786"^^xsd:decimal ;
  geo-pos:long "-1.54277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3438'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54277'^^xsd:double;
  dwc:latitude '48.69786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54277 48.69786, -1.54277 48.69786, -1.54277 48.69786, -1.54277 48.69786, -1.54277 48.69786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3438'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71441 -1.54276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71441 -1.54276)"^^geo:wktLiteral ;
  geo-pos:lat "48.71441"^^xsd:decimal ;
  geo-pos:long "-1.54276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3414'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54276'^^xsd:double;
  dwc:latitude '48.71441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54276 48.71441, -1.54276 48.71441, -1.54276 48.71441, -1.54276 48.71441, -1.54276 48.71441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3414'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72544 -1.54275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72544 -1.54275)"^^geo:wktLiteral ;
  geo-pos:lat "48.72544"^^xsd:decimal ;
  geo-pos:long "-1.54275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2303'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54275'^^xsd:double;
  dwc:latitude '48.72544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54275 48.72544, -1.54275 48.72544, -1.54275 48.72544, -1.54275 48.72544, -1.54275 48.72544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2303'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69813 -1.54274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69813 -1.54274)"^^geo:wktLiteral ;
  geo-pos:lat "48.69813"^^xsd:decimal ;
  geo-pos:long "-1.54274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7631'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54274'^^xsd:double;
  dwc:latitude '48.69813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54274 48.69813, -1.54274 48.69813, -1.54274 48.69813, -1.54274 48.69813, -1.54274 48.69813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7631'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9771> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70066 -1.54274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70066 -1.54274)"^^geo:wktLiteral ;
  geo-pos:lat "48.70066"^^xsd:decimal ;
  geo-pos:long "-1.54274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9771'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9771'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54274'^^xsd:double;
  dwc:latitude '48.70066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54274 48.70066, -1.54274 48.70066, -1.54274 48.70066, -1.54274 48.70066, -1.54274 48.70066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9771'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72145 -1.54274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72145"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72145 -1.54274)"^^geo:wktLiteral ;
  geo-pos:lat "48.72145"^^xsd:decimal ;
  geo-pos:long "-1.54274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2277'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54274'^^xsd:double;
  dwc:latitude '48.72145'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54274 48.72145, -1.54274 48.72145, -1.54274 48.72145, -1.54274 48.72145, -1.54274 48.72145))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2277'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71157 -1.54272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71157 -1.54272)"^^geo:wktLiteral ;
  geo-pos:lat "48.71157"^^xsd:decimal ;
  geo-pos:long "-1.54272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2214'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54272'^^xsd:double;
  dwc:latitude '48.71157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54272 48.71157, -1.54272 48.71157, -1.54272 48.71157, -1.54272 48.71157, -1.54272 48.71157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2214'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8004> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69711 -1.54271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69711 -1.54271)"^^geo:wktLiteral ;
  geo-pos:lat "48.69711"^^xsd:decimal ;
  geo-pos:long "-1.54271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8004'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8004'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54271'^^xsd:double;
  dwc:latitude '48.69711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54271 48.69711, -1.54271 48.69711, -1.54271 48.69711, -1.54271 48.69711, -1.54271 48.69711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8004'^^xsd:string;
  dwc:observationDate '2007-11-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69972 -1.5427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69972 -1.5427)"^^geo:wktLiteral ;
  geo-pos:lat "48.69972"^^xsd:decimal ;
  geo-pos:long "-1.5427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1461'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5427'^^xsd:double;
  dwc:latitude '48.69972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5427 48.69972, -1.5427 48.69972, -1.5427 48.69972, -1.5427 48.69972, -1.5427 48.69972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1461'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72308 -1.5427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72308 -1.5427)"^^geo:wktLiteral ;
  geo-pos:lat "48.72308"^^xsd:decimal ;
  geo-pos:long "-1.5427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1025'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5427'^^xsd:double;
  dwc:latitude '48.72308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5427 48.72308, -1.5427 48.72308, -1.5427 48.72308, -1.5427 48.72308, -1.5427 48.72308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1025'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.711 -1.54269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.711 -1.54269)"^^geo:wktLiteral ;
  geo-pos:lat "48.711"^^xsd:decimal ;
  geo-pos:long "-1.54269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5163'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54269'^^xsd:double;
  dwc:latitude '48.711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54269 48.711, -1.54269 48.711, -1.54269 48.711, -1.54269 48.711, -1.54269 48.711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5163'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68498 -1.54267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68498 -1.54267)"^^geo:wktLiteral ;
  geo-pos:lat "48.68498"^^xsd:decimal ;
  geo-pos:long "-1.54267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5867'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54267'^^xsd:double;
  dwc:latitude '48.68498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54267 48.68498, -1.54267 48.68498, -1.54267 48.68498, -1.54267 48.68498, -1.54267 48.68498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5867'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68621 -1.54266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68621 -1.54266)"^^geo:wktLiteral ;
  geo-pos:lat "48.68621"^^xsd:decimal ;
  geo-pos:long "-1.54266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_7482'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54266'^^xsd:double;
  dwc:latitude '48.68621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54266 48.68621, -1.54266 48.68621, -1.54266 48.68621, -1.54266 48.68621, -1.54266 48.68621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7482'^^xsd:string;
  dwc:observationDate '2007-11-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69474 -1.54266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69474 -1.54266)"^^geo:wktLiteral ;
  geo-pos:lat "48.69474"^^xsd:decimal ;
  geo-pos:long "-1.54266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4179'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54266'^^xsd:double;
  dwc:latitude '48.69474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54266 48.69474, -1.54266 48.69474, -1.54266 48.69474, -1.54266 48.69474, -1.54266 48.69474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4179'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71919 -1.54266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71919 -1.54266)"^^geo:wktLiteral ;
  geo-pos:lat "48.71919"^^xsd:decimal ;
  geo-pos:long "-1.54266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_265'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54266'^^xsd:double;
  dwc:latitude '48.71919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54266 48.71919, -1.54266 48.71919, -1.54266 48.71919, -1.54266 48.71919, -1.54266 48.71919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_265'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71191 -1.54265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71191"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71191 -1.54265)"^^geo:wktLiteral ;
  geo-pos:lat "48.71191"^^xsd:decimal ;
  geo-pos:long "-1.54265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9996'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54265'^^xsd:double;
  dwc:latitude '48.71191'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54265 48.71191, -1.54265 48.71191, -1.54265 48.71191, -1.54265 48.71191, -1.54265 48.71191))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9996'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72385 -1.54263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72385 -1.54263)"^^geo:wktLiteral ;
  geo-pos:lat "48.72385"^^xsd:decimal ;
  geo-pos:long "-1.54263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_514'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54263'^^xsd:double;
  dwc:latitude '48.72385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54263 48.72385, -1.54263 48.72385, -1.54263 48.72385, -1.54263 48.72385, -1.54263 48.72385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_514'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70286 -1.54262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70286 -1.54262)"^^geo:wktLiteral ;
  geo-pos:lat "48.70286"^^xsd:decimal ;
  geo-pos:long "-1.54262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4205'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54262'^^xsd:double;
  dwc:latitude '48.70286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54262 48.70286, -1.54262 48.70286, -1.54262 48.70286, -1.54262 48.70286, -1.54262 48.70286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4205'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7788> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70578 -1.54262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70578 -1.54262)"^^geo:wktLiteral ;
  geo-pos:lat "48.70578"^^xsd:decimal ;
  geo-pos:long "-1.54262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7788'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7788'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54262'^^xsd:double;
  dwc:latitude '48.70578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54262 48.70578, -1.54262 48.70578, -1.54262 48.70578, -1.54262 48.70578, -1.54262 48.70578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7788'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67472 -1.54261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67472 -1.54261)"^^geo:wktLiteral ;
  geo-pos:lat "48.67472"^^xsd:decimal ;
  geo-pos:long "-1.54261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6166'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54261'^^xsd:double;
  dwc:latitude '48.67472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54261 48.67472, -1.54261 48.67472, -1.54261 48.67472, -1.54261 48.67472, -1.54261 48.67472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6166'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68926 -1.54261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68926 -1.54261)"^^geo:wktLiteral ;
  geo-pos:lat "48.68926"^^xsd:decimal ;
  geo-pos:long "-1.54261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6855'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54261'^^xsd:double;
  dwc:latitude '48.68926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54261 48.68926, -1.54261 48.68926, -1.54261 48.68926, -1.54261 48.68926, -1.54261 48.68926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6855'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69648 -1.54261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69648 -1.54261)"^^geo:wktLiteral ;
  geo-pos:lat "48.69648"^^xsd:decimal ;
  geo-pos:long "-1.54261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8257'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54261'^^xsd:double;
  dwc:latitude '48.69648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54261 48.69648, -1.54261 48.69648, -1.54261 48.69648, -1.54261 48.69648, -1.54261 48.69648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8257'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71575 -1.54259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71575 -1.54259)"^^geo:wktLiteral ;
  geo-pos:lat "48.71575"^^xsd:decimal ;
  geo-pos:long "-1.54259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2236'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54259'^^xsd:double;
  dwc:latitude '48.71575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54259 48.71575, -1.54259 48.71575, -1.54259 48.71575, -1.54259 48.71575, -1.54259 48.71575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2236'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69804 -1.54258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69804 -1.54258)"^^geo:wktLiteral ;
  geo-pos:lat "48.69804"^^xsd:decimal ;
  geo-pos:long "-1.54258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8911'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54258'^^xsd:double;
  dwc:latitude '48.69804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54258 48.69804, -1.54258 48.69804, -1.54258 48.69804, -1.54258 48.69804, -1.54258 48.69804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8911'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71579 -1.54258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71579 -1.54258)"^^geo:wktLiteral ;
  geo-pos:lat "48.71579"^^xsd:decimal ;
  geo-pos:long "-1.54258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2234'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54258'^^xsd:double;
  dwc:latitude '48.71579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54258 48.71579, -1.54258 48.71579, -1.54258 48.71579, -1.54258 48.71579, -1.54258 48.71579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2234'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72259 -1.54258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72259"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72259 -1.54258)"^^geo:wktLiteral ;
  geo-pos:lat "48.72259"^^xsd:decimal ;
  geo-pos:long "-1.54258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_902'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54258'^^xsd:double;
  dwc:latitude '48.72259'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54258 48.72259, -1.54258 48.72259, -1.54258 48.72259, -1.54258 48.72259, -1.54258 48.72259))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_902'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69636 -1.54257)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54257"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69636 -1.54257)"^^geo:wktLiteral ;
  geo-pos:lat "48.69636"^^xsd:decimal ;
  geo-pos:long "-1.54257"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8267'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54257'^^xsd:double;
  dwc:latitude '48.69636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54257 48.69636, -1.54257 48.69636, -1.54257 48.69636, -1.54257 48.69636, -1.54257 48.69636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8267'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68149 -1.54256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68149 -1.54256)"^^geo:wktLiteral ;
  geo-pos:lat "48.68149"^^xsd:decimal ;
  geo-pos:long "-1.54256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7278'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54256'^^xsd:double;
  dwc:latitude '48.68149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54256 48.68149, -1.54256 48.68149, -1.54256 48.68149, -1.54256 48.68149, -1.54256 48.68149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7278'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70943 -1.54256)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54256"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70943 -1.54256)"^^geo:wktLiteral ;
  geo-pos:lat "48.70943"^^xsd:decimal ;
  geo-pos:long "-1.54256"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_871'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54256'^^xsd:double;
  dwc:latitude '48.70943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54256 48.70943, -1.54256 48.70943, -1.54256 48.70943, -1.54256 48.70943, -1.54256 48.70943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_871'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11421> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66153 -1.54255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66153"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66153 -1.54255)"^^geo:wktLiteral ;
  geo-pos:lat "48.66153"^^xsd:decimal ;
  geo-pos:long "-1.54255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11421'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11421'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54255'^^xsd:double;
  dwc:latitude '48.66153'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54255 48.66153, -1.54255 48.66153, -1.54255 48.66153, -1.54255 48.66153, -1.54255 48.66153))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11421'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6719 -1.54255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6719 -1.54255)"^^geo:wktLiteral ;
  geo-pos:lat "48.6719"^^xsd:decimal ;
  geo-pos:long "-1.54255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5887'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54255'^^xsd:double;
  dwc:latitude '48.6719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54255 48.6719, -1.54255 48.6719, -1.54255 48.6719, -1.54255 48.6719, -1.54255 48.6719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5887'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69644 -1.54255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69644 -1.54255)"^^geo:wktLiteral ;
  geo-pos:lat "48.69644"^^xsd:decimal ;
  geo-pos:long "-1.54255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_8507'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54255'^^xsd:double;
  dwc:latitude '48.69644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54255 48.69644, -1.54255 48.69644, -1.54255 48.69644, -1.54255 48.69644, -1.54255 48.69644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8507'^^xsd:string;
  dwc:observationDate '2007-12-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71598 -1.54255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71598 -1.54255)"^^geo:wktLiteral ;
  geo-pos:lat "48.71598"^^xsd:decimal ;
  geo-pos:long "-1.54255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2238'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54255'^^xsd:double;
  dwc:latitude '48.71598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54255 48.71598, -1.54255 48.71598, -1.54255 48.71598, -1.54255 48.71598, -1.54255 48.71598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2238'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69308 -1.54253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69308 -1.54253)"^^geo:wktLiteral ;
  geo-pos:lat "48.69308"^^xsd:decimal ;
  geo-pos:long "-1.54253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2765'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54253'^^xsd:double;
  dwc:latitude '48.69308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54253 48.69308, -1.54253 48.69308, -1.54253 48.69308, -1.54253 48.69308, -1.54253 48.69308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2765'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69826 -1.5425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69826"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69826 -1.5425)"^^geo:wktLiteral ;
  geo-pos:lat "48.69826"^^xsd:decimal ;
  geo-pos:long "-1.5425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1331'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5425'^^xsd:double;
  dwc:latitude '48.69826'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5425 48.69826, -1.5425 48.69826, -1.5425 48.69826, -1.5425 48.69826, -1.5425 48.69826))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1331'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70087 -1.54249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70087 -1.54249)"^^geo:wktLiteral ;
  geo-pos:lat "48.70087"^^xsd:decimal ;
  geo-pos:long "-1.54249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8418'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54249'^^xsd:double;
  dwc:latitude '48.70087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54249 48.70087, -1.54249 48.70087, -1.54249 48.70087, -1.54249 48.70087, -1.54249 48.70087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8418'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71204 -1.54249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71204 -1.54249)"^^geo:wktLiteral ;
  geo-pos:lat "48.71204"^^xsd:decimal ;
  geo-pos:long "-1.54249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3980'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54249'^^xsd:double;
  dwc:latitude '48.71204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54249 48.71204, -1.54249 48.71204, -1.54249 48.71204, -1.54249 48.71204, -1.54249 48.71204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3980'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71525 -1.54249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71525"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71525 -1.54249)"^^geo:wktLiteral ;
  geo-pos:lat "48.71525"^^xsd:decimal ;
  geo-pos:long "-1.54249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9658'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54249'^^xsd:double;
  dwc:latitude '48.71525'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54249 48.71525, -1.54249 48.71525, -1.54249 48.71525, -1.54249 48.71525, -1.54249 48.71525))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9658'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69579 -1.54245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69579 -1.54245)"^^geo:wktLiteral ;
  geo-pos:lat "48.69579"^^xsd:decimal ;
  geo-pos:long "-1.54245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9734'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54245'^^xsd:double;
  dwc:latitude '48.69579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54245 48.69579, -1.54245 48.69579, -1.54245 48.69579, -1.54245 48.69579, -1.54245 48.69579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9734'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72027 -1.54245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72027 -1.54245)"^^geo:wktLiteral ;
  geo-pos:lat "48.72027"^^xsd:decimal ;
  geo-pos:long "-1.54245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_218'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54245'^^xsd:double;
  dwc:latitude '48.72027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54245 48.72027, -1.54245 48.72027, -1.54245 48.72027, -1.54245 48.72027, -1.54245 48.72027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_218'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70389 -1.54244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70389 -1.54244)"^^geo:wktLiteral ;
  geo-pos:lat "48.70389"^^xsd:decimal ;
  geo-pos:long "-1.54244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10030'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54244'^^xsd:double;
  dwc:latitude '48.70389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54244 48.70389, -1.54244 48.70389, -1.54244 48.70389, -1.54244 48.70389, -1.54244 48.70389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10030'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72032 -1.54244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72032 -1.54244)"^^geo:wktLiteral ;
  geo-pos:lat "48.72032"^^xsd:decimal ;
  geo-pos:long "-1.54244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2753'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54244'^^xsd:double;
  dwc:latitude '48.72032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54244 48.72032, -1.54244 48.72032, -1.54244 48.72032, -1.54244 48.72032, -1.54244 48.72032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2753'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72091 -1.54244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72091 -1.54244)"^^geo:wktLiteral ;
  geo-pos:lat "48.72091"^^xsd:decimal ;
  geo-pos:long "-1.54244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2237'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54244'^^xsd:double;
  dwc:latitude '48.72091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54244 48.72091, -1.54244 48.72091, -1.54244 48.72091, -1.54244 48.72091, -1.54244 48.72091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2237'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6948 -1.54243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6948 -1.54243)"^^geo:wktLiteral ;
  geo-pos:lat "48.6948"^^xsd:decimal ;
  geo-pos:long "-1.54243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9674'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54243'^^xsd:double;
  dwc:latitude '48.6948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54243 48.6948, -1.54243 48.6948, -1.54243 48.6948, -1.54243 48.6948, -1.54243 48.6948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9674'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71085 -1.54243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71085 -1.54243)"^^geo:wktLiteral ;
  geo-pos:lat "48.71085"^^xsd:decimal ;
  geo-pos:long "-1.54243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5760'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54243'^^xsd:double;
  dwc:latitude '48.71085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54243 48.71085, -1.54243 48.71085, -1.54243 48.71085, -1.54243 48.71085, -1.54243 48.71085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5760'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_957> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72506 -1.54243)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72506"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54243"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72506 -1.54243)"^^geo:wktLiteral ;
  geo-pos:lat "48.72506"^^xsd:decimal ;
  geo-pos:long "-1.54243"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_957'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_957'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54243'^^xsd:double;
  dwc:latitude '48.72506'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54243 48.72506, -1.54243 48.72506, -1.54243 48.72506, -1.54243 48.72506, -1.54243 48.72506))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_957'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67392 -1.54242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67392 -1.54242)"^^geo:wktLiteral ;
  geo-pos:lat "48.67392"^^xsd:decimal ;
  geo-pos:long "-1.54242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_21'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_21'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54242'^^xsd:double;
  dwc:latitude '48.67392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54242 48.67392, -1.54242 48.67392, -1.54242 48.67392, -1.54242 48.67392, -1.54242 48.67392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_21'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72048 -1.54239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72048 -1.54239)"^^geo:wktLiteral ;
  geo-pos:lat "48.72048"^^xsd:decimal ;
  geo-pos:long "-1.54239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2750'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54239'^^xsd:double;
  dwc:latitude '48.72048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54239 48.72048, -1.54239 48.72048, -1.54239 48.72048, -1.54239 48.72048, -1.54239 48.72048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2750'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68518 -1.54238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68518 -1.54238)"^^geo:wktLiteral ;
  geo-pos:lat "48.68518"^^xsd:decimal ;
  geo-pos:long "-1.54238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9254'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54238'^^xsd:double;
  dwc:latitude '48.68518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54238 48.68518, -1.54238 48.68518, -1.54238 48.68518, -1.54238 48.68518, -1.54238 48.68518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9254'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70108 -1.54238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70108 -1.54238)"^^geo:wktLiteral ;
  geo-pos:lat "48.70108"^^xsd:decimal ;
  geo-pos:long "-1.54238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9527'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54238'^^xsd:double;
  dwc:latitude '48.70108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54238 48.70108, -1.54238 48.70108, -1.54238 48.70108, -1.54238 48.70108, -1.54238 48.70108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9527'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69477 -1.54237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69477 -1.54237)"^^geo:wktLiteral ;
  geo-pos:lat "48.69477"^^xsd:decimal ;
  geo-pos:long "-1.54237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_858'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54237'^^xsd:double;
  dwc:latitude '48.69477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54237 48.69477, -1.54237 48.69477, -1.54237 48.69477, -1.54237 48.69477, -1.54237 48.69477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_858'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69479 -1.54237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69479 -1.54237)"^^geo:wktLiteral ;
  geo-pos:lat "48.69479"^^xsd:decimal ;
  geo-pos:long "-1.54237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3356'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54237'^^xsd:double;
  dwc:latitude '48.69479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54237 48.69479, -1.54237 48.69479, -1.54237 48.69479, -1.54237 48.69479, -1.54237 48.69479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3356'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.54237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.54237)"^^geo:wktLiteral ;
  geo-pos:lat "48.69901"^^xsd:decimal ;
  geo-pos:long "-1.54237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1341'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54237'^^xsd:double;
  dwc:latitude '48.69901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54237 48.69901, -1.54237 48.69901, -1.54237 48.69901, -1.54237 48.69901, -1.54237 48.69901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1341'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71242 -1.54236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71242 -1.54236)"^^geo:wktLiteral ;
  geo-pos:lat "48.71242"^^xsd:decimal ;
  geo-pos:long "-1.54236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4352'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54236'^^xsd:double;
  dwc:latitude '48.71242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54236 48.71242, -1.54236 48.71242, -1.54236 48.71242, -1.54236 48.71242, -1.54236 48.71242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4352'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7142 -1.54235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7142 -1.54235)"^^geo:wktLiteral ;
  geo-pos:lat "48.7142"^^xsd:decimal ;
  geo-pos:long "-1.54235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4600'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54235'^^xsd:double;
  dwc:latitude '48.7142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54235 48.7142, -1.54235 48.7142, -1.54235 48.7142, -1.54235 48.7142, -1.54235 48.7142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4600'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69643 -1.54234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69643 -1.54234)"^^geo:wktLiteral ;
  geo-pos:lat "48.69643"^^xsd:decimal ;
  geo-pos:long "-1.54234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8343'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54234'^^xsd:double;
  dwc:latitude '48.69643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54234 48.69643, -1.54234 48.69643, -1.54234 48.69643, -1.54234 48.69643, -1.54234 48.69643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8343'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69306 -1.54232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69306 -1.54232)"^^geo:wktLiteral ;
  geo-pos:lat "48.69306"^^xsd:decimal ;
  geo-pos:long "-1.54232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2699'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54232'^^xsd:double;
  dwc:latitude '48.69306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54232 48.69306, -1.54232 48.69306, -1.54232 48.69306, -1.54232 48.69306, -1.54232 48.69306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2699'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69542 -1.54232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69542 -1.54232)"^^geo:wktLiteral ;
  geo-pos:lat "48.69542"^^xsd:decimal ;
  geo-pos:long "-1.54232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8912'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54232'^^xsd:double;
  dwc:latitude '48.69542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54232 48.69542, -1.54232 48.69542, -1.54232 48.69542, -1.54232 48.69542, -1.54232 48.69542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8912'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72141 -1.54232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72141 -1.54232)"^^geo:wktLiteral ;
  geo-pos:lat "48.72141"^^xsd:decimal ;
  geo-pos:long "-1.54232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10320'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54232'^^xsd:double;
  dwc:latitude '48.72141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54232 48.72141, -1.54232 48.72141, -1.54232 48.72141, -1.54232 48.72141, -1.54232 48.72141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10320'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69503 -1.54231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69503 -1.54231)"^^geo:wktLiteral ;
  geo-pos:lat "48.69503"^^xsd:decimal ;
  geo-pos:long "-1.54231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7283'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54231'^^xsd:double;
  dwc:latitude '48.69503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54231 48.69503, -1.54231 48.69503, -1.54231 48.69503, -1.54231 48.69503, -1.54231 48.69503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7283'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69723 -1.54231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69723 -1.54231)"^^geo:wktLiteral ;
  geo-pos:lat "48.69723"^^xsd:decimal ;
  geo-pos:long "-1.54231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8322'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54231'^^xsd:double;
  dwc:latitude '48.69723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54231 48.69723, -1.54231 48.69723, -1.54231 48.69723, -1.54231 48.69723, -1.54231 48.69723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8322'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10350> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70062 -1.54231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70062 -1.54231)"^^geo:wktLiteral ;
  geo-pos:lat "48.70062"^^xsd:decimal ;
  geo-pos:long "-1.54231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10350'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10350'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54231'^^xsd:double;
  dwc:latitude '48.70062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54231 48.70062, -1.54231 48.70062, -1.54231 48.70062, -1.54231 48.70062, -1.54231 48.70062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10350'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70172 -1.54231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70172 -1.54231)"^^geo:wktLiteral ;
  geo-pos:lat "48.70172"^^xsd:decimal ;
  geo-pos:long "-1.54231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8885'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54231'^^xsd:double;
  dwc:latitude '48.70172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54231 48.70172, -1.54231 48.70172, -1.54231 48.70172, -1.54231 48.70172, -1.54231 48.70172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8885'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72347 -1.54231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72347 -1.54231)"^^geo:wktLiteral ;
  geo-pos:lat "48.72347"^^xsd:decimal ;
  geo-pos:long "-1.54231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_899'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54231'^^xsd:double;
  dwc:latitude '48.72347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54231 48.72347, -1.54231 48.72347, -1.54231 48.72347, -1.54231 48.72347, -1.54231 48.72347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_899'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68609 -1.5423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68609 -1.5423)"^^geo:wktLiteral ;
  geo-pos:lat "48.68609"^^xsd:decimal ;
  geo-pos:long "-1.5423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_7462'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5423'^^xsd:double;
  dwc:latitude '48.68609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5423 48.68609, -1.5423 48.68609, -1.5423 48.68609, -1.5423 48.68609, -1.5423 48.68609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7462'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72487 -1.5423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72487 -1.5423)"^^geo:wktLiteral ;
  geo-pos:lat "48.72487"^^xsd:decimal ;
  geo-pos:long "-1.5423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9603'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5423'^^xsd:double;
  dwc:latitude '48.72487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5423 48.72487, -1.5423 48.72487, -1.5423 48.72487, -1.5423 48.72487, -1.5423 48.72487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9603'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71107 -1.54228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71107 -1.54228)"^^geo:wktLiteral ;
  geo-pos:lat "48.71107"^^xsd:decimal ;
  geo-pos:long "-1.54228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2216'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54228'^^xsd:double;
  dwc:latitude '48.71107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54228 48.71107, -1.54228 48.71107, -1.54228 48.71107, -1.54228 48.71107, -1.54228 48.71107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2216'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65404 -1.54227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65404 -1.54227)"^^geo:wktLiteral ;
  geo-pos:lat "48.65404"^^xsd:decimal ;
  geo-pos:long "-1.54227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11600'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54227'^^xsd:double;
  dwc:latitude '48.65404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54227 48.65404, -1.54227 48.65404, -1.54227 48.65404, -1.54227 48.65404, -1.54227 48.65404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11600'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66101 -1.54227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66101 -1.54227)"^^geo:wktLiteral ;
  geo-pos:lat "48.66101"^^xsd:decimal ;
  geo-pos:long "-1.54227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1597'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.11666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54227'^^xsd:double;
  dwc:latitude '48.66101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54227 48.66101, -1.54227 48.66101, -1.54227 48.66101, -1.54227 48.66101, -1.54227 48.66101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1597'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68748 -1.54227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68748 -1.54227)"^^geo:wktLiteral ;
  geo-pos:lat "48.68748"^^xsd:decimal ;
  geo-pos:long "-1.54227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1237'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54227'^^xsd:double;
  dwc:latitude '48.68748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54227 48.68748, -1.54227 48.68748, -1.54227 48.68748, -1.54227 48.68748, -1.54227 48.68748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1237'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6822 -1.54226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54226"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6822 -1.54226)"^^geo:wktLiteral ;
  geo-pos:lat "48.6822"^^xsd:decimal ;
  geo-pos:long "-1.54226"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6138'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54226'^^xsd:double;
  dwc:latitude '48.6822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54226 48.6822, -1.54226 48.6822, -1.54226 48.6822, -1.54226 48.6822, -1.54226 48.6822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6138'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69731 -1.54225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69731 -1.54225)"^^geo:wktLiteral ;
  geo-pos:lat "48.69731"^^xsd:decimal ;
  geo-pos:long "-1.54225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8321'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54225'^^xsd:double;
  dwc:latitude '48.69731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54225 48.69731, -1.54225 48.69731, -1.54225 48.69731, -1.54225 48.69731, -1.54225 48.69731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8321'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71896 -1.54224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71896 -1.54224)"^^geo:wktLiteral ;
  geo-pos:lat "48.71896"^^xsd:decimal ;
  geo-pos:long "-1.54224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2166'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54224'^^xsd:double;
  dwc:latitude '48.71896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54224 48.71896, -1.54224 48.71896, -1.54224 48.71896, -1.54224 48.71896, -1.54224 48.71896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2166'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72821 -1.54224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72821 -1.54224)"^^geo:wktLiteral ;
  geo-pos:lat "48.72821"^^xsd:decimal ;
  geo-pos:long "-1.54224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6000'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54224'^^xsd:double;
  dwc:latitude '48.72821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54224 48.72821, -1.54224 48.72821, -1.54224 48.72821, -1.54224 48.72821, -1.54224 48.72821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6000'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64496 -1.54223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64496 -1.54223)"^^geo:wktLiteral ;
  geo-pos:lat "48.64496"^^xsd:decimal ;
  geo-pos:long "-1.54223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1707'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54223'^^xsd:double;
  dwc:latitude '48.64496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54223 48.64496, -1.54223 48.64496, -1.54223 48.64496, -1.54223 48.64496, -1.54223 48.64496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1707'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.675 -1.54223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.675 -1.54223)"^^geo:wktLiteral ;
  geo-pos:lat "48.675"^^xsd:decimal ;
  geo-pos:long "-1.54223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3908'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54223'^^xsd:double;
  dwc:latitude '48.675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54223 48.675, -1.54223 48.675, -1.54223 48.675, -1.54223 48.675, -1.54223 48.675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3908'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69727 -1.54223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69727 -1.54223)"^^geo:wktLiteral ;
  geo-pos:lat "48.69727"^^xsd:decimal ;
  geo-pos:long "-1.54223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10507'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '20.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54223'^^xsd:double;
  dwc:latitude '48.69727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54223 48.69727, -1.54223 48.69727, -1.54223 48.69727, -1.54223 48.69727, -1.54223 48.69727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10507'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69783 -1.54223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69783 -1.54223)"^^geo:wktLiteral ;
  geo-pos:lat "48.69783"^^xsd:decimal ;
  geo-pos:long "-1.54223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8143'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54223'^^xsd:double;
  dwc:latitude '48.69783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54223 48.69783, -1.54223 48.69783, -1.54223 48.69783, -1.54223 48.69783, -1.54223 48.69783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8143'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72583 -1.54223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72583 -1.54223)"^^geo:wktLiteral ;
  geo-pos:lat "48.72583"^^xsd:decimal ;
  geo-pos:long "-1.54223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4875'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54223'^^xsd:double;
  dwc:latitude '48.72583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54223 48.72583, -1.54223 48.72583, -1.54223 48.72583, -1.54223 48.72583, -1.54223 48.72583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4875'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69032 -1.54222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69032"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69032 -1.54222)"^^geo:wktLiteral ;
  geo-pos:lat "48.69032"^^xsd:decimal ;
  geo-pos:long "-1.54222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_5356'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54222'^^xsd:double;
  dwc:latitude '48.69032'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54222 48.69032, -1.54222 48.69032, -1.54222 48.69032, -1.54222 48.69032, -1.54222 48.69032))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5356'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71455 -1.54222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71455"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71455 -1.54222)"^^geo:wktLiteral ;
  geo-pos:lat "48.71455"^^xsd:decimal ;
  geo-pos:long "-1.54222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1287'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54222'^^xsd:double;
  dwc:latitude '48.71455'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54222 48.71455, -1.54222 48.71455, -1.54222 48.71455, -1.54222 48.71455, -1.54222 48.71455))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1287'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73081 -1.54222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73081 -1.54222)"^^geo:wktLiteral ;
  geo-pos:lat "48.73081"^^xsd:decimal ;
  geo-pos:long "-1.54222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6604'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54222'^^xsd:double;
  dwc:latitude '48.73081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54222 48.73081, -1.54222 48.73081, -1.54222 48.73081, -1.54222 48.73081, -1.54222 48.73081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6604'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6837 -1.54221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54221"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6837 -1.54221)"^^geo:wktLiteral ;
  geo-pos:lat "48.6837"^^xsd:decimal ;
  geo-pos:long "-1.54221"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7000'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54221'^^xsd:double;
  dwc:latitude '48.6837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54221 48.6837, -1.54221 48.6837, -1.54221 48.6837, -1.54221 48.6837, -1.54221 48.6837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7000'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6863 -1.54221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54221"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6863 -1.54221)"^^geo:wktLiteral ;
  geo-pos:lat "48.6863"^^xsd:decimal ;
  geo-pos:long "-1.54221"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4913'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54221'^^xsd:double;
  dwc:latitude '48.6863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54221 48.6863, -1.54221 48.6863, -1.54221 48.6863, -1.54221 48.6863, -1.54221 48.6863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4913'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70022 -1.54221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54221"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70022 -1.54221)"^^geo:wktLiteral ;
  geo-pos:lat "48.70022"^^xsd:decimal ;
  geo-pos:long "-1.54221"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8021'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54221'^^xsd:double;
  dwc:latitude '48.70022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54221 48.70022, -1.54221 48.70022, -1.54221 48.70022, -1.54221 48.70022, -1.54221 48.70022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8021'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71067 -1.5422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71067"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71067 -1.5422)"^^geo:wktLiteral ;
  geo-pos:lat "48.71067"^^xsd:decimal ;
  geo-pos:long "-1.5422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3839'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5422'^^xsd:double;
  dwc:latitude '48.71067'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5422 48.71067, -1.5422 48.71067, -1.5422 48.71067, -1.5422 48.71067, -1.5422 48.71067))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3839'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70144 -1.54219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70144 -1.54219)"^^geo:wktLiteral ;
  geo-pos:lat "48.70144"^^xsd:decimal ;
  geo-pos:long "-1.54219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9814'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '3.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54219'^^xsd:double;
  dwc:latitude '48.70144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54219 48.70144, -1.54219 48.70144, -1.54219 48.70144, -1.54219 48.70144, -1.54219 48.70144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9814'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72809 -1.54219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72809 -1.54219)"^^geo:wktLiteral ;
  geo-pos:lat "48.72809"^^xsd:decimal ;
  geo-pos:long "-1.54219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9539'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54219'^^xsd:double;
  dwc:latitude '48.72809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54219 48.72809, -1.54219 48.72809, -1.54219 48.72809, -1.54219 48.72809, -1.54219 48.72809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9539'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69612 -1.54218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69612 -1.54218)"^^geo:wktLiteral ;
  geo-pos:lat "48.69612"^^xsd:decimal ;
  geo-pos:long "-1.54218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2450'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54218'^^xsd:double;
  dwc:latitude '48.69612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54218 48.69612, -1.54218 48.69612, -1.54218 48.69612, -1.54218 48.69612, -1.54218 48.69612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2450'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.704 -1.54218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.704 -1.54218)"^^geo:wktLiteral ;
  geo-pos:lat "48.704"^^xsd:decimal ;
  geo-pos:long "-1.54218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10369'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54218'^^xsd:double;
  dwc:latitude '48.704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54218 48.704, -1.54218 48.704, -1.54218 48.704, -1.54218 48.704, -1.54218 48.704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10369'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69816 -1.54217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69816 -1.54217)"^^geo:wktLiteral ;
  geo-pos:lat "48.69816"^^xsd:decimal ;
  geo-pos:long "-1.54217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2911'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54217'^^xsd:double;
  dwc:latitude '48.69816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54217 48.69816, -1.54217 48.69816, -1.54217 48.69816, -1.54217 48.69816, -1.54217 48.69816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2911'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71204 -1.54217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71204 -1.54217)"^^geo:wktLiteral ;
  geo-pos:lat "48.71204"^^xsd:decimal ;
  geo-pos:long "-1.54217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4087'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54217'^^xsd:double;
  dwc:latitude '48.71204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54217 48.71204, -1.54217 48.71204, -1.54217 48.71204, -1.54217 48.71204, -1.54217 48.71204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4087'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68001 -1.54216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68001 -1.54216)"^^geo:wktLiteral ;
  geo-pos:lat "48.68001"^^xsd:decimal ;
  geo-pos:long "-1.54216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4400'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54216'^^xsd:double;
  dwc:latitude '48.68001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54216 48.68001, -1.54216 48.68001, -1.54216 48.68001, -1.54216 48.68001, -1.54216 48.68001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4400'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70011 -1.54216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70011 -1.54216)"^^geo:wktLiteral ;
  geo-pos:lat "48.70011"^^xsd:decimal ;
  geo-pos:long "-1.54216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3979'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54216'^^xsd:double;
  dwc:latitude '48.70011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54216 48.70011, -1.54216 48.70011, -1.54216 48.70011, -1.54216 48.70011, -1.54216 48.70011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3979'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67668 -1.54215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67668 -1.54215)"^^geo:wktLiteral ;
  geo-pos:lat "48.67668"^^xsd:decimal ;
  geo-pos:long "-1.54215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3176'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54215'^^xsd:double;
  dwc:latitude '48.67668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54215 48.67668, -1.54215 48.67668, -1.54215 48.67668, -1.54215 48.67668, -1.54215 48.67668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3176'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70585 -1.54215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70585 -1.54215)"^^geo:wktLiteral ;
  geo-pos:lat "48.70585"^^xsd:decimal ;
  geo-pos:long "-1.54215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3159'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54215'^^xsd:double;
  dwc:latitude '48.70585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54215 48.70585, -1.54215 48.70585, -1.54215 48.70585, -1.54215 48.70585, -1.54215 48.70585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3159'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7172 -1.54215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7172 -1.54215)"^^geo:wktLiteral ;
  geo-pos:lat "48.7172"^^xsd:decimal ;
  geo-pos:long "-1.54215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_905'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54215'^^xsd:double;
  dwc:latitude '48.7172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54215 48.7172, -1.54215 48.7172, -1.54215 48.7172, -1.54215 48.7172, -1.54215 48.7172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_905'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69728 -1.54214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69728 -1.54214)"^^geo:wktLiteral ;
  geo-pos:lat "48.69728"^^xsd:decimal ;
  geo-pos:long "-1.54214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6630'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54214'^^xsd:double;
  dwc:latitude '48.69728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54214 48.69728, -1.54214 48.69728, -1.54214 48.69728, -1.54214 48.69728, -1.54214 48.69728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6630'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71406 -1.54214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71406"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71406 -1.54214)"^^geo:wktLiteral ;
  geo-pos:lat "48.71406"^^xsd:decimal ;
  geo-pos:long "-1.54214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2239'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54214'^^xsd:double;
  dwc:latitude '48.71406'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54214 48.71406, -1.54214 48.71406, -1.54214 48.71406, -1.54214 48.71406, -1.54214 48.71406))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2239'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72255 -1.54214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72255"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72255 -1.54214)"^^geo:wktLiteral ;
  geo-pos:lat "48.72255"^^xsd:decimal ;
  geo-pos:long "-1.54214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_901'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54214'^^xsd:double;
  dwc:latitude '48.72255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54214 48.72255, -1.54214 48.72255, -1.54214 48.72255, -1.54214 48.72255, -1.54214 48.72255))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_901'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70214 -1.54213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70214 -1.54213)"^^geo:wktLiteral ;
  geo-pos:lat "48.70214"^^xsd:decimal ;
  geo-pos:long "-1.54213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6693'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.23333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54213'^^xsd:double;
  dwc:latitude '48.70214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54213 48.70214, -1.54213 48.70214, -1.54213 48.70214, -1.54213 48.70214, -1.54213 48.70214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6693'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7093 -1.54212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7093 -1.54212)"^^geo:wktLiteral ;
  geo-pos:lat "48.7093"^^xsd:decimal ;
  geo-pos:long "-1.54212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_588'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54212'^^xsd:double;
  dwc:latitude '48.7093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54212 48.7093, -1.54212 48.7093, -1.54212 48.7093, -1.54212 48.7093, -1.54212 48.7093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_588'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72041 -1.54212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72041 -1.54212)"^^geo:wktLiteral ;
  geo-pos:lat "48.72041"^^xsd:decimal ;
  geo-pos:long "-1.54212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5950'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54212'^^xsd:double;
  dwc:latitude '48.72041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54212 48.72041, -1.54212 48.72041, -1.54212 48.72041, -1.54212 48.72041, -1.54212 48.72041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5950'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6742 -1.54211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6742 -1.54211)"^^geo:wktLiteral ;
  geo-pos:lat "48.6742"^^xsd:decimal ;
  geo-pos:long "-1.54211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6830'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54211'^^xsd:double;
  dwc:latitude '48.6742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54211 48.6742, -1.54211 48.6742, -1.54211 48.6742, -1.54211 48.6742, -1.54211 48.6742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6830'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6583 -1.5421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6583 -1.5421)"^^geo:wktLiteral ;
  geo-pos:lat "48.6583"^^xsd:decimal ;
  geo-pos:long "-1.5421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_786'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5421'^^xsd:double;
  dwc:latitude '48.6583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5421 48.6583, -1.5421 48.6583, -1.5421 48.6583, -1.5421 48.6583, -1.5421 48.6583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_786'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68678 -1.5421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68678 -1.5421)"^^geo:wktLiteral ;
  geo-pos:lat "48.68678"^^xsd:decimal ;
  geo-pos:long "-1.5421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5662'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5421'^^xsd:double;
  dwc:latitude '48.68678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5421 48.68678, -1.5421 48.68678, -1.5421 48.68678, -1.5421 48.68678, -1.5421 48.68678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5662'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69748 -1.54209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69748 -1.54209)"^^geo:wktLiteral ;
  geo-pos:lat "48.69748"^^xsd:decimal ;
  geo-pos:long "-1.54209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8691'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54209'^^xsd:double;
  dwc:latitude '48.69748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54209 48.69748, -1.54209 48.69748, -1.54209 48.69748, -1.54209 48.69748, -1.54209 48.69748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8691'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71113 -1.54209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71113 -1.54209)"^^geo:wktLiteral ;
  geo-pos:lat "48.71113"^^xsd:decimal ;
  geo-pos:long "-1.54209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13709'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54209'^^xsd:double;
  dwc:latitude '48.71113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54209 48.71113, -1.54209 48.71113, -1.54209 48.71113, -1.54209 48.71113, -1.54209 48.71113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13709'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69572 -1.54208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69572 -1.54208)"^^geo:wktLiteral ;
  geo-pos:lat "48.69572"^^xsd:decimal ;
  geo-pos:long "-1.54208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_156'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54208'^^xsd:double;
  dwc:latitude '48.69572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54208 48.69572, -1.54208 48.69572, -1.54208 48.69572, -1.54208 48.69572, -1.54208 48.69572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_156'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70641 -1.54208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70641 -1.54208)"^^geo:wktLiteral ;
  geo-pos:lat "48.70641"^^xsd:decimal ;
  geo-pos:long "-1.54208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4886'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54208'^^xsd:double;
  dwc:latitude '48.70641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54208 48.70641, -1.54208 48.70641, -1.54208 48.70641, -1.54208 48.70641, -1.54208 48.70641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4886'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72696 -1.54208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72696 -1.54208)"^^geo:wktLiteral ;
  geo-pos:lat "48.72696"^^xsd:decimal ;
  geo-pos:long "-1.54208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9334'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54208'^^xsd:double;
  dwc:latitude '48.72696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54208 48.72696, -1.54208 48.72696, -1.54208 48.72696, -1.54208 48.72696, -1.54208 48.72696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9334'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69212 -1.54207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69212"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69212 -1.54207)"^^geo:wktLiteral ;
  geo-pos:lat "48.69212"^^xsd:decimal ;
  geo-pos:long "-1.54207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8919'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54207'^^xsd:double;
  dwc:latitude '48.69212'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54207 48.69212, -1.54207 48.69212, -1.54207 48.69212, -1.54207 48.69212, -1.54207 48.69212))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8919'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7013 -1.54207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7013 -1.54207)"^^geo:wktLiteral ;
  geo-pos:lat "48.7013"^^xsd:decimal ;
  geo-pos:long "-1.54207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2891'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54207'^^xsd:double;
  dwc:latitude '48.7013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54207 48.7013, -1.54207 48.7013, -1.54207 48.7013, -1.54207 48.7013, -1.54207 48.7013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2891'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71733 -1.54207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71733 -1.54207)"^^geo:wktLiteral ;
  geo-pos:lat "48.71733"^^xsd:decimal ;
  geo-pos:long "-1.54207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3278'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54207'^^xsd:double;
  dwc:latitude '48.71733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54207 48.71733, -1.54207 48.71733, -1.54207 48.71733, -1.54207 48.71733, -1.54207 48.71733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3278'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68232 -1.54206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68232 -1.54206)"^^geo:wktLiteral ;
  geo-pos:lat "48.68232"^^xsd:decimal ;
  geo-pos:long "-1.54206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6824'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54206'^^xsd:double;
  dwc:latitude '48.68232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54206 48.68232, -1.54206 48.68232, -1.54206 48.68232, -1.54206 48.68232, -1.54206 48.68232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6824'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71204 -1.54206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71204 -1.54206)"^^geo:wktLiteral ;
  geo-pos:lat "48.71204"^^xsd:decimal ;
  geo-pos:long "-1.54206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9632'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54206'^^xsd:double;
  dwc:latitude '48.71204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54206 48.71204, -1.54206 48.71204, -1.54206 48.71204, -1.54206 48.71204, -1.54206 48.71204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9632'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72301 -1.54206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72301"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72301 -1.54206)"^^geo:wktLiteral ;
  geo-pos:lat "48.72301"^^xsd:decimal ;
  geo-pos:long "-1.54206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1024'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54206'^^xsd:double;
  dwc:latitude '48.72301'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54206 48.72301, -1.54206 48.72301, -1.54206 48.72301, -1.54206 48.72301, -1.54206 48.72301))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1024'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68778 -1.54205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68778 -1.54205)"^^geo:wktLiteral ;
  geo-pos:lat "48.68778"^^xsd:decimal ;
  geo-pos:long "-1.54205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6157'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54205'^^xsd:double;
  dwc:latitude '48.68778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54205 48.68778, -1.54205 48.68778, -1.54205 48.68778, -1.54205 48.68778, -1.54205 48.68778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6157'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6886 -1.54205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6886"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6886 -1.54205)"^^geo:wktLiteral ;
  geo-pos:lat "48.6886"^^xsd:decimal ;
  geo-pos:long "-1.54205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6152'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54205'^^xsd:double;
  dwc:latitude '48.6886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54205 48.6886, -1.54205 48.6886, -1.54205 48.6886, -1.54205 48.6886, -1.54205 48.6886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6152'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70035 -1.54205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70035 -1.54205)"^^geo:wktLiteral ;
  geo-pos:lat "48.70035"^^xsd:decimal ;
  geo-pos:long "-1.54205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4286'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54205'^^xsd:double;
  dwc:latitude '48.70035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54205 48.70035, -1.54205 48.70035, -1.54205 48.70035, -1.54205 48.70035, -1.54205 48.70035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4286'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68295 -1.54204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68295 -1.54204)"^^geo:wktLiteral ;
  geo-pos:lat "48.68295"^^xsd:decimal ;
  geo-pos:long "-1.54204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3106'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54204'^^xsd:double;
  dwc:latitude '48.68295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54204 48.68295, -1.54204 48.68295, -1.54204 48.68295, -1.54204 48.68295, -1.54204 48.68295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3106'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71353 -1.54204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71353 -1.54204)"^^geo:wktLiteral ;
  geo-pos:lat "48.71353"^^xsd:decimal ;
  geo-pos:long "-1.54204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_926'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54204'^^xsd:double;
  dwc:latitude '48.71353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54204 48.71353, -1.54204 48.71353, -1.54204 48.71353, -1.54204 48.71353, -1.54204 48.71353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_926'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70777 -1.54201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70777 -1.54201)"^^geo:wktLiteral ;
  geo-pos:lat "48.70777"^^xsd:decimal ;
  geo-pos:long "-1.54201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9340'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '10.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54201'^^xsd:double;
  dwc:latitude '48.70777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54201 48.70777, -1.54201 48.70777, -1.54201 48.70777, -1.54201 48.70777, -1.54201 48.70777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9340'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71505 -1.54201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71505 -1.54201)"^^geo:wktLiteral ;
  geo-pos:lat "48.71505"^^xsd:decimal ;
  geo-pos:long "-1.54201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2235'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54201'^^xsd:double;
  dwc:latitude '48.71505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54201 48.71505, -1.54201 48.71505, -1.54201 48.71505, -1.54201 48.71505, -1.54201 48.71505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2235'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73198 -1.54201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73198 -1.54201)"^^geo:wktLiteral ;
  geo-pos:lat "48.73198"^^xsd:decimal ;
  geo-pos:long "-1.54201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_911'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54201'^^xsd:double;
  dwc:latitude '48.73198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54201 48.73198, -1.54201 48.73198, -1.54201 48.73198, -1.54201 48.73198, -1.54201 48.73198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_911'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69575 -1.54197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69575 -1.54197)"^^geo:wktLiteral ;
  geo-pos:lat "48.69575"^^xsd:decimal ;
  geo-pos:long "-1.54197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9682'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54197'^^xsd:double;
  dwc:latitude '48.69575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54197 48.69575, -1.54197 48.69575, -1.54197 48.69575, -1.54197 48.69575, -1.54197 48.69575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9682'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69609 -1.54196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69609 -1.54196)"^^geo:wktLiteral ;
  geo-pos:lat "48.69609"^^xsd:decimal ;
  geo-pos:long "-1.54196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9249'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54196'^^xsd:double;
  dwc:latitude '48.69609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54196 48.69609, -1.54196 48.69609, -1.54196 48.69609, -1.54196 48.69609, -1.54196 48.69609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9249'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71468 -1.54194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71468 -1.54194)"^^geo:wktLiteral ;
  geo-pos:lat "48.71468"^^xsd:decimal ;
  geo-pos:long "-1.54194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2756'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54194'^^xsd:double;
  dwc:latitude '48.71468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54194 48.71468, -1.54194 48.71468, -1.54194 48.71468, -1.54194 48.71468, -1.54194 48.71468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2756'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69752 -1.54193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69752 -1.54193)"^^geo:wktLiteral ;
  geo-pos:lat "48.69752"^^xsd:decimal ;
  geo-pos:long "-1.54193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8416'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54193'^^xsd:double;
  dwc:latitude '48.69752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54193 48.69752, -1.54193 48.69752, -1.54193 48.69752, -1.54193 48.69752, -1.54193 48.69752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8416'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71452 -1.54192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71452"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71452 -1.54192)"^^geo:wktLiteral ;
  geo-pos:lat "48.71452"^^xsd:decimal ;
  geo-pos:long "-1.54192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3251'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54192'^^xsd:double;
  dwc:latitude '48.71452'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54192 48.71452, -1.54192 48.71452, -1.54192 48.71452, -1.54192 48.71452, -1.54192 48.71452))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3251'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68986 -1.54191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68986 -1.54191)"^^geo:wktLiteral ;
  geo-pos:lat "48.68986"^^xsd:decimal ;
  geo-pos:long "-1.54191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7255'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54191'^^xsd:double;
  dwc:latitude '48.68986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54191 48.68986, -1.54191 48.68986, -1.54191 48.68986, -1.54191 48.68986, -1.54191 48.68986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7255'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69275 -1.54189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69275 -1.54189)"^^geo:wktLiteral ;
  geo-pos:lat "48.69275"^^xsd:decimal ;
  geo-pos:long "-1.54189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4616'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '14.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54189'^^xsd:double;
  dwc:latitude '48.69275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54189 48.69275, -1.54189 48.69275, -1.54189 48.69275, -1.54189 48.69275, -1.54189 48.69275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4616'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7022 -1.54189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7022 -1.54189)"^^geo:wktLiteral ;
  geo-pos:lat "48.7022"^^xsd:decimal ;
  geo-pos:long "-1.54189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7630'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54189'^^xsd:double;
  dwc:latitude '48.7022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54189 48.7022, -1.54189 48.7022, -1.54189 48.7022, -1.54189 48.7022, -1.54189 48.7022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7630'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72513 -1.54188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54188"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72513 -1.54188)"^^geo:wktLiteral ;
  geo-pos:lat "48.72513"^^xsd:decimal ;
  geo-pos:long "-1.54188"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9985'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54188'^^xsd:double;
  dwc:latitude '48.72513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54188 48.72513, -1.54188 48.72513, -1.54188 48.72513, -1.54188 48.72513, -1.54188 48.72513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9985'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6737 -1.54187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6737"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6737 -1.54187)"^^geo:wktLiteral ;
  geo-pos:lat "48.6737"^^xsd:decimal ;
  geo-pos:long "-1.54187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5686'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54187'^^xsd:double;
  dwc:latitude '48.6737'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54187 48.6737, -1.54187 48.6737, -1.54187 48.6737, -1.54187 48.6737, -1.54187 48.6737))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5686'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9420> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71243 -1.54187)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71243"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54187"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71243 -1.54187)"^^geo:wktLiteral ;
  geo-pos:lat "48.71243"^^xsd:decimal ;
  geo-pos:long "-1.54187"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9420'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9420'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54187'^^xsd:double;
  dwc:latitude '48.71243'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54187 48.71243, -1.54187 48.71243, -1.54187 48.71243, -1.54187 48.71243, -1.54187 48.71243))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9420'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67545 -1.54186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67545 -1.54186)"^^geo:wktLiteral ;
  geo-pos:lat "48.67545"^^xsd:decimal ;
  geo-pos:long "-1.54186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1745'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54186'^^xsd:double;
  dwc:latitude '48.67545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54186 48.67545, -1.54186 48.67545, -1.54186 48.67545, -1.54186 48.67545, -1.54186 48.67545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1745'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6952 -1.54185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6952 -1.54185)"^^geo:wktLiteral ;
  geo-pos:lat "48.6952"^^xsd:decimal ;
  geo-pos:long "-1.54185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4361'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54185'^^xsd:double;
  dwc:latitude '48.6952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54185 48.6952, -1.54185 48.6952, -1.54185 48.6952, -1.54185 48.6952, -1.54185 48.6952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4361'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71254 -1.54185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71254 -1.54185)"^^geo:wktLiteral ;
  geo-pos:lat "48.71254"^^xsd:decimal ;
  geo-pos:long "-1.54185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4279'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54185'^^xsd:double;
  dwc:latitude '48.71254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54185 48.71254, -1.54185 48.71254, -1.54185 48.71254, -1.54185 48.71254, -1.54185 48.71254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4279'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69916 -1.54184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69916 -1.54184)"^^geo:wktLiteral ;
  geo-pos:lat "48.69916"^^xsd:decimal ;
  geo-pos:long "-1.54184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4345'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54184'^^xsd:double;
  dwc:latitude '48.69916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54184 48.69916, -1.54184 48.69916, -1.54184 48.69916, -1.54184 48.69916, -1.54184 48.69916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4345'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69449 -1.54181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69449 -1.54181)"^^geo:wktLiteral ;
  geo-pos:lat "48.69449"^^xsd:decimal ;
  geo-pos:long "-1.54181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10353'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54181'^^xsd:double;
  dwc:latitude '48.69449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54181 48.69449, -1.54181 48.69449, -1.54181 48.69449, -1.54181 48.69449, -1.54181 48.69449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10353'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7002 -1.54181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7002 -1.54181)"^^geo:wktLiteral ;
  geo-pos:lat "48.7002"^^xsd:decimal ;
  geo-pos:long "-1.54181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8022'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54181'^^xsd:double;
  dwc:latitude '48.7002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54181 48.7002, -1.54181 48.7002, -1.54181 48.7002, -1.54181 48.7002, -1.54181 48.7002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8022'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6808 -1.5418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6808 -1.5418)"^^geo:wktLiteral ;
  geo-pos:lat "48.6808"^^xsd:decimal ;
  geo-pos:long "-1.5418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3144'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5418'^^xsd:double;
  dwc:latitude '48.6808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5418 48.6808, -1.5418 48.6808, -1.5418 48.6808, -1.5418 48.6808, -1.5418 48.6808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3144'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71282 -1.5418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71282 -1.5418)"^^geo:wktLiteral ;
  geo-pos:lat "48.71282"^^xsd:decimal ;
  geo-pos:long "-1.5418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2924'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5418'^^xsd:double;
  dwc:latitude '48.71282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5418 48.71282, -1.5418 48.71282, -1.5418 48.71282, -1.5418 48.71282, -1.5418 48.71282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2924'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71894 -1.5418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71894 -1.5418)"^^geo:wktLiteral ;
  geo-pos:lat "48.71894"^^xsd:decimal ;
  geo-pos:long "-1.5418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3281'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5418'^^xsd:double;
  dwc:latitude '48.71894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5418 48.71894, -1.5418 48.71894, -1.5418 48.71894, -1.5418 48.71894, -1.5418 48.71894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3281'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72223 -1.54178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72223 -1.54178)"^^geo:wktLiteral ;
  geo-pos:lat "48.72223"^^xsd:decimal ;
  geo-pos:long "-1.54178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_518'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54178'^^xsd:double;
  dwc:latitude '48.72223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54178 48.72223, -1.54178 48.72223, -1.54178 48.72223, -1.54178 48.72223, -1.54178 48.72223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_518'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72228 -1.54177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72228 -1.54177)"^^geo:wktLiteral ;
  geo-pos:lat "48.72228"^^xsd:decimal ;
  geo-pos:long "-1.54177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_903'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54177'^^xsd:double;
  dwc:latitude '48.72228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54177 48.72228, -1.54177 48.72228, -1.54177 48.72228, -1.54177 48.72228, -1.54177 48.72228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_903'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69102 -1.54176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69102 -1.54176)"^^geo:wktLiteral ;
  geo-pos:lat "48.69102"^^xsd:decimal ;
  geo-pos:long "-1.54176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3013'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54176'^^xsd:double;
  dwc:latitude '48.69102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54176 48.69102, -1.54176 48.69102, -1.54176 48.69102, -1.54176 48.69102, -1.54176 48.69102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3013'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70049 -1.54176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70049 -1.54176)"^^geo:wktLiteral ;
  geo-pos:lat "48.70049"^^xsd:decimal ;
  geo-pos:long "-1.54176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2051'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54176'^^xsd:double;
  dwc:latitude '48.70049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54176 48.70049, -1.54176 48.70049, -1.54176 48.70049, -1.54176 48.70049, -1.54176 48.70049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2051'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70729 -1.54176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70729"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70729 -1.54176)"^^geo:wktLiteral ;
  geo-pos:lat "48.70729"^^xsd:decimal ;
  geo-pos:long "-1.54176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9764'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54176'^^xsd:double;
  dwc:latitude '48.70729'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54176 48.70729, -1.54176 48.70729, -1.54176 48.70729, -1.54176 48.70729, -1.54176 48.70729))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9764'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2213> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71024 -1.54175)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71024"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54175"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71024 -1.54175)"^^geo:wktLiteral ;
  geo-pos:lat "48.71024"^^xsd:decimal ;
  geo-pos:long "-1.54175"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2213'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2213'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54175'^^xsd:double;
  dwc:latitude '48.71024'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54175 48.71024, -1.54175 48.71024, -1.54175 48.71024, -1.54175 48.71024, -1.54175 48.71024))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2213'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7891> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72963 -1.54174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72963 -1.54174)"^^geo:wktLiteral ;
  geo-pos:lat "48.72963"^^xsd:decimal ;
  geo-pos:long "-1.54174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7891'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7891'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54174'^^xsd:double;
  dwc:latitude '48.72963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54174 48.72963, -1.54174 48.72963, -1.54174 48.72963, -1.54174 48.72963, -1.54174 48.72963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7891'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72509 -1.54173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72509"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72509 -1.54173)"^^geo:wktLiteral ;
  geo-pos:lat "48.72509"^^xsd:decimal ;
  geo-pos:long "-1.54173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2323'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54173'^^xsd:double;
  dwc:latitude '48.72509'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54173 48.72509, -1.54173 48.72509, -1.54173 48.72509, -1.54173 48.72509, -1.54173 48.72509))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2323'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67143 -1.54172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67143 -1.54172)"^^geo:wktLiteral ;
  geo-pos:lat "48.67143"^^xsd:decimal ;
  geo-pos:long "-1.54172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4006'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54172'^^xsd:double;
  dwc:latitude '48.67143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54172 48.67143, -1.54172 48.67143, -1.54172 48.67143, -1.54172 48.67143, -1.54172 48.67143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4006'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68563 -1.54172)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54172"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68563 -1.54172)"^^geo:wktLiteral ;
  geo-pos:lat "48.68563"^^xsd:decimal ;
  geo-pos:long "-1.54172"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8480'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54172'^^xsd:double;
  dwc:latitude '48.68563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54172 48.68563, -1.54172 48.68563, -1.54172 48.68563, -1.54172 48.68563, -1.54172 48.68563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8480'^^xsd:string;
  dwc:observationDate '2007-12-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68452 -1.54171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68452"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68452 -1.54171)"^^geo:wktLiteral ;
  geo-pos:lat "48.68452"^^xsd:decimal ;
  geo-pos:long "-1.54171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6456'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54171'^^xsd:double;
  dwc:latitude '48.68452'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54171 48.68452, -1.54171 48.68452, -1.54171 48.68452, -1.54171 48.68452, -1.54171 48.68452))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6456'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69631 -1.54171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69631 -1.54171)"^^geo:wktLiteral ;
  geo-pos:lat "48.69631"^^xsd:decimal ;
  geo-pos:long "-1.54171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_8344'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54171'^^xsd:double;
  dwc:latitude '48.69631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54171 48.69631, -1.54171 48.69631, -1.54171 48.69631, -1.54171 48.69631, -1.54171 48.69631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8344'^^xsd:string;
  dwc:observationDate '2007-12-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70254 -1.54171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70254 -1.54171)"^^geo:wktLiteral ;
  geo-pos:lat "48.70254"^^xsd:decimal ;
  geo-pos:long "-1.54171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9411'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54171'^^xsd:double;
  dwc:latitude '48.70254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54171 48.70254, -1.54171 48.70254, -1.54171 48.70254, -1.54171 48.70254, -1.54171 48.70254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9411'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71538 -1.54171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71538 -1.54171)"^^geo:wktLiteral ;
  geo-pos:lat "48.71538"^^xsd:decimal ;
  geo-pos:long "-1.54171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_348'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54171'^^xsd:double;
  dwc:latitude '48.71538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54171 48.71538, -1.54171 48.71538, -1.54171 48.71538, -1.54171 48.71538, -1.54171 48.71538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_348'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6906 -1.54169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6906 -1.54169)"^^geo:wktLiteral ;
  geo-pos:lat "48.6906"^^xsd:decimal ;
  geo-pos:long "-1.54169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5769'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54169'^^xsd:double;
  dwc:latitude '48.6906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54169 48.6906, -1.54169 48.6906, -1.54169 48.6906, -1.54169 48.6906, -1.54169 48.6906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5769'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70575 -1.54169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70575 -1.54169)"^^geo:wktLiteral ;
  geo-pos:lat "48.70575"^^xsd:decimal ;
  geo-pos:long "-1.54169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_1776'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54169'^^xsd:double;
  dwc:latitude '48.70575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54169 48.70575, -1.54169 48.70575, -1.54169 48.70575, -1.54169 48.70575, -1.54169 48.70575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1776'^^xsd:string;
  dwc:observationDate '2006-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68237 -1.54168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68237 -1.54168)"^^geo:wktLiteral ;
  geo-pos:lat "48.68237"^^xsd:decimal ;
  geo-pos:long "-1.54168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2149'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54168'^^xsd:double;
  dwc:latitude '48.68237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54168 48.68237, -1.54168 48.68237, -1.54168 48.68237, -1.54168 48.68237, -1.54168 48.68237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2149'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69721 -1.54168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69721 -1.54168)"^^geo:wktLiteral ;
  geo-pos:lat "48.69721"^^xsd:decimal ;
  geo-pos:long "-1.54168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_658'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54168'^^xsd:double;
  dwc:latitude '48.69721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54168 48.69721, -1.54168 48.69721, -1.54168 48.69721, -1.54168 48.69721, -1.54168 48.69721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_658'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65712 -1.54167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65712 -1.54167)"^^geo:wktLiteral ;
  geo-pos:lat "48.65712"^^xsd:decimal ;
  geo-pos:long "-1.54167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6391'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54167'^^xsd:double;
  dwc:latitude '48.65712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54167 48.65712, -1.54167 48.65712, -1.54167 48.65712, -1.54167 48.65712, -1.54167 48.65712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6391'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71419 -1.54166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71419 -1.54166)"^^geo:wktLiteral ;
  geo-pos:lat "48.71419"^^xsd:decimal ;
  geo-pos:long "-1.54166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_927'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54166'^^xsd:double;
  dwc:latitude '48.71419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54166 48.71419, -1.54166 48.71419, -1.54166 48.71419, -1.54166 48.71419, -1.54166 48.71419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_927'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69633 -1.54165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69633 -1.54165)"^^geo:wktLiteral ;
  geo-pos:lat "48.69633"^^xsd:decimal ;
  geo-pos:long "-1.54165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9038'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54165'^^xsd:double;
  dwc:latitude '48.69633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54165 48.69633, -1.54165 48.69633, -1.54165 48.69633, -1.54165 48.69633, -1.54165 48.69633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9038'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.54164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.54164)"^^geo:wktLiteral ;
  geo-pos:lat "48.69894"^^xsd:decimal ;
  geo-pos:long "-1.54164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4785'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54164'^^xsd:double;
  dwc:latitude '48.69894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54164 48.69894, -1.54164 48.69894, -1.54164 48.69894, -1.54164 48.69894, -1.54164 48.69894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4785'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9769> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69836 -1.54163)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54163"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69836 -1.54163)"^^geo:wktLiteral ;
  geo-pos:lat "48.69836"^^xsd:decimal ;
  geo-pos:long "-1.54163"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9769'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9769'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54163'^^xsd:double;
  dwc:latitude '48.69836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54163 48.69836, -1.54163 48.69836, -1.54163 48.69836, -1.54163 48.69836, -1.54163 48.69836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9769'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69154 -1.5416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69154 -1.5416)"^^geo:wktLiteral ;
  geo-pos:lat "48.69154"^^xsd:decimal ;
  geo-pos:long "-1.5416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5868'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5416'^^xsd:double;
  dwc:latitude '48.69154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5416 48.69154, -1.5416 48.69154, -1.5416 48.69154, -1.5416 48.69154, -1.5416 48.69154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5868'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.54159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.54159)"^^geo:wktLiteral ;
  geo-pos:lat "48.69401"^^xsd:decimal ;
  geo-pos:long "-1.54159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5497'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54159'^^xsd:double;
  dwc:latitude '48.69401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54159 48.69401, -1.54159 48.69401, -1.54159 48.69401, -1.54159 48.69401, -1.54159 48.69401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5497'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69771 -1.54157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69771"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69771 -1.54157)"^^geo:wktLiteral ;
  geo-pos:lat "48.69771"^^xsd:decimal ;
  geo-pos:long "-1.54157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_8417'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54157'^^xsd:double;
  dwc:latitude '48.69771'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54157 48.69771, -1.54157 48.69771, -1.54157 48.69771, -1.54157 48.69771, -1.54157 48.69771))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8417'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72033 -1.54157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72033 -1.54157)"^^geo:wktLiteral ;
  geo-pos:lat "48.72033"^^xsd:decimal ;
  geo-pos:long "-1.54157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4368'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54157'^^xsd:double;
  dwc:latitude '48.72033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54157 48.72033, -1.54157 48.72033, -1.54157 48.72033, -1.54157 48.72033, -1.54157 48.72033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4368'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69814 -1.54155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69814 -1.54155)"^^geo:wktLiteral ;
  geo-pos:lat "48.69814"^^xsd:decimal ;
  geo-pos:long "-1.54155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9276'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54155'^^xsd:double;
  dwc:latitude '48.69814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54155 48.69814, -1.54155 48.69814, -1.54155 48.69814, -1.54155 48.69814, -1.54155 48.69814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9276'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7168 -1.54155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7168 -1.54155)"^^geo:wktLiteral ;
  geo-pos:lat "48.7168"^^xsd:decimal ;
  geo-pos:long "-1.54155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4921'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54155'^^xsd:double;
  dwc:latitude '48.7168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54155 48.7168, -1.54155 48.7168, -1.54155 48.7168, -1.54155 48.7168, -1.54155 48.7168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4921'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68774 -1.54154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68774 -1.54154)"^^geo:wktLiteral ;
  geo-pos:lat "48.68774"^^xsd:decimal ;
  geo-pos:long "-1.54154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8192'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54154'^^xsd:double;
  dwc:latitude '48.68774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54154 48.68774, -1.54154 48.68774, -1.54154 48.68774, -1.54154 48.68774, -1.54154 48.68774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8192'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71293 -1.54153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71293"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71293 -1.54153)"^^geo:wktLiteral ;
  geo-pos:lat "48.71293"^^xsd:decimal ;
  geo-pos:long "-1.54153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_309'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54153'^^xsd:double;
  dwc:latitude '48.71293'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54153 48.71293, -1.54153 48.71293, -1.54153 48.71293, -1.54153 48.71293, -1.54153 48.71293))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_309'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6980> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65736 -1.54152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65736 -1.54152)"^^geo:wktLiteral ;
  geo-pos:lat "48.65736"^^xsd:decimal ;
  geo-pos:long "-1.54152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6980'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6980'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54152'^^xsd:double;
  dwc:latitude '48.65736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54152 48.65736, -1.54152 48.65736, -1.54152 48.65736, -1.54152 48.65736, -1.54152 48.65736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6980'^^xsd:string;
  dwc:observationDate '2006-06-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69461 -1.54151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69461"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69461 -1.54151)"^^geo:wktLiteral ;
  geo-pos:lat "48.69461"^^xsd:decimal ;
  geo-pos:long "-1.54151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10472'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54151'^^xsd:double;
  dwc:latitude '48.69461'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54151 48.69461, -1.54151 48.69461, -1.54151 48.69461, -1.54151 48.69461, -1.54151 48.69461))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10472'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71269 -1.5415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71269 -1.5415)"^^geo:wktLiteral ;
  geo-pos:lat "48.71269"^^xsd:decimal ;
  geo-pos:long "-1.5415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4461'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5415'^^xsd:double;
  dwc:latitude '48.71269'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5415 48.71269, -1.5415 48.71269, -1.5415 48.71269, -1.5415 48.71269, -1.5415 48.71269))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4461'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67577 -1.54149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67577 -1.54149)"^^geo:wktLiteral ;
  geo-pos:lat "48.67577"^^xsd:decimal ;
  geo-pos:long "-1.54149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1803'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54149'^^xsd:double;
  dwc:latitude '48.67577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54149 48.67577, -1.54149 48.67577, -1.54149 48.67577, -1.54149 48.67577, -1.54149 48.67577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1803'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68463 -1.54149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68463 -1.54149)"^^geo:wktLiteral ;
  geo-pos:lat "48.68463"^^xsd:decimal ;
  geo-pos:long "-1.54149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5993'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54149'^^xsd:double;
  dwc:latitude '48.68463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54149 48.68463, -1.54149 48.68463, -1.54149 48.68463, -1.54149 48.68463, -1.54149 48.68463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5993'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69592 -1.54149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69592 -1.54149)"^^geo:wktLiteral ;
  geo-pos:lat "48.69592"^^xsd:decimal ;
  geo-pos:long "-1.54149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9736'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54149'^^xsd:double;
  dwc:latitude '48.69592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54149 48.69592, -1.54149 48.69592, -1.54149 48.69592, -1.54149 48.69592, -1.54149 48.69592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9736'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71331 -1.54149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71331 -1.54149)"^^geo:wktLiteral ;
  geo-pos:lat "48.71331"^^xsd:decimal ;
  geo-pos:long "-1.54149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4472'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54149'^^xsd:double;
  dwc:latitude '48.71331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54149 48.71331, -1.54149 48.71331, -1.54149 48.71331, -1.54149 48.71331, -1.54149 48.71331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4472'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.54148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.54148)"^^geo:wktLiteral ;
  geo-pos:lat "48.71409"^^xsd:decimal ;
  geo-pos:long "-1.54148"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_475'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54148'^^xsd:double;
  dwc:latitude '48.71409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54148 48.71409, -1.54148 48.71409, -1.54148 48.71409, -1.54148 48.71409, -1.54148 48.71409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_475'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69417 -1.54146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69417 -1.54146)"^^geo:wktLiteral ;
  geo-pos:lat "48.69417"^^xsd:decimal ;
  geo-pos:long "-1.54146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2608'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54146'^^xsd:double;
  dwc:latitude '48.69417'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54146 48.69417, -1.54146 48.69417, -1.54146 48.69417, -1.54146 48.69417, -1.54146 48.69417))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2608'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.54146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70509"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.54146)"^^geo:wktLiteral ;
  geo-pos:lat "48.70509"^^xsd:decimal ;
  geo-pos:long "-1.54146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_332'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54146'^^xsd:double;
  dwc:latitude '48.70509'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54146 48.70509, -1.54146 48.70509, -1.54146 48.70509, -1.54146 48.70509, -1.54146 48.70509))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_332'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69084 -1.54144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69084 -1.54144)"^^geo:wktLiteral ;
  geo-pos:lat "48.69084"^^xsd:decimal ;
  geo-pos:long "-1.54144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10432'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54144'^^xsd:double;
  dwc:latitude '48.69084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54144 48.69084, -1.54144 48.69084, -1.54144 48.69084, -1.54144 48.69084, -1.54144 48.69084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10432'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71498 -1.54144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71498 -1.54144)"^^geo:wktLiteral ;
  geo-pos:lat "48.71498"^^xsd:decimal ;
  geo-pos:long "-1.54144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2240'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54144'^^xsd:double;
  dwc:latitude '48.71498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54144 48.71498, -1.54144 48.71498, -1.54144 48.71498, -1.54144 48.71498, -1.54144 48.71498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2240'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67717 -1.54143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67717 -1.54143)"^^geo:wktLiteral ;
  geo-pos:lat "48.67717"^^xsd:decimal ;
  geo-pos:long "-1.54143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7253'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54143'^^xsd:double;
  dwc:latitude '48.67717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54143 48.67717, -1.54143 48.67717, -1.54143 48.67717, -1.54143 48.67717, -1.54143 48.67717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7253'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69888 -1.54142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69888 -1.54142)"^^geo:wktLiteral ;
  geo-pos:lat "48.69888"^^xsd:decimal ;
  geo-pos:long "-1.54142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4989'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54142'^^xsd:double;
  dwc:latitude '48.69888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54142 48.69888, -1.54142 48.69888, -1.54142 48.69888, -1.54142 48.69888, -1.54142 48.69888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4989'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69951 -1.54142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69951"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69951 -1.54142)"^^geo:wktLiteral ;
  geo-pos:lat "48.69951"^^xsd:decimal ;
  geo-pos:long "-1.54142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10037'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54142'^^xsd:double;
  dwc:latitude '48.69951'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54142 48.69951, -1.54142 48.69951, -1.54142 48.69951, -1.54142 48.69951, -1.54142 48.69951))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10037'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72007 -1.54141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72007 -1.54141)"^^geo:wktLiteral ;
  geo-pos:lat "48.72007"^^xsd:decimal ;
  geo-pos:long "-1.54141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2276'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54141'^^xsd:double;
  dwc:latitude '48.72007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54141 48.72007, -1.54141 48.72007, -1.54141 48.72007, -1.54141 48.72007, -1.54141 48.72007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2276'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69998 -1.5414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69998 -1.5414)"^^geo:wktLiteral ;
  geo-pos:lat "48.69998"^^xsd:decimal ;
  geo-pos:long "-1.5414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6012'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5414'^^xsd:double;
  dwc:latitude '48.69998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5414 48.69998, -1.5414 48.69998, -1.5414 48.69998, -1.5414 48.69998, -1.5414 48.69998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6012'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71589 -1.54136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71589 -1.54136)"^^geo:wktLiteral ;
  geo-pos:lat "48.71589"^^xsd:decimal ;
  geo-pos:long "-1.54136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5439'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54136'^^xsd:double;
  dwc:latitude '48.71589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54136 48.71589, -1.54136 48.71589, -1.54136 48.71589, -1.54136 48.71589, -1.54136 48.71589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5439'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68684 -1.54135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68684 -1.54135)"^^geo:wktLiteral ;
  geo-pos:lat "48.68684"^^xsd:decimal ;
  geo-pos:long "-1.54135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10367'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54135'^^xsd:double;
  dwc:latitude '48.68684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54135 48.68684, -1.54135 48.68684, -1.54135 48.68684, -1.54135 48.68684, -1.54135 48.68684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10367'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69082 -1.54135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69082 -1.54135)"^^geo:wktLiteral ;
  geo-pos:lat "48.69082"^^xsd:decimal ;
  geo-pos:long "-1.54135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6885'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54135'^^xsd:double;
  dwc:latitude '48.69082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54135 48.69082, -1.54135 48.69082, -1.54135 48.69082, -1.54135 48.69082, -1.54135 48.69082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6885'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69895 -1.54135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69895 -1.54135)"^^geo:wktLiteral ;
  geo-pos:lat "48.69895"^^xsd:decimal ;
  geo-pos:long "-1.54135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6695'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54135'^^xsd:double;
  dwc:latitude '48.69895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54135 48.69895, -1.54135 48.69895, -1.54135 48.69895, -1.54135 48.69895, -1.54135 48.69895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6695'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66596 -1.54134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66596 -1.54134)"^^geo:wktLiteral ;
  geo-pos:lat "48.66596"^^xsd:decimal ;
  geo-pos:long "-1.54134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_10582'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54134'^^xsd:double;
  dwc:latitude '48.66596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54134 48.66596, -1.54134 48.66596, -1.54134 48.66596, -1.54134 48.66596, -1.54134 48.66596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10582'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70378 -1.54134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70378 -1.54134)"^^geo:wktLiteral ;
  geo-pos:lat "48.70378"^^xsd:decimal ;
  geo-pos:long "-1.54134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1759'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54134'^^xsd:double;
  dwc:latitude '48.70378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54134 48.70378, -1.54134 48.70378, -1.54134 48.70378, -1.54134 48.70378, -1.54134 48.70378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1759'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71009 -1.54134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71009 -1.54134)"^^geo:wktLiteral ;
  geo-pos:lat "48.71009"^^xsd:decimal ;
  geo-pos:long "-1.54134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9709'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54134'^^xsd:double;
  dwc:latitude '48.71009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54134 48.71009, -1.54134 48.71009, -1.54134 48.71009, -1.54134 48.71009, -1.54134 48.71009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9709'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72067 -1.54134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72067"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72067 -1.54134)"^^geo:wktLiteral ;
  geo-pos:lat "48.72067"^^xsd:decimal ;
  geo-pos:long "-1.54134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2751'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54134'^^xsd:double;
  dwc:latitude '48.72067'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54134 48.72067, -1.54134 48.72067, -1.54134 48.72067, -1.54134 48.72067, -1.54134 48.72067))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2751'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70669 -1.54133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70669"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70669 -1.54133)"^^geo:wktLiteral ;
  geo-pos:lat "48.70669"^^xsd:decimal ;
  geo-pos:long "-1.54133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3413'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54133'^^xsd:double;
  dwc:latitude '48.70669'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54133 48.70669, -1.54133 48.70669, -1.54133 48.70669, -1.54133 48.70669, -1.54133 48.70669))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3413'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71821 -1.54133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71821 -1.54133)"^^geo:wktLiteral ;
  geo-pos:lat "48.71821"^^xsd:decimal ;
  geo-pos:long "-1.54133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2648'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54133'^^xsd:double;
  dwc:latitude '48.71821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54133 48.71821, -1.54133 48.71821, -1.54133 48.71821, -1.54133 48.71821, -1.54133 48.71821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2648'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69915 -1.54131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69915 -1.54131)"^^geo:wktLiteral ;
  geo-pos:lat "48.69915"^^xsd:decimal ;
  geo-pos:long "-1.54131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2312'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54131'^^xsd:double;
  dwc:latitude '48.69915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54131 48.69915, -1.54131 48.69915, -1.54131 48.69915, -1.54131 48.69915, -1.54131 48.69915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2312'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72256 -1.54131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72256 -1.54131)"^^geo:wktLiteral ;
  geo-pos:lat "48.72256"^^xsd:decimal ;
  geo-pos:long "-1.54131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9120'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54131'^^xsd:double;
  dwc:latitude '48.72256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54131 48.72256, -1.54131 48.72256, -1.54131 48.72256, -1.54131 48.72256, -1.54131 48.72256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9120'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72932 -1.5413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72932 -1.5413)"^^geo:wktLiteral ;
  geo-pos:lat "48.72932"^^xsd:decimal ;
  geo-pos:long "-1.5413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6948'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5413'^^xsd:double;
  dwc:latitude '48.72932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5413 48.72932, -1.5413 48.72932, -1.5413 48.72932, -1.5413 48.72932, -1.5413 48.72932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6948'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71595 -1.54129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71595 -1.54129)"^^geo:wktLiteral ;
  geo-pos:lat "48.71595"^^xsd:decimal ;
  geo-pos:long "-1.54129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5156'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54129'^^xsd:double;
  dwc:latitude '48.71595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54129 48.71595, -1.54129 48.71595, -1.54129 48.71595, -1.54129 48.71595, -1.54129 48.71595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5156'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71613 -1.54129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71613 -1.54129)"^^geo:wktLiteral ;
  geo-pos:lat "48.71613"^^xsd:decimal ;
  geo-pos:long "-1.54129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7355'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54129'^^xsd:double;
  dwc:latitude '48.71613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54129 48.71613, -1.54129 48.71613, -1.54129 48.71613, -1.54129 48.71613, -1.54129 48.71613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7355'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69904 -1.54128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69904 -1.54128)"^^geo:wktLiteral ;
  geo-pos:lat "48.69904"^^xsd:decimal ;
  geo-pos:long "-1.54128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6205'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54128'^^xsd:double;
  dwc:latitude '48.69904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54128 48.69904, -1.54128 48.69904, -1.54128 48.69904, -1.54128 48.69904, -1.54128 48.69904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6205'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70176 -1.54128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70176 -1.54128)"^^geo:wktLiteral ;
  geo-pos:lat "48.70176"^^xsd:decimal ;
  geo-pos:long "-1.54128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9869'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54128'^^xsd:double;
  dwc:latitude '48.70176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54128 48.70176, -1.54128 48.70176, -1.54128 48.70176, -1.54128 48.70176, -1.54128 48.70176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9869'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70775 -1.54128)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54128"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70775 -1.54128)"^^geo:wktLiteral ;
  geo-pos:lat "48.70775"^^xsd:decimal ;
  geo-pos:long "-1.54128"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4487'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54128'^^xsd:double;
  dwc:latitude '48.70775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54128 48.70775, -1.54128 48.70775, -1.54128 48.70775, -1.54128 48.70775, -1.54128 48.70775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4487'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68469 -1.54127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68469 -1.54127)"^^geo:wktLiteral ;
  geo-pos:lat "48.68469"^^xsd:decimal ;
  geo-pos:long "-1.54127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1551'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54127'^^xsd:double;
  dwc:latitude '48.68469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54127 48.68469, -1.54127 48.68469, -1.54127 48.68469, -1.54127 48.68469, -1.54127 48.68469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1551'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69474 -1.54127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69474 -1.54127)"^^geo:wktLiteral ;
  geo-pos:lat "48.69474"^^xsd:decimal ;
  geo-pos:long "-1.54127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_293'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54127'^^xsd:double;
  dwc:latitude '48.69474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54127 48.69474, -1.54127 48.69474, -1.54127 48.69474, -1.54127 48.69474, -1.54127 48.69474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_293'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70266 -1.54127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70266 -1.54127)"^^geo:wktLiteral ;
  geo-pos:lat "48.70266"^^xsd:decimal ;
  geo-pos:long "-1.54127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1240'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54127'^^xsd:double;
  dwc:latitude '48.70266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54127 48.70266, -1.54127 48.70266, -1.54127 48.70266, -1.54127 48.70266, -1.54127 48.70266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1240'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9699> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7039 -1.54127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7039 -1.54127)"^^geo:wktLiteral ;
  geo-pos:lat "48.7039"^^xsd:decimal ;
  geo-pos:long "-1.54127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9699'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9699'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54127'^^xsd:double;
  dwc:latitude '48.7039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54127 48.7039, -1.54127 48.7039, -1.54127 48.7039, -1.54127 48.7039, -1.54127 48.7039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9699'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69264 -1.54126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69264 -1.54126)"^^geo:wktLiteral ;
  geo-pos:lat "48.69264"^^xsd:decimal ;
  geo-pos:long "-1.54126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8920'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54126'^^xsd:double;
  dwc:latitude '48.69264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54126 48.69264, -1.54126 48.69264, -1.54126 48.69264, -1.54126 48.69264, -1.54126 48.69264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8920'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69835 -1.54126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69835 -1.54126)"^^geo:wktLiteral ;
  geo-pos:lat "48.69835"^^xsd:decimal ;
  geo-pos:long "-1.54126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6446'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54126'^^xsd:double;
  dwc:latitude '48.69835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54126 48.69835, -1.54126 48.69835, -1.54126 48.69835, -1.54126 48.69835, -1.54126 48.69835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6446'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6916 -1.54125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6916 -1.54125)"^^geo:wktLiteral ;
  geo-pos:lat "48.6916"^^xsd:decimal ;
  geo-pos:long "-1.54125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10430'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54125'^^xsd:double;
  dwc:latitude '48.6916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54125 48.6916, -1.54125 48.6916, -1.54125 48.6916, -1.54125 48.6916, -1.54125 48.6916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10430'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7091 -1.54125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7091 -1.54125)"^^geo:wktLiteral ;
  geo-pos:lat "48.7091"^^xsd:decimal ;
  geo-pos:long "-1.54125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5151'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54125'^^xsd:double;
  dwc:latitude '48.7091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54125 48.7091, -1.54125 48.7091, -1.54125 48.7091, -1.54125 48.7091, -1.54125 48.7091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5151'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64303 -1.54124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64303 -1.54124)"^^geo:wktLiteral ;
  geo-pos:lat "48.64303"^^xsd:decimal ;
  geo-pos:long "-1.54124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1735'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54124'^^xsd:double;
  dwc:latitude '48.64303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54124 48.64303, -1.54124 48.64303, -1.54124 48.64303, -1.54124 48.64303, -1.54124 48.64303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1735'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70096 -1.54124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70096 -1.54124)"^^geo:wktLiteral ;
  geo-pos:lat "48.70096"^^xsd:decimal ;
  geo-pos:long "-1.54124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8104'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54124'^^xsd:double;
  dwc:latitude '48.70096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54124 48.70096, -1.54124 48.70096, -1.54124 48.70096, -1.54124 48.70096, -1.54124 48.70096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8104'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70305 -1.54124)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54124"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70305 -1.54124)"^^geo:wktLiteral ;
  geo-pos:lat "48.70305"^^xsd:decimal ;
  geo-pos:long "-1.54124"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5818'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54124'^^xsd:double;
  dwc:latitude '48.70305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54124 48.70305, -1.54124 48.70305, -1.54124 48.70305, -1.54124 48.70305, -1.54124 48.70305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5818'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70053 -1.54123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70053 -1.54123)"^^geo:wktLiteral ;
  geo-pos:lat "48.70053"^^xsd:decimal ;
  geo-pos:long "-1.54123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4448'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54123'^^xsd:double;
  dwc:latitude '48.70053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54123 48.70053, -1.54123 48.70053, -1.54123 48.70053, -1.54123 48.70053, -1.54123 48.70053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4448'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66173 -1.54121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66173 -1.54121)"^^geo:wktLiteral ;
  geo-pos:lat "48.66173"^^xsd:decimal ;
  geo-pos:long "-1.54121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1620'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54121'^^xsd:double;
  dwc:latitude '48.66173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54121 48.66173, -1.54121 48.66173, -1.54121 48.66173, -1.54121 48.66173, -1.54121 48.66173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1620'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_910> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73028 -1.54121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73028 -1.54121)"^^geo:wktLiteral ;
  geo-pos:lat "48.73028"^^xsd:decimal ;
  geo-pos:long "-1.54121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_910'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_910'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54121'^^xsd:double;
  dwc:latitude '48.73028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54121 48.73028, -1.54121 48.73028, -1.54121 48.73028, -1.54121 48.73028, -1.54121 48.73028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_910'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70109 -1.5412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70109 -1.5412)"^^geo:wktLiteral ;
  geo-pos:lat "48.70109"^^xsd:decimal ;
  geo-pos:long "-1.5412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2230'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5412'^^xsd:double;
  dwc:latitude '48.70109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5412 48.70109, -1.5412 48.70109, -1.5412 48.70109, -1.5412 48.70109, -1.5412 48.70109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2230'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68678 -1.54119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68678 -1.54119)"^^geo:wktLiteral ;
  geo-pos:lat "48.68678"^^xsd:decimal ;
  geo-pos:long "-1.54119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_534'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54119'^^xsd:double;
  dwc:latitude '48.68678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54119 48.68678, -1.54119 48.68678, -1.54119 48.68678, -1.54119 48.68678, -1.54119 48.68678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_534'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73081 -1.54119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73081 -1.54119)"^^geo:wktLiteral ;
  geo-pos:lat "48.73081"^^xsd:decimal ;
  geo-pos:long "-1.54119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7627'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54119'^^xsd:double;
  dwc:latitude '48.73081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54119 48.73081, -1.54119 48.73081, -1.54119 48.73081, -1.54119 48.73081, -1.54119 48.73081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7627'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71657 -1.54115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71657 -1.54115)"^^geo:wktLiteral ;
  geo-pos:lat "48.71657"^^xsd:decimal ;
  geo-pos:long "-1.54115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5155'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54115'^^xsd:double;
  dwc:latitude '48.71657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54115 48.71657, -1.54115 48.71657, -1.54115 48.71657, -1.54115 48.71657, -1.54115 48.71657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5155'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69588 -1.54112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69588 -1.54112)"^^geo:wktLiteral ;
  geo-pos:lat "48.69588"^^xsd:decimal ;
  geo-pos:long "-1.54112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1188'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54112'^^xsd:double;
  dwc:latitude '48.69588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54112 48.69588, -1.54112 48.69588, -1.54112 48.69588, -1.54112 48.69588, -1.54112 48.69588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1188'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69352 -1.5411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69352 -1.5411)"^^geo:wktLiteral ;
  geo-pos:lat "48.69352"^^xsd:decimal ;
  geo-pos:long "-1.5411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9965'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5411'^^xsd:double;
  dwc:latitude '48.69352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5411 48.69352, -1.5411 48.69352, -1.5411 48.69352, -1.5411 48.69352, -1.5411 48.69352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9965'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71057 -1.5411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71057 -1.5411)"^^geo:wktLiteral ;
  geo-pos:lat "48.71057"^^xsd:decimal ;
  geo-pos:long "-1.5411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13708'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5411'^^xsd:double;
  dwc:latitude '48.71057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5411 48.71057, -1.5411 48.71057, -1.5411 48.71057, -1.5411 48.71057, -1.5411 48.71057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13708'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70485 -1.54109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70485 -1.54109)"^^geo:wktLiteral ;
  geo-pos:lat "48.70485"^^xsd:decimal ;
  geo-pos:long "-1.54109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_528'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54109'^^xsd:double;
  dwc:latitude '48.70485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54109 48.70485, -1.54109 48.70485, -1.54109 48.70485, -1.54109 48.70485, -1.54109 48.70485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_528'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70554 -1.54107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70554 -1.54107)"^^geo:wktLiteral ;
  geo-pos:lat "48.70554"^^xsd:decimal ;
  geo-pos:long "-1.54107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7638'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54107'^^xsd:double;
  dwc:latitude '48.70554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54107 48.70554, -1.54107 48.70554, -1.54107 48.70554, -1.54107 48.70554, -1.54107 48.70554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7638'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71547 -1.54107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71547 -1.54107)"^^geo:wktLiteral ;
  geo-pos:lat "48.71547"^^xsd:decimal ;
  geo-pos:long "-1.54107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4369'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54107'^^xsd:double;
  dwc:latitude '48.71547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54107 48.71547, -1.54107 48.71547, -1.54107 48.71547, -1.54107 48.71547, -1.54107 48.71547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4369'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72008 -1.54107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72008 -1.54107)"^^geo:wktLiteral ;
  geo-pos:lat "48.72008"^^xsd:decimal ;
  geo-pos:long "-1.54107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_869'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54107'^^xsd:double;
  dwc:latitude '48.72008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54107 48.72008, -1.54107 48.72008, -1.54107 48.72008, -1.54107 48.72008, -1.54107 48.72008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_869'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67318 -1.54105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67318 -1.54105)"^^geo:wktLiteral ;
  geo-pos:lat "48.67318"^^xsd:decimal ;
  geo-pos:long "-1.54105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3663'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54105'^^xsd:double;
  dwc:latitude '48.67318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54105 48.67318, -1.54105 48.67318, -1.54105 48.67318, -1.54105 48.67318, -1.54105 48.67318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3663'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71703 -1.54105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71703 -1.54105)"^^geo:wktLiteral ;
  geo-pos:lat "48.71703"^^xsd:decimal ;
  geo-pos:long "-1.54105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3277'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54105'^^xsd:double;
  dwc:latitude '48.71703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54105 48.71703, -1.54105 48.71703, -1.54105 48.71703, -1.54105 48.71703, -1.54105 48.71703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3277'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71315 -1.54104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71315 -1.54104)"^^geo:wktLiteral ;
  geo-pos:lat "48.71315"^^xsd:decimal ;
  geo-pos:long "-1.54104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_221'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54104'^^xsd:double;
  dwc:latitude '48.71315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54104 48.71315, -1.54104 48.71315, -1.54104 48.71315, -1.54104 48.71315, -1.54104 48.71315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_221'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69607 -1.54103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69607 -1.54103)"^^geo:wktLiteral ;
  geo-pos:lat "48.69607"^^xsd:decimal ;
  geo-pos:long "-1.54103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_624'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54103'^^xsd:double;
  dwc:latitude '48.69607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54103 48.69607, -1.54103 48.69607, -1.54103 48.69607, -1.54103 48.69607, -1.54103 48.69607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_624'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69918 -1.54103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69918 -1.54103)"^^geo:wktLiteral ;
  geo-pos:lat "48.69918"^^xsd:decimal ;
  geo-pos:long "-1.54103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9997'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54103'^^xsd:double;
  dwc:latitude '48.69918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54103 48.69918, -1.54103 48.69918, -1.54103 48.69918, -1.54103 48.69918, -1.54103 48.69918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9997'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72744 -1.54103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72744 -1.54103)"^^geo:wktLiteral ;
  geo-pos:lat "48.72744"^^xsd:decimal ;
  geo-pos:long "-1.54103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_388'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54103'^^xsd:double;
  dwc:latitude '48.72744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54103 48.72744, -1.54103 48.72744, -1.54103 48.72744, -1.54103 48.72744, -1.54103 48.72744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_388'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69133 -1.541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69133 -1.541)"^^geo:wktLiteral ;
  geo-pos:lat "48.69133"^^xsd:decimal ;
  geo-pos:long "-1.541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9768'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.541'^^xsd:double;
  dwc:latitude '48.69133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.541 48.69133, -1.541 48.69133, -1.541 48.69133, -1.541 48.69133, -1.541 48.69133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9768'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67618 -1.54099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67618 -1.54099)"^^geo:wktLiteral ;
  geo-pos:lat "48.67618"^^xsd:decimal ;
  geo-pos:long "-1.54099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10618'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54099'^^xsd:double;
  dwc:latitude '48.67618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54099 48.67618, -1.54099 48.67618, -1.54099 48.67618, -1.54099 48.67618, -1.54099 48.67618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10618'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69537 -1.54097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69537 -1.54097)"^^geo:wktLiteral ;
  geo-pos:lat "48.69537"^^xsd:decimal ;
  geo-pos:long "-1.54097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8268'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54097'^^xsd:double;
  dwc:latitude '48.69537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54097 48.69537, -1.54097 48.69537, -1.54097 48.69537, -1.54097 48.69537, -1.54097 48.69537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8268'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69651 -1.54097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69651 -1.54097)"^^geo:wktLiteral ;
  geo-pos:lat "48.69651"^^xsd:decimal ;
  geo-pos:long "-1.54097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7142'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54097'^^xsd:double;
  dwc:latitude '48.69651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54097 48.69651, -1.54097 48.69651, -1.54097 48.69651, -1.54097 48.69651, -1.54097 48.69651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7142'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70222 -1.54097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70222 -1.54097)"^^geo:wktLiteral ;
  geo-pos:lat "48.70222"^^xsd:decimal ;
  geo-pos:long "-1.54097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3156'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54097'^^xsd:double;
  dwc:latitude '48.70222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54097 48.70222, -1.54097 48.70222, -1.54097 48.70222, -1.54097 48.70222, -1.54097 48.70222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3156'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71156 -1.54096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71156 -1.54096)"^^geo:wktLiteral ;
  geo-pos:lat "48.71156"^^xsd:decimal ;
  geo-pos:long "-1.54096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1286'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54096'^^xsd:double;
  dwc:latitude '48.71156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54096 48.71156, -1.54096 48.71156, -1.54096 48.71156, -1.54096 48.71156, -1.54096 48.71156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1286'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6942 -1.54095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6942 -1.54095)"^^geo:wktLiteral ;
  geo-pos:lat "48.6942"^^xsd:decimal ;
  geo-pos:long "-1.54095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10463'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54095'^^xsd:double;
  dwc:latitude '48.6942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54095 48.6942, -1.54095 48.6942, -1.54095 48.6942, -1.54095 48.6942, -1.54095 48.6942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10463'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69666 -1.54094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69666 -1.54094)"^^geo:wktLiteral ;
  geo-pos:lat "48.69666"^^xsd:decimal ;
  geo-pos:long "-1.54094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9747'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54094'^^xsd:double;
  dwc:latitude '48.69666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54094 48.69666, -1.54094 48.69666, -1.54094 48.69666, -1.54094 48.69666, -1.54094 48.69666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9747'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64556 -1.54093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64556 -1.54093)"^^geo:wktLiteral ;
  geo-pos:lat "48.64556"^^xsd:decimal ;
  geo-pos:long "-1.54093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6471'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54093'^^xsd:double;
  dwc:latitude '48.64556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54093 48.64556, -1.54093 48.64556, -1.54093 48.64556, -1.54093 48.64556, -1.54093 48.64556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6471'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66897 -1.54093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66897 -1.54093)"^^geo:wktLiteral ;
  geo-pos:lat "48.66897"^^xsd:decimal ;
  geo-pos:long "-1.54093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_144'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54093'^^xsd:double;
  dwc:latitude '48.66897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54093 48.66897, -1.54093 48.66897, -1.54093 48.66897, -1.54093 48.66897, -1.54093 48.66897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_144'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69882 -1.54092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69882 -1.54092)"^^geo:wktLiteral ;
  geo-pos:lat "48.69882"^^xsd:decimal ;
  geo-pos:long "-1.54092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2313'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54092'^^xsd:double;
  dwc:latitude '48.69882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54092 48.69882, -1.54092 48.69882, -1.54092 48.69882, -1.54092 48.69882, -1.54092 48.69882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2313'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71149 -1.54091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71149 -1.54091)"^^geo:wktLiteral ;
  geo-pos:lat "48.71149"^^xsd:decimal ;
  geo-pos:long "-1.54091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6014'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54091'^^xsd:double;
  dwc:latitude '48.71149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54091 48.71149, -1.54091 48.71149, -1.54091 48.71149, -1.54091 48.71149, -1.54091 48.71149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6014'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71635 -1.5409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71635 -1.5409)"^^geo:wktLiteral ;
  geo-pos:lat "48.71635"^^xsd:decimal ;
  geo-pos:long "-1.5409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_220'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5409'^^xsd:double;
  dwc:latitude '48.71635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5409 48.71635, -1.5409 48.71635, -1.5409 48.71635, -1.5409 48.71635, -1.5409 48.71635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_220'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72092 -1.54089)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72092"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54089"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72092 -1.54089)"^^geo:wktLiteral ;
  geo-pos:lat "48.72092"^^xsd:decimal ;
  geo-pos:long "-1.54089"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1290'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54089'^^xsd:double;
  dwc:latitude '48.72092'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54089 48.72092, -1.54089 48.72092, -1.54089 48.72092, -1.54089 48.72092, -1.54089 48.72092))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1290'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64414 -1.54088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64414 -1.54088)"^^geo:wktLiteral ;
  geo-pos:lat "48.64414"^^xsd:decimal ;
  geo-pos:long "-1.54088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1704'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54088'^^xsd:double;
  dwc:latitude '48.64414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54088 48.64414, -1.54088 48.64414, -1.54088 48.64414, -1.54088 48.64414, -1.54088 48.64414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1704'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68961 -1.54087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68961 -1.54087)"^^geo:wktLiteral ;
  geo-pos:lat "48.68961"^^xsd:decimal ;
  geo-pos:long "-1.54087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_752'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54087'^^xsd:double;
  dwc:latitude '48.68961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54087 48.68961, -1.54087 48.68961, -1.54087 48.68961, -1.54087 48.68961, -1.54087 48.68961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_752'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69698 -1.54087)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54087"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69698 -1.54087)"^^geo:wktLiteral ;
  geo-pos:lat "48.69698"^^xsd:decimal ;
  geo-pos:long "-1.54087"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7990'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54087'^^xsd:double;
  dwc:latitude '48.69698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54087 48.69698, -1.54087 48.69698, -1.54087 48.69698, -1.54087 48.69698, -1.54087 48.69698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7990'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68746 -1.54086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68746 -1.54086)"^^geo:wktLiteral ;
  geo-pos:lat "48.68746"^^xsd:decimal ;
  geo-pos:long "-1.54086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10611'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54086'^^xsd:double;
  dwc:latitude '48.68746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54086 48.68746, -1.54086 48.68746, -1.54086 48.68746, -1.54086 48.68746, -1.54086 48.68746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10611'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70739 -1.54086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70739 -1.54086)"^^geo:wktLiteral ;
  geo-pos:lat "48.70739"^^xsd:decimal ;
  geo-pos:long "-1.54086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1158'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54086'^^xsd:double;
  dwc:latitude '48.70739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54086 48.70739, -1.54086 48.70739, -1.54086 48.70739, -1.54086 48.70739, -1.54086 48.70739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1158'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69118 -1.54084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69118"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69118 -1.54084)"^^geo:wktLiteral ;
  geo-pos:lat "48.69118"^^xsd:decimal ;
  geo-pos:long "-1.54084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6100'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54084'^^xsd:double;
  dwc:latitude '48.69118'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54084 48.69118, -1.54084 48.69118, -1.54084 48.69118, -1.54084 48.69118, -1.54084 48.69118))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6100'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70391 -1.54084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70391"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70391 -1.54084)"^^geo:wktLiteral ;
  geo-pos:lat "48.70391"^^xsd:decimal ;
  geo-pos:long "-1.54084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9723'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54084'^^xsd:double;
  dwc:latitude '48.70391'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54084 48.70391, -1.54084 48.70391, -1.54084 48.70391, -1.54084 48.70391, -1.54084 48.70391))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9723'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72018 -1.54084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72018 -1.54084)"^^geo:wktLiteral ;
  geo-pos:lat "48.72018"^^xsd:decimal ;
  geo-pos:long "-1.54084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3369'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54084'^^xsd:double;
  dwc:latitude '48.72018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54084 48.72018, -1.54084 48.72018, -1.54084 48.72018, -1.54084 48.72018, -1.54084 48.72018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3369'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1705> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64313 -1.54082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64313 -1.54082)"^^geo:wktLiteral ;
  geo-pos:lat "48.64313"^^xsd:decimal ;
  geo-pos:long "-1.54082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1705'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1705'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54082'^^xsd:double;
  dwc:latitude '48.64313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54082 48.64313, -1.54082 48.64313, -1.54082 48.64313, -1.54082 48.64313, -1.54082 48.64313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1705'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71428 -1.54081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71428 -1.54081)"^^geo:wktLiteral ;
  geo-pos:lat "48.71428"^^xsd:decimal ;
  geo-pos:long "-1.54081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2973'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54081'^^xsd:double;
  dwc:latitude '48.71428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54081 48.71428, -1.54081 48.71428, -1.54081 48.71428, -1.54081 48.71428, -1.54081 48.71428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2973'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69538 -1.5408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69538 -1.5408)"^^geo:wktLiteral ;
  geo-pos:lat "48.69538"^^xsd:decimal ;
  geo-pos:long "-1.5408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1576'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5408'^^xsd:double;
  dwc:latitude '48.69538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5408 48.69538, -1.5408 48.69538, -1.5408 48.69538, -1.5408 48.69538, -1.5408 48.69538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1576'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70677 -1.5408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70677 -1.5408)"^^geo:wktLiteral ;
  geo-pos:lat "48.70677"^^xsd:decimal ;
  geo-pos:long "-1.5408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8105'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5408'^^xsd:double;
  dwc:latitude '48.70677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5408 48.70677, -1.5408 48.70677, -1.5408 48.70677, -1.5408 48.70677, -1.5408 48.70677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8105'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70782 -1.5408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70782 -1.5408)"^^geo:wktLiteral ;
  geo-pos:lat "48.70782"^^xsd:decimal ;
  geo-pos:long "-1.5408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7815'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5408'^^xsd:double;
  dwc:latitude '48.70782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5408 48.70782, -1.5408 48.70782, -1.5408 48.70782, -1.5408 48.70782, -1.5408 48.70782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7815'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72372 -1.54079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72372"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72372 -1.54079)"^^geo:wktLiteral ;
  geo-pos:lat "48.72372"^^xsd:decimal ;
  geo-pos:long "-1.54079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8394'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54079'^^xsd:double;
  dwc:latitude '48.72372'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54079 48.72372, -1.54079 48.72372, -1.54079 48.72372, -1.54079 48.72372, -1.54079 48.72372))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8394'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68137 -1.54078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68137 -1.54078)"^^geo:wktLiteral ;
  geo-pos:lat "48.68137"^^xsd:decimal ;
  geo-pos:long "-1.54078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3410'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54078'^^xsd:double;
  dwc:latitude '48.68137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54078 48.68137, -1.54078 48.68137, -1.54078 48.68137, -1.54078 48.68137, -1.54078 48.68137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3410'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69634 -1.54078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69634 -1.54078)"^^geo:wktLiteral ;
  geo-pos:lat "48.69634"^^xsd:decimal ;
  geo-pos:long "-1.54078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10036'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54078'^^xsd:double;
  dwc:latitude '48.69634'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54078 48.69634, -1.54078 48.69634, -1.54078 48.69634, -1.54078 48.69634, -1.54078 48.69634))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10036'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.725 -1.54078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.725 -1.54078)"^^geo:wktLiteral ;
  geo-pos:lat "48.725"^^xsd:decimal ;
  geo-pos:long "-1.54078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5948'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54078'^^xsd:double;
  dwc:latitude '48.725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54078 48.725, -1.54078 48.725, -1.54078 48.725, -1.54078 48.725, -1.54078 48.725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5948'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7001 -1.54077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7001 -1.54077)"^^geo:wktLiteral ;
  geo-pos:lat "48.7001"^^xsd:decimal ;
  geo-pos:long "-1.54077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3260'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54077'^^xsd:double;
  dwc:latitude '48.7001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54077 48.7001, -1.54077 48.7001, -1.54077 48.7001, -1.54077 48.7001, -1.54077 48.7001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3260'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70656 -1.54077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70656 -1.54077)"^^geo:wktLiteral ;
  geo-pos:lat "48.70656"^^xsd:decimal ;
  geo-pos:long "-1.54077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7738'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54077'^^xsd:double;
  dwc:latitude '48.70656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54077 48.70656, -1.54077 48.70656, -1.54077 48.70656, -1.54077 48.70656, -1.54077 48.70656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7738'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69789 -1.54075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69789 -1.54075)"^^geo:wktLiteral ;
  geo-pos:lat "48.69789"^^xsd:decimal ;
  geo-pos:long "-1.54075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10484'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54075'^^xsd:double;
  dwc:latitude '48.69789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54075 48.69789, -1.54075 48.69789, -1.54075 48.69789, -1.54075 48.69789, -1.54075 48.69789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10484'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70206 -1.54075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70206"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70206 -1.54075)"^^geo:wktLiteral ;
  geo-pos:lat "48.70206"^^xsd:decimal ;
  geo-pos:long "-1.54075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9450'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54075'^^xsd:double;
  dwc:latitude '48.70206'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54075 48.70206, -1.54075 48.70206, -1.54075 48.70206, -1.54075 48.70206, -1.54075 48.70206))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9450'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70087 -1.54073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70087 -1.54073)"^^geo:wktLiteral ;
  geo-pos:lat "48.70087"^^xsd:decimal ;
  geo-pos:long "-1.54073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3970'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54073'^^xsd:double;
  dwc:latitude '48.70087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54073 48.70087, -1.54073 48.70087, -1.54073 48.70087, -1.54073 48.70087, -1.54073 48.70087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3970'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65345 -1.54071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65345 -1.54071)"^^geo:wktLiteral ;
  geo-pos:lat "48.65345"^^xsd:decimal ;
  geo-pos:long "-1.54071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5701'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54071'^^xsd:double;
  dwc:latitude '48.65345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54071 48.65345, -1.54071 48.65345, -1.54071 48.65345, -1.54071 48.65345, -1.54071 48.65345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5701'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66188 -1.5407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66188 -1.5407)"^^geo:wktLiteral ;
  geo-pos:lat "48.66188"^^xsd:decimal ;
  geo-pos:long "-1.5407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6798'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5407'^^xsd:double;
  dwc:latitude '48.66188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5407 48.66188, -1.5407 48.66188, -1.5407 48.66188, -1.5407 48.66188, -1.5407 48.66188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6798'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72238 -1.5407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72238"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72238 -1.5407)"^^geo:wktLiteral ;
  geo-pos:lat "48.72238"^^xsd:decimal ;
  geo-pos:long "-1.5407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3911'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5407'^^xsd:double;
  dwc:latitude '48.72238'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5407 48.72238, -1.5407 48.72238, -1.5407 48.72238, -1.5407 48.72238, -1.5407 48.72238))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3911'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67318 -1.54069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67318 -1.54069)"^^geo:wktLiteral ;
  geo-pos:lat "48.67318"^^xsd:decimal ;
  geo-pos:long "-1.54069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6455'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54069'^^xsd:double;
  dwc:latitude '48.67318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54069 48.67318, -1.54069 48.67318, -1.54069 48.67318, -1.54069 48.67318, -1.54069 48.67318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6455'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68756 -1.54069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68756 -1.54069)"^^geo:wktLiteral ;
  geo-pos:lat "48.68756"^^xsd:decimal ;
  geo-pos:long "-1.54069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4609'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54069'^^xsd:double;
  dwc:latitude '48.68756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54069 48.68756, -1.54069 48.68756, -1.54069 48.68756, -1.54069 48.68756, -1.54069 48.68756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4609'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69157 -1.54069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69157 -1.54069)"^^geo:wktLiteral ;
  geo-pos:lat "48.69157"^^xsd:decimal ;
  geo-pos:long "-1.54069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_5357'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54069'^^xsd:double;
  dwc:latitude '48.69157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54069 48.69157, -1.54069 48.69157, -1.54069 48.69157, -1.54069 48.69157, -1.54069 48.69157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5357'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69482 -1.54068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69482 -1.54068)"^^geo:wktLiteral ;
  geo-pos:lat "48.69482"^^xsd:decimal ;
  geo-pos:long "-1.54068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9733'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54068'^^xsd:double;
  dwc:latitude '48.69482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54068 48.69482, -1.54068 48.69482, -1.54068 48.69482, -1.54068 48.69482, -1.54068 48.69482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9733'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69818 -1.54068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69818 -1.54068)"^^geo:wktLiteral ;
  geo-pos:lat "48.69818"^^xsd:decimal ;
  geo-pos:long "-1.54068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5726'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54068'^^xsd:double;
  dwc:latitude '48.69818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54068 48.69818, -1.54068 48.69818, -1.54068 48.69818, -1.54068 48.69818, -1.54068 48.69818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5726'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70176 -1.54068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70176 -1.54068)"^^geo:wktLiteral ;
  geo-pos:lat "48.70176"^^xsd:decimal ;
  geo-pos:long "-1.54068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9410'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54068'^^xsd:double;
  dwc:latitude '48.70176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54068 48.70176, -1.54068 48.70176, -1.54068 48.70176, -1.54068 48.70176, -1.54068 48.70176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9410'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69516 -1.54066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69516 -1.54066)"^^geo:wktLiteral ;
  geo-pos:lat "48.69516"^^xsd:decimal ;
  geo-pos:long "-1.54066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7280'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54066'^^xsd:double;
  dwc:latitude '48.69516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54066 48.69516, -1.54066 48.69516, -1.54066 48.69516, -1.54066 48.69516, -1.54066 48.69516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7280'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69099 -1.54065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69099 -1.54065)"^^geo:wktLiteral ;
  geo-pos:lat "48.69099"^^xsd:decimal ;
  geo-pos:long "-1.54065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10431'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54065'^^xsd:double;
  dwc:latitude '48.69099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54065 48.69099, -1.54065 48.69099, -1.54065 48.69099, -1.54065 48.69099, -1.54065 48.69099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10431'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69023 -1.54063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69023 -1.54063)"^^geo:wktLiteral ;
  geo-pos:lat "48.69023"^^xsd:decimal ;
  geo-pos:long "-1.54063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4490'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54063'^^xsd:double;
  dwc:latitude '48.69023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54063 48.69023, -1.54063 48.69023, -1.54063 48.69023, -1.54063 48.69023, -1.54063 48.69023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4490'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70027 -1.5406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70027 -1.5406)"^^geo:wktLiteral ;
  geo-pos:lat "48.70027"^^xsd:decimal ;
  geo-pos:long "-1.5406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4373'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5406'^^xsd:double;
  dwc:latitude '48.70027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5406 48.70027, -1.5406 48.70027, -1.5406 48.70027, -1.5406 48.70027, -1.5406 48.70027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4373'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71855 -1.5406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71855 -1.5406)"^^geo:wktLiteral ;
  geo-pos:lat "48.71855"^^xsd:decimal ;
  geo-pos:long "-1.5406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6759'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5406'^^xsd:double;
  dwc:latitude '48.71855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5406 48.71855, -1.5406 48.71855, -1.5406 48.71855, -1.5406 48.71855, -1.5406 48.71855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6759'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72466 -1.5406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72466 -1.5406)"^^geo:wktLiteral ;
  geo-pos:lat "48.72466"^^xsd:decimal ;
  geo-pos:long "-1.5406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2381'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5406'^^xsd:double;
  dwc:latitude '48.72466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5406 48.72466, -1.5406 48.72466, -1.5406 48.72466, -1.5406 48.72466, -1.5406 48.72466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2381'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70835 -1.54057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70835 -1.54057)"^^geo:wktLiteral ;
  geo-pos:lat "48.70835"^^xsd:decimal ;
  geo-pos:long "-1.54057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9053'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54057'^^xsd:double;
  dwc:latitude '48.70835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54057 48.70835, -1.54057 48.70835, -1.54057 48.70835, -1.54057 48.70835, -1.54057 48.70835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9053'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68378 -1.54056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68378 -1.54056)"^^geo:wktLiteral ;
  geo-pos:lat "48.68378"^^xsd:decimal ;
  geo-pos:long "-1.54056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4178'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54056'^^xsd:double;
  dwc:latitude '48.68378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54056 48.68378, -1.54056 48.68378, -1.54056 48.68378, -1.54056 48.68378, -1.54056 48.68378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4178'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69755 -1.54055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69755 -1.54055)"^^geo:wktLiteral ;
  geo-pos:lat "48.69755"^^xsd:decimal ;
  geo-pos:long "-1.54055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1513'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54055'^^xsd:double;
  dwc:latitude '48.69755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54055 48.69755, -1.54055 48.69755, -1.54055 48.69755, -1.54055 48.69755, -1.54055 48.69755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1513'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69413 -1.54053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69413 -1.54053)"^^geo:wktLiteral ;
  geo-pos:lat "48.69413"^^xsd:decimal ;
  geo-pos:long "-1.54053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_1777'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54053'^^xsd:double;
  dwc:latitude '48.69413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54053 48.69413, -1.54053 48.69413, -1.54053 48.69413, -1.54053 48.69413, -1.54053 48.69413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1777'^^xsd:string;
  dwc:observationDate '2006-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66389 -1.54052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66389 -1.54052)"^^geo:wktLiteral ;
  geo-pos:lat "48.66389"^^xsd:decimal ;
  geo-pos:long "-1.54052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2588'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54052'^^xsd:double;
  dwc:latitude '48.66389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54052 48.66389, -1.54052 48.66389, -1.54052 48.66389, -1.54052 48.66389, -1.54052 48.66389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2588'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66538 -1.54052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66538 -1.54052)"^^geo:wktLiteral ;
  geo-pos:lat "48.66538"^^xsd:decimal ;
  geo-pos:long "-1.54052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6689'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54052'^^xsd:double;
  dwc:latitude '48.66538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54052 48.66538, -1.54052 48.66538, -1.54052 48.66538, -1.54052 48.66538, -1.54052 48.66538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6689'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69438 -1.54052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69438 -1.54052)"^^geo:wktLiteral ;
  geo-pos:lat "48.69438"^^xsd:decimal ;
  geo-pos:long "-1.54052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1327'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54052'^^xsd:double;
  dwc:latitude '48.69438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54052 48.69438, -1.54052 48.69438, -1.54052 48.69438, -1.54052 48.69438, -1.54052 48.69438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1327'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69133 -1.54051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69133 -1.54051)"^^geo:wktLiteral ;
  geo-pos:lat "48.69133"^^xsd:decimal ;
  geo-pos:long "-1.54051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1571'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '17.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54051'^^xsd:double;
  dwc:latitude '48.69133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54051 48.69133, -1.54051 48.69133, -1.54051 48.69133, -1.54051 48.69133, -1.54051 48.69133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1571'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71196 -1.54051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71196 -1.54051)"^^geo:wktLiteral ;
  geo-pos:lat "48.71196"^^xsd:decimal ;
  geo-pos:long "-1.54051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4627'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54051'^^xsd:double;
  dwc:latitude '48.71196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54051 48.71196, -1.54051 48.71196, -1.54051 48.71196, -1.54051 48.71196, -1.54051 48.71196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4627'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71201 -1.54051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71201 -1.54051)"^^geo:wktLiteral ;
  geo-pos:lat "48.71201"^^xsd:decimal ;
  geo-pos:long "-1.54051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5592'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54051'^^xsd:double;
  dwc:latitude '48.71201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54051 48.71201, -1.54051 48.71201, -1.54051 48.71201, -1.54051 48.71201, -1.54051 48.71201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5592'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71907 -1.54051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71907 -1.54051)"^^geo:wktLiteral ;
  geo-pos:lat "48.71907"^^xsd:decimal ;
  geo-pos:long "-1.54051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9607'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54051'^^xsd:double;
  dwc:latitude '48.71907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54051 48.71907, -1.54051 48.71907, -1.54051 48.71907, -1.54051 48.71907, -1.54051 48.71907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9607'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72173 -1.54051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72173 -1.54051)"^^geo:wktLiteral ;
  geo-pos:lat "48.72173"^^xsd:decimal ;
  geo-pos:long "-1.54051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3289'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54051'^^xsd:double;
  dwc:latitude '48.72173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54051 48.72173, -1.54051 48.72173, -1.54051 48.72173, -1.54051 48.72173, -1.54051 48.72173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3289'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70419 -1.5405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70419 -1.5405)"^^geo:wktLiteral ;
  geo-pos:lat "48.70419"^^xsd:decimal ;
  geo-pos:long "-1.5405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8915'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5405'^^xsd:double;
  dwc:latitude '48.70419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5405 48.70419, -1.5405 48.70419, -1.5405 48.70419, -1.5405 48.70419, -1.5405 48.70419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8915'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71731 -1.54049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71731 -1.54049)"^^geo:wktLiteral ;
  geo-pos:lat "48.71731"^^xsd:decimal ;
  geo-pos:long "-1.54049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4217'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54049'^^xsd:double;
  dwc:latitude '48.71731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54049 48.71731, -1.54049 48.71731, -1.54049 48.71731, -1.54049 48.71731, -1.54049 48.71731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4217'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72344 -1.54048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72344 -1.54048)"^^geo:wktLiteral ;
  geo-pos:lat "48.72344"^^xsd:decimal ;
  geo-pos:long "-1.54048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_4672'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54048'^^xsd:double;
  dwc:latitude '48.72344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54048 48.72344, -1.54048 48.72344, -1.54048 48.72344, -1.54048 48.72344, -1.54048 48.72344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4672'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72458 -1.54048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72458 -1.54048)"^^geo:wktLiteral ;
  geo-pos:lat "48.72458"^^xsd:decimal ;
  geo-pos:long "-1.54048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2253'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54048'^^xsd:double;
  dwc:latitude '48.72458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54048 48.72458, -1.54048 48.72458, -1.54048 48.72458, -1.54048 48.72458, -1.54048 48.72458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2253'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4043> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69605 -1.54047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69605 -1.54047)"^^geo:wktLiteral ;
  geo-pos:lat "48.69605"^^xsd:decimal ;
  geo-pos:long "-1.54047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4043'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4043'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54047'^^xsd:double;
  dwc:latitude '48.69605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54047 48.69605, -1.54047 48.69605, -1.54047 48.69605, -1.54047 48.69605, -1.54047 48.69605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4043'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68882 -1.54046)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54046"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68882 -1.54046)"^^geo:wktLiteral ;
  geo-pos:lat "48.68882"^^xsd:decimal ;
  geo-pos:long "-1.54046"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5751'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54046'^^xsd:double;
  dwc:latitude '48.68882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54046 48.68882, -1.54046 48.68882, -1.54046 48.68882, -1.54046 48.68882, -1.54046 48.68882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5751'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69955 -1.54045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69955 -1.54045)"^^geo:wktLiteral ;
  geo-pos:lat "48.69955"^^xsd:decimal ;
  geo-pos:long "-1.54045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_324'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54045'^^xsd:double;
  dwc:latitude '48.69955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54045 48.69955, -1.54045 48.69955, -1.54045 48.69955, -1.54045 48.69955, -1.54045 48.69955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_324'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66225 -1.54044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66225 -1.54044)"^^geo:wktLiteral ;
  geo-pos:lat "48.66225"^^xsd:decimal ;
  geo-pos:long "-1.54044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7151'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54044'^^xsd:double;
  dwc:latitude '48.66225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54044 48.66225, -1.54044 48.66225, -1.54044 48.66225, -1.54044 48.66225, -1.54044 48.66225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7151'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69311 -1.54043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69311"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69311 -1.54043)"^^geo:wktLiteral ;
  geo-pos:lat "48.69311"^^xsd:decimal ;
  geo-pos:long "-1.54043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10060'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54043'^^xsd:double;
  dwc:latitude '48.69311'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54043 48.69311, -1.54043 48.69311, -1.54043 48.69311, -1.54043 48.69311, -1.54043 48.69311))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10060'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71109 -1.54042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71109 -1.54042)"^^geo:wktLiteral ;
  geo-pos:lat "48.71109"^^xsd:decimal ;
  geo-pos:long "-1.54042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7816'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54042'^^xsd:double;
  dwc:latitude '48.71109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54042 48.71109, -1.54042 48.71109, -1.54042 48.71109, -1.54042 48.71109, -1.54042 48.71109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7816'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67535 -1.54041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67535 -1.54041)"^^geo:wktLiteral ;
  geo-pos:lat "48.67535"^^xsd:decimal ;
  geo-pos:long "-1.54041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6690'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54041'^^xsd:double;
  dwc:latitude '48.67535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54041 48.67535, -1.54041 48.67535, -1.54041 48.67535, -1.54041 48.67535, -1.54041 48.67535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6690'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.54041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.54041)"^^geo:wktLiteral ;
  geo-pos:lat "48.69725"^^xsd:decimal ;
  geo-pos:long "-1.54041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9812'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54041'^^xsd:double;
  dwc:latitude '48.69725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54041 48.69725, -1.54041 48.69725, -1.54041 48.69725, -1.54041 48.69725, -1.54041 48.69725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9812'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70369 -1.54041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70369 -1.54041)"^^geo:wktLiteral ;
  geo-pos:lat "48.70369"^^xsd:decimal ;
  geo-pos:long "-1.54041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7904'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54041'^^xsd:double;
  dwc:latitude '48.70369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54041 48.70369, -1.54041 48.70369, -1.54041 48.70369, -1.54041 48.70369, -1.54041 48.70369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7904'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71681 -1.54041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71681 -1.54041)"^^geo:wktLiteral ;
  geo-pos:lat "48.71681"^^xsd:decimal ;
  geo-pos:long "-1.54041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_474'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54041'^^xsd:double;
  dwc:latitude '48.71681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54041 48.71681, -1.54041 48.71681, -1.54041 48.71681, -1.54041 48.71681, -1.54041 48.71681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_474'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71762 -1.54041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71762 -1.54041)"^^geo:wktLiteral ;
  geo-pos:lat "48.71762"^^xsd:decimal ;
  geo-pos:long "-1.54041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9776'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54041'^^xsd:double;
  dwc:latitude '48.71762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54041 48.71762, -1.54041 48.71762, -1.54041 48.71762, -1.54041 48.71762, -1.54041 48.71762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9776'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_928> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71859 -1.54041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71859 -1.54041)"^^geo:wktLiteral ;
  geo-pos:lat "48.71859"^^xsd:decimal ;
  geo-pos:long "-1.54041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_928'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_928'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54041'^^xsd:double;
  dwc:latitude '48.71859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54041 48.71859, -1.54041 48.71859, -1.54041 48.71859, -1.54041 48.71859, -1.54041 48.71859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_928'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72558 -1.54041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72558 -1.54041)"^^geo:wktLiteral ;
  geo-pos:lat "48.72558"^^xsd:decimal ;
  geo-pos:long "-1.54041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5946'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.56666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54041'^^xsd:double;
  dwc:latitude '48.72558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54041 48.72558, -1.54041 48.72558, -1.54041 48.72558, -1.54041 48.72558, -1.54041 48.72558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5946'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71433 -1.5404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71433 -1.5404)"^^geo:wktLiteral ;
  geo-pos:lat "48.71433"^^xsd:decimal ;
  geo-pos:long "-1.5404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_222'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5404'^^xsd:double;
  dwc:latitude '48.71433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5404 48.71433, -1.5404 48.71433, -1.5404 48.71433, -1.5404 48.71433, -1.5404 48.71433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_222'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72412 -1.54039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72412 -1.54039)"^^geo:wktLiteral ;
  geo-pos:lat "48.72412"^^xsd:decimal ;
  geo-pos:long "-1.54039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3481'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54039'^^xsd:double;
  dwc:latitude '48.72412'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54039 48.72412, -1.54039 48.72412, -1.54039 48.72412, -1.54039 48.72412, -1.54039 48.72412))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3481'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69928 -1.54038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69928 -1.54038)"^^geo:wktLiteral ;
  geo-pos:lat "48.69928"^^xsd:decimal ;
  geo-pos:long "-1.54038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2693'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54038'^^xsd:double;
  dwc:latitude '48.69928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54038 48.69928, -1.54038 48.69928, -1.54038 48.69928, -1.54038 48.69928, -1.54038 48.69928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2693'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70775 -1.54038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70775 -1.54038)"^^geo:wktLiteral ;
  geo-pos:lat "48.70775"^^xsd:decimal ;
  geo-pos:long "-1.54038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2851'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54038'^^xsd:double;
  dwc:latitude '48.70775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54038 48.70775, -1.54038 48.70775, -1.54038 48.70775, -1.54038 48.70775, -1.54038 48.70775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2851'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71963 -1.54037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71963 -1.54037)"^^geo:wktLiteral ;
  geo-pos:lat "48.71963"^^xsd:decimal ;
  geo-pos:long "-1.54037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4403'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54037'^^xsd:double;
  dwc:latitude '48.71963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54037 48.71963, -1.54037 48.71963, -1.54037 48.71963, -1.54037 48.71963, -1.54037 48.71963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4403'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68812 -1.54036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68812 -1.54036)"^^geo:wktLiteral ;
  geo-pos:lat "48.68812"^^xsd:decimal ;
  geo-pos:long "-1.54036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10428'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54036'^^xsd:double;
  dwc:latitude '48.68812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54036 48.68812, -1.54036 48.68812, -1.54036 48.68812, -1.54036 48.68812, -1.54036 48.68812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10428'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7108 -1.54036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7108"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7108 -1.54036)"^^geo:wktLiteral ;
  geo-pos:lat "48.7108"^^xsd:decimal ;
  geo-pos:long "-1.54036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3223'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54036'^^xsd:double;
  dwc:latitude '48.7108'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54036 48.7108, -1.54036 48.7108, -1.54036 48.7108, -1.54036 48.7108, -1.54036 48.7108))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3223'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72667 -1.54036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72667 -1.54036)"^^geo:wktLiteral ;
  geo-pos:lat "48.72667"^^xsd:decimal ;
  geo-pos:long "-1.54036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10409'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54036'^^xsd:double;
  dwc:latitude '48.72667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54036 48.72667, -1.54036 48.72667, -1.54036 48.72667, -1.54036 48.72667, -1.54036 48.72667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10409'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69087 -1.54035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69087 -1.54035)"^^geo:wktLiteral ;
  geo-pos:lat "48.69087"^^xsd:decimal ;
  geo-pos:long "-1.54035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10462'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54035'^^xsd:double;
  dwc:latitude '48.69087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54035 48.69087, -1.54035 48.69087, -1.54035 48.69087, -1.54035 48.69087, -1.54035 48.69087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10462'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69939 -1.54034)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54034"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69939 -1.54034)"^^geo:wktLiteral ;
  geo-pos:lat "48.69939"^^xsd:decimal ;
  geo-pos:long "-1.54034"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3020'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '17.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54034'^^xsd:double;
  dwc:latitude '48.69939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54034 48.69939, -1.54034 48.69939, -1.54034 48.69939, -1.54034 48.69939, -1.54034 48.69939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3020'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66035 -1.54032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66035 -1.54032)"^^geo:wktLiteral ;
  geo-pos:lat "48.66035"^^xsd:decimal ;
  geo-pos:long "-1.54032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11147'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54032'^^xsd:double;
  dwc:latitude '48.66035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54032 48.66035, -1.54032 48.66035, -1.54032 48.66035, -1.54032 48.66035, -1.54032 48.66035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11147'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69978 -1.54032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69978 -1.54032)"^^geo:wktLiteral ;
  geo-pos:lat "48.69978"^^xsd:decimal ;
  geo-pos:long "-1.54032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9770'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54032'^^xsd:double;
  dwc:latitude '48.69978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54032 48.69978, -1.54032 48.69978, -1.54032 48.69978, -1.54032 48.69978, -1.54032 48.69978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9770'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69056 -1.54031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69056 -1.54031)"^^geo:wktLiteral ;
  geo-pos:lat "48.69056"^^xsd:decimal ;
  geo-pos:long "-1.54031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10372'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54031'^^xsd:double;
  dwc:latitude '48.69056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54031 48.69056, -1.54031 48.69056, -1.54031 48.69056, -1.54031 48.69056, -1.54031 48.69056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10372'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71503 -1.5403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71503 -1.5403)"^^geo:wktLiteral ;
  geo-pos:lat "48.71503"^^xsd:decimal ;
  geo-pos:long "-1.5403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_836'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5403'^^xsd:double;
  dwc:latitude '48.71503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5403 48.71503, -1.5403 48.71503, -1.5403 48.71503, -1.5403 48.71503, -1.5403 48.71503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_836'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72604 -1.5403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72604 -1.5403)"^^geo:wktLiteral ;
  geo-pos:lat "48.72604"^^xsd:decimal ;
  geo-pos:long "-1.5403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9369'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5403'^^xsd:double;
  dwc:latitude '48.72604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5403 48.72604, -1.5403 48.72604, -1.5403 48.72604, -1.5403 48.72604, -1.5403 48.72604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9369'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6547 -1.54027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6547 -1.54027)"^^geo:wktLiteral ;
  geo-pos:lat "48.6547"^^xsd:decimal ;
  geo-pos:long "-1.54027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7235'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54027'^^xsd:double;
  dwc:latitude '48.6547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54027 48.6547, -1.54027 48.6547, -1.54027 48.6547, -1.54027 48.6547, -1.54027 48.6547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7235'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72491 -1.54027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72491 -1.54027)"^^geo:wktLiteral ;
  geo-pos:lat "48.72491"^^xsd:decimal ;
  geo-pos:long "-1.54027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2271'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54027'^^xsd:double;
  dwc:latitude '48.72491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54027 48.72491, -1.54027 48.72491, -1.54027 48.72491, -1.54027 48.72491, -1.54027 48.72491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2271'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73075 -1.54027)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54027"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73075 -1.54027)"^^geo:wktLiteral ;
  geo-pos:lat "48.73075"^^xsd:decimal ;
  geo-pos:long "-1.54027"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5467'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54027'^^xsd:double;
  dwc:latitude '48.73075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54027 48.73075, -1.54027 48.73075, -1.54027 48.73075, -1.54027 48.73075, -1.54027 48.73075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5467'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65527 -1.54026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65527 -1.54026)"^^geo:wktLiteral ;
  geo-pos:lat "48.65527"^^xsd:decimal ;
  geo-pos:long "-1.54026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_428'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54026'^^xsd:double;
  dwc:latitude '48.65527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54026 48.65527, -1.54026 48.65527, -1.54026 48.65527, -1.54026 48.65527, -1.54026 48.65527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_428'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69474 -1.54026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69474 -1.54026)"^^geo:wktLiteral ;
  geo-pos:lat "48.69474"^^xsd:decimal ;
  geo-pos:long "-1.54026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4366'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54026'^^xsd:double;
  dwc:latitude '48.69474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54026 48.69474, -1.54026 48.69474, -1.54026 48.69474, -1.54026 48.69474, -1.54026 48.69474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4366'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69496 -1.54026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69496 -1.54026)"^^geo:wktLiteral ;
  geo-pos:lat "48.69496"^^xsd:decimal ;
  geo-pos:long "-1.54026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10354'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '16.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54026'^^xsd:double;
  dwc:latitude '48.69496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54026 48.69496, -1.54026 48.69496, -1.54026 48.69496, -1.54026 48.69496, -1.54026 48.69496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10354'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68574 -1.54025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68574 -1.54025)"^^geo:wktLiteral ;
  geo-pos:lat "48.68574"^^xsd:decimal ;
  geo-pos:long "-1.54025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3456'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54025'^^xsd:double;
  dwc:latitude '48.68574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54025 48.68574, -1.54025 48.68574, -1.54025 48.68574, -1.54025 48.68574, -1.54025 48.68574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3456'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65828 -1.54023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65828 -1.54023)"^^geo:wktLiteral ;
  geo-pos:lat "48.65828"^^xsd:decimal ;
  geo-pos:long "-1.54023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7296'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54023'^^xsd:double;
  dwc:latitude '48.65828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54023 48.65828, -1.54023 48.65828, -1.54023 48.65828, -1.54023 48.65828, -1.54023 48.65828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7296'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7193 -1.54023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7193"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7193 -1.54023)"^^geo:wktLiteral ;
  geo-pos:lat "48.7193"^^xsd:decimal ;
  geo-pos:long "-1.54023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_868'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54023'^^xsd:double;
  dwc:latitude '48.7193'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54023 48.7193, -1.54023 48.7193, -1.54023 48.7193, -1.54023 48.7193, -1.54023 48.7193))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_868'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67109 -1.54022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67109 -1.54022)"^^geo:wktLiteral ;
  geo-pos:lat "48.67109"^^xsd:decimal ;
  geo-pos:long "-1.54022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1404'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54022'^^xsd:double;
  dwc:latitude '48.67109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54022 48.67109, -1.54022 48.67109, -1.54022 48.67109, -1.54022 48.67109, -1.54022 48.67109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1404'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69011 -1.54022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69011 -1.54022)"^^geo:wktLiteral ;
  geo-pos:lat "48.69011"^^xsd:decimal ;
  geo-pos:long "-1.54022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10429'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54022'^^xsd:double;
  dwc:latitude '48.69011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54022 48.69011, -1.54022 48.69011, -1.54022 48.69011, -1.54022 48.69011, -1.54022 48.69011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10429'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9746> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69555 -1.54022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69555 -1.54022)"^^geo:wktLiteral ;
  geo-pos:lat "48.69555"^^xsd:decimal ;
  geo-pos:long "-1.54022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9746'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9746'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54022'^^xsd:double;
  dwc:latitude '48.69555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54022 48.69555, -1.54022 48.69555, -1.54022 48.69555, -1.54022 48.69555, -1.54022 48.69555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9746'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71864 -1.54022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71864 -1.54022)"^^geo:wktLiteral ;
  geo-pos:lat "48.71864"^^xsd:decimal ;
  geo-pos:long "-1.54022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4353'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54022'^^xsd:double;
  dwc:latitude '48.71864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54022 48.71864, -1.54022 48.71864, -1.54022 48.71864, -1.54022 48.71864, -1.54022 48.71864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4353'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.54019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.54019)"^^geo:wktLiteral ;
  geo-pos:lat "48.69107"^^xsd:decimal ;
  geo-pos:long "-1.54019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10398'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54019'^^xsd:double;
  dwc:latitude '48.69107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54019 48.69107, -1.54019 48.69107, -1.54019 48.69107, -1.54019 48.69107, -1.54019 48.69107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10398'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69788 -1.54017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69788 -1.54017)"^^geo:wktLiteral ;
  geo-pos:lat "48.69788"^^xsd:decimal ;
  geo-pos:long "-1.54017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3412'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54017'^^xsd:double;
  dwc:latitude '48.69788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54017 48.69788, -1.54017 48.69788, -1.54017 48.69788, -1.54017 48.69788, -1.54017 48.69788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3412'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70851 -1.54017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70851"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70851 -1.54017)"^^geo:wktLiteral ;
  geo-pos:lat "48.70851"^^xsd:decimal ;
  geo-pos:long "-1.54017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1328'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54017'^^xsd:double;
  dwc:latitude '48.70851'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54017 48.70851, -1.54017 48.70851, -1.54017 48.70851, -1.54017 48.70851, -1.54017 48.70851))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1328'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69158 -1.54016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69158 -1.54016)"^^geo:wktLiteral ;
  geo-pos:lat "48.69158"^^xsd:decimal ;
  geo-pos:long "-1.54016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10315'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54016'^^xsd:double;
  dwc:latitude '48.69158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54016 48.69158, -1.54016 48.69158, -1.54016 48.69158, -1.54016 48.69158, -1.54016 48.69158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10315'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69049 -1.54014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69049 -1.54014)"^^geo:wktLiteral ;
  geo-pos:lat "48.69049"^^xsd:decimal ;
  geo-pos:long "-1.54014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10016'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54014'^^xsd:double;
  dwc:latitude '48.69049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54014 48.69049, -1.54014 48.69049, -1.54014 48.69049, -1.54014 48.69049, -1.54014 48.69049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10016'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69233 -1.54011)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54011"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69233 -1.54011)"^^geo:wktLiteral ;
  geo-pos:lat "48.69233"^^xsd:decimal ;
  geo-pos:long "-1.54011"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9744'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54011'^^xsd:double;
  dwc:latitude '48.69233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54011 48.69233, -1.54011 48.69233, -1.54011 48.69233, -1.54011 48.69233, -1.54011 48.69233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9744'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6889> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69978 -1.5401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69978 -1.5401)"^^geo:wktLiteral ;
  geo-pos:lat "48.69978"^^xsd:decimal ;
  geo-pos:long "-1.5401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6889'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6889'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5401'^^xsd:double;
  dwc:latitude '48.69978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5401 48.69978, -1.5401 48.69978, -1.5401 48.69978, -1.5401 48.69978, -1.5401 48.69978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6889'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67422 -1.54007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67422 -1.54007)"^^geo:wktLiteral ;
  geo-pos:lat "48.67422"^^xsd:decimal ;
  geo-pos:long "-1.54007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3304'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54007'^^xsd:double;
  dwc:latitude '48.67422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54007 48.67422, -1.54007 48.67422, -1.54007 48.67422, -1.54007 48.67422, -1.54007 48.67422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3304'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6578 -1.54005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6578 -1.54005)"^^geo:wktLiteral ;
  geo-pos:lat "48.6578"^^xsd:decimal ;
  geo-pos:long "-1.54005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6473'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54005'^^xsd:double;
  dwc:latitude '48.6578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54005 48.6578, -1.54005 48.6578, -1.54005 48.6578, -1.54005 48.6578, -1.54005 48.6578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6473'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67936 -1.54004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67936 -1.54004)"^^geo:wktLiteral ;
  geo-pos:lat "48.67936"^^xsd:decimal ;
  geo-pos:long "-1.54004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6615'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54004'^^xsd:double;
  dwc:latitude '48.67936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54004 48.67936, -1.54004 48.67936, -1.54004 48.67936, -1.54004 48.67936, -1.54004 48.67936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6615'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6925 -1.54004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6925 -1.54004)"^^geo:wktLiteral ;
  geo-pos:lat "48.6925"^^xsd:decimal ;
  geo-pos:long "-1.54004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6897'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54004'^^xsd:double;
  dwc:latitude '48.6925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54004 48.6925, -1.54004 48.6925, -1.54004 48.6925, -1.54004 48.6925, -1.54004 48.6925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6897'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69073 -1.54002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69073 -1.54002)"^^geo:wktLiteral ;
  geo-pos:lat "48.69073"^^xsd:decimal ;
  geo-pos:long "-1.54002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10397'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54002'^^xsd:double;
  dwc:latitude '48.69073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54002 48.69073, -1.54002 48.69073, -1.54002 48.69073, -1.54002 48.69073, -1.54002 48.69073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10397'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70003 -1.54002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70003 -1.54002)"^^geo:wktLiteral ;
  geo-pos:lat "48.70003"^^xsd:decimal ;
  geo-pos:long "-1.54002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2229'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54002'^^xsd:double;
  dwc:latitude '48.70003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54002 48.70003, -1.54002 48.70003, -1.54002 48.70003, -1.54002 48.70003, -1.54002 48.70003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2229'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7004 -1.54002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7004 -1.54002)"^^geo:wktLiteral ;
  geo-pos:lat "48.7004"^^xsd:decimal ;
  geo-pos:long "-1.54002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6723'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54002'^^xsd:double;
  dwc:latitude '48.7004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54002 48.7004, -1.54002 48.7004, -1.54002 48.7004, -1.54002 48.7004, -1.54002 48.7004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6723'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69524 -1.54001)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54001"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69524 -1.54001)"^^geo:wktLiteral ;
  geo-pos:lat "48.69524"^^xsd:decimal ;
  geo-pos:long "-1.54001"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2034'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54001'^^xsd:double;
  dwc:latitude '48.69524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54001 48.69524, -1.54001 48.69524, -1.54001 48.69524, -1.54001 48.69524, -1.54001 48.69524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2034'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.54)"^^geo:wktLiteral ;
  geo-pos:lat "48.69052"^^xsd:decimal ;
  geo-pos:long "-1.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10373'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54'^^xsd:double;
  dwc:latitude '48.69052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54 48.69052, -1.54 48.69052, -1.54 48.69052, -1.54 48.69052, -1.54 48.69052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10373'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71069 -1.54)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.54"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71069 -1.54)"^^geo:wktLiteral ;
  geo-pos:lat "48.71069"^^xsd:decimal ;
  geo-pos:long "-1.54"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9791'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.54'^^xsd:double;
  dwc:latitude '48.71069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.54 48.71069, -1.54 48.71069, -1.54 48.71069, -1.54 48.71069, -1.54 48.71069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9791'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70992 -1.53999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70992 -1.53999)"^^geo:wktLiteral ;
  geo-pos:lat "48.70992"^^xsd:decimal ;
  geo-pos:long "-1.53999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1216'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53999'^^xsd:double;
  dwc:latitude '48.70992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53999 48.70992, -1.53999 48.70992, -1.53999 48.70992, -1.53999 48.70992, -1.53999 48.70992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1216'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65582 -1.53998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65582 -1.53998)"^^geo:wktLiteral ;
  geo-pos:lat "48.65582"^^xsd:decimal ;
  geo-pos:long "-1.53998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7236'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53998'^^xsd:double;
  dwc:latitude '48.65582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53998 48.65582, -1.53998 48.65582, -1.53998 48.65582, -1.53998 48.65582, -1.53998 48.65582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7236'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69084 -1.53998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69084 -1.53998)"^^geo:wktLiteral ;
  geo-pos:lat "48.69084"^^xsd:decimal ;
  geo-pos:long "-1.53998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10473'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53998'^^xsd:double;
  dwc:latitude '48.69084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53998 48.69084, -1.53998 48.69084, -1.53998 48.69084, -1.53998 48.69084, -1.53998 48.69084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10473'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69691 -1.53998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69691 -1.53998)"^^geo:wktLiteral ;
  geo-pos:lat "48.69691"^^xsd:decimal ;
  geo-pos:long "-1.53998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1185'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53998'^^xsd:double;
  dwc:latitude '48.69691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53998 48.69691, -1.53998 48.69691, -1.53998 48.69691, -1.53998 48.69691, -1.53998 48.69691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1185'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72101 -1.53998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72101 -1.53998)"^^geo:wktLiteral ;
  geo-pos:lat "48.72101"^^xsd:decimal ;
  geo-pos:long "-1.53998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3567'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53998'^^xsd:double;
  dwc:latitude '48.72101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53998 48.72101, -1.53998 48.72101, -1.53998 48.72101, -1.53998 48.72101, -1.53998 48.72101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3567'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67464 -1.53997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67464 -1.53997)"^^geo:wktLiteral ;
  geo-pos:lat "48.67464"^^xsd:decimal ;
  geo-pos:long "-1.53997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1364'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53997'^^xsd:double;
  dwc:latitude '48.67464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53997 48.67464, -1.53997 48.67464, -1.53997 48.67464, -1.53997 48.67464, -1.53997 48.67464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1364'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67864 -1.53997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67864 -1.53997)"^^geo:wktLiteral ;
  geo-pos:lat "48.67864"^^xsd:decimal ;
  geo-pos:long "-1.53997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3105'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53997'^^xsd:double;
  dwc:latitude '48.67864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53997 48.67864, -1.53997 48.67864, -1.53997 48.67864, -1.53997 48.67864, -1.53997 48.67864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3105'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69543 -1.53994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69543 -1.53994)"^^geo:wktLiteral ;
  geo-pos:lat "48.69543"^^xsd:decimal ;
  geo-pos:long "-1.53994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10275'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53994'^^xsd:double;
  dwc:latitude '48.69543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53994 48.69543, -1.53994 48.69543, -1.53994 48.69543, -1.53994 48.69543, -1.53994 48.69543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10275'^^xsd:string;
  dwc:observationDate '2008-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71832 -1.53994)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71832"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53994"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71832 -1.53994)"^^geo:wktLiteral ;
  geo-pos:lat "48.71832"^^xsd:decimal ;
  geo-pos:long "-1.53994"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_217'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53994'^^xsd:double;
  dwc:latitude '48.71832'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53994 48.71832, -1.53994 48.71832, -1.53994 48.71832, -1.53994 48.71832, -1.53994 48.71832))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_217'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70104 -1.53993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70104 -1.53993)"^^geo:wktLiteral ;
  geo-pos:lat "48.70104"^^xsd:decimal ;
  geo-pos:long "-1.53993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6204'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53993'^^xsd:double;
  dwc:latitude '48.70104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53993 48.70104, -1.53993 48.70104, -1.53993 48.70104, -1.53993 48.70104, -1.53993 48.70104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6204'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69819 -1.53992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69819"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69819 -1.53992)"^^geo:wktLiteral ;
  geo-pos:lat "48.69819"^^xsd:decimal ;
  geo-pos:long "-1.53992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4977'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53992'^^xsd:double;
  dwc:latitude '48.69819'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53992 48.69819, -1.53992 48.69819, -1.53992 48.69819, -1.53992 48.69819, -1.53992 48.69819))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4977'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_214> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71939 -1.53992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71939 -1.53992)"^^geo:wktLiteral ;
  geo-pos:lat "48.71939"^^xsd:decimal ;
  geo-pos:long "-1.53992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_214'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_214'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53992'^^xsd:double;
  dwc:latitude '48.71939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53992 48.71939, -1.53992 48.71939, -1.53992 48.71939, -1.53992 48.71939, -1.53992 48.71939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_214'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72175 -1.53992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72175 -1.53992)"^^geo:wktLiteral ;
  geo-pos:lat "48.72175"^^xsd:decimal ;
  geo-pos:long "-1.53992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3271'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53992'^^xsd:double;
  dwc:latitude '48.72175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53992 48.72175, -1.53992 48.72175, -1.53992 48.72175, -1.53992 48.72175, -1.53992 48.72175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3271'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6776 -1.53991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6776 -1.53991)"^^geo:wktLiteral ;
  geo-pos:lat "48.6776"^^xsd:decimal ;
  geo-pos:long "-1.53991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7166'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53991'^^xsd:double;
  dwc:latitude '48.6776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53991 48.6776, -1.53991 48.6776, -1.53991 48.6776, -1.53991 48.6776, -1.53991 48.6776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7166'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.53991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.53991)"^^geo:wktLiteral ;
  geo-pos:lat "48.69048"^^xsd:decimal ;
  geo-pos:long "-1.53991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9767'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53991'^^xsd:double;
  dwc:latitude '48.69048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53991 48.69048, -1.53991 48.69048, -1.53991 48.69048, -1.53991 48.69048, -1.53991 48.69048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9767'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72652 -1.5399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72652"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72652 -1.5399)"^^geo:wktLiteral ;
  geo-pos:lat "48.72652"^^xsd:decimal ;
  geo-pos:long "-1.5399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_472'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5399'^^xsd:double;
  dwc:latitude '48.72652'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5399 48.72652, -1.5399 48.72652, -1.5399 48.72652, -1.5399 48.72652, -1.5399 48.72652))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_472'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7007 -1.53989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7007 -1.53989)"^^geo:wktLiteral ;
  geo-pos:lat "48.7007"^^xsd:decimal ;
  geo-pos:long "-1.53989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7260'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53989'^^xsd:double;
  dwc:latitude '48.7007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53989 48.7007, -1.53989 48.7007, -1.53989 48.7007, -1.53989 48.7007, -1.53989 48.7007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7260'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70359 -1.53989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70359 -1.53989)"^^geo:wktLiteral ;
  geo-pos:lat "48.70359"^^xsd:decimal ;
  geo-pos:long "-1.53989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8069'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53989'^^xsd:double;
  dwc:latitude '48.70359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53989 48.70359, -1.53989 48.70359, -1.53989 48.70359, -1.53989 48.70359, -1.53989 48.70359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8069'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71202 -1.53989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71202"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71202 -1.53989)"^^geo:wktLiteral ;
  geo-pos:lat "48.71202"^^xsd:decimal ;
  geo-pos:long "-1.53989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8055'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53989'^^xsd:double;
  dwc:latitude '48.71202'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53989 48.71202, -1.53989 48.71202, -1.53989 48.71202, -1.53989 48.71202, -1.53989 48.71202))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8055'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69792 -1.53988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69792 -1.53988)"^^geo:wktLiteral ;
  geo-pos:lat "48.69792"^^xsd:decimal ;
  geo-pos:long "-1.53988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9229'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53988'^^xsd:double;
  dwc:latitude '48.69792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53988 48.69792, -1.53988 48.69792, -1.53988 48.69792, -1.53988 48.69792, -1.53988 48.69792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9229'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10102> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72483 -1.53988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72483"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72483 -1.53988)"^^geo:wktLiteral ;
  geo-pos:lat "48.72483"^^xsd:decimal ;
  geo-pos:long "-1.53988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10102'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10102'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53988'^^xsd:double;
  dwc:latitude '48.72483'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53988 48.72483, -1.53988 48.72483, -1.53988 48.72483, -1.53988 48.72483, -1.53988 48.72483))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10102'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72795 -1.53988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72795 -1.53988)"^^geo:wktLiteral ;
  geo-pos:lat "48.72795"^^xsd:decimal ;
  geo-pos:long "-1.53988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10222'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53988'^^xsd:double;
  dwc:latitude '48.72795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53988 48.72795, -1.53988 48.72795, -1.53988 48.72795, -1.53988 48.72795, -1.53988 48.72795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10222'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68234 -1.53987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68234 -1.53987)"^^geo:wktLiteral ;
  geo-pos:lat "48.68234"^^xsd:decimal ;
  geo-pos:long "-1.53987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10458'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53987'^^xsd:double;
  dwc:latitude '48.68234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53987 48.68234, -1.53987 48.68234, -1.53987 48.68234, -1.53987 48.68234, -1.53987 48.68234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10458'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69038 -1.53986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69038 -1.53986)"^^geo:wktLiteral ;
  geo-pos:lat "48.69038"^^xsd:decimal ;
  geo-pos:long "-1.53986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10251'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53986'^^xsd:double;
  dwc:latitude '48.69038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53986 48.69038, -1.53986 48.69038, -1.53986 48.69038, -1.53986 48.69038, -1.53986 48.69038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10251'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69643 -1.53985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69643 -1.53985)"^^geo:wktLiteral ;
  geo-pos:lat "48.69643"^^xsd:decimal ;
  geo-pos:long "-1.53985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2692'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53985'^^xsd:double;
  dwc:latitude '48.69643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53985 48.69643, -1.53985 48.69643, -1.53985 48.69643, -1.53985 48.69643, -1.53985 48.69643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2692'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71594 -1.53985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71594 -1.53985)"^^geo:wktLiteral ;
  geo-pos:lat "48.71594"^^xsd:decimal ;
  geo-pos:long "-1.53985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3276'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53985'^^xsd:double;
  dwc:latitude '48.71594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53985 48.71594, -1.53985 48.71594, -1.53985 48.71594, -1.53985 48.71594, -1.53985 48.71594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3276'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69084 -1.53984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69084 -1.53984)"^^geo:wktLiteral ;
  geo-pos:lat "48.69084"^^xsd:decimal ;
  geo-pos:long "-1.53984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9759'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53984'^^xsd:double;
  dwc:latitude '48.69084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53984 48.69084, -1.53984 48.69084, -1.53984 48.69084, -1.53984 48.69084, -1.53984 48.69084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9759'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7212 -1.53984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7212"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7212 -1.53984)"^^geo:wktLiteral ;
  geo-pos:lat "48.7212"^^xsd:decimal ;
  geo-pos:long "-1.53984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9589'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53984'^^xsd:double;
  dwc:latitude '48.7212'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53984 48.7212, -1.53984 48.7212, -1.53984 48.7212, -1.53984 48.7212, -1.53984 48.7212))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9589'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64973 -1.53983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64973 -1.53983)"^^geo:wktLiteral ;
  geo-pos:lat "48.64973"^^xsd:decimal ;
  geo-pos:long "-1.53983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11170'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53983'^^xsd:double;
  dwc:latitude '48.64973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53983 48.64973, -1.53983 48.64973, -1.53983 48.64973, -1.53983 48.64973, -1.53983 48.64973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11170'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72366 -1.53983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72366"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72366 -1.53983)"^^geo:wktLiteral ;
  geo-pos:lat "48.72366"^^xsd:decimal ;
  geo-pos:long "-1.53983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_513'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53983'^^xsd:double;
  dwc:latitude '48.72366'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53983 48.72366, -1.53983 48.72366, -1.53983 48.72366, -1.53983 48.72366, -1.53983 48.72366))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_513'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7277 -1.53983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7277 -1.53983)"^^geo:wktLiteral ;
  geo-pos:lat "48.7277"^^xsd:decimal ;
  geo-pos:long "-1.53983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9467'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53983'^^xsd:double;
  dwc:latitude '48.7277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53983 48.7277, -1.53983 48.7277, -1.53983 48.7277, -1.53983 48.7277, -1.53983 48.7277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9467'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.687 -1.53982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.687 -1.53982)"^^geo:wktLiteral ;
  geo-pos:lat "48.687"^^xsd:decimal ;
  geo-pos:long "-1.53982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4610'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53982'^^xsd:double;
  dwc:latitude '48.687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53982 48.687, -1.53982 48.687, -1.53982 48.687, -1.53982 48.687, -1.53982 48.687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4610'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68704 -1.53982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68704 -1.53982)"^^geo:wktLiteral ;
  geo-pos:lat "48.68704"^^xsd:decimal ;
  geo-pos:long "-1.53982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8535'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53982'^^xsd:double;
  dwc:latitude '48.68704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53982 48.68704, -1.53982 48.68704, -1.53982 48.68704, -1.53982 48.68704, -1.53982 48.68704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8535'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70121 -1.53982)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53982"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70121 -1.53982)"^^geo:wktLiteral ;
  geo-pos:lat "48.70121"^^xsd:decimal ;
  geo-pos:long "-1.53982"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8137'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53982'^^xsd:double;
  dwc:latitude '48.70121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53982 48.70121, -1.53982 48.70121, -1.53982 48.70121, -1.53982 48.70121, -1.53982 48.70121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8137'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69799 -1.53981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69799 -1.53981)"^^geo:wktLiteral ;
  geo-pos:lat "48.69799"^^xsd:decimal ;
  geo-pos:long "-1.53981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5855'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53981'^^xsd:double;
  dwc:latitude '48.69799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53981 48.69799, -1.53981 48.69799, -1.53981 48.69799, -1.53981 48.69799, -1.53981 48.69799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5855'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68217 -1.5398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68217 -1.5398)"^^geo:wktLiteral ;
  geo-pos:lat "48.68217"^^xsd:decimal ;
  geo-pos:long "-1.5398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9266'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5398'^^xsd:double;
  dwc:latitude '48.68217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5398 48.68217, -1.5398 48.68217, -1.5398 48.68217, -1.5398 48.68217, -1.5398 48.68217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9266'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68358 -1.5398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68358 -1.5398)"^^geo:wktLiteral ;
  geo-pos:lat "48.68358"^^xsd:decimal ;
  geo-pos:long "-1.5398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10519'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5398'^^xsd:double;
  dwc:latitude '48.68358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5398 48.68358, -1.5398 48.68358, -1.5398 48.68358, -1.5398 48.68358, -1.5398 48.68358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10519'^^xsd:string;
  dwc:observationDate '2008-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71322 -1.5398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71322 -1.5398)"^^geo:wktLiteral ;
  geo-pos:lat "48.71322"^^xsd:decimal ;
  geo-pos:long "-1.5398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4479'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5398'^^xsd:double;
  dwc:latitude '48.71322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5398 48.71322, -1.5398 48.71322, -1.5398 48.71322, -1.5398 48.71322, -1.5398 48.71322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4479'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69297 -1.53979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69297 -1.53979)"^^geo:wktLiteral ;
  geo-pos:lat "48.69297"^^xsd:decimal ;
  geo-pos:long "-1.53979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7281'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53979'^^xsd:double;
  dwc:latitude '48.69297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53979 48.69297, -1.53979 48.69297, -1.53979 48.69297, -1.53979 48.69297, -1.53979 48.69297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7281'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6821 -1.53977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6821 -1.53977)"^^geo:wktLiteral ;
  geo-pos:lat "48.6821"^^xsd:decimal ;
  geo-pos:long "-1.53977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10621'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.36666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53977'^^xsd:double;
  dwc:latitude '48.6821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53977 48.6821, -1.53977 48.6821, -1.53977 48.6821, -1.53977 48.6821, -1.53977 48.6821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10621'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7186 -1.53976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7186"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7186 -1.53976)"^^geo:wktLiteral ;
  geo-pos:lat "48.7186"^^xsd:decimal ;
  geo-pos:long "-1.53976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1855'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53976'^^xsd:double;
  dwc:latitude '48.7186'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53976 48.7186, -1.53976 48.7186, -1.53976 48.7186, -1.53976 48.7186, -1.53976 48.7186))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1855'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69924 -1.53974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69924"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69924 -1.53974)"^^geo:wktLiteral ;
  geo-pos:lat "48.69924"^^xsd:decimal ;
  geo-pos:long "-1.53974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9797'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53974'^^xsd:double;
  dwc:latitude '48.69924'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53974 48.69924, -1.53974 48.69924, -1.53974 48.69924, -1.53974 48.69924, -1.53974 48.69924))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9797'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6561 -1.53973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6561 -1.53973)"^^geo:wktLiteral ;
  geo-pos:lat "48.6561"^^xsd:decimal ;
  geo-pos:long "-1.53973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11886'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53973'^^xsd:double;
  dwc:latitude '48.6561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53973 48.6561, -1.53973 48.6561, -1.53973 48.6561, -1.53973 48.6561, -1.53973 48.6561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11886'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3531> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68874 -1.53972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68874 -1.53972)"^^geo:wktLiteral ;
  geo-pos:lat "48.68874"^^xsd:decimal ;
  geo-pos:long "-1.53972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3531'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3531'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53972'^^xsd:double;
  dwc:latitude '48.68874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53972 48.68874, -1.53972 48.68874, -1.53972 48.68874, -1.53972 48.68874, -1.53972 48.68874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3531'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71788 -1.53971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71788 -1.53971)"^^geo:wktLiteral ;
  geo-pos:lat "48.71788"^^xsd:decimal ;
  geo-pos:long "-1.53971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9166'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53971'^^xsd:double;
  dwc:latitude '48.71788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53971 48.71788, -1.53971 48.71788, -1.53971 48.71788, -1.53971 48.71788, -1.53971 48.71788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9166'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71828 -1.53971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71828 -1.53971)"^^geo:wktLiteral ;
  geo-pos:lat "48.71828"^^xsd:decimal ;
  geo-pos:long "-1.53971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3258'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53971'^^xsd:double;
  dwc:latitude '48.71828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53971 48.71828, -1.53971 48.71828, -1.53971 48.71828, -1.53971 48.71828, -1.53971 48.71828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3258'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67679 -1.5397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67679 -1.5397)"^^geo:wktLiteral ;
  geo-pos:lat "48.67679"^^xsd:decimal ;
  geo-pos:long "-1.5397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9265'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5397'^^xsd:double;
  dwc:latitude '48.67679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5397 48.67679, -1.5397 48.67679, -1.5397 48.67679, -1.5397 48.67679, -1.5397 48.67679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9265'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69639 -1.5397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69639 -1.5397)"^^geo:wktLiteral ;
  geo-pos:lat "48.69639"^^xsd:decimal ;
  geo-pos:long "-1.5397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4342'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5397'^^xsd:double;
  dwc:latitude '48.69639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5397 48.69639, -1.5397 48.69639, -1.5397 48.69639, -1.5397 48.69639, -1.5397 48.69639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4342'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70214 -1.5397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70214 -1.5397)"^^geo:wktLiteral ;
  geo-pos:lat "48.70214"^^xsd:decimal ;
  geo-pos:long "-1.5397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_816'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5397'^^xsd:double;
  dwc:latitude '48.70214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5397 48.70214, -1.5397 48.70214, -1.5397 48.70214, -1.5397 48.70214, -1.5397 48.70214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_816'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71813 -1.5397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71813 -1.5397)"^^geo:wktLiteral ;
  geo-pos:lat "48.71813"^^xsd:decimal ;
  geo-pos:long "-1.5397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1289'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5397'^^xsd:double;
  dwc:latitude '48.71813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5397 48.71813, -1.5397 48.71813, -1.5397 48.71813, -1.5397 48.71813, -1.5397 48.71813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1289'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68725 -1.53969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68725 -1.53969)"^^geo:wktLiteral ;
  geo-pos:lat "48.68725"^^xsd:decimal ;
  geo-pos:long "-1.53969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3079'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53969'^^xsd:double;
  dwc:latitude '48.68725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53969 48.68725, -1.53969 48.68725, -1.53969 48.68725, -1.53969 48.68725, -1.53969 48.68725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3079'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69448 -1.53968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69448"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69448 -1.53968)"^^geo:wktLiteral ;
  geo-pos:lat "48.69448"^^xsd:decimal ;
  geo-pos:long "-1.53968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_685'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53968'^^xsd:double;
  dwc:latitude '48.69448'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53968 48.69448, -1.53968 48.69448, -1.53968 48.69448, -1.53968 48.69448, -1.53968 48.69448))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_685'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68383 -1.53967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68383 -1.53967)"^^geo:wktLiteral ;
  geo-pos:lat "48.68383"^^xsd:decimal ;
  geo-pos:long "-1.53967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1139'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53967'^^xsd:double;
  dwc:latitude '48.68383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53967 48.68383, -1.53967 48.68383, -1.53967 48.68383, -1.53967 48.68383, -1.53967 48.68383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1139'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69866 -1.53967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69866 -1.53967)"^^geo:wktLiteral ;
  geo-pos:lat "48.69866"^^xsd:decimal ;
  geo-pos:long "-1.53967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6662'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53967'^^xsd:double;
  dwc:latitude '48.69866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53967 48.69866, -1.53967 48.69866, -1.53967 48.69866, -1.53967 48.69866, -1.53967 48.69866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6662'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65396 -1.53966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65396 -1.53966)"^^geo:wktLiteral ;
  geo-pos:lat "48.65396"^^xsd:decimal ;
  geo-pos:long "-1.53966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11471'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53966'^^xsd:double;
  dwc:latitude '48.65396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53966 48.65396, -1.53966 48.65396, -1.53966 48.65396, -1.53966 48.65396, -1.53966 48.65396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11471'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65713 -1.53964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65713"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65713 -1.53964)"^^geo:wktLiteral ;
  geo-pos:lat "48.65713"^^xsd:decimal ;
  geo-pos:long "-1.53964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11885'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53964'^^xsd:double;
  dwc:latitude '48.65713'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53964 48.65713, -1.53964 48.65713, -1.53964 48.65713, -1.53964 48.65713, -1.53964 48.65713))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11885'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7094 -1.53962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7094 -1.53962)"^^geo:wktLiteral ;
  geo-pos:lat "48.7094"^^xsd:decimal ;
  geo-pos:long "-1.53962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9447'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53962'^^xsd:double;
  dwc:latitude '48.7094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53962 48.7094, -1.53962 48.7094, -1.53962 48.7094, -1.53962 48.7094, -1.53962 48.7094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9447'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70235 -1.53961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70235"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70235 -1.53961)"^^geo:wktLiteral ;
  geo-pos:lat "48.70235"^^xsd:decimal ;
  geo-pos:long "-1.53961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4088'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53961'^^xsd:double;
  dwc:latitude '48.70235'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53961 48.70235, -1.53961 48.70235, -1.53961 48.70235, -1.53961 48.70235, -1.53961 48.70235))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4088'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72264 -1.53961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72264 -1.53961)"^^geo:wktLiteral ;
  geo-pos:lat "48.72264"^^xsd:decimal ;
  geo-pos:long "-1.53961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9178'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53961'^^xsd:double;
  dwc:latitude '48.72264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53961 48.72264, -1.53961 48.72264, -1.53961 48.72264, -1.53961 48.72264, -1.53961 48.72264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9178'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.719 -1.53956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.719 -1.53956)"^^geo:wktLiteral ;
  geo-pos:lat "48.719"^^xsd:decimal ;
  geo-pos:long "-1.53956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_906'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '7.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53956'^^xsd:double;
  dwc:latitude '48.719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53956 48.719, -1.53956 48.719, -1.53956 48.719, -1.53956 48.719, -1.53956 48.719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_906'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72558 -1.53956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72558 -1.53956)"^^geo:wktLiteral ;
  geo-pos:lat "48.72558"^^xsd:decimal ;
  geo-pos:long "-1.53956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9140'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53956'^^xsd:double;
  dwc:latitude '48.72558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53956 48.72558, -1.53956 48.72558, -1.53956 48.72558, -1.53956 48.72558, -1.53956 48.72558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9140'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69756 -1.53955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69756 -1.53955)"^^geo:wktLiteral ;
  geo-pos:lat "48.69756"^^xsd:decimal ;
  geo-pos:long "-1.53955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1396'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53955'^^xsd:double;
  dwc:latitude '48.69756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53955 48.69756, -1.53955 48.69756, -1.53955 48.69756, -1.53955 48.69756, -1.53955 48.69756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1396'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_983> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71081 -1.53955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71081 -1.53955)"^^geo:wktLiteral ;
  geo-pos:lat "48.71081"^^xsd:decimal ;
  geo-pos:long "-1.53955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_983'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_983'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53955'^^xsd:double;
  dwc:latitude '48.71081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53955 48.71081, -1.53955 48.71081, -1.53955 48.71081, -1.53955 48.71081, -1.53955 48.71081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_983'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69628 -1.53954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69628 -1.53954)"^^geo:wktLiteral ;
  geo-pos:lat "48.69628"^^xsd:decimal ;
  geo-pos:long "-1.53954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10371'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53954'^^xsd:double;
  dwc:latitude '48.69628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53954 48.69628, -1.53954 48.69628, -1.53954 48.69628, -1.53954 48.69628, -1.53954 48.69628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10371'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69712 -1.53952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69712 -1.53952)"^^geo:wktLiteral ;
  geo-pos:lat "48.69712"^^xsd:decimal ;
  geo-pos:long "-1.53952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2694'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53952'^^xsd:double;
  dwc:latitude '48.69712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53952 48.69712, -1.53952 48.69712, -1.53952 48.69712, -1.53952 48.69712, -1.53952 48.69712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2694'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69878 -1.53952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69878 -1.53952)"^^geo:wktLiteral ;
  geo-pos:lat "48.69878"^^xsd:decimal ;
  geo-pos:long "-1.53952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9875'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53952'^^xsd:double;
  dwc:latitude '48.69878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53952 48.69878, -1.53952 48.69878, -1.53952 48.69878, -1.53952 48.69878, -1.53952 48.69878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9875'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7019 -1.53952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7019"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7019 -1.53952)"^^geo:wktLiteral ;
  geo-pos:lat "48.7019"^^xsd:decimal ;
  geo-pos:long "-1.53952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4885'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '11.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53952'^^xsd:double;
  dwc:latitude '48.7019'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53952 48.7019, -1.53952 48.7019, -1.53952 48.7019, -1.53952 48.7019, -1.53952 48.7019))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4885'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6564 -1.53951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6564 -1.53951)"^^geo:wktLiteral ;
  geo-pos:lat "48.6564"^^xsd:decimal ;
  geo-pos:long "-1.53951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11054'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53951'^^xsd:double;
  dwc:latitude '48.6564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53951 48.6564, -1.53951 48.6564, -1.53951 48.6564, -1.53951 48.6564, -1.53951 48.6564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11054'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6988 -1.53951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6988 -1.53951)"^^geo:wktLiteral ;
  geo-pos:lat "48.6988"^^xsd:decimal ;
  geo-pos:long "-1.53951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3192'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53951'^^xsd:double;
  dwc:latitude '48.6988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53951 48.6988, -1.53951 48.6988, -1.53951 48.6988, -1.53951 48.6988, -1.53951 48.6988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3192'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66117 -1.5395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66117 -1.5395)"^^geo:wktLiteral ;
  geo-pos:lat "48.66117"^^xsd:decimal ;
  geo-pos:long "-1.5395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11068'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5395'^^xsd:double;
  dwc:latitude '48.66117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5395 48.66117, -1.5395 48.66117, -1.5395 48.66117, -1.5395 48.66117, -1.5395 48.66117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11068'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69739 -1.5395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69739 -1.5395)"^^geo:wktLiteral ;
  geo-pos:lat "48.69739"^^xsd:decimal ;
  geo-pos:long "-1.5395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8030'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5395'^^xsd:double;
  dwc:latitude '48.69739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5395 48.69739, -1.5395 48.69739, -1.5395 48.69739, -1.5395 48.69739, -1.5395 48.69739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8030'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6929 -1.53948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6929 -1.53948)"^^geo:wktLiteral ;
  geo-pos:lat "48.6929"^^xsd:decimal ;
  geo-pos:long "-1.53948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10028'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53948'^^xsd:double;
  dwc:latitude '48.6929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53948 48.6929, -1.53948 48.6929, -1.53948 48.6929, -1.53948 48.6929, -1.53948 48.6929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10028'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69334 -1.53948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69334 -1.53948)"^^geo:wktLiteral ;
  geo-pos:lat "48.69334"^^xsd:decimal ;
  geo-pos:long "-1.53948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4584'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53948'^^xsd:double;
  dwc:latitude '48.69334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53948 48.69334, -1.53948 48.69334, -1.53948 48.69334, -1.53948 48.69334, -1.53948 48.69334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4584'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70794 -1.53948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70794 -1.53948)"^^geo:wktLiteral ;
  geo-pos:lat "48.70794"^^xsd:decimal ;
  geo-pos:long "-1.53948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6792'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53948'^^xsd:double;
  dwc:latitude '48.70794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53948 48.70794, -1.53948 48.70794, -1.53948 48.70794, -1.53948 48.70794, -1.53948 48.70794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6792'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69345 -1.53946)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53946"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69345 -1.53946)"^^geo:wktLiteral ;
  geo-pos:lat "48.69345"^^xsd:decimal ;
  geo-pos:long "-1.53946"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2697'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53946'^^xsd:double;
  dwc:latitude '48.69345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53946 48.69345, -1.53946 48.69345, -1.53946 48.69345, -1.53946 48.69345, -1.53946 48.69345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2697'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66854 -1.53945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66854 -1.53945)"^^geo:wktLiteral ;
  geo-pos:lat "48.66854"^^xsd:decimal ;
  geo-pos:long "-1.53945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6130'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53945'^^xsd:double;
  dwc:latitude '48.66854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53945 48.66854, -1.53945 48.66854, -1.53945 48.66854, -1.53945 48.66854, -1.53945 48.66854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6130'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69477 -1.53945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69477"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69477 -1.53945)"^^geo:wktLiteral ;
  geo-pos:lat "48.69477"^^xsd:decimal ;
  geo-pos:long "-1.53945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7989'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53945'^^xsd:double;
  dwc:latitude '48.69477'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53945 48.69477, -1.53945 48.69477, -1.53945 48.69477, -1.53945 48.69477, -1.53945 48.69477))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7989'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70673 -1.53945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70673 -1.53945)"^^geo:wktLiteral ;
  geo-pos:lat "48.70673"^^xsd:decimal ;
  geo-pos:long "-1.53945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4318'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53945'^^xsd:double;
  dwc:latitude '48.70673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53945 48.70673, -1.53945 48.70673, -1.53945 48.70673, -1.53945 48.70673, -1.53945 48.70673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4318'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72128 -1.53944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72128 -1.53944)"^^geo:wktLiteral ;
  geo-pos:lat "48.72128"^^xsd:decimal ;
  geo-pos:long "-1.53944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1294'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53944'^^xsd:double;
  dwc:latitude '48.72128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53944 48.72128, -1.53944 48.72128, -1.53944 48.72128, -1.53944 48.72128, -1.53944 48.72128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1294'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69706 -1.53943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69706 -1.53943)"^^geo:wktLiteral ;
  geo-pos:lat "48.69706"^^xsd:decimal ;
  geo-pos:long "-1.53943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9316'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53943'^^xsd:double;
  dwc:latitude '48.69706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53943 48.69706, -1.53943 48.69706, -1.53943 48.69706, -1.53943 48.69706, -1.53943 48.69706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9316'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72389 -1.53943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72389 -1.53943)"^^geo:wktLiteral ;
  geo-pos:lat "48.72389"^^xsd:decimal ;
  geo-pos:long "-1.53943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5914'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.91666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53943'^^xsd:double;
  dwc:latitude '48.72389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53943 48.72389, -1.53943 48.72389, -1.53943 48.72389, -1.53943 48.72389, -1.53943 48.72389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5914'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69964 -1.53942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69964 -1.53942)"^^geo:wktLiteral ;
  geo-pos:lat "48.69964"^^xsd:decimal ;
  geo-pos:long "-1.53942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6632'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53942'^^xsd:double;
  dwc:latitude '48.69964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53942 48.69964, -1.53942 48.69964, -1.53942 48.69964, -1.53942 48.69964, -1.53942 48.69964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6632'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69024 -1.53941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69024"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69024 -1.53941)"^^geo:wktLiteral ;
  geo-pos:lat "48.69024"^^xsd:decimal ;
  geo-pos:long "-1.53941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_9745'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53941'^^xsd:double;
  dwc:latitude '48.69024'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53941 48.69024, -1.53941 48.69024, -1.53941 48.69024, -1.53941 48.69024, -1.53941 48.69024))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9745'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7177 -1.5394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7177 -1.5394)"^^geo:wktLiteral ;
  geo-pos:lat "48.7177"^^xsd:decimal ;
  geo-pos:long "-1.5394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_216'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5394'^^xsd:double;
  dwc:latitude '48.7177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5394 48.7177, -1.5394 48.7177, -1.5394 48.7177, -1.5394 48.7177, -1.5394 48.7177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_216'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7172 -1.53939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7172 -1.53939)"^^geo:wktLiteral ;
  geo-pos:lat "48.7172"^^xsd:decimal ;
  geo-pos:long "-1.53939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_730'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53939'^^xsd:double;
  dwc:latitude '48.7172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53939 48.7172, -1.53939 48.7172, -1.53939 48.7172, -1.53939 48.7172, -1.53939 48.7172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_730'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72258 -1.53939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72258 -1.53939)"^^geo:wktLiteral ;
  geo-pos:lat "48.72258"^^xsd:decimal ;
  geo-pos:long "-1.53939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4641'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53939'^^xsd:double;
  dwc:latitude '48.72258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53939 48.72258, -1.53939 48.72258, -1.53939 48.72258, -1.53939 48.72258, -1.53939 48.72258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4641'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71996 -1.53938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71996"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71996 -1.53938)"^^geo:wktLiteral ;
  geo-pos:lat "48.71996"^^xsd:decimal ;
  geo-pos:long "-1.53938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4390'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53938'^^xsd:double;
  dwc:latitude '48.71996'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53938 48.71996, -1.53938 48.71996, -1.53938 48.71996, -1.53938 48.71996, -1.53938 48.71996))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4390'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72318 -1.53938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72318 -1.53938)"^^geo:wktLiteral ;
  geo-pos:lat "48.72318"^^xsd:decimal ;
  geo-pos:long "-1.53938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9093'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '23.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53938'^^xsd:double;
  dwc:latitude '48.72318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53938 48.72318, -1.53938 48.72318, -1.53938 48.72318, -1.53938 48.72318, -1.53938 48.72318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9093'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66188 -1.53937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66188 -1.53937)"^^geo:wktLiteral ;
  geo-pos:lat "48.66188"^^xsd:decimal ;
  geo-pos:long "-1.53937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11605'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53937'^^xsd:double;
  dwc:latitude '48.66188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53937 48.66188, -1.53937 48.66188, -1.53937 48.66188, -1.53937 48.66188, -1.53937 48.66188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11605'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69902 -1.53937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69902 -1.53937)"^^geo:wktLiteral ;
  geo-pos:lat "48.69902"^^xsd:decimal ;
  geo-pos:long "-1.53937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10314'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53937'^^xsd:double;
  dwc:latitude '48.69902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53937 48.69902, -1.53937 48.69902, -1.53937 48.69902, -1.53937 48.69902, -1.53937 48.69902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10314'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69948 -1.53937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69948 -1.53937)"^^geo:wktLiteral ;
  geo-pos:lat "48.69948"^^xsd:decimal ;
  geo-pos:long "-1.53937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2228'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53937'^^xsd:double;
  dwc:latitude '48.69948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53937 48.69948, -1.53937 48.69948, -1.53937 48.69948, -1.53937 48.69948, -1.53937 48.69948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2228'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7125 -1.53937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7125 -1.53937)"^^geo:wktLiteral ;
  geo-pos:lat "48.7125"^^xsd:decimal ;
  geo-pos:long "-1.53937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3317'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53937'^^xsd:double;
  dwc:latitude '48.7125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53937 48.7125, -1.53937 48.7125, -1.53937 48.7125, -1.53937 48.7125, -1.53937 48.7125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3317'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2212> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71352 -1.53937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71352 -1.53937)"^^geo:wktLiteral ;
  geo-pos:lat "48.71352"^^xsd:decimal ;
  geo-pos:long "-1.53937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2212'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2212'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53937'^^xsd:double;
  dwc:latitude '48.71352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53937 48.71352, -1.53937 48.71352, -1.53937 48.71352, -1.53937 48.71352, -1.53937 48.71352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2212'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69224 -1.53935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69224 -1.53935)"^^geo:wktLiteral ;
  geo-pos:lat "48.69224"^^xsd:decimal ;
  geo-pos:long "-1.53935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1688'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53935'^^xsd:double;
  dwc:latitude '48.69224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53935 48.69224, -1.53935 48.69224, -1.53935 48.69224, -1.53935 48.69224, -1.53935 48.69224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1688'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69535 -1.53934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69535 -1.53934)"^^geo:wktLiteral ;
  geo-pos:lat "48.69535"^^xsd:decimal ;
  geo-pos:long "-1.53934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9696'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53934'^^xsd:double;
  dwc:latitude '48.69535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53934 48.69535, -1.53934 48.69535, -1.53934 48.69535, -1.53934 48.69535, -1.53934 48.69535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9696'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70736 -1.53934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70736 -1.53934)"^^geo:wktLiteral ;
  geo-pos:lat "48.70736"^^xsd:decimal ;
  geo-pos:long "-1.53934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4230'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53934'^^xsd:double;
  dwc:latitude '48.70736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53934 48.70736, -1.53934 48.70736, -1.53934 48.70736, -1.53934 48.70736, -1.53934 48.70736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4230'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69528 -1.53933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69528 -1.53933)"^^geo:wktLiteral ;
  geo-pos:lat "48.69528"^^xsd:decimal ;
  geo-pos:long "-1.53933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8907'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53933'^^xsd:double;
  dwc:latitude '48.69528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53933 48.69528, -1.53933 48.69528, -1.53933 48.69528, -1.53933 48.69528, -1.53933 48.69528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8907'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5859> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69959 -1.53933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69959 -1.53933)"^^geo:wktLiteral ;
  geo-pos:lat "48.69959"^^xsd:decimal ;
  geo-pos:long "-1.53933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5859'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5859'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53933'^^xsd:double;
  dwc:latitude '48.69959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53933 48.69959, -1.53933 48.69959, -1.53933 48.69959, -1.53933 48.69959, -1.53933 48.69959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5859'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69309 -1.53932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69309 -1.53932)"^^geo:wktLiteral ;
  geo-pos:lat "48.69309"^^xsd:decimal ;
  geo-pos:long "-1.53932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9795'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53932'^^xsd:double;
  dwc:latitude '48.69309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53932 48.69309, -1.53932 48.69309, -1.53932 48.69309, -1.53932 48.69309, -1.53932 48.69309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9795'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6936 -1.53932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6936"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6936 -1.53932)"^^geo:wktLiteral ;
  geo-pos:lat "48.6936"^^xsd:decimal ;
  geo-pos:long "-1.53932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2691'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53932'^^xsd:double;
  dwc:latitude '48.6936'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53932 48.6936, -1.53932 48.6936, -1.53932 48.6936, -1.53932 48.6936, -1.53932 48.6936))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2691'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69883 -1.53932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69883 -1.53932)"^^geo:wktLiteral ;
  geo-pos:lat "48.69883"^^xsd:decimal ;
  geo-pos:long "-1.53932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7171'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53932'^^xsd:double;
  dwc:latitude '48.69883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53932 48.69883, -1.53932 48.69883, -1.53932 48.69883, -1.53932 48.69883, -1.53932 48.69883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7171'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69911 -1.53932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69911 -1.53932)"^^geo:wktLiteral ;
  geo-pos:lat "48.69911"^^xsd:decimal ;
  geo-pos:long "-1.53932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10313'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53932'^^xsd:double;
  dwc:latitude '48.69911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53932 48.69911, -1.53932 48.69911, -1.53932 48.69911, -1.53932 48.69911, -1.53932 48.69911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10313'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_166> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.53932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.53932)"^^geo:wktLiteral ;
  geo-pos:lat "48.71052"^^xsd:decimal ;
  geo-pos:long "-1.53932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_166'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_166'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53932'^^xsd:double;
  dwc:latitude '48.71052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53932 48.71052, -1.53932 48.71052, -1.53932 48.71052, -1.53932 48.71052, -1.53932 48.71052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_166'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69664 -1.53931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69664 -1.53931)"^^geo:wktLiteral ;
  geo-pos:lat "48.69664"^^xsd:decimal ;
  geo-pos:long "-1.53931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_954'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53931'^^xsd:double;
  dwc:latitude '48.69664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53931 48.69664, -1.53931 48.69664, -1.53931 48.69664, -1.53931 48.69664, -1.53931 48.69664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_954'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69946 -1.53931)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53931"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69946 -1.53931)"^^geo:wktLiteral ;
  geo-pos:lat "48.69946"^^xsd:decimal ;
  geo-pos:long "-1.53931"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7282'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53931'^^xsd:double;
  dwc:latitude '48.69946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53931 48.69946, -1.53931 48.69946, -1.53931 48.69946, -1.53931 48.69946, -1.53931 48.69946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7282'^^xsd:string;
  dwc:observationDate '2006-06-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65958 -1.5393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65958 -1.5393)"^^geo:wktLiteral ;
  geo-pos:lat "48.65958"^^xsd:decimal ;
  geo-pos:long "-1.5393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7429'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5393'^^xsd:double;
  dwc:latitude '48.65958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5393 48.65958, -1.5393 48.65958, -1.5393 48.65958, -1.5393 48.65958, -1.5393 48.65958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7429'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69301 -1.5393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69301"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69301 -1.5393)"^^geo:wktLiteral ;
  geo-pos:lat "48.69301"^^xsd:decimal ;
  geo-pos:long "-1.5393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5496'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5393'^^xsd:double;
  dwc:latitude '48.69301'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5393 48.69301, -1.5393 48.69301, -1.5393 48.69301, -1.5393 48.69301, -1.5393 48.69301))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5496'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71934 -1.5393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71934"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71934 -1.5393)"^^geo:wktLiteral ;
  geo-pos:lat "48.71934"^^xsd:decimal ;
  geo-pos:long "-1.5393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3257'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5393'^^xsd:double;
  dwc:latitude '48.71934'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5393 48.71934, -1.5393 48.71934, -1.5393 48.71934, -1.5393 48.71934, -1.5393 48.71934))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3257'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70475 -1.53928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70475 -1.53928)"^^geo:wktLiteral ;
  geo-pos:lat "48.70475"^^xsd:decimal ;
  geo-pos:long "-1.53928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2090'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53928'^^xsd:double;
  dwc:latitude '48.70475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53928 48.70475, -1.53928 48.70475, -1.53928 48.70475, -1.53928 48.70475, -1.53928 48.70475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2090'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72673 -1.53928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72673 -1.53928)"^^geo:wktLiteral ;
  geo-pos:lat "48.72673"^^xsd:decimal ;
  geo-pos:long "-1.53928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8181'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53928'^^xsd:double;
  dwc:latitude '48.72673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53928 48.72673, -1.53928 48.72673, -1.53928 48.72673, -1.53928 48.72673, -1.53928 48.72673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8181'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10273> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6987 -1.53926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6987 -1.53926)"^^geo:wktLiteral ;
  geo-pos:lat "48.6987"^^xsd:decimal ;
  geo-pos:long "-1.53926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10273'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10273'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53926'^^xsd:double;
  dwc:latitude '48.6987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53926 48.6987, -1.53926 48.6987, -1.53926 48.6987, -1.53926 48.6987, -1.53926 48.6987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10273'^^xsd:string;
  dwc:observationDate '2008-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69198 -1.53925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69198 -1.53925)"^^geo:wktLiteral ;
  geo-pos:lat "48.69198"^^xsd:decimal ;
  geo-pos:long "-1.53925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9491'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '6.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53925'^^xsd:double;
  dwc:latitude '48.69198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53925 48.69198, -1.53925 48.69198, -1.53925 48.69198, -1.53925 48.69198, -1.53925 48.69198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9491'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69878 -1.53925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69878 -1.53925)"^^geo:wktLiteral ;
  geo-pos:lat "48.69878"^^xsd:decimal ;
  geo-pos:long "-1.53925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_10272'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53925'^^xsd:double;
  dwc:latitude '48.69878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53925 48.69878, -1.53925 48.69878, -1.53925 48.69878, -1.53925 48.69878, -1.53925 48.69878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10272'^^xsd:string;
  dwc:observationDate '2008-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71521 -1.53924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71521 -1.53924)"^^geo:wktLiteral ;
  geo-pos:lat "48.71521"^^xsd:decimal ;
  geo-pos:long "-1.53924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_925'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53924'^^xsd:double;
  dwc:latitude '48.71521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53924 48.71521, -1.53924 48.71521, -1.53924 48.71521, -1.53924 48.71521, -1.53924 48.71521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_925'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71318 -1.53923)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53923"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71318 -1.53923)"^^geo:wktLiteral ;
  geo-pos:lat "48.71318"^^xsd:decimal ;
  geo-pos:long "-1.53923"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1504'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53923'^^xsd:double;
  dwc:latitude '48.71318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53923 48.71318, -1.53923 48.71318, -1.53923 48.71318, -1.53923 48.71318, -1.53923 48.71318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1504'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71285 -1.53922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71285 -1.53922)"^^geo:wktLiteral ;
  geo-pos:lat "48.71285"^^xsd:decimal ;
  geo-pos:long "-1.53922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6567'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53922'^^xsd:double;
  dwc:latitude '48.71285'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53922 48.71285, -1.53922 48.71285, -1.53922 48.71285, -1.53922 48.71285, -1.53922 48.71285))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6567'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.53921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69901 -1.53921)"^^geo:wktLiteral ;
  geo-pos:lat "48.69901"^^xsd:decimal ;
  geo-pos:long "-1.53921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8138'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53921'^^xsd:double;
  dwc:latitude '48.69901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53921 48.69901, -1.53921 48.69901, -1.53921 48.69901, -1.53921 48.69901, -1.53921 48.69901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8138'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71843 -1.5392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71843 -1.5392)"^^geo:wktLiteral ;
  geo-pos:lat "48.71843"^^xsd:decimal ;
  geo-pos:long "-1.5392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2740'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5392'^^xsd:double;
  dwc:latitude '48.71843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5392 48.71843, -1.5392 48.71843, -1.5392 48.71843, -1.5392 48.71843, -1.5392 48.71843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2740'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68901 -1.53919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68901 -1.53919)"^^geo:wktLiteral ;
  geo-pos:lat "48.68901"^^xsd:decimal ;
  geo-pos:long "-1.53919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10188'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53919'^^xsd:double;
  dwc:latitude '48.68901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53919 48.68901, -1.53919 48.68901, -1.53919 48.68901, -1.53919 48.68901, -1.53919 48.68901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10188'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69378 -1.53919)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53919"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69378 -1.53919)"^^geo:wktLiteral ;
  geo-pos:lat "48.69378"^^xsd:decimal ;
  geo-pos:long "-1.53919"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6499'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53919'^^xsd:double;
  dwc:latitude '48.69378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53919 48.69378, -1.53919 48.69378, -1.53919 48.69378, -1.53919 48.69378, -1.53919 48.69378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6499'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69147 -1.53918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69147 -1.53918)"^^geo:wktLiteral ;
  geo-pos:lat "48.69147"^^xsd:decimal ;
  geo-pos:long "-1.53918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4412'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53918'^^xsd:double;
  dwc:latitude '48.69147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53918 48.69147, -1.53918 48.69147, -1.53918 48.69147, -1.53918 48.69147, -1.53918 48.69147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4412'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69952 -1.53918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69952 -1.53918)"^^geo:wktLiteral ;
  geo-pos:lat "48.69952"^^xsd:decimal ;
  geo-pos:long "-1.53918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7169'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53918'^^xsd:double;
  dwc:latitude '48.69952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53918 48.69952, -1.53918 48.69952, -1.53918 48.69952, -1.53918 48.69952, -1.53918 48.69952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7169'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70821 -1.53917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70821 -1.53917)"^^geo:wktLiteral ;
  geo-pos:lat "48.70821"^^xsd:decimal ;
  geo-pos:long "-1.53917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3462'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53917'^^xsd:double;
  dwc:latitude '48.70821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53917 48.70821, -1.53917 48.70821, -1.53917 48.70821, -1.53917 48.70821, -1.53917 48.70821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3462'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69489 -1.53915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69489 -1.53915)"^^geo:wktLiteral ;
  geo-pos:lat "48.69489"^^xsd:decimal ;
  geo-pos:long "-1.53915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9152'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53915'^^xsd:double;
  dwc:latitude '48.69489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53915 48.69489, -1.53915 48.69489, -1.53915 48.69489, -1.53915 48.69489, -1.53915 48.69489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9152'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7217 -1.53915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7217 -1.53915)"^^geo:wktLiteral ;
  geo-pos:lat "48.7217"^^xsd:decimal ;
  geo-pos:long "-1.53915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3464'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53915'^^xsd:double;
  dwc:latitude '48.7217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53915 48.7217, -1.53915 48.7217, -1.53915 48.7217, -1.53915 48.7217, -1.53915 48.7217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3464'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72446 -1.53915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72446"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72446 -1.53915)"^^geo:wktLiteral ;
  geo-pos:lat "48.72446"^^xsd:decimal ;
  geo-pos:long "-1.53915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2270'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53915'^^xsd:double;
  dwc:latitude '48.72446'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53915 48.72446, -1.53915 48.72446, -1.53915 48.72446, -1.53915 48.72446, -1.53915 48.72446))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2270'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69193 -1.53914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69193"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69193 -1.53914)"^^geo:wktLiteral ;
  geo-pos:lat "48.69193"^^xsd:decimal ;
  geo-pos:long "-1.53914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2698'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53914'^^xsd:double;
  dwc:latitude '48.69193'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53914 48.69193, -1.53914 48.69193, -1.53914 48.69193, -1.53914 48.69193, -1.53914 48.69193))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2698'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68922 -1.53913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68922 -1.53913)"^^geo:wktLiteral ;
  geo-pos:lat "48.68922"^^xsd:decimal ;
  geo-pos:long "-1.53913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10427'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53913'^^xsd:double;
  dwc:latitude '48.68922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53913 48.68922, -1.53913 48.68922, -1.53913 48.68922, -1.53913 48.68922, -1.53913 48.68922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10427'^^xsd:string;
  dwc:observationDate '2008-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70136 -1.53913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70136"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70136 -1.53913)"^^geo:wktLiteral ;
  geo-pos:lat "48.70136"^^xsd:decimal ;
  geo-pos:long "-1.53913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6648'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53913'^^xsd:double;
  dwc:latitude '48.70136'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53913 48.70136, -1.53913 48.70136, -1.53913 48.70136, -1.53913 48.70136, -1.53913 48.70136))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6648'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71191 -1.53913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71191"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71191 -1.53913)"^^geo:wktLiteral ;
  geo-pos:lat "48.71191"^^xsd:decimal ;
  geo-pos:long "-1.53913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6568'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53913'^^xsd:double;
  dwc:latitude '48.71191'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53913 48.71191, -1.53913 48.71191, -1.53913 48.71191, -1.53913 48.71191, -1.53913 48.71191))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6568'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70211 -1.53912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70211 -1.53912)"^^geo:wktLiteral ;
  geo-pos:lat "48.70211"^^xsd:decimal ;
  geo-pos:long "-1.53912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4837'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53912'^^xsd:double;
  dwc:latitude '48.70211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53912 48.70211, -1.53912 48.70211, -1.53912 48.70211, -1.53912 48.70211, -1.53912 48.70211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4837'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71441 -1.53912)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53912"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71441 -1.53912)"^^geo:wktLiteral ;
  geo-pos:lat "48.71441"^^xsd:decimal ;
  geo-pos:long "-1.53912"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_870'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53912'^^xsd:double;
  dwc:latitude '48.71441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53912 48.71441, -1.53912 48.71441, -1.53912 48.71441, -1.53912 48.71441, -1.53912 48.71441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_870'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69685 -1.53911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69685 -1.53911)"^^geo:wktLiteral ;
  geo-pos:lat "48.69685"^^xsd:decimal ;
  geo-pos:long "-1.53911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9230'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53911'^^xsd:double;
  dwc:latitude '48.69685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53911 48.69685, -1.53911 48.69685, -1.53911 48.69685, -1.53911 48.69685, -1.53911 48.69685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9230'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73051 -1.53911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73051 -1.53911)"^^geo:wktLiteral ;
  geo-pos:lat "48.73051"^^xsd:decimal ;
  geo-pos:long "-1.53911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9559'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53911'^^xsd:double;
  dwc:latitude '48.73051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53911 48.73051, -1.53911 48.73051, -1.53911 48.73051, -1.53911 48.73051, -1.53911 48.73051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9559'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71219 -1.53908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71219"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71219 -1.53908)"^^geo:wktLiteral ;
  geo-pos:lat "48.71219"^^xsd:decimal ;
  geo-pos:long "-1.53908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4557'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53908'^^xsd:double;
  dwc:latitude '48.71219'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53908 48.71219, -1.53908 48.71219, -1.53908 48.71219, -1.53908 48.71219, -1.53908 48.71219))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4557'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_924> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7197 -1.53907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7197 -1.53907)"^^geo:wktLiteral ;
  geo-pos:lat "48.7197"^^xsd:decimal ;
  geo-pos:long "-1.53907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_924'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_924'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53907'^^xsd:double;
  dwc:latitude '48.7197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53907 48.7197, -1.53907 48.7197, -1.53907 48.7197, -1.53907 48.7197, -1.53907 48.7197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_924'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72236 -1.53907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72236 -1.53907)"^^geo:wktLiteral ;
  geo-pos:lat "48.72236"^^xsd:decimal ;
  geo-pos:long "-1.53907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9124'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53907'^^xsd:double;
  dwc:latitude '48.72236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53907 48.72236, -1.53907 48.72236, -1.53907 48.72236, -1.53907 48.72236, -1.53907 48.72236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9124'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72278 -1.53907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72278 -1.53907)"^^geo:wktLiteral ;
  geo-pos:lat "48.72278"^^xsd:decimal ;
  geo-pos:long "-1.53907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2254'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53907'^^xsd:double;
  dwc:latitude '48.72278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53907 48.72278, -1.53907 48.72278, -1.53907 48.72278, -1.53907 48.72278, -1.53907 48.72278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2254'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70401 -1.53906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70401 -1.53906)"^^geo:wktLiteral ;
  geo-pos:lat "48.70401"^^xsd:decimal ;
  geo-pos:long "-1.53906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3525'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53906'^^xsd:double;
  dwc:latitude '48.70401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53906 48.70401, -1.53906 48.70401, -1.53906 48.70401, -1.53906 48.70401, -1.53906 48.70401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3525'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71816 -1.53904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71816 -1.53904)"^^geo:wktLiteral ;
  geo-pos:lat "48.71816"^^xsd:decimal ;
  geo-pos:long "-1.53904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2752'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53904'^^xsd:double;
  dwc:latitude '48.71816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53904 48.71816, -1.53904 48.71816, -1.53904 48.71816, -1.53904 48.71816, -1.53904 48.71816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2752'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68686 -1.53903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68686 -1.53903)"^^geo:wktLiteral ;
  geo-pos:lat "48.68686"^^xsd:decimal ;
  geo-pos:long "-1.53903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_186'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53903'^^xsd:double;
  dwc:latitude '48.68686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53903 48.68686, -1.53903 48.68686, -1.53903 48.68686, -1.53903 48.68686, -1.53903 48.68686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_186'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.53903)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53903"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.53903)"^^geo:wktLiteral ;
  geo-pos:lat "48.70725"^^xsd:decimal ;
  geo-pos:long "-1.53903"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11194'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53903'^^xsd:double;
  dwc:latitude '48.70725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53903 48.70725, -1.53903 48.70725, -1.53903 48.70725, -1.53903 48.70725, -1.53903 48.70725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11194'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72286 -1.53901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72286 -1.53901)"^^geo:wktLiteral ;
  geo-pos:lat "48.72286"^^xsd:decimal ;
  geo-pos:long "-1.53901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_738'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53901'^^xsd:double;
  dwc:latitude '48.72286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53901 48.72286, -1.53901 48.72286, -1.53901 48.72286, -1.53901 48.72286, -1.53901 48.72286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_738'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69777 -1.539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69777 -1.539)"^^geo:wktLiteral ;
  geo-pos:lat "48.69777"^^xsd:decimal ;
  geo-pos:long "-1.539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3526'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.539'^^xsd:double;
  dwc:latitude '48.69777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.539 48.69777, -1.539 48.69777, -1.539 48.69777, -1.539 48.69777, -1.539 48.69777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3526'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70489 -1.539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70489 -1.539)"^^geo:wktLiteral ;
  geo-pos:lat "48.70489"^^xsd:decimal ;
  geo-pos:long "-1.539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1310'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.539'^^xsd:double;
  dwc:latitude '48.70489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.539 48.70489, -1.539 48.70489, -1.539 48.70489, -1.539 48.70489, -1.539 48.70489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1310'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69439 -1.53899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69439"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69439 -1.53899)"^^geo:wktLiteral ;
  geo-pos:lat "48.69439"^^xsd:decimal ;
  geo-pos:long "-1.53899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2607'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53899'^^xsd:double;
  dwc:latitude '48.69439'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53899 48.69439, -1.53899 48.69439, -1.53899 48.69439, -1.53899 48.69439, -1.53899 48.69439))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2607'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10897> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66473 -1.53898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66473"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66473 -1.53898)"^^geo:wktLiteral ;
  geo-pos:lat "48.66473"^^xsd:decimal ;
  geo-pos:long "-1.53898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10897'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10897'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53898'^^xsd:double;
  dwc:latitude '48.66473'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53898 48.66473, -1.53898 48.66473, -1.53898 48.66473, -1.53898 48.66473, -1.53898 48.66473))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10897'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65631 -1.53897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65631 -1.53897)"^^geo:wktLiteral ;
  geo-pos:lat "48.65631"^^xsd:decimal ;
  geo-pos:long "-1.53897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3592'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53897'^^xsd:double;
  dwc:latitude '48.65631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53897 48.65631, -1.53897 48.65631, -1.53897 48.65631, -1.53897 48.65631, -1.53897 48.65631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3592'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69861 -1.53897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69861 -1.53897)"^^geo:wktLiteral ;
  geo-pos:lat "48.69861"^^xsd:decimal ;
  geo-pos:long "-1.53897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10355'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53897'^^xsd:double;
  dwc:latitude '48.69861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53897 48.69861, -1.53897 48.69861, -1.53897 48.69861, -1.53897 48.69861, -1.53897 48.69861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10355'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69226 -1.53896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69226 -1.53896)"^^geo:wktLiteral ;
  geo-pos:lat "48.69226"^^xsd:decimal ;
  geo-pos:long "-1.53896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9686'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53896'^^xsd:double;
  dwc:latitude '48.69226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53896 48.69226, -1.53896 48.69226, -1.53896 48.69226, -1.53896 48.69226, -1.53896 48.69226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9686'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69742 -1.53896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69742 -1.53896)"^^geo:wktLiteral ;
  geo-pos:lat "48.69742"^^xsd:decimal ;
  geo-pos:long "-1.53896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4702'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53896'^^xsd:double;
  dwc:latitude '48.69742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53896 48.69742, -1.53896 48.69742, -1.53896 48.69742, -1.53896 48.69742, -1.53896 48.69742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4702'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69872 -1.53896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69872 -1.53896)"^^geo:wktLiteral ;
  geo-pos:lat "48.69872"^^xsd:decimal ;
  geo-pos:long "-1.53896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2882'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53896'^^xsd:double;
  dwc:latitude '48.69872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53896 48.69872, -1.53896 48.69872, -1.53896 48.69872, -1.53896 48.69872, -1.53896 48.69872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2882'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4163> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69089 -1.53895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69089 -1.53895)"^^geo:wktLiteral ;
  geo-pos:lat "48.69089"^^xsd:decimal ;
  geo-pos:long "-1.53895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4163'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4163'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53895'^^xsd:double;
  dwc:latitude '48.69089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53895 48.69089, -1.53895 48.69089, -1.53895 48.69089, -1.53895 48.69089, -1.53895 48.69089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4163'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70163 -1.53894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70163"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70163 -1.53894)"^^geo:wktLiteral ;
  geo-pos:lat "48.70163"^^xsd:decimal ;
  geo-pos:long "-1.53894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4709'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53894'^^xsd:double;
  dwc:latitude '48.70163'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53894 48.70163, -1.53894 48.70163, -1.53894 48.70163, -1.53894 48.70163, -1.53894 48.70163))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4709'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71404 -1.53894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71404 -1.53894)"^^geo:wktLiteral ;
  geo-pos:lat "48.71404"^^xsd:decimal ;
  geo-pos:long "-1.53894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2241'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53894'^^xsd:double;
  dwc:latitude '48.71404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53894 48.71404, -1.53894 48.71404, -1.53894 48.71404, -1.53894 48.71404, -1.53894 48.71404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2241'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7641> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72928 -1.53894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72928 -1.53894)"^^geo:wktLiteral ;
  geo-pos:lat "48.72928"^^xsd:decimal ;
  geo-pos:long "-1.53894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7641'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7641'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53894'^^xsd:double;
  dwc:latitude '48.72928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53894 48.72928, -1.53894 48.72928, -1.53894 48.72928, -1.53894 48.72928, -1.53894 48.72928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7641'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69657 -1.53893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69657 -1.53893)"^^geo:wktLiteral ;
  geo-pos:lat "48.69657"^^xsd:decimal ;
  geo-pos:long "-1.53893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4845'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53893'^^xsd:double;
  dwc:latitude '48.69657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53893 48.69657, -1.53893 48.69657, -1.53893 48.69657, -1.53893 48.69657, -1.53893 48.69657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4845'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68991 -1.53892)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53892"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68991 -1.53892)"^^geo:wktLiteral ;
  geo-pos:lat "48.68991"^^xsd:decimal ;
  geo-pos:long "-1.53892"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2191'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53892'^^xsd:double;
  dwc:latitude '48.68991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53892 48.68991, -1.53892 48.68991, -1.53892 48.68991, -1.53892 48.68991, -1.53892 48.68991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2191'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72149 -1.53891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72149 -1.53891)"^^geo:wktLiteral ;
  geo-pos:lat "48.72149"^^xsd:decimal ;
  geo-pos:long "-1.53891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9077'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53891'^^xsd:double;
  dwc:latitude '48.72149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53891 48.72149, -1.53891 48.72149, -1.53891 48.72149, -1.53891 48.72149, -1.53891 48.72149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9077'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72274 -1.53891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72274 -1.53891)"^^geo:wktLiteral ;
  geo-pos:lat "48.72274"^^xsd:decimal ;
  geo-pos:long "-1.53891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2159'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53891'^^xsd:double;
  dwc:latitude '48.72274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53891 48.72274, -1.53891 48.72274, -1.53891 48.72274, -1.53891 48.72274, -1.53891 48.72274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2159'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72719 -1.53891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72719 -1.53891)"^^geo:wktLiteral ;
  geo-pos:lat "48.72719"^^xsd:decimal ;
  geo-pos:long "-1.53891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4374'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53891'^^xsd:double;
  dwc:latitude '48.72719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53891 48.72719, -1.53891 48.72719, -1.53891 48.72719, -1.53891 48.72719, -1.53891 48.72719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4374'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66911 -1.5389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66911 -1.5389)"^^geo:wktLiteral ;
  geo-pos:lat "48.66911"^^xsd:decimal ;
  geo-pos:long "-1.5389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3430'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5389'^^xsd:double;
  dwc:latitude '48.66911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5389 48.66911, -1.5389 48.66911, -1.5389 48.66911, -1.5389 48.66911, -1.5389 48.66911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3430'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68178 -1.5389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68178 -1.5389)"^^geo:wktLiteral ;
  geo-pos:lat "48.68178"^^xsd:decimal ;
  geo-pos:long "-1.5389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_184'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5389'^^xsd:double;
  dwc:latitude '48.68178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5389 48.68178, -1.5389 48.68178, -1.5389 48.68178, -1.5389 48.68178, -1.5389 48.68178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_184'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69848 -1.5389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69848"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69848 -1.5389)"^^geo:wktLiteral ;
  geo-pos:lat "48.69848"^^xsd:decimal ;
  geo-pos:long "-1.5389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8023'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5389'^^xsd:double;
  dwc:latitude '48.69848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5389 48.69848, -1.5389 48.69848, -1.5389 48.69848, -1.5389 48.69848, -1.5389 48.69848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8023'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70998 -1.5389)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5389"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70998 -1.5389)"^^geo:wktLiteral ;
  geo-pos:lat "48.70998"^^xsd:decimal ;
  geo-pos:long "-1.5389"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6784'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5389'^^xsd:double;
  dwc:latitude '48.70998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5389 48.70998, -1.5389 48.70998, -1.5389 48.70998, -1.5389 48.70998, -1.5389 48.70998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6784'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69162 -1.53887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69162 -1.53887)"^^geo:wktLiteral ;
  geo-pos:lat "48.69162"^^xsd:decimal ;
  geo-pos:long "-1.53887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8519'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53887'^^xsd:double;
  dwc:latitude '48.69162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53887 48.69162, -1.53887 48.69162, -1.53887 48.69162, -1.53887 48.69162, -1.53887 48.69162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8519'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70094 -1.53887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70094 -1.53887)"^^geo:wktLiteral ;
  geo-pos:lat "48.70094"^^xsd:decimal ;
  geo-pos:long "-1.53887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5870'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53887'^^xsd:double;
  dwc:latitude '48.70094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53887 48.70094, -1.53887 48.70094, -1.53887 48.70094, -1.53887 48.70094, -1.53887 48.70094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5870'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66548 -1.53886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66548 -1.53886)"^^geo:wktLiteral ;
  geo-pos:lat "48.66548"^^xsd:decimal ;
  geo-pos:long "-1.53886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1627'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53886'^^xsd:double;
  dwc:latitude '48.66548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53886 48.66548, -1.53886 48.66548, -1.53886 48.66548, -1.53886 48.66548, -1.53886 48.66548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1627'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69491 -1.53886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69491 -1.53886)"^^geo:wktLiteral ;
  geo-pos:lat "48.69491"^^xsd:decimal ;
  geo-pos:long "-1.53886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4316'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53886'^^xsd:double;
  dwc:latitude '48.69491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53886 48.69491, -1.53886 48.69491, -1.53886 48.69491, -1.53886 48.69491, -1.53886 48.69491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4316'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69736 -1.53886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69736 -1.53886)"^^geo:wktLiteral ;
  geo-pos:lat "48.69736"^^xsd:decimal ;
  geo-pos:long "-1.53886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6888'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53886'^^xsd:double;
  dwc:latitude '48.69736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53886 48.69736, -1.53886 48.69736, -1.53886 48.69736, -1.53886 48.69736, -1.53886 48.69736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6888'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69347 -1.53884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69347 -1.53884)"^^geo:wktLiteral ;
  geo-pos:lat "48.69347"^^xsd:decimal ;
  geo-pos:long "-1.53884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1466'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53884'^^xsd:double;
  dwc:latitude '48.69347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53884 48.69347, -1.53884 48.69347, -1.53884 48.69347, -1.53884 48.69347, -1.53884 48.69347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1466'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69352 -1.53883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69352 -1.53883)"^^geo:wktLiteral ;
  geo-pos:lat "48.69352"^^xsd:decimal ;
  geo-pos:long "-1.53883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_846'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53883'^^xsd:double;
  dwc:latitude '48.69352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53883 48.69352, -1.53883 48.69352, -1.53883 48.69352, -1.53883 48.69352, -1.53883 48.69352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_846'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7294 -1.53882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7294 -1.53882)"^^geo:wktLiteral ;
  geo-pos:lat "48.7294"^^xsd:decimal ;
  geo-pos:long "-1.53882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6603'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53882'^^xsd:double;
  dwc:latitude '48.7294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53882 48.7294, -1.53882 48.7294, -1.53882 48.7294, -1.53882 48.7294, -1.53882 48.7294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6603'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72571 -1.53881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72571 -1.53881)"^^geo:wktLiteral ;
  geo-pos:lat "48.72571"^^xsd:decimal ;
  geo-pos:long "-1.53881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2269'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53881'^^xsd:double;
  dwc:latitude '48.72571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53881 48.72571, -1.53881 48.72571, -1.53881 48.72571, -1.53881 48.72571, -1.53881 48.72571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2269'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69452 -1.5388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69452"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69452 -1.5388)"^^geo:wktLiteral ;
  geo-pos:lat "48.69452"^^xsd:decimal ;
  geo-pos:long "-1.5388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1430'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5388'^^xsd:double;
  dwc:latitude '48.69452'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5388 48.69452, -1.5388 48.69452, -1.5388 48.69452, -1.5388 48.69452, -1.5388 48.69452))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1430'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72025 -1.53879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72025 -1.53879)"^^geo:wktLiteral ;
  geo-pos:lat "48.72025"^^xsd:decimal ;
  geo-pos:long "-1.53879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_219'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53879'^^xsd:double;
  dwc:latitude '48.72025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53879 48.72025, -1.53879 48.72025, -1.53879 48.72025, -1.53879 48.72025, -1.53879 48.72025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_219'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69802 -1.53876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69802 -1.53876)"^^geo:wktLiteral ;
  geo-pos:lat "48.69802"^^xsd:decimal ;
  geo-pos:long "-1.53876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7247'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53876'^^xsd:double;
  dwc:latitude '48.69802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53876 48.69802, -1.53876 48.69802, -1.53876 48.69802, -1.53876 48.69802, -1.53876 48.69802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7247'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64697 -1.53875)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53875"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64697 -1.53875)"^^geo:wktLiteral ;
  geo-pos:lat "48.64697"^^xsd:decimal ;
  geo-pos:long "-1.53875"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_5198'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53875'^^xsd:double;
  dwc:latitude '48.64697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53875 48.64697, -1.53875 48.64697, -1.53875 48.64697, -1.53875 48.64697, -1.53875 48.64697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5198'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69875 -1.53874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69875 -1.53874)"^^geo:wktLiteral ;
  geo-pos:lat "48.69875"^^xsd:decimal ;
  geo-pos:long "-1.53874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4741'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53874'^^xsd:double;
  dwc:latitude '48.69875'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53874 48.69875, -1.53874 48.69875, -1.53874 48.69875, -1.53874 48.69875, -1.53874 48.69875))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4741'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72712 -1.53874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72712 -1.53874)"^^geo:wktLiteral ;
  geo-pos:lat "48.72712"^^xsd:decimal ;
  geo-pos:long "-1.53874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10410'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53874'^^xsd:double;
  dwc:latitude '48.72712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53874 48.72712, -1.53874 48.72712, -1.53874 48.72712, -1.53874 48.72712, -1.53874 48.72712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10410'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69681 -1.53873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69681 -1.53873)"^^geo:wktLiteral ;
  geo-pos:lat "48.69681"^^xsd:decimal ;
  geo-pos:long "-1.53873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4299'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53873'^^xsd:double;
  dwc:latitude '48.69681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53873 48.69681, -1.53873 48.69681, -1.53873 48.69681, -1.53873 48.69681, -1.53873 48.69681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4299'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70722 -1.53873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70722 -1.53873)"^^geo:wktLiteral ;
  geo-pos:lat "48.70722"^^xsd:decimal ;
  geo-pos:long "-1.53873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9453'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53873'^^xsd:double;
  dwc:latitude '48.70722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53873 48.70722, -1.53873 48.70722, -1.53873 48.70722, -1.53873 48.70722, -1.53873 48.70722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9453'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66766 -1.53872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66766 -1.53872)"^^geo:wktLiteral ;
  geo-pos:lat "48.66766"^^xsd:decimal ;
  geo-pos:long "-1.53872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6866'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53872'^^xsd:double;
  dwc:latitude '48.66766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53872 48.66766, -1.53872 48.66766, -1.53872 48.66766, -1.53872 48.66766, -1.53872 48.66766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6866'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68648 -1.53871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68648 -1.53871)"^^geo:wktLiteral ;
  geo-pos:lat "48.68648"^^xsd:decimal ;
  geo-pos:long "-1.53871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5817'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53871'^^xsd:double;
  dwc:latitude '48.68648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53871 48.68648, -1.53871 48.68648, -1.53871 48.68648, -1.53871 48.68648, -1.53871 48.68648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5817'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5861> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69718 -1.53871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69718 -1.53871)"^^geo:wktLiteral ;
  geo-pos:lat "48.69718"^^xsd:decimal ;
  geo-pos:long "-1.53871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5861'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5861'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53871'^^xsd:double;
  dwc:latitude '48.69718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53871 48.69718, -1.53871 48.69718, -1.53871 48.69718, -1.53871 48.69718, -1.53871 48.69718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5861'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69845 -1.53871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69845 -1.53871)"^^geo:wktLiteral ;
  geo-pos:lat "48.69845"^^xsd:decimal ;
  geo-pos:long "-1.53871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2529'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53871'^^xsd:double;
  dwc:latitude '48.69845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53871 48.69845, -1.53871 48.69845, -1.53871 48.69845, -1.53871 48.69845, -1.53871 48.69845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2529'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2864> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72005 -1.53871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72005 -1.53871)"^^geo:wktLiteral ;
  geo-pos:lat "48.72005"^^xsd:decimal ;
  geo-pos:long "-1.53871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2864'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2864'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53871'^^xsd:double;
  dwc:latitude '48.72005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53871 48.72005, -1.53871 48.72005, -1.53871 48.72005, -1.53871 48.72005, -1.53871 48.72005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2864'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66833 -1.53869)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53869"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66833 -1.53869)"^^geo:wktLiteral ;
  geo-pos:lat "48.66833"^^xsd:decimal ;
  geo-pos:long "-1.53869"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3811'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53869'^^xsd:double;
  dwc:latitude '48.66833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53869 48.66833, -1.53869 48.66833, -1.53869 48.66833, -1.53869 48.66833, -1.53869 48.66833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3811'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69844 -1.53866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69844 -1.53866)"^^geo:wktLiteral ;
  geo-pos:lat "48.69844"^^xsd:decimal ;
  geo-pos:long "-1.53866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6898'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53866'^^xsd:double;
  dwc:latitude '48.69844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53866 48.69844, -1.53866 48.69844, -1.53866 48.69844, -1.53866 48.69844, -1.53866 48.69844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6898'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70488 -1.53866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70488"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70488 -1.53866)"^^geo:wktLiteral ;
  geo-pos:lat "48.70488"^^xsd:decimal ;
  geo-pos:long "-1.53866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7813'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53866'^^xsd:double;
  dwc:latitude '48.70488'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53866 48.70488, -1.53866 48.70488, -1.53866 48.70488, -1.53866 48.70488, -1.53866 48.70488))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7813'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71268 -1.53866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71268"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71268 -1.53866)"^^geo:wktLiteral ;
  geo-pos:lat "48.71268"^^xsd:decimal ;
  geo-pos:long "-1.53866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_240'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53866'^^xsd:double;
  dwc:latitude '48.71268'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53866 48.71268, -1.53866 48.71268, -1.53866 48.71268, -1.53866 48.71268, -1.53866 48.71268))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_240'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6998 -1.53865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6998 -1.53865)"^^geo:wktLiteral ;
  geo-pos:lat "48.6998"^^xsd:decimal ;
  geo-pos:long "-1.53865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7319'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53865'^^xsd:double;
  dwc:latitude '48.6998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53865 48.6998, -1.53865 48.6998, -1.53865 48.6998, -1.53865 48.6998, -1.53865 48.6998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7319'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71969 -1.53865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71969 -1.53865)"^^geo:wktLiteral ;
  geo-pos:lat "48.71969"^^xsd:decimal ;
  geo-pos:long "-1.53865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2557'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53865'^^xsd:double;
  dwc:latitude '48.71969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53865 48.71969, -1.53865 48.71969, -1.53865 48.71969, -1.53865 48.71969, -1.53865 48.71969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2557'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69853 -1.53864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69853"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69853 -1.53864)"^^geo:wktLiteral ;
  geo-pos:lat "48.69853"^^xsd:decimal ;
  geo-pos:long "-1.53864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6646'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53864'^^xsd:double;
  dwc:latitude '48.69853'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53864 48.69853, -1.53864 48.69853, -1.53864 48.69853, -1.53864 48.69853, -1.53864 48.69853))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6646'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69857 -1.53864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69857"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69857 -1.53864)"^^geo:wktLiteral ;
  geo-pos:lat "48.69857"^^xsd:decimal ;
  geo-pos:long "-1.53864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8024'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53864'^^xsd:double;
  dwc:latitude '48.69857'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53864 48.69857, -1.53864 48.69857, -1.53864 48.69857, -1.53864 48.69857, -1.53864 48.69857))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8024'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71655 -1.53864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71655 -1.53864)"^^geo:wktLiteral ;
  geo-pos:lat "48.71655"^^xsd:decimal ;
  geo-pos:long "-1.53864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5618'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53864'^^xsd:double;
  dwc:latitude '48.71655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53864 48.71655, -1.53864 48.71655, -1.53864 48.71655, -1.53864 48.71655, -1.53864 48.71655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5618'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68592 -1.53863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68592 -1.53863)"^^geo:wktLiteral ;
  geo-pos:lat "48.68592"^^xsd:decimal ;
  geo-pos:long "-1.53863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3145'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53863'^^xsd:double;
  dwc:latitude '48.68592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53863 48.68592, -1.53863 48.68592, -1.53863 48.68592, -1.53863 48.68592, -1.53863 48.68592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3145'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.701 -1.53863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.701 -1.53863)"^^geo:wktLiteral ;
  geo-pos:lat "48.701"^^xsd:decimal ;
  geo-pos:long "-1.53863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10058'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '14.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53863'^^xsd:double;
  dwc:latitude '48.701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53863 48.701, -1.53863 48.701, -1.53863 48.701, -1.53863 48.701, -1.53863 48.701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10058'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68958 -1.53862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68958 -1.53862)"^^geo:wktLiteral ;
  geo-pos:lat "48.68958"^^xsd:decimal ;
  geo-pos:long "-1.53862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9765'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53862'^^xsd:double;
  dwc:latitude '48.68958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53862 48.68958, -1.53862 48.68958, -1.53862 48.68958, -1.53862 48.68958, -1.53862 48.68958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9765'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69665 -1.53862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69665 -1.53862)"^^geo:wktLiteral ;
  geo-pos:lat "48.69665"^^xsd:decimal ;
  geo-pos:long "-1.53862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9366'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '21.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53862'^^xsd:double;
  dwc:latitude '48.69665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53862 48.69665, -1.53862 48.69665, -1.53862 48.69665, -1.53862 48.69665, -1.53862 48.69665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9366'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70048 -1.53862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70048 -1.53862)"^^geo:wktLiteral ;
  geo-pos:lat "48.70048"^^xsd:decimal ;
  geo-pos:long "-1.53862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7258'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53862'^^xsd:double;
  dwc:latitude '48.70048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53862 48.70048, -1.53862 48.70048, -1.53862 48.70048, -1.53862 48.70048, -1.53862 48.70048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7258'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69946 -1.5386)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5386"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69946 -1.5386)"^^geo:wktLiteral ;
  geo-pos:lat "48.69946"^^xsd:decimal ;
  geo-pos:long "-1.5386"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8494'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5386'^^xsd:double;
  dwc:latitude '48.69946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5386 48.69946, -1.5386 48.69946, -1.5386 48.69946, -1.5386 48.69946, -1.5386 48.69946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8494'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6958 -1.53859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6958 -1.53859)"^^geo:wktLiteral ;
  geo-pos:lat "48.6958"^^xsd:decimal ;
  geo-pos:long "-1.53859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4346'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53859'^^xsd:double;
  dwc:latitude '48.6958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53859 48.6958, -1.53859 48.6958, -1.53859 48.6958, -1.53859 48.6958, -1.53859 48.6958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4346'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69584 -1.53859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69584 -1.53859)"^^geo:wktLiteral ;
  geo-pos:lat "48.69584"^^xsd:decimal ;
  geo-pos:long "-1.53859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1184'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53859'^^xsd:double;
  dwc:latitude '48.69584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53859 48.69584, -1.53859 48.69584, -1.53859 48.69584, -1.53859 48.69584, -1.53859 48.69584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1184'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6999 -1.53857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6999 -1.53857)"^^geo:wktLiteral ;
  geo-pos:lat "48.6999"^^xsd:decimal ;
  geo-pos:long "-1.53857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5124'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53857'^^xsd:double;
  dwc:latitude '48.6999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53857 48.6999, -1.53857 48.6999, -1.53857 48.6999, -1.53857 48.6999, -1.53857 48.6999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5124'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69854 -1.53856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69854 -1.53856)"^^geo:wktLiteral ;
  geo-pos:lat "48.69854"^^xsd:decimal ;
  geo-pos:long "-1.53856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8914'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53856'^^xsd:double;
  dwc:latitude '48.69854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53856 48.69854, -1.53856 48.69854, -1.53856 48.69854, -1.53856 48.69854, -1.53856 48.69854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8914'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69202 -1.53855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69202"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69202 -1.53855)"^^geo:wktLiteral ;
  geo-pos:lat "48.69202"^^xsd:decimal ;
  geo-pos:long "-1.53855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9840'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53855'^^xsd:double;
  dwc:latitude '48.69202'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53855 48.69202, -1.53855 48.69202, -1.53855 48.69202, -1.53855 48.69202, -1.53855 48.69202))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9840'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71257 -1.53853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71257 -1.53853)"^^geo:wktLiteral ;
  geo-pos:lat "48.71257"^^xsd:decimal ;
  geo-pos:long "-1.53853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_4471'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53853'^^xsd:double;
  dwc:latitude '48.71257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53853 48.71257, -1.53853 48.71257, -1.53853 48.71257, -1.53853 48.71257, -1.53853 48.71257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4471'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68809 -1.53852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68809 -1.53852)"^^geo:wktLiteral ;
  geo-pos:lat "48.68809"^^xsd:decimal ;
  geo-pos:long "-1.53852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3978'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53852'^^xsd:double;
  dwc:latitude '48.68809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53852 48.68809, -1.53852 48.68809, -1.53852 48.68809, -1.53852 48.68809, -1.53852 48.68809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3978'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69612 -1.53852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69612 -1.53852)"^^geo:wktLiteral ;
  geo-pos:lat "48.69612"^^xsd:decimal ;
  geo-pos:long "-1.53852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2527'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53852'^^xsd:double;
  dwc:latitude '48.69612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53852 48.69612, -1.53852 48.69612, -1.53852 48.69612, -1.53852 48.69612, -1.53852 48.69612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2527'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4701> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.53851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.53851)"^^geo:wktLiteral ;
  geo-pos:lat "48.70431"^^xsd:decimal ;
  geo-pos:long "-1.53851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4701'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4701'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53851'^^xsd:double;
  dwc:latitude '48.70431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53851 48.70431, -1.53851 48.70431, -1.53851 48.70431, -1.53851 48.70431, -1.53851 48.70431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4701'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69787 -1.5385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69787 -1.5385)"^^geo:wktLiteral ;
  geo-pos:lat "48.69787"^^xsd:decimal ;
  geo-pos:long "-1.5385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9684'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5385'^^xsd:double;
  dwc:latitude '48.69787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5385 48.69787, -1.5385 48.69787, -1.5385 48.69787, -1.5385 48.69787, -1.5385 48.69787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9684'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72707 -1.5385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72707 -1.5385)"^^geo:wktLiteral ;
  geo-pos:lat "48.72707"^^xsd:decimal ;
  geo-pos:long "-1.5385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10321'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5385'^^xsd:double;
  dwc:latitude '48.72707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5385 48.72707, -1.5385 48.72707, -1.5385 48.72707, -1.5385 48.72707, -1.5385 48.72707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10321'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67902 -1.53848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67902 -1.53848)"^^geo:wktLiteral ;
  geo-pos:lat "48.67902"^^xsd:decimal ;
  geo-pos:long "-1.53848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6614'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53848'^^xsd:double;
  dwc:latitude '48.67902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53848 48.67902, -1.53848 48.67902, -1.53848 48.67902, -1.53848 48.67902, -1.53848 48.67902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6614'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71598 -1.53848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71598 -1.53848)"^^geo:wktLiteral ;
  geo-pos:lat "48.71598"^^xsd:decimal ;
  geo-pos:long "-1.53848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1129'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53848'^^xsd:double;
  dwc:latitude '48.71598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53848 48.71598, -1.53848 48.71598, -1.53848 48.71598, -1.53848 48.71598, -1.53848 48.71598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1129'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72196 -1.53848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72196 -1.53848)"^^geo:wktLiteral ;
  geo-pos:lat "48.72196"^^xsd:decimal ;
  geo-pos:long "-1.53848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4191'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.033333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53848'^^xsd:double;
  dwc:latitude '48.72196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53848 48.72196, -1.53848 48.72196, -1.53848 48.72196, -1.53848 48.72196, -1.53848 48.72196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4191'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72468 -1.53848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72468 -1.53848)"^^geo:wktLiteral ;
  geo-pos:lat "48.72468"^^xsd:decimal ;
  geo-pos:long "-1.53848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2431'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53848'^^xsd:double;
  dwc:latitude '48.72468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53848 48.72468, -1.53848 48.72468, -1.53848 48.72468, -1.53848 48.72468, -1.53848 48.72468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2431'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7097 -1.53847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7097 -1.53847)"^^geo:wktLiteral ;
  geo-pos:lat "48.7097"^^xsd:decimal ;
  geo-pos:long "-1.53847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3250'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53847'^^xsd:double;
  dwc:latitude '48.7097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53847 48.7097, -1.53847 48.7097, -1.53847 48.7097, -1.53847 48.7097, -1.53847 48.7097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3250'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72168 -1.53846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72168 -1.53846)"^^geo:wktLiteral ;
  geo-pos:lat "48.72168"^^xsd:decimal ;
  geo-pos:long "-1.53846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4389'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53846'^^xsd:double;
  dwc:latitude '48.72168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53846 48.72168, -1.53846 48.72168, -1.53846 48.72168, -1.53846 48.72168, -1.53846 48.72168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4389'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70086 -1.53844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70086 -1.53844)"^^geo:wktLiteral ;
  geo-pos:lat "48.70086"^^xsd:decimal ;
  geo-pos:long "-1.53844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7257'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53844'^^xsd:double;
  dwc:latitude '48.70086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53844 48.70086, -1.53844 48.70086, -1.53844 48.70086, -1.53844 48.70086, -1.53844 48.70086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7257'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69452 -1.53843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69452"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69452 -1.53843)"^^geo:wktLiteral ;
  geo-pos:lat "48.69452"^^xsd:decimal ;
  geo-pos:long "-1.53843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4239'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53843'^^xsd:double;
  dwc:latitude '48.69452'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53843 48.69452, -1.53843 48.69452, -1.53843 48.69452, -1.53843 48.69452, -1.53843 48.69452))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4239'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71814 -1.53843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71814 -1.53843)"^^geo:wktLiteral ;
  geo-pos:lat "48.71814"^^xsd:decimal ;
  geo-pos:long "-1.53843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1288'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53843'^^xsd:double;
  dwc:latitude '48.71814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53843 48.71814, -1.53843 48.71814, -1.53843 48.71814, -1.53843 48.71814, -1.53843 48.71814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1288'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69914 -1.53842)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53842"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69914 -1.53842)"^^geo:wktLiteral ;
  geo-pos:lat "48.69914"^^xsd:decimal ;
  geo-pos:long "-1.53842"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4447'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53842'^^xsd:double;
  dwc:latitude '48.69914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53842 48.69914, -1.53842 48.69914, -1.53842 48.69914, -1.53842 48.69914, -1.53842 48.69914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4447'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67177 -1.53841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67177 -1.53841)"^^geo:wktLiteral ;
  geo-pos:lat "48.67177"^^xsd:decimal ;
  geo-pos:long "-1.53841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3947'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53841'^^xsd:double;
  dwc:latitude '48.67177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53841 48.67177, -1.53841 48.67177, -1.53841 48.67177, -1.53841 48.67177, -1.53841 48.67177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3947'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68966 -1.53841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68966 -1.53841)"^^geo:wktLiteral ;
  geo-pos:lat "48.68966"^^xsd:decimal ;
  geo-pos:long "-1.53841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6097'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53841'^^xsd:double;
  dwc:latitude '48.68966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53841 48.68966, -1.53841 48.68966, -1.53841 48.68966, -1.53841 48.68966, -1.53841 48.68966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6097'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69513 -1.53841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69513 -1.53841)"^^geo:wktLiteral ;
  geo-pos:lat "48.69513"^^xsd:decimal ;
  geo-pos:long "-1.53841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4446'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53841'^^xsd:double;
  dwc:latitude '48.69513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53841 48.69513, -1.53841 48.69513, -1.53841 48.69513, -1.53841 48.69513, -1.53841 48.69513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4446'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9138> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72064 -1.53841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72064 -1.53841)"^^geo:wktLiteral ;
  geo-pos:lat "48.72064"^^xsd:decimal ;
  geo-pos:long "-1.53841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9138'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9138'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53841'^^xsd:double;
  dwc:latitude '48.72064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53841 48.72064, -1.53841 48.72064, -1.53841 48.72064, -1.53841 48.72064, -1.53841 48.72064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9138'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65755 -1.5384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65755 -1.5384)"^^geo:wktLiteral ;
  geo-pos:lat "48.65755"^^xsd:decimal ;
  geo-pos:long "-1.5384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5406'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5384'^^xsd:double;
  dwc:latitude '48.65755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5384 48.65755, -1.5384 48.65755, -1.5384 48.65755, -1.5384 48.65755, -1.5384 48.65755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5406'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70141 -1.5384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70141 -1.5384)"^^geo:wktLiteral ;
  geo-pos:lat "48.70141"^^xsd:decimal ;
  geo-pos:long "-1.5384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7170'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5384'^^xsd:double;
  dwc:latitude '48.70141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5384 48.70141, -1.5384 48.70141, -1.5384 48.70141, -1.5384 48.70141, -1.5384 48.70141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7170'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69852 -1.53839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69852 -1.53839)"^^geo:wktLiteral ;
  geo-pos:lat "48.69852"^^xsd:decimal ;
  geo-pos:long "-1.53839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3193'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53839'^^xsd:double;
  dwc:latitude '48.69852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53839 48.69852, -1.53839 48.69852, -1.53839 48.69852, -1.53839 48.69852, -1.53839 48.69852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3193'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65352 -1.53835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65352 -1.53835)"^^geo:wktLiteral ;
  geo-pos:lat "48.65352"^^xsd:decimal ;
  geo-pos:long "-1.53835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_106'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53835'^^xsd:double;
  dwc:latitude '48.65352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53835 48.65352, -1.53835 48.65352, -1.53835 48.65352, -1.53835 48.65352, -1.53835 48.65352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_106'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69746 -1.53835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69746"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69746 -1.53835)"^^geo:wktLiteral ;
  geo-pos:lat "48.69746"^^xsd:decimal ;
  geo-pos:long "-1.53835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1495'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53835'^^xsd:double;
  dwc:latitude '48.69746'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53835 48.69746, -1.53835 48.69746, -1.53835 48.69746, -1.53835 48.69746, -1.53835 48.69746))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1495'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6977 -1.53835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6977 -1.53835)"^^geo:wktLiteral ;
  geo-pos:lat "48.6977"^^xsd:decimal ;
  geo-pos:long "-1.53835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9858'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53835'^^xsd:double;
  dwc:latitude '48.6977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53835 48.6977, -1.53835 48.6977, -1.53835 48.6977, -1.53835 48.6977, -1.53835 48.6977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9858'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72707 -1.53835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72707 -1.53835)"^^geo:wktLiteral ;
  geo-pos:lat "48.72707"^^xsd:decimal ;
  geo-pos:long "-1.53835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_7046'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53835'^^xsd:double;
  dwc:latitude '48.72707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53835 48.72707, -1.53835 48.72707, -1.53835 48.72707, -1.53835 48.72707, -1.53835 48.72707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7046'^^xsd:string;
  dwc:observationDate '2006-06-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70925 -1.53834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70925 -1.53834)"^^geo:wktLiteral ;
  geo-pos:lat "48.70925"^^xsd:decimal ;
  geo-pos:long "-1.53834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_831'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53834'^^xsd:double;
  dwc:latitude '48.70925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53834 48.70925, -1.53834 48.70925, -1.53834 48.70925, -1.53834 48.70925, -1.53834 48.70925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_831'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72491 -1.53834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72491 -1.53834)"^^geo:wktLiteral ;
  geo-pos:lat "48.72491"^^xsd:decimal ;
  geo-pos:long "-1.53834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_678'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53834'^^xsd:double;
  dwc:latitude '48.72491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53834 48.72491, -1.53834 48.72491, -1.53834 48.72491, -1.53834 48.72491, -1.53834 48.72491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_678'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3925> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66979 -1.53832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66979 -1.53832)"^^geo:wktLiteral ;
  geo-pos:lat "48.66979"^^xsd:decimal ;
  geo-pos:long "-1.53832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3925'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3925'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53832'^^xsd:double;
  dwc:latitude '48.66979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53832 48.66979, -1.53832 48.66979, -1.53832 48.66979, -1.53832 48.66979, -1.53832 48.66979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3925'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1954> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69712 -1.53832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69712 -1.53832)"^^geo:wktLiteral ;
  geo-pos:lat "48.69712"^^xsd:decimal ;
  geo-pos:long "-1.53832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1954'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1954'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53832'^^xsd:double;
  dwc:latitude '48.69712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53832 48.69712, -1.53832 48.69712, -1.53832 48.69712, -1.53832 48.69712, -1.53832 48.69712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1954'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7002 -1.53832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7002 -1.53832)"^^geo:wktLiteral ;
  geo-pos:lat "48.7002"^^xsd:decimal ;
  geo-pos:long "-1.53832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6601'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53832'^^xsd:double;
  dwc:latitude '48.7002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53832 48.7002, -1.53832 48.7002, -1.53832 48.7002, -1.53832 48.7002, -1.53832 48.7002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6601'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70754 -1.53832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70754 -1.53832)"^^geo:wktLiteral ;
  geo-pos:lat "48.70754"^^xsd:decimal ;
  geo-pos:long "-1.53832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4277'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53832'^^xsd:double;
  dwc:latitude '48.70754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53832 48.70754, -1.53832 48.70754, -1.53832 48.70754, -1.53832 48.70754, -1.53832 48.70754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4277'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72004 -1.53832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72004 -1.53832)"^^geo:wktLiteral ;
  geo-pos:lat "48.72004"^^xsd:decimal ;
  geo-pos:long "-1.53832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2278'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53832'^^xsd:double;
  dwc:latitude '48.72004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53832 48.72004, -1.53832 48.72004, -1.53832 48.72004, -1.53832 48.72004, -1.53832 48.72004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2278'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69479 -1.53831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69479 -1.53831)"^^geo:wktLiteral ;
  geo-pos:lat "48.69479"^^xsd:decimal ;
  geo-pos:long "-1.53831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9247'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53831'^^xsd:double;
  dwc:latitude '48.69479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53831 48.69479, -1.53831 48.69479, -1.53831 48.69479, -1.53831 48.69479, -1.53831 48.69479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9247'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6956 -1.53831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6956 -1.53831)"^^geo:wktLiteral ;
  geo-pos:lat "48.6956"^^xsd:decimal ;
  geo-pos:long "-1.53831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2314'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53831'^^xsd:double;
  dwc:latitude '48.6956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53831 48.6956, -1.53831 48.6956, -1.53831 48.6956, -1.53831 48.6956, -1.53831 48.6956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2314'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71199 -1.53831)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71199"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53831"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71199 -1.53831)"^^geo:wktLiteral ;
  geo-pos:lat "48.71199"^^xsd:decimal ;
  geo-pos:long "-1.53831"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9640'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53831'^^xsd:double;
  dwc:latitude '48.71199'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53831 48.71199, -1.53831 48.71199, -1.53831 48.71199, -1.53831 48.71199, -1.53831 48.71199))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9640'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70136 -1.5383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70136"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70136 -1.5383)"^^geo:wktLiteral ;
  geo-pos:lat "48.70136"^^xsd:decimal ;
  geo-pos:long "-1.5383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7026'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5383'^^xsd:double;
  dwc:latitude '48.70136'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5383 48.70136, -1.5383 48.70136, -1.5383 48.70136, -1.5383 48.70136, -1.5383 48.70136))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7026'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71728 -1.53829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71728 -1.53829)"^^geo:wktLiteral ;
  geo-pos:lat "48.71728"^^xsd:decimal ;
  geo-pos:long "-1.53829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3599'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53829'^^xsd:double;
  dwc:latitude '48.71728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53829 48.71728, -1.53829 48.71728, -1.53829 48.71728, -1.53829 48.71728, -1.53829 48.71728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3599'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72801 -1.53829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72801 -1.53829)"^^geo:wktLiteral ;
  geo-pos:lat "48.72801"^^xsd:decimal ;
  geo-pos:long "-1.53829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_914'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53829'^^xsd:double;
  dwc:latitude '48.72801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53829 48.72801, -1.53829 48.72801, -1.53829 48.72801, -1.53829 48.72801, -1.53829 48.72801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_914'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6779> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67629 -1.53828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67629 -1.53828)"^^geo:wktLiteral ;
  geo-pos:lat "48.67629"^^xsd:decimal ;
  geo-pos:long "-1.53828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6779'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6779'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53828'^^xsd:double;
  dwc:latitude '48.67629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53828 48.67629, -1.53828 48.67629, -1.53828 48.67629, -1.53828 48.67629, -1.53828 48.67629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6779'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68657 -1.53828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68657 -1.53828)"^^geo:wktLiteral ;
  geo-pos:lat "48.68657"^^xsd:decimal ;
  geo-pos:long "-1.53828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_185'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53828'^^xsd:double;
  dwc:latitude '48.68657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53828 48.68657, -1.53828 48.68657, -1.53828 48.68657, -1.53828 48.68657, -1.53828 48.68657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_185'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72551 -1.53828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72551"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72551 -1.53828)"^^geo:wktLiteral ;
  geo-pos:lat "48.72551"^^xsd:decimal ;
  geo-pos:long "-1.53828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9888'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53828'^^xsd:double;
  dwc:latitude '48.72551'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53828 48.72551, -1.53828 48.72551, -1.53828 48.72551, -1.53828 48.72551, -1.53828 48.72551))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9888'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.53827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69969 -1.53827)"^^geo:wktLiteral ;
  geo-pos:lat "48.69969"^^xsd:decimal ;
  geo-pos:long "-1.53827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6671'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53827'^^xsd:double;
  dwc:latitude '48.69969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53827 48.69969, -1.53827 48.69969, -1.53827 48.69969, -1.53827 48.69969, -1.53827 48.69969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6671'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69807 -1.53826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69807 -1.53826)"^^geo:wktLiteral ;
  geo-pos:lat "48.69807"^^xsd:decimal ;
  geo-pos:long "-1.53826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4952'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53826'^^xsd:double;
  dwc:latitude '48.69807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53826 48.69807, -1.53826 48.69807, -1.53826 48.69807, -1.53826 48.69807, -1.53826 48.69807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4952'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71846 -1.53825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71846 -1.53825)"^^geo:wktLiteral ;
  geo-pos:lat "48.71846"^^xsd:decimal ;
  geo-pos:long "-1.53825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_642'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53825'^^xsd:double;
  dwc:latitude '48.71846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53825 48.71846, -1.53825 48.71846, -1.53825 48.71846, -1.53825 48.71846, -1.53825 48.71846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_642'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69717 -1.53823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69717 -1.53823)"^^geo:wktLiteral ;
  geo-pos:lat "48.69717"^^xsd:decimal ;
  geo-pos:long "-1.53823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1512'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53823'^^xsd:double;
  dwc:latitude '48.69717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53823 48.69717, -1.53823 48.69717, -1.53823 48.69717, -1.53823 48.69717, -1.53823 48.69717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1512'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_543> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72452 -1.53823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72452"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72452 -1.53823)"^^geo:wktLiteral ;
  geo-pos:lat "48.72452"^^xsd:decimal ;
  geo-pos:long "-1.53823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_543'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_543'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53823'^^xsd:double;
  dwc:latitude '48.72452'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53823 48.72452, -1.53823 48.72452, -1.53823 48.72452, -1.53823 48.72452, -1.53823 48.72452))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_543'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66125 -1.53822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66125 -1.53822)"^^geo:wktLiteral ;
  geo-pos:lat "48.66125"^^xsd:decimal ;
  geo-pos:long "-1.53822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2668'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53822'^^xsd:double;
  dwc:latitude '48.66125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53822 48.66125, -1.53822 48.66125, -1.53822 48.66125, -1.53822 48.66125, -1.53822 48.66125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2668'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67504 -1.53822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67504 -1.53822)"^^geo:wktLiteral ;
  geo-pos:lat "48.67504"^^xsd:decimal ;
  geo-pos:long "-1.53822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5231'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53822'^^xsd:double;
  dwc:latitude '48.67504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53822 48.67504, -1.53822 48.67504, -1.53822 48.67504, -1.53822 48.67504, -1.53822 48.67504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5231'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70247 -1.53821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70247 -1.53821)"^^geo:wktLiteral ;
  geo-pos:lat "48.70247"^^xsd:decimal ;
  geo-pos:long "-1.53821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_877'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53821'^^xsd:double;
  dwc:latitude '48.70247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53821 48.70247, -1.53821 48.70247, -1.53821 48.70247, -1.53821 48.70247, -1.53821 48.70247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_877'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71991 -1.53821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71991 -1.53821)"^^geo:wktLiteral ;
  geo-pos:lat "48.71991"^^xsd:decimal ;
  geo-pos:long "-1.53821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_207'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53821'^^xsd:double;
  dwc:latitude '48.71991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53821 48.71991, -1.53821 48.71991, -1.53821 48.71991, -1.53821 48.71991, -1.53821 48.71991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_207'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72354 -1.5382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72354"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72354 -1.5382)"^^geo:wktLiteral ;
  geo-pos:lat "48.72354"^^xsd:decimal ;
  geo-pos:long "-1.5382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6730'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5382'^^xsd:double;
  dwc:latitude '48.72354'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5382 48.72354, -1.5382 48.72354, -1.5382 48.72354, -1.5382 48.72354, -1.5382 48.72354))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6730'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67514 -1.53819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67514"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67514 -1.53819)"^^geo:wktLiteral ;
  geo-pos:lat "48.67514"^^xsd:decimal ;
  geo-pos:long "-1.53819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7141'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53819'^^xsd:double;
  dwc:latitude '48.67514'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53819 48.67514, -1.53819 48.67514, -1.53819 48.67514, -1.53819 48.67514, -1.53819 48.67514))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7141'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69766 -1.53819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69766 -1.53819)"^^geo:wktLiteral ;
  geo-pos:lat "48.69766"^^xsd:decimal ;
  geo-pos:long "-1.53819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5819'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53819'^^xsd:double;
  dwc:latitude '48.69766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53819 48.69766, -1.53819 48.69766, -1.53819 48.69766, -1.53819 48.69766, -1.53819 48.69766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5819'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72403 -1.53819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72403 -1.53819)"^^geo:wktLiteral ;
  geo-pos:lat "48.72403"^^xsd:decimal ;
  geo-pos:long "-1.53819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4949'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53819'^^xsd:double;
  dwc:latitude '48.72403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53819 48.72403, -1.53819 48.72403, -1.53819 48.72403, -1.53819 48.72403, -1.53819 48.72403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4949'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7248 -1.53818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7248 -1.53818)"^^geo:wktLiteral ;
  geo-pos:lat "48.7248"^^xsd:decimal ;
  geo-pos:long "-1.53818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6602'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53818'^^xsd:double;
  dwc:latitude '48.7248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53818 48.7248, -1.53818 48.7248, -1.53818 48.7248, -1.53818 48.7248, -1.53818 48.7248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6602'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7192>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7192> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7192> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69837 -1.53817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7192>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69837 -1.53817)"^^geo:wktLiteral ;
  geo-pos:lat "48.69837"^^xsd:decimal ;
  geo-pos:long "-1.53817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7192>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7192" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7192'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7192'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53817'^^xsd:double;
  dwc:latitude '48.69837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53817 48.69837, -1.53817 48.69837, -1.53817 48.69837, -1.53817 48.69837, -1.53817 48.69837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7192'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72474 -1.53817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72474 -1.53817)"^^geo:wktLiteral ;
  geo-pos:lat "48.72474"^^xsd:decimal ;
  geo-pos:long "-1.53817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8901'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53817'^^xsd:double;
  dwc:latitude '48.72474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53817 48.72474, -1.53817 48.72474, -1.53817 48.72474, -1.53817 48.72474, -1.53817 48.72474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8901'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68863 -1.53815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68863 -1.53815)"^^geo:wktLiteral ;
  geo-pos:lat "48.68863"^^xsd:decimal ;
  geo-pos:long "-1.53815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_187'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53815'^^xsd:double;
  dwc:latitude '48.68863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53815 48.68863, -1.53815 48.68863, -1.53815 48.68863, -1.53815 48.68863, -1.53815 48.68863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_187'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72377 -1.53814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72377 -1.53814)"^^geo:wktLiteral ;
  geo-pos:lat "48.72377"^^xsd:decimal ;
  geo-pos:long "-1.53814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5965'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53814'^^xsd:double;
  dwc:latitude '48.72377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53814 48.72377, -1.53814 48.72377, -1.53814 48.72377, -1.53814 48.72377, -1.53814 48.72377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5965'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69777 -1.53813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69777 -1.53813)"^^geo:wktLiteral ;
  geo-pos:lat "48.69777"^^xsd:decimal ;
  geo-pos:long "-1.53813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3194'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53813'^^xsd:double;
  dwc:latitude '48.69777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53813 48.69777, -1.53813 48.69777, -1.53813 48.69777, -1.53813 48.69777, -1.53813 48.69777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3194'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71982 -1.53813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71982 -1.53813)"^^geo:wktLiteral ;
  geo-pos:lat "48.71982"^^xsd:decimal ;
  geo-pos:long "-1.53813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2171'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53813'^^xsd:double;
  dwc:latitude '48.71982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53813 48.71982, -1.53813 48.71982, -1.53813 48.71982, -1.53813 48.71982, -1.53813 48.71982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2171'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69723 -1.53812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69723 -1.53812)"^^geo:wktLiteral ;
  geo-pos:lat "48.69723"^^xsd:decimal ;
  geo-pos:long "-1.53812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_365'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53812'^^xsd:double;
  dwc:latitude '48.69723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53812 48.69723, -1.53812 48.69723, -1.53812 48.69723, -1.53812 48.69723, -1.53812 48.69723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_365'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_380> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70656 -1.53812)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53812"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70656 -1.53812)"^^geo:wktLiteral ;
  geo-pos:lat "48.70656"^^xsd:decimal ;
  geo-pos:long "-1.53812"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_380'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_380'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53812'^^xsd:double;
  dwc:latitude '48.70656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53812 48.70656, -1.53812 48.70656, -1.53812 48.70656, -1.53812 48.70656, -1.53812 48.70656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_380'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6755 -1.53811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6755 -1.53811)"^^geo:wktLiteral ;
  geo-pos:lat "48.6755"^^xsd:decimal ;
  geo-pos:long "-1.53811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6201'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53811'^^xsd:double;
  dwc:latitude '48.6755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53811 48.6755, -1.53811 48.6755, -1.53811 48.6755, -1.53811 48.6755, -1.53811 48.6755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6201'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66913 -1.5381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66913 -1.5381)"^^geo:wktLiteral ;
  geo-pos:lat "48.66913"^^xsd:decimal ;
  geo-pos:long "-1.5381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2674'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5381'^^xsd:double;
  dwc:latitude '48.66913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5381 48.66913, -1.5381 48.66913, -1.5381 48.66913, -1.5381 48.66913, -1.5381 48.66913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2674'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.5381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.5381)"^^geo:wktLiteral ;
  geo-pos:lat "48.70854"^^xsd:decimal ;
  geo-pos:long "-1.5381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4573'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5381'^^xsd:double;
  dwc:latitude '48.70854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5381 48.70854, -1.5381 48.70854, -1.5381 48.70854, -1.5381 48.70854, -1.5381 48.70854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4573'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71761 -1.53809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71761"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71761 -1.53809)"^^geo:wktLiteral ;
  geo-pos:lat "48.71761"^^xsd:decimal ;
  geo-pos:long "-1.53809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_274'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53809'^^xsd:double;
  dwc:latitude '48.71761'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53809 48.71761, -1.53809 48.71761, -1.53809 48.71761, -1.53809 48.71761, -1.53809 48.71761))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_274'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71893 -1.53809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71893 -1.53809)"^^geo:wktLiteral ;
  geo-pos:lat "48.71893"^^xsd:decimal ;
  geo-pos:long "-1.53809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_904'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53809'^^xsd:double;
  dwc:latitude '48.71893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53809 48.71893, -1.53809 48.71893, -1.53809 48.71893, -1.53809 48.71893, -1.53809 48.71893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_904'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69579 -1.53807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69579"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69579 -1.53807)"^^geo:wktLiteral ;
  geo-pos:lat "48.69579"^^xsd:decimal ;
  geo-pos:long "-1.53807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4287'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53807'^^xsd:double;
  dwc:latitude '48.69579'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53807 48.69579, -1.53807 48.69579, -1.53807 48.69579, -1.53807 48.69579, -1.53807 48.69579))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4287'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70222 -1.53807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70222 -1.53807)"^^geo:wktLiteral ;
  geo-pos:lat "48.70222"^^xsd:decimal ;
  geo-pos:long "-1.53807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6649'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53807'^^xsd:double;
  dwc:latitude '48.70222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53807 48.70222, -1.53807 48.70222, -1.53807 48.70222, -1.53807 48.70222, -1.53807 48.70222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6649'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66336 -1.53804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66336"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66336 -1.53804)"^^geo:wktLiteral ;
  geo-pos:lat "48.66336"^^xsd:decimal ;
  geo-pos:long "-1.53804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6851'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53804'^^xsd:double;
  dwc:latitude '48.66336'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53804 48.66336, -1.53804 48.66336, -1.53804 48.66336, -1.53804 48.66336, -1.53804 48.66336))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6851'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69144 -1.53804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69144 -1.53804)"^^geo:wktLiteral ;
  geo-pos:lat "48.69144"^^xsd:decimal ;
  geo-pos:long "-1.53804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6498'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53804'^^xsd:double;
  dwc:latitude '48.69144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53804 48.69144, -1.53804 48.69144, -1.53804 48.69144, -1.53804 48.69144, -1.53804 48.69144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6498'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69729 -1.53804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69729"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69729 -1.53804)"^^geo:wktLiteral ;
  geo-pos:lat "48.69729"^^xsd:decimal ;
  geo-pos:long "-1.53804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_922'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53804'^^xsd:double;
  dwc:latitude '48.69729'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53804 48.69729, -1.53804 48.69729, -1.53804 48.69729, -1.53804 48.69729, -1.53804 48.69729))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_922'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70038 -1.53804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70038 -1.53804)"^^geo:wktLiteral ;
  geo-pos:lat "48.70038"^^xsd:decimal ;
  geo-pos:long "-1.53804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8089'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53804'^^xsd:double;
  dwc:latitude '48.70038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53804 48.70038, -1.53804 48.70038, -1.53804 48.70038, -1.53804 48.70038, -1.53804 48.70038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8089'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72668 -1.53803)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53803"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72668 -1.53803)"^^geo:wktLiteral ;
  geo-pos:lat "48.72668"^^xsd:decimal ;
  geo-pos:long "-1.53803"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2352'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '14.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53803'^^xsd:double;
  dwc:latitude '48.72668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53803 48.72668, -1.53803 48.72668, -1.53803 48.72668, -1.53803 48.72668, -1.53803 48.72668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2352'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6584 -1.53801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6584 -1.53801)"^^geo:wktLiteral ;
  geo-pos:lat "48.6584"^^xsd:decimal ;
  geo-pos:long "-1.53801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11081'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53801'^^xsd:double;
  dwc:latitude '48.6584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53801 48.6584, -1.53801 48.6584, -1.53801 48.6584, -1.53801 48.6584, -1.53801 48.6584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11081'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69608 -1.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69608 -1.538)"^^geo:wktLiteral ;
  geo-pos:lat "48.69608"^^xsd:decimal ;
  geo-pos:long "-1.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_9492'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.538'^^xsd:double;
  dwc:latitude '48.69608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.538 48.69608, -1.538 48.69608, -1.538 48.69608, -1.538 48.69608, -1.538 48.69608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9492'^^xsd:string;
  dwc:observationDate '2008-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70785 -1.538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70785 -1.538)"^^geo:wktLiteral ;
  geo-pos:lat "48.70785"^^xsd:decimal ;
  geo-pos:long "-1.538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10370'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '5.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.538'^^xsd:double;
  dwc:latitude '48.70785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.538 48.70785, -1.538 48.70785, -1.538 48.70785, -1.538 48.70785, -1.538 48.70785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10370'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4700> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70245 -1.53798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70245 -1.53798)"^^geo:wktLiteral ;
  geo-pos:lat "48.70245"^^xsd:decimal ;
  geo-pos:long "-1.53798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4700'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_4700'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53798'^^xsd:double;
  dwc:latitude '48.70245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53798 48.70245, -1.53798 48.70245, -1.53798 48.70245, -1.53798 48.70245, -1.53798 48.70245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4700'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68502 -1.53796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68502 -1.53796)"^^geo:wktLiteral ;
  geo-pos:lat "48.68502"^^xsd:decimal ;
  geo-pos:long "-1.53796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4612'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53796'^^xsd:double;
  dwc:latitude '48.68502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53796 48.68502, -1.53796 48.68502, -1.53796 48.68502, -1.53796 48.68502, -1.53796 48.68502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4612'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70381 -1.53796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70381"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70381 -1.53796)"^^geo:wktLiteral ;
  geo-pos:lat "48.70381"^^xsd:decimal ;
  geo-pos:long "-1.53796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_604'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53796'^^xsd:double;
  dwc:latitude '48.70381'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53796 48.70381, -1.53796 48.70381, -1.53796 48.70381, -1.53796 48.70381, -1.53796 48.70381))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_604'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69887 -1.53793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69887 -1.53793)"^^geo:wktLiteral ;
  geo-pos:lat "48.69887"^^xsd:decimal ;
  geo-pos:long "-1.53793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9451'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53793'^^xsd:double;
  dwc:latitude '48.69887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53793 48.69887, -1.53793 48.69887, -1.53793 48.69887, -1.53793 48.69887, -1.53793 48.69887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9451'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65749 -1.53792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65749 -1.53792)"^^geo:wktLiteral ;
  geo-pos:lat "48.65749"^^xsd:decimal ;
  geo-pos:long "-1.53792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1644'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53792'^^xsd:double;
  dwc:latitude '48.65749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53792 48.65749, -1.53792 48.65749, -1.53792 48.65749, -1.53792 48.65749, -1.53792 48.65749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1644'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69522 -1.53792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69522 -1.53792)"^^geo:wktLiteral ;
  geo-pos:lat "48.69522"^^xsd:decimal ;
  geo-pos:long "-1.53792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9463'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53792'^^xsd:double;
  dwc:latitude '48.69522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53792 48.69522, -1.53792 48.69522, -1.53792 48.69522, -1.53792 48.69522, -1.53792 48.69522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9463'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68946 -1.53791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68946 -1.53791)"^^geo:wktLiteral ;
  geo-pos:lat "48.68946"^^xsd:decimal ;
  geo-pos:long "-1.53791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6202'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53791'^^xsd:double;
  dwc:latitude '48.68946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53791 48.68946, -1.53791 48.68946, -1.53791 48.68946, -1.53791 48.68946, -1.53791 48.68946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6202'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70248 -1.53791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70248 -1.53791)"^^geo:wktLiteral ;
  geo-pos:lat "48.70248"^^xsd:decimal ;
  geo-pos:long "-1.53791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5381'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53791'^^xsd:double;
  dwc:latitude '48.70248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53791 48.70248, -1.53791 48.70248, -1.53791 48.70248, -1.53791 48.70248, -1.53791 48.70248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5381'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69786 -1.5379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69786 -1.5379)"^^geo:wktLiteral ;
  geo-pos:lat "48.69786"^^xsd:decimal ;
  geo-pos:long "-1.5379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9852'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5379'^^xsd:double;
  dwc:latitude '48.69786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5379 48.69786, -1.5379 48.69786, -1.5379 48.69786, -1.5379 48.69786, -1.5379 48.69786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9852'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69803 -1.5379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69803 -1.5379)"^^geo:wktLiteral ;
  geo-pos:lat "48.69803"^^xsd:decimal ;
  geo-pos:long "-1.5379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8098'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5379'^^xsd:double;
  dwc:latitude '48.69803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5379 48.69803, -1.5379 48.69803, -1.5379 48.69803, -1.5379 48.69803, -1.5379 48.69803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8098'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_956> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71946 -1.53789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71946 -1.53789)"^^geo:wktLiteral ;
  geo-pos:lat "48.71946"^^xsd:decimal ;
  geo-pos:long "-1.53789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_956'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_956'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53789'^^xsd:double;
  dwc:latitude '48.71946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53789 48.71946, -1.53789 48.71946, -1.53789 48.71946, -1.53789 48.71946, -1.53789 48.71946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_956'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69378 -1.53786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69378 -1.53786)"^^geo:wktLiteral ;
  geo-pos:lat "48.69378"^^xsd:decimal ;
  geo-pos:long "-1.53786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2605'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53786'^^xsd:double;
  dwc:latitude '48.69378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53786 48.69378, -1.53786 48.69378, -1.53786 48.69378, -1.53786 48.69378, -1.53786 48.69378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2605'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69701 -1.53786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69701 -1.53786)"^^geo:wktLiteral ;
  geo-pos:lat "48.69701"^^xsd:decimal ;
  geo-pos:long "-1.53786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9031'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53786'^^xsd:double;
  dwc:latitude '48.69701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53786 48.69701, -1.53786 48.69701, -1.53786 48.69701, -1.53786 48.69701, -1.53786 48.69701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9031'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69645 -1.53785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69645 -1.53785)"^^geo:wktLiteral ;
  geo-pos:lat "48.69645"^^xsd:decimal ;
  geo-pos:long "-1.53785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2114'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53785'^^xsd:double;
  dwc:latitude '48.69645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53785 48.69645, -1.53785 48.69645, -1.53785 48.69645, -1.53785 48.69645, -1.53785 48.69645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2114'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71253 -1.53785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71253 -1.53785)"^^geo:wktLiteral ;
  geo-pos:lat "48.71253"^^xsd:decimal ;
  geo-pos:long "-1.53785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2067'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53785'^^xsd:double;
  dwc:latitude '48.71253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53785 48.71253, -1.53785 48.71253, -1.53785 48.71253, -1.53785 48.71253, -1.53785 48.71253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2067'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2842> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69184 -1.53784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69184"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69184 -1.53784)"^^geo:wktLiteral ;
  geo-pos:lat "48.69184"^^xsd:decimal ;
  geo-pos:long "-1.53784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2842'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2842'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53784'^^xsd:double;
  dwc:latitude '48.69184'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53784 48.69184, -1.53784 48.69184, -1.53784 48.69184, -1.53784 48.69184, -1.53784 48.69184))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2842'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69339 -1.53784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69339 -1.53784)"^^geo:wktLiteral ;
  geo-pos:lat "48.69339"^^xsd:decimal ;
  geo-pos:long "-1.53784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2606'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53784'^^xsd:double;
  dwc:latitude '48.69339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53784 48.69339, -1.53784 48.69339, -1.53784 48.69339, -1.53784 48.69339, -1.53784 48.69339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2606'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69821 -1.53783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69821 -1.53783)"^^geo:wktLiteral ;
  geo-pos:lat "48.69821"^^xsd:decimal ;
  geo-pos:long "-1.53783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5857'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53783'^^xsd:double;
  dwc:latitude '48.69821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53783 48.69821, -1.53783 48.69821, -1.53783 48.69821, -1.53783 48.69821, -1.53783 48.69821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5857'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6979> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65841 -1.53782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65841 -1.53782)"^^geo:wktLiteral ;
  geo-pos:lat "48.65841"^^xsd:decimal ;
  geo-pos:long "-1.53782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6979'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6979'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53782'^^xsd:double;
  dwc:latitude '48.65841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53782 48.65841, -1.53782 48.65841, -1.53782 48.65841, -1.53782 48.65841, -1.53782 48.65841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6979'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70907 -1.53779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70907 -1.53779)"^^geo:wktLiteral ;
  geo-pos:lat "48.70907"^^xsd:decimal ;
  geo-pos:long "-1.53779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2453'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53779'^^xsd:double;
  dwc:latitude '48.70907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53779 48.70907, -1.53779 48.70907, -1.53779 48.70907, -1.53779 48.70907, -1.53779 48.70907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2453'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69272 -1.53777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69272 -1.53777)"^^geo:wktLiteral ;
  geo-pos:lat "48.69272"^^xsd:decimal ;
  geo-pos:long "-1.53777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9685'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53777'^^xsd:double;
  dwc:latitude '48.69272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53777 48.69272, -1.53777 48.69272, -1.53777 48.69272, -1.53777 48.69272, -1.53777 48.69272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9685'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69795 -1.53777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69795 -1.53777)"^^geo:wktLiteral ;
  geo-pos:lat "48.69795"^^xsd:decimal ;
  geo-pos:long "-1.53777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9796'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53777'^^xsd:double;
  dwc:latitude '48.69795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53777 48.69795, -1.53777 48.69795, -1.53777 48.69795, -1.53777 48.69795, -1.53777 48.69795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9796'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71794 -1.53777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71794 -1.53777)"^^geo:wktLiteral ;
  geo-pos:lat "48.71794"^^xsd:decimal ;
  geo-pos:long "-1.53777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_682'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53777'^^xsd:double;
  dwc:latitude '48.71794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53777 48.71794, -1.53777 48.71794, -1.53777 48.71794, -1.53777 48.71794, -1.53777 48.71794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_682'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72255 -1.53777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72255"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72255 -1.53777)"^^geo:wktLiteral ;
  geo-pos:lat "48.72255"^^xsd:decimal ;
  geo-pos:long "-1.53777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5947'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53777'^^xsd:double;
  dwc:latitude '48.72255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53777 48.72255, -1.53777 48.72255, -1.53777 48.72255, -1.53777 48.72255, -1.53777 48.72255))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5947'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64568 -1.53776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64568 -1.53776)"^^geo:wktLiteral ;
  geo-pos:lat "48.64568"^^xsd:decimal ;
  geo-pos:long "-1.53776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2469'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53776'^^xsd:double;
  dwc:latitude '48.64568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53776 48.64568, -1.53776 48.64568, -1.53776 48.64568, -1.53776 48.64568, -1.53776 48.64568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2469'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69063 -1.53776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69063 -1.53776)"^^geo:wktLiteral ;
  geo-pos:lat "48.69063"^^xsd:decimal ;
  geo-pos:long "-1.53776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10220'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53776'^^xsd:double;
  dwc:latitude '48.69063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53776 48.69063, -1.53776 48.69063, -1.53776 48.69063, -1.53776 48.69063, -1.53776 48.69063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10220'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71513 -1.53775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71513 -1.53775)"^^geo:wktLiteral ;
  geo-pos:lat "48.71513"^^xsd:decimal ;
  geo-pos:long "-1.53775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_249'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53775'^^xsd:double;
  dwc:latitude '48.71513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53775 48.71513, -1.53775 48.71513, -1.53775 48.71513, -1.53775 48.71513, -1.53775 48.71513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_249'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4545> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69237 -1.53774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69237 -1.53774)"^^geo:wktLiteral ;
  geo-pos:lat "48.69237"^^xsd:decimal ;
  geo-pos:long "-1.53774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4545'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4545'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53774'^^xsd:double;
  dwc:latitude '48.69237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53774 48.69237, -1.53774 48.69237, -1.53774 48.69237, -1.53774 48.69237, -1.53774 48.69237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4545'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72072 -1.53772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72072 -1.53772)"^^geo:wktLiteral ;
  geo-pos:lat "48.72072"^^xsd:decimal ;
  geo-pos:long "-1.53772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_407'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53772'^^xsd:double;
  dwc:latitude '48.72072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53772 48.72072, -1.53772 48.72072, -1.53772 48.72072, -1.53772 48.72072, -1.53772 48.72072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_407'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69801 -1.53771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69801 -1.53771)"^^geo:wktLiteral ;
  geo-pos:lat "48.69801"^^xsd:decimal ;
  geo-pos:long "-1.53771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4501'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53771'^^xsd:double;
  dwc:latitude '48.69801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53771 48.69801, -1.53771 48.69801, -1.53771 48.69801, -1.53771 48.69801, -1.53771 48.69801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4501'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70455 -1.53771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70455"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70455 -1.53771)"^^geo:wktLiteral ;
  geo-pos:lat "48.70455"^^xsd:decimal ;
  geo-pos:long "-1.53771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8052'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53771'^^xsd:double;
  dwc:latitude '48.70455'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53771 48.70455, -1.53771 48.70455, -1.53771 48.70455, -1.53771 48.70455, -1.53771 48.70455))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8052'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71682 -1.53771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71682 -1.53771)"^^geo:wktLiteral ;
  geo-pos:lat "48.71682"^^xsd:decimal ;
  geo-pos:long "-1.53771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_916'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53771'^^xsd:double;
  dwc:latitude '48.71682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53771 48.71682, -1.53771 48.71682, -1.53771 48.71682, -1.53771 48.71682, -1.53771 48.71682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_916'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68977 -1.5377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68977 -1.5377)"^^geo:wktLiteral ;
  geo-pos:lat "48.68977"^^xsd:decimal ;
  geo-pos:long "-1.5377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4386'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5377'^^xsd:double;
  dwc:latitude '48.68977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5377 48.68977, -1.5377 48.68977, -1.5377 48.68977, -1.5377 48.68977, -1.5377 48.68977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4386'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69866 -1.53769)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53769"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69866 -1.53769)"^^geo:wktLiteral ;
  geo-pos:lat "48.69866"^^xsd:decimal ;
  geo-pos:long "-1.53769"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6725'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53769'^^xsd:double;
  dwc:latitude '48.69866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53769 48.69866, -1.53769 48.69866, -1.53769 48.69866, -1.53769 48.69866, -1.53769 48.69866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6725'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69777 -1.53767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69777 -1.53767)"^^geo:wktLiteral ;
  geo-pos:lat "48.69777"^^xsd:decimal ;
  geo-pos:long "-1.53767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9730'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53767'^^xsd:double;
  dwc:latitude '48.69777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53767 48.69777, -1.53767 48.69777, -1.53767 48.69777, -1.53767 48.69777, -1.53767 48.69777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9730'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65729 -1.53765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65729"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65729 -1.53765)"^^geo:wktLiteral ;
  geo-pos:lat "48.65729"^^xsd:decimal ;
  geo-pos:long "-1.53765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2672'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53765'^^xsd:double;
  dwc:latitude '48.65729'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53765 48.65729, -1.53765 48.65729, -1.53765 48.65729, -1.53765 48.65729, -1.53765 48.65729))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2672'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70312 -1.53765)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70312"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53765"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70312 -1.53765)"^^geo:wktLiteral ;
  geo-pos:lat "48.70312"^^xsd:decimal ;
  geo-pos:long "-1.53765"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_566'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53765'^^xsd:double;
  dwc:latitude '48.70312'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53765 48.70312, -1.53765 48.70312, -1.53765 48.70312, -1.53765 48.70312, -1.53765 48.70312))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_566'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7006 -1.53764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7006 -1.53764)"^^geo:wktLiteral ;
  geo-pos:lat "48.7006"^^xsd:decimal ;
  geo-pos:long "-1.53764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6206'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53764'^^xsd:double;
  dwc:latitude '48.7006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53764 48.7006, -1.53764 48.7006, -1.53764 48.7006, -1.53764 48.7006, -1.53764 48.7006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6206'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71916 -1.53764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71916 -1.53764)"^^geo:wktLiteral ;
  geo-pos:lat "48.71916"^^xsd:decimal ;
  geo-pos:long "-1.53764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5244'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53764'^^xsd:double;
  dwc:latitude '48.71916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53764 48.71916, -1.53764 48.71916, -1.53764 48.71916, -1.53764 48.71916, -1.53764 48.71916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5244'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69798 -1.53763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69798 -1.53763)"^^geo:wktLiteral ;
  geo-pos:lat "48.69798"^^xsd:decimal ;
  geo-pos:long "-1.53763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3155'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53763'^^xsd:double;
  dwc:latitude '48.69798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53763 48.69798, -1.53763 48.69798, -1.53763 48.69798, -1.53763 48.69798, -1.53763 48.69798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3155'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69919 -1.53763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69919 -1.53763)"^^geo:wktLiteral ;
  geo-pos:lat "48.69919"^^xsd:decimal ;
  geo-pos:long "-1.53763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_840'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '12.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53763'^^xsd:double;
  dwc:latitude '48.69919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53763 48.69919, -1.53763 48.69919, -1.53763 48.69919, -1.53763 48.69919, -1.53763 48.69919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_840'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72512 -1.53763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72512"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72512 -1.53763)"^^geo:wktLiteral ;
  geo-pos:lat "48.72512"^^xsd:decimal ;
  geo-pos:long "-1.53763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10382'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53763'^^xsd:double;
  dwc:latitude '48.72512'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53763 48.72512, -1.53763 48.72512, -1.53763 48.72512, -1.53763 48.72512, -1.53763 48.72512))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10382'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66569 -1.53762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66569"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66569 -1.53762)"^^geo:wktLiteral ;
  geo-pos:lat "48.66569"^^xsd:decimal ;
  geo-pos:long "-1.53762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10680'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53762'^^xsd:double;
  dwc:latitude '48.66569'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53762 48.66569, -1.53762 48.66569, -1.53762 48.66569, -1.53762 48.66569, -1.53762 48.66569))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10680'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69462 -1.53762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69462"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69462 -1.53762)"^^geo:wktLiteral ;
  geo-pos:lat "48.69462"^^xsd:decimal ;
  geo-pos:long "-1.53762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1431'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53762'^^xsd:double;
  dwc:latitude '48.69462'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53762 48.69462, -1.53762 48.69462, -1.53762 48.69462, -1.53762 48.69462, -1.53762 48.69462))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1431'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.53762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.53762)"^^geo:wktLiteral ;
  geo-pos:lat "48.69536"^^xsd:decimal ;
  geo-pos:long "-1.53762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9416'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53762'^^xsd:double;
  dwc:latitude '48.69536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53762 48.69536, -1.53762 48.69536, -1.53762 48.69536, -1.53762 48.69536, -1.53762 48.69536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9416'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6165> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67013 -1.53761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67013 -1.53761)"^^geo:wktLiteral ;
  geo-pos:lat "48.67013"^^xsd:decimal ;
  geo-pos:long "-1.53761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6165'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6165'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53761'^^xsd:double;
  dwc:latitude '48.67013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53761 48.67013, -1.53761 48.67013, -1.53761 48.67013, -1.53761 48.67013, -1.53761 48.67013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6165'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68596 -1.53761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68596 -1.53761)"^^geo:wktLiteral ;
  geo-pos:lat "48.68596"^^xsd:decimal ;
  geo-pos:long "-1.53761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1392'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53761'^^xsd:double;
  dwc:latitude '48.68596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53761 48.68596, -1.53761 48.68596, -1.53761 48.68596, -1.53761 48.68596, -1.53761 48.68596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1392'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6956 -1.53761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6956 -1.53761)"^^geo:wktLiteral ;
  geo-pos:lat "48.6956"^^xsd:decimal ;
  geo-pos:long "-1.53761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3154'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.16666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53761'^^xsd:double;
  dwc:latitude '48.6956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53761 48.6956, -1.53761 48.6956, -1.53761 48.6956, -1.53761 48.6956, -1.53761 48.6956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3154'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.5376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69536 -1.5376)"^^geo:wktLiteral ;
  geo-pos:lat "48.69536"^^xsd:decimal ;
  geo-pos:long "-1.5376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2050'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5376'^^xsd:double;
  dwc:latitude '48.69536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5376 48.69536, -1.5376 48.69536, -1.5376 48.69536, -1.5376 48.69536, -1.5376 48.69536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2050'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66912 -1.53759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66912 -1.53759)"^^geo:wktLiteral ;
  geo-pos:lat "48.66912"^^xsd:decimal ;
  geo-pos:long "-1.53759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6200'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53759'^^xsd:double;
  dwc:latitude '48.66912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53759 48.66912, -1.53759 48.66912, -1.53759 48.66912, -1.53759 48.66912, -1.53759 48.66912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6200'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72702 -1.53759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72702 -1.53759)"^^geo:wktLiteral ;
  geo-pos:lat "48.72702"^^xsd:decimal ;
  geo-pos:long "-1.53759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5674'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53759'^^xsd:double;
  dwc:latitude '48.72702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53759 48.72702, -1.53759 48.72702, -1.53759 48.72702, -1.53759 48.72702, -1.53759 48.72702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5674'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7131 -1.53758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7131 -1.53758)"^^geo:wktLiteral ;
  geo-pos:lat "48.7131"^^xsd:decimal ;
  geo-pos:long "-1.53758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2242'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53758'^^xsd:double;
  dwc:latitude '48.7131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53758 48.7131, -1.53758 48.7131, -1.53758 48.7131, -1.53758 48.7131, -1.53758 48.7131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2242'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69723 -1.53755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69723 -1.53755)"^^geo:wktLiteral ;
  geo-pos:lat "48.69723"^^xsd:decimal ;
  geo-pos:long "-1.53755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9720'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53755'^^xsd:double;
  dwc:latitude '48.69723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53755 48.69723, -1.53755 48.69723, -1.53755 48.69723, -1.53755 48.69723, -1.53755 48.69723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9720'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65991 -1.53754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65991"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65991 -1.53754)"^^geo:wktLiteral ;
  geo-pos:lat "48.65991"^^xsd:decimal ;
  geo-pos:long "-1.53754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7152'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53754'^^xsd:double;
  dwc:latitude '48.65991'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53754 48.65991, -1.53754 48.65991, -1.53754 48.65991, -1.53754 48.65991, -1.53754 48.65991))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7152'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65696 -1.53753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65696 -1.53753)"^^geo:wktLiteral ;
  geo-pos:lat "48.65696"^^xsd:decimal ;
  geo-pos:long "-1.53753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10900'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53753'^^xsd:double;
  dwc:latitude '48.65696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53753 48.65696, -1.53753 48.65696, -1.53753 48.65696, -1.53753 48.65696, -1.53753 48.65696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10900'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72498 -1.53753)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53753"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72498 -1.53753)"^^geo:wktLiteral ;
  geo-pos:lat "48.72498"^^xsd:decimal ;
  geo-pos:long "-1.53753"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10411'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53753'^^xsd:double;
  dwc:latitude '48.72498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53753 48.72498, -1.53753 48.72498, -1.53753 48.72498, -1.53753 48.72498, -1.53753 48.72498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10411'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65807 -1.5375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65807 -1.5375)"^^geo:wktLiteral ;
  geo-pos:lat "48.65807"^^xsd:decimal ;
  geo-pos:long "-1.5375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10555'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5375'^^xsd:double;
  dwc:latitude '48.65807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5375 48.65807, -1.5375 48.65807, -1.5375 48.65807, -1.5375 48.65807, -1.5375 48.65807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10555'^^xsd:string;
  dwc:observationDate '2007-10-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66088 -1.5375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66088 -1.5375)"^^geo:wktLiteral ;
  geo-pos:lat "48.66088"^^xsd:decimal ;
  geo-pos:long "-1.5375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6061'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5375'^^xsd:double;
  dwc:latitude '48.66088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5375 48.66088, -1.5375 48.66088, -1.5375 48.66088, -1.5375 48.66088, -1.5375 48.66088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6061'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64745 -1.53749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64745 -1.53749)"^^geo:wktLiteral ;
  geo-pos:lat "48.64745"^^xsd:decimal ;
  geo-pos:long "-1.53749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3406'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53749'^^xsd:double;
  dwc:latitude '48.64745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53749 48.64745, -1.53749 48.64745, -1.53749 48.64745, -1.53749 48.64745, -1.53749 48.64745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3406'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72339 -1.53749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72339 -1.53749)"^^geo:wktLiteral ;
  geo-pos:lat "48.72339"^^xsd:decimal ;
  geo-pos:long "-1.53749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7109'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53749'^^xsd:double;
  dwc:latitude '48.72339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53749 48.72339, -1.53749 48.72339, -1.53749 48.72339, -1.53749 48.72339, -1.53749 48.72339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7109'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70952 -1.53748)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53748"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70952 -1.53748)"^^geo:wktLiteral ;
  geo-pos:lat "48.70952"^^xsd:decimal ;
  geo-pos:long "-1.53748"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11261'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53748'^^xsd:double;
  dwc:latitude '48.70952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53748 48.70952, -1.53748 48.70952, -1.53748 48.70952, -1.53748 48.70952, -1.53748 48.70952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11261'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69693 -1.53747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69693 -1.53747)"^^geo:wktLiteral ;
  geo-pos:lat "48.69693"^^xsd:decimal ;
  geo-pos:long "-1.53747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8027'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53747'^^xsd:double;
  dwc:latitude '48.69693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53747 48.69693, -1.53747 48.69693, -1.53747 48.69693, -1.53747 48.69693, -1.53747 48.69693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8027'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69833 -1.53747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69833 -1.53747)"^^geo:wktLiteral ;
  geo-pos:lat "48.69833"^^xsd:decimal ;
  geo-pos:long "-1.53747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1514'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53747'^^xsd:double;
  dwc:latitude '48.69833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53747 48.69833, -1.53747 48.69833, -1.53747 48.69833, -1.53747 48.69833, -1.53747 48.69833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1514'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69846 -1.53747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69846 -1.53747)"^^geo:wktLiteral ;
  geo-pos:lat "48.69846"^^xsd:decimal ;
  geo-pos:long "-1.53747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10092'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53747'^^xsd:double;
  dwc:latitude '48.69846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53747 48.69846, -1.53747 48.69846, -1.53747 48.69846, -1.53747 48.69846, -1.53747 48.69846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10092'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71254 -1.53746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71254 -1.53746)"^^geo:wktLiteral ;
  geo-pos:lat "48.71254"^^xsd:decimal ;
  geo-pos:long "-1.53746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3367'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53746'^^xsd:double;
  dwc:latitude '48.71254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53746 48.71254, -1.53746 48.71254, -1.53746 48.71254, -1.53746 48.71254, -1.53746 48.71254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3367'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65385 -1.53745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65385 -1.53745)"^^geo:wktLiteral ;
  geo-pos:lat "48.65385"^^xsd:decimal ;
  geo-pos:long "-1.53745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11470'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53745'^^xsd:double;
  dwc:latitude '48.65385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53745 48.65385, -1.53745 48.65385, -1.53745 48.65385, -1.53745 48.65385, -1.53745 48.65385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11470'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6988 -1.53745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6988"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6988 -1.53745)"^^geo:wktLiteral ;
  geo-pos:lat "48.6988"^^xsd:decimal ;
  geo-pos:long "-1.53745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6110'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53745'^^xsd:double;
  dwc:latitude '48.6988'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53745 48.6988, -1.53745 48.6988, -1.53745 48.6988, -1.53745 48.6988, -1.53745 48.6988))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6110'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69522 -1.53743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69522 -1.53743)"^^geo:wktLiteral ;
  geo-pos:lat "48.69522"^^xsd:decimal ;
  geo-pos:long "-1.53743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2012'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '0.18333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53743'^^xsd:double;
  dwc:latitude '48.69522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53743 48.69522, -1.53743 48.69522, -1.53743 48.69522, -1.53743 48.69522, -1.53743 48.69522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2012'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71989 -1.53743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71989 -1.53743)"^^geo:wktLiteral ;
  geo-pos:lat "48.71989"^^xsd:decimal ;
  geo-pos:long "-1.53743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2172'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53743'^^xsd:double;
  dwc:latitude '48.71989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53743 48.71989, -1.53743 48.71989, -1.53743 48.71989, -1.53743 48.71989, -1.53743 48.71989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2172'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64887 -1.53742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64887 -1.53742)"^^geo:wktLiteral ;
  geo-pos:lat "48.64887"^^xsd:decimal ;
  geo-pos:long "-1.53742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6472'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53742'^^xsd:double;
  dwc:latitude '48.64887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53742 48.64887, -1.53742 48.64887, -1.53742 48.64887, -1.53742 48.64887, -1.53742 48.64887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6472'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69736 -1.53742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69736 -1.53742)"^^geo:wktLiteral ;
  geo-pos:lat "48.69736"^^xsd:decimal ;
  geo-pos:long "-1.53742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9853'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53742'^^xsd:double;
  dwc:latitude '48.69736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53742 48.69736, -1.53742 48.69736, -1.53742 48.69736, -1.53742 48.69736, -1.53742 48.69736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9853'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7046 -1.53742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7046"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7046 -1.53742)"^^geo:wktLiteral ;
  geo-pos:lat "48.7046"^^xsd:decimal ;
  geo-pos:long "-1.53742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6193'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53742'^^xsd:double;
  dwc:latitude '48.7046'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53742 48.7046, -1.53742 48.7046, -1.53742 48.7046, -1.53742 48.7046, -1.53742 48.7046))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6193'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69282 -1.53741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69282 -1.53741)"^^geo:wktLiteral ;
  geo-pos:lat "48.69282"^^xsd:decimal ;
  geo-pos:long "-1.53741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9998'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53741'^^xsd:double;
  dwc:latitude '48.69282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53741 48.69282, -1.53741 48.69282, -1.53741 48.69282, -1.53741 48.69282, -1.53741 48.69282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9998'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6675 -1.5374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6675 -1.5374)"^^geo:wktLiteral ;
  geo-pos:lat "48.6675"^^xsd:decimal ;
  geo-pos:long "-1.5374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7150'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5374'^^xsd:double;
  dwc:latitude '48.6675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5374 48.6675, -1.5374 48.6675, -1.5374 48.6675, -1.5374 48.6675, -1.5374 48.6675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7150'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69526 -1.53739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69526 -1.53739)"^^geo:wktLiteral ;
  geo-pos:lat "48.69526"^^xsd:decimal ;
  geo-pos:long "-1.53739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_343'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53739'^^xsd:double;
  dwc:latitude '48.69526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53739 48.69526, -1.53739 48.69526, -1.53739 48.69526, -1.53739 48.69526, -1.53739 48.69526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_343'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72176 -1.53738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72176 -1.53738)"^^geo:wktLiteral ;
  geo-pos:lat "48.72176"^^xsd:decimal ;
  geo-pos:long "-1.53738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9110'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53738'^^xsd:double;
  dwc:latitude '48.72176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53738 48.72176, -1.53738 48.72176, -1.53738 48.72176, -1.53738 48.72176, -1.53738 48.72176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9110'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70325 -1.53736)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53736"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70325 -1.53736)"^^geo:wktLiteral ;
  geo-pos:lat "48.70325"^^xsd:decimal ;
  geo-pos:long "-1.53736"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1280'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53736'^^xsd:double;
  dwc:latitude '48.70325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53736 48.70325, -1.53736 48.70325, -1.53736 48.70325, -1.53736 48.70325, -1.53736 48.70325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1280'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72421 -1.53735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72421"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72421 -1.53735)"^^geo:wktLiteral ;
  geo-pos:lat "48.72421"^^xsd:decimal ;
  geo-pos:long "-1.53735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3837'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53735'^^xsd:double;
  dwc:latitude '48.72421'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53735 48.72421, -1.53735 48.72421, -1.53735 48.72421, -1.53735 48.72421, -1.53735 48.72421))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3837'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68573 -1.53734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68573"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68573 -1.53734)"^^geo:wktLiteral ;
  geo-pos:lat "48.68573"^^xsd:decimal ;
  geo-pos:long "-1.53734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4722'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53734'^^xsd:double;
  dwc:latitude '48.68573'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53734 48.68573, -1.53734 48.68573, -1.53734 48.68573, -1.53734 48.68573, -1.53734 48.68573))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4722'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7037 -1.53734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7037 -1.53734)"^^geo:wktLiteral ;
  geo-pos:lat "48.7037"^^xsd:decimal ;
  geo-pos:long "-1.53734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2850'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53734'^^xsd:double;
  dwc:latitude '48.7037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53734 48.7037, -1.53734 48.7037, -1.53734 48.7037, -1.53734 48.7037, -1.53734 48.7037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2850'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7109 -1.53734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7109 -1.53734)"^^geo:wktLiteral ;
  geo-pos:lat "48.7109"^^xsd:decimal ;
  geo-pos:long "-1.53734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1503'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53734'^^xsd:double;
  dwc:latitude '48.7109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53734 48.7109, -1.53734 48.7109, -1.53734 48.7109, -1.53734 48.7109, -1.53734 48.7109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1503'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9123> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71959 -1.53734)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53734"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71959 -1.53734)"^^geo:wktLiteral ;
  geo-pos:lat "48.71959"^^xsd:decimal ;
  geo-pos:long "-1.53734"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9123'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9123'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53734'^^xsd:double;
  dwc:latitude '48.71959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53734 48.71959, -1.53734 48.71959, -1.53734 48.71959, -1.53734 48.71959, -1.53734 48.71959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9123'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70805 -1.53733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70805 -1.53733)"^^geo:wktLiteral ;
  geo-pos:lat "48.70805"^^xsd:decimal ;
  geo-pos:long "-1.53733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4574'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53733'^^xsd:double;
  dwc:latitude '48.70805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53733 48.70805, -1.53733 48.70805, -1.53733 48.70805, -1.53733 48.70805, -1.53733 48.70805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4574'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71741 -1.53733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71741 -1.53733)"^^geo:wktLiteral ;
  geo-pos:lat "48.71741"^^xsd:decimal ;
  geo-pos:long "-1.53733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3182'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53733'^^xsd:double;
  dwc:latitude '48.71741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53733 48.71741, -1.53733 48.71741, -1.53733 48.71741, -1.53733 48.71741, -1.53733 48.71741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3182'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69756 -1.53731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69756 -1.53731)"^^geo:wktLiteral ;
  geo-pos:lat "48.69756"^^xsd:decimal ;
  geo-pos:long "-1.53731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8208'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53731'^^xsd:double;
  dwc:latitude '48.69756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53731 48.69756, -1.53731 48.69756, -1.53731 48.69756, -1.53731 48.69756, -1.53731 48.69756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8208'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5820> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6972 -1.5373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6972 -1.5373)"^^geo:wktLiteral ;
  geo-pos:lat "48.6972"^^xsd:decimal ;
  geo-pos:long "-1.5373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5820'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5820'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5373'^^xsd:double;
  dwc:latitude '48.6972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5373 48.6972, -1.5373 48.6972, -1.5373 48.6972, -1.5373 48.6972, -1.5373 48.6972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5820'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71989 -1.5373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71989 -1.5373)"^^geo:wktLiteral ;
  geo-pos:lat "48.71989"^^xsd:decimal ;
  geo-pos:long "-1.5373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2173'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5373'^^xsd:double;
  dwc:latitude '48.71989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5373 48.71989, -1.5373 48.71989, -1.5373 48.71989, -1.5373 48.71989, -1.5373 48.71989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2173'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69598 -1.53729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69598"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69598 -1.53729)"^^geo:wktLiteral ;
  geo-pos:lat "48.69598"^^xsd:decimal ;
  geo-pos:long "-1.53729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5984'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53729'^^xsd:double;
  dwc:latitude '48.69598'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53729 48.69598, -1.53729 48.69598, -1.53729 48.69598, -1.53729 48.69598, -1.53729 48.69598))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5984'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69986 -1.53729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69986 -1.53729)"^^geo:wktLiteral ;
  geo-pos:lat "48.69986"^^xsd:decimal ;
  geo-pos:long "-1.53729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2207'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53729'^^xsd:double;
  dwc:latitude '48.69986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53729 48.69986, -1.53729 48.69986, -1.53729 48.69986, -1.53729 48.69986, -1.53729 48.69986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2207'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68963 -1.53728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68963 -1.53728)"^^geo:wktLiteral ;
  geo-pos:lat "48.68963"^^xsd:decimal ;
  geo-pos:long "-1.53728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1094'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53728'^^xsd:double;
  dwc:latitude '48.68963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53728 48.68963, -1.53728 48.68963, -1.53728 48.68963, -1.53728 48.68963, -1.53728 48.68963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1094'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67773 -1.53727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67773 -1.53727)"^^geo:wktLiteral ;
  geo-pos:lat "48.67773"^^xsd:decimal ;
  geo-pos:long "-1.53727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10620'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53727'^^xsd:double;
  dwc:latitude '48.67773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53727 48.67773, -1.53727 48.67773, -1.53727 48.67773, -1.53727 48.67773, -1.53727 48.67773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10620'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70688 -1.53724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70688 -1.53724)"^^geo:wktLiteral ;
  geo-pos:lat "48.70688"^^xsd:decimal ;
  geo-pos:long "-1.53724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3249'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53724'^^xsd:double;
  dwc:latitude '48.70688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53724 48.70688, -1.53724 48.70688, -1.53724 48.70688, -1.53724 48.70688, -1.53724 48.70688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3249'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72405 -1.53724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72405 -1.53724)"^^geo:wktLiteral ;
  geo-pos:lat "48.72405"^^xsd:decimal ;
  geo-pos:long "-1.53724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5087'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53724'^^xsd:double;
  dwc:latitude '48.72405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53724 48.72405, -1.53724 48.72405, -1.53724 48.72405, -1.53724 48.72405, -1.53724 48.72405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5087'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65279 -1.53722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65279 -1.53722)"^^geo:wktLiteral ;
  geo-pos:lat "48.65279"^^xsd:decimal ;
  geo-pos:long "-1.53722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11469'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53722'^^xsd:double;
  dwc:latitude '48.65279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53722 48.65279, -1.53722 48.65279, -1.53722 48.65279, -1.53722 48.65279, -1.53722 48.65279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11469'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70237 -1.53722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70237 -1.53722)"^^geo:wktLiteral ;
  geo-pos:lat "48.70237"^^xsd:decimal ;
  geo-pos:long "-1.53722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4768'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53722'^^xsd:double;
  dwc:latitude '48.70237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53722 48.70237, -1.53722 48.70237, -1.53722 48.70237, -1.53722 48.70237, -1.53722 48.70237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4768'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64684 -1.53721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64684 -1.53721)"^^geo:wktLiteral ;
  geo-pos:lat "48.64684"^^xsd:decimal ;
  geo-pos:long "-1.53721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1734'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53721'^^xsd:double;
  dwc:latitude '48.64684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53721 48.64684, -1.53721 48.64684, -1.53721 48.64684, -1.53721 48.64684, -1.53721 48.64684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1734'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2846> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70232 -1.53721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70232"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70232 -1.53721)"^^geo:wktLiteral ;
  geo-pos:lat "48.70232"^^xsd:decimal ;
  geo-pos:long "-1.53721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2846'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2846'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53721'^^xsd:double;
  dwc:latitude '48.70232'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53721 48.70232, -1.53721 48.70232, -1.53721 48.70232, -1.53721 48.70232, -1.53721 48.70232))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2846'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69789 -1.5372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69789 -1.5372)"^^geo:wktLiteral ;
  geo-pos:lat "48.69789"^^xsd:decimal ;
  geo-pos:long "-1.5372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10186'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5372'^^xsd:double;
  dwc:latitude '48.69789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5372 48.69789, -1.5372 48.69789, -1.5372 48.69789, -1.5372 48.69789, -1.5372 48.69789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10186'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6911 -1.53719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6911 -1.53719)"^^geo:wktLiteral ;
  geo-pos:lat "48.6911"^^xsd:decimal ;
  geo-pos:long "-1.53719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9758'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53719'^^xsd:double;
  dwc:latitude '48.6911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53719 48.6911, -1.53719 48.6911, -1.53719 48.6911, -1.53719 48.6911, -1.53719 48.6911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9758'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69716 -1.53719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69716 -1.53719)"^^geo:wktLiteral ;
  geo-pos:lat "48.69716"^^xsd:decimal ;
  geo-pos:long "-1.53719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5725'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53719'^^xsd:double;
  dwc:latitude '48.69716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53719 48.69716, -1.53719 48.69716, -1.53719 48.69716, -1.53719 48.69716, -1.53719 48.69716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5725'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65737 -1.53718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65737"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65737 -1.53718)"^^geo:wktLiteral ;
  geo-pos:lat "48.65737"^^xsd:decimal ;
  geo-pos:long "-1.53718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7430'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53718'^^xsd:double;
  dwc:latitude '48.65737'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53718 48.65737, -1.53718 48.65737, -1.53718 48.65737, -1.53718 48.65737, -1.53718 48.65737))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7430'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69897 -1.53718)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53718"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69897 -1.53718)"^^geo:wktLiteral ;
  geo-pos:lat "48.69897"^^xsd:decimal ;
  geo-pos:long "-1.53718"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7092'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53718'^^xsd:double;
  dwc:latitude '48.69897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53718 48.69897, -1.53718 48.69897, -1.53718 48.69897, -1.53718 48.69897, -1.53718 48.69897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7092'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10544> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65759 -1.53717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65759 -1.53717)"^^geo:wktLiteral ;
  geo-pos:lat "48.65759"^^xsd:decimal ;
  geo-pos:long "-1.53717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10544'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_10544'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53717'^^xsd:double;
  dwc:latitude '48.65759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53717 48.65759, -1.53717 48.65759, -1.53717 48.65759, -1.53717 48.65759, -1.53717 48.65759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10544'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69848 -1.53717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69848"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69848 -1.53717)"^^geo:wktLiteral ;
  geo-pos:lat "48.69848"^^xsd:decimal ;
  geo-pos:long "-1.53717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_572'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53717'^^xsd:double;
  dwc:latitude '48.69848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53717 48.69848, -1.53717 48.69848, -1.53717 48.69848, -1.53717 48.69848, -1.53717 48.69848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_572'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72371 -1.53717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72371 -1.53717)"^^geo:wktLiteral ;
  geo-pos:lat "48.72371"^^xsd:decimal ;
  geo-pos:long "-1.53717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_473'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53717'^^xsd:double;
  dwc:latitude '48.72371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53717 48.72371, -1.53717 48.72371, -1.53717 48.72371, -1.53717 48.72371, -1.53717 48.72371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_473'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69157 -1.53716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69157 -1.53716)"^^geo:wktLiteral ;
  geo-pos:lat "48.69157"^^xsd:decimal ;
  geo-pos:long "-1.53716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6195'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53716'^^xsd:double;
  dwc:latitude '48.69157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53716 48.69157, -1.53716 48.69157, -1.53716 48.69157, -1.53716 48.69157, -1.53716 48.69157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6195'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.53716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.53716)"^^geo:wktLiteral ;
  geo-pos:lat "48.69214"^^xsd:decimal ;
  geo-pos:long "-1.53716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2222'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53716'^^xsd:double;
  dwc:latitude '48.69214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53716 48.69214, -1.53716 48.69214, -1.53716 48.69214, -1.53716 48.69214, -1.53716 48.69214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2222'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6961 -1.53715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6961 -1.53715)"^^geo:wktLiteral ;
  geo-pos:lat "48.6961"^^xsd:decimal ;
  geo-pos:long "-1.53715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8749'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53715'^^xsd:double;
  dwc:latitude '48.6961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53715 48.6961, -1.53715 48.6961, -1.53715 48.6961, -1.53715 48.6961, -1.53715 48.6961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8749'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69673 -1.53715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69673 -1.53715)"^^geo:wktLiteral ;
  geo-pos:lat "48.69673"^^xsd:decimal ;
  geo-pos:long "-1.53715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2226'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '0.23333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53715'^^xsd:double;
  dwc:latitude '48.69673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53715 48.69673, -1.53715 48.69673, -1.53715 48.69673, -1.53715 48.69673, -1.53715 48.69673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2226'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70593 -1.53714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70593 -1.53714)"^^geo:wktLiteral ;
  geo-pos:lat "48.70593"^^xsd:decimal ;
  geo-pos:long "-1.53714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_565'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53714'^^xsd:double;
  dwc:latitude '48.70593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53714 48.70593, -1.53714 48.70593, -1.53714 48.70593, -1.53714 48.70593, -1.53714 48.70593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_565'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70758 -1.53714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70758 -1.53714)"^^geo:wktLiteral ;
  geo-pos:lat "48.70758"^^xsd:decimal ;
  geo-pos:long "-1.53714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9968'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53714'^^xsd:double;
  dwc:latitude '48.70758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53714 48.70758, -1.53714 48.70758, -1.53714 48.70758, -1.53714 48.70758, -1.53714 48.70758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9968'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9792> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69756 -1.53713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69756 -1.53713)"^^geo:wktLiteral ;
  geo-pos:lat "48.69756"^^xsd:decimal ;
  geo-pos:long "-1.53713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9792'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9792'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53713'^^xsd:double;
  dwc:latitude '48.69756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53713 48.69756, -1.53713 48.69756, -1.53713 48.69756, -1.53713 48.69756, -1.53713 48.69756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9792'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69778 -1.53713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69778 -1.53713)"^^geo:wktLiteral ;
  geo-pos:lat "48.69778"^^xsd:decimal ;
  geo-pos:long "-1.53713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2764'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53713'^^xsd:double;
  dwc:latitude '48.69778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53713 48.69778, -1.53713 48.69778, -1.53713 48.69778, -1.53713 48.69778, -1.53713 48.69778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2764'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72522 -1.53713)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53713"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72522 -1.53713)"^^geo:wktLiteral ;
  geo-pos:lat "48.72522"^^xsd:decimal ;
  geo-pos:long "-1.53713"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8407'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53713'^^xsd:double;
  dwc:latitude '48.72522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53713 48.72522, -1.53713 48.72522, -1.53713 48.72522, -1.53713 48.72522, -1.53713 48.72522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8407'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69402 -1.53711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69402"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69402 -1.53711)"^^geo:wktLiteral ;
  geo-pos:lat "48.69402"^^xsd:decimal ;
  geo-pos:long "-1.53711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_720'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53711'^^xsd:double;
  dwc:latitude '48.69402'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53711 48.69402, -1.53711 48.69402, -1.53711 48.69402, -1.53711 48.69402, -1.53711 48.69402))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_720'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71592 -1.53711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71592 -1.53711)"^^geo:wktLiteral ;
  geo-pos:lat "48.71592"^^xsd:decimal ;
  geo-pos:long "-1.53711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_499'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53711'^^xsd:double;
  dwc:latitude '48.71592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53711 48.71592, -1.53711 48.71592, -1.53711 48.71592, -1.53711 48.71592, -1.53711 48.71592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_499'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70564 -1.5371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70564 -1.5371)"^^geo:wktLiteral ;
  geo-pos:lat "48.70564"^^xsd:decimal ;
  geo-pos:long "-1.5371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9419'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '14.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5371'^^xsd:double;
  dwc:latitude '48.70564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5371 48.70564, -1.5371 48.70564, -1.5371 48.70564, -1.5371 48.70564, -1.5371 48.70564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9419'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69714 -1.53709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69714"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69714 -1.53709)"^^geo:wktLiteral ;
  geo-pos:lat "48.69714"^^xsd:decimal ;
  geo-pos:long "-1.53709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_344'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53709'^^xsd:double;
  dwc:latitude '48.69714'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53709 48.69714, -1.53709 48.69714, -1.53709 48.69714, -1.53709 48.69714, -1.53709 48.69714))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_344'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70358 -1.53708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70358 -1.53708)"^^geo:wktLiteral ;
  geo-pos:lat "48.70358"^^xsd:decimal ;
  geo-pos:long "-1.53708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4500'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53708'^^xsd:double;
  dwc:latitude '48.70358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53708 48.70358, -1.53708 48.70358, -1.53708 48.70358, -1.53708 48.70358, -1.53708 48.70358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4500'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72096 -1.53707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72096 -1.53707)"^^geo:wktLiteral ;
  geo-pos:lat "48.72096"^^xsd:decimal ;
  geo-pos:long "-1.53707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9149'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53707'^^xsd:double;
  dwc:latitude '48.72096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53707 48.72096, -1.53707 48.72096, -1.53707 48.72096, -1.53707 48.72096, -1.53707 48.72096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9149'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69282 -1.53705)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53705"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69282 -1.53705)"^^geo:wktLiteral ;
  geo-pos:lat "48.69282"^^xsd:decimal ;
  geo-pos:long "-1.53705"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1247'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.33333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53705'^^xsd:double;
  dwc:latitude '48.69282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53705 48.69282, -1.53705 48.69282, -1.53705 48.69282, -1.53705 48.69282, -1.53705 48.69282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1247'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68177 -1.53704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68177 -1.53704)"^^geo:wktLiteral ;
  geo-pos:lat "48.68177"^^xsd:decimal ;
  geo-pos:long "-1.53704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3170'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53704'^^xsd:double;
  dwc:latitude '48.68177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53704 48.68177, -1.53704 48.68177, -1.53704 48.68177, -1.53704 48.68177, -1.53704 48.68177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3170'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_785> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65325 -1.53703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65325 -1.53703)"^^geo:wktLiteral ;
  geo-pos:lat "48.65325"^^xsd:decimal ;
  geo-pos:long "-1.53703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_785'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_785'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53703'^^xsd:double;
  dwc:latitude '48.65325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53703 48.65325, -1.53703 48.65325, -1.53703 48.65325, -1.53703 48.65325, -1.53703 48.65325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_785'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67767 -1.53703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67767 -1.53703)"^^geo:wktLiteral ;
  geo-pos:lat "48.67767"^^xsd:decimal ;
  geo-pos:long "-1.53703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3977'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53703'^^xsd:double;
  dwc:latitude '48.67767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53703 48.67767, -1.53703 48.67767, -1.53703 48.67767, -1.53703 48.67767, -1.53703 48.67767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3977'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70004 -1.53703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70004 -1.53703)"^^geo:wktLiteral ;
  geo-pos:lat "48.70004"^^xsd:decimal ;
  geo-pos:long "-1.53703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9033'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53703'^^xsd:double;
  dwc:latitude '48.70004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53703 48.70004, -1.53703 48.70004, -1.53703 48.70004, -1.53703 48.70004, -1.53703 48.70004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9033'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66498 -1.53702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66498 -1.53702)"^^geo:wktLiteral ;
  geo-pos:lat "48.66498"^^xsd:decimal ;
  geo-pos:long "-1.53702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1835'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53702'^^xsd:double;
  dwc:latitude '48.66498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53702 48.66498, -1.53702 48.66498, -1.53702 48.66498, -1.53702 48.66498, -1.53702 48.66498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1835'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69371 -1.53702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69371 -1.53702)"^^geo:wktLiteral ;
  geo-pos:lat "48.69371"^^xsd:decimal ;
  geo-pos:long "-1.53702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5648'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53702'^^xsd:double;
  dwc:latitude '48.69371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53702 48.69371, -1.53702 48.69371, -1.53702 48.69371, -1.53702 48.69371, -1.53702 48.69371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5648'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70577 -1.53701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70577 -1.53701)"^^geo:wktLiteral ;
  geo-pos:lat "48.70577"^^xsd:decimal ;
  geo-pos:long "-1.53701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_197'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53701'^^xsd:double;
  dwc:latitude '48.70577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53701 48.70577, -1.53701 48.70577, -1.53701 48.70577, -1.53701 48.70577, -1.53701 48.70577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_197'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70407 -1.53699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70407"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70407 -1.53699)"^^geo:wktLiteral ;
  geo-pos:lat "48.70407"^^xsd:decimal ;
  geo-pos:long "-1.53699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3059'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.16666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53699'^^xsd:double;
  dwc:latitude '48.70407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53699 48.70407, -1.53699 48.70407, -1.53699 48.70407, -1.53699 48.70407, -1.53699 48.70407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3059'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72952 -1.53699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72952 -1.53699)"^^geo:wktLiteral ;
  geo-pos:lat "48.72952"^^xsd:decimal ;
  geo-pos:long "-1.53699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9319'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53699'^^xsd:double;
  dwc:latitude '48.72952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53699 48.72952, -1.53699 48.72952, -1.53699 48.72952, -1.53699 48.72952, -1.53699 48.72952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9319'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70537 -1.53698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70537 -1.53698)"^^geo:wktLiteral ;
  geo-pos:lat "48.70537"^^xsd:decimal ;
  geo-pos:long "-1.53698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_7814'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53698'^^xsd:double;
  dwc:latitude '48.70537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53698 48.70537, -1.53698 48.70537, -1.53698 48.70537, -1.53698 48.70537, -1.53698 48.70537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7814'^^xsd:string;
  dwc:observationDate '2007-11-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69628 -1.53697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69628 -1.53697)"^^geo:wktLiteral ;
  geo-pos:lat "48.69628"^^xsd:decimal ;
  geo-pos:long "-1.53697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7692'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53697'^^xsd:double;
  dwc:latitude '48.69628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53697 48.69628, -1.53697 48.69628, -1.53697 48.69628, -1.53697 48.69628, -1.53697 48.69628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7692'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68071 -1.53696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68071"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68071 -1.53696)"^^geo:wktLiteral ;
  geo-pos:lat "48.68071"^^xsd:decimal ;
  geo-pos:long "-1.53696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3104'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53696'^^xsd:double;
  dwc:latitude '48.68071'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53696 48.68071, -1.53696 48.68071, -1.53696 48.68071, -1.53696 48.68071, -1.53696 48.68071))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3104'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71829 -1.53696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71829 -1.53696)"^^geo:wktLiteral ;
  geo-pos:lat "48.71829"^^xsd:decimal ;
  geo-pos:long "-1.53696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5617'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53696'^^xsd:double;
  dwc:latitude '48.71829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53696 48.71829, -1.53696 48.71829, -1.53696 48.71829, -1.53696 48.71829, -1.53696 48.71829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5617'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69721 -1.53695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69721 -1.53695)"^^geo:wktLiteral ;
  geo-pos:lat "48.69721"^^xsd:decimal ;
  geo-pos:long "-1.53695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9813'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53695'^^xsd:double;
  dwc:latitude '48.69721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53695 48.69721, -1.53695 48.69721, -1.53695 48.69721, -1.53695 48.69721, -1.53695 48.69721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9813'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_215> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71724 -1.53695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71724 -1.53695)"^^geo:wktLiteral ;
  geo-pos:lat "48.71724"^^xsd:decimal ;
  geo-pos:long "-1.53695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_215'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_215'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53695'^^xsd:double;
  dwc:latitude '48.71724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53695 48.71724, -1.53695 48.71724, -1.53695 48.71724, -1.53695 48.71724, -1.53695 48.71724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_215'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72447 -1.53695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72447 -1.53695)"^^geo:wktLiteral ;
  geo-pos:lat "48.72447"^^xsd:decimal ;
  geo-pos:long "-1.53695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_679'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53695'^^xsd:double;
  dwc:latitude '48.72447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53695 48.72447, -1.53695 48.72447, -1.53695 48.72447, -1.53695 48.72447, -1.53695 48.72447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_679'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8072> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69837 -1.53694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69837 -1.53694)"^^geo:wktLiteral ;
  geo-pos:lat "48.69837"^^xsd:decimal ;
  geo-pos:long "-1.53694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8072'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8072'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53694'^^xsd:double;
  dwc:latitude '48.69837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53694 48.69837, -1.53694 48.69837, -1.53694 48.69837, -1.53694 48.69837, -1.53694 48.69837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8072'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_977> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70298 -1.53694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70298 -1.53694)"^^geo:wktLiteral ;
  geo-pos:lat "48.70298"^^xsd:decimal ;
  geo-pos:long "-1.53694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_977'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_977'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53694'^^xsd:double;
  dwc:latitude '48.70298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53694 48.70298, -1.53694 48.70298, -1.53694 48.70298, -1.53694 48.70298, -1.53694 48.70298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_977'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9819> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72644 -1.53694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72644 -1.53694)"^^geo:wktLiteral ;
  geo-pos:lat "48.72644"^^xsd:decimal ;
  geo-pos:long "-1.53694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9819'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9819'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53694'^^xsd:double;
  dwc:latitude '48.72644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53694 48.72644, -1.53694 48.72644, -1.53694 48.72644, -1.53694 48.72644, -1.53694 48.72644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9819'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70307 -1.53693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70307"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70307 -1.53693)"^^geo:wktLiteral ;
  geo-pos:lat "48.70307"^^xsd:decimal ;
  geo-pos:long "-1.53693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5620'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53693'^^xsd:double;
  dwc:latitude '48.70307'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53693 48.70307, -1.53693 48.70307, -1.53693 48.70307, -1.53693 48.70307, -1.53693 48.70307))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5620'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72436 -1.53692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72436"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72436 -1.53692)"^^geo:wktLiteral ;
  geo-pos:lat "48.72436"^^xsd:decimal ;
  geo-pos:long "-1.53692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6243'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53692'^^xsd:double;
  dwc:latitude '48.72436'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53692 48.72436, -1.53692 48.72436, -1.53692 48.72436, -1.53692 48.72436, -1.53692 48.72436))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6243'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67833 -1.53691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67833 -1.53691)"^^geo:wktLiteral ;
  geo-pos:lat "48.67833"^^xsd:decimal ;
  geo-pos:long "-1.53691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_182'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.16666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53691'^^xsd:double;
  dwc:latitude '48.67833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53691 48.67833, -1.53691 48.67833, -1.53691 48.67833, -1.53691 48.67833, -1.53691 48.67833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_182'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72821 -1.5369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72821 -1.5369)"^^geo:wktLiteral ;
  geo-pos:lat "48.72821"^^xsd:decimal ;
  geo-pos:long "-1.5369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10223'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5369'^^xsd:double;
  dwc:latitude '48.72821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5369 48.72821, -1.5369 48.72821, -1.5369 48.72821, -1.5369 48.72821, -1.5369 48.72821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10223'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4642> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7176 -1.53689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7176 -1.53689)"^^geo:wktLiteral ;
  geo-pos:lat "48.7176"^^xsd:decimal ;
  geo-pos:long "-1.53689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4642'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4642'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53689'^^xsd:double;
  dwc:latitude '48.7176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53689 48.7176, -1.53689 48.7176, -1.53689 48.7176, -1.53689 48.7176, -1.53689 48.7176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4642'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69701 -1.53687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69701 -1.53687)"^^geo:wktLiteral ;
  geo-pos:lat "48.69701"^^xsd:decimal ;
  geo-pos:long "-1.53687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3195'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53687'^^xsd:double;
  dwc:latitude '48.69701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53687 48.69701, -1.53687 48.69701, -1.53687 48.69701, -1.53687 48.69701, -1.53687 48.69701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3195'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7128 -1.53687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7128 -1.53687)"^^geo:wktLiteral ;
  geo-pos:lat "48.7128"^^xsd:decimal ;
  geo-pos:long "-1.53687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3224'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53687'^^xsd:double;
  dwc:latitude '48.7128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53687 48.7128, -1.53687 48.7128, -1.53687 48.7128, -1.53687 48.7128, -1.53687 48.7128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3224'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65973 -1.53686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65973 -1.53686)"^^geo:wktLiteral ;
  geo-pos:lat "48.65973"^^xsd:decimal ;
  geo-pos:long "-1.53686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2673'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53686'^^xsd:double;
  dwc:latitude '48.65973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53686 48.65973, -1.53686 48.65973, -1.53686 48.65973, -1.53686 48.65973, -1.53686 48.65973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2673'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_955> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70114 -1.53686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70114 -1.53686)"^^geo:wktLiteral ;
  geo-pos:lat "48.70114"^^xsd:decimal ;
  geo-pos:long "-1.53686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_955'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_955'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53686'^^xsd:double;
  dwc:latitude '48.70114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53686 48.70114, -1.53686 48.70114, -1.53686 48.70114, -1.53686 48.70114, -1.53686 48.70114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_955'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7225 -1.53686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7225 -1.53686)"^^geo:wktLiteral ;
  geo-pos:lat "48.7225"^^xsd:decimal ;
  geo-pos:long "-1.53686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5915'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53686'^^xsd:double;
  dwc:latitude '48.7225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53686 48.7225, -1.53686 48.7225, -1.53686 48.7225, -1.53686 48.7225, -1.53686 48.7225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5915'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67962 -1.53685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67962 -1.53685)"^^geo:wktLiteral ;
  geo-pos:lat "48.67962"^^xsd:decimal ;
  geo-pos:long "-1.53685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_183'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53685'^^xsd:double;
  dwc:latitude '48.67962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53685 48.67962, -1.53685 48.67962, -1.53685 48.67962, -1.53685 48.67962, -1.53685 48.67962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_183'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.53685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.53685)"^^geo:wktLiteral ;
  geo-pos:lat "48.69048"^^xsd:decimal ;
  geo-pos:long "-1.53685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1219'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53685'^^xsd:double;
  dwc:latitude '48.69048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53685 48.69048, -1.53685 48.69048, -1.53685 48.69048, -1.53685 48.69048, -1.53685 48.69048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1219'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69554 -1.53685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69554 -1.53685)"^^geo:wktLiteral ;
  geo-pos:lat "48.69554"^^xsd:decimal ;
  geo-pos:long "-1.53685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2131'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53685'^^xsd:double;
  dwc:latitude '48.69554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53685 48.69554, -1.53685 48.69554, -1.53685 48.69554, -1.53685 48.69554, -1.53685 48.69554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2131'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69463 -1.53684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69463 -1.53684)"^^geo:wktLiteral ;
  geo-pos:lat "48.69463"^^xsd:decimal ;
  geo-pos:long "-1.53684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4914'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53684'^^xsd:double;
  dwc:latitude '48.69463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53684 48.69463, -1.53684 48.69463, -1.53684 48.69463, -1.53684 48.69463, -1.53684 48.69463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4914'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70036 -1.53684)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53684"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70036 -1.53684)"^^geo:wktLiteral ;
  geo-pos:lat "48.70036"^^xsd:decimal ;
  geo-pos:long "-1.53684"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_619'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53684'^^xsd:double;
  dwc:latitude '48.70036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53684 48.70036, -1.53684 48.70036, -1.53684 48.70036, -1.53684 48.70036, -1.53684 48.70036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_619'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6098> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6895 -1.53683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6895 -1.53683)"^^geo:wktLiteral ;
  geo-pos:lat "48.6895"^^xsd:decimal ;
  geo-pos:long "-1.53683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6098'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6098'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53683'^^xsd:double;
  dwc:latitude '48.6895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53683 48.6895, -1.53683 48.6895, -1.53683 48.6895, -1.53683 48.6895, -1.53683 48.6895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6098'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69565 -1.53683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69565 -1.53683)"^^geo:wktLiteral ;
  geo-pos:lat "48.69565"^^xsd:decimal ;
  geo-pos:long "-1.53683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6109'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53683'^^xsd:double;
  dwc:latitude '48.69565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53683 48.69565, -1.53683 48.69565, -1.53683 48.69565, -1.53683 48.69565, -1.53683 48.69565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6109'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70357 -1.53683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70357 -1.53683)"^^geo:wktLiteral ;
  geo-pos:lat "48.70357"^^xsd:decimal ;
  geo-pos:long "-1.53683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9850'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53683'^^xsd:double;
  dwc:latitude '48.70357'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53683 48.70357, -1.53683 48.70357, -1.53683 48.70357, -1.53683 48.70357, -1.53683 48.70357))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9850'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71534 -1.53683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71534"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71534 -1.53683)"^^geo:wktLiteral ;
  geo-pos:lat "48.71534"^^xsd:decimal ;
  geo-pos:long "-1.53683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1887'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53683'^^xsd:double;
  dwc:latitude '48.71534'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53683 48.71534, -1.53683 48.71534, -1.53683 48.71534, -1.53683 48.71534, -1.53683 48.71534))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1887'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70329 -1.53682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70329 -1.53682)"^^geo:wktLiteral ;
  geo-pos:lat "48.70329"^^xsd:decimal ;
  geo-pos:long "-1.53682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1476'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53682'^^xsd:double;
  dwc:latitude '48.70329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53682 48.70329, -1.53682 48.70329, -1.53682 48.70329, -1.53682 48.70329, -1.53682 48.70329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1476'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70633 -1.53682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70633 -1.53682)"^^geo:wktLiteral ;
  geo-pos:lat "48.70633"^^xsd:decimal ;
  geo-pos:long "-1.53682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4161'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53682'^^xsd:double;
  dwc:latitude '48.70633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53682 48.70633, -1.53682 48.70633, -1.53682 48.70633, -1.53682 48.70633, -1.53682 48.70633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4161'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71626 -1.53682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71626"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71626 -1.53682)"^^geo:wktLiteral ;
  geo-pos:lat "48.71626"^^xsd:decimal ;
  geo-pos:long "-1.53682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_264'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '21.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53682'^^xsd:double;
  dwc:latitude '48.71626'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53682 48.71626, -1.53682 48.71626, -1.53682 48.71626, -1.53682 48.71626, -1.53682 48.71626))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_264'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71942 -1.53681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71942 -1.53681)"^^geo:wktLiteral ;
  geo-pos:lat "48.71942"^^xsd:decimal ;
  geo-pos:long "-1.53681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1199'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53681'^^xsd:double;
  dwc:latitude '48.71942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53681 48.71942, -1.53681 48.71942, -1.53681 48.71942, -1.53681 48.71942, -1.53681 48.71942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1199'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67404 -1.53678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67404 -1.53678)"^^geo:wktLiteral ;
  geo-pos:lat "48.67404"^^xsd:decimal ;
  geo-pos:long "-1.53678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6816'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53678'^^xsd:double;
  dwc:latitude '48.67404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53678 48.67404, -1.53678 48.67404, -1.53678 48.67404, -1.53678 48.67404, -1.53678 48.67404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6816'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69539 -1.53678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69539 -1.53678)"^^geo:wktLiteral ;
  geo-pos:lat "48.69539"^^xsd:decimal ;
  geo-pos:long "-1.53678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3196'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53678'^^xsd:double;
  dwc:latitude '48.69539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53678 48.69539, -1.53678 48.69539, -1.53678 48.69539, -1.53678 48.69539, -1.53678 48.69539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3196'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69756 -1.53678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69756 -1.53678)"^^geo:wktLiteral ;
  geo-pos:lat "48.69756"^^xsd:decimal ;
  geo-pos:long "-1.53678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2519'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53678'^^xsd:double;
  dwc:latitude '48.69756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53678 48.69756, -1.53678 48.69756, -1.53678 48.69756, -1.53678 48.69756, -1.53678 48.69756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2519'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69607 -1.53676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69607 -1.53676)"^^geo:wktLiteral ;
  geo-pos:lat "48.69607"^^xsd:decimal ;
  geo-pos:long "-1.53676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2949'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53676'^^xsd:double;
  dwc:latitude '48.69607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53676 48.69607, -1.53676 48.69607, -1.53676 48.69607, -1.53676 48.69607, -1.53676 48.69607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2949'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70844 -1.53676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70844 -1.53676)"^^geo:wktLiteral ;
  geo-pos:lat "48.70844"^^xsd:decimal ;
  geo-pos:long "-1.53676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2865'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53676'^^xsd:double;
  dwc:latitude '48.70844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53676 48.70844, -1.53676 48.70844, -1.53676 48.70844, -1.53676 48.70844, -1.53676 48.70844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2865'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71762 -1.53674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71762"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71762 -1.53674)"^^geo:wktLiteral ;
  geo-pos:lat "48.71762"^^xsd:decimal ;
  geo-pos:long "-1.53674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8332'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53674'^^xsd:double;
  dwc:latitude '48.71762'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53674 48.71762, -1.53674 48.71762, -1.53674 48.71762, -1.53674 48.71762, -1.53674 48.71762))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8332'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67873 -1.53671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67873 -1.53671)"^^geo:wktLiteral ;
  geo-pos:lat "48.67873"^^xsd:decimal ;
  geo-pos:long "-1.53671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_181'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53671'^^xsd:double;
  dwc:latitude '48.67873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53671 48.67873, -1.53671 48.67873, -1.53671 48.67873, -1.53671 48.67873, -1.53671 48.67873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_181'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71638 -1.53671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71638"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71638 -1.53671)"^^geo:wktLiteral ;
  geo-pos:lat "48.71638"^^xsd:decimal ;
  geo-pos:long "-1.53671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4854'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53671'^^xsd:double;
  dwc:latitude '48.71638'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53671 48.71638, -1.53671 48.71638, -1.53671 48.71638, -1.53671 48.71638, -1.53671 48.71638))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4854'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71078 -1.53669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71078 -1.53669)"^^geo:wktLiteral ;
  geo-pos:lat "48.71078"^^xsd:decimal ;
  geo-pos:long "-1.53669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5370'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53669'^^xsd:double;
  dwc:latitude '48.71078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53669 48.71078, -1.53669 48.71078, -1.53669 48.71078, -1.53669 48.71078, -1.53669 48.71078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5370'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70618 -1.53667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70618 -1.53667)"^^geo:wktLiteral ;
  geo-pos:lat "48.70618"^^xsd:decimal ;
  geo-pos:long "-1.53667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3248'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53667'^^xsd:double;
  dwc:latitude '48.70618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53667 48.70618, -1.53667 48.70618, -1.53667 48.70618, -1.53667 48.70618, -1.53667 48.70618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3248'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69347 -1.53666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69347 -1.53666)"^^geo:wktLiteral ;
  geo-pos:lat "48.69347"^^xsd:decimal ;
  geo-pos:long "-1.53666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6203'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53666'^^xsd:double;
  dwc:latitude '48.69347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53666 48.69347, -1.53666 48.69347, -1.53666 48.69347, -1.53666 48.69347, -1.53666 48.69347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6203'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2382> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72166 -1.53666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72166"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72166 -1.53666)"^^geo:wktLiteral ;
  geo-pos:lat "48.72166"^^xsd:decimal ;
  geo-pos:long "-1.53666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2382'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2382'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53666'^^xsd:double;
  dwc:latitude '48.72166'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53666 48.72166, -1.53666 48.72166, -1.53666 48.72166, -1.53666 48.72166, -1.53666 48.72166))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2382'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70033 -1.53665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70033 -1.53665)"^^geo:wktLiteral ;
  geo-pos:lat "48.70033"^^xsd:decimal ;
  geo-pos:long "-1.53665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9048'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53665'^^xsd:double;
  dwc:latitude '48.70033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53665 48.70033, -1.53665 48.70033, -1.53665 48.70033, -1.53665 48.70033, -1.53665 48.70033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9048'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70983 -1.53665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70983"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70983 -1.53665)"^^geo:wktLiteral ;
  geo-pos:lat "48.70983"^^xsd:decimal ;
  geo-pos:long "-1.53665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_176'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53665'^^xsd:double;
  dwc:latitude '48.70983'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53665 48.70983, -1.53665 48.70983, -1.53665 48.70983, -1.53665 48.70983, -1.53665 48.70983))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_176'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6963 -1.53664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6963 -1.53664)"^^geo:wktLiteral ;
  geo-pos:lat "48.6963"^^xsd:decimal ;
  geo-pos:long "-1.53664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8569'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53664'^^xsd:double;
  dwc:latitude '48.6963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53664 48.6963, -1.53664 48.6963, -1.53664 48.6963, -1.53664 48.6963, -1.53664 48.6963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8569'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70826 -1.53662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70826"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70826 -1.53662)"^^geo:wktLiteral ;
  geo-pos:lat "48.70826"^^xsd:decimal ;
  geo-pos:long "-1.53662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8898'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53662'^^xsd:double;
  dwc:latitude '48.70826'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53662 48.70826, -1.53662 48.70826, -1.53662 48.70826, -1.53662 48.70826, -1.53662 48.70826))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8898'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70409 -1.5366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70409 -1.5366)"^^geo:wktLiteral ;
  geo-pos:lat "48.70409"^^xsd:decimal ;
  geo-pos:long "-1.5366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_6336'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5366'^^xsd:double;
  dwc:latitude '48.70409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5366 48.70409, -1.5366 48.70409, -1.5366 48.70409, -1.5366 48.70409, -1.5366 48.70409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6336'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70912 -1.53659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70912 -1.53659)"^^geo:wktLiteral ;
  geo-pos:lat "48.70912"^^xsd:decimal ;
  geo-pos:long "-1.53659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4766'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53659'^^xsd:double;
  dwc:latitude '48.70912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53659 48.70912, -1.53659 48.70912, -1.53659 48.70912, -1.53659 48.70912, -1.53659 48.70912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4766'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6866 -1.53658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6866 -1.53658)"^^geo:wktLiteral ;
  geo-pos:lat "48.6866"^^xsd:decimal ;
  geo-pos:long "-1.53658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6465'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53658'^^xsd:double;
  dwc:latitude '48.6866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53658 48.6866, -1.53658 48.6866, -1.53658 48.6866, -1.53658 48.6866, -1.53658 48.6866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6465'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10352> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69771 -1.53658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69771"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69771 -1.53658)"^^geo:wktLiteral ;
  geo-pos:lat "48.69771"^^xsd:decimal ;
  geo-pos:long "-1.53658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10352'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10352'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '14.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53658'^^xsd:double;
  dwc:latitude '48.69771'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53658 48.69771, -1.53658 48.69771, -1.53658 48.69771, -1.53658 48.69771, -1.53658 48.69771))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10352'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70947 -1.53658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70947 -1.53658)"^^geo:wktLiteral ;
  geo-pos:lat "48.70947"^^xsd:decimal ;
  geo-pos:long "-1.53658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4383'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '3.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53658'^^xsd:double;
  dwc:latitude '48.70947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53658 48.70947, -1.53658 48.70947, -1.53658 48.70947, -1.53658 48.70947, -1.53658 48.70947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4383'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70959 -1.53658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70959 -1.53658)"^^geo:wktLiteral ;
  geo-pos:lat "48.70959"^^xsd:decimal ;
  geo-pos:long "-1.53658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4599'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53658'^^xsd:double;
  dwc:latitude '48.70959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53658 48.70959, -1.53658 48.70959, -1.53658 48.70959, -1.53658 48.70959, -1.53658 48.70959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4599'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66986 -1.53657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66986 -1.53657)"^^geo:wktLiteral ;
  geo-pos:lat "48.66986"^^xsd:decimal ;
  geo-pos:long "-1.53657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3172'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53657'^^xsd:double;
  dwc:latitude '48.66986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53657 48.66986, -1.53657 48.66986, -1.53657 48.66986, -1.53657 48.66986, -1.53657 48.66986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3172'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69358 -1.53657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69358 -1.53657)"^^geo:wktLiteral ;
  geo-pos:lat "48.69358"^^xsd:decimal ;
  geo-pos:long "-1.53657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4132'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53657'^^xsd:double;
  dwc:latitude '48.69358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53657 48.69358, -1.53657 48.69358, -1.53657 48.69358, -1.53657 48.69358, -1.53657 48.69358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4132'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67348 -1.53655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67348 -1.53655)"^^geo:wktLiteral ;
  geo-pos:lat "48.67348"^^xsd:decimal ;
  geo-pos:long "-1.53655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3935'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53655'^^xsd:double;
  dwc:latitude '48.67348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53655 48.67348, -1.53655 48.67348, -1.53655 48.67348, -1.53655 48.67348, -1.53655 48.67348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3935'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69702 -1.53655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69702 -1.53655)"^^geo:wktLiteral ;
  geo-pos:lat "48.69702"^^xsd:decimal ;
  geo-pos:long "-1.53655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10474'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53655'^^xsd:double;
  dwc:latitude '48.69702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53655 48.69702, -1.53655 48.69702, -1.53655 48.69702, -1.53655 48.69702, -1.53655 48.69702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10474'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71393 -1.53655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71393 -1.53655)"^^geo:wktLiteral ;
  geo-pos:lat "48.71393"^^xsd:decimal ;
  geo-pos:long "-1.53655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3463'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53655'^^xsd:double;
  dwc:latitude '48.71393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53655 48.71393, -1.53655 48.71393, -1.53655 48.71393, -1.53655 48.71393, -1.53655 48.71393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3463'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6971 -1.53654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6971 -1.53654)"^^geo:wktLiteral ;
  geo-pos:lat "48.6971"^^xsd:decimal ;
  geo-pos:long "-1.53654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9136'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53654'^^xsd:double;
  dwc:latitude '48.6971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53654 48.6971, -1.53654 48.6971, -1.53654 48.6971, -1.53654 48.6971, -1.53654 48.6971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9136'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71841 -1.53654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71841"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71841 -1.53654)"^^geo:wktLiteral ;
  geo-pos:lat "48.71841"^^xsd:decimal ;
  geo-pos:long "-1.53654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7629'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53654'^^xsd:double;
  dwc:latitude '48.71841'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53654 48.71841, -1.53654 48.71841, -1.53654 48.71841, -1.53654 48.71841, -1.53654 48.71841))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7629'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6742 -1.53653)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53653"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6742 -1.53653)"^^geo:wktLiteral ;
  geo-pos:lat "48.6742"^^xsd:decimal ;
  geo-pos:long "-1.53653"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3667'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53653'^^xsd:double;
  dwc:latitude '48.6742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53653 48.6742, -1.53653 48.6742, -1.53653 48.6742, -1.53653 48.6742, -1.53653 48.6742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3667'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71237 -1.53651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71237 -1.53651)"^^geo:wktLiteral ;
  geo-pos:lat "48.71237"^^xsd:decimal ;
  geo-pos:long "-1.53651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1010'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53651'^^xsd:double;
  dwc:latitude '48.71237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53651 48.71237, -1.53651 48.71237, -1.53651 48.71237, -1.53651 48.71237, -1.53651 48.71237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1010'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71275 -1.5365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71275 -1.5365)"^^geo:wktLiteral ;
  geo-pos:lat "48.71275"^^xsd:decimal ;
  geo-pos:long "-1.5365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_949'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5365'^^xsd:double;
  dwc:latitude '48.71275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5365 48.71275, -1.5365 48.71275, -1.5365 48.71275, -1.5365 48.71275, -1.5365 48.71275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_949'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71363 -1.53649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71363 -1.53649)"^^geo:wktLiteral ;
  geo-pos:lat "48.71363"^^xsd:decimal ;
  geo-pos:long "-1.53649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9722'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53649'^^xsd:double;
  dwc:latitude '48.71363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53649 48.71363, -1.53649 48.71363, -1.53649 48.71363, -1.53649 48.71363, -1.53649 48.71363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9722'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70589 -1.53648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70589 -1.53648)"^^geo:wktLiteral ;
  geo-pos:lat "48.70589"^^xsd:decimal ;
  geo-pos:long "-1.53648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8054'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53648'^^xsd:double;
  dwc:latitude '48.70589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53648 48.70589, -1.53648 48.70589, -1.53648 48.70589, -1.53648 48.70589, -1.53648 48.70589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8054'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69624 -1.53647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69624 -1.53647)"^^geo:wktLiteral ;
  geo-pos:lat "48.69624"^^xsd:decimal ;
  geo-pos:long "-1.53647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1390'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53647'^^xsd:double;
  dwc:latitude '48.69624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53647 48.69624, -1.53647 48.69624, -1.53647 48.69624, -1.53647 48.69624, -1.53647 48.69624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1390'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69847 -1.53647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69847 -1.53647)"^^geo:wktLiteral ;
  geo-pos:lat "48.69847"^^xsd:decimal ;
  geo-pos:long "-1.53647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_6663'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53647'^^xsd:double;
  dwc:latitude '48.69847'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53647 48.69847, -1.53647 48.69847, -1.53647 48.69847, -1.53647 48.69847, -1.53647 48.69847))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6663'^^xsd:string;
  dwc:observationDate '2006-06-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71601 -1.53646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71601 -1.53646)"^^geo:wktLiteral ;
  geo-pos:lat "48.71601"^^xsd:decimal ;
  geo-pos:long "-1.53646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_541'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53646'^^xsd:double;
  dwc:latitude '48.71601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53646 48.71601, -1.53646 48.71601, -1.53646 48.71601, -1.53646 48.71601, -1.53646 48.71601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_541'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6734 -1.53645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6734"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6734 -1.53645)"^^geo:wktLiteral ;
  geo-pos:lat "48.6734"^^xsd:decimal ;
  geo-pos:long "-1.53645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6063'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53645'^^xsd:double;
  dwc:latitude '48.6734'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53645 48.6734, -1.53645 48.6734, -1.53645 48.6734, -1.53645 48.6734, -1.53645 48.6734))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6063'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3294> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69616 -1.53644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69616 -1.53644)"^^geo:wktLiteral ;
  geo-pos:lat "48.69616"^^xsd:decimal ;
  geo-pos:long "-1.53644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3294'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3294'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53644'^^xsd:double;
  dwc:latitude '48.69616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53644 48.69616, -1.53644 48.69616, -1.53644 48.69616, -1.53644 48.69616, -1.53644 48.69616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3294'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71572 -1.53643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71572 -1.53643)"^^geo:wktLiteral ;
  geo-pos:lat "48.71572"^^xsd:decimal ;
  geo-pos:long "-1.53643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_539'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53643'^^xsd:double;
  dwc:latitude '48.71572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53643 48.71572, -1.53643 48.71572, -1.53643 48.71572, -1.53643 48.71572, -1.53643 48.71572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_539'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.53642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.53642)"^^geo:wktLiteral ;
  geo-pos:lat "48.6997"^^xsd:decimal ;
  geo-pos:long "-1.53642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6514'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53642'^^xsd:double;
  dwc:latitude '48.6997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53642 48.6997, -1.53642 48.6997, -1.53642 48.6997, -1.53642 48.6997, -1.53642 48.6997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6514'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70261 -1.53642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70261 -1.53642)"^^geo:wktLiteral ;
  geo-pos:lat "48.70261"^^xsd:decimal ;
  geo-pos:long "-1.53642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6913'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53642'^^xsd:double;
  dwc:latitude '48.70261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53642 48.70261, -1.53642 48.70261, -1.53642 48.70261, -1.53642 48.70261, -1.53642 48.70261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6913'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71094 -1.53642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71094 -1.53642)"^^geo:wktLiteral ;
  geo-pos:lat "48.71094"^^xsd:decimal ;
  geo-pos:long "-1.53642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9659'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53642'^^xsd:double;
  dwc:latitude '48.71094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53642 48.71094, -1.53642 48.71094, -1.53642 48.71094, -1.53642 48.71094, -1.53642 48.71094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9659'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65003 -1.53641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65003 -1.53641)"^^geo:wktLiteral ;
  geo-pos:lat "48.65003"^^xsd:decimal ;
  geo-pos:long "-1.53641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3407'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53641'^^xsd:double;
  dwc:latitude '48.65003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53641 48.65003, -1.53641 48.65003, -1.53641 48.65003, -1.53641 48.65003, -1.53641 48.65003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3407'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7158 -1.53641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7158 -1.53641)"^^geo:wktLiteral ;
  geo-pos:lat "48.7158"^^xsd:decimal ;
  geo-pos:long "-1.53641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7625'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53641'^^xsd:double;
  dwc:latitude '48.7158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53641 48.7158, -1.53641 48.7158, -1.53641 48.7158, -1.53641 48.7158, -1.53641 48.7158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7625'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_542> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7148 -1.5364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7148"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7148 -1.5364)"^^geo:wktLiteral ;
  geo-pos:lat "48.7148"^^xsd:decimal ;
  geo-pos:long "-1.5364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_542'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_542'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5364'^^xsd:double;
  dwc:latitude '48.7148'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5364 48.7148, -1.5364 48.7148, -1.5364 48.7148, -1.5364 48.7148, -1.5364 48.7148))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_542'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71595 -1.5364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71595 -1.5364)"^^geo:wktLiteral ;
  geo-pos:lat "48.71595"^^xsd:decimal ;
  geo-pos:long "-1.5364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_519'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5364'^^xsd:double;
  dwc:latitude '48.71595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5364 48.71595, -1.5364 48.71595, -1.5364 48.71595, -1.5364 48.71595, -1.5364 48.71595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_519'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2870> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69751 -1.53639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69751"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69751 -1.53639)"^^geo:wktLiteral ;
  geo-pos:lat "48.69751"^^xsd:decimal ;
  geo-pos:long "-1.53639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2870'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2870'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53639'^^xsd:double;
  dwc:latitude '48.69751'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53639 48.69751, -1.53639 48.69751, -1.53639 48.69751, -1.53639 48.69751, -1.53639 48.69751))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2870'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70666 -1.53639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70666 -1.53639)"^^geo:wktLiteral ;
  geo-pos:lat "48.70666"^^xsd:decimal ;
  geo-pos:long "-1.53639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3158'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53639'^^xsd:double;
  dwc:latitude '48.70666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53639 48.70666, -1.53639 48.70666, -1.53639 48.70666, -1.53639 48.70666, -1.53639 48.70666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3158'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65424 -1.53638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65424"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65424 -1.53638)"^^geo:wktLiteral ;
  geo-pos:lat "48.65424"^^xsd:decimal ;
  geo-pos:long "-1.53638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11242'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53638'^^xsd:double;
  dwc:latitude '48.65424'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53638 48.65424, -1.53638 48.65424, -1.53638 48.65424, -1.53638 48.65424, -1.53638 48.65424))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11242'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68246 -1.53638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68246"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68246 -1.53638)"^^geo:wktLiteral ;
  geo-pos:lat "48.68246"^^xsd:decimal ;
  geo-pos:long "-1.53638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5193'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53638'^^xsd:double;
  dwc:latitude '48.68246'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53638 48.68246, -1.53638 48.68246, -1.53638 48.68246, -1.53638 48.68246, -1.53638 48.68246))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5193'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72086 -1.53638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72086 -1.53638)"^^geo:wktLiteral ;
  geo-pos:lat "48.72086"^^xsd:decimal ;
  geo-pos:long "-1.53638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2432'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53638'^^xsd:double;
  dwc:latitude '48.72086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53638 48.72086, -1.53638 48.72086, -1.53638 48.72086, -1.53638 48.72086, -1.53638 48.72086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2432'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65663 -1.53637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65663 -1.53637)"^^geo:wktLiteral ;
  geo-pos:lat "48.65663"^^xsd:decimal ;
  geo-pos:long "-1.53637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6399'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53637'^^xsd:double;
  dwc:latitude '48.65663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53637 48.65663, -1.53637 48.65663, -1.53637 48.65663, -1.53637 48.65663, -1.53637 48.65663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6399'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7005> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65704 -1.53637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65704 -1.53637)"^^geo:wktLiteral ;
  geo-pos:lat "48.65704"^^xsd:decimal ;
  geo-pos:long "-1.53637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7005'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7005'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53637'^^xsd:double;
  dwc:latitude '48.65704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53637 48.65704, -1.53637 48.65704, -1.53637 48.65704, -1.53637 48.65704, -1.53637 48.65704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7005'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70331 -1.53637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70331 -1.53637)"^^geo:wktLiteral ;
  geo-pos:lat "48.70331"^^xsd:decimal ;
  geo-pos:long "-1.53637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9032'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53637'^^xsd:double;
  dwc:latitude '48.70331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53637 48.70331, -1.53637 48.70331, -1.53637 48.70331, -1.53637 48.70331, -1.53637 48.70331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9032'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69982 -1.53636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69982 -1.53636)"^^geo:wktLiteral ;
  geo-pos:lat "48.69982"^^xsd:decimal ;
  geo-pos:long "-1.53636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6900'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53636'^^xsd:double;
  dwc:latitude '48.69982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53636 48.69982, -1.53636 48.69982, -1.53636 48.69982, -1.53636 48.69982, -1.53636 48.69982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6900'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70146 -1.53636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70146 -1.53636)"^^geo:wktLiteral ;
  geo-pos:lat "48.70146"^^xsd:decimal ;
  geo-pos:long "-1.53636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7261'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53636'^^xsd:double;
  dwc:latitude '48.70146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53636 48.70146, -1.53636 48.70146, -1.53636 48.70146, -1.53636 48.70146, -1.53636 48.70146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7261'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71358 -1.53636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71358 -1.53636)"^^geo:wktLiteral ;
  geo-pos:lat "48.71358"^^xsd:decimal ;
  geo-pos:long "-1.53636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_310'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53636'^^xsd:double;
  dwc:latitude '48.71358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53636 48.71358, -1.53636 48.71358, -1.53636 48.71358, -1.53636 48.71358, -1.53636 48.71358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_310'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70611 -1.53632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70611 -1.53632)"^^geo:wktLiteral ;
  geo-pos:lat "48.70611"^^xsd:decimal ;
  geo-pos:long "-1.53632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4916'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53632'^^xsd:double;
  dwc:latitude '48.70611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53632 48.70611, -1.53632 48.70611, -1.53632 48.70611, -1.53632 48.70611, -1.53632 48.70611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4916'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69741 -1.5363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69741 -1.5363)"^^geo:wktLiteral ;
  geo-pos:lat "48.69741"^^xsd:decimal ;
  geo-pos:long "-1.5363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_9783'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5363'^^xsd:double;
  dwc:latitude '48.69741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5363 48.69741, -1.5363 48.69741, -1.5363 48.69741, -1.5363 48.69741, -1.5363 48.69741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9783'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2730> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71431 -1.53629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71431 -1.53629)"^^geo:wktLiteral ;
  geo-pos:lat "48.71431"^^xsd:decimal ;
  geo-pos:long "-1.53629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2730'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2730'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53629'^^xsd:double;
  dwc:latitude '48.71431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53629 48.71431, -1.53629 48.71431, -1.53629 48.71431, -1.53629 48.71431, -1.53629 48.71431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2730'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69967 -1.53628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69967 -1.53628)"^^geo:wktLiteral ;
  geo-pos:lat "48.69967"^^xsd:decimal ;
  geo-pos:long "-1.53628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_6694'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53628'^^xsd:double;
  dwc:latitude '48.69967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53628 48.69967, -1.53628 48.69967, -1.53628 48.69967, -1.53628 48.69967, -1.53628 48.69967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6694'^^xsd:string;
  dwc:observationDate '2006-06-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72643 -1.53628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72643 -1.53628)"^^geo:wktLiteral ;
  geo-pos:lat "48.72643"^^xsd:decimal ;
  geo-pos:long "-1.53628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9624'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53628'^^xsd:double;
  dwc:latitude '48.72643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53628 48.72643, -1.53628 48.72643, -1.53628 48.72643, -1.53628 48.72643, -1.53628 48.72643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9624'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_477> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71138 -1.53627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71138"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71138 -1.53627)"^^geo:wktLiteral ;
  geo-pos:lat "48.71138"^^xsd:decimal ;
  geo-pos:long "-1.53627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_477'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_477'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53627'^^xsd:double;
  dwc:latitude '48.71138'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53627 48.71138, -1.53627 48.71138, -1.53627 48.71138, -1.53627 48.71138, -1.53627 48.71138))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_477'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71688 -1.53624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71688 -1.53624)"^^geo:wktLiteral ;
  geo-pos:lat "48.71688"^^xsd:decimal ;
  geo-pos:long "-1.53624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2066'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53624'^^xsd:double;
  dwc:latitude '48.71688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53624 48.71688, -1.53624 48.71688, -1.53624 48.71688, -1.53624 48.71688, -1.53624 48.71688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2066'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72732 -1.53624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72732 -1.53624)"^^geo:wktLiteral ;
  geo-pos:lat "48.72732"^^xsd:decimal ;
  geo-pos:long "-1.53624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_912'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53624'^^xsd:double;
  dwc:latitude '48.72732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53624 48.72732, -1.53624 48.72732, -1.53624 48.72732, -1.53624 48.72732, -1.53624 48.72732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_912'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2845> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70177 -1.53623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70177 -1.53623)"^^geo:wktLiteral ;
  geo-pos:lat "48.70177"^^xsd:decimal ;
  geo-pos:long "-1.53623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2845'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2845'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53623'^^xsd:double;
  dwc:latitude '48.70177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53623 48.70177, -1.53623 48.70177, -1.53623 48.70177, -1.53623 48.70177, -1.53623 48.70177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2845'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70901 -1.53623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70901 -1.53623)"^^geo:wktLiteral ;
  geo-pos:lat "48.70901"^^xsd:decimal ;
  geo-pos:long "-1.53623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6341'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53623'^^xsd:double;
  dwc:latitude '48.70901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53623 48.70901, -1.53623 48.70901, -1.53623 48.70901, -1.53623 48.70901, -1.53623 48.70901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6341'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69568 -1.53622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69568"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69568 -1.53622)"^^geo:wktLiteral ;
  geo-pos:lat "48.69568"^^xsd:decimal ;
  geo-pos:long "-1.53622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1434'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53622'^^xsd:double;
  dwc:latitude '48.69568'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53622 48.69568, -1.53622 48.69568, -1.53622 48.69568, -1.53622 48.69568, -1.53622 48.69568))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1434'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69998 -1.53622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69998 -1.53622)"^^geo:wktLiteral ;
  geo-pos:lat "48.69998"^^xsd:decimal ;
  geo-pos:long "-1.53622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7143'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53622'^^xsd:double;
  dwc:latitude '48.69998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53622 48.69998, -1.53622 48.69998, -1.53622 48.69998, -1.53622 48.69998, -1.53622 48.69998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7143'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4776> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70242 -1.53622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70242 -1.53622)"^^geo:wktLiteral ;
  geo-pos:lat "48.70242"^^xsd:decimal ;
  geo-pos:long "-1.53622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4776'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4776'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53622'^^xsd:double;
  dwc:latitude '48.70242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53622 48.70242, -1.53622 48.70242, -1.53622 48.70242, -1.53622 48.70242, -1.53622 48.70242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4776'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70081 -1.53621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70081 -1.53621)"^^geo:wktLiteral ;
  geo-pos:lat "48.70081"^^xsd:decimal ;
  geo-pos:long "-1.53621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6338'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53621'^^xsd:double;
  dwc:latitude '48.70081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53621 48.70081, -1.53621 48.70081, -1.53621 48.70081, -1.53621 48.70081, -1.53621 48.70081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6338'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69736 -1.5362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69736 -1.5362)"^^geo:wktLiteral ;
  geo-pos:lat "48.69736"^^xsd:decimal ;
  geo-pos:long "-1.5362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2227'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5362'^^xsd:double;
  dwc:latitude '48.69736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5362 48.69736, -1.5362 48.69736, -1.5362 48.69736, -1.5362 48.69736, -1.5362 48.69736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2227'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71259 -1.5362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71259"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71259 -1.5362)"^^geo:wktLiteral ;
  geo-pos:lat "48.71259"^^xsd:decimal ;
  geo-pos:long "-1.5362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9065'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5362'^^xsd:double;
  dwc:latitude '48.71259'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5362 48.71259, -1.5362 48.71259, -1.5362 48.71259, -1.5362 48.71259, -1.5362 48.71259))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9065'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71444 -1.53619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71444"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71444 -1.53619)"^^geo:wktLiteral ;
  geo-pos:lat "48.71444"^^xsd:decimal ;
  geo-pos:long "-1.53619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_520'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '12.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53619'^^xsd:double;
  dwc:latitude '48.71444'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53619 48.71444, -1.53619 48.71444, -1.53619 48.71444, -1.53619 48.71444, -1.53619 48.71444))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_520'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69681 -1.53617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69681 -1.53617)"^^geo:wktLiteral ;
  geo-pos:lat "48.69681"^^xsd:decimal ;
  geo-pos:long "-1.53617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7106'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53617'^^xsd:double;
  dwc:latitude '48.69681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53617 48.69681, -1.53617 48.69681, -1.53617 48.69681, -1.53617 48.69681, -1.53617 48.69681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7106'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70893 -1.53615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70893 -1.53615)"^^geo:wktLiteral ;
  geo-pos:lat "48.70893"^^xsd:decimal ;
  geo-pos:long "-1.53615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6583'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53615'^^xsd:double;
  dwc:latitude '48.70893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53615 48.70893, -1.53615 48.70893, -1.53615 48.70893, -1.53615 48.70893, -1.53615 48.70893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6583'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71607 -1.53614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71607 -1.53614)"^^geo:wktLiteral ;
  geo-pos:lat "48.71607"^^xsd:decimal ;
  geo-pos:long "-1.53614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_915'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53614'^^xsd:double;
  dwc:latitude '48.71607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53614 48.71607, -1.53614 48.71607, -1.53614 48.71607, -1.53614 48.71607, -1.53614 48.71607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_915'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73026 -1.53614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73026 -1.53614)"^^geo:wktLiteral ;
  geo-pos:lat "48.73026"^^xsd:decimal ;
  geo-pos:long "-1.53614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9399'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '12.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53614'^^xsd:double;
  dwc:latitude '48.73026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53614 48.73026, -1.53614 48.73026, -1.53614 48.73026, -1.53614 48.73026, -1.53614 48.73026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9399'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65543 -1.53613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65543 -1.53613)"^^geo:wktLiteral ;
  geo-pos:lat "48.65543"^^xsd:decimal ;
  geo-pos:long "-1.53613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5456'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53613'^^xsd:double;
  dwc:latitude '48.65543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53613 48.65543, -1.53613 48.65543, -1.53613 48.65543, -1.53613 48.65543, -1.53613 48.65543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5456'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65705 -1.53613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65705 -1.53613)"^^geo:wktLiteral ;
  geo-pos:lat "48.65705"^^xsd:decimal ;
  geo-pos:long "-1.53613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11203'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53613'^^xsd:double;
  dwc:latitude '48.65705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53613 48.65705, -1.53613 48.65705, -1.53613 48.65705, -1.53613 48.65705, -1.53613 48.65705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11203'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68968 -1.53613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68968 -1.53613)"^^geo:wktLiteral ;
  geo-pos:lat "48.68968"^^xsd:decimal ;
  geo-pos:long "-1.53613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1929'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53613'^^xsd:double;
  dwc:latitude '48.68968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53613 48.68968, -1.53613 48.68968, -1.53613 48.68968, -1.53613 48.68968, -1.53613 48.68968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1929'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72303 -1.53613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72303 -1.53613)"^^geo:wktLiteral ;
  geo-pos:lat "48.72303"^^xsd:decimal ;
  geo-pos:long "-1.53613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3482'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53613'^^xsd:double;
  dwc:latitude '48.72303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53613 48.72303, -1.53613 48.72303, -1.53613 48.72303, -1.53613 48.72303, -1.53613 48.72303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3482'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71547 -1.53612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71547 -1.53612)"^^geo:wktLiteral ;
  geo-pos:lat "48.71547"^^xsd:decimal ;
  geo-pos:long "-1.53612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2900'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53612'^^xsd:double;
  dwc:latitude '48.71547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53612 48.71547, -1.53612 48.71547, -1.53612 48.71547, -1.53612 48.71547, -1.53612 48.71547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2900'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69511 -1.53611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69511 -1.53611)"^^geo:wktLiteral ;
  geo-pos:lat "48.69511"^^xsd:decimal ;
  geo-pos:long "-1.53611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2686'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53611'^^xsd:double;
  dwc:latitude '48.69511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53611 48.69511, -1.53611 48.69511, -1.53611 48.69511, -1.53611 48.69511, -1.53611 48.69511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2686'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72056 -1.53611)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53611"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72056 -1.53611)"^^geo:wktLiteral ;
  geo-pos:lat "48.72056"^^xsd:decimal ;
  geo-pos:long "-1.53611"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_907'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53611'^^xsd:double;
  dwc:latitude '48.72056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53611 48.72056, -1.53611 48.72056, -1.53611 48.72056, -1.53611 48.72056, -1.53611 48.72056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_907'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69331 -1.5361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69331 -1.5361)"^^geo:wktLiteral ;
  geo-pos:lat "48.69331"^^xsd:decimal ;
  geo-pos:long "-1.5361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1395'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5361'^^xsd:double;
  dwc:latitude '48.69331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5361 48.69331, -1.5361 48.69331, -1.5361 48.69331, -1.5361 48.69331, -1.5361 48.69331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1395'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70456 -1.53608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70456"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70456 -1.53608)"^^geo:wktLiteral ;
  geo-pos:lat "48.70456"^^xsd:decimal ;
  geo-pos:long "-1.53608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1460'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53608'^^xsd:double;
  dwc:latitude '48.70456'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53608 48.70456, -1.53608 48.70456, -1.53608 48.70456, -1.53608 48.70456, -1.53608 48.70456))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1460'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70748 -1.53608)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53608"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70748 -1.53608)"^^geo:wktLiteral ;
  geo-pos:lat "48.70748"^^xsd:decimal ;
  geo-pos:long "-1.53608"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_167'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53608'^^xsd:double;
  dwc:latitude '48.70748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53608 48.70748, -1.53608 48.70748, -1.53608 48.70748, -1.53608 48.70748, -1.53608 48.70748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_167'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65821 -1.53607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65821 -1.53607)"^^geo:wktLiteral ;
  geo-pos:lat "48.65821"^^xsd:decimal ;
  geo-pos:long "-1.53607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11613'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53607'^^xsd:double;
  dwc:latitude '48.65821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53607 48.65821, -1.53607 48.65821, -1.53607 48.65821, -1.53607 48.65821, -1.53607 48.65821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11613'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65985 -1.53607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65985"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65985 -1.53607)"^^geo:wktLiteral ;
  geo-pos:lat "48.65985"^^xsd:decimal ;
  geo-pos:long "-1.53607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_6797'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53607'^^xsd:double;
  dwc:latitude '48.65985'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53607 48.65985, -1.53607 48.65985, -1.53607 48.65985, -1.53607 48.65985, -1.53607 48.65985))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6797'^^xsd:string;
  dwc:observationDate '2006-06-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66653 -1.53607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66653 -1.53607)"^^geo:wktLiteral ;
  geo-pos:lat "48.66653"^^xsd:decimal ;
  geo-pos:long "-1.53607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7140'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53607'^^xsd:double;
  dwc:latitude '48.66653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53607 48.66653, -1.53607 48.66653, -1.53607 48.66653, -1.53607 48.66653, -1.53607 48.66653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7140'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70026 -1.53607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70026 -1.53607)"^^geo:wktLiteral ;
  geo-pos:lat "48.70026"^^xsd:decimal ;
  geo-pos:long "-1.53607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6691'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53607'^^xsd:double;
  dwc:latitude '48.70026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53607 48.70026, -1.53607 48.70026, -1.53607 48.70026, -1.53607 48.70026, -1.53607 48.70026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6691'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72096 -1.53607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72096 -1.53607)"^^geo:wktLiteral ;
  geo-pos:lat "48.72096"^^xsd:decimal ;
  geo-pos:long "-1.53607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_677'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53607'^^xsd:double;
  dwc:latitude '48.72096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53607 48.72096, -1.53607 48.72096, -1.53607 48.72096, -1.53607 48.72096, -1.53607 48.72096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_677'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5860> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69977 -1.53606)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53606"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69977 -1.53606)"^^geo:wktLiteral ;
  geo-pos:lat "48.69977"^^xsd:decimal ;
  geo-pos:long "-1.53606"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5860'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5860'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53606'^^xsd:double;
  dwc:latitude '48.69977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53606 48.69977, -1.53606 48.69977, -1.53606 48.69977, -1.53606 48.69977, -1.53606 48.69977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5860'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72442 -1.53605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72442 -1.53605)"^^geo:wktLiteral ;
  geo-pos:lat "48.72442"^^xsd:decimal ;
  geo-pos:long "-1.53605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5999'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53605'^^xsd:double;
  dwc:latitude '48.72442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53605 48.72442, -1.53605 48.72442, -1.53605 48.72442, -1.53605 48.72442, -1.53605 48.72442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5999'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69303 -1.53604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69303 -1.53604)"^^geo:wktLiteral ;
  geo-pos:lat "48.69303"^^xsd:decimal ;
  geo-pos:long "-1.53604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2600'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53604'^^xsd:double;
  dwc:latitude '48.69303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53604 48.69303, -1.53604 48.69303, -1.53604 48.69303, -1.53604 48.69303, -1.53604 48.69303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2600'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70039 -1.53604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70039 -1.53604)"^^geo:wktLiteral ;
  geo-pos:lat "48.70039"^^xsd:decimal ;
  geo-pos:long "-1.53604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_345'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53604'^^xsd:double;
  dwc:latitude '48.70039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53604 48.70039, -1.53604 48.70039, -1.53604 48.70039, -1.53604 48.70039, -1.53604 48.70039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_345'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72029 -1.53604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72029"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72029 -1.53604)"^^geo:wktLiteral ;
  geo-pos:lat "48.72029"^^xsd:decimal ;
  geo-pos:long "-1.53604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2174'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53604'^^xsd:double;
  dwc:latitude '48.72029'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53604 48.72029, -1.53604 48.72029, -1.53604 48.72029, -1.53604 48.72029, -1.53604 48.72029))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2174'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72563 -1.53603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72563 -1.53603)"^^geo:wktLiteral ;
  geo-pos:lat "48.72563"^^xsd:decimal ;
  geo-pos:long "-1.53603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5675'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53603'^^xsd:double;
  dwc:latitude '48.72563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53603 48.72563, -1.53603 48.72563, -1.53603 48.72563, -1.53603 48.72563, -1.53603 48.72563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5675'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69386 -1.53602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69386"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69386 -1.53602)"^^geo:wktLiteral ;
  geo-pos:lat "48.69386"^^xsd:decimal ;
  geo-pos:long "-1.53602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4091'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53602'^^xsd:double;
  dwc:latitude '48.69386'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53602 48.69386, -1.53602 48.69386, -1.53602 48.69386, -1.53602 48.69386, -1.53602 48.69386))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4091'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69535 -1.53602)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53602"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69535 -1.53602)"^^geo:wktLiteral ;
  geo-pos:lat "48.69535"^^xsd:decimal ;
  geo-pos:long "-1.53602"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8264'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53602'^^xsd:double;
  dwc:latitude '48.69535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53602 48.69535, -1.53602 48.69535, -1.53602 48.69535, -1.53602 48.69535, -1.53602 48.69535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8264'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65103 -1.53599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65103 -1.53599)"^^geo:wktLiteral ;
  geo-pos:lat "48.65103"^^xsd:decimal ;
  geo-pos:long "-1.53599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_19'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_19'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53599'^^xsd:double;
  dwc:latitude '48.65103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53599 48.65103, -1.53599 48.65103, -1.53599 48.65103, -1.53599 48.65103, -1.53599 48.65103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_19'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66675 -1.53596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66675 -1.53596)"^^geo:wktLiteral ;
  geo-pos:lat "48.66675"^^xsd:decimal ;
  geo-pos:long "-1.53596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3719'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53596'^^xsd:double;
  dwc:latitude '48.66675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53596 48.66675, -1.53596 48.66675, -1.53596 48.66675, -1.53596 48.66675, -1.53596 48.66675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3719'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69825 -1.53596)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53596"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69825 -1.53596)"^^geo:wktLiteral ;
  geo-pos:lat "48.69825"^^xsd:decimal ;
  geo-pos:long "-1.53596"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4344'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53596'^^xsd:double;
  dwc:latitude '48.69825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53596 48.69825, -1.53596 48.69825, -1.53596 48.69825, -1.53596 48.69825, -1.53596 48.69825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4344'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72026 -1.53594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72026 -1.53594)"^^geo:wktLiteral ;
  geo-pos:lat "48.72026"^^xsd:decimal ;
  geo-pos:long "-1.53594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9150'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53594'^^xsd:double;
  dwc:latitude '48.72026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53594 48.72026, -1.53594 48.72026, -1.53594 48.72026, -1.53594 48.72026, -1.53594 48.72026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9150'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.53593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69107 -1.53593)"^^geo:wktLiteral ;
  geo-pos:lat "48.69107"^^xsd:decimal ;
  geo-pos:long "-1.53593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1930'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53593'^^xsd:double;
  dwc:latitude '48.69107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53593 48.69107, -1.53593 48.69107, -1.53593 48.69107, -1.53593 48.69107, -1.53593 48.69107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1930'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69315 -1.53593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69315 -1.53593)"^^geo:wktLiteral ;
  geo-pos:lat "48.69315"^^xsd:decimal ;
  geo-pos:long "-1.53593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2185'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53593'^^xsd:double;
  dwc:latitude '48.69315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53593 48.69315, -1.53593 48.69315, -1.53593 48.69315, -1.53593 48.69315, -1.53593 48.69315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2185'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68204 -1.53592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68204"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68204 -1.53592)"^^geo:wktLiteral ;
  geo-pos:lat "48.68204"^^xsd:decimal ;
  geo-pos:long "-1.53592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_6616'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53592'^^xsd:double;
  dwc:latitude '48.68204'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53592 48.68204, -1.53592 48.68204, -1.53592 48.68204, -1.53592 48.68204, -1.53592 48.68204))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6616'^^xsd:string;
  dwc:observationDate '2006-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70201 -1.53592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70201 -1.53592)"^^geo:wktLiteral ;
  geo-pos:lat "48.70201"^^xsd:decimal ;
  geo-pos:long "-1.53592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4734'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53592'^^xsd:double;
  dwc:latitude '48.70201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53592 48.70201, -1.53592 48.70201, -1.53592 48.70201, -1.53592 48.70201, -1.53592 48.70201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4734'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70521 -1.53592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70521 -1.53592)"^^geo:wktLiteral ;
  geo-pos:lat "48.70521"^^xsd:decimal ;
  geo-pos:long "-1.53592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_168'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53592'^^xsd:double;
  dwc:latitude '48.70521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53592 48.70521, -1.53592 48.70521, -1.53592 48.70521, -1.53592 48.70521, -1.53592 48.70521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_168'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73049 -1.53592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.73049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.73049 -1.53592)"^^geo:wktLiteral ;
  geo-pos:lat "48.73049"^^xsd:decimal ;
  geo-pos:long "-1.53592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_908'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53592'^^xsd:double;
  dwc:latitude '48.73049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53592 48.73049, -1.53592 48.73049, -1.53592 48.73049, -1.53592 48.73049, -1.53592 48.73049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_908'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67804 -1.5359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67804 -1.5359)"^^geo:wktLiteral ;
  geo-pos:lat "48.67804"^^xsd:decimal ;
  geo-pos:long "-1.5359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3093'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5359'^^xsd:double;
  dwc:latitude '48.67804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5359 48.67804, -1.5359 48.67804, -1.5359 48.67804, -1.5359 48.67804, -1.5359 48.67804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3093'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69867 -1.5359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69867 -1.5359)"^^geo:wktLiteral ;
  geo-pos:lat "48.69867"^^xsd:decimal ;
  geo-pos:long "-1.5359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4449'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5359'^^xsd:double;
  dwc:latitude '48.69867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5359 48.69867, -1.5359 48.69867, -1.5359 48.69867, -1.5359 48.69867, -1.5359 48.69867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4449'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70867 -1.5359)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5359"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70867 -1.5359)"^^geo:wktLiteral ;
  geo-pos:lat "48.70867"^^xsd:decimal ;
  geo-pos:long "-1.5359"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_5361'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5359'^^xsd:double;
  dwc:latitude '48.70867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5359 48.70867, -1.5359 48.70867, -1.5359 48.70867, -1.5359 48.70867, -1.5359 48.70867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5361'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69533 -1.53589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69533 -1.53589)"^^geo:wktLiteral ;
  geo-pos:lat "48.69533"^^xsd:decimal ;
  geo-pos:long "-1.53589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13685'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53589'^^xsd:double;
  dwc:latitude '48.69533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53589 48.69533, -1.53589 48.69533, -1.53589 48.69533, -1.53589 48.69533, -1.53589 48.69533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13685'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65747 -1.53588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65747"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65747 -1.53588)"^^geo:wktLiteral ;
  geo-pos:lat "48.65747"^^xsd:decimal ;
  geo-pos:long "-1.53588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10903'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53588'^^xsd:double;
  dwc:latitude '48.65747'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53588 48.65747, -1.53588 48.65747, -1.53588 48.65747, -1.53588 48.65747, -1.53588 48.65747))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10903'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68522 -1.53587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68522 -1.53587)"^^geo:wktLiteral ;
  geo-pos:lat "48.68522"^^xsd:decimal ;
  geo-pos:long "-1.53587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_503'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53587'^^xsd:double;
  dwc:latitude '48.68522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53587 48.68522, -1.53587 48.68522, -1.53587 48.68522, -1.53587 48.68522, -1.53587 48.68522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_503'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70825 -1.53587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70825 -1.53587)"^^geo:wktLiteral ;
  geo-pos:lat "48.70825"^^xsd:decimal ;
  geo-pos:long "-1.53587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4264'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53587'^^xsd:double;
  dwc:latitude '48.70825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53587 48.70825, -1.53587 48.70825, -1.53587 48.70825, -1.53587 48.70825, -1.53587 48.70825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4264'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71547 -1.53587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71547 -1.53587)"^^geo:wktLiteral ;
  geo-pos:lat "48.71547"^^xsd:decimal ;
  geo-pos:long "-1.53587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7094'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53587'^^xsd:double;
  dwc:latitude '48.71547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53587 48.71547, -1.53587 48.71547, -1.53587 48.71547, -1.53587 48.71547, -1.53587 48.71547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7094'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67584 -1.53584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67584 -1.53584)"^^geo:wktLiteral ;
  geo-pos:lat "48.67584"^^xsd:decimal ;
  geo-pos:long "-1.53584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1047'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53584'^^xsd:double;
  dwc:latitude '48.67584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53584 48.67584, -1.53584 48.67584, -1.53584 48.67584, -1.53584 48.67584, -1.53584 48.67584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1047'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4745> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6836 -1.53584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6836 -1.53584)"^^geo:wktLiteral ;
  geo-pos:lat "48.6836"^^xsd:decimal ;
  geo-pos:long "-1.53584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4745'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4745'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53584'^^xsd:double;
  dwc:latitude '48.6836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53584 48.6836, -1.53584 48.6836, -1.53584 48.6836, -1.53584 48.6836, -1.53584 48.6836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4745'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69241 -1.53583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69241"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69241 -1.53583)"^^geo:wktLiteral ;
  geo-pos:lat "48.69241"^^xsd:decimal ;
  geo-pos:long "-1.53583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1182'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53583'^^xsd:double;
  dwc:latitude '48.69241'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53583 48.69241, -1.53583 48.69241, -1.53583 48.69241, -1.53583 48.69241, -1.53583 48.69241))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1182'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70369 -1.53583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70369 -1.53583)"^^geo:wktLiteral ;
  geo-pos:lat "48.70369"^^xsd:decimal ;
  geo-pos:long "-1.53583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6971'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53583'^^xsd:double;
  dwc:latitude '48.70369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53583 48.70369, -1.53583 48.70369, -1.53583 48.70369, -1.53583 48.70369, -1.53583 48.70369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6971'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72777 -1.53583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72777 -1.53583)"^^geo:wktLiteral ;
  geo-pos:lat "48.72777"^^xsd:decimal ;
  geo-pos:long "-1.53583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9538'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53583'^^xsd:double;
  dwc:latitude '48.72777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53583 48.72777, -1.53583 48.72777, -1.53583 48.72777, -1.53583 48.72777, -1.53583 48.72777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9538'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71373 -1.53582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71373"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71373 -1.53582)"^^geo:wktLiteral ;
  geo-pos:lat "48.71373"^^xsd:decimal ;
  geo-pos:long "-1.53582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4950'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53582'^^xsd:double;
  dwc:latitude '48.71373'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53582 48.71373, -1.53582 48.71373, -1.53582 48.71373, -1.53582 48.71373, -1.53582 48.71373))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4950'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66651 -1.53581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66651 -1.53581)"^^geo:wktLiteral ;
  geo-pos:lat "48.66651"^^xsd:decimal ;
  geo-pos:long "-1.53581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3409'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53581'^^xsd:double;
  dwc:latitude '48.66651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53581 48.66651, -1.53581 48.66651, -1.53581 48.66651, -1.53581 48.66651, -1.53581 48.66651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3409'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69645 -1.53581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69645 -1.53581)"^^geo:wktLiteral ;
  geo-pos:lat "48.69645"^^xsd:decimal ;
  geo-pos:long "-1.53581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9683'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53581'^^xsd:double;
  dwc:latitude '48.69645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53581 48.69645, -1.53581 48.69645, -1.53581 48.69645, -1.53581 48.69645, -1.53581 48.69645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9683'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1001> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71876 -1.53581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71876 -1.53581)"^^geo:wktLiteral ;
  geo-pos:lat "48.71876"^^xsd:decimal ;
  geo-pos:long "-1.53581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1001'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1001'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53581'^^xsd:double;
  dwc:latitude '48.71876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53581 48.71876, -1.53581 48.71876, -1.53581 48.71876, -1.53581 48.71876, -1.53581 48.71876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1001'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72104 -1.53581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72104 -1.53581)"^^geo:wktLiteral ;
  geo-pos:lat "48.72104"^^xsd:decimal ;
  geo-pos:long "-1.53581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4874'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53581'^^xsd:double;
  dwc:latitude '48.72104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53581 48.72104, -1.53581 48.72104, -1.53581 48.72104, -1.53581 48.72104, -1.53581 48.72104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4874'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69657 -1.5358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69657 -1.5358)"^^geo:wktLiteral ;
  geo-pos:lat "48.69657"^^xsd:decimal ;
  geo-pos:long "-1.5358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8169'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5358'^^xsd:double;
  dwc:latitude '48.69657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5358 48.69657, -1.5358 48.69657, -1.5358 48.69657, -1.5358 48.69657, -1.5358 48.69657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8169'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71057 -1.5358)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5358"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71057 -1.5358)"^^geo:wktLiteral ;
  geo-pos:lat "48.71057"^^xsd:decimal ;
  geo-pos:long "-1.5358"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5415'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5358'^^xsd:double;
  dwc:latitude '48.71057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5358 48.71057, -1.5358 48.71057, -1.5358 48.71057, -1.5358 48.71057, -1.5358 48.71057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5415'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69886 -1.53579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69886"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69886 -1.53579)"^^geo:wktLiteral ;
  geo-pos:lat "48.69886"^^xsd:decimal ;
  geo-pos:long "-1.53579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1389'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53579'^^xsd:double;
  dwc:latitude '48.69886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53579 48.69886, -1.53579 48.69886, -1.53579 48.69886, -1.53579 48.69886, -1.53579 48.69886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1389'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5344> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.53579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70815 -1.53579)"^^geo:wktLiteral ;
  geo-pos:lat "48.70815"^^xsd:decimal ;
  geo-pos:long "-1.53579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5344'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5344'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53579'^^xsd:double;
  dwc:latitude '48.70815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53579 48.70815, -1.53579 48.70815, -1.53579 48.70815, -1.53579 48.70815, -1.53579 48.70815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5344'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71899 -1.53579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71899 -1.53579)"^^geo:wktLiteral ;
  geo-pos:lat "48.71899"^^xsd:decimal ;
  geo-pos:long "-1.53579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_931'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '9.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53579'^^xsd:double;
  dwc:latitude '48.71899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53579 48.71899, -1.53579 48.71899, -1.53579 48.71899, -1.53579 48.71899, -1.53579 48.71899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_931'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68982 -1.53578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68982 -1.53578)"^^geo:wktLiteral ;
  geo-pos:lat "48.68982"^^xsd:decimal ;
  geo-pos:long "-1.53578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2937'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53578'^^xsd:double;
  dwc:latitude '48.68982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53578 48.68982, -1.53578 48.68982, -1.53578 48.68982, -1.53578 48.68982, -1.53578 48.68982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2937'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69319 -1.53577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69319 -1.53577)"^^geo:wktLiteral ;
  geo-pos:lat "48.69319"^^xsd:decimal ;
  geo-pos:long "-1.53577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2695'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53577'^^xsd:double;
  dwc:latitude '48.69319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53577 48.69319, -1.53577 48.69319, -1.53577 48.69319, -1.53577 48.69319, -1.53577 48.69319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2695'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69617 -1.53577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69617"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69617 -1.53577)"^^geo:wktLiteral ;
  geo-pos:lat "48.69617"^^xsd:decimal ;
  geo-pos:long "-1.53577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8256'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53577'^^xsd:double;
  dwc:latitude '48.69617'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53577 48.69617, -1.53577 48.69617, -1.53577 48.69617, -1.53577 48.69617, -1.53577 48.69617))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8256'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69064 -1.53576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69064 -1.53576)"^^geo:wktLiteral ;
  geo-pos:lat "48.69064"^^xsd:decimal ;
  geo-pos:long "-1.53576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_717'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53576'^^xsd:double;
  dwc:latitude '48.69064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53576 48.69064, -1.53576 48.69064, -1.53576 48.69064, -1.53576 48.69064, -1.53576 48.69064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_717'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69732 -1.53576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69732 -1.53576)"^^geo:wktLiteral ;
  geo-pos:lat "48.69732"^^xsd:decimal ;
  geo-pos:long "-1.53576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6726'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53576'^^xsd:double;
  dwc:latitude '48.69732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53576 48.69732, -1.53576 48.69732, -1.53576 48.69732, -1.53576 48.69732, -1.53576 48.69732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6726'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5858> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69872 -1.53575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69872 -1.53575)"^^geo:wktLiteral ;
  geo-pos:lat "48.69872"^^xsd:decimal ;
  geo-pos:long "-1.53575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5858'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5858'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53575'^^xsd:double;
  dwc:latitude '48.69872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53575 48.69872, -1.53575 48.69872, -1.53575 48.69872, -1.53575 48.69872, -1.53575 48.69872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5858'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70353 -1.53575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70353 -1.53575)"^^geo:wktLiteral ;
  geo-pos:lat "48.70353"^^xsd:decimal ;
  geo-pos:long "-1.53575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2847'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53575'^^xsd:double;
  dwc:latitude '48.70353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53575 48.70353, -1.53575 48.70353, -1.53575 48.70353, -1.53575 48.70353, -1.53575 48.70353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2847'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66068 -1.53574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66068 -1.53574)"^^geo:wktLiteral ;
  geo-pos:lat "48.66068"^^xsd:decimal ;
  geo-pos:long "-1.53574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5437'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53574'^^xsd:double;
  dwc:latitude '48.66068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53574 48.66068, -1.53574 48.66068, -1.53574 48.66068, -1.53574 48.66068, -1.53574 48.66068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5437'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70064 -1.53574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70064 -1.53574)"^^geo:wktLiteral ;
  geo-pos:lat "48.70064"^^xsd:decimal ;
  geo-pos:long "-1.53574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5856'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53574'^^xsd:double;
  dwc:latitude '48.70064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53574 48.70064, -1.53574 48.70064, -1.53574 48.70064, -1.53574 48.70064, -1.53574 48.70064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5856'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.713 -1.53574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.713"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.713 -1.53574)"^^geo:wktLiteral ;
  geo-pos:lat "48.713"^^xsd:decimal ;
  geo-pos:long "-1.53574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5218'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '6.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53574'^^xsd:double;
  dwc:latitude '48.713'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53574 48.713, -1.53574 48.713, -1.53574 48.713, -1.53574 48.713, -1.53574 48.713))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5218'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72134 -1.53573)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53573"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72134 -1.53573)"^^geo:wktLiteral ;
  geo-pos:lat "48.72134"^^xsd:decimal ;
  geo-pos:long "-1.53573"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9398'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '11.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53573'^^xsd:double;
  dwc:latitude '48.72134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53573 48.72134, -1.53573 48.72134, -1.53573 48.72134, -1.53573 48.72134, -1.53573 48.72134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9398'^^xsd:string;
  dwc:observationDate '2008-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69526 -1.53572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69526 -1.53572)"^^geo:wktLiteral ;
  geo-pos:lat "48.69526"^^xsd:decimal ;
  geo-pos:long "-1.53572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2873'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53572'^^xsd:double;
  dwc:latitude '48.69526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53572 48.69526, -1.53572 48.69526, -1.53572 48.69526, -1.53572 48.69526, -1.53572 48.69526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2873'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71589 -1.53572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71589 -1.53572)"^^geo:wktLiteral ;
  geo-pos:lat "48.71589"^^xsd:decimal ;
  geo-pos:long "-1.53572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4218'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '22.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53572'^^xsd:double;
  dwc:latitude '48.71589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53572 48.71589, -1.53572 48.71589, -1.53572 48.71589, -1.53572 48.71589, -1.53572 48.71589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4218'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69574 -1.53571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69574 -1.53571)"^^geo:wktLiteral ;
  geo-pos:lat "48.69574"^^xsd:decimal ;
  geo-pos:long "-1.53571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1474'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53571'^^xsd:double;
  dwc:latitude '48.69574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53571 48.69574, -1.53571 48.69574, -1.53571 48.69574, -1.53571 48.69574, -1.53571 48.69574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1474'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71623 -1.53571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71623"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71623 -1.53571)"^^geo:wktLiteral ;
  geo-pos:lat "48.71623"^^xsd:decimal ;
  geo-pos:long "-1.53571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9125'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53571'^^xsd:double;
  dwc:latitude '48.71623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53571 48.71623, -1.53571 48.71623, -1.53571 48.71623, -1.53571 48.71623, -1.53571 48.71623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9125'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70024 -1.5357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70024"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70024 -1.5357)"^^geo:wktLiteral ;
  geo-pos:lat "48.70024"^^xsd:decimal ;
  geo-pos:long "-1.5357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1560'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5357'^^xsd:double;
  dwc:latitude '48.70024'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5357 48.70024, -1.5357 48.70024, -1.5357 48.70024, -1.5357 48.70024, -1.5357 48.70024))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1560'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72995 -1.53569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72995"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72995 -1.53569)"^^geo:wktLiteral ;
  geo-pos:lat "48.72995"^^xsd:decimal ;
  geo-pos:long "-1.53569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9269'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53569'^^xsd:double;
  dwc:latitude '48.72995'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53569 48.72995, -1.53569 48.72995, -1.53569 48.72995, -1.53569 48.72995, -1.53569 48.72995))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9269'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65698 -1.53567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65698 -1.53567)"^^geo:wktLiteral ;
  geo-pos:lat "48.65698"^^xsd:decimal ;
  geo-pos:long "-1.53567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11238'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53567'^^xsd:double;
  dwc:latitude '48.65698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53567 48.65698, -1.53567 48.65698, -1.53567 48.65698, -1.53567 48.65698, -1.53567 48.65698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11238'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6661 -1.53567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6661 -1.53567)"^^geo:wktLiteral ;
  geo-pos:lat "48.6661"^^xsd:decimal ;
  geo-pos:long "-1.53567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_781'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53567'^^xsd:double;
  dwc:latitude '48.6661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53567 48.6661, -1.53567 48.6661, -1.53567 48.6661, -1.53567 48.6661, -1.53567 48.6661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_781'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72928 -1.53567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72928 -1.53567)"^^geo:wktLiteral ;
  geo-pos:lat "48.72928"^^xsd:decimal ;
  geo-pos:long "-1.53567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_909'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53567'^^xsd:double;
  dwc:latitude '48.72928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53567 48.72928, -1.53567 48.72928, -1.53567 48.72928, -1.53567 48.72928, -1.53567 48.72928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_909'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69127 -1.53565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69127"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69127 -1.53565)"^^geo:wktLiteral ;
  geo-pos:lat "48.69127"^^xsd:decimal ;
  geo-pos:long "-1.53565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5253'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53565'^^xsd:double;
  dwc:latitude '48.69127'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53565 48.69127, -1.53565 48.69127, -1.53565 48.69127, -1.53565 48.69127, -1.53565 48.69127))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5253'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71615 -1.53565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71615 -1.53565)"^^geo:wktLiteral ;
  geo-pos:lat "48.71615"^^xsd:decimal ;
  geo-pos:long "-1.53565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_540'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53565'^^xsd:double;
  dwc:latitude '48.71615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53565 48.71615, -1.53565 48.71615, -1.53565 48.71615, -1.53565 48.71615, -1.53565 48.71615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_540'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6946 -1.53564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6946 -1.53564)"^^geo:wktLiteral ;
  geo-pos:lat "48.6946"^^xsd:decimal ;
  geo-pos:long "-1.53564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3261'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53564'^^xsd:double;
  dwc:latitude '48.6946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53564 48.6946, -1.53564 48.6946, -1.53564 48.6946, -1.53564 48.6946, -1.53564 48.6946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3261'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70269 -1.53564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70269 -1.53564)"^^geo:wktLiteral ;
  geo-pos:lat "48.70269"^^xsd:decimal ;
  geo-pos:long "-1.53564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_7318'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53564'^^xsd:double;
  dwc:latitude '48.70269'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53564 48.70269, -1.53564 48.70269, -1.53564 48.70269, -1.53564 48.70269, -1.53564 48.70269))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7318'^^xsd:string;
  dwc:observationDate '2006-06-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4219> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71378 -1.53564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71378 -1.53564)"^^geo:wktLiteral ;
  geo-pos:lat "48.71378"^^xsd:decimal ;
  geo-pos:long "-1.53564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4219'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4219'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '23.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53564'^^xsd:double;
  dwc:latitude '48.71378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53564 48.71378, -1.53564 48.71378, -1.53564 48.71378, -1.53564 48.71378, -1.53564 48.71378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4219'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72016 -1.53564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72016 -1.53564)"^^geo:wktLiteral ;
  geo-pos:lat "48.72016"^^xsd:decimal ;
  geo-pos:long "-1.53564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_680'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53564'^^xsd:double;
  dwc:latitude '48.72016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53564 48.72016, -1.53564 48.72016, -1.53564 48.72016, -1.53564 48.72016, -1.53564 48.72016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_680'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69487 -1.53563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69487 -1.53563)"^^geo:wktLiteral ;
  geo-pos:lat "48.69487"^^xsd:decimal ;
  geo-pos:long "-1.53563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_8330'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53563'^^xsd:double;
  dwc:latitude '48.69487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53563 48.69487, -1.53563 48.69487, -1.53563 48.69487, -1.53563 48.69487, -1.53563 48.69487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8330'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69977 -1.53563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69977 -1.53563)"^^geo:wktLiteral ;
  geo-pos:lat "48.69977"^^xsd:decimal ;
  geo-pos:long "-1.53563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5963'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53563'^^xsd:double;
  dwc:latitude '48.69977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53563 48.69977, -1.53563 48.69977, -1.53563 48.69977, -1.53563 48.69977, -1.53563 48.69977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5963'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66759 -1.53562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66759 -1.53562)"^^geo:wktLiteral ;
  geo-pos:lat "48.66759"^^xsd:decimal ;
  geo-pos:long "-1.53562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6911'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53562'^^xsd:double;
  dwc:latitude '48.66759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53562 48.66759, -1.53562 48.66759, -1.53562 48.66759, -1.53562 48.66759, -1.53562 48.66759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6911'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67394 -1.53561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67394"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67394 -1.53561)"^^geo:wktLiteral ;
  geo-pos:lat "48.67394"^^xsd:decimal ;
  geo-pos:long "-1.53561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2074'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53561'^^xsd:double;
  dwc:latitude '48.67394'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53561 48.67394, -1.53561 48.67394, -1.53561 48.67394, -1.53561 48.67394, -1.53561 48.67394))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2074'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69376 -1.53561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69376 -1.53561)"^^geo:wktLiteral ;
  geo-pos:lat "48.69376"^^xsd:decimal ;
  geo-pos:long "-1.53561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2393'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53561'^^xsd:double;
  dwc:latitude '48.69376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53561 48.69376, -1.53561 48.69376, -1.53561 48.69376, -1.53561 48.69376, -1.53561 48.69376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2393'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6959 -1.53561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6959 -1.53561)"^^geo:wktLiteral ;
  geo-pos:lat "48.6959"^^xsd:decimal ;
  geo-pos:long "-1.53561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8096'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53561'^^xsd:double;
  dwc:latitude '48.6959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53561 48.6959, -1.53561 48.6959, -1.53561 48.6959, -1.53561 48.6959, -1.53561 48.6959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8096'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2871> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6966 -1.53561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6966 -1.53561)"^^geo:wktLiteral ;
  geo-pos:lat "48.6966"^^xsd:decimal ;
  geo-pos:long "-1.53561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2871'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2871'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53561'^^xsd:double;
  dwc:latitude '48.6966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53561 48.6966, -1.53561 48.6966, -1.53561 48.6966, -1.53561 48.6966, -1.53561 48.6966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2871'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69925 -1.5356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69925 -1.5356)"^^geo:wktLiteral ;
  geo-pos:lat "48.69925"^^xsd:decimal ;
  geo-pos:long "-1.5356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_7208'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5356'^^xsd:double;
  dwc:latitude '48.69925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5356 48.69925, -1.5356 48.69925, -1.5356 48.69925, -1.5356 48.69925, -1.5356 48.69925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7208'^^xsd:string;
  dwc:observationDate '2006-06-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5911> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70266 -1.5356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70266 -1.5356)"^^geo:wktLiteral ;
  geo-pos:lat "48.70266"^^xsd:decimal ;
  geo-pos:long "-1.5356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5911'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5911'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5356'^^xsd:double;
  dwc:latitude '48.70266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5356 48.70266, -1.5356 48.70266, -1.5356 48.70266, -1.5356 48.70266, -1.5356 48.70266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5911'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69361 -1.53558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69361"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69361 -1.53558)"^^geo:wktLiteral ;
  geo-pos:lat "48.69361"^^xsd:decimal ;
  geo-pos:long "-1.53558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1245'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53558'^^xsd:double;
  dwc:latitude '48.69361'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53558 48.69361, -1.53558 48.69361, -1.53558 48.69361, -1.53558 48.69361, -1.53558 48.69361))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1245'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7085 -1.53558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7085 -1.53558)"^^geo:wktLiteral ;
  geo-pos:lat "48.7085"^^xsd:decimal ;
  geo-pos:long "-1.53558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4626'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53558'^^xsd:double;
  dwc:latitude '48.7085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53558 48.7085, -1.53558 48.7085, -1.53558 48.7085, -1.53558 48.7085, -1.53558 48.7085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4626'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72758 -1.53557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72758 -1.53557)"^^geo:wktLiteral ;
  geo-pos:lat "48.72758"^^xsd:decimal ;
  geo-pos:long "-1.53557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9622'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53557'^^xsd:double;
  dwc:latitude '48.72758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53557 48.72758, -1.53557 48.72758, -1.53557 48.72758, -1.53557 48.72758, -1.53557 48.72758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9622'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6941 -1.53556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6941 -1.53556)"^^geo:wktLiteral ;
  geo-pos:lat "48.6941"^^xsd:decimal ;
  geo-pos:long "-1.53556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5021'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53556'^^xsd:double;
  dwc:latitude '48.6941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53556 48.6941, -1.53556 48.6941, -1.53556 48.6941, -1.53556 48.6941, -1.53556 48.6941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5021'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68874 -1.53555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68874 -1.53555)"^^geo:wktLiteral ;
  geo-pos:lat "48.68874"^^xsd:decimal ;
  geo-pos:long "-1.53555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6096'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53555'^^xsd:double;
  dwc:latitude '48.68874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53555 48.68874, -1.53555 48.68874, -1.53555 48.68874, -1.53555 48.68874, -1.53555 48.68874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6096'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70765 -1.53555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70765 -1.53555)"^^geo:wktLiteral ;
  geo-pos:lat "48.70765"^^xsd:decimal ;
  geo-pos:long "-1.53555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10057'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '13.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53555'^^xsd:double;
  dwc:latitude '48.70765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53555 48.70765, -1.53555 48.70765, -1.53555 48.70765, -1.53555 48.70765, -1.53555 48.70765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10057'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69636 -1.53554)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69636"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53554"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69636 -1.53554)"^^geo:wktLiteral ;
  geo-pos:lat "48.69636"^^xsd:decimal ;
  geo-pos:long "-1.53554"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6682'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53554'^^xsd:double;
  dwc:latitude '48.69636'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53554 48.69636, -1.53554 48.69636, -1.53554 48.69636, -1.53554 48.69636, -1.53554 48.69636))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6682'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68458 -1.53552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68458 -1.53552)"^^geo:wktLiteral ;
  geo-pos:lat "48.68458"^^xsd:decimal ;
  geo-pos:long "-1.53552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4430'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53552'^^xsd:double;
  dwc:latitude '48.68458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53552 48.68458, -1.53552 48.68458, -1.53552 48.68458, -1.53552 48.68458, -1.53552 48.68458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4430'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72482 -1.53551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72482 -1.53551)"^^geo:wktLiteral ;
  geo-pos:lat "48.72482"^^xsd:decimal ;
  geo-pos:long "-1.53551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4714'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53551'^^xsd:double;
  dwc:latitude '48.72482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53551 48.72482, -1.53551 48.72482, -1.53551 48.72482, -1.53551 48.72482, -1.53551 48.72482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4714'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69062 -1.5355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69062 -1.5355)"^^geo:wktLiteral ;
  geo-pos:lat "48.69062"^^xsd:decimal ;
  geo-pos:long "-1.5355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5743'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5355'^^xsd:double;
  dwc:latitude '48.69062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5355 48.69062, -1.5355 48.69062, -1.5355 48.69062, -1.5355 48.69062, -1.5355 48.69062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5743'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6938 -1.53549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6938 -1.53549)"^^geo:wktLiteral ;
  geo-pos:lat "48.6938"^^xsd:decimal ;
  geo-pos:long "-1.53549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2528'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53549'^^xsd:double;
  dwc:latitude '48.6938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53549 48.6938, -1.53549 48.6938, -1.53549 48.6938, -1.53549 48.6938, -1.53549 48.6938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2528'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70044 -1.53547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70044 -1.53547)"^^geo:wktLiteral ;
  geo-pos:lat "48.70044"^^xsd:decimal ;
  geo-pos:long "-1.53547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2156'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53547'^^xsd:double;
  dwc:latitude '48.70044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53547 48.70044, -1.53547 48.70044, -1.53547 48.70044, -1.53547 48.70044, -1.53547 48.70044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2156'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71374 -1.53547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71374"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71374 -1.53547)"^^geo:wktLiteral ;
  geo-pos:lat "48.71374"^^xsd:decimal ;
  geo-pos:long "-1.53547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1023'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53547'^^xsd:double;
  dwc:latitude '48.71374'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53547 48.71374, -1.53547 48.71374, -1.53547 48.71374, -1.53547 48.71374, -1.53547 48.71374))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1023'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71473 -1.53546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71473"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71473 -1.53546)"^^geo:wktLiteral ;
  geo-pos:lat "48.71473"^^xsd:decimal ;
  geo-pos:long "-1.53546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_476'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53546'^^xsd:double;
  dwc:latitude '48.71473'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53546 48.71473, -1.53546 48.71473, -1.53546 48.71473, -1.53546 48.71473, -1.53546 48.71473))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_476'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7789> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71751 -1.53546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71751"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71751 -1.53546)"^^geo:wktLiteral ;
  geo-pos:lat "48.71751"^^xsd:decimal ;
  geo-pos:long "-1.53546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7789'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_7789'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53546'^^xsd:double;
  dwc:latitude '48.71751'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53546 48.71751, -1.53546 48.71751, -1.53546 48.71751, -1.53546 48.71751, -1.53546 48.71751))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7789'^^xsd:string;
  dwc:observationDate '2007-11-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71785 -1.53546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71785 -1.53546)"^^geo:wktLiteral ;
  geo-pos:lat "48.71785"^^xsd:decimal ;
  geo-pos:long "-1.53546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_948'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53546'^^xsd:double;
  dwc:latitude '48.71785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53546 48.71785, -1.53546 48.71785, -1.53546 48.71785, -1.53546 48.71785, -1.53546 48.71785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_948'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72547 -1.53546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72547 -1.53546)"^^geo:wktLiteral ;
  geo-pos:lat "48.72547"^^xsd:decimal ;
  geo-pos:long "-1.53546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2896'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53546'^^xsd:double;
  dwc:latitude '48.72547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53546 48.72547, -1.53546 48.72547, -1.53546 48.72547, -1.53546 48.72547, -1.53546 48.72547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2896'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67471 -1.53545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67471 -1.53545)"^^geo:wktLiteral ;
  geo-pos:lat "48.67471"^^xsd:decimal ;
  geo-pos:long "-1.53545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2075'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53545'^^xsd:double;
  dwc:latitude '48.67471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53545 48.67471, -1.53545 48.67471, -1.53545 48.67471, -1.53545 48.67471, -1.53545 48.67471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2075'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72136 -1.53544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72136"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72136 -1.53544)"^^geo:wktLiteral ;
  geo-pos:lat "48.72136"^^xsd:decimal ;
  geo-pos:long "-1.53544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7626'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53544'^^xsd:double;
  dwc:latitude '48.72136'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53544 48.72136, -1.53544 48.72136, -1.53544 48.72136, -1.53544 48.72136, -1.53544 48.72136))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7626'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72431 -1.53544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72431 -1.53544)"^^geo:wktLiteral ;
  geo-pos:lat "48.72431"^^xsd:decimal ;
  geo-pos:long "-1.53544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9623'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53544'^^xsd:double;
  dwc:latitude '48.72431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53544 48.72431, -1.53544 48.72431, -1.53544 48.72431, -1.53544 48.72431, -1.53544 48.72431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9623'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68905 -1.53543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68905 -1.53543)"^^geo:wktLiteral ;
  geo-pos:lat "48.68905"^^xsd:decimal ;
  geo-pos:long "-1.53543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8508'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53543'^^xsd:double;
  dwc:latitude '48.68905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53543 48.68905, -1.53543 48.68905, -1.53543 48.68905, -1.53543 48.68905, -1.53543 48.68905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8508'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69514 -1.53542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69514"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69514 -1.53542)"^^geo:wktLiteral ;
  geo-pos:lat "48.69514"^^xsd:decimal ;
  geo-pos:long "-1.53542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10266'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53542'^^xsd:double;
  dwc:latitude '48.69514'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53542 48.69514, -1.53542 48.69514, -1.53542 48.69514, -1.53542 48.69514, -1.53542 48.69514))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10266'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7079 -1.53542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7079 -1.53542)"^^geo:wktLiteral ;
  geo-pos:lat "48.7079"^^xsd:decimal ;
  geo-pos:long "-1.53542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_364'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53542'^^xsd:double;
  dwc:latitude '48.7079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53542 48.7079, -1.53542 48.7079, -1.53542 48.7079, -1.53542 48.7079, -1.53542 48.7079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_364'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_815> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70787 -1.53541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70787 -1.53541)"^^geo:wktLiteral ;
  geo-pos:lat "48.70787"^^xsd:decimal ;
  geo-pos:long "-1.53541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_815'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_815'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53541'^^xsd:double;
  dwc:latitude '48.70787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53541 48.70787, -1.53541 48.70787, -1.53541 48.70787, -1.53541 48.70787, -1.53541 48.70787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_815'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67382 -1.5354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67382"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67382 -1.5354)"^^geo:wktLiteral ;
  geo-pos:lat "48.67382"^^xsd:decimal ;
  geo-pos:long "-1.5354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10607'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5354'^^xsd:double;
  dwc:latitude '48.67382'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5354 48.67382, -1.5354 48.67382, -1.5354 48.67382, -1.5354 48.67382, -1.5354 48.67382))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10607'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69815 -1.53539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69815"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69815 -1.53539)"^^geo:wktLiteral ;
  geo-pos:lat "48.69815"^^xsd:decimal ;
  geo-pos:long "-1.53539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9267'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53539'^^xsd:double;
  dwc:latitude '48.69815'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53539 48.69815, -1.53539 48.69815, -1.53539 48.69815, -1.53539 48.69815, -1.53539 48.69815))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9267'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7193 -1.53538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7193"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7193 -1.53538)"^^geo:wktLiteral ;
  geo-pos:lat "48.7193"^^xsd:decimal ;
  geo-pos:long "-1.53538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2175'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53538'^^xsd:double;
  dwc:latitude '48.7193'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53538 48.7193, -1.53538 48.7193, -1.53538 48.7193, -1.53538 48.7193, -1.53538 48.7193))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2175'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72158 -1.53538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72158 -1.53538)"^^geo:wktLiteral ;
  geo-pos:lat "48.72158"^^xsd:decimal ;
  geo-pos:long "-1.53538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2251'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53538'^^xsd:double;
  dwc:latitude '48.72158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53538 48.72158, -1.53538 48.72158, -1.53538 48.72158, -1.53538 48.72158, -1.53538 48.72158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2251'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72174 -1.53538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72174 -1.53538)"^^geo:wktLiteral ;
  geo-pos:lat "48.72174"^^xsd:decimal ;
  geo-pos:long "-1.53538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_932'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53538'^^xsd:double;
  dwc:latitude '48.72174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53538 48.72174, -1.53538 48.72174, -1.53538 48.72174, -1.53538 48.72174, -1.53538 48.72174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_932'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68809 -1.53536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68809 -1.53536)"^^geo:wktLiteral ;
  geo-pos:lat "48.68809"^^xsd:decimal ;
  geo-pos:long "-1.53536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10115'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53536'^^xsd:double;
  dwc:latitude '48.68809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53536 48.68809, -1.53536 48.68809, -1.53536 48.68809, -1.53536 48.68809, -1.53536 48.68809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10115'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72475 -1.53535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72475 -1.53535)"^^geo:wktLiteral ;
  geo-pos:lat "48.72475"^^xsd:decimal ;
  geo-pos:long "-1.53535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9099'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53535'^^xsd:double;
  dwc:latitude '48.72475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53535 48.72475, -1.53535 48.72475, -1.53535 48.72475, -1.53535 48.72475, -1.53535 48.72475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9099'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72564 -1.53535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72564 -1.53535)"^^geo:wktLiteral ;
  geo-pos:lat "48.72564"^^xsd:decimal ;
  geo-pos:long "-1.53535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9554'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53535'^^xsd:double;
  dwc:latitude '48.72564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53535 48.72564, -1.53535 48.72564, -1.53535 48.72564, -1.53535 48.72564, -1.53535 48.72564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9554'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69676 -1.53534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69676 -1.53534)"^^geo:wktLiteral ;
  geo-pos:lat "48.69676"^^xsd:decimal ;
  geo-pos:long "-1.53534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7259'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53534'^^xsd:double;
  dwc:latitude '48.69676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53534 48.69676, -1.53534 48.69676, -1.53534 48.69676, -1.53534 48.69676, -1.53534 48.69676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7259'^^xsd:string;
  dwc:observationDate '2006-06-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69404 -1.53533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69404 -1.53533)"^^geo:wktLiteral ;
  geo-pos:lat "48.69404"^^xsd:decimal ;
  geo-pos:long "-1.53533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2874'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53533'^^xsd:double;
  dwc:latitude '48.69404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53533 48.69404, -1.53533 48.69404, -1.53533 48.69404, -1.53533 48.69404, -1.53533 48.69404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2874'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69797 -1.53532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69797 -1.53532)"^^geo:wktLiteral ;
  geo-pos:lat "48.69797"^^xsd:decimal ;
  geo-pos:long "-1.53532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3569'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53532'^^xsd:double;
  dwc:latitude '48.69797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53532 48.69797, -1.53532 48.69797, -1.53532 48.69797, -1.53532 48.69797, -1.53532 48.69797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3569'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70768 -1.53531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70768 -1.53531)"^^geo:wktLiteral ;
  geo-pos:lat "48.70768"^^xsd:decimal ;
  geo-pos:long "-1.53531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9228'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53531'^^xsd:double;
  dwc:latitude '48.70768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53531 48.70768, -1.53531 48.70768, -1.53531 48.70768, -1.53531 48.70768, -1.53531 48.70768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9228'^^xsd:string;
  dwc:observationDate '2008-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71374 -1.5353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71374"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71374 -1.5353)"^^geo:wktLiteral ;
  geo-pos:lat "48.71374"^^xsd:decimal ;
  geo-pos:long "-1.5353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_549'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5353'^^xsd:double;
  dwc:latitude '48.71374'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5353 48.71374, -1.5353 48.71374, -1.5353 48.71374, -1.5353 48.71374, -1.5353 48.71374))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_549'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7277 -1.5353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7277 -1.5353)"^^geo:wktLiteral ;
  geo-pos:lat "48.7277"^^xsd:decimal ;
  geo-pos:long "-1.5353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2031'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5353'^^xsd:double;
  dwc:latitude '48.7277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5353 48.7277, -1.5353 48.7277, -1.5353 48.7277, -1.5353 48.7277, -1.5353 48.7277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2031'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71134 -1.53529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71134"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71134 -1.53529)"^^geo:wktLiteral ;
  geo-pos:lat "48.71134"^^xsd:decimal ;
  geo-pos:long "-1.53529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9823'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53529'^^xsd:double;
  dwc:latitude '48.71134'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53529 48.71134, -1.53529 48.71134, -1.53529 48.71134, -1.53529 48.71134, -1.53529 48.71134))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9823'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10786> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67753 -1.53528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67753 -1.53528)"^^geo:wktLiteral ;
  geo-pos:lat "48.67753"^^xsd:decimal ;
  geo-pos:long "-1.53528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10786'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_10786'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53528'^^xsd:double;
  dwc:latitude '48.67753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53528 48.67753, -1.53528 48.67753, -1.53528 48.67753, -1.53528 48.67753, -1.53528 48.67753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10786'^^xsd:string;
  dwc:observationDate '2007-11-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69752 -1.53528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69752 -1.53528)"^^geo:wktLiteral ;
  geo-pos:lat "48.69752"^^xsd:decimal ;
  geo-pos:long "-1.53528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7617'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53528'^^xsd:double;
  dwc:latitude '48.69752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53528 48.69752, -1.53528 48.69752, -1.53528 48.69752, -1.53528 48.69752, -1.53528 48.69752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7617'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70442 -1.53528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70442 -1.53528)"^^geo:wktLiteral ;
  geo-pos:lat "48.70442"^^xsd:decimal ;
  geo-pos:long "-1.53528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3247'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53528'^^xsd:double;
  dwc:latitude '48.70442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53528 48.70442, -1.53528 48.70442, -1.53528 48.70442, -1.53528 48.70442, -1.53528 48.70442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3247'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71428 -1.53528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71428 -1.53528)"^^geo:wktLiteral ;
  geo-pos:lat "48.71428"^^xsd:decimal ;
  geo-pos:long "-1.53528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_929'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53528'^^xsd:double;
  dwc:latitude '48.71428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53528 48.71428, -1.53528 48.71428, -1.53528 48.71428, -1.53528 48.71428, -1.53528 48.71428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_929'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65694 -1.53525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65694 -1.53525)"^^geo:wktLiteral ;
  geo-pos:lat "48.65694"^^xsd:decimal ;
  geo-pos:long "-1.53525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12672'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53525'^^xsd:double;
  dwc:latitude '48.65694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53525 48.65694, -1.53525 48.65694, -1.53525 48.65694, -1.53525 48.65694, -1.53525 48.65694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12672'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68351 -1.53525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68351 -1.53525)"^^geo:wktLiteral ;
  geo-pos:lat "48.68351"^^xsd:decimal ;
  geo-pos:long "-1.53525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5079'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53525'^^xsd:double;
  dwc:latitude '48.68351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53525 48.68351, -1.53525 48.68351, -1.53525 48.68351, -1.53525 48.68351, -1.53525 48.68351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5079'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69521 -1.53525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69521 -1.53525)"^^geo:wktLiteral ;
  geo-pos:lat "48.69521"^^xsd:decimal ;
  geo-pos:long "-1.53525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8044'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53525'^^xsd:double;
  dwc:latitude '48.69521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53525 48.69521, -1.53525 48.69521, -1.53525 48.69521, -1.53525 48.69521, -1.53525 48.69521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8044'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67097 -1.53524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67097 -1.53524)"^^geo:wktLiteral ;
  geo-pos:lat "48.67097"^^xsd:decimal ;
  geo-pos:long "-1.53524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1375'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53524'^^xsd:double;
  dwc:latitude '48.67097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53524 48.67097, -1.53524 48.67097, -1.53524 48.67097, -1.53524 48.67097, -1.53524 48.67097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1375'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69522 -1.53524)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53524"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69522 -1.53524)"^^geo:wktLiteral ;
  geo-pos:lat "48.69522"^^xsd:decimal ;
  geo-pos:long "-1.53524"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8019'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53524'^^xsd:double;
  dwc:latitude '48.69522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53524 48.69522, -1.53524 48.69522, -1.53524 48.69522, -1.53524 48.69522, -1.53524 48.69522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8019'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6918 -1.53523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6918 -1.53523)"^^geo:wktLiteral ;
  geo-pos:lat "48.6918"^^xsd:decimal ;
  geo-pos:long "-1.53523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9248'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53523'^^xsd:double;
  dwc:latitude '48.6918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53523 48.6918, -1.53523 48.6918, -1.53523 48.6918, -1.53523 48.6918, -1.53523 48.6918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9248'^^xsd:string;
  dwc:observationDate '2008-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70813 -1.53523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70813 -1.53523)"^^geo:wktLiteral ;
  geo-pos:lat "48.70813"^^xsd:decimal ;
  geo-pos:long "-1.53523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6586'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53523'^^xsd:double;
  dwc:latitude '48.70813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53523 48.70813, -1.53523 48.70813, -1.53523 48.70813, -1.53523 48.70813, -1.53523 48.70813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6586'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71254 -1.53522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71254"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71254 -1.53522)"^^geo:wktLiteral ;
  geo-pos:lat "48.71254"^^xsd:decimal ;
  geo-pos:long "-1.53522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4853'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53522'^^xsd:double;
  dwc:latitude '48.71254'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53522 48.71254, -1.53522 48.71254, -1.53522 48.71254, -1.53522 48.71254, -1.53522 48.71254))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4853'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71357 -1.53522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71357"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71357 -1.53522)"^^geo:wktLiteral ;
  geo-pos:lat "48.71357"^^xsd:decimal ;
  geo-pos:long "-1.53522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6013'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53522'^^xsd:double;
  dwc:latitude '48.71357'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53522 48.71357, -1.53522 48.71357, -1.53522 48.71357, -1.53522 48.71357, -1.53522 48.71357))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6013'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71645 -1.53522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71645 -1.53522)"^^geo:wktLiteral ;
  geo-pos:lat "48.71645"^^xsd:decimal ;
  geo-pos:long "-1.53522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_963'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53522'^^xsd:double;
  dwc:latitude '48.71645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53522 48.71645, -1.53522 48.71645, -1.53522 48.71645, -1.53522 48.71645, -1.53522 48.71645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_963'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70189 -1.53521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70189 -1.53521)"^^geo:wktLiteral ;
  geo-pos:lat "48.70189"^^xsd:decimal ;
  geo-pos:long "-1.53521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2848'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53521'^^xsd:double;
  dwc:latitude '48.70189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53521 48.70189, -1.53521 48.70189, -1.53521 48.70189, -1.53521 48.70189, -1.53521 48.70189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2848'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7028 -1.53521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7028 -1.53521)"^^geo:wktLiteral ;
  geo-pos:lat "48.7028"^^xsd:decimal ;
  geo-pos:long "-1.53521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5007'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53521'^^xsd:double;
  dwc:latitude '48.7028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53521 48.7028, -1.53521 48.7028, -1.53521 48.7028, -1.53521 48.7028, -1.53521 48.7028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5007'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70377 -1.53521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70377 -1.53521)"^^geo:wktLiteral ;
  geo-pos:lat "48.70377"^^xsd:decimal ;
  geo-pos:long "-1.53521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3246'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53521'^^xsd:double;
  dwc:latitude '48.70377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53521 48.70377, -1.53521 48.70377, -1.53521 48.70377, -1.53521 48.70377, -1.53521 48.70377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3246'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65044 -1.5352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65044 -1.5352)"^^geo:wktLiteral ;
  geo-pos:lat "48.65044"^^xsd:decimal ;
  geo-pos:long "-1.5352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_18'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_18'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5352'^^xsd:double;
  dwc:latitude '48.65044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5352 48.65044, -1.5352 48.65044, -1.5352 48.65044, -1.5352 48.65044, -1.5352 48.65044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_18'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70903 -1.5352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70903 -1.5352)"^^geo:wktLiteral ;
  geo-pos:lat "48.70903"^^xsd:decimal ;
  geo-pos:long "-1.5352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5348'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5352'^^xsd:double;
  dwc:latitude '48.70903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5352 48.70903, -1.5352 48.70903, -1.5352 48.70903, -1.5352 48.70903, -1.5352 48.70903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5348'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70114 -1.53519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70114 -1.53519)"^^geo:wktLiteral ;
  geo-pos:lat "48.70114"^^xsd:decimal ;
  geo-pos:long "-1.53519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5438'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53519'^^xsd:double;
  dwc:latitude '48.70114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53519 48.70114, -1.53519 48.70114, -1.53519 48.70114, -1.53519 48.70114, -1.53519 48.70114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5438'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69743 -1.53517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69743 -1.53517)"^^geo:wktLiteral ;
  geo-pos:lat "48.69743"^^xsd:decimal ;
  geo-pos:long "-1.53517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4408'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '23.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53517'^^xsd:double;
  dwc:latitude '48.69743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53517 48.69743, -1.53517 48.69743, -1.53517 48.69743, -1.53517 48.69743, -1.53517 48.69743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4408'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72023 -1.53516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72023"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72023 -1.53516)"^^geo:wktLiteral ;
  geo-pos:lat "48.72023"^^xsd:decimal ;
  geo-pos:long "-1.53516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_947'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53516'^^xsd:double;
  dwc:latitude '48.72023'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53516 48.72023, -1.53516 48.72023, -1.53516 48.72023, -1.53516 48.72023, -1.53516 48.72023))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_947'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65351 -1.53515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65351"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65351 -1.53515)"^^geo:wktLiteral ;
  geo-pos:lat "48.65351"^^xsd:decimal ;
  geo-pos:long "-1.53515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2670'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53515'^^xsd:double;
  dwc:latitude '48.65351'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53515 48.65351, -1.53515 48.65351, -1.53515 48.65351, -1.53515 48.65351, -1.53515 48.65351))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2670'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65643 -1.53515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65643 -1.53515)"^^geo:wktLiteral ;
  geo-pos:lat "48.65643"^^xsd:decimal ;
  geo-pos:long "-1.53515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7368'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53515'^^xsd:double;
  dwc:latitude '48.65643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53515 48.65643, -1.53515 48.65643, -1.53515 48.65643, -1.53515 48.65643, -1.53515 48.65643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7368'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71839 -1.53514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71839 -1.53514)"^^geo:wktLiteral ;
  geo-pos:lat "48.71839"^^xsd:decimal ;
  geo-pos:long "-1.53514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_347'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53514'^^xsd:double;
  dwc:latitude '48.71839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53514 48.71839, -1.53514 48.71839, -1.53514 48.71839, -1.53514 48.71839, -1.53514 48.71839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_347'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65683 -1.53513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65683 -1.53513)"^^geo:wktLiteral ;
  geo-pos:lat "48.65683"^^xsd:decimal ;
  geo-pos:long "-1.53513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_12673'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53513'^^xsd:double;
  dwc:latitude '48.65683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53513 48.65683, -1.53513 48.65683, -1.53513 48.65683, -1.53513 48.65683, -1.53513 48.65683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12673'^^xsd:string;
  dwc:observationDate '2008-01-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70107 -1.53513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70107 -1.53513)"^^geo:wktLiteral ;
  geo-pos:lat "48.70107"^^xsd:decimal ;
  geo-pos:long "-1.53513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_333'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53513'^^xsd:double;
  dwc:latitude '48.70107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53513 48.70107, -1.53513 48.70107, -1.53513 48.70107, -1.53513 48.70107, -1.53513 48.70107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_333'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69616 -1.53512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69616 -1.53512)"^^geo:wktLiteral ;
  geo-pos:lat "48.69616"^^xsd:decimal ;
  geo-pos:long "-1.53512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2224'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53512'^^xsd:double;
  dwc:latitude '48.69616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53512 48.69616, -1.53512 48.69616, -1.53512 48.69616, -1.53512 48.69616, -1.53512 48.69616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2224'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69556 -1.53511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69556 -1.53511)"^^geo:wktLiteral ;
  geo-pos:lat "48.69556"^^xsd:decimal ;
  geo-pos:long "-1.53511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2286'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53511'^^xsd:double;
  dwc:latitude '48.69556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53511 48.69556, -1.53511 48.69556, -1.53511 48.69556, -1.53511 48.69556, -1.53511 48.69556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2286'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7890> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71399 -1.53511)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53511"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71399 -1.53511)"^^geo:wktLiteral ;
  geo-pos:lat "48.71399"^^xsd:decimal ;
  geo-pos:long "-1.53511"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7890'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_7890'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53511'^^xsd:double;
  dwc:latitude '48.71399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53511 48.71399, -1.53511 48.71399, -1.53511 48.71399, -1.53511 48.71399, -1.53511 48.71399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7890'^^xsd:string;
  dwc:observationDate '2007-11-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.5351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66806"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66806 -1.5351)"^^geo:wktLiteral ;
  geo-pos:lat "48.66806"^^xsd:decimal ;
  geo-pos:long "-1.5351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1091'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5351'^^xsd:double;
  dwc:latitude '48.66806'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5351 48.66806, -1.5351 48.66806, -1.5351 48.66806, -1.5351 48.66806, -1.5351 48.66806))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1091'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71443 -1.53509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71443 -1.53509)"^^geo:wktLiteral ;
  geo-pos:lat "48.71443"^^xsd:decimal ;
  geo-pos:long "-1.53509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2972'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53509'^^xsd:double;
  dwc:latitude '48.71443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53509 48.71443, -1.53509 48.71443, -1.53509 48.71443, -1.53509 48.71443, -1.53509 48.71443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2972'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69549 -1.53508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69549 -1.53508)"^^geo:wktLiteral ;
  geo-pos:lat "48.69549"^^xsd:decimal ;
  geo-pos:long "-1.53508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10014'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53508'^^xsd:double;
  dwc:latitude '48.69549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53508 48.69549, -1.53508 48.69549, -1.53508 48.69549, -1.53508 48.69549, -1.53508 48.69549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10014'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_706> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71319 -1.53508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71319 -1.53508)"^^geo:wktLiteral ;
  geo-pos:lat "48.71319"^^xsd:decimal ;
  geo-pos:long "-1.53508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_706'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_706'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53508'^^xsd:double;
  dwc:latitude '48.71319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53508 48.71319, -1.53508 48.71319, -1.53508 48.71319, -1.53508 48.71319, -1.53508 48.71319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_706'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.702 -1.53507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.702 -1.53507)"^^geo:wktLiteral ;
  geo-pos:lat "48.702"^^xsd:decimal ;
  geo-pos:long "-1.53507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4249'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53507'^^xsd:double;
  dwc:latitude '48.702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53507 48.702, -1.53507 48.702, -1.53507 48.702, -1.53507 48.702, -1.53507 48.702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4249'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1426> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69128 -1.53506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69128 -1.53506)"^^geo:wktLiteral ;
  geo-pos:lat "48.69128"^^xsd:decimal ;
  geo-pos:long "-1.53506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1426'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1426'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53506'^^xsd:double;
  dwc:latitude '48.69128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53506 48.69128, -1.53506 48.69128, -1.53506 48.69128, -1.53506 48.69128, -1.53506 48.69128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1426'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69724 -1.53506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69724 -1.53506)"^^geo:wktLiteral ;
  geo-pos:lat "48.69724"^^xsd:decimal ;
  geo-pos:long "-1.53506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8017'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53506'^^xsd:double;
  dwc:latitude '48.69724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53506 48.69724, -1.53506 48.69724, -1.53506 48.69724, -1.53506 48.69724, -1.53506 48.69724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8017'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72084 -1.53506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72084 -1.53506)"^^geo:wktLiteral ;
  geo-pos:lat "48.72084"^^xsd:decimal ;
  geo-pos:long "-1.53506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9067'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53506'^^xsd:double;
  dwc:latitude '48.72084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53506 48.72084, -1.53506 48.72084, -1.53506 48.72084, -1.53506 48.72084, -1.53506 48.72084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9067'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67432 -1.53505)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53505"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67432 -1.53505)"^^geo:wktLiteral ;
  geo-pos:lat "48.67432"^^xsd:decimal ;
  geo-pos:long "-1.53505"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1450'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53505'^^xsd:double;
  dwc:latitude '48.67432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53505 48.67432, -1.53505 48.67432, -1.53505 48.67432, -1.53505 48.67432, -1.53505 48.67432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1450'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72317 -1.53504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72317 -1.53504)"^^geo:wktLiteral ;
  geo-pos:lat "48.72317"^^xsd:decimal ;
  geo-pos:long "-1.53504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3483'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53504'^^xsd:double;
  dwc:latitude '48.72317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53504 48.72317, -1.53504 48.72317, -1.53504 48.72317, -1.53504 48.72317, -1.53504 48.72317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3483'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69198 -1.53503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69198 -1.53503)"^^geo:wktLiteral ;
  geo-pos:lat "48.69198"^^xsd:decimal ;
  geo-pos:long "-1.53503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1394'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53503'^^xsd:double;
  dwc:latitude '48.69198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53503 48.69198, -1.53503 48.69198, -1.53503 48.69198, -1.53503 48.69198, -1.53503 48.69198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1394'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69559 -1.53503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69559"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69559 -1.53503)"^^geo:wktLiteral ;
  geo-pos:lat "48.69559"^^xsd:decimal ;
  geo-pos:long "-1.53503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9036'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53503'^^xsd:double;
  dwc:latitude '48.69559'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53503 48.69559, -1.53503 48.69559, -1.53503 48.69559, -1.53503 48.69559, -1.53503 48.69559))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9036'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70104 -1.53503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70104 -1.53503)"^^geo:wktLiteral ;
  geo-pos:lat "48.70104"^^xsd:decimal ;
  geo-pos:long "-1.53503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2759'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53503'^^xsd:double;
  dwc:latitude '48.70104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53503 48.70104, -1.53503 48.70104, -1.53503 48.70104, -1.53503 48.70104, -1.53503 48.70104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2759'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72563 -1.53503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72563 -1.53503)"^^geo:wktLiteral ;
  geo-pos:lat "48.72563"^^xsd:decimal ;
  geo-pos:long "-1.53503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7836'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53503'^^xsd:double;
  dwc:latitude '48.72563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53503 48.72563, -1.53503 48.72563, -1.53503 48.72563, -1.53503 48.72563, -1.53503 48.72563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7836'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69289 -1.53502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69289 -1.53502)"^^geo:wktLiteral ;
  geo-pos:lat "48.69289"^^xsd:decimal ;
  geo-pos:long "-1.53502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6194'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53502'^^xsd:double;
  dwc:latitude '48.69289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53502 48.69289, -1.53502 48.69289, -1.53502 48.69289, -1.53502 48.69289, -1.53502 48.69289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6194'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69912 -1.53502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69912 -1.53502)"^^geo:wktLiteral ;
  geo-pos:lat "48.69912"^^xsd:decimal ;
  geo-pos:long "-1.53502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4367'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53502'^^xsd:double;
  dwc:latitude '48.69912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53502 48.69912, -1.53502 48.69912, -1.53502 48.69912, -1.53502 48.69912, -1.53502 48.69912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4367'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.675 -1.535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.675 -1.535)"^^geo:wktLiteral ;
  geo-pos:lat "48.675"^^xsd:decimal ;
  geo-pos:long "-1.535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5515'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.535'^^xsd:double;
  dwc:latitude '48.675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.535 48.675, -1.535 48.675, -1.535 48.675, -1.535 48.675, -1.535 48.675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5515'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69993 -1.535)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69993"^^xsd:decimal ;
  dwc:decimalLongitude "-1.535"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69993 -1.535)"^^geo:wktLiteral ;
  geo-pos:lat "48.69993"^^xsd:decimal ;
  geo-pos:long "-1.535"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_322'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.535'^^xsd:double;
  dwc:latitude '48.69993'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.535 48.69993, -1.535 48.69993, -1.535 48.69993, -1.535 48.69993, -1.535 48.69993))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_322'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69217 -1.53499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69217 -1.53499)"^^geo:wktLiteral ;
  geo-pos:lat "48.69217"^^xsd:decimal ;
  geo-pos:long "-1.53499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3152'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53499'^^xsd:double;
  dwc:latitude '48.69217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53499 48.69217, -1.53499 48.69217, -1.53499 48.69217, -1.53499 48.69217, -1.53499 48.69217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3152'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69449 -1.53499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69449 -1.53499)"^^geo:wktLiteral ;
  geo-pos:lat "48.69449"^^xsd:decimal ;
  geo-pos:long "-1.53499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2683'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53499'^^xsd:double;
  dwc:latitude '48.69449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53499 48.69449, -1.53499 48.69449, -1.53499 48.69449, -1.53499 48.69449, -1.53499 48.69449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2683'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72472 -1.53499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72472 -1.53499)"^^geo:wktLiteral ;
  geo-pos:lat "48.72472"^^xsd:decimal ;
  geo-pos:long "-1.53499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5998'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53499'^^xsd:double;
  dwc:latitude '48.72472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53499 48.72472, -1.53499 48.72472, -1.53499 48.72472, -1.53499 48.72472, -1.53499 48.72472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5998'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69783 -1.53498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69783 -1.53498)"^^geo:wktLiteral ;
  geo-pos:lat "48.69783"^^xsd:decimal ;
  geo-pos:long "-1.53498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6724'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53498'^^xsd:double;
  dwc:latitude '48.69783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53498 48.69783, -1.53498 48.69783, -1.53498 48.69783, -1.53498 48.69783, -1.53498 48.69783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6724'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_930> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71281 -1.53498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71281 -1.53498)"^^geo:wktLiteral ;
  geo-pos:lat "48.71281"^^xsd:decimal ;
  geo-pos:long "-1.53498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_930'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_930'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53498'^^xsd:double;
  dwc:latitude '48.71281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53498 48.71281, -1.53498 48.71281, -1.53498 48.71281, -1.53498 48.71281, -1.53498 48.71281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_930'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69315 -1.53497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69315"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69315 -1.53497)"^^geo:wktLiteral ;
  geo-pos:lat "48.69315"^^xsd:decimal ;
  geo-pos:long "-1.53497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9535'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53497'^^xsd:double;
  dwc:latitude '48.69315'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53497 48.69315, -1.53497 48.69315, -1.53497 48.69315, -1.53497 48.69315, -1.53497 48.69315))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9535'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72395 -1.53497)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72395"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53497"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72395 -1.53497)"^^geo:wktLiteral ;
  geo-pos:lat "48.72395"^^xsd:decimal ;
  geo-pos:long "-1.53497"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9139'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53497'^^xsd:double;
  dwc:latitude '48.72395'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53497 48.72395, -1.53497 48.72395, -1.53497 48.72395, -1.53497 48.72395, -1.53497 48.72395))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9139'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70966 -1.53496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70966 -1.53496)"^^geo:wktLiteral ;
  geo-pos:lat "48.70966"^^xsd:decimal ;
  geo-pos:long "-1.53496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_668'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53496'^^xsd:double;
  dwc:latitude '48.70966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53496 48.70966, -1.53496 48.70966, -1.53496 48.70966, -1.53496 48.70966, -1.53496 48.70966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_668'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71201 -1.53496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71201 -1.53496)"^^geo:wktLiteral ;
  geo-pos:lat "48.71201"^^xsd:decimal ;
  geo-pos:long "-1.53496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_276'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53496'^^xsd:double;
  dwc:latitude '48.71201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53496 48.71201, -1.53496 48.71201, -1.53496 48.71201, -1.53496 48.71201, -1.53496 48.71201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_276'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71526 -1.53496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71526 -1.53496)"^^geo:wktLiteral ;
  geo-pos:lat "48.71526"^^xsd:decimal ;
  geo-pos:long "-1.53496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_830'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53496'^^xsd:double;
  dwc:latitude '48.71526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53496 48.71526, -1.53496 48.71526, -1.53496 48.71526, -1.53496 48.71526, -1.53496 48.71526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_830'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2188> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68701 -1.53494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68701"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68701 -1.53494)"^^geo:wktLiteral ;
  geo-pos:lat "48.68701"^^xsd:decimal ;
  geo-pos:long "-1.53494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2188'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2188'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.86666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53494'^^xsd:double;
  dwc:latitude '48.68701'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53494 48.68701, -1.53494 48.68701, -1.53494 48.68701, -1.53494 48.68701, -1.53494 48.68701))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2188'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70802 -1.53494)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53494"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70802 -1.53494)"^^geo:wktLiteral ;
  geo-pos:lat "48.70802"^^xsd:decimal ;
  geo-pos:long "-1.53494"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9418'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53494'^^xsd:double;
  dwc:latitude '48.70802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53494 48.70802, -1.53494 48.70802, -1.53494 48.70802, -1.53494 48.70802, -1.53494 48.70802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9418'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1295> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71457 -1.53493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71457"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71457 -1.53493)"^^geo:wktLiteral ;
  geo-pos:lat "48.71457"^^xsd:decimal ;
  geo-pos:long "-1.53493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1295'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1295'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53493'^^xsd:double;
  dwc:latitude '48.71457'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53493 48.71457, -1.53493 48.71457, -1.53493 48.71457, -1.53493 48.71457, -1.53493 48.71457))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1295'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_795> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68915 -1.53492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68915 -1.53492)"^^geo:wktLiteral ;
  geo-pos:lat "48.68915"^^xsd:decimal ;
  geo-pos:long "-1.53492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_795'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_795'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53492'^^xsd:double;
  dwc:latitude '48.68915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53492 48.68915, -1.53492 48.68915, -1.53492 48.68915, -1.53492 48.68915, -1.53492 48.68915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_795'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70288 -1.53491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70288 -1.53491)"^^geo:wktLiteral ;
  geo-pos:lat "48.70288"^^xsd:decimal ;
  geo-pos:long "-1.53491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2849'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53491'^^xsd:double;
  dwc:latitude '48.70288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53491 48.70288, -1.53491 48.70288, -1.53491 48.70288, -1.53491 48.70288, -1.53491 48.70288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2849'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71265 -1.53491)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71265"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53491"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71265 -1.53491)"^^geo:wktLiteral ;
  geo-pos:lat "48.71265"^^xsd:decimal ;
  geo-pos:long "-1.53491"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8900'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53491'^^xsd:double;
  dwc:latitude '48.71265'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53491 48.71265, -1.53491 48.71265, -1.53491 48.71265, -1.53491 48.71265, -1.53491 48.71265))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8900'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.5349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69963"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69963 -1.5349)"^^geo:wktLiteral ;
  geo-pos:lat "48.69963"^^xsd:decimal ;
  geo-pos:long "-1.5349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6692'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5349'^^xsd:double;
  dwc:latitude '48.69963'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5349 48.69963, -1.5349 48.69963, -1.5349 48.69963, -1.5349 48.69963, -1.5349 48.69963))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6692'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7067 -1.5349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7067"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7067 -1.5349)"^^geo:wktLiteral ;
  geo-pos:lat "48.7067"^^xsd:decimal ;
  geo-pos:long "-1.5349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4994'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5349'^^xsd:double;
  dwc:latitude '48.7067'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5349 48.7067, -1.5349 48.7067, -1.5349 48.7067, -1.5349 48.7067, -1.5349 48.7067))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4994'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68557 -1.53489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68557 -1.53489)"^^geo:wktLiteral ;
  geo-pos:lat "48.68557"^^xsd:decimal ;
  geo-pos:long "-1.53489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2183'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53489'^^xsd:double;
  dwc:latitude '48.68557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53489 48.68557, -1.53489 48.68557, -1.53489 48.68557, -1.53489 48.68557, -1.53489 48.68557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2183'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69328 -1.53488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69328 -1.53488)"^^geo:wktLiteral ;
  geo-pos:lat "48.69328"^^xsd:decimal ;
  geo-pos:long "-1.53488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2684'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53488'^^xsd:double;
  dwc:latitude '48.69328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53488 48.69328, -1.53488 48.69328, -1.53488 48.69328, -1.53488 48.69328, -1.53488 48.69328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2684'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70586 -1.53488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70586 -1.53488)"^^geo:wktLiteral ;
  geo-pos:lat "48.70586"^^xsd:decimal ;
  geo-pos:long "-1.53488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4110'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53488'^^xsd:double;
  dwc:latitude '48.70586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53488 48.70586, -1.53488 48.70586, -1.53488 48.70586, -1.53488 48.70586, -1.53488 48.70586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4110'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69297 -1.53487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69297 -1.53487)"^^geo:wktLiteral ;
  geo-pos:lat "48.69297"^^xsd:decimal ;
  geo-pos:long "-1.53487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2685'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53487'^^xsd:double;
  dwc:latitude '48.69297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53487 48.69297, -1.53487 48.69297, -1.53487 48.69297, -1.53487 48.69297, -1.53487 48.69297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2685'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71036 -1.53487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71036 -1.53487)"^^geo:wktLiteral ;
  geo-pos:lat "48.71036"^^xsd:decimal ;
  geo-pos:long "-1.53487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4030'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53487'^^xsd:double;
  dwc:latitude '48.71036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53487 48.71036, -1.53487 48.71036, -1.53487 48.71036, -1.53487 48.71036, -1.53487 48.71036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4030'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72313 -1.53487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72313 -1.53487)"^^geo:wktLiteral ;
  geo-pos:lat "48.72313"^^xsd:decimal ;
  geo-pos:long "-1.53487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5917'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53487'^^xsd:double;
  dwc:latitude '48.72313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53487 48.72313, -1.53487 48.72313, -1.53487 48.72313, -1.53487 48.72313, -1.53487 48.72313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5917'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4546> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68766 -1.53486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68766 -1.53486)"^^geo:wktLiteral ;
  geo-pos:lat "48.68766"^^xsd:decimal ;
  geo-pos:long "-1.53486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4546'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4546'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53486'^^xsd:double;
  dwc:latitude '48.68766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53486 48.68766, -1.53486 48.68766, -1.53486 48.68766, -1.53486 48.68766, -1.53486 48.68766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4546'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69389 -1.53486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69389 -1.53486)"^^geo:wktLiteral ;
  geo-pos:lat "48.69389"^^xsd:decimal ;
  geo-pos:long "-1.53486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3021'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53486'^^xsd:double;
  dwc:latitude '48.69389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53486 48.69389, -1.53486 48.69389, -1.53486 48.69389, -1.53486 48.69389, -1.53486 48.69389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3021'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72367 -1.53486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72367 -1.53486)"^^geo:wktLiteral ;
  geo-pos:lat "48.72367"^^xsd:decimal ;
  geo-pos:long "-1.53486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_945'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53486'^^xsd:double;
  dwc:latitude '48.72367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53486 48.72367, -1.53486 48.72367, -1.53486 48.72367, -1.53486 48.72367, -1.53486 48.72367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_945'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6854 -1.53485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6854 -1.53485)"^^geo:wktLiteral ;
  geo-pos:lat "48.6854"^^xsd:decimal ;
  geo-pos:long "-1.53485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2187'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53485'^^xsd:double;
  dwc:latitude '48.6854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53485 48.6854, -1.53485 48.6854, -1.53485 48.6854, -1.53485 48.6854, -1.53485 48.6854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2187'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69905 -1.53485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69905 -1.53485)"^^geo:wktLiteral ;
  geo-pos:lat "48.69905"^^xsd:decimal ;
  geo-pos:long "-1.53485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10389'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53485'^^xsd:double;
  dwc:latitude '48.69905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53485 48.69905, -1.53485 48.69905, -1.53485 48.69905, -1.53485 48.69905, -1.53485 48.69905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10389'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70313 -1.53485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70313 -1.53485)"^^geo:wktLiteral ;
  geo-pos:lat "48.70313"^^xsd:decimal ;
  geo-pos:long "-1.53485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3259'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53485'^^xsd:double;
  dwc:latitude '48.70313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53485 48.70313, -1.53485 48.70313, -1.53485 48.70313, -1.53485 48.70313, -1.53485 48.70313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3259'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70945 -1.53485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70945 -1.53485)"^^geo:wktLiteral ;
  geo-pos:lat "48.70945"^^xsd:decimal ;
  geo-pos:long "-1.53485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_1146'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53485'^^xsd:double;
  dwc:latitude '48.70945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53485 48.70945, -1.53485 48.70945, -1.53485 48.70945, -1.53485 48.70945, -1.53485 48.70945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1146'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69144 -1.53484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69144 -1.53484)"^^geo:wktLiteral ;
  geo-pos:lat "48.69144"^^xsd:decimal ;
  geo-pos:long "-1.53484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2180'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53484'^^xsd:double;
  dwc:latitude '48.69144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53484 48.69144, -1.53484 48.69144, -1.53484 48.69144, -1.53484 48.69144, -1.53484 48.69144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2180'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69146 -1.53483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69146 -1.53483)"^^geo:wktLiteral ;
  geo-pos:lat "48.69146"^^xsd:decimal ;
  geo-pos:long "-1.53483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6139'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53483'^^xsd:double;
  dwc:latitude '48.69146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53483 48.69146, -1.53483 48.69146, -1.53483 48.69146, -1.53483 48.69146, -1.53483 48.69146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6139'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68998 -1.53481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68998"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68998 -1.53481)"^^geo:wktLiteral ;
  geo-pos:lat "48.68998"^^xsd:decimal ;
  geo-pos:long "-1.53481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8038'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53481'^^xsd:double;
  dwc:latitude '48.68998'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53481 48.68998, -1.53481 48.68998, -1.53481 48.68998, -1.53481 48.68998, -1.53481 48.68998))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8038'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70486 -1.53481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70486"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70486 -1.53481)"^^geo:wktLiteral ;
  geo-pos:lat "48.70486"^^xsd:decimal ;
  geo-pos:long "-1.53481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4800'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53481'^^xsd:double;
  dwc:latitude '48.70486'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53481 48.70486, -1.53481 48.70486, -1.53481 48.70486, -1.53481 48.70486, -1.53481 48.70486))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4800'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70419 -1.5348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70419 -1.5348)"^^geo:wktLiteral ;
  geo-pos:lat "48.70419"^^xsd:decimal ;
  geo-pos:long "-1.5348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2660'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5348'^^xsd:double;
  dwc:latitude '48.70419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5348 48.70419, -1.5348 48.70419, -1.5348 48.70419, -1.5348 48.70419, -1.5348 48.70419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2660'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2128> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68782 -1.53478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68782 -1.53478)"^^geo:wktLiteral ;
  geo-pos:lat "48.68782"^^xsd:decimal ;
  geo-pos:long "-1.53478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2128'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2128'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53478'^^xsd:double;
  dwc:latitude '48.68782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53478 48.68782, -1.53478 48.68782, -1.53478 48.68782, -1.53478 48.68782, -1.53478 48.68782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2128'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69838 -1.53478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69838"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69838 -1.53478)"^^geo:wktLiteral ;
  geo-pos:lat "48.69838"^^xsd:decimal ;
  geo-pos:long "-1.53478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3199'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53478'^^xsd:double;
  dwc:latitude '48.69838'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53478 48.69838, -1.53478 48.69838, -1.53478 48.69838, -1.53478 48.69838, -1.53478 48.69838))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3199'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68714 -1.53477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68714"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68714 -1.53477)"^^geo:wktLiteral ;
  geo-pos:lat "48.68714"^^xsd:decimal ;
  geo-pos:long "-1.53477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2189'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53477'^^xsd:double;
  dwc:latitude '48.68714'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53477 48.68714, -1.53477 48.68714, -1.53477 48.68714, -1.53477 48.68714, -1.53477 48.68714))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2189'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69384 -1.53476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69384"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69384 -1.53476)"^^geo:wktLiteral ;
  geo-pos:lat "48.69384"^^xsd:decimal ;
  geo-pos:long "-1.53476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1433'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53476'^^xsd:double;
  dwc:latitude '48.69384'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53476 48.69384, -1.53476 48.69384, -1.53476 48.69384, -1.53476 48.69384, -1.53476 48.69384))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1433'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71487 -1.53476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71487 -1.53476)"^^geo:wktLiteral ;
  geo-pos:lat "48.71487"^^xsd:decimal ;
  geo-pos:long "-1.53476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_497'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53476'^^xsd:double;
  dwc:latitude '48.71487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53476 48.71487, -1.53476 48.71487, -1.53476 48.71487, -1.53476 48.71487, -1.53476 48.71487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_497'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68913 -1.53475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68913 -1.53475)"^^geo:wktLiteral ;
  geo-pos:lat "48.68913"^^xsd:decimal ;
  geo-pos:long "-1.53475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4504'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53475'^^xsd:double;
  dwc:latitude '48.68913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53475 48.68913, -1.53475 48.68913, -1.53475 48.68913, -1.53475 48.68913, -1.53475 48.68913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4504'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69431 -1.53475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69431 -1.53475)"^^geo:wktLiteral ;
  geo-pos:lat "48.69431"^^xsd:decimal ;
  geo-pos:long "-1.53475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2281'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53475'^^xsd:double;
  dwc:latitude '48.69431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53475 48.69431, -1.53475 48.69431, -1.53475 48.69431, -1.53475 48.69431, -1.53475 48.69431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2281'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2127> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68685 -1.53474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68685 -1.53474)"^^geo:wktLiteral ;
  geo-pos:lat "48.68685"^^xsd:decimal ;
  geo-pos:long "-1.53474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2127'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2127'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53474'^^xsd:double;
  dwc:latitude '48.68685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53474 48.68685, -1.53474 48.68685, -1.53474 48.68685, -1.53474 48.68685, -1.53474 48.68685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2127'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68923 -1.53474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68923 -1.53474)"^^geo:wktLiteral ;
  geo-pos:lat "48.68923"^^xsd:decimal ;
  geo-pos:long "-1.53474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7735'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53474'^^xsd:double;
  dwc:latitude '48.68923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53474 48.68923, -1.53474 48.68923, -1.53474 48.68923, -1.53474 48.68923, -1.53474 48.68923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7735'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69188 -1.53474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69188 -1.53474)"^^geo:wktLiteral ;
  geo-pos:lat "48.69188"^^xsd:decimal ;
  geo-pos:long "-1.53474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2130'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53474'^^xsd:double;
  dwc:latitude '48.69188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53474 48.69188, -1.53474 48.69188, -1.53474 48.69188, -1.53474 48.69188, -1.53474 48.69188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2130'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7117 -1.53474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7117 -1.53474)"^^geo:wktLiteral ;
  geo-pos:lat "48.7117"^^xsd:decimal ;
  geo-pos:long "-1.53474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2739'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53474'^^xsd:double;
  dwc:latitude '48.7117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53474 48.7117, -1.53474 48.7117, -1.53474 48.7117, -1.53474 48.7117, -1.53474 48.7117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2739'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71201 -1.53474)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53474"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71201 -1.53474)"^^geo:wktLiteral ;
  geo-pos:lat "48.71201"^^xsd:decimal ;
  geo-pos:long "-1.53474"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_3909'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53474'^^xsd:double;
  dwc:latitude '48.71201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53474 48.71201, -1.53474 48.71201, -1.53474 48.71201, -1.53474 48.71201, -1.53474 48.71201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3909'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72292 -1.53473)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53473"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72292 -1.53473)"^^geo:wktLiteral ;
  geo-pos:lat "48.72292"^^xsd:decimal ;
  geo-pos:long "-1.53473"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_471'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53473'^^xsd:double;
  dwc:latitude '48.72292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53473 48.72292, -1.53473 48.72292, -1.53473 48.72292, -1.53473 48.72292, -1.53473 48.72292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_471'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71996 -1.53472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71996"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71996 -1.53472)"^^geo:wktLiteral ;
  geo-pos:lat "48.71996"^^xsd:decimal ;
  geo-pos:long "-1.53472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2407'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53472'^^xsd:double;
  dwc:latitude '48.71996'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53472 48.71996, -1.53472 48.71996, -1.53472 48.71996, -1.53472 48.71996, -1.53472 48.71996))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2407'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68671 -1.53471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68671 -1.53471)"^^geo:wktLiteral ;
  geo-pos:lat "48.68671"^^xsd:decimal ;
  geo-pos:long "-1.53471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2515'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53471'^^xsd:double;
  dwc:latitude '48.68671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53471 48.68671, -1.53471 48.68671, -1.53471 48.68671, -1.53471 48.68671, -1.53471 48.68671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2515'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.53471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.53471)"^^geo:wktLiteral ;
  geo-pos:lat "48.68818"^^xsd:decimal ;
  geo-pos:long "-1.53471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5461'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53471'^^xsd:double;
  dwc:latitude '48.68818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53471 48.68818, -1.53471 48.68818, -1.53471 48.68818, -1.53471 48.68818, -1.53471 48.68818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5461'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69404 -1.53471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69404 -1.53471)"^^geo:wktLiteral ;
  geo-pos:lat "48.69404"^^xsd:decimal ;
  geo-pos:long "-1.53471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2631'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '10.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53471'^^xsd:double;
  dwc:latitude '48.69404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53471 48.69404, -1.53471 48.69404, -1.53471 48.69404, -1.53471 48.69404, -1.53471 48.69404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2631'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72592 -1.53471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72592 -1.53471)"^^geo:wktLiteral ;
  geo-pos:lat "48.72592"^^xsd:decimal ;
  geo-pos:long "-1.53471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6947'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53471'^^xsd:double;
  dwc:latitude '48.72592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53471 48.72592, -1.53471 48.72592, -1.53471 48.72592, -1.53471 48.72592, -1.53471 48.72592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6947'^^xsd:string;
  dwc:observationDate '2006-06-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71322 -1.5347)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5347"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71322 -1.5347)"^^geo:wktLiteral ;
  geo-pos:lat "48.71322"^^xsd:decimal ;
  geo-pos:long "-1.5347"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6783'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5347'^^xsd:double;
  dwc:latitude '48.71322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5347 48.71322, -1.5347 48.71322, -1.5347 48.71322, -1.5347 48.71322, -1.5347 48.71322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6783'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71793 -1.53469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71793 -1.53469)"^^geo:wktLiteral ;
  geo-pos:lat "48.71793"^^xsd:decimal ;
  geo-pos:long "-1.53469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2731'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53469'^^xsd:double;
  dwc:latitude '48.71793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53469 48.71793, -1.53469 48.71793, -1.53469 48.71793, -1.53469 48.71793, -1.53469 48.71793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2731'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69343 -1.53467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69343 -1.53467)"^^geo:wktLiteral ;
  geo-pos:lat "48.69343"^^xsd:decimal ;
  geo-pos:long "-1.53467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2265'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53467'^^xsd:double;
  dwc:latitude '48.69343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53467 48.69343, -1.53467 48.69343, -1.53467 48.69343, -1.53467 48.69343, -1.53467 48.69343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2265'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69694 -1.53465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69694"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69694 -1.53465)"^^geo:wktLiteral ;
  geo-pos:lat "48.69694"^^xsd:decimal ;
  geo-pos:long "-1.53465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6647'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53465'^^xsd:double;
  dwc:latitude '48.69694'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53465 48.69694, -1.53465 48.69694, -1.53465 48.69694, -1.53465 48.69694, -1.53465 48.69694))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6647'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70116 -1.53465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70116 -1.53465)"^^geo:wktLiteral ;
  geo-pos:lat "48.70116"^^xsd:decimal ;
  geo-pos:long "-1.53465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_857'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53465'^^xsd:double;
  dwc:latitude '48.70116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53465 48.70116, -1.53465 48.70116, -1.53465 48.70116, -1.53465 48.70116, -1.53465 48.70116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_857'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70664 -1.53465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70664 -1.53465)"^^geo:wktLiteral ;
  geo-pos:lat "48.70664"^^xsd:decimal ;
  geo-pos:long "-1.53465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5042'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53465'^^xsd:double;
  dwc:latitude '48.70664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53465 48.70664, -1.53465 48.70664, -1.53465 48.70664, -1.53465 48.70664, -1.53465 48.70664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5042'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69865 -1.53464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69865"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69865 -1.53464)"^^geo:wktLiteral ;
  geo-pos:lat "48.69865"^^xsd:decimal ;
  geo-pos:long "-1.53464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6631'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53464'^^xsd:double;
  dwc:latitude '48.69865'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53464 48.69865, -1.53464 48.69865, -1.53464 48.69865, -1.53464 48.69865, -1.53464 48.69865))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6631'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.53463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69401 -1.53463)"^^geo:wktLiteral ;
  geo-pos:lat "48.69401"^^xsd:decimal ;
  geo-pos:long "-1.53463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4092'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53463'^^xsd:double;
  dwc:latitude '48.69401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53463 48.69401, -1.53463 48.69401, -1.53463 48.69401, -1.53463 48.69401, -1.53463 48.69401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4092'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69758 -1.53463)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53463"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69758 -1.53463)"^^geo:wktLiteral ;
  geo-pos:lat "48.69758"^^xsd:decimal ;
  geo-pos:long "-1.53463"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3198'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53463'^^xsd:double;
  dwc:latitude '48.69758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53463 48.69758, -1.53463 48.69758, -1.53463 48.69758, -1.53463 48.69758, -1.53463 48.69758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3198'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.53462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.53462)"^^geo:wktLiteral ;
  geo-pos:lat "48.69725"^^xsd:decimal ;
  geo-pos:long "-1.53462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_4689'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53462'^^xsd:double;
  dwc:latitude '48.69725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53462 48.69725, -1.53462 48.69725, -1.53462 48.69725, -1.53462 48.69725, -1.53462 48.69725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4689'^^xsd:string;
  dwc:observationDate '2006-05-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69814 -1.53462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69814 -1.53462)"^^geo:wktLiteral ;
  geo-pos:lat "48.69814"^^xsd:decimal ;
  geo-pos:long "-1.53462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_6912'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53462'^^xsd:double;
  dwc:latitude '48.69814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53462 48.69814, -1.53462 48.69814, -1.53462 48.69814, -1.53462 48.69814, -1.53462 48.69814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6912'^^xsd:string;
  dwc:observationDate '2006-06-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.53461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.53461)"^^geo:wktLiteral ;
  geo-pos:lat "48.6903"^^xsd:decimal ;
  geo-pos:long "-1.53461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2632'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53461'^^xsd:double;
  dwc:latitude '48.6903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53461 48.6903, -1.53461 48.6903, -1.53461 48.6903, -1.53461 48.6903, -1.53461 48.6903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2632'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67948 -1.53459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67948 -1.53459)"^^geo:wktLiteral ;
  geo-pos:lat "48.67948"^^xsd:decimal ;
  geo-pos:long "-1.53459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2941'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53459'^^xsd:double;
  dwc:latitude '48.67948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53459 48.67948, -1.53459 48.67948, -1.53459 48.67948, -1.53459 48.67948, -1.53459 48.67948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2941'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65655 -1.53458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65655 -1.53458)"^^geo:wktLiteral ;
  geo-pos:lat "48.65655"^^xsd:decimal ;
  geo-pos:long "-1.53458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7369'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53458'^^xsd:double;
  dwc:latitude '48.65655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53458 48.65655, -1.53458 48.65655, -1.53458 48.65655, -1.53458 48.65655, -1.53458 48.65655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7369'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72474 -1.53456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72474 -1.53456)"^^geo:wktLiteral ;
  geo-pos:lat "48.72474"^^xsd:decimal ;
  geo-pos:long "-1.53456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_734'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53456'^^xsd:double;
  dwc:latitude '48.72474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53456 48.72474, -1.53456 48.72474, -1.53456 48.72474, -1.53456 48.72474, -1.53456 48.72474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_734'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68798 -1.53455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68798 -1.53455)"^^geo:wktLiteral ;
  geo-pos:lat "48.68798"^^xsd:decimal ;
  geo-pos:long "-1.53455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1393'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53455'^^xsd:double;
  dwc:latitude '48.68798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53455 48.68798, -1.53455 48.68798, -1.53455 48.68798, -1.53455 48.68798, -1.53455 48.68798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1393'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69406 -1.53455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69406"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69406 -1.53455)"^^geo:wktLiteral ;
  geo-pos:lat "48.69406"^^xsd:decimal ;
  geo-pos:long "-1.53455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4065'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53455'^^xsd:double;
  dwc:latitude '48.69406'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53455 48.69406, -1.53455 48.69406, -1.53455 48.69406, -1.53455 48.69406, -1.53455 48.69406))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4065'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69481 -1.53455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69481 -1.53455)"^^geo:wktLiteral ;
  geo-pos:lat "48.69481"^^xsd:decimal ;
  geo-pos:long "-1.53455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9634'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53455'^^xsd:double;
  dwc:latitude '48.69481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53455 48.69481, -1.53455 48.69481, -1.53455 48.69481, -1.53455 48.69481, -1.53455 48.69481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9634'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1296> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7122 -1.53455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7122 -1.53455)"^^geo:wktLiteral ;
  geo-pos:lat "48.7122"^^xsd:decimal ;
  geo-pos:long "-1.53455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1296'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1296'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53455'^^xsd:double;
  dwc:latitude '48.7122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53455 48.7122, -1.53455 48.7122, -1.53455 48.7122, -1.53455 48.7122, -1.53455 48.7122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1296'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8904> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69557 -1.53454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69557 -1.53454)"^^geo:wktLiteral ;
  geo-pos:lat "48.69557"^^xsd:decimal ;
  geo-pos:long "-1.53454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8904'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8904'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53454'^^xsd:double;
  dwc:latitude '48.69557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53454 48.69557, -1.53454 48.69557, -1.53454 48.69557, -1.53454 48.69557, -1.53454 48.69557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8904'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71987 -1.53454)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53454"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71987 -1.53454)"^^geo:wktLiteral ;
  geo-pos:lat "48.71987"^^xsd:decimal ;
  geo-pos:long "-1.53454"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1041'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53454'^^xsd:double;
  dwc:latitude '48.71987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53454 48.71987, -1.53454 48.71987, -1.53454 48.71987, -1.53454 48.71987, -1.53454 48.71987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1041'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68886 -1.53453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68886"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68886 -1.53453)"^^geo:wktLiteral ;
  geo-pos:lat "48.68886"^^xsd:decimal ;
  geo-pos:long "-1.53453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5460'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53453'^^xsd:double;
  dwc:latitude '48.68886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53453 48.68886, -1.53453 48.68886, -1.53453 48.68886, -1.53453 48.68886, -1.53453 48.68886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5460'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71112 -1.53453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71112"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71112 -1.53453)"^^geo:wktLiteral ;
  geo-pos:lat "48.71112"^^xsd:decimal ;
  geo-pos:long "-1.53453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5749'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53453'^^xsd:double;
  dwc:latitude '48.71112'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53453 48.71112, -1.53453 48.71112, -1.53453 48.71112, -1.53453 48.71112, -1.53453 48.71112))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5749'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71168 -1.53453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71168 -1.53453)"^^geo:wktLiteral ;
  geo-pos:lat "48.71168"^^xsd:decimal ;
  geo-pos:long "-1.53453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1011'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53453'^^xsd:double;
  dwc:latitude '48.71168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53453 48.71168, -1.53453 48.71168, -1.53453 48.71168, -1.53453 48.71168, -1.53453 48.71168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1011'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71794 -1.53453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71794 -1.53453)"^^geo:wktLiteral ;
  geo-pos:lat "48.71794"^^xsd:decimal ;
  geo-pos:long "-1.53453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9908'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53453'^^xsd:double;
  dwc:latitude '48.71794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53453 48.71794, -1.53453 48.71794, -1.53453 48.71794, -1.53453 48.71794, -1.53453 48.71794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9908'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72476 -1.53452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72476 -1.53452)"^^geo:wktLiteral ;
  geo-pos:lat "48.72476"^^xsd:decimal ;
  geo-pos:long "-1.53452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9598'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '22.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53452'^^xsd:double;
  dwc:latitude '48.72476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53452 48.72476, -1.53452 48.72476, -1.53452 48.72476, -1.53452 48.72476, -1.53452 48.72476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9598'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72599 -1.53452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72599 -1.53452)"^^geo:wktLiteral ;
  geo-pos:lat "48.72599"^^xsd:decimal ;
  geo-pos:long "-1.53452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7694'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53452'^^xsd:double;
  dwc:latitude '48.72599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53452 48.72599, -1.53452 48.72599, -1.53452 48.72599, -1.53452 48.72599, -1.53452 48.72599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7694'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68575 -1.53451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68575 -1.53451)"^^geo:wktLiteral ;
  geo-pos:lat "48.68575"^^xsd:decimal ;
  geo-pos:long "-1.53451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6034'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53451'^^xsd:double;
  dwc:latitude '48.68575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53451 48.68575, -1.53451 48.68575, -1.53451 48.68575, -1.53451 48.68575, -1.53451 48.68575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6034'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68727 -1.53451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68727 -1.53451)"^^geo:wktLiteral ;
  geo-pos:lat "48.68727"^^xsd:decimal ;
  geo-pos:long "-1.53451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1931'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53451'^^xsd:double;
  dwc:latitude '48.68727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53451 48.68727, -1.53451 48.68727, -1.53451 48.68727, -1.53451 48.68727, -1.53451 48.68727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1931'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69542 -1.53451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69542 -1.53451)"^^geo:wktLiteral ;
  geo-pos:lat "48.69542"^^xsd:decimal ;
  geo-pos:long "-1.53451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8229'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53451'^^xsd:double;
  dwc:latitude '48.69542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53451 48.69542, -1.53451 48.69542, -1.53451 48.69542, -1.53451 48.69542, -1.53451 48.69542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8229'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69326 -1.5345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69326 -1.5345)"^^geo:wktLiteral ;
  geo-pos:lat "48.69326"^^xsd:decimal ;
  geo-pos:long "-1.5345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5372'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5345'^^xsd:double;
  dwc:latitude '48.69326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5345 48.69326, -1.5345 48.69326, -1.5345 48.69326, -1.5345 48.69326, -1.5345 48.69326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5372'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67438 -1.53449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67438 -1.53449)"^^geo:wktLiteral ;
  geo-pos:lat "48.67438"^^xsd:decimal ;
  geo-pos:long "-1.53449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_41'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_41'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53449'^^xsd:double;
  dwc:latitude '48.67438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53449 48.67438, -1.53449 48.67438, -1.53449 48.67438, -1.53449 48.67438, -1.53449 48.67438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_41'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66207 -1.53448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66207"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66207 -1.53448)"^^geo:wktLiteral ;
  geo-pos:lat "48.66207"^^xsd:decimal ;
  geo-pos:long "-1.53448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2044'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53448'^^xsd:double;
  dwc:latitude '48.66207'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53448 48.66207, -1.53448 48.66207, -1.53448 48.66207, -1.53448 48.66207, -1.53448 48.66207))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2044'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6562 -1.53447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6562"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6562 -1.53447)"^^geo:wktLiteral ;
  geo-pos:lat "48.6562"^^xsd:decimal ;
  geo-pos:long "-1.53447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11237'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53447'^^xsd:double;
  dwc:latitude '48.6562'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53447 48.6562, -1.53447 48.6562, -1.53447 48.6562, -1.53447 48.6562, -1.53447 48.6562))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11237'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68892 -1.53447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68892 -1.53447)"^^geo:wktLiteral ;
  geo-pos:lat "48.68892"^^xsd:decimal ;
  geo-pos:long "-1.53447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1760'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53447'^^xsd:double;
  dwc:latitude '48.68892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53447 48.68892, -1.53447 48.68892, -1.53447 48.68892, -1.53447 48.68892, -1.53447 48.68892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1760'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68983 -1.53447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68983"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68983 -1.53447)"^^geo:wktLiteral ;
  geo-pos:lat "48.68983"^^xsd:decimal ;
  geo-pos:long "-1.53447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_8258'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53447'^^xsd:double;
  dwc:latitude '48.68983'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53447 48.68983, -1.53447 48.68983, -1.53447 48.68983, -1.53447 48.68983, -1.53447 48.68983))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8258'^^xsd:string;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1473> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69533 -1.53446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69533 -1.53446)"^^geo:wktLiteral ;
  geo-pos:lat "48.69533"^^xsd:decimal ;
  geo-pos:long "-1.53446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1473'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1473'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53446'^^xsd:double;
  dwc:latitude '48.69533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53446 48.69533, -1.53446 48.69533, -1.53446 48.69533, -1.53446 48.69533, -1.53446 48.69533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1473'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7061 -1.53446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7061 -1.53446)"^^geo:wktLiteral ;
  geo-pos:lat "48.7061"^^xsd:decimal ;
  geo-pos:long "-1.53446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1342'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53446'^^xsd:double;
  dwc:latitude '48.7061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53446 48.7061, -1.53446 48.7061, -1.53446 48.7061, -1.53446 48.7061, -1.53446 48.7061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1342'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2190> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68877 -1.53444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68877 -1.53444)"^^geo:wktLiteral ;
  geo-pos:lat "48.68877"^^xsd:decimal ;
  geo-pos:long "-1.53444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2190'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2190'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53444'^^xsd:double;
  dwc:latitude '48.68877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53444 48.68877, -1.53444 48.68877, -1.53444 48.68877, -1.53444 48.68877, -1.53444 48.68877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2190'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69489 -1.53444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69489 -1.53444)"^^geo:wktLiteral ;
  geo-pos:lat "48.69489"^^xsd:decimal ;
  geo-pos:long "-1.53444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9721'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53444'^^xsd:double;
  dwc:latitude '48.69489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53444 48.69489, -1.53444 48.69489, -1.53444 48.69489, -1.53444 48.69489, -1.53444 48.69489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9721'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.53444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70431 -1.53444)"^^geo:wktLiteral ;
  geo-pos:lat "48.70431"^^xsd:decimal ;
  geo-pos:long "-1.53444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7093'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53444'^^xsd:double;
  dwc:latitude '48.70431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53444 48.70431, -1.53444 48.70431, -1.53444 48.70431, -1.53444 48.70431, -1.53444 48.70431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7093'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71224 -1.53444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71224 -1.53444)"^^geo:wktLiteral ;
  geo-pos:lat "48.71224"^^xsd:decimal ;
  geo-pos:long "-1.53444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3368'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53444'^^xsd:double;
  dwc:latitude '48.71224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53444 48.71224, -1.53444 48.71224, -1.53444 48.71224, -1.53444 48.71224, -1.53444 48.71224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3368'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71738 -1.53444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71738"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71738 -1.53444)"^^geo:wktLiteral ;
  geo-pos:lat "48.71738"^^xsd:decimal ;
  geo-pos:long "-1.53444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4556'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53444'^^xsd:double;
  dwc:latitude '48.71738'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53444 48.71738, -1.53444 48.71738, -1.53444 48.71738, -1.53444 48.71738, -1.53444 48.71738))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4556'^^xsd:string;
  dwc:observationDate '2006-05-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1541> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69284 -1.53443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69284"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69284 -1.53443)"^^geo:wktLiteral ;
  geo-pos:lat "48.69284"^^xsd:decimal ;
  geo-pos:long "-1.53443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1541'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1541'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53443'^^xsd:double;
  dwc:latitude '48.69284'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53443 48.69284, -1.53443 48.69284, -1.53443 48.69284, -1.53443 48.69284, -1.53443 48.69284))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1541'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70784 -1.53442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70784 -1.53442)"^^geo:wktLiteral ;
  geo-pos:lat "48.70784"^^xsd:decimal ;
  geo-pos:long "-1.53442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2650'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53442'^^xsd:double;
  dwc:latitude '48.70784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53442 48.70784, -1.53442 48.70784, -1.53442 48.70784, -1.53442 48.70784, -1.53442 48.70784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2650'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69289 -1.53441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69289 -1.53441)"^^geo:wktLiteral ;
  geo-pos:lat "48.69289"^^xsd:decimal ;
  geo-pos:long "-1.53441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2315'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53441'^^xsd:double;
  dwc:latitude '48.69289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53441 48.69289, -1.53441 48.69289, -1.53441 48.69289, -1.53441 48.69289, -1.53441 48.69289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2315'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69379 -1.53441)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53441"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69379 -1.53441)"^^geo:wktLiteral ;
  geo-pos:lat "48.69379"^^xsd:decimal ;
  geo-pos:long "-1.53441"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3153'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53441'^^xsd:double;
  dwc:latitude '48.69379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53441 48.69379, -1.53441 48.69379, -1.53441 48.69379, -1.53441 48.69379, -1.53441 48.69379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3153'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6965 -1.5344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6965 -1.5344)"^^geo:wktLiteral ;
  geo-pos:lat "48.6965"^^xsd:decimal ;
  geo-pos:long "-1.5344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2225'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5344'^^xsd:double;
  dwc:latitude '48.6965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5344 48.6965, -1.5344 48.6965, -1.5344 48.6965, -1.5344 48.6965, -1.5344 48.6965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2225'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_478> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71343 -1.53438)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53438"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71343 -1.53438)"^^geo:wktLiteral ;
  geo-pos:lat "48.71343"^^xsd:decimal ;
  geo-pos:long "-1.53438"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_478'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_478'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53438'^^xsd:double;
  dwc:latitude '48.71343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53438 48.71343, -1.53438 48.71343, -1.53438 48.71343, -1.53438 48.71343, -1.53438 48.71343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_478'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71004 -1.53437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71004 -1.53437)"^^geo:wktLiteral ;
  geo-pos:lat "48.71004"^^xsd:decimal ;
  geo-pos:long "-1.53437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4266'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53437'^^xsd:double;
  dwc:latitude '48.71004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53437 48.71004, -1.53437 48.71004, -1.53437 48.71004, -1.53437 48.71004, -1.53437 48.71004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4266'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6893 -1.53435)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53435"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6893 -1.53435)"^^geo:wktLiteral ;
  geo-pos:lat "48.6893"^^xsd:decimal ;
  geo-pos:long "-1.53435"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1251'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53435'^^xsd:double;
  dwc:latitude '48.6893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53435 48.6893, -1.53435 48.6893, -1.53435 48.6893, -1.53435 48.6893, -1.53435 48.6893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1251'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68931 -1.53434)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68931"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53434"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68931 -1.53434)"^^geo:wktLiteral ;
  geo-pos:lat "48.68931"^^xsd:decimal ;
  geo-pos:long "-1.53434"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6099'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53434'^^xsd:double;
  dwc:latitude '48.68931'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53434 48.68931, -1.53434 48.68931, -1.53434 48.68931, -1.53434 48.68931, -1.53434 48.68931))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6099'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69011 -1.53432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69011 -1.53432)"^^geo:wktLiteral ;
  geo-pos:lat "48.69011"^^xsd:decimal ;
  geo-pos:long "-1.53432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5008'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53432'^^xsd:double;
  dwc:latitude '48.69011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53432 48.69011, -1.53432 48.69011, -1.53432 48.69011, -1.53432 48.69011, -1.53432 48.69011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5008'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69643 -1.53429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69643"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69643 -1.53429)"^^geo:wktLiteral ;
  geo-pos:lat "48.69643"^^xsd:decimal ;
  geo-pos:long "-1.53429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2872'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53429'^^xsd:double;
  dwc:latitude '48.69643'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53429 48.69643, -1.53429 48.69643, -1.53429 48.69643, -1.53429 48.69643, -1.53429 48.69643))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2872'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71569 -1.53429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71569"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71569 -1.53429)"^^geo:wktLiteral ;
  geo-pos:lat "48.71569"^^xsd:decimal ;
  geo-pos:long "-1.53429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_498'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53429'^^xsd:double;
  dwc:latitude '48.71569'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53429 48.71569, -1.53429 48.71569, -1.53429 48.71569, -1.53429 48.71569, -1.53429 48.71569))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_498'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65549 -1.53427)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53427"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65549 -1.53427)"^^geo:wktLiteral ;
  geo-pos:lat "48.65549"^^xsd:decimal ;
  geo-pos:long "-1.53427"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10901'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53427'^^xsd:double;
  dwc:latitude '48.65549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53427 48.65549, -1.53427 48.65549, -1.53427 48.65549, -1.53427 48.65549, -1.53427 48.65549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10901'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70858 -1.53424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70858 -1.53424)"^^geo:wktLiteral ;
  geo-pos:lat "48.70858"^^xsd:decimal ;
  geo-pos:long "-1.53424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9452'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53424'^^xsd:double;
  dwc:latitude '48.70858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53424 48.70858, -1.53424 48.70858, -1.53424 48.70858, -1.53424 48.70858, -1.53424 48.70858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9452'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68718 -1.53423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68718 -1.53423)"^^geo:wktLiteral ;
  geo-pos:lat "48.68718"^^xsd:decimal ;
  geo-pos:long "-1.53423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1689'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53423'^^xsd:double;
  dwc:latitude '48.68718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53423 48.68718, -1.53423 48.68718, -1.53423 48.68718, -1.53423 48.68718, -1.53423 48.68718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1689'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66485 -1.53422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66485 -1.53422)"^^geo:wktLiteral ;
  geo-pos:lat "48.66485"^^xsd:decimal ;
  geo-pos:long "-1.53422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5492'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53422'^^xsd:double;
  dwc:latitude '48.66485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53422 48.66485, -1.53422 48.66485, -1.53422 48.66485, -1.53422 48.66485, -1.53422 48.66485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5492'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68011 -1.53422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68011 -1.53422)"^^geo:wktLiteral ;
  geo-pos:lat "48.68011"^^xsd:decimal ;
  geo-pos:long "-1.53422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1874'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53422'^^xsd:double;
  dwc:latitude '48.68011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53422 48.68011, -1.53422 48.68011, -1.53422 48.68011, -1.53422 48.68011, -1.53422 48.68011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1874'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68795 -1.53422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68795 -1.53422)"^^geo:wktLiteral ;
  geo-pos:lat "48.68795"^^xsd:decimal ;
  geo-pos:long "-1.53422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6887'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53422'^^xsd:double;
  dwc:latitude '48.68795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53422 48.68795, -1.53422 48.68795, -1.53422 48.68795, -1.53422 48.68795, -1.53422 48.68795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6887'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69559 -1.53422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69559"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69559 -1.53422)"^^geo:wktLiteral ;
  geo-pos:lat "48.69559"^^xsd:decimal ;
  geo-pos:long "-1.53422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8905'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53422'^^xsd:double;
  dwc:latitude '48.69559'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53422 48.69559, -1.53422 48.69559, -1.53422 48.69559, -1.53422 48.69559, -1.53422 48.69559))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8905'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9121> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72363 -1.53421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72363 -1.53421)"^^geo:wktLiteral ;
  geo-pos:lat "48.72363"^^xsd:decimal ;
  geo-pos:long "-1.53421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9121'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9121'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53421'^^xsd:double;
  dwc:latitude '48.72363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53421 48.72363, -1.53421 48.72363, -1.53421 48.72363, -1.53421 48.72363, -1.53421 48.72363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9121'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65671 -1.5342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65671 -1.5342)"^^geo:wktLiteral ;
  geo-pos:lat "48.65671"^^xsd:decimal ;
  geo-pos:long "-1.5342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11066'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5342'^^xsd:double;
  dwc:latitude '48.65671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5342 48.65671, -1.5342 48.65671, -1.5342 48.65671, -1.5342 48.65671, -1.5342 48.65671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11066'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6915 -1.53419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6915"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6915 -1.53419)"^^geo:wktLiteral ;
  geo-pos:lat "48.6915"^^xsd:decimal ;
  geo-pos:long "-1.53419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '7'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2696'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53419'^^xsd:double;
  dwc:latitude '48.6915'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53419 48.6915, -1.53419 48.6915, -1.53419 48.6915, -1.53419 48.6915, -1.53419 48.6915))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2696'^^xsd:string;
  dwc:observationDate '2006-07-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6873 -1.53417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6873 -1.53417)"^^geo:wktLiteral ;
  geo-pos:lat "48.6873"^^xsd:decimal ;
  geo-pos:long "-1.53417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1391'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53417'^^xsd:double;
  dwc:latitude '48.6873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53417 48.6873, -1.53417 48.6873, -1.53417 48.6873, -1.53417 48.6873, -1.53417 48.6873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1391'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69538 -1.53417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69538 -1.53417)"^^geo:wktLiteral ;
  geo-pos:lat "48.69538"^^xsd:decimal ;
  geo-pos:long "-1.53417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9446'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '4.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53417'^^xsd:double;
  dwc:latitude '48.69538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53417 48.69538, -1.53417 48.69538, -1.53417 48.69538, -1.53417 48.69538, -1.53417 48.69538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9446'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68479 -1.53416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68479 -1.53416)"^^geo:wktLiteral ;
  geo-pos:lat "48.68479"^^xsd:decimal ;
  geo-pos:long "-1.53416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2083'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53416'^^xsd:double;
  dwc:latitude '48.68479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53416 48.68479, -1.53416 48.68479, -1.53416 48.68479, -1.53416 48.68479, -1.53416 48.68479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2083'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69126 -1.53415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69126 -1.53415)"^^geo:wktLiteral ;
  geo-pos:lat "48.69126"^^xsd:decimal ;
  geo-pos:long "-1.53415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1497'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53415'^^xsd:double;
  dwc:latitude '48.69126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53415 48.69126, -1.53415 48.69126, -1.53415 48.69126, -1.53415 48.69126, -1.53415 48.69126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1497'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69275 -1.53415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69275 -1.53415)"^^geo:wktLiteral ;
  geo-pos:lat "48.69275"^^xsd:decimal ;
  geo-pos:long "-1.53415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10521'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53415'^^xsd:double;
  dwc:latitude '48.69275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53415 48.69275, -1.53415 48.69275, -1.53415 48.69275, -1.53415 48.69275, -1.53415 48.69275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10521'^^xsd:string;
  dwc:observationDate '2008-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71088 -1.53414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71088 -1.53414)"^^geo:wktLiteral ;
  geo-pos:lat "48.71088"^^xsd:decimal ;
  geo-pos:long "-1.53414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2243'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53414'^^xsd:double;
  dwc:latitude '48.71088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53414 48.71088, -1.53414 48.71088, -1.53414 48.71088, -1.53414 48.71088, -1.53414 48.71088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2243'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65651 -1.53413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65651"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65651 -1.53413)"^^geo:wktLiteral ;
  geo-pos:lat "48.65651"^^xsd:decimal ;
  geo-pos:long "-1.53413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11055'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53413'^^xsd:double;
  dwc:latitude '48.65651'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53413 48.65651, -1.53413 48.65651, -1.53413 48.65651, -1.53413 48.65651, -1.53413 48.65651))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11055'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10381> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70665 -1.53413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70665 -1.53413)"^^geo:wktLiteral ;
  geo-pos:lat "48.70665"^^xsd:decimal ;
  geo-pos:long "-1.53413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10381'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10381'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53413'^^xsd:double;
  dwc:latitude '48.70665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53413 48.70665, -1.53413 48.70665, -1.53413 48.70665, -1.53413 48.70665, -1.53413 48.70665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10381'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70826 -1.53413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70826"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70826 -1.53413)"^^geo:wktLiteral ;
  geo-pos:lat "48.70826"^^xsd:decimal ;
  geo-pos:long "-1.53413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5245'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53413'^^xsd:double;
  dwc:latitude '48.70826'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53413 48.70826, -1.53413 48.70826, -1.53413 48.70826, -1.53413 48.70826, -1.53413 48.70826))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5245'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72646 -1.53413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72646 -1.53413)"^^geo:wktLiteral ;
  geo-pos:lat "48.72646"^^xsd:decimal ;
  geo-pos:long "-1.53413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_913'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53413'^^xsd:double;
  dwc:latitude '48.72646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53413 48.72646, -1.53413 48.72646, -1.53413 48.72646, -1.53413 48.72646, -1.53413 48.72646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_913'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69374 -1.53412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69374"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69374 -1.53412)"^^geo:wktLiteral ;
  geo-pos:lat "48.69374"^^xsd:decimal ;
  geo-pos:long "-1.53412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4223'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '1.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53412'^^xsd:double;
  dwc:latitude '48.69374'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53412 48.69374, -1.53412 48.69374, -1.53412 48.69374, -1.53412 48.69374, -1.53412 48.69374))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4223'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70823 -1.53412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70823 -1.53412)"^^geo:wktLiteral ;
  geo-pos:lat "48.70823"^^xsd:decimal ;
  geo-pos:long "-1.53412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_537'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53412'^^xsd:double;
  dwc:latitude '48.70823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53412 48.70823, -1.53412 48.70823, -1.53412 48.70823, -1.53412 48.70823, -1.53412 48.70823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_537'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65096 -1.53411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65096 -1.53411)"^^geo:wktLiteral ;
  geo-pos:lat "48.65096"^^xsd:decimal ;
  geo-pos:long "-1.53411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53411'^^xsd:double;
  dwc:latitude '48.65096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53411 48.65096, -1.53411 48.65096, -1.53411 48.65096, -1.53411 48.65096, -1.53411 48.65096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4791> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68317 -1.53411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68317"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68317 -1.53411)"^^geo:wktLiteral ;
  geo-pos:lat "48.68317"^^xsd:decimal ;
  geo-pos:long "-1.53411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4791'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4791'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53411'^^xsd:double;
  dwc:latitude '48.68317'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53411 48.68317, -1.53411 48.68317, -1.53411 48.68317, -1.53411 48.68317, -1.53411 48.68317))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4791'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.53411)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53411"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.53411)"^^geo:wktLiteral ;
  geo-pos:lat "48.69252"^^xsd:decimal ;
  geo-pos:long "-1.53411"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4964'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53411'^^xsd:double;
  dwc:latitude '48.69252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53411 48.69252, -1.53411 48.69252, -1.53411 48.69252, -1.53411 48.69252, -1.53411 48.69252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4964'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72159 -1.5341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72159 -1.5341)"^^geo:wktLiteral ;
  geo-pos:lat "48.72159"^^xsd:decimal ;
  geo-pos:long "-1.5341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4715'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5341'^^xsd:double;
  dwc:latitude '48.72159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5341 48.72159, -1.5341 48.72159, -1.5341 48.72159, -1.5341 48.72159, -1.5341 48.72159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4715'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68814 -1.53409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68814 -1.53409)"^^geo:wktLiteral ;
  geo-pos:lat "48.68814"^^xsd:decimal ;
  geo-pos:long "-1.53409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2603'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53409'^^xsd:double;
  dwc:latitude '48.68814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53409 48.68814, -1.53409 48.68814, -1.53409 48.68814, -1.53409 48.68814, -1.53409 48.68814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2603'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8097> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69535 -1.53409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69535"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69535 -1.53409)"^^geo:wktLiteral ;
  geo-pos:lat "48.69535"^^xsd:decimal ;
  geo-pos:long "-1.53409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8097'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8097'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53409'^^xsd:double;
  dwc:latitude '48.69535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53409 48.69535, -1.53409 48.69535, -1.53409 48.69535, -1.53409 48.69535, -1.53409 48.69535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8097'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.53409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71409 -1.53409)"^^geo:wktLiteral ;
  geo-pos:lat "48.71409"^^xsd:decimal ;
  geo-pos:long "-1.53409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_263'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53409'^^xsd:double;
  dwc:latitude '48.71409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53409 48.71409, -1.53409 48.71409, -1.53409 48.71409, -1.53409 48.71409, -1.53409 48.71409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_263'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67883 -1.53408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67883 -1.53408)"^^geo:wktLiteral ;
  geo-pos:lat "48.67883"^^xsd:decimal ;
  geo-pos:long "-1.53408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5687'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53408'^^xsd:double;
  dwc:latitude '48.67883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53408 48.67883, -1.53408 48.67883, -1.53408 48.67883, -1.53408 48.67883, -1.53408 48.67883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5687'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70673 -1.53408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70673 -1.53408)"^^geo:wktLiteral ;
  geo-pos:lat "48.70673"^^xsd:decimal ;
  geo-pos:long "-1.53408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6340'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53408'^^xsd:double;
  dwc:latitude '48.70673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53408 48.70673, -1.53408 48.70673, -1.53408 48.70673, -1.53408 48.70673, -1.53408 48.70673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6340'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65608 -1.53407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65608 -1.53407)"^^geo:wktLiteral ;
  geo-pos:lat "48.65608"^^xsd:decimal ;
  geo-pos:long "-1.53407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7433'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '12.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53407'^^xsd:double;
  dwc:latitude '48.65608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53407 48.65608, -1.53407 48.65608, -1.53407 48.65608, -1.53407 48.65608, -1.53407 48.65608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7433'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70167 -1.53407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70167"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70167 -1.53407)"^^geo:wktLiteral ;
  geo-pos:lat "48.70167"^^xsd:decimal ;
  geo-pos:long "-1.53407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3245'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53407'^^xsd:double;
  dwc:latitude '48.70167'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53407 48.70167, -1.53407 48.70167, -1.53407 48.70167, -1.53407 48.70167, -1.53407 48.70167))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3245'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.53406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.657 -1.53406)"^^geo:wktLiteral ;
  geo-pos:lat "48.657"^^xsd:decimal ;
  geo-pos:long "-1.53406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11624'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53406'^^xsd:double;
  dwc:latitude '48.657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53406 48.657, -1.53406 48.657, -1.53406 48.657, -1.53406 48.657, -1.53406 48.657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11624'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70537 -1.53406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70537"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70537 -1.53406)"^^geo:wktLiteral ;
  geo-pos:lat "48.70537"^^xsd:decimal ;
  geo-pos:long "-1.53406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6782'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53406'^^xsd:double;
  dwc:latitude '48.70537'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53406 48.70537, -1.53406 48.70537, -1.53406 48.70537, -1.53406 48.70537, -1.53406 48.70537))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6782'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7226 -1.53406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7226 -1.53406)"^^geo:wktLiteral ;
  geo-pos:lat "48.7226"^^xsd:decimal ;
  geo-pos:long "-1.53406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6242'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53406'^^xsd:double;
  dwc:latitude '48.7226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53406 48.7226, -1.53406 48.7226, -1.53406 48.7226, -1.53406 48.7226, -1.53406 48.7226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6242'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11888> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65676 -1.53405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65676 -1.53405)"^^geo:wktLiteral ;
  geo-pos:lat "48.65676"^^xsd:decimal ;
  geo-pos:long "-1.53405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11888'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11888'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53405'^^xsd:double;
  dwc:latitude '48.65676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53405 48.65676, -1.53405 48.65676, -1.53405 48.65676, -1.53405 48.65676, -1.53405 48.65676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11888'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_193> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.53405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69561 -1.53405)"^^geo:wktLiteral ;
  geo-pos:lat "48.69561"^^xsd:decimal ;
  geo-pos:long "-1.53405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_193'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_193'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53405'^^xsd:double;
  dwc:latitude '48.69561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53405 48.69561, -1.53405 48.69561, -1.53405 48.69561, -1.53405 48.69561, -1.53405 48.69561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_193'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65663 -1.53403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65663 -1.53403)"^^geo:wktLiteral ;
  geo-pos:lat "48.65663"^^xsd:decimal ;
  geo-pos:long "-1.53403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11067'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '6.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53403'^^xsd:double;
  dwc:latitude '48.65663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53403 48.65663, -1.53403 48.65663, -1.53403 48.65663, -1.53403 48.65663, -1.53403 48.65663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11067'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6622 -1.53403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6622 -1.53403)"^^geo:wktLiteral ;
  geo-pos:lat "48.6622"^^xsd:decimal ;
  geo-pos:long "-1.53403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7367'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53403'^^xsd:double;
  dwc:latitude '48.6622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53403 48.6622, -1.53403 48.6622, -1.53403 48.6622, -1.53403 48.6622, -1.53403 48.6622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7367'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67561 -1.53402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67561 -1.53402)"^^geo:wktLiteral ;
  geo-pos:lat "48.67561"^^xsd:decimal ;
  geo-pos:long "-1.53402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1690'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53402'^^xsd:double;
  dwc:latitude '48.67561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53402 48.67561, -1.53402 48.67561, -1.53402 48.67561, -1.53402 48.67561, -1.53402 48.67561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1690'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67902 -1.53401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67902"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67902 -1.53401)"^^geo:wktLiteral ;
  geo-pos:lat "48.67902"^^xsd:decimal ;
  geo-pos:long "-1.53401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_103'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53401'^^xsd:double;
  dwc:latitude '48.67902'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53401 48.67902, -1.53401 48.67902, -1.53401 48.67902, -1.53401 48.67902, -1.53401 48.67902))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_103'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71068 -1.53399)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71068"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53399"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71068 -1.53399)"^^geo:wktLiteral ;
  geo-pos:lat "48.71068"^^xsd:decimal ;
  geo-pos:long "-1.53399"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1297'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53399'^^xsd:double;
  dwc:latitude '48.71068'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53399 48.71068, -1.53399 48.71068, -1.53399 48.71068, -1.53399 48.71068, -1.53399 48.71068))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1297'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71013 -1.53398)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53398"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71013 -1.53398)"^^geo:wktLiteral ;
  geo-pos:lat "48.71013"^^xsd:decimal ;
  geo-pos:long "-1.53398"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1222'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0.41666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53398'^^xsd:double;
  dwc:latitude '48.71013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53398 48.71013, -1.53398 48.71013, -1.53398 48.71013, -1.53398 48.71013, -1.53398 48.71013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1222'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71749 -1.53397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71749 -1.53397)"^^geo:wktLiteral ;
  geo-pos:lat "48.71749"^^xsd:decimal ;
  geo-pos:long "-1.53397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3290'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53397'^^xsd:double;
  dwc:latitude '48.71749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53397 48.71749, -1.53397 48.71749, -1.53397 48.71749, -1.53397 48.71749, -1.53397 48.71749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3290'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69117 -1.53396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69117 -1.53396)"^^geo:wktLiteral ;
  geo-pos:lat "48.69117"^^xsd:decimal ;
  geo-pos:long "-1.53396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2601'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53396'^^xsd:double;
  dwc:latitude '48.69117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53396 48.69117, -1.53396 48.69117, -1.53396 48.69117, -1.53396 48.69117, -1.53396 48.69117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2601'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_984> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71704 -1.53396)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53396"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71704 -1.53396)"^^geo:wktLiteral ;
  geo-pos:lat "48.71704"^^xsd:decimal ;
  geo-pos:long "-1.53396"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_984'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_984'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53396'^^xsd:double;
  dwc:latitude '48.71704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53396 48.71704, -1.53396 48.71704, -1.53396 48.71704, -1.53396 48.71704, -1.53396 48.71704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_984'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68787 -1.53395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68787 -1.53395)"^^geo:wktLiteral ;
  geo-pos:lat "48.68787"^^xsd:decimal ;
  geo-pos:long "-1.53395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2152'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53395'^^xsd:double;
  dwc:latitude '48.68787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53395 48.68787, -1.53395 48.68787, -1.53395 48.68787, -1.53395 48.68787, -1.53395 48.68787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2152'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69363 -1.53395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69363 -1.53395)"^^geo:wktLiteral ;
  geo-pos:lat "48.69363"^^xsd:decimal ;
  geo-pos:long "-1.53395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_234'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53395'^^xsd:double;
  dwc:latitude '48.69363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53395 48.69363, -1.53395 48.69363, -1.53395 48.69363, -1.53395 48.69363, -1.53395 48.69363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_234'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69427 -1.53395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69427"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69427 -1.53395)"^^geo:wktLiteral ;
  geo-pos:lat "48.69427"^^xsd:decimal ;
  geo-pos:long "-1.53395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9063'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53395'^^xsd:double;
  dwc:latitude '48.69427'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53395 48.69427, -1.53395 48.69427, -1.53395 48.69427, -1.53395 48.69427, -1.53395 48.69427))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9063'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6959 -1.53393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6959 -1.53393)"^^geo:wktLiteral ;
  geo-pos:lat "48.6959"^^xsd:decimal ;
  geo-pos:long "-1.53393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2363'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53393'^^xsd:double;
  dwc:latitude '48.6959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53393 48.6959, -1.53393 48.6959, -1.53393 48.6959, -1.53393 48.6959, -1.53393 48.6959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2363'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70853 -1.53393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70853"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70853 -1.53393)"^^geo:wktLiteral ;
  geo-pos:lat "48.70853"^^xsd:decimal ;
  geo-pos:long "-1.53393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9066'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53393'^^xsd:double;
  dwc:latitude '48.70853'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53393 48.70853, -1.53393 48.70853, -1.53393 48.70853, -1.53393 48.70853, -1.53393 48.70853))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9066'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11422> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65646 -1.53392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65646 -1.53392)"^^geo:wktLiteral ;
  geo-pos:lat "48.65646"^^xsd:decimal ;
  geo-pos:long "-1.53392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11422'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11422'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53392'^^xsd:double;
  dwc:latitude '48.65646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53392 48.65646, -1.53392 48.65646, -1.53392 48.65646, -1.53392 48.65646, -1.53392 48.65646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11422'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.53392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.53392)"^^geo:wktLiteral ;
  geo-pos:lat "48.69894"^^xsd:decimal ;
  geo-pos:long "-1.53392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_323'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53392'^^xsd:double;
  dwc:latitude '48.69894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53392 48.69894, -1.53392 48.69894, -1.53392 48.69894, -1.53392 48.69894, -1.53392 48.69894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_323'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70867 -1.53392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70867 -1.53392)"^^geo:wktLiteral ;
  geo-pos:lat "48.70867"^^xsd:decimal ;
  geo-pos:long "-1.53392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1298'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53392'^^xsd:double;
  dwc:latitude '48.70867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53392 48.70867, -1.53392 48.70867, -1.53392 48.70867, -1.53392 48.70867, -1.53392 48.70867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1298'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71277 -1.53392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71277"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71277 -1.53392)"^^geo:wktLiteral ;
  geo-pos:lat "48.71277"^^xsd:decimal ;
  geo-pos:long "-1.53392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3511'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53392'^^xsd:double;
  dwc:latitude '48.71277'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53392 48.71277, -1.53392 48.71277, -1.53392 48.71277, -1.53392 48.71277, -1.53392 48.71277))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3511'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4931> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66747 -1.5339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66747"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66747 -1.5339)"^^geo:wktLiteral ;
  geo-pos:lat "48.66747"^^xsd:decimal ;
  geo-pos:long "-1.5339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4931'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4931'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5339'^^xsd:double;
  dwc:latitude '48.66747'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5339 48.66747, -1.5339 48.66747, -1.5339 48.66747, -1.5339 48.66747, -1.5339 48.66747))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4931'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65637 -1.53388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65637 -1.53388)"^^geo:wktLiteral ;
  geo-pos:lat "48.65637"^^xsd:decimal ;
  geo-pos:long "-1.53388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_7411'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53388'^^xsd:double;
  dwc:latitude '48.65637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53388 48.65637, -1.53388 48.65637, -1.53388 48.65637, -1.53388 48.65637, -1.53388 48.65637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7411'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69496 -1.53388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69496 -1.53388)"^^geo:wktLiteral ;
  geo-pos:lat "48.69496"^^xsd:decimal ;
  geo-pos:long "-1.53388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4652'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53388'^^xsd:double;
  dwc:latitude '48.69496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53388 48.69496, -1.53388 48.69496, -1.53388 48.69496, -1.53388 48.69496, -1.53388 48.69496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4652'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72287 -1.53388)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72287"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53388"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72287 -1.53388)"^^geo:wktLiteral ;
  geo-pos:lat "48.72287"^^xsd:decimal ;
  geo-pos:long "-1.53388"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_4899'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53388'^^xsd:double;
  dwc:latitude '48.72287'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53388 48.72287, -1.53388 48.72287, -1.53388 48.72287, -1.53388 48.72287, -1.53388 48.72287))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4899'^^xsd:string;
  dwc:observationDate '2006-05-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6897 -1.53385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6897 -1.53385)"^^geo:wktLiteral ;
  geo-pos:lat "48.6897"^^xsd:decimal ;
  geo-pos:long "-1.53385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2633'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53385'^^xsd:double;
  dwc:latitude '48.6897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53385 48.6897, -1.53385 48.6897, -1.53385 48.6897, -1.53385 48.6897, -1.53385 48.6897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2633'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68693 -1.53384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68693 -1.53384)"^^geo:wktLiteral ;
  geo-pos:lat "48.68693"^^xsd:decimal ;
  geo-pos:long "-1.53384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2990'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53384'^^xsd:double;
  dwc:latitude '48.68693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53384 48.68693, -1.53384 48.68693, -1.53384 48.68693, -1.53384 48.68693, -1.53384 48.68693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2990'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6914 -1.53384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6914 -1.53384)"^^geo:wktLiteral ;
  geo-pos:lat "48.6914"^^xsd:decimal ;
  geo-pos:long "-1.53384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_6457'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53384'^^xsd:double;
  dwc:latitude '48.6914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53384 48.6914, -1.53384 48.6914, -1.53384 48.6914, -1.53384 48.6914, -1.53384 48.6914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6457'^^xsd:string;
  dwc:observationDate '2006-05-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72144 -1.53384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72144"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72144 -1.53384)"^^geo:wktLiteral ;
  geo-pos:lat "48.72144"^^xsd:decimal ;
  geo-pos:long "-1.53384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_964'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '12.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53384'^^xsd:double;
  dwc:latitude '48.72144'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53384 48.72144, -1.53384 48.72144, -1.53384 48.72144, -1.53384 48.72144, -1.53384 48.72144))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_964'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70059 -1.53383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70059 -1.53383)"^^geo:wktLiteral ;
  geo-pos:lat "48.70059"^^xsd:decimal ;
  geo-pos:long "-1.53383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_535'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53383'^^xsd:double;
  dwc:latitude '48.70059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53383 48.70059, -1.53383 48.70059, -1.53383 48.70059, -1.53383 48.70059, -1.53383 48.70059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_535'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72504 -1.53383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72504 -1.53383)"^^geo:wktLiteral ;
  geo-pos:lat "48.72504"^^xsd:decimal ;
  geo-pos:long "-1.53383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10270'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53383'^^xsd:double;
  dwc:latitude '48.72504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53383 48.72504, -1.53383 48.72504, -1.53383 48.72504, -1.53383 48.72504, -1.53383 48.72504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10270'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65708 -1.53382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65708 -1.53382)"^^geo:wktLiteral ;
  geo-pos:lat "48.65708"^^xsd:decimal ;
  geo-pos:long "-1.53382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_7059'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '1.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53382'^^xsd:double;
  dwc:latitude '48.65708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53382 48.65708, -1.53382 48.65708, -1.53382 48.65708, -1.53382 48.65708, -1.53382 48.65708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7059'^^xsd:string;
  dwc:observationDate '2006-06-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6840> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68706 -1.53382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68706 -1.53382)"^^geo:wktLiteral ;
  geo-pos:lat "48.68706"^^xsd:decimal ;
  geo-pos:long "-1.53382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6840'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6840'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53382'^^xsd:double;
  dwc:latitude '48.68706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53382 48.68706, -1.53382 48.68706, -1.53382 48.68706, -1.53382 48.68706, -1.53382 48.68706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6840'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2184> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68957 -1.53382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68957 -1.53382)"^^geo:wktLiteral ;
  geo-pos:lat "48.68957"^^xsd:decimal ;
  geo-pos:long "-1.53382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2184'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2184'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53382'^^xsd:double;
  dwc:latitude '48.68957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53382 48.68957, -1.53382 48.68957, -1.53382 48.68957, -1.53382 48.68957, -1.53382 48.68957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2184'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70231 -1.53382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70231 -1.53382)"^^geo:wktLiteral ;
  geo-pos:lat "48.70231"^^xsd:decimal ;
  geo-pos:long "-1.53382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4717'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53382'^^xsd:double;
  dwc:latitude '48.70231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53382 48.70231, -1.53382 48.70231, -1.53382 48.70231, -1.53382 48.70231, -1.53382 48.70231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4717'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7088 -1.5338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7088 -1.5338)"^^geo:wktLiteral ;
  geo-pos:lat "48.7088"^^xsd:decimal ;
  geo-pos:long "-1.5338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_633'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5338'^^xsd:double;
  dwc:latitude '48.7088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5338 48.7088, -1.5338 48.7088, -1.5338 48.7088, -1.5338 48.7088, -1.5338 48.7088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_633'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69136 -1.53379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69136"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69136 -1.53379)"^^geo:wktLiteral ;
  geo-pos:lat "48.69136"^^xsd:decimal ;
  geo-pos:long "-1.53379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1872'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53379'^^xsd:double;
  dwc:latitude '48.69136'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53379 48.69136, -1.53379 48.69136, -1.53379 48.69136, -1.53379 48.69136, -1.53379 48.69136))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1872'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69211 -1.53379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69211 -1.53379)"^^geo:wktLiteral ;
  geo-pos:lat "48.69211"^^xsd:decimal ;
  geo-pos:long "-1.53379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5995'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53379'^^xsd:double;
  dwc:latitude '48.69211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53379 48.69211, -1.53379 48.69211, -1.53379 48.69211, -1.53379 48.69211, -1.53379 48.69211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5995'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68959 -1.53378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68959 -1.53378)"^^geo:wktLiteral ;
  geo-pos:lat "48.68959"^^xsd:decimal ;
  geo-pos:long "-1.53378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6886'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53378'^^xsd:double;
  dwc:latitude '48.68959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53378 48.68959, -1.53378 48.68959, -1.53378 48.68959, -1.53378 48.68959, -1.53378 48.68959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6886'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69419 -1.53378)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69419"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53378"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69419 -1.53378)"^^geo:wktLiteral ;
  geo-pos:lat "48.69419"^^xsd:decimal ;
  geo-pos:long "-1.53378"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2687'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53378'^^xsd:double;
  dwc:latitude '48.69419'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53378 48.69419, -1.53378 48.69419, -1.53378 48.69419, -1.53378 48.69419, -1.53378 48.69419))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2687'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68822 -1.53377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68822 -1.53377)"^^geo:wktLiteral ;
  geo-pos:lat "48.68822"^^xsd:decimal ;
  geo-pos:long "-1.53377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4503'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53377'^^xsd:double;
  dwc:latitude '48.68822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53377 48.68822, -1.53377 48.68822, -1.53377 48.68822, -1.53377 48.68822, -1.53377 48.68822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4503'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69428 -1.53377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69428 -1.53377)"^^geo:wktLiteral ;
  geo-pos:lat "48.69428"^^xsd:decimal ;
  geo-pos:long "-1.53377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4718'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53377'^^xsd:double;
  dwc:latitude '48.69428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53377 48.69428, -1.53377 48.69428, -1.53377 48.69428, -1.53377 48.69428, -1.53377 48.69428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4718'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69602 -1.53375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69602 -1.53375)"^^geo:wktLiteral ;
  geo-pos:lat "48.69602"^^xsd:decimal ;
  geo-pos:long "-1.53375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5517'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53375'^^xsd:double;
  dwc:latitude '48.69602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53375 48.69602, -1.53375 48.69602, -1.53375 48.69602, -1.53375 48.69602, -1.53375 48.69602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5517'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68938 -1.53374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68938 -1.53374)"^^geo:wktLiteral ;
  geo-pos:lat "48.68938"^^xsd:decimal ;
  geo-pos:long "-1.53374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1181'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53374'^^xsd:double;
  dwc:latitude '48.68938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53374 48.68938, -1.53374 48.68938, -1.53374 48.68938, -1.53374 48.68938, -1.53374 48.68938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1181'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69469 -1.53373)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53373"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69469 -1.53373)"^^geo:wktLiteral ;
  geo-pos:lat "48.69469"^^xsd:decimal ;
  geo-pos:long "-1.53373"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8230'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53373'^^xsd:double;
  dwc:latitude '48.69469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53373 48.69469, -1.53373 48.69469, -1.53373 48.69469, -1.53373 48.69469, -1.53373 48.69469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8230'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68522 -1.53372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68522"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68522 -1.53372)"^^geo:wktLiteral ;
  geo-pos:lat "48.68522"^^xsd:decimal ;
  geo-pos:long "-1.53372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4428'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53372'^^xsd:double;
  dwc:latitude '48.68522'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53372 48.68522, -1.53372 48.68522, -1.53372 48.68522, -1.53372 48.68522, -1.53372 48.68522))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4428'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68731 -1.53372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68731 -1.53372)"^^geo:wktLiteral ;
  geo-pos:lat "48.68731"^^xsd:decimal ;
  geo-pos:long "-1.53372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2186'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53372'^^xsd:double;
  dwc:latitude '48.68731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53372 48.68731, -1.53372 48.68731, -1.53372 48.68731, -1.53372 48.68731, -1.53372 48.68731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2186'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71128 -1.53372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71128"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71128 -1.53372)"^^geo:wktLiteral ;
  geo-pos:lat "48.71128"^^xsd:decimal ;
  geo-pos:long "-1.53372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_223'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53372'^^xsd:double;
  dwc:latitude '48.71128'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53372 48.71128, -1.53372 48.71128, -1.53372 48.71128, -1.53372 48.71128, -1.53372 48.71128))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_223'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69086 -1.53371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69086"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69086 -1.53371)"^^geo:wktLiteral ;
  geo-pos:lat "48.69086"^^xsd:decimal ;
  geo-pos:long "-1.53371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2362'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53371'^^xsd:double;
  dwc:latitude '48.69086'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53371 48.69086, -1.53371 48.69086, -1.53371 48.69086, -1.53371 48.69086, -1.53371 48.69086))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2362'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70396 -1.53371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70396 -1.53371)"^^geo:wktLiteral ;
  geo-pos:lat "48.70396"^^xsd:decimal ;
  geo-pos:long "-1.53371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7639'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53371'^^xsd:double;
  dwc:latitude '48.70396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53371 48.70396, -1.53371 48.70396, -1.53371 48.70396, -1.53371 48.70396, -1.53371 48.70396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7639'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71498 -1.53371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71498 -1.53371)"^^geo:wktLiteral ;
  geo-pos:lat "48.71498"^^xsd:decimal ;
  geo-pos:long "-1.53371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_737'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53371'^^xsd:double;
  dwc:latitude '48.71498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53371 48.71498, -1.53371 48.71498, -1.53371 48.71498, -1.53371 48.71498, -1.53371 48.71498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_737'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6566 -1.53369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6566"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6566 -1.53369)"^^geo:wktLiteral ;
  geo-pos:lat "48.6566"^^xsd:decimal ;
  geo-pos:long "-1.53369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11887'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53369'^^xsd:double;
  dwc:latitude '48.6566'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53369 48.6566, -1.53369 48.6566, -1.53369 48.6566, -1.53369 48.6566, -1.53369 48.6566))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11887'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67597 -1.53369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67597"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67597 -1.53369)"^^geo:wktLiteral ;
  geo-pos:lat "48.67597"^^xsd:decimal ;
  geo-pos:long "-1.53369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6854'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53369'^^xsd:double;
  dwc:latitude '48.67597'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53369 48.67597, -1.53369 48.67597, -1.53369 48.67597, -1.53369 48.67597, -1.53369 48.67597))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6854'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68816 -1.53369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68816 -1.53369)"^^geo:wktLiteral ;
  geo-pos:lat "48.68816"^^xsd:decimal ;
  geo-pos:long "-1.53369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1873'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53369'^^xsd:double;
  dwc:latitude '48.68816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53369 48.68816, -1.53369 48.68816, -1.53369 48.68816, -1.53369 48.68816, -1.53369 48.68816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1873'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69589 -1.53369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69589 -1.53369)"^^geo:wktLiteral ;
  geo-pos:lat "48.69589"^^xsd:decimal ;
  geo-pos:long "-1.53369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1432'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53369'^^xsd:double;
  dwc:latitude '48.69589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53369 48.69589, -1.53369 48.69589, -1.53369 48.69589, -1.53369 48.69589, -1.53369 48.69589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1432'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67349 -1.53368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67349"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67349 -1.53368)"^^geo:wktLiteral ;
  geo-pos:lat "48.67349"^^xsd:decimal ;
  geo-pos:long "-1.53368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10619'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53368'^^xsd:double;
  dwc:latitude '48.67349'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53368 48.67349, -1.53368 48.67349, -1.53368 48.67349, -1.53368 48.67349, -1.53368 48.67349))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10619'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71416 -1.53368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71416 -1.53368)"^^geo:wktLiteral ;
  geo-pos:lat "48.71416"^^xsd:decimal ;
  geo-pos:long "-1.53368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_512'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53368'^^xsd:double;
  dwc:latitude '48.71416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53368 48.71416, -1.53368 48.71416, -1.53368 48.71416, -1.53368 48.71416, -1.53368 48.71416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_512'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72499 -1.53368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72499"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72499 -1.53368)"^^geo:wktLiteral ;
  geo-pos:lat "48.72499"^^xsd:decimal ;
  geo-pos:long "-1.53368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9335'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53368'^^xsd:double;
  dwc:latitude '48.72499'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53368 48.72499, -1.53368 48.72499, -1.53368 48.72499, -1.53368 48.72499, -1.53368 48.72499))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9335'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71038 -1.53364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71038"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71038 -1.53364)"^^geo:wktLiteral ;
  geo-pos:lat "48.71038"^^xsd:decimal ;
  geo-pos:long "-1.53364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_489'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53364'^^xsd:double;
  dwc:latitude '48.71038'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53364 48.71038, -1.53364 48.71038, -1.53364 48.71038, -1.53364 48.71038, -1.53364 48.71038))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_489'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65933 -1.53363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65933"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65933 -1.53363)"^^geo:wktLiteral ;
  geo-pos:lat "48.65933"^^xsd:decimal ;
  geo-pos:long "-1.53363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1621'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53363'^^xsd:double;
  dwc:latitude '48.65933'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53363 48.65933, -1.53363 48.65933, -1.53363 48.65933, -1.53363 48.65933, -1.53363 48.65933))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1621'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6823 -1.53363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6823 -1.53363)"^^geo:wktLiteral ;
  geo-pos:lat "48.6823"^^xsd:decimal ;
  geo-pos:long "-1.53363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3080'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53363'^^xsd:double;
  dwc:latitude '48.6823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53363 48.6823, -1.53363 48.6823, -1.53363 48.6823, -1.53363 48.6823, -1.53363 48.6823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3080'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67188 -1.53362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67188 -1.53362)"^^geo:wktLiteral ;
  geo-pos:lat "48.67188"^^xsd:decimal ;
  geo-pos:long "-1.53362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5113'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53362'^^xsd:double;
  dwc:latitude '48.67188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53362 48.67188, -1.53362 48.67188, -1.53362 48.67188, -1.53362 48.67188, -1.53362 48.67188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5113'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2298> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69449 -1.53362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69449 -1.53362)"^^geo:wktLiteral ;
  geo-pos:lat "48.69449"^^xsd:decimal ;
  geo-pos:long "-1.53362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2298'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2298'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53362'^^xsd:double;
  dwc:latitude '48.69449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53362 48.69449, -1.53362 48.69449, -1.53362 48.69449, -1.53362 48.69449, -1.53362 48.69449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2298'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71684 -1.53362)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53362"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71684 -1.53362)"^^geo:wktLiteral ;
  geo-pos:lat "48.71684"^^xsd:decimal ;
  geo-pos:long "-1.53362"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1147'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53362'^^xsd:double;
  dwc:latitude '48.71684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53362 48.71684, -1.53362 48.71684, -1.53362 48.71684, -1.53362 48.71684, -1.53362 48.71684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1147'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2182> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.53361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6874 -1.53361)"^^geo:wktLiteral ;
  geo-pos:lat "48.6874"^^xsd:decimal ;
  geo-pos:long "-1.53361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2182'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2182'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53361'^^xsd:double;
  dwc:latitude '48.6874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53361 48.6874, -1.53361 48.6874, -1.53361 48.6874, -1.53361 48.6874, -1.53361 48.6874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2182'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71817 -1.53361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71817 -1.53361)"^^geo:wktLiteral ;
  geo-pos:lat "48.71817"^^xsd:decimal ;
  geo-pos:long "-1.53361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_389'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53361'^^xsd:double;
  dwc:latitude '48.71817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53361 48.71817, -1.53361 48.71817, -1.53361 48.71817, -1.53361 48.71817, -1.53361 48.71817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_389'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71959 -1.53361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71959 -1.53361)"^^geo:wktLiteral ;
  geo-pos:lat "48.71959"^^xsd:decimal ;
  geo-pos:long "-1.53361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_5913'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53361'^^xsd:double;
  dwc:latitude '48.71959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53361 48.71959, -1.53361 48.71959, -1.53361 48.71959, -1.53361 48.71959, -1.53361 48.71959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5913'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67549 -1.53357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67549 -1.53357)"^^geo:wktLiteral ;
  geo-pos:lat "48.67549"^^xsd:decimal ;
  geo-pos:long "-1.53357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6094'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53357'^^xsd:double;
  dwc:latitude '48.67549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53357 48.67549, -1.53357 48.67549, -1.53357 48.67549, -1.53357 48.67549, -1.53357 48.67549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6094'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_941> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72668 -1.53357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72668"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72668 -1.53357)"^^geo:wktLiteral ;
  geo-pos:lat "48.72668"^^xsd:decimal ;
  geo-pos:long "-1.53357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_941'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_941'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53357'^^xsd:double;
  dwc:latitude '48.72668'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53357 48.72668, -1.53357 48.72668, -1.53357 48.72668, -1.53357 48.72668, -1.53357 48.72668))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_941'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70986 -1.53356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70986 -1.53356)"^^geo:wktLiteral ;
  geo-pos:lat "48.70986"^^xsd:decimal ;
  geo-pos:long "-1.53356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2489'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53356'^^xsd:double;
  dwc:latitude '48.70986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53356 48.70986, -1.53356 48.70986, -1.53356 48.70986, -1.53356 48.70986, -1.53356 48.70986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2489'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6563 -1.53354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6563 -1.53354)"^^geo:wktLiteral ;
  geo-pos:lat "48.6563"^^xsd:decimal ;
  geo-pos:long "-1.53354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11423'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53354'^^xsd:double;
  dwc:latitude '48.6563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53354 48.6563, -1.53354 48.6563, -1.53354 48.6563, -1.53354 48.6563, -1.53354 48.6563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11423'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6964 -1.53354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6964"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6964 -1.53354)"^^geo:wktLiteral ;
  geo-pos:lat "48.6964"^^xsd:decimal ;
  geo-pos:long "-1.53354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2948'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53354'^^xsd:double;
  dwc:latitude '48.6964'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53354 48.6964, -1.53354 48.6964, -1.53354 48.6964, -1.53354 48.6964, -1.53354 48.6964))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2948'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69445 -1.53353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69445 -1.53353)"^^geo:wktLiteral ;
  geo-pos:lat "48.69445"^^xsd:decimal ;
  geo-pos:long "-1.53353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9732'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53353'^^xsd:double;
  dwc:latitude '48.69445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53353 48.69445, -1.53353 48.69445, -1.53353 48.69445, -1.53353 48.69445, -1.53353 48.69445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9732'^^xsd:string;
  dwc:observationDate '2008-02-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72826 -1.53353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72826"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72826 -1.53353)"^^geo:wktLiteral ;
  geo-pos:lat "48.72826"^^xsd:decimal ;
  geo-pos:long "-1.53353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9555'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53353'^^xsd:double;
  dwc:latitude '48.72826'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53353 48.72826, -1.53353 48.72826, -1.53353 48.72826, -1.53353 48.72826, -1.53353 48.72826))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9555'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68786 -1.53352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68786 -1.53352)"^^geo:wktLiteral ;
  geo-pos:lat "48.68786"^^xsd:decimal ;
  geo-pos:long "-1.53352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_9999'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53352'^^xsd:double;
  dwc:latitude '48.68786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53352 48.68786, -1.53352 48.68786, -1.53352 48.68786, -1.53352 48.68786, -1.53352 48.68786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9999'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7042 -1.53352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7042 -1.53352)"^^geo:wktLiteral ;
  geo-pos:lat "48.7042"^^xsd:decimal ;
  geo-pos:long "-1.53352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3227'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53352'^^xsd:double;
  dwc:latitude '48.7042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53352 48.7042, -1.53352 48.7042, -1.53352 48.7042, -1.53352 48.7042, -1.53352 48.7042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3227'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70743 -1.53352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70743 -1.53352)"^^geo:wktLiteral ;
  geo-pos:lat "48.70743"^^xsd:decimal ;
  geo-pos:long "-1.53352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3437'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53352'^^xsd:double;
  dwc:latitude '48.70743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53352 48.70743, -1.53352 48.70743, -1.53352 48.70743, -1.53352 48.70743, -1.53352 48.70743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3437'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70875 -1.53352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70875 -1.53352)"^^geo:wktLiteral ;
  geo-pos:lat "48.70875"^^xsd:decimal ;
  geo-pos:long "-1.53352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_277'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53352'^^xsd:double;
  dwc:latitude '48.70875'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53352 48.70875, -1.53352 48.70875, -1.53352 48.70875, -1.53352 48.70875, -1.53352 48.70875))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_277'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65538 -1.53351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65538 -1.53351)"^^geo:wktLiteral ;
  geo-pos:lat "48.65538"^^xsd:decimal ;
  geo-pos:long "-1.53351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11603'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53351'^^xsd:double;
  dwc:latitude '48.65538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53351 48.65538, -1.53351 48.65538, -1.53351 48.65538, -1.53351 48.65538, -1.53351 48.65538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11603'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66677 -1.53351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66677 -1.53351)"^^geo:wktLiteral ;
  geo-pos:lat "48.66677"^^xsd:decimal ;
  geo-pos:long "-1.53351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6852'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53351'^^xsd:double;
  dwc:latitude '48.66677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53351 48.66677, -1.53351 48.66677, -1.53351 48.66677, -1.53351 48.66677, -1.53351 48.66677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6852'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69172 -1.53349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69172 -1.53349)"^^geo:wktLiteral ;
  geo-pos:lat "48.69172"^^xsd:decimal ;
  geo-pos:long "-1.53349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2155'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53349'^^xsd:double;
  dwc:latitude '48.69172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53349 48.69172, -1.53349 48.69172, -1.53349 48.69172, -1.53349 48.69172, -1.53349 48.69172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2155'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3103> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68721 -1.53348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68721 -1.53348)"^^geo:wktLiteral ;
  geo-pos:lat "48.68721"^^xsd:decimal ;
  geo-pos:long "-1.53348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3103'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3103'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53348'^^xsd:double;
  dwc:latitude '48.68721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53348 48.68721, -1.53348 48.68721, -1.53348 48.68721, -1.53348 48.68721, -1.53348 48.68721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3103'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65875 -1.53345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65875 -1.53345)"^^geo:wktLiteral ;
  geo-pos:lat "48.65875"^^xsd:decimal ;
  geo-pos:long "-1.53345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11175'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53345'^^xsd:double;
  dwc:latitude '48.65875'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53345 48.65875, -1.53345 48.65875, -1.53345 48.65875, -1.53345 48.65875, -1.53345 48.65875))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11175'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68596 -1.53345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68596 -1.53345)"^^geo:wktLiteral ;
  geo-pos:lat "48.68596"^^xsd:decimal ;
  geo-pos:long "-1.53345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8433'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53345'^^xsd:double;
  dwc:latitude '48.68596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53345 48.68596, -1.53345 48.68596, -1.53345 48.68596, -1.53345 48.68596, -1.53345 48.68596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8433'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3243> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7005 -1.53343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7005 -1.53343)"^^geo:wktLiteral ;
  geo-pos:lat "48.7005"^^xsd:decimal ;
  geo-pos:long "-1.53343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3243'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3243'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53343'^^xsd:double;
  dwc:latitude '48.7005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53343 48.7005, -1.53343 48.7005, -1.53343 48.7005, -1.53343 48.7005, -1.53343 48.7005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3243'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6729> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7114 -1.53343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7114 -1.53343)"^^geo:wktLiteral ;
  geo-pos:lat "48.7114"^^xsd:decimal ;
  geo-pos:long "-1.53343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6729'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6729'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53343'^^xsd:double;
  dwc:latitude '48.7114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53343 48.7114, -1.53343 48.7114, -1.53343 48.7114, -1.53343 48.7114, -1.53343 48.7114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6729'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69005 -1.53342)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53342"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69005 -1.53342)"^^geo:wktLiteral ;
  geo-pos:lat "48.69005"^^xsd:decimal ;
  geo-pos:long "-1.53342"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1248'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53342'^^xsd:double;
  dwc:latitude '48.69005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53342 48.69005, -1.53342 48.69005, -1.53342 48.69005, -1.53342 48.69005, -1.53342 48.69005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1248'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68531 -1.53341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68531 -1.53341)"^^geo:wktLiteral ;
  geo-pos:lat "48.68531"^^xsd:decimal ;
  geo-pos:long "-1.53341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4401'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53341'^^xsd:double;
  dwc:latitude '48.68531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53341 48.68531, -1.53341 48.68531, -1.53341 48.68531, -1.53341 48.68531, -1.53341 48.68531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4401'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69326 -1.53339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69326 -1.53339)"^^geo:wktLiteral ;
  geo-pos:lat "48.69326"^^xsd:decimal ;
  geo-pos:long "-1.53339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_292'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53339'^^xsd:double;
  dwc:latitude '48.69326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53339 48.69326, -1.53339 48.69326, -1.53339 48.69326, -1.53339 48.69326, -1.53339 48.69326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_292'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69939 -1.53339)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53339"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69939 -1.53339)"^^geo:wktLiteral ;
  geo-pos:lat "48.69939"^^xsd:decimal ;
  geo-pos:long "-1.53339"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3244'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53339'^^xsd:double;
  dwc:latitude '48.69939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53339 48.69939, -1.53339 48.69939, -1.53339 48.69939, -1.53339 48.69939, -1.53339 48.69939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3244'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65675 -1.53338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65675 -1.53338)"^^geo:wktLiteral ;
  geo-pos:lat "48.65675"^^xsd:decimal ;
  geo-pos:long "-1.53338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1645'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53338'^^xsd:double;
  dwc:latitude '48.65675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53338 48.65675, -1.53338 48.65675, -1.53338 48.65675, -1.53338 48.65675, -1.53338 48.65675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1645'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72195 -1.53338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72195 -1.53338)"^^geo:wktLiteral ;
  geo-pos:lat "48.72195"^^xsd:decimal ;
  geo-pos:long "-1.53338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_5591'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '2.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53338'^^xsd:double;
  dwc:latitude '48.72195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53338 48.72195, -1.53338 48.72195, -1.53338 48.72195, -1.53338 48.72195, -1.53338 48.72195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5591'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65665 -1.53337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65665 -1.53337)"^^geo:wktLiteral ;
  geo-pos:lat "48.65665"^^xsd:decimal ;
  geo-pos:long "-1.53337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11080'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53337'^^xsd:double;
  dwc:latitude '48.65665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53337 48.65665, -1.53337 48.65665, -1.53337 48.65665, -1.53337 48.65665, -1.53337 48.65665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11080'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68257 -1.53336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68257 -1.53336)"^^geo:wktLiteral ;
  geo-pos:lat "48.68257"^^xsd:decimal ;
  geo-pos:long "-1.53336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5688'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53336'^^xsd:double;
  dwc:latitude '48.68257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53336 48.68257, -1.53336 48.68257, -1.53336 48.68257, -1.53336 48.68257, -1.53336 48.68257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5688'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70257 -1.53336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70257 -1.53336)"^^geo:wktLiteral ;
  geo-pos:lat "48.70257"^^xsd:decimal ;
  geo-pos:long "-1.53336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9180'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53336'^^xsd:double;
  dwc:latitude '48.70257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53336 48.70257, -1.53336 48.70257, -1.53336 48.70257, -1.53336 48.70257, -1.53336 48.70257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9180'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71021 -1.53336)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53336"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71021 -1.53336)"^^geo:wktLiteral ;
  geo-pos:lat "48.71021"^^xsd:decimal ;
  geo-pos:long "-1.53336"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2649'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53336'^^xsd:double;
  dwc:latitude '48.71021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53336 48.71021, -1.53336 48.71021, -1.53336 48.71021, -1.53336 48.71021, -1.53336 48.71021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2649'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69814 -1.53335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69814 -1.53335)"^^geo:wktLiteral ;
  geo-pos:lat "48.69814"^^xsd:decimal ;
  geo-pos:long "-1.53335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_7027'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '23.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53335'^^xsd:double;
  dwc:latitude '48.69814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53335 48.69814, -1.53335 48.69814, -1.53335 48.69814, -1.53335 48.69814, -1.53335 48.69814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7027'^^xsd:string;
  dwc:observationDate '2006-06-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72673 -1.53335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72673 -1.53335)"^^geo:wktLiteral ;
  geo-pos:lat "48.72673"^^xsd:decimal ;
  geo-pos:long "-1.53335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_465'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53335'^^xsd:double;
  dwc:latitude '48.72673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53335 48.72673, -1.53335 48.72673, -1.53335 48.72673, -1.53335 48.72673, -1.53335 48.72673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_465'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69392 -1.53334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69392 -1.53334)"^^geo:wktLiteral ;
  geo-pos:lat "48.69392"^^xsd:decimal ;
  geo-pos:long "-1.53334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3328'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53334'^^xsd:double;
  dwc:latitude '48.69392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53334 48.69392, -1.53334 48.69392, -1.53334 48.69392, -1.53334 48.69392, -1.53334 48.69392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3328'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69333 -1.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69333"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69333 -1.53333)"^^geo:wktLiteral ;
  geo-pos:lat "48.69333"^^xsd:decimal ;
  geo-pos:long "-1.53333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2316'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53333'^^xsd:double;
  dwc:latitude '48.69333'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53333 48.69333, -1.53333 48.69333, -1.53333 48.69333, -1.53333 48.69333, -1.53333 48.69333))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2316'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71829 -1.53333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71829 -1.53333)"^^geo:wktLiteral ;
  geo-pos:lat "48.71829"^^xsd:decimal ;
  geo-pos:long "-1.53333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_494'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53333'^^xsd:double;
  dwc:latitude '48.71829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53333 48.71829, -1.53333 48.71829, -1.53333 48.71829, -1.53333 48.71829, -1.53333 48.71829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_494'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69625 -1.53331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69625"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69625 -1.53331)"^^geo:wktLiteral ;
  geo-pos:lat "48.69625"^^xsd:decimal ;
  geo-pos:long "-1.53331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4111'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '21.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53331'^^xsd:double;
  dwc:latitude '48.69625'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53331 48.69625, -1.53331 48.69625, -1.53331 48.69625, -1.53331 48.69625, -1.53331 48.69625))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4111'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6965 -1.53331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6965"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6965 -1.53331)"^^geo:wktLiteral ;
  geo-pos:lat "48.6965"^^xsd:decimal ;
  geo-pos:long "-1.53331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_321'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53331'^^xsd:double;
  dwc:latitude '48.6965'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53331 48.6965, -1.53331 48.6965, -1.53331 48.6965, -1.53331 48.6965, -1.53331 48.6965))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_321'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_169> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70224 -1.53331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70224 -1.53331)"^^geo:wktLiteral ;
  geo-pos:lat "48.70224"^^xsd:decimal ;
  geo-pos:long "-1.53331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_169'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_169'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53331'^^xsd:double;
  dwc:latitude '48.70224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53331 48.70224, -1.53331 48.70224, -1.53331 48.70224, -1.53331 48.70224, -1.53331 48.70224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_169'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6843 -1.53329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6843"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6843 -1.53329)"^^geo:wktLiteral ;
  geo-pos:lat "48.6843"^^xsd:decimal ;
  geo-pos:long "-1.53329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5712'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53329'^^xsd:double;
  dwc:latitude '48.6843'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53329 48.6843, -1.53329 48.6843, -1.53329 48.6843, -1.53329 48.6843, -1.53329 48.6843))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5712'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69468 -1.53329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69468 -1.53329)"^^geo:wktLiteral ;
  geo-pos:lat "48.69468"^^xsd:decimal ;
  geo-pos:long "-1.53329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_10368'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '2.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53329'^^xsd:double;
  dwc:latitude '48.69468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53329 48.69468, -1.53329 48.69468, -1.53329 48.69468, -1.53329 48.69468, -1.53329 48.69468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10368'^^xsd:string;
  dwc:observationDate '2008-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70673 -1.53329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70673 -1.53329)"^^geo:wktLiteral ;
  geo-pos:lat "48.70673"^^xsd:decimal ;
  geo-pos:long "-1.53329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3568'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53329'^^xsd:double;
  dwc:latitude '48.70673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53329 48.70673, -1.53329 48.70673, -1.53329 48.70673, -1.53329 48.70673, -1.53329 48.70673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3568'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72339 -1.53328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72339"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72339 -1.53328)"^^geo:wktLiteral ;
  geo-pos:lat "48.72339"^^xsd:decimal ;
  geo-pos:long "-1.53328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2252'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53328'^^xsd:double;
  dwc:latitude '48.72339'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53328 48.72339, -1.53328 48.72339, -1.53328 48.72339, -1.53328 48.72339, -1.53328 48.72339))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2252'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69607 -1.53327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69607 -1.53327)"^^geo:wktLiteral ;
  geo-pos:lat "48.69607"^^xsd:decimal ;
  geo-pos:long "-1.53327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2204'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53327'^^xsd:double;
  dwc:latitude '48.69607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53327 48.69607, -1.53327 48.69607, -1.53327 48.69607, -1.53327 48.69607, -1.53327 48.69607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2204'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2322> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72289 -1.53322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72289"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72289 -1.53322)"^^geo:wktLiteral ;
  geo-pos:lat "48.72289"^^xsd:decimal ;
  geo-pos:long "-1.53322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2322'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2322'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53322'^^xsd:double;
  dwc:latitude '48.72289'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53322 48.72289, -1.53322 48.72289, -1.53322 48.72289, -1.53322 48.72289, -1.53322 48.72289))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2322'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72707 -1.53322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72707 -1.53322)"^^geo:wktLiteral ;
  geo-pos:lat "48.72707"^^xsd:decimal ;
  geo-pos:long "-1.53322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_689'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53322'^^xsd:double;
  dwc:latitude '48.72707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53322 48.72707, -1.53322 48.72707, -1.53322 48.72707, -1.53322 48.72707, -1.53322 48.72707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_689'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65764 -1.53321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65764 -1.53321)"^^geo:wktLiteral ;
  geo-pos:lat "48.65764"^^xsd:decimal ;
  geo-pos:long "-1.53321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_146'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53321'^^xsd:double;
  dwc:latitude '48.65764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53321 48.65764, -1.53321 48.65764, -1.53321 48.65764, -1.53321 48.65764, -1.53321 48.65764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_146'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67455 -1.5332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67455"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67455 -1.5332)"^^geo:wktLiteral ;
  geo-pos:lat "48.67455"^^xsd:decimal ;
  geo-pos:long "-1.5332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1584'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5332'^^xsd:double;
  dwc:latitude '48.67455'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5332 48.67455, -1.5332 48.67455, -1.5332 48.67455, -1.5332 48.67455, -1.5332 48.67455))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1584'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69188 -1.5332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69188 -1.5332)"^^geo:wktLiteral ;
  geo-pos:lat "48.69188"^^xsd:decimal ;
  geo-pos:long "-1.5332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4409'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5332'^^xsd:double;
  dwc:latitude '48.69188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5332 48.69188, -1.5332 48.69188, -1.5332 48.69188, -1.5332 48.69188, -1.5332 48.69188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4409'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69393 -1.5332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69393 -1.5332)"^^geo:wktLiteral ;
  geo-pos:lat "48.69393"^^xsd:decimal ;
  geo-pos:long "-1.5332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10318'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5332'^^xsd:double;
  dwc:latitude '48.69393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5332 48.69393, -1.5332 48.69393, -1.5332 48.69393, -1.5332 48.69393, -1.5332 48.69393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10318'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9122> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71717 -1.53319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71717 -1.53319)"^^geo:wktLiteral ;
  geo-pos:lat "48.71717"^^xsd:decimal ;
  geo-pos:long "-1.53319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9122'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9122'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53319'^^xsd:double;
  dwc:latitude '48.71717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53319 48.71717, -1.53319 48.71717, -1.53319 48.71717, -1.53319 48.71717, -1.53319 48.71717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9122'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69054 -1.53318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69054 -1.53318)"^^geo:wktLiteral ;
  geo-pos:lat "48.69054"^^xsd:decimal ;
  geo-pos:long "-1.53318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1552'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53318'^^xsd:double;
  dwc:latitude '48.69054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53318 48.69054, -1.53318 48.69054, -1.53318 48.69054, -1.53318 48.69054, -1.53318 48.69054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1552'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70916 -1.53318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70916 -1.53318)"^^geo:wktLiteral ;
  geo-pos:lat "48.70916"^^xsd:decimal ;
  geo-pos:long "-1.53318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_538'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53318'^^xsd:double;
  dwc:latitude '48.70916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53318 48.70916, -1.53318 48.70916, -1.53318 48.70916, -1.53318 48.70916, -1.53318 48.70916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_538'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69606 -1.53316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69606 -1.53316)"^^geo:wktLiteral ;
  geo-pos:lat "48.69606"^^xsd:decimal ;
  geo-pos:long "-1.53316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2520'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53316'^^xsd:double;
  dwc:latitude '48.69606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53316 48.69606, -1.53316 48.69606, -1.53316 48.69606, -1.53316 48.69606, -1.53316 48.69606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2520'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71065 -1.53316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71065"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71065 -1.53316)"^^geo:wktLiteral ;
  geo-pos:lat "48.71065"^^xsd:decimal ;
  geo-pos:long "-1.53316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_346'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53316'^^xsd:double;
  dwc:latitude '48.71065'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53316 48.71065, -1.53316 48.71065, -1.53316 48.71065, -1.53316 48.71065, -1.53316 48.71065))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_346'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71657 -1.53316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71657 -1.53316)"^^geo:wktLiteral ;
  geo-pos:lat "48.71657"^^xsd:decimal ;
  geo-pos:long "-1.53316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_3838'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53316'^^xsd:double;
  dwc:latitude '48.71657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53316 48.71657, -1.53316 48.71657, -1.53316 48.71657, -1.53316 48.71657, -1.53316 48.71657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3838'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69603 -1.53315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69603 -1.53315)"^^geo:wktLiteral ;
  geo-pos:lat "48.69603"^^xsd:decimal ;
  geo-pos:long "-1.53315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4387'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53315'^^xsd:double;
  dwc:latitude '48.69603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53315 48.69603, -1.53315 48.69603, -1.53315 48.69603, -1.53315 48.69603, -1.53315 48.69603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4387'^^xsd:string;
  dwc:observationDate '2006-04-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70473 -1.53315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70473"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70473 -1.53315)"^^geo:wktLiteral ;
  geo-pos:lat "48.70473"^^xsd:decimal ;
  geo-pos:long "-1.53315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4951'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53315'^^xsd:double;
  dwc:latitude '48.70473'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53315 48.70473, -1.53315 48.70473, -1.53315 48.70473, -1.53315 48.70473, -1.53315 48.70473))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4951'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70529 -1.53315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70529 -1.53315)"^^geo:wktLiteral ;
  geo-pos:lat "48.70529"^^xsd:decimal ;
  geo-pos:long "-1.53315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3157'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53315'^^xsd:double;
  dwc:latitude '48.70529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53315 48.70529, -1.53315 48.70529, -1.53315 48.70529, -1.53315 48.70529, -1.53315 48.70529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3157'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65206 -1.53313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65206"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65206 -1.53313)"^^geo:wktLiteral ;
  geo-pos:lat "48.65206"^^xsd:decimal ;
  geo-pos:long "-1.53313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2671'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53313'^^xsd:double;
  dwc:latitude '48.65206'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53313 48.65206, -1.53313 48.65206, -1.53313 48.65206, -1.53313 48.65206, -1.53313 48.65206))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2671'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71702 -1.53313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71702 -1.53313)"^^geo:wktLiteral ;
  geo-pos:lat "48.71702"^^xsd:decimal ;
  geo-pos:long "-1.53313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3270'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53313'^^xsd:double;
  dwc:latitude '48.71702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53313 48.71702, -1.53313 48.71702, -1.53313 48.71702, -1.53313 48.71702, -1.53313 48.71702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3270'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72184 -1.53311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72184"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72184 -1.53311)"^^geo:wktLiteral ;
  geo-pos:lat "48.72184"^^xsd:decimal ;
  geo-pos:long "-1.53311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_946'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53311'^^xsd:double;
  dwc:latitude '48.72184'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53311 48.72184, -1.53311 48.72184, -1.53311 48.72184, -1.53311 48.72184, -1.53311 48.72184))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_946'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69237 -1.5331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69237 -1.5331)"^^geo:wktLiteral ;
  geo-pos:lat "48.69237"^^xsd:decimal ;
  geo-pos:long "-1.5331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2282'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5331'^^xsd:double;
  dwc:latitude '48.69237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5331 48.69237, -1.5331 48.69237, -1.5331 48.69237, -1.5331 48.69237, -1.5331 48.69237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2282'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71323 -1.5331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71323 -1.5331)"^^geo:wktLiteral ;
  geo-pos:lat "48.71323"^^xsd:decimal ;
  geo-pos:long "-1.5331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2732'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5331'^^xsd:double;
  dwc:latitude '48.71323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5331 48.71323, -1.5331 48.71323, -1.5331 48.71323, -1.5331 48.71323, -1.5331 48.71323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2732'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68852 -1.53306)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53306"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68852 -1.53306)"^^geo:wktLiteral ;
  geo-pos:lat "48.68852"^^xsd:decimal ;
  geo-pos:long "-1.53306"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2150'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53306'^^xsd:double;
  dwc:latitude '48.68852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53306 48.68852, -1.53306 48.68852, -1.53306 48.68852, -1.53306 48.68852, -1.53306 48.68852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2150'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68895 -1.53304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68895 -1.53304)"^^geo:wktLiteral ;
  geo-pos:lat "48.68895"^^xsd:decimal ;
  geo-pos:long "-1.53304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1249'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53304'^^xsd:double;
  dwc:latitude '48.68895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53304 48.68895, -1.53304 48.68895, -1.53304 48.68895, -1.53304 48.68895, -1.53304 48.68895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1249'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70563 -1.53304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70563 -1.53304)"^^geo:wktLiteral ;
  geo-pos:lat "48.70563"^^xsd:decimal ;
  geo-pos:long "-1.53304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4522'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53304'^^xsd:double;
  dwc:latitude '48.70563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53304 48.70563, -1.53304 48.70563, -1.53304 48.70563, -1.53304 48.70563, -1.53304 48.70563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4522'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72594 -1.53303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72594 -1.53303)"^^geo:wktLiteral ;
  geo-pos:lat "48.72594"^^xsd:decimal ;
  geo-pos:long "-1.53303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9302'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53303'^^xsd:double;
  dwc:latitude '48.72594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53303 48.72594, -1.53303 48.72594, -1.53303 48.72594, -1.53303 48.72594, -1.53303 48.72594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9302'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65622 -1.53302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65622 -1.53302)"^^geo:wktLiteral ;
  geo-pos:lat "48.65622"^^xsd:decimal ;
  geo-pos:long "-1.53302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_11432'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53302'^^xsd:double;
  dwc:latitude '48.65622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53302 48.65622, -1.53302 48.65622, -1.53302 48.65622, -1.53302 48.65622, -1.53302 48.65622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11432'^^xsd:string;
  dwc:observationDate '2007-12-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70166 -1.53301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70166"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70166 -1.53301)"^^geo:wktLiteral ;
  geo-pos:lat "48.70166"^^xsd:decimal ;
  geo-pos:long "-1.53301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6337'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.31666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53301'^^xsd:double;
  dwc:latitude '48.70166'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53301 48.70166, -1.53301 48.70166, -1.53301 48.70166, -1.53301 48.70166, -1.53301 48.70166))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6337'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69365 -1.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69365 -1.533)"^^geo:wktLiteral ;
  geo-pos:lat "48.69365"^^xsd:decimal ;
  geo-pos:long "-1.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_202'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.533'^^xsd:double;
  dwc:latitude '48.69365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.533 48.69365, -1.533 48.69365, -1.533 48.69365, -1.533 48.69365, -1.533 48.69365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_202'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70775 -1.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70775"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70775 -1.533)"^^geo:wktLiteral ;
  geo-pos:lat "48.70775"^^xsd:decimal ;
  geo-pos:long "-1.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_586'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.533'^^xsd:double;
  dwc:latitude '48.70775'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.533 48.70775, -1.533 48.70775, -1.533 48.70775, -1.533 48.70775, -1.533 48.70775))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_586'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71704 -1.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71704"^^xsd:decimal ;
  dwc:decimalLongitude "-1.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71704 -1.533)"^^geo:wktLiteral ;
  geo-pos:lat "48.71704"^^xsd:decimal ;
  geo-pos:long "-1.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2211'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.533'^^xsd:double;
  dwc:latitude '48.71704'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.533 48.71704, -1.533 48.71704, -1.533 48.71704, -1.533 48.71704, -1.533 48.71704))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2211'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69018 -1.53299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69018 -1.53299)"^^geo:wktLiteral ;
  geo-pos:lat "48.69018"^^xsd:decimal ;
  geo-pos:long "-1.53299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2084'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53299'^^xsd:double;
  dwc:latitude '48.69018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53299 48.69018, -1.53299 48.69018, -1.53299 48.69018, -1.53299 48.69018, -1.53299 48.69018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2084'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71549 -1.53299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71549 -1.53299)"^^geo:wktLiteral ;
  geo-pos:lat "48.71549"^^xsd:decimal ;
  geo-pos:long "-1.53299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1000'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53299'^^xsd:double;
  dwc:latitude '48.71549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53299 48.71549, -1.53299 48.71549, -1.53299 48.71549, -1.53299 48.71549, -1.53299 48.71549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1000'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65224 -1.53298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65224 -1.53298)"^^geo:wktLiteral ;
  geo-pos:lat "48.65224"^^xsd:decimal ;
  geo-pos:long "-1.53298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_6470'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53298'^^xsd:double;
  dwc:latitude '48.65224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53298 48.65224, -1.53298 48.65224, -1.53298 48.65224, -1.53298 48.65224, -1.53298 48.65224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6470'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71143 -1.53297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71143 -1.53297)"^^geo:wktLiteral ;
  geo-pos:lat "48.71143"^^xsd:decimal ;
  geo-pos:long "-1.53297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9074'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53297'^^xsd:double;
  dwc:latitude '48.71143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53297 48.71143, -1.53297 48.71143, -1.53297 48.71143, -1.53297 48.71143, -1.53297 48.71143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9074'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71322 -1.53296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71322 -1.53296)"^^geo:wktLiteral ;
  geo-pos:lat "48.71322"^^xsd:decimal ;
  geo-pos:long "-1.53296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6758'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '2.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53296'^^xsd:double;
  dwc:latitude '48.71322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53296 48.71322, -1.53296 48.71322, -1.53296 48.71322, -1.53296 48.71322, -1.53296 48.71322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6758'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70736 -1.53295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70736 -1.53295)"^^geo:wktLiteral ;
  geo-pos:lat "48.70736"^^xsd:decimal ;
  geo-pos:long "-1.53295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_480'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53295'^^xsd:double;
  dwc:latitude '48.70736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53295 48.70736, -1.53295 48.70736, -1.53295 48.70736, -1.53295 48.70736, -1.53295 48.70736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_480'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1534> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69085 -1.53294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69085 -1.53294)"^^geo:wktLiteral ;
  geo-pos:lat "48.69085"^^xsd:decimal ;
  geo-pos:long "-1.53294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1534'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1534'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53294'^^xsd:double;
  dwc:latitude '48.69085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53294 48.69085, -1.53294 48.69085, -1.53294 48.69085, -1.53294 48.69085, -1.53294 48.69085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1534'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70316 -1.53294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70316 -1.53294)"^^geo:wktLiteral ;
  geo-pos:lat "48.70316"^^xsd:decimal ;
  geo-pos:long "-1.53294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5387'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53294'^^xsd:double;
  dwc:latitude '48.70316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53294 48.70316, -1.53294 48.70316, -1.53294 48.70316, -1.53294 48.70316, -1.53294 48.70316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5387'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72331 -1.53293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72331 -1.53293)"^^geo:wktLiteral ;
  geo-pos:lat "48.72331"^^xsd:decimal ;
  geo-pos:long "-1.53293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9100'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53293'^^xsd:double;
  dwc:latitude '48.72331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53293 48.72331, -1.53293 48.72331, -1.53293 48.72331, -1.53293 48.72331, -1.53293 48.72331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9100'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70792 -1.53292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70792 -1.53292)"^^geo:wktLiteral ;
  geo-pos:lat "48.70792"^^xsd:decimal ;
  geo-pos:long "-1.53292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_634'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53292'^^xsd:double;
  dwc:latitude '48.70792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53292 48.70792, -1.53292 48.70792, -1.53292 48.70792, -1.53292 48.70792, -1.53292 48.70792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_634'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69229 -1.53291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69229"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69229 -1.53291)"^^geo:wktLiteral ;
  geo-pos:lat "48.69229"^^xsd:decimal ;
  geo-pos:long "-1.53291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2284'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53291'^^xsd:double;
  dwc:latitude '48.69229'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53291 48.69229, -1.53291 48.69229, -1.53291 48.69229, -1.53291 48.69229, -1.53291 48.69229))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2284'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68922 -1.5329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68922 -1.5329)"^^geo:wktLiteral ;
  geo-pos:lat "48.68922"^^xsd:decimal ;
  geo-pos:long "-1.5329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4018'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5329'^^xsd:double;
  dwc:latitude '48.68922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5329 48.68922, -1.5329 48.68922, -1.5329 48.68922, -1.5329 48.68922, -1.5329 48.68922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4018'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69197 -1.53289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69197 -1.53289)"^^geo:wktLiteral ;
  geo-pos:lat "48.69197"^^xsd:decimal ;
  geo-pos:long "-1.53289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2283'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53289'^^xsd:double;
  dwc:latitude '48.69197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53289 48.69197, -1.53289 48.69197, -1.53289 48.69197, -1.53289 48.69197, -1.53289 48.69197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2283'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72081 -1.53289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72081 -1.53289)"^^geo:wktLiteral ;
  geo-pos:lat "48.72081"^^xsd:decimal ;
  geo-pos:long "-1.53289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10508'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53289'^^xsd:double;
  dwc:latitude '48.72081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53289 48.72081, -1.53289 48.72081, -1.53289 48.72081, -1.53289 48.72081, -1.53289 48.72081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10508'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68855 -1.53288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68855 -1.53288)"^^geo:wktLiteral ;
  geo-pos:lat "48.68855"^^xsd:decimal ;
  geo-pos:long "-1.53288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2107'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53288'^^xsd:double;
  dwc:latitude '48.68855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53288 48.68855, -1.53288 48.68855, -1.53288 48.68855, -1.53288 48.68855, -1.53288 48.68855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2107'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69758 -1.53288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69758 -1.53288)"^^geo:wktLiteral ;
  geo-pos:lat "48.69758"^^xsd:decimal ;
  geo-pos:long "-1.53288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4048'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53288'^^xsd:double;
  dwc:latitude '48.69758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53288 48.69758, -1.53288 48.69758, -1.53288 48.69758, -1.53288 48.69758, -1.53288 48.69758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4048'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69758 -1.53286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69758 -1.53286)"^^geo:wktLiteral ;
  geo-pos:lat "48.69758"^^xsd:decimal ;
  geo-pos:long "-1.53286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1526'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53286'^^xsd:double;
  dwc:latitude '48.69758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53286 48.69758, -1.53286 48.69758, -1.53286 48.69758, -1.53286 48.69758, -1.53286 48.69758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1526'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71771 -1.53286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71771"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71771 -1.53286)"^^geo:wktLiteral ;
  geo-pos:lat "48.71771"^^xsd:decimal ;
  geo-pos:long "-1.53286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2302'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53286'^^xsd:double;
  dwc:latitude '48.71771'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53286 48.71771, -1.53286 48.71771, -1.53286 48.71771, -1.53286 48.71771, -1.53286 48.71771))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2302'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5704> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6722 -1.53285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6722 -1.53285)"^^geo:wktLiteral ;
  geo-pos:lat "48.6722"^^xsd:decimal ;
  geo-pos:long "-1.53285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5704'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5704'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53285'^^xsd:double;
  dwc:latitude '48.6722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53285 48.6722, -1.53285 48.6722, -1.53285 48.6722, -1.53285 48.6722, -1.53285 48.6722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5704'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69386 -1.53284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69386"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69386 -1.53284)"^^geo:wktLiteral ;
  geo-pos:lat "48.69386"^^xsd:decimal ;
  geo-pos:long "-1.53284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8319'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53284'^^xsd:double;
  dwc:latitude '48.69386'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53284 48.69386, -1.53284 48.69386, -1.53284 48.69386, -1.53284 48.69386, -1.53284 48.69386))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8319'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69938 -1.53284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69938 -1.53284)"^^geo:wktLiteral ;
  geo-pos:lat "48.69938"^^xsd:decimal ;
  geo-pos:long "-1.53284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9893'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53284'^^xsd:double;
  dwc:latitude '48.69938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53284 48.69938, -1.53284 48.69938, -1.53284 48.69938, -1.53284 48.69938, -1.53284 48.69938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9893'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70824 -1.53284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70824 -1.53284)"^^geo:wktLiteral ;
  geo-pos:lat "48.70824"^^xsd:decimal ;
  geo-pos:long "-1.53284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1276'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53284'^^xsd:double;
  dwc:latitude '48.70824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53284 48.70824, -1.53284 48.70824, -1.53284 48.70824, -1.53284 48.70824, -1.53284 48.70824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1276'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68922 -1.53283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68922 -1.53283)"^^geo:wktLiteral ;
  geo-pos:lat "48.68922"^^xsd:decimal ;
  geo-pos:long "-1.53283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2154'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53283'^^xsd:double;
  dwc:latitude '48.68922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53283 48.68922, -1.53283 48.68922, -1.53283 48.68922, -1.53283 48.68922, -1.53283 48.68922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2154'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70513 -1.53283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70513 -1.53283)"^^geo:wktLiteral ;
  geo-pos:lat "48.70513"^^xsd:decimal ;
  geo-pos:long "-1.53283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1082'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53283'^^xsd:double;
  dwc:latitude '48.70513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53283 48.70513, -1.53283 48.70513, -1.53283 48.70513, -1.53283 48.70513, -1.53283 48.70513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1082'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70001 -1.53282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70001 -1.53282)"^^geo:wktLiteral ;
  geo-pos:lat "48.70001"^^xsd:decimal ;
  geo-pos:long "-1.53282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9076'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '8.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53282'^^xsd:double;
  dwc:latitude '48.70001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53282 48.70001, -1.53282 48.70001, -1.53282 48.70001, -1.53282 48.70001, -1.53282 48.70001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9076'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69242 -1.53281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69242 -1.53281)"^^geo:wktLiteral ;
  geo-pos:lat "48.69242"^^xsd:decimal ;
  geo-pos:long "-1.53281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3262'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53281'^^xsd:double;
  dwc:latitude '48.69242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53281 48.69242, -1.53281 48.69242, -1.53281 48.69242, -1.53281 48.69242, -1.53281 48.69242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3262'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69391 -1.53281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69391"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69391 -1.53281)"^^geo:wktLiteral ;
  geo-pos:lat "48.69391"^^xsd:decimal ;
  geo-pos:long "-1.53281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9687'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53281'^^xsd:double;
  dwc:latitude '48.69391'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53281 48.69391, -1.53281 48.69391, -1.53281 48.69391, -1.53281 48.69391, -1.53281 48.69391))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9687'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3242> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.698 -1.53281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.698 -1.53281)"^^geo:wktLiteral ;
  geo-pos:lat "48.698"^^xsd:decimal ;
  geo-pos:long "-1.53281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3242'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3242'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53281'^^xsd:double;
  dwc:latitude '48.698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53281 48.698, -1.53281 48.698, -1.53281 48.698, -1.53281 48.698, -1.53281 48.698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3242'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_479> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71027 -1.53281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71027"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71027 -1.53281)"^^geo:wktLiteral ;
  geo-pos:lat "48.71027"^^xsd:decimal ;
  geo-pos:long "-1.53281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_479'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_479'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53281'^^xsd:double;
  dwc:latitude '48.71027'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53281 48.71027, -1.53281 48.71027, -1.53281 48.71027, -1.53281 48.71027, -1.53281 48.71027))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_479'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72301 -1.53281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72301"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72301 -1.53281)"^^geo:wktLiteral ;
  geo-pos:lat "48.72301"^^xsd:decimal ;
  geo-pos:long "-1.53281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9303'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53281'^^xsd:double;
  dwc:latitude '48.72301'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53281 48.72301, -1.53281 48.72301, -1.53281 48.72301, -1.53281 48.72301, -1.53281 48.72301))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9303'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2158> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7164 -1.5328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7164"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7164 -1.5328)"^^geo:wktLiteral ;
  geo-pos:lat "48.7164"^^xsd:decimal ;
  geo-pos:long "-1.5328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2158'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2158'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5328'^^xsd:double;
  dwc:latitude '48.7164'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5328 48.7164, -1.5328 48.7164, -1.5328 48.7164, -1.5328 48.7164, -1.5328 48.7164))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2158'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2126> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68844 -1.53279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68844 -1.53279)"^^geo:wktLiteral ;
  geo-pos:lat "48.68844"^^xsd:decimal ;
  geo-pos:long "-1.53279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2126'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2126'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.51666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53279'^^xsd:double;
  dwc:latitude '48.68844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53279 48.68844, -1.53279 48.68844, -1.53279 48.68844, -1.53279 48.68844, -1.53279 48.68844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2126'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68856 -1.53277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68856"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68856 -1.53277)"^^geo:wktLiteral ;
  geo-pos:lat "48.68856"^^xsd:decimal ;
  geo-pos:long "-1.53277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2602'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53277'^^xsd:double;
  dwc:latitude '48.68856'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53277 48.68856, -1.53277 48.68856, -1.53277 48.68856, -1.53277 48.68856, -1.53277 48.68856))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2602'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71146 -1.53277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71146 -1.53277)"^^geo:wktLiteral ;
  geo-pos:lat "48.71146"^^xsd:decimal ;
  geo-pos:long "-1.53277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4220'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '23.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53277'^^xsd:double;
  dwc:latitude '48.71146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53277 48.71146, -1.53277 48.71146, -1.53277 48.71146, -1.53277 48.71146, -1.53277 48.71146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4220'^^xsd:string;
  dwc:observationDate '2006-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68802 -1.53276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68802 -1.53276)"^^geo:wktLiteral ;
  geo-pos:lat "48.68802"^^xsd:decimal ;
  geo-pos:long "-1.53276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2318'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53276'^^xsd:double;
  dwc:latitude '48.68802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53276 48.68802, -1.53276 48.68802, -1.53276 48.68802, -1.53276 48.68802, -1.53276 48.68802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2318'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.53276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68818 -1.53276)"^^geo:wktLiteral ;
  geo-pos:lat "48.68818"^^xsd:decimal ;
  geo-pos:long "-1.53276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1553'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53276'^^xsd:double;
  dwc:latitude '48.68818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53276 48.68818, -1.53276 48.68818, -1.53276 48.68818, -1.53276 48.68818, -1.53276 48.68818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1553'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69606 -1.53276)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53276"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69606 -1.53276)"^^geo:wktLiteral ;
  geo-pos:lat "48.69606"^^xsd:decimal ;
  geo-pos:long "-1.53276"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2206'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53276'^^xsd:double;
  dwc:latitude '48.69606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53276 48.69606, -1.53276 48.69606, -1.53276 48.69606, -1.53276 48.69606, -1.53276 48.69606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2206'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70324 -1.53274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70324"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70324 -1.53274)"^^geo:wktLiteral ;
  geo-pos:lat "48.70324"^^xsd:decimal ;
  geo-pos:long "-1.53274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4306'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53274'^^xsd:double;
  dwc:latitude '48.70324'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53274 48.70324, -1.53274 48.70324, -1.53274 48.70324, -1.53274 48.70324, -1.53274 48.70324))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4306'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6440> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65325 -1.53273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65325 -1.53273)"^^geo:wktLiteral ;
  geo-pos:lat "48.65325"^^xsd:decimal ;
  geo-pos:long "-1.53273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6440'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6440'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53273'^^xsd:double;
  dwc:latitude '48.65325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53273 48.65325, -1.53273 48.65325, -1.53273 48.65325, -1.53273 48.65325, -1.53273 48.65325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6440'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68901 -1.53273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68901 -1.53273)"^^geo:wktLiteral ;
  geo-pos:lat "48.68901"^^xsd:decimal ;
  geo-pos:long "-1.53273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2011'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53273'^^xsd:double;
  dwc:latitude '48.68901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53273 48.68901, -1.53273 48.68901, -1.53273 48.68901, -1.53273 48.68901, -1.53273 48.68901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2011'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69461 -1.53272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69461"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69461 -1.53272)"^^geo:wktLiteral ;
  geo-pos:lat "48.69461"^^xsd:decimal ;
  geo-pos:long "-1.53272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4066'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53272'^^xsd:double;
  dwc:latitude '48.69461'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53272 48.69461, -1.53272 48.69461, -1.53272 48.69461, -1.53272 48.69461, -1.53272 48.69461))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4066'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6984 -1.53272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6984 -1.53272)"^^geo:wktLiteral ;
  geo-pos:lat "48.6984"^^xsd:decimal ;
  geo-pos:long "-1.53272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2844'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53272'^^xsd:double;
  dwc:latitude '48.6984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53272 48.6984, -1.53272 48.6984, -1.53272 48.6984, -1.53272 48.6984, -1.53272 48.6984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2844'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2223> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69246 -1.53271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69246"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69246 -1.53271)"^^geo:wktLiteral ;
  geo-pos:lat "48.69246"^^xsd:decimal ;
  geo-pos:long "-1.53271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2223'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2223'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53271'^^xsd:double;
  dwc:latitude '48.69246'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53271 48.69246, -1.53271 48.69246, -1.53271 48.69246, -1.53271 48.69246, -1.53271 48.69246))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2223'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64767 -1.53269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64767 -1.53269)"^^geo:wktLiteral ;
  geo-pos:lat "48.64767"^^xsd:decimal ;
  geo-pos:long "-1.53269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1708'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53269'^^xsd:double;
  dwc:latitude '48.64767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53269 48.64767, -1.53269 48.64767, -1.53269 48.64767, -1.53269 48.64767, -1.53269 48.64767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1708'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69494 -1.53267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69494"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69494 -1.53267)"^^geo:wktLiteral ;
  geo-pos:lat "48.69494"^^xsd:decimal ;
  geo-pos:long "-1.53267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6140'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53267'^^xsd:double;
  dwc:latitude '48.69494'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53267 48.69494, -1.53267 48.69494, -1.53267 48.69494, -1.53267 48.69494, -1.53267 48.69494))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6140'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71192 -1.53267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71192"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71192 -1.53267)"^^geo:wktLiteral ;
  geo-pos:lat "48.71192"^^xsd:decimal ;
  geo-pos:long "-1.53267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3228'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53267'^^xsd:double;
  dwc:latitude '48.71192'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53267 48.71192, -1.53267 48.71192, -1.53267 48.71192, -1.53267 48.71192, -1.53267 48.71192))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3228'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5274> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71301 -1.53267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71301"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71301 -1.53267)"^^geo:wktLiteral ;
  geo-pos:lat "48.71301"^^xsd:decimal ;
  geo-pos:long "-1.53267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5274'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5274'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '20.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53267'^^xsd:double;
  dwc:latitude '48.71301'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53267 48.71301, -1.53267 48.71301, -1.53267 48.71301, -1.53267 48.71301, -1.53267 48.71301))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5274'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6883 -1.53266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6883 -1.53266)"^^geo:wktLiteral ;
  geo-pos:lat "48.6883"^^xsd:decimal ;
  geo-pos:long "-1.53266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2360'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53266'^^xsd:double;
  dwc:latitude '48.6883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53266 48.6883, -1.53266 48.6883, -1.53266 48.6883, -1.53266 48.6883, -1.53266 48.6883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2360'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70599 -1.53266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70599 -1.53266)"^^geo:wktLiteral ;
  geo-pos:lat "48.70599"^^xsd:decimal ;
  geo-pos:long "-1.53266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2757'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '9.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53266'^^xsd:double;
  dwc:latitude '48.70599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53266 48.70599, -1.53266 48.70599, -1.53266 48.70599, -1.53266 48.70599, -1.53266 48.70599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2757'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68304 -1.53265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68304"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68304 -1.53265)"^^geo:wktLiteral ;
  geo-pos:lat "48.68304"^^xsd:decimal ;
  geo-pos:long "-1.53265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5761'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53265'^^xsd:double;
  dwc:latitude '48.68304'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53265 48.68304, -1.53265 48.68304, -1.53265 48.68304, -1.53265 48.68304, -1.53265 48.68304))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5761'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2087> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69866 -1.53265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69866 -1.53265)"^^geo:wktLiteral ;
  geo-pos:lat "48.69866"^^xsd:decimal ;
  geo-pos:long "-1.53265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2087'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2087'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.16666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53265'^^xsd:double;
  dwc:latitude '48.69866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53265 48.69866, -1.53265 48.69866, -1.53265 48.69866, -1.53265 48.69866, -1.53265 48.69866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2087'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69982 -1.53265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69982 -1.53265)"^^geo:wktLiteral ;
  geo-pos:lat "48.69982"^^xsd:decimal ;
  geo-pos:long "-1.53265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2760'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53265'^^xsd:double;
  dwc:latitude '48.69982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53265 48.69982, -1.53265 48.69982, -1.53265 48.69982, -1.53265 48.69982, -1.53265 48.69982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2760'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65438 -1.53264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65438 -1.53264)"^^geo:wktLiteral ;
  geo-pos:lat "48.65438"^^xsd:decimal ;
  geo-pos:long "-1.53264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2669'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53264'^^xsd:double;
  dwc:latitude '48.65438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53264 48.65438, -1.53264 48.65438, -1.53264 48.65438, -1.53264 48.65438, -1.53264 48.65438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2669'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71063 -1.53264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71063 -1.53264)"^^geo:wktLiteral ;
  geo-pos:lat "48.71063"^^xsd:decimal ;
  geo-pos:long "-1.53264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_206'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53264'^^xsd:double;
  dwc:latitude '48.71063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53264 48.71063, -1.53264 48.71063, -1.53264 48.71063, -1.53264 48.71063, -1.53264 48.71063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_206'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66947 -1.53263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66947 -1.53263)"^^geo:wktLiteral ;
  geo-pos:lat "48.66947"^^xsd:decimal ;
  geo-pos:long "-1.53263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6062'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53263'^^xsd:double;
  dwc:latitude '48.66947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53263 48.66947, -1.53263 48.66947, -1.53263 48.66947, -1.53263 48.66947, -1.53263 48.66947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6062'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68891 -1.53262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68891 -1.53262)"^^geo:wktLiteral ;
  geo-pos:lat "48.68891"^^xsd:decimal ;
  geo-pos:long "-1.53262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3022'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53262'^^xsd:double;
  dwc:latitude '48.68891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53262 48.68891, -1.53262 48.68891, -1.53262 48.68891, -1.53262 48.68891, -1.53262 48.68891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3022'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71422 -1.53262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71422 -1.53262)"^^geo:wktLiteral ;
  geo-pos:lat "48.71422"^^xsd:decimal ;
  geo-pos:long "-1.53262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3225'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53262'^^xsd:double;
  dwc:latitude '48.71422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53262 48.71422, -1.53262 48.71422, -1.53262 48.71422, -1.53262 48.71422, -1.53262 48.71422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3225'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7258 -1.53261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7258 -1.53261)"^^geo:wktLiteral ;
  geo-pos:lat "48.7258"^^xsd:decimal ;
  geo-pos:long "-1.53261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_7693'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53261'^^xsd:double;
  dwc:latitude '48.7258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53261 48.7258, -1.53261 48.7258, -1.53261 48.7258, -1.53261 48.7258, -1.53261 48.7258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7693'^^xsd:string;
  dwc:observationDate '2007-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68773 -1.5326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68773 -1.5326)"^^geo:wktLiteral ;
  geo-pos:lat "48.68773"^^xsd:decimal ;
  geo-pos:long "-1.5326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1250'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5326'^^xsd:double;
  dwc:latitude '48.68773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5326 48.68773, -1.5326 48.68773, -1.5326 48.68773, -1.5326 48.68773, -1.5326 48.68773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1250'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69903 -1.5326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69903 -1.5326)"^^geo:wktLiteral ;
  geo-pos:lat "48.69903"^^xsd:decimal ;
  geo-pos:long "-1.5326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_6757'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5326'^^xsd:double;
  dwc:latitude '48.69903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5326 48.69903, -1.5326 48.69903, -1.5326 48.69903, -1.5326 48.69903, -1.5326 48.69903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6757'^^xsd:string;
  dwc:observationDate '2006-06-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72256 -1.5326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72256"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72256 -1.5326)"^^geo:wktLiteral ;
  geo-pos:lat "48.72256"^^xsd:decimal ;
  geo-pos:long "-1.5326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_470'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5326'^^xsd:double;
  dwc:latitude '48.72256'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5326 48.72256, -1.5326 48.72256, -1.5326 48.72256, -1.5326 48.72256, -1.5326 48.72256))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_470'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69753 -1.53259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69753 -1.53259)"^^geo:wktLiteral ;
  geo-pos:lat "48.69753"^^xsd:decimal ;
  geo-pos:long "-1.53259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3241'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53259'^^xsd:double;
  dwc:latitude '48.69753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53259 48.69753, -1.53259 48.69753, -1.53259 48.69753, -1.53259 48.69753, -1.53259 48.69753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3241'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70592 -1.53259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70592 -1.53259)"^^geo:wktLiteral ;
  geo-pos:lat "48.70592"^^xsd:decimal ;
  geo-pos:long "-1.53259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8070'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53259'^^xsd:double;
  dwc:latitude '48.70592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53259 48.70592, -1.53259 48.70592, -1.53259 48.70592, -1.53259 48.70592, -1.53259 48.70592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8070'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2089> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70542 -1.53253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70542 -1.53253)"^^geo:wktLiteral ;
  geo-pos:lat "48.70542"^^xsd:decimal ;
  geo-pos:long "-1.53253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2089'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2089'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53253'^^xsd:double;
  dwc:latitude '48.70542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53253 48.70542, -1.53253 48.70542, -1.53253 48.70542, -1.53253 48.70542, -1.53253 48.70542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2089'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68539 -1.53252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68539 -1.53252)"^^geo:wktLiteral ;
  geo-pos:lat "48.68539"^^xsd:decimal ;
  geo-pos:long "-1.53252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3461'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53252'^^xsd:double;
  dwc:latitude '48.68539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53252 48.68539, -1.53252 48.68539, -1.53252 48.68539, -1.53252 48.68539, -1.53252 48.68539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3461'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9808> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69385 -1.53251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69385 -1.53251)"^^geo:wktLiteral ;
  geo-pos:lat "48.69385"^^xsd:decimal ;
  geo-pos:long "-1.53251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9808'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9808'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53251'^^xsd:double;
  dwc:latitude '48.69385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53251 48.69385, -1.53251 48.69385, -1.53251 48.69385, -1.53251 48.69385, -1.53251 48.69385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9808'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4343> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69941 -1.53251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69941 -1.53251)"^^geo:wktLiteral ;
  geo-pos:lat "48.69941"^^xsd:decimal ;
  geo-pos:long "-1.53251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4343'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4343'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53251'^^xsd:double;
  dwc:latitude '48.69941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53251 48.69941, -1.53251 48.69941, -1.53251 48.69941, -1.53251 48.69941, -1.53251 48.69941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4343'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10348> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69231 -1.5325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69231 -1.5325)"^^geo:wktLiteral ;
  geo-pos:lat "48.69231"^^xsd:decimal ;
  geo-pos:long "-1.5325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10348'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10348'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5325'^^xsd:double;
  dwc:latitude '48.69231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5325 48.69231, -1.5325 48.69231, -1.5325 48.69231, -1.5325 48.69231, -1.5325 48.69231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10348'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70666 -1.5325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70666 -1.5325)"^^geo:wktLiteral ;
  geo-pos:lat "48.70666"^^xsd:decimal ;
  geo-pos:long "-1.5325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1521'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5325'^^xsd:double;
  dwc:latitude '48.70666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5325 48.70666, -1.5325 48.70666, -1.5325 48.70666, -1.5325 48.70666, -1.5325 48.70666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1521'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7157 -1.5325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7157 -1.5325)"^^geo:wktLiteral ;
  geo-pos:lat "48.7157"^^xsd:decimal ;
  geo-pos:long "-1.5325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_239'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5325'^^xsd:double;
  dwc:latitude '48.7157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5325 48.7157, -1.5325 48.7157, -1.5325 48.7157, -1.5325 48.7157, -1.5325 48.7157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_239'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6899 -1.53248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6899 -1.53248)"^^geo:wktLiteral ;
  geo-pos:lat "48.6899"^^xsd:decimal ;
  geo-pos:long "-1.53248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2411'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53248'^^xsd:double;
  dwc:latitude '48.6899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53248 48.6899, -1.53248 48.6899, -1.53248 48.6899, -1.53248 48.6899, -1.53248 48.6899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2411'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69712 -1.53248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69712"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69712 -1.53248)"^^geo:wktLiteral ;
  geo-pos:lat "48.69712"^^xsd:decimal ;
  geo-pos:long "-1.53248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6579'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53248'^^xsd:double;
  dwc:latitude '48.69712'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53248 48.69712, -1.53248 48.69712, -1.53248 48.69712, -1.53248 48.69712, -1.53248 48.69712))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6579'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11903> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65611 -1.53247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65611 -1.53247)"^^geo:wktLiteral ;
  geo-pos:lat "48.65611"^^xsd:decimal ;
  geo-pos:long "-1.53247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11903'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11903'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53247'^^xsd:double;
  dwc:latitude '48.65611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53247 48.65611, -1.53247 48.65611, -1.53247 48.65611, -1.53247 48.65611, -1.53247 48.65611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11903'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69187 -1.53247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69187 -1.53247)"^^geo:wktLiteral ;
  geo-pos:lat "48.69187"^^xsd:decimal ;
  geo-pos:long "-1.53247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2285'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53247'^^xsd:double;
  dwc:latitude '48.69187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53247 48.69187, -1.53247 48.69187, -1.53247 48.69187, -1.53247 48.69187, -1.53247 48.69187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2285'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69917 -1.53247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69917 -1.53247)"^^geo:wktLiteral ;
  geo-pos:lat "48.69917"^^xsd:decimal ;
  geo-pos:long "-1.53247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2205'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53247'^^xsd:double;
  dwc:latitude '48.69917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53247 48.69917, -1.53247 48.69917, -1.53247 48.69917, -1.53247 48.69917, -1.53247 48.69917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2205'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2157> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70601 -1.53245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70601 -1.53245)"^^geo:wktLiteral ;
  geo-pos:lat "48.70601"^^xsd:decimal ;
  geo-pos:long "-1.53245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2157'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2157'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53245'^^xsd:double;
  dwc:latitude '48.70601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53245 48.70601, -1.53245 48.70601, -1.53245 48.70601, -1.53245 48.70601, -1.53245 48.70601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2157'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72122 -1.53244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72122 -1.53244)"^^geo:wktLiteral ;
  geo-pos:lat "48.72122"^^xsd:decimal ;
  geo-pos:long "-1.53244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_493'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53244'^^xsd:double;
  dwc:latitude '48.72122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53244 48.72122, -1.53244 48.72122, -1.53244 48.72122, -1.53244 48.72122, -1.53244 48.72122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_493'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2181> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.689 -1.53242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.689 -1.53242)"^^geo:wktLiteral ;
  geo-pos:lat "48.689"^^xsd:decimal ;
  geo-pos:long "-1.53242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2181'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2181'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53242'^^xsd:double;
  dwc:latitude '48.689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53242 48.689, -1.53242 48.689, -1.53242 48.689, -1.53242 48.689, -1.53242 48.689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2181'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71732 -1.53242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71732 -1.53242)"^^geo:wktLiteral ;
  geo-pos:lat "48.71732"^^xsd:decimal ;
  geo-pos:long "-1.53242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_4586'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.066666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53242'^^xsd:double;
  dwc:latitude '48.71732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53242 48.71732, -1.53242 48.71732, -1.53242 48.71732, -1.53242 48.71732, -1.53242 48.71732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4586'^^xsd:string;
  dwc:observationDate '2006-05-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2129> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6885 -1.53241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6885 -1.53241)"^^geo:wktLiteral ;
  geo-pos:lat "48.6885"^^xsd:decimal ;
  geo-pos:long "-1.53241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2129'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2129'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53241'^^xsd:double;
  dwc:latitude '48.6885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53241 48.6885, -1.53241 48.6885, -1.53241 48.6885, -1.53241 48.6885, -1.53241 48.6885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2129'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69103 -1.53238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69103 -1.53238)"^^geo:wktLiteral ;
  geo-pos:lat "48.69103"^^xsd:decimal ;
  geo-pos:long "-1.53238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3151'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53238'^^xsd:double;
  dwc:latitude '48.69103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53238 48.69103, -1.53238 48.69103, -1.53238 48.69103, -1.53238 48.69103, -1.53238 48.69103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3151'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68959 -1.53236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68959 -1.53236)"^^geo:wktLiteral ;
  geo-pos:lat "48.68959"^^xsd:decimal ;
  geo-pos:long "-1.53236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10238'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53236'^^xsd:double;
  dwc:latitude '48.68959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53236 48.68959, -1.53236 48.68959, -1.53236 48.68959, -1.53236 48.68959, -1.53236 48.68959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10238'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71063 -1.53234)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53234"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71063 -1.53234)"^^geo:wktLiteral ;
  geo-pos:lat "48.71063"^^xsd:decimal ;
  geo-pos:long "-1.53234"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_275'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53234'^^xsd:double;
  dwc:latitude '48.71063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53234 48.71063, -1.53234 48.71063, -1.53234 48.71063, -1.53234 48.71063, -1.53234 48.71063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_275'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71174 -1.53232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71174 -1.53232)"^^geo:wktLiteral ;
  geo-pos:lat "48.71174"^^xsd:decimal ;
  geo-pos:long "-1.53232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_262'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53232'^^xsd:double;
  dwc:latitude '48.71174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53232 48.71174, -1.53232 48.71174, -1.53232 48.71174, -1.53232 48.71174, -1.53232 48.71174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_262'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65567 -1.53231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65567 -1.53231)"^^geo:wktLiteral ;
  geo-pos:lat "48.65567"^^xsd:decimal ;
  geo-pos:long "-1.53231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11146'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53231'^^xsd:double;
  dwc:latitude '48.65567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53231 48.65567, -1.53231 48.65567, -1.53231 48.65567, -1.53231 48.65567, -1.53231 48.65567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11146'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1501> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70639 -1.53231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70639 -1.53231)"^^geo:wktLiteral ;
  geo-pos:lat "48.70639"^^xsd:decimal ;
  geo-pos:long "-1.53231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1501'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1501'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53231'^^xsd:double;
  dwc:latitude '48.70639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53231 48.70639, -1.53231 48.70639, -1.53231 48.70639, -1.53231 48.70639, -1.53231 48.70639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1501'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71599 -1.53231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71599 -1.53231)"^^geo:wktLiteral ;
  geo-pos:lat "48.71599"^^xsd:decimal ;
  geo-pos:long "-1.53231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_490'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53231'^^xsd:double;
  dwc:latitude '48.71599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53231 48.71599, -1.53231 48.71599, -1.53231 48.71599, -1.53231 48.71599, -1.53231 48.71599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_490'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2353> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71849 -1.53231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71849 -1.53231)"^^geo:wktLiteral ;
  geo-pos:lat "48.71849"^^xsd:decimal ;
  geo-pos:long "-1.53231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2353'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2353'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53231'^^xsd:double;
  dwc:latitude '48.71849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53231 48.71849, -1.53231 48.71849, -1.53231 48.71849, -1.53231 48.71849, -1.53231 48.71849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2353'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69488 -1.5323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69488"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69488 -1.5323)"^^geo:wktLiteral ;
  geo-pos:lat "48.69488"^^xsd:decimal ;
  geo-pos:long "-1.5323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_320'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5323'^^xsd:double;
  dwc:latitude '48.69488'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5323 48.69488, -1.5323 48.69488, -1.5323 48.69488, -1.5323 48.69488, -1.5323 48.69488))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_320'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2088> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70268 -1.53229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70268"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70268 -1.53229)"^^geo:wktLiteral ;
  geo-pos:lat "48.70268"^^xsd:decimal ;
  geo-pos:long "-1.53229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2088'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2088'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53229'^^xsd:double;
  dwc:latitude '48.70268'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53229 48.70268, -1.53229 48.70268, -1.53229 48.70268, -1.53229 48.70268, -1.53229 48.70268))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2088'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71889 -1.53229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71889 -1.53229)"^^geo:wktLiteral ;
  geo-pos:lat "48.71889"^^xsd:decimal ;
  geo-pos:long "-1.53229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7921'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53229'^^xsd:double;
  dwc:latitude '48.71889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53229 48.71889, -1.53229 48.71889, -1.53229 48.71889, -1.53229 48.71889, -1.53229 48.71889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7921'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.687 -1.53225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.687 -1.53225)"^^geo:wktLiteral ;
  geo-pos:lat "48.687"^^xsd:decimal ;
  geo-pos:long "-1.53225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10187'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53225'^^xsd:double;
  dwc:latitude '48.687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53225 48.687, -1.53225 48.687, -1.53225 48.687, -1.53225 48.687, -1.53225 48.687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10187'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70761 -1.53225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70761"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70761 -1.53225)"^^geo:wktLiteral ;
  geo-pos:lat "48.70761"^^xsd:decimal ;
  geo-pos:long "-1.53225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1277'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53225'^^xsd:double;
  dwc:latitude '48.70761'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53225 48.70761, -1.53225 48.70761, -1.53225 48.70761, -1.53225 48.70761, -1.53225 48.70761))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1277'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1220> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68574 -1.53222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68574 -1.53222)"^^geo:wktLiteral ;
  geo-pos:lat "48.68574"^^xsd:decimal ;
  geo-pos:long "-1.53222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1220'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1220'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53222'^^xsd:double;
  dwc:latitude '48.68574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53222 48.68574, -1.53222 48.68574, -1.53222 48.68574, -1.53222 48.68574, -1.53222 48.68574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1220'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6921 -1.53221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53221"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6921 -1.53221)"^^geo:wktLiteral ;
  geo-pos:lat "48.6921"^^xsd:decimal ;
  geo-pos:long "-1.53221"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1246'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53221'^^xsd:double;
  dwc:latitude '48.6921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53221 48.6921, -1.53221 48.6921, -1.53221 48.6921, -1.53221 48.6921, -1.53221 48.6921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1246'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65869 -1.5322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65869 -1.5322)"^^geo:wktLiteral ;
  geo-pos:lat "48.65869"^^xsd:decimal ;
  geo-pos:long "-1.5322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1630'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5322'^^xsd:double;
  dwc:latitude '48.65869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5322 48.65869, -1.5322 48.65869, -1.5322 48.65869, -1.5322 48.65869, -1.5322 48.65869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1630'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6696 -1.5322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6696 -1.5322)"^^geo:wktLiteral ;
  geo-pos:lat "48.6696"^^xsd:decimal ;
  geo-pos:long "-1.5322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3384'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5322'^^xsd:double;
  dwc:latitude '48.6696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5322 48.6696, -1.5322 48.6696, -1.5322 48.6696, -1.5322 48.6696, -1.5322 48.6696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3384'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1186> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68867 -1.53219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68867 -1.53219)"^^geo:wktLiteral ;
  geo-pos:lat "48.68867"^^xsd:decimal ;
  geo-pos:long "-1.53219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1186'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1186'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53219'^^xsd:double;
  dwc:latitude '48.68867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53219 48.68867, -1.53219 48.68867, -1.53219 48.68867, -1.53219 48.68867, -1.53219 48.68867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1186'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2113> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69212 -1.53219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69212"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69212 -1.53219)"^^geo:wktLiteral ;
  geo-pos:lat "48.69212"^^xsd:decimal ;
  geo-pos:long "-1.53219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2113'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2113'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53219'^^xsd:double;
  dwc:latitude '48.69212'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53219 48.69212, -1.53219 48.69212, -1.53219 48.69212, -1.53219 48.69212, -1.53219 48.69212))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2113'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69784 -1.53219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69784"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69784 -1.53219)"^^geo:wktLiteral ;
  geo-pos:lat "48.69784"^^xsd:decimal ;
  geo-pos:long "-1.53219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2868'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53219'^^xsd:double;
  dwc:latitude '48.69784'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53219 48.69784, -1.53219 48.69784, -1.53219 48.69784, -1.53219 48.69784, -1.53219 48.69784))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2868'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68813 -1.53218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68813 -1.53218)"^^geo:wktLiteral ;
  geo-pos:lat "48.68813"^^xsd:decimal ;
  geo-pos:long "-1.53218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2361'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53218'^^xsd:double;
  dwc:latitude '48.68813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53218 48.68813, -1.53218 48.68813, -1.53218 48.68813, -1.53218 48.68813, -1.53218 48.68813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2361'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.53217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69214"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69214 -1.53217)"^^geo:wktLiteral ;
  geo-pos:lat "48.69214"^^xsd:decimal ;
  geo-pos:long "-1.53217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4104'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '8.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53217'^^xsd:double;
  dwc:latitude '48.69214'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53217 48.69214, -1.53217 48.69214, -1.53217 48.69214, -1.53217 48.69214, -1.53217 48.69214))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4104'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72107 -1.53217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72107 -1.53217)"^^geo:wktLiteral ;
  geo-pos:lat "48.72107"^^xsd:decimal ;
  geo-pos:long "-1.53217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5645'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53217'^^xsd:double;
  dwc:latitude '48.72107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53217 48.72107, -1.53217 48.72107, -1.53217 48.72107, -1.53217 48.72107, -1.53217 48.72107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5645'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69805 -1.53216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69805 -1.53216)"^^geo:wktLiteral ;
  geo-pos:lat "48.69805"^^xsd:decimal ;
  geo-pos:long "-1.53216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2763'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53216'^^xsd:double;
  dwc:latitude '48.69805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53216 48.69805, -1.53216 48.69805, -1.53216 48.69805, -1.53216 48.69805, -1.53216 48.69805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2763'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2866> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69928 -1.53216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69928 -1.53216)"^^geo:wktLiteral ;
  geo-pos:lat "48.69928"^^xsd:decimal ;
  geo-pos:long "-1.53216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2866'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2866'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53216'^^xsd:double;
  dwc:latitude '48.69928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53216 48.69928, -1.53216 48.69928, -1.53216 48.69928, -1.53216 48.69928, -1.53216 48.69928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2866'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7021 -1.53216)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7021"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53216"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7021 -1.53216)"^^geo:wktLiteral ;
  geo-pos:lat "48.7021"^^xsd:decimal ;
  geo-pos:long "-1.53216"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10267'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53216'^^xsd:double;
  dwc:latitude '48.7021'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53216 48.7021, -1.53216 48.7021, -1.53216 48.7021, -1.53216 48.7021, -1.53216 48.7021))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10267'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9807> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69376 -1.53215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69376"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69376 -1.53215)"^^geo:wktLiteral ;
  geo-pos:lat "48.69376"^^xsd:decimal ;
  geo-pos:long "-1.53215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9807'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9807'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53215'^^xsd:double;
  dwc:latitude '48.69376'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53215 48.69376, -1.53215 48.69376, -1.53215 48.69376, -1.53215 48.69376, -1.53215 48.69376))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9807'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69872 -1.53215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69872 -1.53215)"^^geo:wktLiteral ;
  geo-pos:lat "48.69872"^^xsd:decimal ;
  geo-pos:long "-1.53215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6515'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53215'^^xsd:double;
  dwc:latitude '48.69872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53215 48.69872, -1.53215 48.69872, -1.53215 48.69872, -1.53215 48.69872, -1.53215 48.69872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6515'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72352 -1.53215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72352 -1.53215)"^^geo:wktLiteral ;
  geo-pos:lat "48.72352"^^xsd:decimal ;
  geo-pos:long "-1.53215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10412'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53215'^^xsd:double;
  dwc:latitude '48.72352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53215 48.72352, -1.53215 48.72352, -1.53215 48.72352, -1.53215 48.72352, -1.53215 48.72352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10412'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70744 -1.53212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70744 -1.53212)"^^geo:wktLiteral ;
  geo-pos:lat "48.70744"^^xsd:decimal ;
  geo-pos:long "-1.53212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4823'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53212'^^xsd:double;
  dwc:latitude '48.70744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53212 48.70744, -1.53212 48.70744, -1.53212 48.70744, -1.53212 48.70744, -1.53212 48.70744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4823'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68722 -1.53211)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53211"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68722 -1.53211)"^^geo:wktLiteral ;
  geo-pos:lat "48.68722"^^xsd:decimal ;
  geo-pos:long "-1.53211"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1932'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53211'^^xsd:double;
  dwc:latitude '48.68722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53211 48.68722, -1.53211 48.68722, -1.53211 48.68722, -1.53211 48.68722, -1.53211 48.68722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1932'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1532> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68918 -1.53209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68918 -1.53209)"^^geo:wktLiteral ;
  geo-pos:lat "48.68918"^^xsd:decimal ;
  geo-pos:long "-1.53209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1532'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1532'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53209'^^xsd:double;
  dwc:latitude '48.68918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53209 48.68918, -1.53209 48.68918, -1.53209 48.68918, -1.53209 48.68918, -1.53209 48.68918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1532'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72397 -1.53209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72397 -1.53209)"^^geo:wktLiteral ;
  geo-pos:lat "48.72397"^^xsd:decimal ;
  geo-pos:long "-1.53209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_940'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53209'^^xsd:double;
  dwc:latitude '48.72397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53209 48.72397, -1.53209 48.72397, -1.53209 48.72397, -1.53209 48.72397, -1.53209 48.72397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_940'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70029 -1.53206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70029"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70029 -1.53206)"^^geo:wktLiteral ;
  geo-pos:lat "48.70029"^^xsd:decimal ;
  geo-pos:long "-1.53206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3395'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53206'^^xsd:double;
  dwc:latitude '48.70029'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53206 48.70029, -1.53206 48.70029, -1.53206 48.70029, -1.53206 48.70029, -1.53206 48.70029))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3395'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68961 -1.53205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68961 -1.53205)"^^geo:wktLiteral ;
  geo-pos:lat "48.68961"^^xsd:decimal ;
  geo-pos:long "-1.53205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5994'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53205'^^xsd:double;
  dwc:latitude '48.68961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53205 48.68961, -1.53205 48.68961, -1.53205 48.68961, -1.53205 48.68961, -1.53205 48.68961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5994'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70713 -1.53205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70713"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70713 -1.53205)"^^geo:wktLiteral ;
  geo-pos:lat "48.70713"^^xsd:decimal ;
  geo-pos:long "-1.53205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1279'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.88333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53205'^^xsd:double;
  dwc:latitude '48.70713'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53205 48.70713, -1.53205 48.70713, -1.53205 48.70713, -1.53205 48.70713, -1.53205 48.70713))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1279'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7001 -1.53202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7001 -1.53202)"^^geo:wktLiteral ;
  geo-pos:lat "48.7001"^^xsd:decimal ;
  geo-pos:long "-1.53202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8260'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.016666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53202'^^xsd:double;
  dwc:latitude '48.7001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53202 48.7001, -1.53202 48.7001, -1.53202 48.7001, -1.53202 48.7001, -1.53202 48.7001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8260'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68928 -1.53201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68928 -1.53201)"^^geo:wktLiteral ;
  geo-pos:lat "48.68928"^^xsd:decimal ;
  geo-pos:long "-1.53201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4256'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53201'^^xsd:double;
  dwc:latitude '48.68928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53201 48.68928, -1.53201 48.68928, -1.53201 48.68928, -1.53201 48.68928, -1.53201 48.68928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4256'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70743 -1.53201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70743 -1.53201)"^^geo:wktLiteral ;
  geo-pos:lat "48.70743"^^xsd:decimal ;
  geo-pos:long "-1.53201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_575'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53201'^^xsd:double;
  dwc:latitude '48.70743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53201 48.70743, -1.53201 48.70743, -1.53201 48.70743, -1.53201 48.70743, -1.53201 48.70743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_575'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72348 -1.53198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72348 -1.53198)"^^geo:wktLiteral ;
  geo-pos:lat "48.72348"^^xsd:decimal ;
  geo-pos:long "-1.53198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_933'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53198'^^xsd:double;
  dwc:latitude '48.72348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53198 48.72348, -1.53198 48.72348, -1.53198 48.72348, -1.53198 48.72348, -1.53198 48.72348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_933'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72276 -1.53197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72276 -1.53197)"^^geo:wktLiteral ;
  geo-pos:lat "48.72276"^^xsd:decimal ;
  geo-pos:long "-1.53197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8094'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53197'^^xsd:double;
  dwc:latitude '48.72276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53197 48.72276, -1.53197 48.72276, -1.53197 48.72276, -1.53197 48.72276, -1.53197 48.72276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8094'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68869 -1.53196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68869 -1.53196)"^^geo:wktLiteral ;
  geo-pos:lat "48.68869"^^xsd:decimal ;
  geo-pos:long "-1.53196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2938'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53196'^^xsd:double;
  dwc:latitude '48.68869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53196 48.68869, -1.53196 48.68869, -1.53196 48.68869, -1.53196 48.68869, -1.53196 48.68869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2938'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70202 -1.53196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70202"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70202 -1.53196)"^^geo:wktLiteral ;
  geo-pos:lat "48.70202"^^xsd:decimal ;
  geo-pos:long "-1.53196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9052'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53196'^^xsd:double;
  dwc:latitude '48.70202'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53196 48.70202, -1.53196 48.70202, -1.53196 48.70202, -1.53196 48.70202, -1.53196 48.70202))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9052'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64791 -1.53195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64791"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64791 -1.53195)"^^geo:wktLiteral ;
  geo-pos:lat "48.64791"^^xsd:decimal ;
  geo-pos:long "-1.53195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_784'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53195'^^xsd:double;
  dwc:latitude '48.64791'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53195 48.64791, -1.53195 48.64791, -1.53195 48.64791, -1.53195 48.64791, -1.53195 48.64791))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_784'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69116 -1.53194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69116 -1.53194)"^^geo:wktLiteral ;
  geo-pos:lat "48.69116"^^xsd:decimal ;
  geo-pos:long "-1.53194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1934'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53194'^^xsd:double;
  dwc:latitude '48.69116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53194 48.69116, -1.53194 48.69116, -1.53194 48.69116, -1.53194 48.69116, -1.53194 48.69116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1934'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69452 -1.53194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69452"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69452 -1.53194)"^^geo:wktLiteral ;
  geo-pos:lat "48.69452"^^xsd:decimal ;
  geo-pos:long "-1.53194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_2843'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53194'^^xsd:double;
  dwc:latitude '48.69452'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53194 48.69452, -1.53194 48.69452, -1.53194 48.69452, -1.53194 48.69452, -1.53194 48.69452))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2843'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.53194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.53194)"^^geo:wktLiteral ;
  geo-pos:lat "48.70385"^^xsd:decimal ;
  geo-pos:long "-1.53194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_9151'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53194'^^xsd:double;
  dwc:latitude '48.70385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53194 48.70385, -1.53194 48.70385, -1.53194 48.70385, -1.53194 48.70385, -1.53194 48.70385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9151'^^xsd:string;
  dwc:observationDate '2008-01-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70987 -1.53193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70987"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70987 -1.53193)"^^geo:wktLiteral ;
  geo-pos:lat "48.70987"^^xsd:decimal ;
  geo-pos:long "-1.53193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_5619'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53193'^^xsd:double;
  dwc:latitude '48.70987'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53193 48.70987, -1.53193 48.70987, -1.53193 48.70987, -1.53193 48.70987, -1.53193 48.70987))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5619'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65554 -1.53192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65554"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65554 -1.53192)"^^geo:wktLiteral ;
  geo-pos:lat "48.65554"^^xsd:decimal ;
  geo-pos:long "-1.53192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11475'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53192'^^xsd:double;
  dwc:latitude '48.65554'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53192 48.65554, -1.53192 48.65554, -1.53192 48.65554, -1.53192 48.65554, -1.53192 48.65554))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11475'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65556 -1.53192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65556 -1.53192)"^^geo:wktLiteral ;
  geo-pos:lat "48.65556"^^xsd:decimal ;
  geo-pos:long "-1.53192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7432'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53192'^^xsd:double;
  dwc:latitude '48.65556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53192 48.65556, -1.53192 48.65556, -1.53192 48.65556, -1.53192 48.65556, -1.53192 48.65556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7432'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11474> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65558 -1.53192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65558 -1.53192)"^^geo:wktLiteral ;
  geo-pos:lat "48.65558"^^xsd:decimal ;
  geo-pos:long "-1.53192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11474'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_11474'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53192'^^xsd:double;
  dwc:latitude '48.65558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53192 48.65558, -1.53192 48.65558, -1.53192 48.65558, -1.53192 48.65558, -1.53192 48.65558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11474'^^xsd:string;
  dwc:observationDate '2007-12-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13682> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69834 -1.53192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69834 -1.53192)"^^geo:wktLiteral ;
  geo-pos:lat "48.69834"^^xsd:decimal ;
  geo-pos:long "-1.53192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13682'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13682'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53192'^^xsd:double;
  dwc:latitude '48.69834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53192 48.69834, -1.53192 48.69834, -1.53192 48.69834, -1.53192 48.69834, -1.53192 48.69834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13682'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70122 -1.53192)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53192"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70122 -1.53192)"^^geo:wktLiteral ;
  geo-pos:lat "48.70122"^^xsd:decimal ;
  geo-pos:long "-1.53192"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2761'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53192'^^xsd:double;
  dwc:latitude '48.70122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53192 48.70122, -1.53192 48.70122, -1.53192 48.70122, -1.53192 48.70122, -1.53192 48.70122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2761'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69656 -1.53191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69656 -1.53191)"^^geo:wktLiteral ;
  geo-pos:lat "48.69656"^^xsd:decimal ;
  geo-pos:long "-1.53191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2867'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53191'^^xsd:double;
  dwc:latitude '48.69656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53191 48.69656, -1.53191 48.69656, -1.53191 48.69656, -1.53191 48.69656, -1.53191 48.69656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2867'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4480> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7014 -1.53191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7014 -1.53191)"^^geo:wktLiteral ;
  geo-pos:lat "48.7014"^^xsd:decimal ;
  geo-pos:long "-1.53191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4480'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4480'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53191'^^xsd:double;
  dwc:latitude '48.7014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53191 48.7014, -1.53191 48.7014, -1.53191 48.7014, -1.53191 48.7014, -1.53191 48.7014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4480'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65285 -1.5319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65285 -1.5319)"^^geo:wktLiteral ;
  geo-pos:lat "48.65285"^^xsd:decimal ;
  geo-pos:long "-1.5319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_7234'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5319'^^xsd:double;
  dwc:latitude '48.65285'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5319 48.65285, -1.5319 48.65285, -1.5319 48.65285, -1.5319 48.65285, -1.5319 48.65285))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7234'^^xsd:string;
  dwc:observationDate '2006-06-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70705 -1.53188)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53188"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70705 -1.53188)"^^geo:wktLiteral ;
  geo-pos:lat "48.70705"^^xsd:decimal ;
  geo-pos:long "-1.53188"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2176'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53188'^^xsd:double;
  dwc:latitude '48.70705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53188 48.70705, -1.53188 48.70705, -1.53188 48.70705, -1.53188 48.70705, -1.53188 48.70705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2176'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70503 -1.53186)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53186"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70503 -1.53186)"^^geo:wktLiteral ;
  geo-pos:lat "48.70503"^^xsd:decimal ;
  geo-pos:long "-1.53186"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_536'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53186'^^xsd:double;
  dwc:latitude '48.70503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53186 48.70503, -1.53186 48.70503, -1.53186 48.70503, -1.53186 48.70503, -1.53186 48.70503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_536'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67558 -1.53184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67558 -1.53184)"^^geo:wktLiteral ;
  geo-pos:lat "48.67558"^^xsd:decimal ;
  geo-pos:long "-1.53184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2913'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53184'^^xsd:double;
  dwc:latitude '48.67558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53184 48.67558, -1.53184 48.67558, -1.53184 48.67558, -1.53184 48.67558, -1.53184 48.67558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2913'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_377> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6974 -1.53183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6974"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6974 -1.53183)"^^geo:wktLiteral ;
  geo-pos:lat "48.6974"^^xsd:decimal ;
  geo-pos:long "-1.53183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_377'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_377'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53183'^^xsd:double;
  dwc:latitude '48.6974'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53183 48.6974, -1.53183 48.6974, -1.53183 48.6974, -1.53183 48.6974, -1.53183 48.6974))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_377'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71049 -1.53183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71049 -1.53183)"^^geo:wktLiteral ;
  geo-pos:lat "48.71049"^^xsd:decimal ;
  geo-pos:long "-1.53183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9050'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53183'^^xsd:double;
  dwc:latitude '48.71049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53183 48.71049, -1.53183 48.71049, -1.53183 48.71049, -1.53183 48.71049, -1.53183 48.71049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9050'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8120> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71268 -1.53183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71268"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71268 -1.53183)"^^geo:wktLiteral ;
  geo-pos:lat "48.71268"^^xsd:decimal ;
  geo-pos:long "-1.53183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8120'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_8120'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53183'^^xsd:double;
  dwc:latitude '48.71268'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53183 48.71268, -1.53183 48.71268, -1.53183 48.71268, -1.53183 48.71268, -1.53183 48.71268))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8120'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7909> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72931 -1.53182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72931"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72931 -1.53182)"^^geo:wktLiteral ;
  geo-pos:lat "48.72931"^^xsd:decimal ;
  geo-pos:long "-1.53182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7909'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7909'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53182'^^xsd:double;
  dwc:latitude '48.72931'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53182 48.72931, -1.53182 48.72931, -1.53182 48.72931, -1.53182 48.72931, -1.53182 48.72931))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7909'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68679 -1.53181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68679 -1.53181)"^^geo:wktLiteral ;
  geo-pos:lat "48.68679"^^xsd:decimal ;
  geo-pos:long "-1.53181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2604'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53181'^^xsd:double;
  dwc:latitude '48.68679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53181 48.68679, -1.53181 48.68679, -1.53181 48.68679, -1.53181 48.68679, -1.53181 48.68679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2604'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1180> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68734 -1.53181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68734"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68734 -1.53181)"^^geo:wktLiteral ;
  geo-pos:lat "48.68734"^^xsd:decimal ;
  geo-pos:long "-1.53181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1180'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1180'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53181'^^xsd:double;
  dwc:latitude '48.68734'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53181 48.68734, -1.53181 48.68734, -1.53181 48.68734, -1.53181 48.68734, -1.53181 48.68734))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1180'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.53181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.53181)"^^geo:wktLiteral ;
  geo-pos:lat "48.70725"^^xsd:decimal ;
  geo-pos:long "-1.53181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_4883'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53181'^^xsd:double;
  dwc:latitude '48.70725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53181 48.70725, -1.53181 48.70725, -1.53181 48.70725, -1.53181 48.70725, -1.53181 48.70725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4883'^^xsd:string;
  dwc:observationDate '2006-05-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71615 -1.53181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71615 -1.53181)"^^geo:wktLiteral ;
  geo-pos:lat "48.71615"^^xsd:decimal ;
  geo-pos:long "-1.53181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_496'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53181'^^xsd:double;
  dwc:latitude '48.71615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53181 48.71615, -1.53181 48.71615, -1.53181 48.71615, -1.53181 48.71615, -1.53181 48.71615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_496'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71834 -1.53181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71834 -1.53181)"^^geo:wktLiteral ;
  geo-pos:lat "48.71834"^^xsd:decimal ;
  geo-pos:long "-1.53181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4523'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53181'^^xsd:double;
  dwc:latitude '48.71834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53181 48.71834, -1.53181 48.71834, -1.53181 48.71834, -1.53181 48.71834, -1.53181 48.71834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4523'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10101> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72043 -1.53181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72043 -1.53181)"^^geo:wktLiteral ;
  geo-pos:lat "48.72043"^^xsd:decimal ;
  geo-pos:long "-1.53181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10101'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10101'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53181'^^xsd:double;
  dwc:latitude '48.72043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53181 48.72043, -1.53181 48.72043, -1.53181 48.72043, -1.53181 48.72043, -1.53181 48.72043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10101'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.53179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.53179)"^^geo:wktLiteral ;
  geo-pos:lat "48.6903"^^xsd:decimal ;
  geo-pos:long "-1.53179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3066'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53179'^^xsd:double;
  dwc:latitude '48.6903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53179 48.6903, -1.53179 48.6903, -1.53179 48.6903, -1.53179 48.6903, -1.53179 48.6903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3066'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65559 -1.53178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65559"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65559 -1.53178)"^^geo:wktLiteral ;
  geo-pos:lat "48.65559"^^xsd:decimal ;
  geo-pos:long "-1.53178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11057'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53178'^^xsd:double;
  dwc:latitude '48.65559'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53178 48.65559, -1.53178 48.65559, -1.53178 48.65559, -1.53178 48.65559, -1.53178 48.65559))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11057'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69113 -1.53178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69113 -1.53178)"^^geo:wktLiteral ;
  geo-pos:lat "48.69113"^^xsd:decimal ;
  geo-pos:long "-1.53178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2317'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53178'^^xsd:double;
  dwc:latitude '48.69113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53178 48.69113, -1.53178 48.69113, -1.53178 48.69113, -1.53178 48.69113, -1.53178 48.69113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2317'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7074 -1.53178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7074 -1.53178)"^^geo:wktLiteral ;
  geo-pos:lat "48.7074"^^xsd:decimal ;
  geo-pos:long "-1.53178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_837'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53178'^^xsd:double;
  dwc:latitude '48.7074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53178 48.7074, -1.53178 48.7074, -1.53178 48.7074, -1.53178 48.7074, -1.53178 48.7074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_837'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70073 -1.53177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70073 -1.53177)"^^geo:wktLiteral ;
  geo-pos:lat "48.70073"^^xsd:decimal ;
  geo-pos:long "-1.53177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2033'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53177'^^xsd:double;
  dwc:latitude '48.70073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53177 48.70073, -1.53177 48.70073, -1.53177 48.70073, -1.53177 48.70073, -1.53177 48.70073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2033'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69396 -1.53174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69396 -1.53174)"^^geo:wktLiteral ;
  geo-pos:lat "48.69396"^^xsd:decimal ;
  geo-pos:long "-1.53174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10239'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53174'^^xsd:double;
  dwc:latitude '48.69396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53174 48.69396, -1.53174 48.69396, -1.53174 48.69396, -1.53174 48.69396, -1.53174 48.69396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10239'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7026 -1.53173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7026 -1.53173)"^^geo:wktLiteral ;
  geo-pos:lat "48.7026"^^xsd:decimal ;
  geo-pos:long "-1.53173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_879'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53173'^^xsd:double;
  dwc:latitude '48.7026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53173 48.7026, -1.53173 48.7026, -1.53173 48.7026, -1.53173 48.7026, -1.53173 48.7026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_879'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2946> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69727 -1.5317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69727 -1.5317)"^^geo:wktLiteral ;
  geo-pos:lat "48.69727"^^xsd:decimal ;
  geo-pos:long "-1.5317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2946'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2946'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5317'^^xsd:double;
  dwc:latitude '48.69727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5317 48.69727, -1.5317 48.69727, -1.5317 48.69727, -1.5317 48.69727, -1.5317 48.69727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2946'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69105 -1.53169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69105 -1.53169)"^^geo:wktLiteral ;
  geo-pos:lat "48.69105"^^xsd:decimal ;
  geo-pos:long "-1.53169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3570'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53169'^^xsd:double;
  dwc:latitude '48.69105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53169 48.69105, -1.53169 48.69105, -1.53169 48.69105, -1.53169 48.69105, -1.53169 48.69105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3570'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69179 -1.53169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69179"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69179 -1.53169)"^^geo:wktLiteral ;
  geo-pos:lat "48.69179"^^xsd:decimal ;
  geo-pos:long "-1.53169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1467'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '2.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53169'^^xsd:double;
  dwc:latitude '48.69179'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53169 48.69179, -1.53169 48.69179, -1.53169 48.69179, -1.53169 48.69179, -1.53169 48.69179))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1467'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10000> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69418 -1.53169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69418 -1.53169)"^^geo:wktLiteral ;
  geo-pos:lat "48.69418"^^xsd:decimal ;
  geo-pos:long "-1.53169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10000'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_10000'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53169'^^xsd:double;
  dwc:latitude '48.69418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53169 48.69418, -1.53169 48.69418, -1.53169 48.69418, -1.53169 48.69418, -1.53169 48.69418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10000'^^xsd:string;
  dwc:observationDate '2008-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69479 -1.53169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69479 -1.53169)"^^geo:wktLiteral ;
  geo-pos:lat "48.69479"^^xsd:decimal ;
  geo-pos:long "-1.53169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1221'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53169'^^xsd:double;
  dwc:latitude '48.69479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53169 48.69479, -1.53169 48.69479, -1.53169 48.69479, -1.53169 48.69479, -1.53169 48.69479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1221'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66203 -1.53168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66203 -1.53168)"^^geo:wktLiteral ;
  geo-pos:lat "48.66203"^^xsd:decimal ;
  geo-pos:long "-1.53168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_145'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53168'^^xsd:double;
  dwc:latitude '48.66203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53168 48.66203, -1.53168 48.66203, -1.53168 48.66203, -1.53168 48.66203, -1.53168 48.66203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_145'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69191 -1.53168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69191"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69191 -1.53168)"^^geo:wktLiteral ;
  geo-pos:lat "48.69191"^^xsd:decimal ;
  geo-pos:long "-1.53168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1429'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53168'^^xsd:double;
  dwc:latitude '48.69191'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53168 48.69191, -1.53168 48.69191, -1.53168 48.69191, -1.53168 48.69191, -1.53168 48.69191))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1429'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69221 -1.53168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69221 -1.53168)"^^geo:wktLiteral ;
  geo-pos:lat "48.69221"^^xsd:decimal ;
  geo-pos:long "-1.53168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_9766'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53168'^^xsd:double;
  dwc:latitude '48.69221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53168 48.69221, -1.53168 48.69221, -1.53168 48.69221, -1.53168 48.69221, -1.53168 48.69221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9766'^^xsd:string;
  dwc:observationDate '2008-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71706 -1.53168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71706 -1.53168)"^^geo:wktLiteral ;
  geo-pos:lat "48.71706"^^xsd:decimal ;
  geo-pos:long "-1.53168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_6241'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '10.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53168'^^xsd:double;
  dwc:latitude '48.71706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53168 48.71706, -1.53168 48.71706, -1.53168 48.71706, -1.53168 48.71706, -1.53168 48.71706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6241'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66358 -1.53167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66358 -1.53167)"^^geo:wktLiteral ;
  geo-pos:lat "48.66358"^^xsd:decimal ;
  geo-pos:long "-1.53167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2587'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53167'^^xsd:double;
  dwc:latitude '48.66358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53167 48.66358, -1.53167 48.66358, -1.53167 48.66358, -1.53167 48.66358, -1.53167 48.66358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2587'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70042 -1.53167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70042 -1.53167)"^^geo:wktLiteral ;
  geo-pos:lat "48.70042"^^xsd:decimal ;
  geo-pos:long "-1.53167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8053'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53167'^^xsd:double;
  dwc:latitude '48.70042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53167 48.70042, -1.53167 48.70042, -1.53167 48.70042, -1.53167 48.70042, -1.53167 48.70042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8053'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4241> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70067 -1.53167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70067"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70067 -1.53167)"^^geo:wktLiteral ;
  geo-pos:lat "48.70067"^^xsd:decimal ;
  geo-pos:long "-1.53167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4241'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4241'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53167'^^xsd:double;
  dwc:latitude '48.70067'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53167 48.70067, -1.53167 48.70067, -1.53167 48.70067, -1.53167 48.70067, -1.53167 48.70067))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4241'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71572 -1.53167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71572 -1.53167)"^^geo:wktLiteral ;
  geo-pos:lat "48.71572"^^xsd:decimal ;
  geo-pos:long "-1.53167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2250'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53167'^^xsd:double;
  dwc:latitude '48.71572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53167 48.71572, -1.53167 48.71572, -1.53167 48.71572, -1.53167 48.71572, -1.53167 48.71572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2250'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72259 -1.53167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72259"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72259 -1.53167)"^^geo:wktLiteral ;
  geo-pos:lat "48.72259"^^xsd:decimal ;
  geo-pos:long "-1.53167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_944'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53167'^^xsd:double;
  dwc:latitude '48.72259'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53167 48.72259, -1.53167 48.72259, -1.53167 48.72259, -1.53167 48.72259, -1.53167 48.72259))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_944'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69295 -1.53165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69295 -1.53165)"^^geo:wktLiteral ;
  geo-pos:lat "48.69295"^^xsd:decimal ;
  geo-pos:long "-1.53165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8020'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53165'^^xsd:double;
  dwc:latitude '48.69295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53165 48.69295, -1.53165 48.69295, -1.53165 48.69295, -1.53165 48.69295, -1.53165 48.69295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8020'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68961 -1.53164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68961 -1.53164)"^^geo:wktLiteral ;
  geo-pos:lat "48.68961"^^xsd:decimal ;
  geo-pos:long "-1.53164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1469'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53164'^^xsd:double;
  dwc:latitude '48.68961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53164 48.68961, -1.53164 48.68961, -1.53164 48.68961, -1.53164 48.68961, -1.53164 48.68961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1469'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3042> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68994 -1.53164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68994 -1.53164)"^^geo:wktLiteral ;
  geo-pos:lat "48.68994"^^xsd:decimal ;
  geo-pos:long "-1.53164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3042'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3042'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53164'^^xsd:double;
  dwc:latitude '48.68994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53164 48.68994, -1.53164 48.68994, -1.53164 48.68994, -1.53164 48.68994, -1.53164 48.68994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3042'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69263 -1.53164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69263 -1.53164)"^^geo:wktLiteral ;
  geo-pos:lat "48.69263"^^xsd:decimal ;
  geo-pos:long "-1.53164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8261'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53164'^^xsd:double;
  dwc:latitude '48.69263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53164 48.69263, -1.53164 48.69263, -1.53164 48.69263, -1.53164 48.69263, -1.53164 48.69263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8261'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70604 -1.53162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70604 -1.53162)"^^geo:wktLiteral ;
  geo-pos:lat "48.70604"^^xsd:decimal ;
  geo-pos:long "-1.53162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2733'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53162'^^xsd:double;
  dwc:latitude '48.70604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53162 48.70604, -1.53162 48.70604, -1.53162 48.70604, -1.53162 48.70604, -1.53162 48.70604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2733'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71245 -1.53162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71245"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71245 -1.53162)"^^geo:wktLiteral ;
  geo-pos:lat "48.71245"^^xsd:decimal ;
  geo-pos:long "-1.53162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3269'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53162'^^xsd:double;
  dwc:latitude '48.71245'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53162 48.71245, -1.53162 48.71245, -1.53162 48.71245, -1.53162 48.71245, -1.53162 48.71245))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3269'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4784> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67756 -1.53161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67756 -1.53161)"^^geo:wktLiteral ;
  geo-pos:lat "48.67756"^^xsd:decimal ;
  geo-pos:long "-1.53161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4784'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4784'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53161'^^xsd:double;
  dwc:latitude '48.67756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53161 48.67756, -1.53161 48.67756, -1.53161 48.67756, -1.53161 48.67756, -1.53161 48.67756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4784'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70588 -1.53161)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70588"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53161"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70588 -1.53161)"^^geo:wktLiteral ;
  geo-pos:lat "48.70588"^^xsd:decimal ;
  geo-pos:long "-1.53161"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1301'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53161'^^xsd:double;
  dwc:latitude '48.70588'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53161 48.70588, -1.53161 48.70588, -1.53161 48.70588, -1.53161 48.70588, -1.53161 48.70588))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1301'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68959 -1.5316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68959 -1.5316)"^^geo:wktLiteral ;
  geo-pos:lat "48.68959"^^xsd:decimal ;
  geo-pos:long "-1.5316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2912'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5316'^^xsd:double;
  dwc:latitude '48.68959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5316 48.68959, -1.5316 48.68959, -1.5316 48.68959, -1.5316 48.68959, -1.5316 48.68959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2912'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3050> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69083 -1.5316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69083 -1.5316)"^^geo:wktLiteral ;
  geo-pos:lat "48.69083"^^xsd:decimal ;
  geo-pos:long "-1.5316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3050'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3050'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5316'^^xsd:double;
  dwc:latitude '48.69083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5316 48.69083, -1.5316 48.69083, -1.5316 48.69083, -1.5316 48.69083, -1.5316 48.69083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3050'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69306 -1.5316)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5316"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69306 -1.5316)"^^geo:wktLiteral ;
  geo-pos:lat "48.69306"^^xsd:decimal ;
  geo-pos:long "-1.5316"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8029'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5316'^^xsd:double;
  dwc:latitude '48.69306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5316 48.69306, -1.5316 48.69306, -1.5316 48.69306, -1.5316 48.69306, -1.5316 48.69306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8029'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68345 -1.53159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68345 -1.53159)"^^geo:wktLiteral ;
  geo-pos:lat "48.68345"^^xsd:decimal ;
  geo-pos:long "-1.53159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10316'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53159'^^xsd:double;
  dwc:latitude '48.68345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53159 48.68345, -1.53159 48.68345, -1.53159 48.68345, -1.53159 48.68345, -1.53159 48.68345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10316'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72126 -1.53159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72126 -1.53159)"^^geo:wktLiteral ;
  geo-pos:lat "48.72126"^^xsd:decimal ;
  geo-pos:long "-1.53159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_681'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53159'^^xsd:double;
  dwc:latitude '48.72126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53159 48.72126, -1.53159 48.72126, -1.53159 48.72126, -1.53159 48.72126, -1.53159 48.72126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_681'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1533> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69044 -1.53158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69044"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69044 -1.53158)"^^geo:wktLiteral ;
  geo-pos:lat "48.69044"^^xsd:decimal ;
  geo-pos:long "-1.53158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1533'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1533'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53158'^^xsd:double;
  dwc:latitude '48.69044'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53158 48.69044, -1.53158 48.69044, -1.53158 48.69044, -1.53158 48.69044, -1.53158 48.69044))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1533'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69297 -1.53157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69297 -1.53157)"^^geo:wktLiteral ;
  geo-pos:lat "48.69297"^^xsd:decimal ;
  geo-pos:long "-1.53157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8028'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53157'^^xsd:double;
  dwc:latitude '48.69297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53157 48.69297, -1.53157 48.69297, -1.53157 48.69297, -1.53157 48.69297, -1.53157 48.69297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8028'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5803> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69715 -1.53157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69715"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69715 -1.53157)"^^geo:wktLiteral ;
  geo-pos:lat "48.69715"^^xsd:decimal ;
  geo-pos:long "-1.53157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5803'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5803'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53157'^^xsd:double;
  dwc:latitude '48.69715'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53157 48.69715, -1.53157 48.69715, -1.53157 48.69715, -1.53157 48.69715, -1.53157 48.69715))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5803'^^xsd:string;
  dwc:observationDate '2006-04-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65948 -1.53154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65948 -1.53154)"^^geo:wktLiteral ;
  geo-pos:lat "48.65948"^^xsd:decimal ;
  geo-pos:long "-1.53154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11619'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53154'^^xsd:double;
  dwc:latitude '48.65948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53154 48.65948, -1.53154 48.65948, -1.53154 48.65948, -1.53154 48.65948, -1.53154 48.65948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11619'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69695 -1.53154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69695"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69695 -1.53154)"^^geo:wktLiteral ;
  geo-pos:lat "48.69695"^^xsd:decimal ;
  geo-pos:long "-1.53154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6781'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53154'^^xsd:double;
  dwc:latitude '48.69695'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53154 48.69695, -1.53154 48.69695, -1.53154 48.69695, -1.53154 48.69695, -1.53154 48.69695))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6781'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1933> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68897 -1.53153)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53153"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68897 -1.53153)"^^geo:wktLiteral ;
  geo-pos:lat "48.68897"^^xsd:decimal ;
  geo-pos:long "-1.53153"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1933'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1933'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53153'^^xsd:double;
  dwc:latitude '48.68897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53153 48.68897, -1.53153 48.68897, -1.53153 48.68897, -1.53153 48.68897, -1.53153 48.68897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1933'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64292 -1.5315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64292 -1.5315)"^^geo:wktLiteral ;
  geo-pos:lat "48.64292"^^xsd:decimal ;
  geo-pos:long "-1.5315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11171'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5315'^^xsd:double;
  dwc:latitude '48.64292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5315 48.64292, -1.5315 48.64292, -1.5315 48.64292, -1.5315 48.64292, -1.5315 48.64292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11171'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69034 -1.5315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69034 -1.5315)"^^geo:wktLiteral ;
  geo-pos:lat "48.69034"^^xsd:decimal ;
  geo-pos:long "-1.5315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_291'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5315'^^xsd:double;
  dwc:latitude '48.69034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5315 48.69034, -1.5315 48.69034, -1.5315 48.69034, -1.5315 48.69034, -1.5315 48.69034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_291'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69482 -1.5315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69482"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69482 -1.5315)"^^geo:wktLiteral ;
  geo-pos:lat "48.69482"^^xsd:decimal ;
  geo-pos:long "-1.5315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10395'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5315'^^xsd:double;
  dwc:latitude '48.69482'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5315 48.69482, -1.5315 48.69482, -1.5315 48.69482, -1.5315 48.69482, -1.5315 48.69482))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10395'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6969 -1.5315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6969 -1.5315)"^^geo:wktLiteral ;
  geo-pos:lat "48.6969"^^xsd:decimal ;
  geo-pos:long "-1.5315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6970'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5315'^^xsd:double;
  dwc:latitude '48.6969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5315 48.6969, -1.5315 48.6969, -1.5315 48.6969, -1.5315 48.6969, -1.5315 48.6969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6970'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69319 -1.53149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69319 -1.53149)"^^geo:wktLiteral ;
  geo-pos:lat "48.69319"^^xsd:decimal ;
  geo-pos:long "-1.53149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10153'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53149'^^xsd:double;
  dwc:latitude '48.69319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53149 48.69319, -1.53149 48.69319, -1.53149 48.69319, -1.53149 48.69319, -1.53149 48.69319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10153'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71896 -1.53149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71896 -1.53149)"^^geo:wktLiteral ;
  geo-pos:lat "48.71896"^^xsd:decimal ;
  geo-pos:long "-1.53149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_5574'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53149'^^xsd:double;
  dwc:latitude '48.71896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53149 48.71896, -1.53149 48.71896, -1.53149 48.71896, -1.53149 48.71896, -1.53149 48.71896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5574'^^xsd:string;
  dwc:observationDate '2006-04-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1822> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68453 -1.53146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68453 -1.53146)"^^geo:wktLiteral ;
  geo-pos:lat "48.68453"^^xsd:decimal ;
  geo-pos:long "-1.53146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1822'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1822'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53146'^^xsd:double;
  dwc:latitude '48.68453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53146 48.68453, -1.53146 48.68453, -1.53146 48.68453, -1.53146 48.68453, -1.53146 48.68453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1822'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71124 -1.53145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71124"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71124 -1.53145)"^^geo:wktLiteral ;
  geo-pos:lat "48.71124"^^xsd:decimal ;
  geo-pos:long "-1.53145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3316'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53145'^^xsd:double;
  dwc:latitude '48.71124'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53145 48.71124, -1.53145 48.71124, -1.53145 48.71124, -1.53145 48.71124, -1.53145 48.71124))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3316'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66334 -1.53144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66334 -1.53144)"^^geo:wktLiteral ;
  geo-pos:lat "48.66334"^^xsd:decimal ;
  geo-pos:long "-1.53144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1623'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53144'^^xsd:double;
  dwc:latitude '48.66334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53144 48.66334, -1.53144 48.66334, -1.53144 48.66334, -1.53144 48.66334, -1.53144 48.66334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1623'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69465 -1.53144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69465"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69465 -1.53144)"^^geo:wktLiteral ;
  geo-pos:lat "48.69465"^^xsd:decimal ;
  geo-pos:long "-1.53144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6047'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53144'^^xsd:double;
  dwc:latitude '48.69465'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53144 48.69465, -1.53144 48.69465, -1.53144 48.69465, -1.53144 48.69465, -1.53144 48.69465))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6047'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70451 -1.53144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70451 -1.53144)"^^geo:wktLiteral ;
  geo-pos:lat "48.70451"^^xsd:decimal ;
  geo-pos:long "-1.53144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9886'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53144'^^xsd:double;
  dwc:latitude '48.70451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53144 48.70451, -1.53144 48.70451, -1.53144 48.70451, -1.53144 48.70451, -1.53144 48.70451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9886'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71689 -1.53141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71689 -1.53141)"^^geo:wktLiteral ;
  geo-pos:lat "48.71689"^^xsd:decimal ;
  geo-pos:long "-1.53141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_5556'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53141'^^xsd:double;
  dwc:latitude '48.71689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53141 48.71689, -1.53141 48.71689, -1.53141 48.71689, -1.53141 48.71689, -1.53141 48.71689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5556'^^xsd:string;
  dwc:observationDate '2006-04-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70441 -1.5314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70441 -1.5314)"^^geo:wktLiteral ;
  geo-pos:lat "48.70441"^^xsd:decimal ;
  geo-pos:long "-1.5314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7618'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5314'^^xsd:double;
  dwc:latitude '48.70441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5314 48.70441, -1.5314 48.70441, -1.5314 48.70441, -1.5314 48.70441, -1.5314 48.70441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7618'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_934> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72037 -1.5314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72037"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72037 -1.5314)"^^geo:wktLiteral ;
  geo-pos:lat "48.72037"^^xsd:decimal ;
  geo-pos:long "-1.5314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_934'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_934'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5314'^^xsd:double;
  dwc:latitude '48.72037'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5314 48.72037, -1.5314 48.72037, -1.5314 48.72037, -1.5314 48.72037, -1.5314 48.72037))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_934'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68601 -1.53139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68601 -1.53139)"^^geo:wktLiteral ;
  geo-pos:lat "48.68601"^^xsd:decimal ;
  geo-pos:long "-1.53139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5459'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53139'^^xsd:double;
  dwc:latitude '48.68601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53139 48.68601, -1.53139 48.68601, -1.53139 48.68601, -1.53139 48.68601, -1.53139 48.68601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5459'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68786 -1.53139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68786 -1.53139)"^^geo:wktLiteral ;
  geo-pos:lat "48.68786"^^xsd:decimal ;
  geo-pos:long "-1.53139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3040'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53139'^^xsd:double;
  dwc:latitude '48.68786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53139 48.68786, -1.53139 48.68786, -1.53139 48.68786, -1.53139 48.68786, -1.53139 48.68786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3040'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68921 -1.53139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68921 -1.53139)"^^geo:wktLiteral ;
  geo-pos:lat "48.68921"^^xsd:decimal ;
  geo-pos:long "-1.53139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1468'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53139'^^xsd:double;
  dwc:latitude '48.68921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53139 48.68921, -1.53139 48.68921, -1.53139 48.68921, -1.53139 48.68921, -1.53139 48.68921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1468'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69098 -1.53139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69098 -1.53139)"^^geo:wktLiteral ;
  geo-pos:lat "48.69098"^^xsd:decimal ;
  geo-pos:long "-1.53139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4611'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53139'^^xsd:double;
  dwc:latitude '48.69098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53139 48.69098, -1.53139 48.69098, -1.53139 48.69098, -1.53139 48.69098, -1.53139 48.69098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4611'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69241 -1.53137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69241"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69241 -1.53137)"^^geo:wktLiteral ;
  geo-pos:lat "48.69241"^^xsd:decimal ;
  geo-pos:long "-1.53137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7737'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53137'^^xsd:double;
  dwc:latitude '48.69241'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53137 48.69241, -1.53137 48.69241, -1.53137 48.69241, -1.53137 48.69241, -1.53137 48.69241))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7737'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69381 -1.53137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69381"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69381 -1.53137)"^^geo:wktLiteral ;
  geo-pos:lat "48.69381"^^xsd:decimal ;
  geo-pos:long "-1.53137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10488'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53137'^^xsd:double;
  dwc:latitude '48.69381'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53137 48.69381, -1.53137 48.69381, -1.53137 48.69381, -1.53137 48.69381, -1.53137 48.69381))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10488'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71539 -1.53137)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53137"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71539 -1.53137)"^^geo:wktLiteral ;
  geo-pos:lat "48.71539"^^xsd:decimal ;
  geo-pos:long "-1.53137"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8916'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53137'^^xsd:double;
  dwc:latitude '48.71539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53137 48.71539, -1.53137 48.71539, -1.53137 48.71539, -1.53137 48.71539, -1.53137 48.71539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8916'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69181 -1.53135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69181 -1.53135)"^^geo:wktLiteral ;
  geo-pos:lat "48.69181"^^xsd:decimal ;
  geo-pos:long "-1.53135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1238'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53135'^^xsd:double;
  dwc:latitude '48.69181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53135 48.69181, -1.53135 48.69181, -1.53135 48.69181, -1.53135 48.69181, -1.53135 48.69181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1238'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70194 -1.53135)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53135"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70194 -1.53135)"^^geo:wktLiteral ;
  geo-pos:lat "48.70194"^^xsd:decimal ;
  geo-pos:long "-1.53135"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_4625'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.21666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53135'^^xsd:double;
  dwc:latitude '48.70194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53135 48.70194, -1.53135 48.70194, -1.53135 48.70194, -1.53135 48.70194, -1.53135 48.70194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4625'^^xsd:string;
  dwc:observationDate '2006-05-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69457 -1.53134)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69457"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53134"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69457 -1.53134)"^^geo:wktLiteral ;
  geo-pos:lat "48.69457"^^xsd:decimal ;
  geo-pos:long "-1.53134"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_716'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53134'^^xsd:double;
  dwc:latitude '48.69457'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53134 48.69457, -1.53134 48.69457, -1.53134 48.69457, -1.53134 48.69457, -1.53134 48.69457))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_716'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65564 -1.53133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65564 -1.53133)"^^geo:wktLiteral ;
  geo-pos:lat "48.65564"^^xsd:decimal ;
  geo-pos:long "-1.53133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11065'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53133'^^xsd:double;
  dwc:latitude '48.65564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53133 48.65564, -1.53133 48.65564, -1.53133 48.65564, -1.53133 48.65564, -1.53133 48.65564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11065'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65615 -1.53133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65615 -1.53133)"^^geo:wktLiteral ;
  geo-pos:lat "48.65615"^^xsd:decimal ;
  geo-pos:long "-1.53133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11604'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53133'^^xsd:double;
  dwc:latitude '48.65615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53133 48.65615, -1.53133 48.65615, -1.53133 48.65615, -1.53133 48.65615, -1.53133 48.65615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11604'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66474 -1.53131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66474 -1.53131)"^^geo:wktLiteral ;
  geo-pos:lat "48.66474"^^xsd:decimal ;
  geo-pos:long "-1.53131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_104'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53131'^^xsd:double;
  dwc:latitude '48.66474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53131 48.66474, -1.53131 48.66474, -1.53131 48.66474, -1.53131 48.66474, -1.53131 48.66474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_104'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1033> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69532 -1.5313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69532"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69532 -1.5313)"^^geo:wktLiteral ;
  geo-pos:lat "48.69532"^^xsd:decimal ;
  geo-pos:long "-1.5313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1033'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1033'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5313'^^xsd:double;
  dwc:latitude '48.69532'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5313 48.69532, -1.5313 48.69532, -1.5313 48.69532, -1.5313 48.69532, -1.5313 48.69532))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1033'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69028 -1.53127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69028"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69028 -1.53127)"^^geo:wktLiteral ;
  geo-pos:lat "48.69028"^^xsd:decimal ;
  geo-pos:long "-1.53127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1496'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53127'^^xsd:double;
  dwc:latitude '48.69028'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53127 48.69028, -1.53127 48.69028, -1.53127 48.69028, -1.53127 48.69028, -1.53127 48.69028))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1496'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.53127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.53127)"^^geo:wktLiteral ;
  geo-pos:lat "48.69222"^^xsd:decimal ;
  geo-pos:long "-1.53127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_366'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53127'^^xsd:double;
  dwc:latitude '48.69222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53127 48.69222, -1.53127 48.69222, -1.53127 48.69222, -1.53127 48.69222, -1.53127 48.69222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_366'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4044> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -1.53127)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53127"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7 -1.53127)"^^geo:wktLiteral ;
  geo-pos:lat "48.7"^^xsd:decimal ;
  geo-pos:long "-1.53127"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4044'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4044'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53127'^^xsd:double;
  dwc:latitude '48.7'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53127 48.7, -1.53127 48.7, -1.53127 48.7, -1.53127 48.7, -1.53127 48.7))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4044'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68653 -1.53123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68653 -1.53123)"^^geo:wktLiteral ;
  geo-pos:lat "48.68653"^^xsd:decimal ;
  geo-pos:long "-1.53123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1036'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53123'^^xsd:double;
  dwc:latitude '48.68653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53123 48.68653, -1.53123 48.68653, -1.53123 48.68653, -1.53123 48.68653, -1.53123 48.68653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1036'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6728> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71133 -1.5312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71133 -1.5312)"^^geo:wktLiteral ;
  geo-pos:lat "48.71133"^^xsd:decimal ;
  geo-pos:long "-1.5312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6728'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_6728'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5312'^^xsd:double;
  dwc:latitude '48.71133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5312 48.71133, -1.5312 48.71133, -1.5312 48.71133, -1.5312 48.71133, -1.5312 48.71133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6728'^^xsd:string;
  dwc:observationDate '2006-06-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70709 -1.53118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70709 -1.53118)"^^geo:wktLiteral ;
  geo-pos:lat "48.70709"^^xsd:decimal ;
  geo-pos:long "-1.53118"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9109'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53118'^^xsd:double;
  dwc:latitude '48.70709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53118 48.70709, -1.53118 48.70709, -1.53118 48.70709, -1.53118 48.70709, -1.53118 48.70709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9109'^^xsd:string;
  dwc:observationDate '2008-01-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67659 -1.53117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67659 -1.53117)"^^geo:wktLiteral ;
  geo-pos:lat "48.67659"^^xsd:decimal ;
  geo-pos:long "-1.53117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6167'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53117'^^xsd:double;
  dwc:latitude '48.67659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53117 48.67659, -1.53117 48.67659, -1.53117 48.67659, -1.53117 48.67659, -1.53117 48.67659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6167'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66495 -1.53115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66495 -1.53115)"^^geo:wktLiteral ;
  geo-pos:lat "48.66495"^^xsd:decimal ;
  geo-pos:long "-1.53115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2628'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53115'^^xsd:double;
  dwc:latitude '48.66495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53115 48.66495, -1.53115 48.66495, -1.53115 48.66495, -1.53115 48.66495, -1.53115 48.66495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2628'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2947> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69869 -1.53115)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53115"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69869 -1.53115)"^^geo:wktLiteral ;
  geo-pos:lat "48.69869"^^xsd:decimal ;
  geo-pos:long "-1.53115"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2947'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2947'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53115'^^xsd:double;
  dwc:latitude '48.69869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53115 48.69869, -1.53115 48.69869, -1.53115 48.69869, -1.53115 48.69869, -1.53115 48.69869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2947'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6592 -1.53113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6592 -1.53113)"^^geo:wktLiteral ;
  geo-pos:lat "48.6592"^^xsd:decimal ;
  geo-pos:long "-1.53113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_11755'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53113'^^xsd:double;
  dwc:latitude '48.6592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53113 48.6592, -1.53113 48.6592, -1.53113 48.6592, -1.53113 48.6592, -1.53113 48.6592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11755'^^xsd:string;
  dwc:observationDate '2007-12-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69292 -1.53112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69292 -1.53112)"^^geo:wktLiteral ;
  geo-pos:lat "48.69292"^^xsd:decimal ;
  geo-pos:long "-1.53112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9673'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53112'^^xsd:double;
  dwc:latitude '48.69292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53112 48.69292, -1.53112 48.69292, -1.53112 48.69292, -1.53112 48.69292, -1.53112 48.69292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9673'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4222> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69612 -1.53112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69612 -1.53112)"^^geo:wktLiteral ;
  geo-pos:lat "48.69612"^^xsd:decimal ;
  geo-pos:long "-1.53112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4222'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4222'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0.63333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53112'^^xsd:double;
  dwc:latitude '48.69612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53112 48.69612, -1.53112 48.69612, -1.53112 48.69612, -1.53112 48.69612, -1.53112 48.69612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4222'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3770> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70407 -1.5311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70407"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70407 -1.5311)"^^geo:wktLiteral ;
  geo-pos:lat "48.70407"^^xsd:decimal ;
  geo-pos:long "-1.5311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3770'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_3770'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5311'^^xsd:double;
  dwc:latitude '48.70407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5311 48.70407, -1.5311 48.70407, -1.5311 48.70407, -1.5311 48.70407, -1.5311 48.70407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3770'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71932 -1.5311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71932 -1.5311)"^^geo:wktLiteral ;
  geo-pos:lat "48.71932"^^xsd:decimal ;
  geo-pos:long "-1.5311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_5676'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5311'^^xsd:double;
  dwc:latitude '48.71932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5311 48.71932, -1.5311 48.71932, -1.5311 48.71932, -1.5311 48.71932, -1.5311 48.71932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5676'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70591 -1.53109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70591 -1.53109)"^^geo:wktLiteral ;
  geo-pos:lat "48.70591"^^xsd:decimal ;
  geo-pos:long "-1.53109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6585'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53109'^^xsd:double;
  dwc:latitude '48.70591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53109 48.70591, -1.53109 48.70591, -1.53109 48.70591, -1.53109 48.70591, -1.53109 48.70591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6585'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7640> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71817 -1.53109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71817 -1.53109)"^^geo:wktLiteral ;
  geo-pos:lat "48.71817"^^xsd:decimal ;
  geo-pos:long "-1.53109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7640'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7640'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53109'^^xsd:double;
  dwc:latitude '48.71817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53109 48.71817, -1.53109 48.71817, -1.53109 48.71817, -1.53109 48.71817, -1.53109 48.71817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7640'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70388 -1.53107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70388"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70388 -1.53107)"^^geo:wktLiteral ;
  geo-pos:lat "48.70388"^^xsd:decimal ;
  geo-pos:long "-1.53107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_894'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53107'^^xsd:double;
  dwc:latitude '48.70388'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53107 48.70388, -1.53107 48.70388, -1.53107 48.70388, -1.53107 48.70388, -1.53107 48.70388))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_894'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71916 -1.53107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71916 -1.53107)"^^geo:wktLiteral ;
  geo-pos:lat "48.71916"^^xsd:decimal ;
  geo-pos:long "-1.53107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_7835'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53107'^^xsd:double;
  dwc:latitude '48.71916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53107 48.71916, -1.53107 48.71916, -1.53107 48.71916, -1.53107 48.71916, -1.53107 48.71916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7835'^^xsd:string;
  dwc:observationDate '2007-11-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2086> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.53106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69827 -1.53106)"^^geo:wktLiteral ;
  geo-pos:lat "48.69827"^^xsd:decimal ;
  geo-pos:long "-1.53106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2086'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2086'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53106'^^xsd:double;
  dwc:latitude '48.69827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53106 48.69827, -1.53106 48.69827, -1.53106 48.69827, -1.53106 48.69827, -1.53106 48.69827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2086'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6866 -1.53105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6866 -1.53105)"^^geo:wktLiteral ;
  geo-pos:lat "48.6866"^^xsd:decimal ;
  geo-pos:long "-1.53105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1485'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53105'^^xsd:double;
  dwc:latitude '48.6866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53105 48.6866, -1.53105 48.6866, -1.53105 48.6866, -1.53105 48.6866, -1.53105 48.6866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1485'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68797 -1.53104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68797 -1.53104)"^^geo:wktLiteral ;
  geo-pos:lat "48.68797"^^xsd:decimal ;
  geo-pos:long "-1.53104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4276'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53104'^^xsd:double;
  dwc:latitude '48.68797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53104 48.68797, -1.53104 48.68797, -1.53104 48.68797, -1.53104 48.68797, -1.53104 48.68797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4276'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69139 -1.53104)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53104"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69139 -1.53104)"^^geo:wktLiteral ;
  geo-pos:lat "48.69139"^^xsd:decimal ;
  geo-pos:long "-1.53104"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1486'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53104'^^xsd:double;
  dwc:latitude '48.69139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53104 48.69139, -1.53104 48.69139, -1.53104 48.69139, -1.53104 48.69139, -1.53104 48.69139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1486'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68777 -1.53102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68777 -1.53102)"^^geo:wktLiteral ;
  geo-pos:lat "48.68777"^^xsd:decimal ;
  geo-pos:long "-1.53102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1484'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53102'^^xsd:double;
  dwc:latitude '48.68777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53102 48.68777, -1.53102 48.68777, -1.53102 48.68777, -1.53102 48.68777, -1.53102 48.68777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1484'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69173 -1.53102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69173"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69173 -1.53102)"^^geo:wktLiteral ;
  geo-pos:lat "48.69173"^^xsd:decimal ;
  geo-pos:long "-1.53102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9635'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53102'^^xsd:double;
  dwc:latitude '48.69173'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53102 48.69173, -1.53102 48.69173, -1.53102 48.69173, -1.53102 48.69173, -1.53102 48.69173))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9635'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68877 -1.53101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68877 -1.53101)"^^geo:wktLiteral ;
  geo-pos:lat "48.68877"^^xsd:decimal ;
  geo-pos:long "-1.53101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_719'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53101'^^xsd:double;
  dwc:latitude '48.68877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53101 48.68877, -1.53101 48.68877, -1.53101 48.68877, -1.53101 48.68877, -1.53101 48.68877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_719'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.689 -1.53101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.689 -1.53101)"^^geo:wktLiteral ;
  geo-pos:lat "48.689"^^xsd:decimal ;
  geo-pos:long "-1.53101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3049'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53101'^^xsd:double;
  dwc:latitude '48.689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53101 48.689, -1.53101 48.689, -1.53101 48.689, -1.53101 48.689, -1.53101 48.689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3049'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69434 -1.53101)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53101"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69434 -1.53101)"^^geo:wktLiteral ;
  geo-pos:lat "48.69434"^^xsd:decimal ;
  geo-pos:long "-1.53101"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10506'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53101'^^xsd:double;
  dwc:latitude '48.69434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53101 48.69434, -1.53101 48.69434, -1.53101 48.69434, -1.53101 48.69434, -1.53101 48.69434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10506'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5702> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65942 -1.531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65942"^^xsd:decimal ;
  dwc:decimalLongitude "-1.531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65942 -1.531)"^^geo:wktLiteral ;
  geo-pos:lat "48.65942"^^xsd:decimal ;
  geo-pos:long "-1.531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5702'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5702'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.531'^^xsd:double;
  dwc:latitude '48.65942'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.531 48.65942, -1.531 48.65942, -1.531 48.65942, -1.531 48.65942, -1.531 48.65942))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5702'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2124> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68654 -1.53099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68654 -1.53099)"^^geo:wktLiteral ;
  geo-pos:lat "48.68654"^^xsd:decimal ;
  geo-pos:long "-1.53099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2124'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2124'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53099'^^xsd:double;
  dwc:latitude '48.68654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53099 48.68654, -1.53099 48.68654, -1.53099 48.68654, -1.53099 48.68654, -1.53099 48.68654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2124'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68831 -1.53099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68831 -1.53099)"^^geo:wktLiteral ;
  geo-pos:lat "48.68831"^^xsd:decimal ;
  geo-pos:long "-1.53099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1583'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53099'^^xsd:double;
  dwc:latitude '48.68831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53099 48.68831, -1.53099 48.68831, -1.53099 48.68831, -1.53099 48.68831, -1.53099 48.68831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1583'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2892> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70255 -1.53098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70255"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70255 -1.53098)"^^geo:wktLiteral ;
  geo-pos:lat "48.70255"^^xsd:decimal ;
  geo-pos:long "-1.53098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2892'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2892'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53098'^^xsd:double;
  dwc:latitude '48.70255'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53098 48.70255, -1.53098 48.70255, -1.53098 48.70255, -1.53098 48.70255, -1.53098 48.70255))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2892'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66061 -1.53095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66061 -1.53095)"^^geo:wktLiteral ;
  geo-pos:lat "48.66061"^^xsd:decimal ;
  geo-pos:long "-1.53095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_20'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_20'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53095'^^xsd:double;
  dwc:latitude '48.66061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53095 48.66061, -1.53095 48.66061, -1.53095 48.66061, -1.53095 48.66061, -1.53095 48.66061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_20'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64632 -1.53091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64632 -1.53091)"^^geo:wktLiteral ;
  geo-pos:lat "48.64632"^^xsd:decimal ;
  geo-pos:long "-1.53091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3405'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53091'^^xsd:double;
  dwc:latitude '48.64632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53091 48.64632, -1.53091 48.64632, -1.53091 48.64632, -1.53091 48.64632, -1.53091 48.64632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3405'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1187> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68717 -1.53091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68717 -1.53091)"^^geo:wktLiteral ;
  geo-pos:lat "48.68717"^^xsd:decimal ;
  geo-pos:long "-1.53091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1187'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1187'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.16666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53091'^^xsd:double;
  dwc:latitude '48.68717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53091 48.68717, -1.53091 48.68717, -1.53091 48.68717, -1.53091 48.68717, -1.53091 48.68717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1187'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6780> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69279 -1.53091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69279 -1.53091)"^^geo:wktLiteral ;
  geo-pos:lat "48.69279"^^xsd:decimal ;
  geo-pos:long "-1.53091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6780'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_6780'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '2.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53091'^^xsd:double;
  dwc:latitude '48.69279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53091 48.69279, -1.53091 48.69279, -1.53091 48.69279, -1.53091 48.69279, -1.53091 48.69279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6780'^^xsd:string;
  dwc:observationDate '2006-06-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6191> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70772 -1.53091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70772"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70772 -1.53091)"^^geo:wktLiteral ;
  geo-pos:lat "48.70772"^^xsd:decimal ;
  geo-pos:long "-1.53091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6191'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6191'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53091'^^xsd:double;
  dwc:latitude '48.70772'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53091 48.70772, -1.53091 48.70772, -1.53091 48.70772, -1.53091 48.70772, -1.53091 48.70772))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6191'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68889 -1.53088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68889 -1.53088)"^^geo:wktLiteral ;
  geo-pos:lat "48.68889"^^xsd:decimal ;
  geo-pos:long "-1.53088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3148'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53088'^^xsd:double;
  dwc:latitude '48.68889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53088 48.68889, -1.53088 48.68889, -1.53088 48.68889, -1.53088 48.68889, -1.53088 48.68889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3148'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69248 -1.53088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69248 -1.53088)"^^geo:wktLiteral ;
  geo-pos:lat "48.69248"^^xsd:decimal ;
  geo-pos:long "-1.53088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8410'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53088'^^xsd:double;
  dwc:latitude '48.69248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53088 48.69248, -1.53088 48.69248, -1.53088 48.69248, -1.53088 48.69248, -1.53088 48.69248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8410'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7174 -1.53088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7174 -1.53088)"^^geo:wktLiteral ;
  geo-pos:lat "48.7174"^^xsd:decimal ;
  geo-pos:long "-1.53088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4598'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53088'^^xsd:double;
  dwc:latitude '48.7174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53088 48.7174, -1.53088 48.7174, -1.53088 48.7174, -1.53088 48.7174, -1.53088 48.7174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4598'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65779 -1.53085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65779 -1.53085)"^^geo:wktLiteral ;
  geo-pos:lat "48.65779"^^xsd:decimal ;
  geo-pos:long "-1.53085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_429'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53085'^^xsd:double;
  dwc:latitude '48.65779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53085 48.65779, -1.53085 48.65779, -1.53085 48.65779, -1.53085 48.65779, -1.53085 48.65779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_429'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70249 -1.53085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70249"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70249 -1.53085)"^^geo:wktLiteral ;
  geo-pos:lat "48.70249"^^xsd:decimal ;
  geo-pos:long "-1.53085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5386'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53085'^^xsd:double;
  dwc:latitude '48.70249'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53085 48.70249, -1.53085 48.70249, -1.53085 48.70249, -1.53085 48.70249, -1.53085 48.70249))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5386'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2922> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7061 -1.53085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7061 -1.53085)"^^geo:wktLiteral ;
  geo-pos:lat "48.7061"^^xsd:decimal ;
  geo-pos:long "-1.53085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2922'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2922'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53085'^^xsd:double;
  dwc:latitude '48.7061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53085 48.7061, -1.53085 48.7061, -1.53085 48.7061, -1.53085 48.7061, -1.53085 48.7061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2922'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72433 -1.53085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72433 -1.53085)"^^geo:wktLiteral ;
  geo-pos:lat "48.72433"^^xsd:decimal ;
  geo-pos:long "-1.53085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_943'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53085'^^xsd:double;
  dwc:latitude '48.72433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53085 48.72433, -1.53085 48.72433, -1.53085 48.72433, -1.53085 48.72433, -1.53085 48.72433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_943'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.708 -1.53084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.708 -1.53084)"^^geo:wktLiteral ;
  geo-pos:lat "48.708"^^xsd:decimal ;
  geo-pos:long "-1.53084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5012'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53084'^^xsd:double;
  dwc:latitude '48.708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53084 48.708, -1.53084 48.708, -1.53084 48.708, -1.53084 48.708, -1.53084 48.708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5012'^^xsd:string;
  dwc:observationDate '2006-05-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3146> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68698 -1.53083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68698 -1.53083)"^^geo:wktLiteral ;
  geo-pos:lat "48.68698"^^xsd:decimal ;
  geo-pos:long "-1.53083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3146'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3146'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53083'^^xsd:double;
  dwc:latitude '48.68698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53083 48.68698, -1.53083 48.68698, -1.53083 48.68698, -1.53083 48.68698, -1.53083 48.68698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3146'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68707 -1.53083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68707"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68707 -1.53083)"^^geo:wktLiteral ;
  geo-pos:lat "48.68707"^^xsd:decimal ;
  geo-pos:long "-1.53083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10152'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53083'^^xsd:double;
  dwc:latitude '48.68707'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53083 48.68707, -1.53083 48.68707, -1.53083 48.68707, -1.53083 48.68707, -1.53083 48.68707))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10152'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2734> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70503 -1.53083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70503"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70503 -1.53083)"^^geo:wktLiteral ;
  geo-pos:lat "48.70503"^^xsd:decimal ;
  geo-pos:long "-1.53083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2734'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2734'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53083'^^xsd:double;
  dwc:latitude '48.70503'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53083 48.70503, -1.53083 48.70503, -1.53083 48.70503, -1.53083 48.70503, -1.53083 48.70503))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2734'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64957 -1.53082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64957"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64957 -1.53082)"^^geo:wktLiteral ;
  geo-pos:lat "48.64957"^^xsd:decimal ;
  geo-pos:long "-1.53082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11076'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53082'^^xsd:double;
  dwc:latitude '48.64957'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53082 48.64957, -1.53082 48.64957, -1.53082 48.64957, -1.53082 48.64957, -1.53082 48.64957))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11076'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65536 -1.53081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65536 -1.53081)"^^geo:wktLiteral ;
  geo-pos:lat "48.65536"^^xsd:decimal ;
  geo-pos:long "-1.53081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11202'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53081'^^xsd:double;
  dwc:latitude '48.65536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53081 48.65536, -1.53081 48.65536, -1.53081 48.65536, -1.53081 48.65536, -1.53081 48.65536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11202'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1218> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69077 -1.5308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69077 -1.5308)"^^geo:wktLiteral ;
  geo-pos:lat "48.69077"^^xsd:decimal ;
  geo-pos:long "-1.5308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1218'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1218'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '21.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5308'^^xsd:double;
  dwc:latitude '48.69077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5308 48.69077, -1.5308 48.69077, -1.5308 48.69077, -1.5308 48.69077, -1.5308 48.69077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1218'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69516 -1.5308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69516 -1.5308)"^^geo:wktLiteral ;
  geo-pos:lat "48.69516"^^xsd:decimal ;
  geo-pos:long "-1.5308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_235'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '2.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5308'^^xsd:double;
  dwc:latitude '48.69516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5308 48.69516, -1.5308 48.69516, -1.5308 48.69516, -1.5308 48.69516, -1.5308 48.69516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_235'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_707> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70827 -1.5308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70827"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70827 -1.5308)"^^geo:wktLiteral ;
  geo-pos:lat "48.70827"^^xsd:decimal ;
  geo-pos:long "-1.5308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_707'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_707'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5308'^^xsd:double;
  dwc:latitude '48.70827'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5308 48.70827, -1.5308 48.70827, -1.5308 48.70827, -1.5308 48.70827, -1.5308 48.70827))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_707'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70932 -1.53079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70932"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70932 -1.53079)"^^geo:wktLiteral ;
  geo-pos:lat "48.70932"^^xsd:decimal ;
  geo-pos:long "-1.53079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3226'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53079'^^xsd:double;
  dwc:latitude '48.70932'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53079 48.70932, -1.53079 48.70932, -1.53079 48.70932, -1.53079 48.70932, -1.53079 48.70932))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3226'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68844 -1.53076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68844 -1.53076)"^^geo:wktLiteral ;
  geo-pos:lat "48.68844"^^xsd:decimal ;
  geo-pos:long "-1.53076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6153'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53076'^^xsd:double;
  dwc:latitude '48.68844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53076 48.68844, -1.53076 48.68844, -1.53076 48.68844, -1.53076 48.68844, -1.53076 48.68844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6153'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6967 -1.53074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6967 -1.53074)"^^geo:wktLiteral ;
  geo-pos:lat "48.6967"^^xsd:decimal ;
  geo-pos:long "-1.53074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6141'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53074'^^xsd:double;
  dwc:latitude '48.6967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53074 48.6967, -1.53074 48.6967, -1.53074 48.6967, -1.53074 48.6967, -1.53074 48.6967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6141'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68969 -1.53071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68969"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68969 -1.53071)"^^geo:wktLiteral ;
  geo-pos:lat "48.68969"^^xsd:decimal ;
  geo-pos:long "-1.53071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4329'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53071'^^xsd:double;
  dwc:latitude '48.68969'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53071 48.68969, -1.53071 48.68969, -1.53071 48.68969, -1.53071 48.68969, -1.53071 48.68969))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4329'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67674 -1.5307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67674 -1.5307)"^^geo:wktLiteral ;
  geo-pos:lat "48.67674"^^xsd:decimal ;
  geo-pos:long "-1.5307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4615'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '13.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5307'^^xsd:double;
  dwc:latitude '48.67674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5307 48.67674, -1.5307 48.67674, -1.5307 48.67674, -1.5307 48.67674, -1.5307 48.67674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4615'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.5307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.5307)"^^geo:wktLiteral ;
  geo-pos:lat "48.70385"^^xsd:decimal ;
  geo-pos:long "-1.5307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2758'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5307'^^xsd:double;
  dwc:latitude '48.70385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5307 48.70385, -1.5307 48.70385, -1.5307 48.70385, -1.5307 48.70385, -1.5307 48.70385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2758'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_851> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71355 -1.53069)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53069"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71355 -1.53069)"^^geo:wktLiteral ;
  geo-pos:lat "48.71355"^^xsd:decimal ;
  geo-pos:long "-1.53069"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_851'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_851'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53069'^^xsd:double;
  dwc:latitude '48.71355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53069 48.71355, -1.53069 48.71355, -1.53069 48.71355, -1.53069 48.71355, -1.53069 48.71355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_851'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67478 -1.53068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67478 -1.53068)"^^geo:wktLiteral ;
  geo-pos:lat "48.67478"^^xsd:decimal ;
  geo-pos:long "-1.53068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4613'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53068'^^xsd:double;
  dwc:latitude '48.67478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53068 48.67478, -1.53068 48.67478, -1.53068 48.67478, -1.53068 48.67478, -1.53068 48.67478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4613'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71074 -1.53068)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53068"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71074 -1.53068)"^^geo:wktLiteral ;
  geo-pos:lat "48.71074"^^xsd:decimal ;
  geo-pos:long "-1.53068"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9137'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53068'^^xsd:double;
  dwc:latitude '48.71074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53068 48.71074, -1.53068 48.71074, -1.53068 48.71074, -1.53068 48.71074, -1.53068 48.71074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9137'^^xsd:string;
  dwc:observationDate '2008-01-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65383 -1.53067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65383 -1.53067)"^^geo:wktLiteral ;
  geo-pos:lat "48.65383"^^xsd:decimal ;
  geo-pos:long "-1.53067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3408'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53067'^^xsd:double;
  dwc:latitude '48.65383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53067 48.65383, -1.53067 48.65383, -1.53067 48.65383, -1.53067 48.65383, -1.53067 48.65383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3408'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68236 -1.53067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68236 -1.53067)"^^geo:wktLiteral ;
  geo-pos:lat "48.68236"^^xsd:decimal ;
  geo-pos:long "-1.53067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_6817'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53067'^^xsd:double;
  dwc:latitude '48.68236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53067 48.68236, -1.53067 48.68236, -1.53067 48.68236, -1.53067 48.68236, -1.53067 48.68236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6817'^^xsd:string;
  dwc:observationDate '2006-06-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7196 -1.53067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7196 -1.53067)"^^geo:wktLiteral ;
  geo-pos:lat "48.7196"^^xsd:decimal ;
  geo-pos:long "-1.53067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2433'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53067'^^xsd:double;
  dwc:latitude '48.7196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53067 48.7196, -1.53067 48.7196, -1.53067 48.7196, -1.53067 48.7196, -1.53067 48.7196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2433'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.53066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70509"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.53066)"^^geo:wktLiteral ;
  geo-pos:lat "48.70509"^^xsd:decimal ;
  geo-pos:long "-1.53066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10255'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53066'^^xsd:double;
  dwc:latitude '48.70509'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53066 48.70509, -1.53066 48.70509, -1.53066 48.70509, -1.53066 48.70509, -1.53066 48.70509))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10255'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_469> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7211 -1.53065)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53065"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7211 -1.53065)"^^geo:wktLiteral ;
  geo-pos:lat "48.7211"^^xsd:decimal ;
  geo-pos:long "-1.53065"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_469'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_469'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53065'^^xsd:double;
  dwc:latitude '48.7211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53065 48.7211, -1.53065 48.7211, -1.53065 48.7211, -1.53065 48.7211, -1.53065 48.7211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_469'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68666 -1.53063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68666 -1.53063)"^^geo:wktLiteral ;
  geo-pos:lat "48.68666"^^xsd:decimal ;
  geo-pos:long "-1.53063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3147'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53063'^^xsd:double;
  dwc:latitude '48.68666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53063 48.68666, -1.53063 48.68666, -1.53063 48.68666, -1.53063 48.68666, -1.53063 48.68666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3147'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70587 -1.53062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70587 -1.53062)"^^geo:wktLiteral ;
  geo-pos:lat "48.70587"^^xsd:decimal ;
  geo-pos:long "-1.53062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2738'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53062'^^xsd:double;
  dwc:latitude '48.70587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53062 48.70587, -1.53062 48.70587, -1.53062 48.70587, -1.53062 48.70587, -1.53062 48.70587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2738'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3094> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67103 -1.53061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67103 -1.53061)"^^geo:wktLiteral ;
  geo-pos:lat "48.67103"^^xsd:decimal ;
  geo-pos:long "-1.53061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3094'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3094'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53061'^^xsd:double;
  dwc:latitude '48.67103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53061 48.67103, -1.53061 48.67103, -1.53061 48.67103, -1.53061 48.67103, -1.53061 48.67103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3094'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71085 -1.53061)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53061"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71085 -1.53061)"^^geo:wktLiteral ;
  geo-pos:lat "48.71085"^^xsd:decimal ;
  geo-pos:long "-1.53061"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_406'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53061'^^xsd:double;
  dwc:latitude '48.71085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53061 48.71085, -1.53061 48.71085, -1.53061 48.71085, -1.53061 48.71085, -1.53061 48.71085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_406'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69649 -1.53058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69649"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69649 -1.53058)"^^geo:wktLiteral ;
  geo-pos:lat "48.69649"^^xsd:decimal ;
  geo-pos:long "-1.53058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_6497'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53058'^^xsd:double;
  dwc:latitude '48.69649'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53058 48.69649, -1.53058 48.69649, -1.53058 48.69649, -1.53058 48.69649, -1.53058 48.69649))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6497'^^xsd:string;
  dwc:observationDate '2006-05-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6801 -1.53056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6801 -1.53056)"^^geo:wktLiteral ;
  geo-pos:lat "48.6801"^^xsd:decimal ;
  geo-pos:long "-1.53056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2010'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53056'^^xsd:double;
  dwc:latitude '48.6801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53056 48.6801, -1.53056 48.6801, -1.53056 48.6801, -1.53056 48.6801, -1.53056 48.6801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2010'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71859 -1.53056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71859 -1.53056)"^^geo:wktLiteral ;
  geo-pos:lat "48.71859"^^xsd:decimal ;
  geo-pos:long "-1.53056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_492'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53056'^^xsd:double;
  dwc:latitude '48.71859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53056 48.71859, -1.53056 48.71859, -1.53056 48.71859, -1.53056 48.71859, -1.53056 48.71859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_492'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69502 -1.53055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69502 -1.53055)"^^geo:wktLiteral ;
  geo-pos:lat "48.69502"^^xsd:decimal ;
  geo-pos:long "-1.53055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4067'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53055'^^xsd:double;
  dwc:latitude '48.69502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53055 48.69502, -1.53055 48.69502, -1.53055 48.69502, -1.53055 48.69502, -1.53055 48.69502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4067'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.53055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.53055)"^^geo:wktLiteral ;
  geo-pos:lat "48.7063"^^xsd:decimal ;
  geo-pos:long "-1.53055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1200'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53055'^^xsd:double;
  dwc:latitude '48.7063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53055 48.7063, -1.53055 48.7063, -1.53055 48.7063, -1.53055 48.7063, -1.53055 48.7063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1200'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.53053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.53053)"^^geo:wktLiteral ;
  geo-pos:lat "48.68858"^^xsd:decimal ;
  geo-pos:long "-1.53053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_10059'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '15.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53053'^^xsd:double;
  dwc:latitude '48.68858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53053 48.68858, -1.53053 48.68858, -1.53053 48.68858, -1.53053 48.68858, -1.53053 48.68858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10059'^^xsd:string;
  dwc:observationDate '2008-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2297> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68899 -1.53053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68899 -1.53053)"^^geo:wktLiteral ;
  geo-pos:lat "48.68899"^^xsd:decimal ;
  geo-pos:long "-1.53053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2297'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2297'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53053'^^xsd:double;
  dwc:latitude '48.68899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53053 48.68899, -1.53053 48.68899, -1.53053 48.68899, -1.53053 48.68899, -1.53053 48.68899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2297'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69053 -1.53053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69053 -1.53053)"^^geo:wktLiteral ;
  geo-pos:lat "48.69053"^^xsd:decimal ;
  geo-pos:long "-1.53053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4105'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53053'^^xsd:double;
  dwc:latitude '48.69053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53053 48.69053, -1.53053 48.69053, -1.53053 48.69053, -1.53053 48.69053, -1.53053 48.69053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4105'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7071 -1.53053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7071"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7071 -1.53053)"^^geo:wktLiteral ;
  geo-pos:lat "48.7071"^^xsd:decimal ;
  geo-pos:long "-1.53053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6584'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53053'^^xsd:double;
  dwc:latitude '48.7071'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53053 48.7071, -1.53053 48.7071, -1.53053 48.7071, -1.53053 48.7071, -1.53053 48.7071))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6584'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65649 -1.53051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65649"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65649 -1.53051)"^^geo:wktLiteral ;
  geo-pos:lat "48.65649"^^xsd:decimal ;
  geo-pos:long "-1.53051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_147'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_147'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53051'^^xsd:double;
  dwc:latitude '48.65649'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53051 48.65649, -1.53051 48.65649, -1.53051 48.65649, -1.53051 48.65649, -1.53051 48.65649))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_147'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71344 -1.53051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71344 -1.53051)"^^geo:wktLiteral ;
  geo-pos:lat "48.71344"^^xsd:decimal ;
  geo-pos:long "-1.53051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3229'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53051'^^xsd:double;
  dwc:latitude '48.71344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53051 48.71344, -1.53051 48.71344, -1.53051 48.71344, -1.53051 48.71344, -1.53051 48.71344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3229'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.5305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.5305)"^^geo:wktLiteral ;
  geo-pos:lat "48.68858"^^xsd:decimal ;
  geo-pos:long "-1.5305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4255'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5305'^^xsd:double;
  dwc:latitude '48.68858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5305 48.68858, -1.5305 48.68858, -1.5305 48.68858, -1.5305 48.68858, -1.5305 48.68858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4255'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69058 -1.5305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69058 -1.5305)"^^geo:wktLiteral ;
  geo-pos:lat "48.69058"^^xsd:decimal ;
  geo-pos:long "-1.5305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9636'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5305'^^xsd:double;
  dwc:latitude '48.69058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5305 48.69058, -1.5305 48.69058, -1.5305 48.69058, -1.5305 48.69058, -1.5305 48.69058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9636'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70769 -1.5305)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5305"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70769 -1.5305)"^^geo:wktLiteral ;
  geo-pos:lat "48.70769"^^xsd:decimal ;
  geo-pos:long "-1.5305"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2920'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5305'^^xsd:double;
  dwc:latitude '48.70769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5305 48.70769, -1.5305 48.70769, -1.5305 48.70769, -1.5305 48.70769, -1.5305 48.70769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2920'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69143 -1.53049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69143 -1.53049)"^^geo:wktLiteral ;
  geo-pos:lat "48.69143"^^xsd:decimal ;
  geo-pos:long "-1.53049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8522'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53049'^^xsd:double;
  dwc:latitude '48.69143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53049 48.69143, -1.53049 48.69143, -1.53049 48.69143, -1.53049 48.69143, -1.53049 48.69143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8522'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2301> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71342 -1.53049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71342 -1.53049)"^^geo:wktLiteral ;
  geo-pos:lat "48.71342"^^xsd:decimal ;
  geo-pos:long "-1.53049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2301'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2301'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53049'^^xsd:double;
  dwc:latitude '48.71342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53049 48.71342, -1.53049 48.71342, -1.53049 48.71342, -1.53049 48.71342, -1.53049 48.71342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2301'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69767 -1.53048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69767"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69767 -1.53048)"^^geo:wktLiteral ;
  geo-pos:lat "48.69767"^^xsd:decimal ;
  geo-pos:long "-1.53048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3197'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53048'^^xsd:double;
  dwc:latitude '48.69767'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53048 48.69767, -1.53048 48.69767, -1.53048 48.69767, -1.53048 48.69767, -1.53048 48.69767))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3197'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70814 -1.53047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70814 -1.53047)"^^geo:wktLiteral ;
  geo-pos:lat "48.70814"^^xsd:decimal ;
  geo-pos:long "-1.53047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_47'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_47'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '1.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53047'^^xsd:double;
  dwc:latitude '48.70814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53047 48.70814, -1.53047 48.70814, -1.53047 48.70814, -1.53047 48.70814, -1.53047 48.70814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_47'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69316 -1.53045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69316"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69316 -1.53045)"^^geo:wktLiteral ;
  geo-pos:lat "48.69316"^^xsd:decimal ;
  geo-pos:long "-1.53045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3263'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53045'^^xsd:double;
  dwc:latitude '48.69316'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53045 48.69316, -1.53045 48.69316, -1.53045 48.69316, -1.53045 48.69316, -1.53045 48.69316))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3263'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70451 -1.53045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70451 -1.53045)"^^geo:wktLiteral ;
  geo-pos:lat "48.70451"^^xsd:decimal ;
  geo-pos:long "-1.53045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2881'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53045'^^xsd:double;
  dwc:latitude '48.70451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53045 48.70451, -1.53045 48.70451, -1.53045 48.70451, -1.53045 48.70451, -1.53045 48.70451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2881'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67247 -1.53044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67247 -1.53044)"^^geo:wktLiteral ;
  geo-pos:lat "48.67247"^^xsd:decimal ;
  geo-pos:long "-1.53044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3085'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53044'^^xsd:double;
  dwc:latitude '48.67247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53044 48.67247, -1.53044 48.67247, -1.53044 48.67247, -1.53044 48.67247, -1.53044 48.67247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3085'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72059 -1.53043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72059 -1.53043)"^^geo:wktLiteral ;
  geo-pos:lat "48.72059"^^xsd:decimal ;
  geo-pos:long "-1.53043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_526'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53043'^^xsd:double;
  dwc:latitude '48.72059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53043 48.72059, -1.53043 48.72059, -1.53043 48.72059, -1.53043 48.72059, -1.53043 48.72059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_526'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72362 -1.53042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72362"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72362 -1.53042)"^^geo:wktLiteral ;
  geo-pos:lat "48.72362"^^xsd:decimal ;
  geo-pos:long "-1.53042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9305'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53042'^^xsd:double;
  dwc:latitude '48.72362'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53042 48.72362, -1.53042 48.72362, -1.53042 48.72362, -1.53042 48.72362, -1.53042 48.72362))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9305'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3329> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69348 -1.53041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69348 -1.53041)"^^geo:wktLiteral ;
  geo-pos:lat "48.69348"^^xsd:decimal ;
  geo-pos:long "-1.53041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3329'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3329'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53041'^^xsd:double;
  dwc:latitude '48.69348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53041 48.69348, -1.53041 48.69348, -1.53041 48.69348, -1.53041 48.69348, -1.53041 48.69348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3329'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.5304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.5304)"^^geo:wktLiteral ;
  geo-pos:lat "48.69174"^^xsd:decimal ;
  geo-pos:long "-1.5304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9652'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5304'^^xsd:double;
  dwc:latitude '48.69174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5304 48.69174, -1.5304 48.69174, -1.5304 48.69174, -1.5304 48.69174, -1.5304 48.69174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9652'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70258 -1.53039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70258 -1.53039)"^^geo:wktLiteral ;
  geo-pos:lat "48.70258"^^xsd:decimal ;
  geo-pos:long "-1.53039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5555'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53039'^^xsd:double;
  dwc:latitude '48.70258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53039 48.70258, -1.53039 48.70258, -1.53039 48.70258, -1.53039 48.70258, -1.53039 48.70258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5555'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68583 -1.53038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68583 -1.53038)"^^geo:wktLiteral ;
  geo-pos:lat "48.68583"^^xsd:decimal ;
  geo-pos:long "-1.53038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4411'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53038'^^xsd:double;
  dwc:latitude '48.68583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53038 48.68583, -1.53038 48.68583, -1.53038 48.68583, -1.53038 48.68583, -1.53038 48.68583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4411'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72876 -1.53038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72876 -1.53038)"^^geo:wktLiteral ;
  geo-pos:lat "48.72876"^^xsd:decimal ;
  geo-pos:long "-1.53038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9304'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53038'^^xsd:double;
  dwc:latitude '48.72876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53038 48.72876, -1.53038 48.72876, -1.53038 48.72876, -1.53038 48.72876, -1.53038 48.72876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9304'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68693 -1.53037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68693 -1.53037)"^^geo:wktLiteral ;
  geo-pos:lat "48.68693"^^xsd:decimal ;
  geo-pos:long "-1.53037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_8913'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53037'^^xsd:double;
  dwc:latitude '48.68693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53037 48.68693, -1.53037 48.68693, -1.53037 48.68693, -1.53037 48.68693, -1.53037 48.68693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8913'^^xsd:string;
  dwc:observationDate '2008-01-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70217 -1.53036)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53036"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70217 -1.53036)"^^geo:wktLiteral ;
  geo-pos:lat "48.70217"^^xsd:decimal ;
  geo-pos:long "-1.53036"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10390'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53036'^^xsd:double;
  dwc:latitude '48.70217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53036 48.70217, -1.53036 48.70217, -1.53036 48.70217, -1.53036 48.70217, -1.53036 48.70217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10390'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66494 -1.53031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66494"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66494 -1.53031)"^^geo:wktLiteral ;
  geo-pos:lat "48.66494"^^xsd:decimal ;
  geo-pos:long "-1.53031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1662'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53031'^^xsd:double;
  dwc:latitude '48.66494'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53031 48.66494, -1.53031 48.66494, -1.53031 48.66494, -1.53031 48.66494, -1.53031 48.66494))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1662'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68217 -1.53031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68217 -1.53031)"^^geo:wktLiteral ;
  geo-pos:lat "48.68217"^^xsd:decimal ;
  geo-pos:long "-1.53031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6095'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53031'^^xsd:double;
  dwc:latitude '48.68217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53031 48.68217, -1.53031 48.68217, -1.53031 48.68217, -1.53031 48.68217, -1.53031 48.68217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6095'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4162> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69904 -1.5303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69904 -1.5303)"^^geo:wktLiteral ;
  geo-pos:lat "48.69904"^^xsd:decimal ;
  geo-pos:long "-1.5303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4162'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4162'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5303'^^xsd:double;
  dwc:latitude '48.69904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5303 48.69904, -1.5303 48.69904, -1.5303 48.69904, -1.5303 48.69904, -1.5303 48.69904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4162'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72758 -1.5303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72758 -1.5303)"^^geo:wktLiteral ;
  geo-pos:lat "48.72758"^^xsd:decimal ;
  geo-pos:long "-1.5303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10414'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5303'^^xsd:double;
  dwc:latitude '48.72758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5303 48.72758, -1.5303 48.72758, -1.5303 48.72758, -1.5303 48.72758, -1.5303 48.72758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10414'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69081 -1.53029)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53029"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69081 -1.53029)"^^geo:wktLiteral ;
  geo-pos:lat "48.69081"^^xsd:decimal ;
  geo-pos:long "-1.53029"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2573'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53029'^^xsd:double;
  dwc:latitude '48.69081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53029 48.69081, -1.53029 48.69081, -1.53029 48.69081, -1.53029 48.69081, -1.53029 48.69081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2573'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69097 -1.53028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69097 -1.53028)"^^geo:wktLiteral ;
  geo-pos:lat "48.69097"^^xsd:decimal ;
  geo-pos:long "-1.53028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3527'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53028'^^xsd:double;
  dwc:latitude '48.69097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53028 48.69097, -1.53028 48.69097, -1.53028 48.69097, -1.53028 48.69097, -1.53028 48.69097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3527'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69251 -1.53028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69251"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69251 -1.53028)"^^geo:wktLiteral ;
  geo-pos:lat "48.69251"^^xsd:decimal ;
  geo-pos:long "-1.53028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9672'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53028'^^xsd:double;
  dwc:latitude '48.69251'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53028 48.69251, -1.53028 48.69251, -1.53028 48.69251, -1.53028 48.69251, -1.53028 48.69251))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9672'^^xsd:string;
  dwc:observationDate '2008-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72266 -1.53028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72266"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72266 -1.53028)"^^geo:wktLiteral ;
  geo-pos:lat "48.72266"^^xsd:decimal ;
  geo-pos:long "-1.53028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_942'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53028'^^xsd:double;
  dwc:latitude '48.72266'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53028 48.72266, -1.53028 48.72266, -1.53028 48.72266, -1.53028 48.72266, -1.53028 48.72266))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_942'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1427> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68948 -1.53025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68948 -1.53025)"^^geo:wktLiteral ;
  geo-pos:lat "48.68948"^^xsd:decimal ;
  geo-pos:long "-1.53025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1427'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1427'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53025'^^xsd:double;
  dwc:latitude '48.68948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53025 48.68948, -1.53025 48.68948, -1.53025 48.68948, -1.53025 48.68948, -1.53025 48.68948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1427'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69231 -1.53023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69231 -1.53023)"^^geo:wktLiteral ;
  geo-pos:lat "48.69231"^^xsd:decimal ;
  geo-pos:long "-1.53023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_10029'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53023'^^xsd:double;
  dwc:latitude '48.69231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53023 48.69231, -1.53023 48.69231, -1.53023 48.69231, -1.53023 48.69231, -1.53023 48.69231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10029'^^xsd:string;
  dwc:observationDate '2008-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70659 -1.53023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70659"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70659 -1.53023)"^^geo:wktLiteral ;
  geo-pos:lat "48.70659"^^xsd:decimal ;
  geo-pos:long "-1.53023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2923'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53023'^^xsd:double;
  dwc:latitude '48.70659'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53023 48.70659, -1.53023 48.70659, -1.53023 48.70659, -1.53023 48.70659, -1.53023 48.70659))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2923'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71581 -1.53023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71581 -1.53023)"^^geo:wktLiteral ;
  geo-pos:lat "48.71581"^^xsd:decimal ;
  geo-pos:long "-1.53023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_687'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53023'^^xsd:double;
  dwc:latitude '48.71581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53023 48.71581, -1.53023 48.71581, -1.53023 48.71581, -1.53023 48.71581, -1.53023 48.71581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_687'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72442 -1.53023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72442 -1.53023)"^^geo:wktLiteral ;
  geo-pos:lat "48.72442"^^xsd:decimal ;
  geo-pos:long "-1.53023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9318'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53023'^^xsd:double;
  dwc:latitude '48.72442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53023 48.72442, -1.53023 48.72442, -1.53023 48.72442, -1.53023 48.72442, -1.53023 48.72442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9318'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4328> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68822 -1.53022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68822 -1.53022)"^^geo:wktLiteral ;
  geo-pos:lat "48.68822"^^xsd:decimal ;
  geo-pos:long "-1.53022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4328'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4328'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53022'^^xsd:double;
  dwc:latitude '48.68822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53022 48.68822, -1.53022 48.68822, -1.53022 48.68822, -1.53022 48.68822, -1.53022 48.68822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4328'^^xsd:string;
  dwc:observationDate '2006-04-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_999> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7142 -1.53022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7142"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7142 -1.53022)"^^geo:wktLiteral ;
  geo-pos:lat "48.7142"^^xsd:decimal ;
  geo-pos:long "-1.53022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_999'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_999'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53022'^^xsd:double;
  dwc:latitude '48.7142'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53022 48.7142, -1.53022 48.7142, -1.53022 48.7142, -1.53022 48.7142, -1.53022 48.7142))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_999'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69139 -1.53021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69139 -1.53021)"^^geo:wktLiteral ;
  geo-pos:lat "48.69139"^^xsd:decimal ;
  geo-pos:long "-1.53021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9876'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53021'^^xsd:double;
  dwc:latitude '48.69139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53021 48.69139, -1.53021 48.69139, -1.53021 48.69139, -1.53021 48.69139, -1.53021 48.69139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9876'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70101 -1.53021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70101 -1.53021)"^^geo:wktLiteral ;
  geo-pos:lat "48.70101"^^xsd:decimal ;
  geo-pos:long "-1.53021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_582'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53021'^^xsd:double;
  dwc:latitude '48.70101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53021 48.70101, -1.53021 48.70101, -1.53021 48.70101, -1.53021 48.70101, -1.53021 48.70101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_582'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1183> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69181 -1.53019)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53019"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69181 -1.53019)"^^geo:wktLiteral ;
  geo-pos:lat "48.69181"^^xsd:decimal ;
  geo-pos:long "-1.53019"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1183'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1183'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53019'^^xsd:double;
  dwc:latitude '48.69181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53019 48.69181, -1.53019 48.69181, -1.53019 48.69181, -1.53019 48.69181, -1.53019 48.69181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1183'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69505 -1.53017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69505"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69505 -1.53017)"^^geo:wktLiteral ;
  geo-pos:lat "48.69505"^^xsd:decimal ;
  geo-pos:long "-1.53017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4240'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53017'^^xsd:double;
  dwc:latitude '48.69505'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53017 48.69505, -1.53017 48.69505, -1.53017 48.69505, -1.53017 48.69505, -1.53017 48.69505))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4240'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7054 -1.53014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7054 -1.53014)"^^geo:wktLiteral ;
  geo-pos:lat "48.7054"^^xsd:decimal ;
  geo-pos:long "-1.53014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_573'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53014'^^xsd:double;
  dwc:latitude '48.7054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53014 48.7054, -1.53014 48.7054, -1.53014 48.7054, -1.53014 48.7054, -1.53014 48.7054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_573'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70752 -1.53014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70752 -1.53014)"^^geo:wktLiteral ;
  geo-pos:lat "48.70752"^^xsd:decimal ;
  geo-pos:long "-1.53014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3510'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53014'^^xsd:double;
  dwc:latitude '48.70752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53014 48.70752, -1.53014 48.70752, -1.53014 48.70752, -1.53014 48.70752, -1.53014 48.70752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3510'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_255> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71559 -1.53014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71559"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71559 -1.53014)"^^geo:wktLiteral ;
  geo-pos:lat "48.71559"^^xsd:decimal ;
  geo-pos:long "-1.53014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_255'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_255'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53014'^^xsd:double;
  dwc:latitude '48.71559'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53014 48.71559, -1.53014 48.71559, -1.53014 48.71559, -1.53014 48.71559, -1.53014 48.71559))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_255'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66908 -1.53013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66908 -1.53013)"^^geo:wktLiteral ;
  geo-pos:lat "48.66908"^^xsd:decimal ;
  geo-pos:long "-1.53013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1374'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53013'^^xsd:double;
  dwc:latitude '48.66908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53013 48.66908, -1.53013 48.66908, -1.53013 48.66908, -1.53013 48.66908, -1.53013 48.66908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1374'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6036> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7014 -1.5301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7014 -1.5301)"^^geo:wktLiteral ;
  geo-pos:lat "48.7014"^^xsd:decimal ;
  geo-pos:long "-1.5301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6036'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6036'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5301'^^xsd:double;
  dwc:latitude '48.7014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5301 48.7014, -1.5301 48.7014, -1.5301 48.7014, -1.5301 48.7014, -1.5301 48.7014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6036'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65905 -1.53009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65905 -1.53009)"^^geo:wktLiteral ;
  geo-pos:lat "48.65905"^^xsd:decimal ;
  geo-pos:long "-1.53009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1622'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53009'^^xsd:double;
  dwc:latitude '48.65905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53009 48.65905, -1.53009 48.65905, -1.53009 48.65905, -1.53009 48.65905, -1.53009 48.65905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1622'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68835 -1.53009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68835 -1.53009)"^^geo:wktLiteral ;
  geo-pos:lat "48.68835"^^xsd:decimal ;
  geo-pos:long "-1.53009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8025'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53009'^^xsd:double;
  dwc:latitude '48.68835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53009 48.68835, -1.53009 48.68835, -1.53009 48.68835, -1.53009 48.68835, -1.53009 48.68835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8025'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69391 -1.53007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69391"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69391 -1.53007)"^^geo:wktLiteral ;
  geo-pos:lat "48.69391"^^xsd:decimal ;
  geo-pos:long "-1.53007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9022'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53007'^^xsd:double;
  dwc:latitude '48.69391'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53007 48.69391, -1.53007 48.69391, -1.53007 48.69391, -1.53007 48.69391, -1.53007 48.69391))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9022'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68549 -1.53006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68549 -1.53006)"^^geo:wktLiteral ;
  geo-pos:lat "48.68549"^^xsd:decimal ;
  geo-pos:long "-1.53006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4719'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53006'^^xsd:double;
  dwc:latitude '48.68549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53006 48.68549, -1.53006 48.68549, -1.53006 48.68549, -1.53006 48.68549, -1.53006 48.68549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4719'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69162 -1.53005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69162 -1.53005)"^^geo:wktLiteral ;
  geo-pos:lat "48.69162"^^xsd:decimal ;
  geo-pos:long "-1.53005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_312'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53005'^^xsd:double;
  dwc:latitude '48.69162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53005 48.69162, -1.53005 48.69162, -1.53005 48.69162, -1.53005 48.69162, -1.53005 48.69162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_312'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_290> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69012 -1.53004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69012 -1.53004)"^^geo:wktLiteral ;
  geo-pos:lat "48.69012"^^xsd:decimal ;
  geo-pos:long "-1.53004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_290'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_290'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53004'^^xsd:double;
  dwc:latitude '48.69012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53004 48.69012, -1.53004 48.69012, -1.53004 48.69012, -1.53004 48.69012, -1.53004 48.69012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_290'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69183 -1.53004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69183"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69183 -1.53004)"^^geo:wktLiteral ;
  geo-pos:lat "48.69183"^^xsd:decimal ;
  geo-pos:long "-1.53004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_8690'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53004'^^xsd:double;
  dwc:latitude '48.69183'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53004 48.69183, -1.53004 48.69183, -1.53004 48.69183, -1.53004 48.69183, -1.53004 48.69183))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8690'^^xsd:string;
  dwc:observationDate '2008-01-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71468 -1.53004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71468 -1.53004)"^^geo:wktLiteral ;
  geo-pos:lat "48.71468"^^xsd:decimal ;
  geo-pos:long "-1.53004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10269'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53004'^^xsd:double;
  dwc:latitude '48.71468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53004 48.71468, -1.53004 48.71468, -1.53004 48.71468, -1.53004 48.71468, -1.53004 48.71468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10269'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11272> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6549 -1.53003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6549 -1.53003)"^^geo:wktLiteral ;
  geo-pos:lat "48.6549"^^xsd:decimal ;
  geo-pos:long "-1.53003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11272'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11272'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53003'^^xsd:double;
  dwc:latitude '48.6549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53003 48.6549, -1.53003 48.6549, -1.53003 48.6549, -1.53003 48.6549, -1.53003 48.6549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11272'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68867 -1.53003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.53003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68867 -1.53003)"^^geo:wktLiteral ;
  geo-pos:lat "48.68867"^^xsd:decimal ;
  geo-pos:long "-1.53003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9854'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.53003'^^xsd:double;
  dwc:latitude '48.68867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.53003 48.68867, -1.53003 48.68867, -1.53003 48.68867, -1.53003 48.68867, -1.53003 48.68867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9854'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71567 -1.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71567 -1.52999)"^^geo:wktLiteral ;
  geo-pos:lat "48.71567"^^xsd:decimal ;
  geo-pos:long "-1.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_7514'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52999'^^xsd:double;
  dwc:latitude '48.71567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52999 48.71567, -1.52999 48.71567, -1.52999 48.71567, -1.52999 48.71567, -1.52999 48.71567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7514'^^xsd:string;
  dwc:observationDate '2007-11-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2249> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71587 -1.52999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71587"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71587 -1.52999)"^^geo:wktLiteral ;
  geo-pos:lat "48.71587"^^xsd:decimal ;
  geo-pos:long "-1.52999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2249'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2249'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52999'^^xsd:double;
  dwc:latitude '48.71587'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52999 48.71587, -1.52999 48.71587, -1.52999 48.71587, -1.52999 48.71587, -1.52999 48.71587))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2249'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7156 -1.52998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7156 -1.52998)"^^geo:wktLiteral ;
  geo-pos:lat "48.7156"^^xsd:decimal ;
  geo-pos:long "-1.52998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_5964'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52998'^^xsd:double;
  dwc:latitude '48.7156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52998 48.7156, -1.52998 48.7156, -1.52998 48.7156, -1.52998 48.7156, -1.52998 48.7156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5964'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66422 -1.52997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66422 -1.52997)"^^geo:wktLiteral ;
  geo-pos:lat "48.66422"^^xsd:decimal ;
  geo-pos:long "-1.52997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_10681'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '13.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52997'^^xsd:double;
  dwc:latitude '48.66422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52997 48.66422, -1.52997 48.66422, -1.52997 48.66422, -1.52997 48.66422, -1.52997 48.66422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10681'^^xsd:string;
  dwc:observationDate '2007-11-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6992 -1.52997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6992 -1.52997)"^^geo:wktLiteral ;
  geo-pos:lat "48.6992"^^xsd:decimal ;
  geo-pos:long "-1.52997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4915'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52997'^^xsd:double;
  dwc:latitude '48.6992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52997 48.6992, -1.52997 48.6992, -1.52997 48.6992, -1.52997 48.6992, -1.52997 48.6992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4915'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71449 -1.52996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71449 -1.52996)"^^geo:wktLiteral ;
  geo-pos:lat "48.71449"^^xsd:decimal ;
  geo-pos:long "-1.52996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_736'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '11.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52996'^^xsd:double;
  dwc:latitude '48.71449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52996 48.71449, -1.52996 48.71449, -1.52996 48.71449, -1.52996 48.71449, -1.52996 48.71449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_736'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70022 -1.52995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70022 -1.52995)"^^geo:wktLiteral ;
  geo-pos:lat "48.70022"^^xsd:decimal ;
  geo-pos:long "-1.52995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7107'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52995'^^xsd:double;
  dwc:latitude '48.70022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52995 48.70022, -1.52995 48.70022, -1.52995 48.70022, -1.52995 48.70022, -1.52995 48.70022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7107'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71457 -1.52993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71457"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71457 -1.52993)"^^geo:wktLiteral ;
  geo-pos:lat "48.71457"^^xsd:decimal ;
  geo-pos:long "-1.52993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_495'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52993'^^xsd:double;
  dwc:latitude '48.71457'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52993 48.71457, -1.52993 48.71457, -1.52993 48.71457, -1.52993 48.71457, -1.52993 48.71457))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_495'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4932> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68671 -1.52992)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52992"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68671 -1.52992)"^^geo:wktLiteral ;
  geo-pos:lat "48.68671"^^xsd:decimal ;
  geo-pos:long "-1.52992"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4932'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_4932'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52992'^^xsd:double;
  dwc:latitude '48.68671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52992 48.68671, -1.52992 48.68671, -1.52992 48.68671, -1.52992 48.68671, -1.52992 48.68671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4932'^^xsd:string;
  dwc:observationDate '2006-05-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69195 -1.52991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69195 -1.52991)"^^geo:wktLiteral ;
  geo-pos:lat "48.69195"^^xsd:decimal ;
  geo-pos:long "-1.52991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4106'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52991'^^xsd:double;
  dwc:latitude '48.69195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52991 48.69195, -1.52991 48.69195, -1.52991 48.69195, -1.52991 48.69195, -1.52991 48.69195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4106'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69439 -1.52991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69439"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69439 -1.52991)"^^geo:wktLiteral ;
  geo-pos:lat "48.69439"^^xsd:decimal ;
  geo-pos:long "-1.52991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_311'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52991'^^xsd:double;
  dwc:latitude '48.69439'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52991 48.69439, -1.52991 48.69439, -1.52991 48.69439, -1.52991 48.69439, -1.52991 48.69439))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_311'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6913 -1.5299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6913 -1.5299)"^^geo:wktLiteral ;
  geo-pos:lat "48.6913"^^xsd:decimal ;
  geo-pos:long "-1.5299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8171'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5299'^^xsd:double;
  dwc:latitude '48.6913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5299 48.6913, -1.5299 48.6913, -1.5299 48.6913, -1.5299 48.6913, -1.5299 48.6913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8171'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69189 -1.5299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69189 -1.5299)"^^geo:wktLiteral ;
  geo-pos:lat "48.69189"^^xsd:decimal ;
  geo-pos:long "-1.5299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9444'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5299'^^xsd:double;
  dwc:latitude '48.69189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5299 48.69189, -1.5299 48.69189, -1.5299 48.69189, -1.5299 48.69189, -1.5299 48.69189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9444'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68407 -1.52989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68407"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68407 -1.52989)"^^geo:wktLiteral ;
  geo-pos:lat "48.68407"^^xsd:decimal ;
  geo-pos:long "-1.52989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5258'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52989'^^xsd:double;
  dwc:latitude '48.68407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52989 48.68407, -1.52989 48.68407, -1.52989 48.68407, -1.52989 48.68407, -1.52989 48.68407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5258'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72393 -1.52989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72393"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72393 -1.52989)"^^geo:wktLiteral ;
  geo-pos:lat "48.72393"^^xsd:decimal ;
  geo-pos:long "-1.52989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9336'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52989'^^xsd:double;
  dwc:latitude '48.72393'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52989 48.72393, -1.52989 48.72393, -1.52989 48.72393, -1.52989 48.72393, -1.52989 48.72393))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9336'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69788 -1.52988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69788 -1.52988)"^^geo:wktLiteral ;
  geo-pos:lat "48.69788"^^xsd:decimal ;
  geo-pos:long "-1.52988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_170'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52988'^^xsd:double;
  dwc:latitude '48.69788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52988 48.69788, -1.52988 48.69788, -1.52988 48.69788, -1.52988 48.69788, -1.52988 48.69788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_170'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70487 -1.52988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70487"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70487 -1.52988)"^^geo:wktLiteral ;
  geo-pos:lat "48.70487"^^xsd:decimal ;
  geo-pos:long "-1.52988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9604'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52988'^^xsd:double;
  dwc:latitude '48.70487'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52988 48.70487, -1.52988 48.70487, -1.52988 48.70487, -1.52988 48.70487, -1.52988 48.70487))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9604'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64836 -1.52986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64836 -1.52986)"^^geo:wktLiteral ;
  geo-pos:lat "48.64836"^^xsd:decimal ;
  geo-pos:long "-1.52986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3404'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52986'^^xsd:double;
  dwc:latitude '48.64836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52986 48.64836, -1.52986 48.64836, -1.52986 48.64836, -1.52986 48.64836, -1.52986 48.64836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3404'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69545 -1.52986)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52986"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69545 -1.52986)"^^geo:wktLiteral ;
  geo-pos:lat "48.69545"^^xsd:decimal ;
  geo-pos:long "-1.52986"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9637'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52986'^^xsd:double;
  dwc:latitude '48.69545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52986 48.69545, -1.52986 48.69545, -1.52986 48.69545, -1.52986 48.69545, -1.52986 48.69545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9637'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70688 -1.52983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70688 -1.52983)"^^geo:wktLiteral ;
  geo-pos:lat "48.70688"^^xsd:decimal ;
  geo-pos:long "-1.52983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1206'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52983'^^xsd:double;
  dwc:latitude '48.70688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52983 48.70688, -1.52983 48.70688, -1.52983 48.70688, -1.52983 48.70688, -1.52983 48.70688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1206'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_261> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70873 -1.52983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70873 -1.52983)"^^geo:wktLiteral ;
  geo-pos:lat "48.70873"^^xsd:decimal ;
  geo-pos:long "-1.52983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_261'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_261'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52983'^^xsd:double;
  dwc:latitude '48.70873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52983 48.70873, -1.52983 48.70873, -1.52983 48.70873, -1.52983 48.70873, -1.52983 48.70873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_261'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69156 -1.52981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69156"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69156 -1.52981)"^^geo:wktLiteral ;
  geo-pos:lat "48.69156"^^xsd:decimal ;
  geo-pos:long "-1.52981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9443'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52981'^^xsd:double;
  dwc:latitude '48.69156'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52981 48.69156, -1.52981 48.69156, -1.52981 48.69156, -1.52981 48.69156, -1.52981 48.69156))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9443'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8497> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.52981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.52981)"^^geo:wktLiteral ;
  geo-pos:lat "48.69174"^^xsd:decimal ;
  geo-pos:long "-1.52981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8497'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8497'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52981'^^xsd:double;
  dwc:latitude '48.69174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52981 48.69174, -1.52981 48.69174, -1.52981 48.69174, -1.52981 48.69174, -1.52981 48.69174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8497'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69153 -1.52979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69153"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69153 -1.52979)"^^geo:wktLiteral ;
  geo-pos:lat "48.69153"^^xsd:decimal ;
  geo-pos:long "-1.52979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8751'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52979'^^xsd:double;
  dwc:latitude '48.69153'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52979 48.69153, -1.52979 48.69153, -1.52979 48.69153, -1.52979 48.69153, -1.52979 48.69153))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8751'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65567 -1.52976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65567 -1.52976)"^^geo:wktLiteral ;
  geo-pos:lat "48.65567"^^xsd:decimal ;
  geo-pos:long "-1.52976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11614'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52976'^^xsd:double;
  dwc:latitude '48.65567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52976 48.65567, -1.52976 48.65567, -1.52976 48.65567, -1.52976 48.65567, -1.52976 48.65567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11614'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70438 -1.52976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70438 -1.52976)"^^geo:wktLiteral ;
  geo-pos:lat "48.70438"^^xsd:decimal ;
  geo-pos:long "-1.52976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4767'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52976'^^xsd:double;
  dwc:latitude '48.70438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52976 48.70438, -1.52976 48.70438, -1.52976 48.70438, -1.52976 48.70438, -1.52976 48.70438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4767'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70777 -1.52976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70777"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70777 -1.52976)"^^geo:wktLiteral ;
  geo-pos:lat "48.70777"^^xsd:decimal ;
  geo-pos:long "-1.52976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1022'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52976'^^xsd:double;
  dwc:latitude '48.70777'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52976 48.70777, -1.52976 48.70777, -1.52976 48.70777, -1.52976 48.70777, -1.52976 48.70777))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1022'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69012 -1.52975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69012 -1.52975)"^^geo:wktLiteral ;
  geo-pos:lat "48.69012"^^xsd:decimal ;
  geo-pos:long "-1.52975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2392'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52975'^^xsd:double;
  dwc:latitude '48.69012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52975 48.69012, -1.52975 48.69012, -1.52975 48.69012, -1.52975 48.69012, -1.52975 48.69012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2392'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69176 -1.52975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69176 -1.52975)"^^geo:wktLiteral ;
  geo-pos:lat "48.69176"^^xsd:decimal ;
  geo-pos:long "-1.52975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5741'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52975'^^xsd:double;
  dwc:latitude '48.69176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52975 48.69176, -1.52975 48.69176, -1.52975 48.69176, -1.52975 48.69176, -1.52975 48.69176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5741'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1498> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6821 -1.52973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6821 -1.52973)"^^geo:wktLiteral ;
  geo-pos:lat "48.6821"^^xsd:decimal ;
  geo-pos:long "-1.52973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1498'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1498'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52973'^^xsd:double;
  dwc:latitude '48.6821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52973 48.6821, -1.52973 48.6821, -1.52973 48.6821, -1.52973 48.6821, -1.52973 48.6821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1498'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70571 -1.52973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70571"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70571 -1.52973)"^^geo:wktLiteral ;
  geo-pos:lat "48.70571"^^xsd:decimal ;
  geo-pos:long "-1.52973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3058'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52973'^^xsd:double;
  dwc:latitude '48.70571'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52973 48.70571, -1.52973 48.70571, -1.52973 48.70571, -1.52973 48.70571, -1.52973 48.70571))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3058'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64374 -1.52972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64374"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64374 -1.52972)"^^geo:wktLiteral ;
  geo-pos:lat "48.64374"^^xsd:decimal ;
  geo-pos:long "-1.52972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3572'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52972'^^xsd:double;
  dwc:latitude '48.64374'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52972 48.64374, -1.52972 48.64374, -1.52972 48.64374, -1.52972 48.64374, -1.52972 48.64374))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3572'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72326 -1.52972)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52972"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72326 -1.52972)"^^geo:wktLiteral ;
  geo-pos:lat "48.72326"^^xsd:decimal ;
  geo-pos:long "-1.52972"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_937'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52972'^^xsd:double;
  dwc:latitude '48.72326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52972 48.72326, -1.52972 48.72326, -1.52972 48.72326, -1.52972 48.72326, -1.52972 48.72326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_937'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1302> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70352 -1.52971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70352 -1.52971)"^^geo:wktLiteral ;
  geo-pos:lat "48.70352"^^xsd:decimal ;
  geo-pos:long "-1.52971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1302'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1302'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52971'^^xsd:double;
  dwc:latitude '48.70352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52971 48.70352, -1.52971 48.70352, -1.52971 48.70352, -1.52971 48.70352, -1.52971 48.70352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1302'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67143 -1.52968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67143 -1.52968)"^^geo:wktLiteral ;
  geo-pos:lat "48.67143"^^xsd:decimal ;
  geo-pos:long "-1.52968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3571'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52968'^^xsd:double;
  dwc:latitude '48.67143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52968 48.67143, -1.52968 48.67143, -1.52968 48.67143, -1.52968 48.67143, -1.52968 48.67143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3571'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2245> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70294 -1.52968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70294 -1.52968)"^^geo:wktLiteral ;
  geo-pos:lat "48.70294"^^xsd:decimal ;
  geo-pos:long "-1.52968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2245'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2245'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52968'^^xsd:double;
  dwc:latitude '48.70294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52968 48.70294, -1.52968 48.70294, -1.52968 48.70294, -1.52968 48.70294, -1.52968 48.70294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2245'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6917 -1.52967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6917 -1.52967)"^^geo:wktLiteral ;
  geo-pos:lat "48.6917"^^xsd:decimal ;
  geo-pos:long "-1.52967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8439'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52967'^^xsd:double;
  dwc:latitude '48.6917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52967 48.6917, -1.52967 48.6917, -1.52967 48.6917, -1.52967 48.6917, -1.52967 48.6917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8439'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67024 -1.52965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67024"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67024 -1.52965)"^^geo:wktLiteral ;
  geo-pos:lat "48.67024"^^xsd:decimal ;
  geo-pos:long "-1.52965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2468'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52965'^^xsd:double;
  dwc:latitude '48.67024'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52965 48.67024, -1.52965 48.67024, -1.52965 48.67024, -1.52965 48.67024, -1.52965 48.67024))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2468'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2869> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69605 -1.52965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69605 -1.52965)"^^geo:wktLiteral ;
  geo-pos:lat "48.69605"^^xsd:decimal ;
  geo-pos:long "-1.52965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2869'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_2869'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52965'^^xsd:double;
  dwc:latitude '48.69605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52965 48.69605, -1.52965 48.69605, -1.52965 48.69605, -1.52965 48.69605, -1.52965 48.69605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2869'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72359 -1.52965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72359 -1.52965)"^^geo:wktLiteral ;
  geo-pos:lat "48.72359"^^xsd:decimal ;
  geo-pos:long "-1.52965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7619'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52965'^^xsd:double;
  dwc:latitude '48.72359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52965 48.72359, -1.52965 48.72359, -1.52965 48.72359, -1.52965 48.72359, -1.52965 48.72359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7619'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67168 -1.52963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67168 -1.52963)"^^geo:wktLiteral ;
  geo-pos:lat "48.67168"^^xsd:decimal ;
  geo-pos:long "-1.52963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6093'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52963'^^xsd:double;
  dwc:latitude '48.67168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52963 48.67168, -1.52963 48.67168, -1.52963 48.67168, -1.52963 48.67168, -1.52963 48.67168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6093'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70824 -1.52962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70824 -1.52962)"^^geo:wktLiteral ;
  geo-pos:lat "48.70824"^^xsd:decimal ;
  geo-pos:long "-1.52962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9654'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '22.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52962'^^xsd:double;
  dwc:latitude '48.70824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52962 48.70824, -1.52962 48.70824, -1.52962 48.70824, -1.52962 48.70824, -1.52962 48.70824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9654'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70869 -1.52962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70869 -1.52962)"^^geo:wktLiteral ;
  geo-pos:lat "48.70869"^^xsd:decimal ;
  geo-pos:long "-1.52962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1217'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52962'^^xsd:double;
  dwc:latitude '48.70869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52962 48.70869, -1.52962 48.70869, -1.52962 48.70869, -1.52962 48.70869, -1.52962 48.70869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1217'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71868 -1.52962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71868"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71868 -1.52962)"^^geo:wktLiteral ;
  geo-pos:lat "48.71868"^^xsd:decimal ;
  geo-pos:long "-1.52962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_3836'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52962'^^xsd:double;
  dwc:latitude '48.71868'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52962 48.71868, -1.52962 48.71868, -1.52962 48.71868, -1.52962 48.71868, -1.52962 48.71868))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3836'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69182 -1.52961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69182 -1.52961)"^^geo:wktLiteral ;
  geo-pos:lat "48.69182"^^xsd:decimal ;
  geo-pos:long "-1.52961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8496'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52961'^^xsd:double;
  dwc:latitude '48.69182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52961 48.69182, -1.52961 48.69182, -1.52961 48.69182, -1.52961 48.69182, -1.52961 48.69182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8496'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69157 -1.5296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69157"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69157 -1.5296)"^^geo:wktLiteral ;
  geo-pos:lat "48.69157"^^xsd:decimal ;
  geo-pos:long "-1.5296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_8750'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5296'^^xsd:double;
  dwc:latitude '48.69157'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5296 48.69157, -1.5296 48.69157, -1.5296 48.69157, -1.5296 48.69157, -1.5296 48.69157))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8750'^^xsd:string;
  dwc:observationDate '2008-01-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69234 -1.5296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69234"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69234 -1.5296)"^^geo:wktLiteral ;
  geo-pos:lat "48.69234"^^xsd:decimal ;
  geo-pos:long "-1.5296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1037'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5296'^^xsd:double;
  dwc:latitude '48.69234'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5296 48.69234, -1.5296 48.69234, -1.5296 48.69234, -1.5296 48.69234, -1.5296 48.69234))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1037'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72261 -1.52959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72261"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72261 -1.52959)"^^geo:wktLiteral ;
  geo-pos:lat "48.72261"^^xsd:decimal ;
  geo-pos:long "-1.52959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_522'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52959'^^xsd:double;
  dwc:latitude '48.72261'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52959 48.72261, -1.52959 48.72261, -1.52959 48.72261, -1.52959 48.72261, -1.52959 48.72261))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_522'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7217 -1.52958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7217"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7217 -1.52958)"^^geo:wktLiteral ;
  geo-pos:lat "48.7217"^^xsd:decimal ;
  geo-pos:long "-1.52958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9522'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52958'^^xsd:double;
  dwc:latitude '48.7217'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52958 48.7217, -1.52958 48.7217, -1.52958 48.7217, -1.52958 48.7217, -1.52958 48.7217))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9522'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7279 -1.52958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7279 -1.52958)"^^geo:wktLiteral ;
  geo-pos:lat "48.7279"^^xsd:decimal ;
  geo-pos:long "-1.52958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_7628'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52958'^^xsd:double;
  dwc:latitude '48.7279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52958 48.7279, -1.52958 48.7279, -1.52958 48.7279, -1.52958 48.7279, -1.52958 48.7279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7628'^^xsd:string;
  dwc:observationDate '2007-10-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70858 -1.52957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70858 -1.52957)"^^geo:wktLiteral ;
  geo-pos:lat "48.70858"^^xsd:decimal ;
  geo-pos:long "-1.52957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_481'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52957'^^xsd:double;
  dwc:latitude '48.70858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52957 48.70858, -1.52957 48.70858, -1.52957 48.70858, -1.52957 48.70858, -1.52957 48.70858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_481'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9887> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71077 -1.52957)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71077"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52957"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71077 -1.52957)"^^geo:wktLiteral ;
  geo-pos:lat "48.71077"^^xsd:decimal ;
  geo-pos:long "-1.52957"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9887'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9887'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52957'^^xsd:double;
  dwc:latitude '48.71077'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52957 48.71077, -1.52957 48.71077, -1.52957 48.71077, -1.52957 48.71077, -1.52957 48.71077))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9887'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69135 -1.52956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69135 -1.52956)"^^geo:wktLiteral ;
  geo-pos:lat "48.69135"^^xsd:decimal ;
  geo-pos:long "-1.52956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9966'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52956'^^xsd:double;
  dwc:latitude '48.69135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52956 48.69135, -1.52956 48.69135, -1.52956 48.69135, -1.52956 48.69135, -1.52956 48.69135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9966'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71476 -1.52956)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71476"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52956"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71476 -1.52956)"^^geo:wktLiteral ;
  geo-pos:lat "48.71476"^^xsd:decimal ;
  geo-pos:long "-1.52956"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6582'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52956'^^xsd:double;
  dwc:latitude '48.71476'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52956 48.71476, -1.52956 48.71476, -1.52956 48.71476, -1.52956 48.71476, -1.52956 48.71476))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6582'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68879 -1.52952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68879 -1.52952)"^^geo:wktLiteral ;
  geo-pos:lat "48.68879"^^xsd:decimal ;
  geo-pos:long "-1.52952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_718'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52952'^^xsd:double;
  dwc:latitude '48.68879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52952 48.68879, -1.52952 48.68879, -1.52952 48.68879, -1.52952 48.68879, -1.52952 48.68879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_718'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71497 -1.52952)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71497"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52952"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71497 -1.52952)"^^geo:wktLiteral ;
  geo-pos:lat "48.71497"^^xsd:decimal ;
  geo-pos:long "-1.52952"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3778'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.43333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52952'^^xsd:double;
  dwc:latitude '48.71497'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52952 48.71497, -1.52952 48.71497, -1.52952 48.71497, -1.52952 48.71497, -1.52952 48.71497))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3778'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7074 -1.52951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7074 -1.52951)"^^geo:wktLiteral ;
  geo-pos:lat "48.7074"^^xsd:decimal ;
  geo-pos:long "-1.52951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6972'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52951'^^xsd:double;
  dwc:latitude '48.7074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52951 48.7074, -1.52951 48.7074, -1.52951 48.7074, -1.52951 48.7074, -1.52951 48.7074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6972'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11271> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65499 -1.52949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65499"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65499 -1.52949)"^^geo:wktLiteral ;
  geo-pos:lat "48.65499"^^xsd:decimal ;
  geo-pos:long "-1.52949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11271'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11271'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '23.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52949'^^xsd:double;
  dwc:latitude '48.65499'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52949 48.65499, -1.52949 48.65499, -1.52949 48.65499, -1.52949 48.65499, -1.52949 48.65499))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11271'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68456 -1.52949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68456"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68456 -1.52949)"^^geo:wktLiteral ;
  geo-pos:lat "48.68456"^^xsd:decimal ;
  geo-pos:long "-1.52949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_28'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_28'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52949'^^xsd:double;
  dwc:latitude '48.68456'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52949 48.68456, -1.52949 48.68456, -1.52949 48.68456, -1.52949 48.68456, -1.52949 48.68456))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_28'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68479 -1.52948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68479 -1.52948)"^^geo:wktLiteral ;
  geo-pos:lat "48.68479"^^xsd:decimal ;
  geo-pos:long "-1.52948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_334'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52948'^^xsd:double;
  dwc:latitude '48.68479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52948 48.68479, -1.52948 48.68479, -1.52948 48.68479, -1.52948 48.68479, -1.52948 48.68479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_334'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8073> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69064 -1.52948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69064 -1.52948)"^^geo:wktLiteral ;
  geo-pos:lat "48.69064"^^xsd:decimal ;
  geo-pos:long "-1.52948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8073'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8073'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52948'^^xsd:double;
  dwc:latitude '48.69064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52948 48.69064, -1.52948 48.69064, -1.52948 48.69064, -1.52948 48.69064, -1.52948 48.69064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8073'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69141 -1.52948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69141 -1.52948)"^^geo:wktLiteral ;
  geo-pos:lat "48.69141"^^xsd:decimal ;
  geo-pos:long "-1.52948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9967'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52948'^^xsd:double;
  dwc:latitude '48.69141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52948 48.69141, -1.52948 48.69141, -1.52948 48.69141, -1.52948 48.69141, -1.52948 48.69141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9967'^^xsd:string;
  dwc:observationDate '2008-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72262 -1.52948)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72262"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52948"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72262 -1.52948)"^^geo:wktLiteral ;
  geo-pos:lat "48.72262"^^xsd:decimal ;
  geo-pos:long "-1.52948"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_466'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52948'^^xsd:double;
  dwc:latitude '48.72262'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52948 48.72262, -1.52948 48.72262, -1.52948 48.72262, -1.52948 48.72262, -1.52948 48.72262))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_466'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6913 -1.52944)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52944"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6913 -1.52944)"^^geo:wktLiteral ;
  geo-pos:lat "48.6913"^^xsd:decimal ;
  geo-pos:long "-1.52944"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8509'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52944'^^xsd:double;
  dwc:latitude '48.6913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52944 48.6913, -1.52944 48.6913, -1.52944 48.6913, -1.52944 48.6913, -1.52944 48.6913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8509'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10349> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6916 -1.52943)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6916"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52943"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6916 -1.52943)"^^geo:wktLiteral ;
  geo-pos:lat "48.6916"^^xsd:decimal ;
  geo-pos:long "-1.52943"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10349'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10349'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52943'^^xsd:double;
  dwc:latitude '48.6916'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52943 48.6916, -1.52943 48.6916, -1.52943 48.6916, -1.52943 48.6916, -1.52943 48.6916))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10349'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70558 -1.52942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70558 -1.52942)"^^geo:wktLiteral ;
  geo-pos:lat "48.70558"^^xsd:decimal ;
  geo-pos:long "-1.52942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2496'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52942'^^xsd:double;
  dwc:latitude '48.70558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52942 48.70558, -1.52942 48.70558, -1.52942 48.70558, -1.52942 48.70558, -1.52942 48.70558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2496'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69121 -1.52941)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52941"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69121 -1.52941)"^^geo:wktLiteral ;
  geo-pos:lat "48.69121"^^xsd:decimal ;
  geo-pos:long "-1.52941"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8510'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52941'^^xsd:double;
  dwc:latitude '48.69121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52941 48.69121, -1.52941 48.69121, -1.52941 48.69121, -1.52941 48.69121, -1.52941 48.69121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8510'^^xsd:string;
  dwc:observationDate '2007-12-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66494 -1.52938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66494"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66494 -1.52938)"^^geo:wktLiteral ;
  geo-pos:lat "48.66494"^^xsd:decimal ;
  geo-pos:long "-1.52938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1625'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52938'^^xsd:double;
  dwc:latitude '48.66494'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52938 48.66494, -1.52938 48.66494, -1.52938 48.66494, -1.52938 48.66494, -1.52938 48.66494))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1625'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2085> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69425 -1.52938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69425"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69425 -1.52938)"^^geo:wktLiteral ;
  geo-pos:lat "48.69425"^^xsd:decimal ;
  geo-pos:long "-1.52938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2085'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2085'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52938'^^xsd:double;
  dwc:latitude '48.69425'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52938 48.69425, -1.52938 48.69425, -1.52938 48.69425, -1.52938 48.69425, -1.52938 48.69425))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2085'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1604> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66676 -1.52937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66676 -1.52937)"^^geo:wktLiteral ;
  geo-pos:lat "48.66676"^^xsd:decimal ;
  geo-pos:long "-1.52937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1604'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1604'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52937'^^xsd:double;
  dwc:latitude '48.66676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52937 48.66676, -1.52937 48.66676, -1.52937 48.66676, -1.52937 48.66676, -1.52937 48.66676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1604'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69137 -1.52936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69137 -1.52936)"^^geo:wktLiteral ;
  geo-pos:lat "48.69137"^^xsd:decimal ;
  geo-pos:long "-1.52936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8320'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52936'^^xsd:double;
  dwc:latitude '48.69137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52936 48.69137, -1.52936 48.69137, -1.52936 48.69137, -1.52936 48.69137, -1.52936 48.69137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8320'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69149 -1.52936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69149 -1.52936)"^^geo:wktLiteral ;
  geo-pos:lat "48.69149"^^xsd:decimal ;
  geo-pos:long "-1.52936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8556'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52936'^^xsd:double;
  dwc:latitude '48.69149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52936 48.69149, -1.52936 48.69149, -1.52936 48.69149, -1.52936 48.69149, -1.52936 48.69149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8556'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1160> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70006 -1.52936)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52936"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70006 -1.52936)"^^geo:wktLiteral ;
  geo-pos:lat "48.70006"^^xsd:decimal ;
  geo-pos:long "-1.52936"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1160'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1160'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52936'^^xsd:double;
  dwc:latitude '48.70006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52936 48.70006, -1.52936 48.70006, -1.52936 48.70006, -1.52936 48.70006, -1.52936 48.70006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1160'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66662 -1.52935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66662"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66662 -1.52935)"^^geo:wktLiteral ;
  geo-pos:lat "48.66662"^^xsd:decimal ;
  geo-pos:long "-1.52935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1626'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52935'^^xsd:double;
  dwc:latitude '48.66662'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52935 48.66662, -1.52935 48.66662, -1.52935 48.66662, -1.52935 48.66662, -1.52935 48.66662))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1626'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6864 -1.52935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6864 -1.52935)"^^geo:wktLiteral ;
  geo-pos:lat "48.6864"^^xsd:decimal ;
  geo-pos:long "-1.52935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8437'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52935'^^xsd:double;
  dwc:latitude '48.6864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52935 48.6864, -1.52935 48.6864, -1.52935 48.6864, -1.52935 48.6864, -1.52935 48.6864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8437'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_228> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70655 -1.52934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70655 -1.52934)"^^geo:wktLiteral ;
  geo-pos:lat "48.70655"^^xsd:decimal ;
  geo-pos:long "-1.52934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_228'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_228'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52934'^^xsd:double;
  dwc:latitude '48.70655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52934 48.70655, -1.52934 48.70655, -1.52934 48.70655, -1.52934 48.70655, -1.52934 48.70655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_228'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66523 -1.52932)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52932"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66523 -1.52932)"^^geo:wktLiteral ;
  geo-pos:lat "48.66523"^^xsd:decimal ;
  geo-pos:long "-1.52932"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6091'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52932'^^xsd:double;
  dwc:latitude '48.66523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52932 48.66523, -1.52932 48.66523, -1.52932 48.66523, -1.52932 48.66523, -1.52932 48.66523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6091'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72417 -1.52929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72417 -1.52929)"^^geo:wktLiteral ;
  geo-pos:lat "48.72417"^^xsd:decimal ;
  geo-pos:long "-1.52929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10413'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52929'^^xsd:double;
  dwc:latitude '48.72417'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52929 48.72417, -1.52929 48.72417, -1.52929 48.72417, -1.52929 48.72417, -1.52929 48.72417))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10413'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70657 -1.52928)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52928"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70657 -1.52928)"^^geo:wktLiteral ;
  geo-pos:lat "48.70657"^^xsd:decimal ;
  geo-pos:long "-1.52928"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1174'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52928'^^xsd:double;
  dwc:latitude '48.70657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52928 48.70657, -1.52928 48.70657, -1.52928 48.70657, -1.52928 48.70657, -1.52928 48.70657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1174'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71099 -1.52926)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71099"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52926"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71099 -1.52926)"^^geo:wktLiteral ;
  geo-pos:lat "48.71099"^^xsd:decimal ;
  geo-pos:long "-1.52926"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_460'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52926'^^xsd:double;
  dwc:latitude '48.71099'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52926 48.71099, -1.52926 48.71099, -1.52926 48.71099, -1.52926 48.71099, -1.52926 48.71099))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_460'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65628 -1.52925)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65628"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52925"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65628 -1.52925)"^^geo:wktLiteral ;
  geo-pos:lat "48.65628"^^xsd:decimal ;
  geo-pos:long "-1.52925"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2045'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52925'^^xsd:double;
  dwc:latitude '48.65628'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52925 48.65628, -1.52925 48.65628, -1.52925 48.65628, -1.52925 48.65628, -1.52925 48.65628))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2045'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4547> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68852 -1.52924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68852"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68852 -1.52924)"^^geo:wktLiteral ;
  geo-pos:lat "48.68852"^^xsd:decimal ;
  geo-pos:long "-1.52924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4547'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4547'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52924'^^xsd:double;
  dwc:latitude '48.68852'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52924 48.68852, -1.52924 48.68852, -1.52924 48.68852, -1.52924 48.68852, -1.52924 48.68852))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4547'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70667 -1.52922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70667 -1.52922)"^^geo:wktLiteral ;
  geo-pos:lat "48.70667"^^xsd:decimal ;
  geo-pos:long "-1.52922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3315'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52922'^^xsd:double;
  dwc:latitude '48.70667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52922 48.70667, -1.52922 48.70667, -1.52922 48.70667, -1.52922 48.70667, -1.52922 48.70667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3315'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70899 -1.52922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70899 -1.52922)"^^geo:wktLiteral ;
  geo-pos:lat "48.70899"^^xsd:decimal ;
  geo-pos:long "-1.52922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2894'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52922'^^xsd:double;
  dwc:latitude '48.70899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52922 48.70899, -1.52922 48.70899, -1.52922 48.70899, -1.52922 48.70899, -1.52922 48.70899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2894'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69613 -1.5292)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5292"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69613 -1.5292)"^^geo:wktLiteral ;
  geo-pos:lat "48.69613"^^xsd:decimal ;
  geo-pos:long "-1.5292"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_203'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5292'^^xsd:double;
  dwc:latitude '48.69613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5292 48.69613, -1.5292 48.69613, -1.5292 48.69613, -1.5292 48.69613, -1.5292 48.69613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_203'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70872 -1.52917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70872 -1.52917)"^^geo:wktLiteral ;
  geo-pos:lat "48.70872"^^xsd:decimal ;
  geo-pos:long "-1.52917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10268'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52917'^^xsd:double;
  dwc:latitude '48.70872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52917 48.70872, -1.52917 48.70872, -1.52917 48.70872, -1.52917 48.70872, -1.52917 48.70872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10268'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69057 -1.52915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69057 -1.52915)"^^geo:wktLiteral ;
  geo-pos:lat "48.69057"^^xsd:decimal ;
  geo-pos:long "-1.52915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8046'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52915'^^xsd:double;
  dwc:latitude '48.69057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52915 48.69057, -1.52915 48.69057, -1.52915 48.69057, -1.52915 48.69057, -1.52915 48.69057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8046'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69117 -1.52914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69117 -1.52914)"^^geo:wktLiteral ;
  geo-pos:lat "48.69117"^^xsd:decimal ;
  geo-pos:long "-1.52914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9794'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52914'^^xsd:double;
  dwc:latitude '48.69117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52914 48.69117, -1.52914 48.69117, -1.52914 48.69117, -1.52914 48.69117, -1.52914 48.69117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9794'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70458 -1.52914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70458 -1.52914)"^^geo:wktLiteral ;
  geo-pos:lat "48.70458"^^xsd:decimal ;
  geo-pos:long "-1.52914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8409'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52914'^^xsd:double;
  dwc:latitude '48.70458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52914 48.70458, -1.52914 48.70458, -1.52914 48.70458, -1.52914 48.70458, -1.52914 48.70458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8409'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2125> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68453 -1.52911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68453 -1.52911)"^^geo:wktLiteral ;
  geo-pos:lat "48.68453"^^xsd:decimal ;
  geo-pos:long "-1.52911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2125'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2125'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '23.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52911'^^xsd:double;
  dwc:latitude '48.68453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52911 48.68453, -1.52911 48.68453, -1.52911 48.68453, -1.52911 48.68453, -1.52911 48.68453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2125'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69089 -1.52909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69089 -1.52909)"^^geo:wktLiteral ;
  geo-pos:lat "48.69089"^^xsd:decimal ;
  geo-pos:long "-1.52909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1581'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.7166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52909'^^xsd:double;
  dwc:latitude '48.69089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52909 48.69089, -1.52909 48.69089, -1.52909 48.69089, -1.52909 48.69089, -1.52909 48.69089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1581'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70563 -1.52909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70563 -1.52909)"^^geo:wktLiteral ;
  geo-pos:lat "48.70563"^^xsd:decimal ;
  geo-pos:long "-1.52909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2299'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52909'^^xsd:double;
  dwc:latitude '48.70563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52909 48.70563, -1.52909 48.70563, -1.52909 48.70563, -1.52909 48.70563, -1.52909 48.70563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2299'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69087 -1.52906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69087 -1.52906)"^^geo:wktLiteral ;
  geo-pos:lat "48.69087"^^xsd:decimal ;
  geo-pos:long "-1.52906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8263'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52906'^^xsd:double;
  dwc:latitude '48.69087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52906 48.69087, -1.52906 48.69087, -1.52906 48.69087, -1.52906 48.69087, -1.52906 48.69087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8263'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70439 -1.52906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70439"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70439 -1.52906)"^^geo:wktLiteral ;
  geo-pos:lat "48.70439"^^xsd:decimal ;
  geo-pos:long "-1.52906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9064'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52906'^^xsd:double;
  dwc:latitude '48.70439'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52906 48.70439, -1.52906 48.70439, -1.52906 48.70439, -1.52906 48.70439, -1.52906 48.70439))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9064'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8211> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69095 -1.52905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69095 -1.52905)"^^geo:wktLiteral ;
  geo-pos:lat "48.69095"^^xsd:decimal ;
  geo-pos:long "-1.52905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8211'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8211'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52905'^^xsd:double;
  dwc:latitude '48.69095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52905 48.69095, -1.52905 48.69095, -1.52905 48.69095, -1.52905 48.69095, -1.52905 48.69095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8211'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71252 -1.52904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71252 -1.52904)"^^geo:wktLiteral ;
  geo-pos:lat "48.71252"^^xsd:decimal ;
  geo-pos:long "-1.52904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1558'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52904'^^xsd:double;
  dwc:latitude '48.71252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52904 48.71252, -1.52904 48.71252, -1.52904 48.71252, -1.52904 48.71252, -1.52904 48.71252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1558'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7212 -1.52904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7212"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7212 -1.52904)"^^geo:wktLiteral ;
  geo-pos:lat "48.7212"^^xsd:decimal ;
  geo-pos:long "-1.52904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2268'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52904'^^xsd:double;
  dwc:latitude '48.7212'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52904 48.7212, -1.52904 48.7212, -1.52904 48.7212, -1.52904 48.7212, -1.52904 48.7212))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2268'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69078 -1.529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69078 -1.529)"^^geo:wktLiteral ;
  geo-pos:lat "48.69078"^^xsd:decimal ;
  geo-pos:long "-1.529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_8262'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '1'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.529'^^xsd:double;
  dwc:latitude '48.69078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.529 48.69078, -1.529 48.69078, -1.529 48.69078, -1.529 48.69078, -1.529 48.69078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8262'^^xsd:string;
  dwc:observationDate '2007-12-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8074> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69105 -1.529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69105"^^xsd:decimal ;
  dwc:decimalLongitude "-1.529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69105 -1.529)"^^geo:wktLiteral ;
  geo-pos:lat "48.69105"^^xsd:decimal ;
  geo-pos:long "-1.529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8074'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8074'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.529'^^xsd:double;
  dwc:latitude '48.69105'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.529 48.69105, -1.529 48.69105, -1.529 48.69105, -1.529 48.69105, -1.529 48.69105))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8074'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6867 -1.52898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6867"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6867 -1.52898)"^^geo:wktLiteral ;
  geo-pos:lat "48.6867"^^xsd:decimal ;
  geo-pos:long "-1.52898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3150'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52898'^^xsd:double;
  dwc:latitude '48.6867'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52898 48.6867, -1.52898 48.6867, -1.52898 48.6867, -1.52898 48.6867, -1.52898 48.6867))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3150'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69115 -1.52898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69115"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69115 -1.52898)"^^geo:wktLiteral ;
  geo-pos:lat "48.69115"^^xsd:decimal ;
  geo-pos:long "-1.52898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3067'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '8.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52898'^^xsd:double;
  dwc:latitude '48.69115'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52898 48.69115, -1.52898 48.69115, -1.52898 48.69115, -1.52898 48.69115, -1.52898 48.69115))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3067'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70758 -1.52898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70758"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70758 -1.52898)"^^geo:wktLiteral ;
  geo-pos:lat "48.70758"^^xsd:decimal ;
  geo-pos:long "-1.52898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_974'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52898'^^xsd:double;
  dwc:latitude '48.70758'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52898 48.70758, -1.52898 48.70758, -1.52898 48.70758, -1.52898 48.70758, -1.52898 48.70758))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_974'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_850> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70797 -1.52898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70797 -1.52898)"^^geo:wktLiteral ;
  geo-pos:lat "48.70797"^^xsd:decimal ;
  geo-pos:long "-1.52898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_850'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_850'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52898'^^xsd:double;
  dwc:latitude '48.70797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52898 48.70797, -1.52898 48.70797, -1.52898 48.70797, -1.52898 48.70797, -1.52898 48.70797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_850'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68727 -1.52896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68727"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68727 -1.52896)"^^geo:wktLiteral ;
  geo-pos:lat "48.68727"^^xsd:decimal ;
  geo-pos:long "-1.52896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_3149'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52896'^^xsd:double;
  dwc:latitude '48.68727'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52896 48.68727, -1.52896 48.68727, -1.52896 48.68727, -1.52896 48.68727, -1.52896 48.68727))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3149'^^xsd:string;
  dwc:observationDate '2006-03-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8325> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68972 -1.52896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68972 -1.52896)"^^geo:wktLiteral ;
  geo-pos:lat "48.68972"^^xsd:decimal ;
  geo-pos:long "-1.52896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8325'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8325'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52896'^^xsd:double;
  dwc:latitude '48.68972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52896 48.68972, -1.52896 48.68972, -1.52896 48.68972, -1.52896 48.68972, -1.52896 48.68972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8325'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69135 -1.52896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69135"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69135 -1.52896)"^^geo:wktLiteral ;
  geo-pos:lat "48.69135"^^xsd:decimal ;
  geo-pos:long "-1.52896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_9710'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52896'^^xsd:double;
  dwc:latitude '48.69135'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52896 48.69135, -1.52896 48.69135, -1.52896 48.69135, -1.52896 48.69135, -1.52896 48.69135))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9710'^^xsd:string;
  dwc:observationDate '2008-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4963> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68894 -1.52895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68894 -1.52895)"^^geo:wktLiteral ;
  geo-pos:lat "48.68894"^^xsd:decimal ;
  geo-pos:long "-1.52895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4963'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4963'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52895'^^xsd:double;
  dwc:latitude '48.68894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52895 48.68894, -1.52895 48.68894, -1.52895 48.68894, -1.52895 48.68894, -1.52895 48.68894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4963'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4029> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70813 -1.52895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70813 -1.52895)"^^geo:wktLiteral ;
  geo-pos:lat "48.70813"^^xsd:decimal ;
  geo-pos:long "-1.52895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4029'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4029'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52895'^^xsd:double;
  dwc:latitude '48.70813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52895 48.70813, -1.52895 48.70813, -1.52895 48.70813, -1.52895 48.70813, -1.52895 48.70813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4029'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_376> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69358 -1.52894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69358 -1.52894)"^^geo:wktLiteral ;
  geo-pos:lat "48.69358"^^xsd:decimal ;
  geo-pos:long "-1.52894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_376'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_376'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52894'^^xsd:double;
  dwc:latitude '48.69358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52894 48.69358, -1.52894 48.69358, -1.52894 48.69358, -1.52894 48.69358, -1.52894 48.69358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_376'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71577 -1.52894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71577 -1.52894)"^^geo:wktLiteral ;
  geo-pos:lat "48.71577"^^xsd:decimal ;
  geo-pos:long "-1.52894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2210'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52894'^^xsd:double;
  dwc:latitude '48.71577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52894 48.71577, -1.52894 48.71577, -1.52894 48.71577, -1.52894 48.71577, -1.52894 48.71577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2210'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68464 -1.52893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68464 -1.52893)"^^geo:wktLiteral ;
  geo-pos:lat "48.68464"^^xsd:decimal ;
  geo-pos:long "-1.52893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1681'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52893'^^xsd:double;
  dwc:latitude '48.68464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52893 48.68464, -1.52893 48.68464, -1.52893 48.68464, -1.52893 48.68464, -1.52893 48.68464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1681'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69098 -1.52893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69098 -1.52893)"^^geo:wktLiteral ;
  geo-pos:lat "48.69098"^^xsd:decimal ;
  geo-pos:long "-1.52893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_9445'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52893'^^xsd:double;
  dwc:latitude '48.69098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52893 48.69098, -1.52893 48.69098, -1.52893 48.69098, -1.52893 48.69098, -1.52893 48.69098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9445'^^xsd:string;
  dwc:observationDate '2008-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65514 -1.52888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65514"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65514 -1.52888)"^^geo:wktLiteral ;
  geo-pos:lat "48.65514"^^xsd:decimal ;
  geo-pos:long "-1.52888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11064'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52888'^^xsd:double;
  dwc:latitude '48.65514'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52888 48.65514, -1.52888 48.65514, -1.52888 48.65514, -1.52888 48.65514, -1.52888 48.65514))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11064'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_289> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68918 -1.52887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68918 -1.52887)"^^geo:wktLiteral ;
  geo-pos:lat "48.68918"^^xsd:decimal ;
  geo-pos:long "-1.52887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_289'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_289'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52887'^^xsd:double;
  dwc:latitude '48.68918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52887 48.68918, -1.52887 48.68918, -1.52887 48.68918, -1.52887 48.68918, -1.52887 48.68918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_289'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72348 -1.52887)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72348"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52887"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72348 -1.52887)"^^geo:wktLiteral ;
  geo-pos:lat "48.72348"^^xsd:decimal ;
  geo-pos:long "-1.52887"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3484'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52887'^^xsd:double;
  dwc:latitude '48.72348'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52887 48.72348, -1.52887 48.72348, -1.52887 48.72348, -1.52887 48.72348, -1.52887 48.72348))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3484'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69051 -1.52886)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52886"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69051 -1.52886)"^^geo:wktLiteral ;
  geo-pos:lat "48.69051"^^xsd:decimal ;
  geo-pos:long "-1.52886"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8536'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52886'^^xsd:double;
  dwc:latitude '48.69051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52886 48.69051, -1.52886 48.69051, -1.52886 48.69051, -1.52886 48.69051, -1.52886 48.69051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8536'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.52885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.52885)"^^geo:wktLiteral ;
  geo-pos:lat "48.69048"^^xsd:decimal ;
  geo-pos:long "-1.52885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8555'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52885'^^xsd:double;
  dwc:latitude '48.69048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52885 48.69048, -1.52885 48.69048, -1.52885 48.69048, -1.52885 48.69048, -1.52885 48.69048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8555'^^xsd:string;
  dwc:observationDate '2007-12-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2112> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69367 -1.52885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69367 -1.52885)"^^geo:wktLiteral ;
  geo-pos:lat "48.69367"^^xsd:decimal ;
  geo-pos:long "-1.52885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2112'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2112'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52885'^^xsd:double;
  dwc:latitude '48.69367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52885 48.69367, -1.52885 48.69367, -1.52885 48.69367, -1.52885 48.69367, -1.52885 48.69367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2112'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4978> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70414 -1.52885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70414 -1.52885)"^^geo:wktLiteral ;
  geo-pos:lat "48.70414"^^xsd:decimal ;
  geo-pos:long "-1.52885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4978'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4978'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52885'^^xsd:double;
  dwc:latitude '48.70414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52885 48.70414, -1.52885 48.70414, -1.52885 48.70414, -1.52885 48.70414, -1.52885 48.70414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4978'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1428> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68739 -1.52884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68739 -1.52884)"^^geo:wktLiteral ;
  geo-pos:lat "48.68739"^^xsd:decimal ;
  geo-pos:long "-1.52884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1428'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1428'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52884'^^xsd:double;
  dwc:latitude '48.68739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52884 48.68739, -1.52884 48.68739, -1.52884 48.68739, -1.52884 48.68739, -1.52884 48.68739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1428'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4429> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6914 -1.52883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6914 -1.52883)"^^geo:wktLiteral ;
  geo-pos:lat "48.6914"^^xsd:decimal ;
  geo-pos:long "-1.52883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4429'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4429'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52883'^^xsd:double;
  dwc:latitude '48.6914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52883 48.6914, -1.52883 48.6914, -1.52883 48.6914, -1.52883 48.6914, -1.52883 48.6914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4429'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71034 -1.52883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71034 -1.52883)"^^geo:wktLiteral ;
  geo-pos:lat "48.71034"^^xsd:decimal ;
  geo-pos:long "-1.52883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2209'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '14.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52883'^^xsd:double;
  dwc:latitude '48.71034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52883 48.71034, -1.52883 48.71034, -1.52883 48.71034, -1.52883 48.71034, -1.52883 48.71034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2209'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6906 -1.52882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6906 -1.52882)"^^geo:wktLiteral ;
  geo-pos:lat "48.6906"^^xsd:decimal ;
  geo-pos:long "-1.52882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1524'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52882'^^xsd:double;
  dwc:latitude '48.6906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52882 48.6906, -1.52882 48.6906, -1.52882 48.6906, -1.52882 48.6906, -1.52882 48.6906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1524'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69087 -1.52882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69087 -1.52882)"^^geo:wktLiteral ;
  geo-pos:lat "48.69087"^^xsd:decimal ;
  geo-pos:long "-1.52882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9839'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52882'^^xsd:double;
  dwc:latitude '48.69087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52882 48.69087, -1.52882 48.69087, -1.52882 48.69087, -1.52882 48.69087, -1.52882 48.69087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9839'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.52882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.52882)"^^geo:wktLiteral ;
  geo-pos:lat "48.70385"^^xsd:decimal ;
  geo-pos:long "-1.52882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1459'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52882'^^xsd:double;
  dwc:latitude '48.70385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52882 48.70385, -1.52882 48.70385, -1.52882 48.70385, -1.52882 48.70385, -1.52882 48.70385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1459'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68059 -1.52879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68059 -1.52879)"^^geo:wktLiteral ;
  geo-pos:lat "48.68059"^^xsd:decimal ;
  geo-pos:long "-1.52879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6154'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52879'^^xsd:double;
  dwc:latitude '48.68059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52879 48.68059, -1.52879 48.68059, -1.52879 48.68059, -1.52879 48.68059, -1.52879 48.68059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6154'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68654 -1.52879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68654"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68654 -1.52879)"^^geo:wktLiteral ;
  geo-pos:lat "48.68654"^^xsd:decimal ;
  geo-pos:long "-1.52879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1537'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52879'^^xsd:double;
  dwc:latitude '48.68654'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52879 48.68654, -1.52879 48.68654, -1.52879 48.68654, -1.52879 48.68654, -1.52879 48.68654))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1537'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71403 -1.52879)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52879"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71403 -1.52879)"^^geo:wktLiteral ;
  geo-pos:lat "48.71403"^^xsd:decimal ;
  geo-pos:long "-1.52879"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_4585'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52879'^^xsd:double;
  dwc:latitude '48.71403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52879 48.71403, -1.52879 48.71403, -1.52879 48.71403, -1.52879 48.71403, -1.52879 48.71403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4585'^^xsd:string;
  dwc:observationDate '2006-05-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71618 -1.52878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71618 -1.52878)"^^geo:wktLiteral ;
  geo-pos:lat "48.71618"^^xsd:decimal ;
  geo-pos:long "-1.52878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5737'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52878'^^xsd:double;
  dwc:latitude '48.71618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52878 48.71618, -1.52878 48.71618, -1.52878 48.71618, -1.52878 48.71618, -1.52878 48.71618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5737'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68087 -1.52877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68087 -1.52877)"^^geo:wktLiteral ;
  geo-pos:lat "48.68087"^^xsd:decimal ;
  geo-pos:long "-1.52877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3305'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52877'^^xsd:double;
  dwc:latitude '48.68087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52877 48.68087, -1.52877 48.68087, -1.52877 48.68087, -1.52877 48.68087, -1.52877 48.68087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3305'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70711 -1.52877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70711 -1.52877)"^^geo:wktLiteral ;
  geo-pos:lat "48.70711"^^xsd:decimal ;
  geo-pos:long "-1.52877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1173'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52877'^^xsd:double;
  dwc:latitude '48.70711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52877 48.70711, -1.52877 48.70711, -1.52877 48.70711, -1.52877 48.70711, -1.52877 48.70711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1173'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9639> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7223 -1.52877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7223 -1.52877)"^^geo:wktLiteral ;
  geo-pos:lat "48.7223"^^xsd:decimal ;
  geo-pos:long "-1.52877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9639'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9639'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52877'^^xsd:double;
  dwc:latitude '48.7223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52877 48.7223, -1.52877 48.7223, -1.52877 48.7223, -1.52877 48.7223, -1.52877 48.7223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9639'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71566 -1.52876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71566"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71566 -1.52876)"^^geo:wktLiteral ;
  geo-pos:lat "48.71566"^^xsd:decimal ;
  geo-pos:long "-1.52876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3230'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52876'^^xsd:double;
  dwc:latitude '48.71566'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52876 48.71566, -1.52876 48.71566, -1.52876 48.71566, -1.52876 48.71566, -1.52876 48.71566))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3230'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6905 -1.52874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6905"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6905 -1.52874)"^^geo:wktLiteral ;
  geo-pos:lat "48.6905"^^xsd:decimal ;
  geo-pos:long "-1.52874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8141'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52874'^^xsd:double;
  dwc:latitude '48.6905'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52874 48.6905, -1.52874 48.6905, -1.52874 48.6905, -1.52874 48.6905, -1.52874 48.6905))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8141'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71757 -1.52874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71757"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71757 -1.52874)"^^geo:wktLiteral ;
  geo-pos:lat "48.71757"^^xsd:decimal ;
  geo-pos:long "-1.52874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4716'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '2.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52874'^^xsd:double;
  dwc:latitude '48.71757'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52874 48.71757, -1.52874 48.71757, -1.52874 48.71757, -1.52874 48.71757, -1.52874 48.71757))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4716'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71084 -1.52872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71084 -1.52872)"^^geo:wktLiteral ;
  geo-pos:lat "48.71084"^^xsd:decimal ;
  geo-pos:long "-1.52872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4917'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52872'^^xsd:double;
  dwc:latitude '48.71084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52872 48.71084, -1.52872 48.71084, -1.52872 48.71084, -1.52872 48.71084, -1.52872 48.71084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4917'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66414 -1.52871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66414 -1.52871)"^^geo:wktLiteral ;
  geo-pos:lat "48.66414"^^xsd:decimal ;
  geo-pos:long "-1.52871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1624'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52871'^^xsd:double;
  dwc:latitude '48.66414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52871 48.66414, -1.52871 48.66414, -1.52871 48.66414, -1.52871 48.66414, -1.52871 48.66414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1624'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66644 -1.52871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66644 -1.52871)"^^geo:wktLiteral ;
  geo-pos:lat "48.66644"^^xsd:decimal ;
  geo-pos:long "-1.52871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3953'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52871'^^xsd:double;
  dwc:latitude '48.66644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52871 48.66644, -1.52871 48.66644, -1.52871 48.66644, -1.52871 48.66644, -1.52871 48.66644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3953'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_430> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67051 -1.52871)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52871"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67051 -1.52871)"^^geo:wktLiteral ;
  geo-pos:lat "48.67051"^^xsd:decimal ;
  geo-pos:long "-1.52871"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_430'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_430'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52871'^^xsd:double;
  dwc:latitude '48.67051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52871 48.67051, -1.52871 48.67051, -1.52871 48.67051, -1.52871 48.67051, -1.52871 48.67051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_430'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6904 -1.5287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6904 -1.5287)"^^geo:wktLiteral ;
  geo-pos:lat "48.6904"^^xsd:decimal ;
  geo-pos:long "-1.5287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8197'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5287'^^xsd:double;
  dwc:latitude '48.6904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5287 48.6904, -1.5287 48.6904, -1.5287 48.6904, -1.5287 48.6904, -1.5287 48.6904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8197'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69434 -1.5287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69434"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69434 -1.5287)"^^geo:wktLiteral ;
  geo-pos:lat "48.69434"^^xsd:decimal ;
  geo-pos:long "-1.5287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10396'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5287'^^xsd:double;
  dwc:latitude '48.69434'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5287 48.69434, -1.5287 48.69434, -1.5287 48.69434, -1.5287 48.69434, -1.5287 48.69434))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10396'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64225 -1.52867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64225"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64225 -1.52867)"^^geo:wktLiteral ;
  geo-pos:lat "48.64225"^^xsd:decimal ;
  geo-pos:long "-1.52867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1736'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52867'^^xsd:double;
  dwc:latitude '48.64225'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52867 48.64225, -1.52867 48.64225, -1.52867 48.64225, -1.52867 48.64225, -1.52867 48.64225))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1736'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66844 -1.52867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66844 -1.52867)"^^geo:wktLiteral ;
  geo-pos:lat "48.66844"^^xsd:decimal ;
  geo-pos:long "-1.52867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1405'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52867'^^xsd:double;
  dwc:latitude '48.66844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52867 48.66844, -1.52867 48.66844, -1.52867 48.66844, -1.52867 48.66844, -1.52867 48.66844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1405'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72611 -1.52867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72611 -1.52867)"^^geo:wktLiteral ;
  geo-pos:lat "48.72611"^^xsd:decimal ;
  geo-pos:long "-1.52867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9338'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52867'^^xsd:double;
  dwc:latitude '48.72611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52867 48.72611, -1.52867 48.72611, -1.52867 48.72611, -1.52867 48.72611, -1.52867 48.72611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9338'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69405 -1.52866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69405 -1.52866)"^^geo:wktLiteral ;
  geo-pos:lat "48.69405"^^xsd:decimal ;
  geo-pos:long "-1.52866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1067'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52866'^^xsd:double;
  dwc:latitude '48.69405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52866 48.69405, -1.52866 48.69405, -1.52866 48.69405, -1.52866 48.69405, -1.52866 48.69405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1067'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_847> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69601 -1.52866)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52866"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69601 -1.52866)"^^geo:wktLiteral ;
  geo-pos:lat "48.69601"^^xsd:decimal ;
  geo-pos:long "-1.52866"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_847'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_847'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52866'^^xsd:double;
  dwc:latitude '48.69601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52866 48.69601, -1.52866 48.69601, -1.52866 48.69601, -1.52866 48.69601, -1.52866 48.69601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_847'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71682 -1.52864)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52864"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71682 -1.52864)"^^geo:wktLiteral ;
  geo-pos:lat "48.71682"^^xsd:decimal ;
  geo-pos:long "-1.52864"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5997'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52864'^^xsd:double;
  dwc:latitude '48.71682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52864 48.71682, -1.52864 48.71682, -1.52864 48.71682, -1.52864 48.71682, -1.52864 48.71682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5997'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70663 -1.52863)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52863"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70663 -1.52863)"^^geo:wktLiteral ;
  geo-pos:lat "48.70663"^^xsd:decimal ;
  geo-pos:long "-1.52863"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_686'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52863'^^xsd:double;
  dwc:latitude '48.70663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52863 48.70663, -1.52863 48.70663, -1.52863 48.70663, -1.52863 48.70663, -1.52863 48.70663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_686'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69122 -1.52861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69122"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69122 -1.52861)"^^geo:wktLiteral ;
  geo-pos:lat "48.69122"^^xsd:decimal ;
  geo-pos:long "-1.52861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8521'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52861'^^xsd:double;
  dwc:latitude '48.69122'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52861 48.69122, -1.52861 48.69122, -1.52861 48.69122, -1.52861 48.69122, -1.52861 48.69122))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8521'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65052 -1.5286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65052 -1.5286)"^^geo:wktLiteral ;
  geo-pos:lat "48.65052"^^xsd:decimal ;
  geo-pos:long "-1.5286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11601'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5286'^^xsd:double;
  dwc:latitude '48.65052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5286 48.65052, -1.5286 48.65052, -1.5286 48.65052, -1.5286 48.65052, -1.5286 48.65052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11601'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67818 -1.52859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67818"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67818 -1.52859)"^^geo:wktLiteral ;
  geo-pos:lat "48.67818"^^xsd:decimal ;
  geo-pos:long "-1.52859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4614'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '12.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52859'^^xsd:double;
  dwc:latitude '48.67818'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52859 48.67818, -1.52859 48.67818, -1.52859 48.67818, -1.52859 48.67818, -1.52859 48.67818))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4614'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6168> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68263 -1.52859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68263 -1.52859)"^^geo:wktLiteral ;
  geo-pos:lat "48.68263"^^xsd:decimal ;
  geo-pos:long "-1.52859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6168'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_6168'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52859'^^xsd:double;
  dwc:latitude '48.68263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52859 48.68263, -1.52859 48.68263, -1.52859 48.68263, -1.52859 48.68263, -1.52859 48.68263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6168'^^xsd:string;
  dwc:observationDate '2006-05-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71541 -1.52859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71541 -1.52859)"^^geo:wktLiteral ;
  geo-pos:lat "48.71541"^^xsd:decimal ;
  geo-pos:long "-1.52859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5346'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52859'^^xsd:double;
  dwc:latitude '48.71541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52859 48.71541, -1.52859 48.71541, -1.52859 48.71541, -1.52859 48.71541, -1.52859 48.71541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5346'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6156> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68566 -1.52857)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68566"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52857"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68566 -1.52857)"^^geo:wktLiteral ;
  geo-pos:lat "48.68566"^^xsd:decimal ;
  geo-pos:long "-1.52857"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6156'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6156'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52857'^^xsd:double;
  dwc:latitude '48.68566'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52857 48.68566, -1.52857 48.68566, -1.52857 48.68566, -1.52857 48.68566, -1.52857 48.68566))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6156'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69054 -1.52856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69054 -1.52856)"^^geo:wktLiteral ;
  geo-pos:lat "48.69054"^^xsd:decimal ;
  geo-pos:long "-1.52856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10490'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52856'^^xsd:double;
  dwc:latitude '48.69054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52856 48.69054, -1.52856 48.69054, -1.52856 48.69054, -1.52856 48.69054, -1.52856 48.69054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10490'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70711 -1.52856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70711 -1.52856)"^^geo:wktLiteral ;
  geo-pos:lat "48.70711"^^xsd:decimal ;
  geo-pos:long "-1.52856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_585'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52856'^^xsd:double;
  dwc:latitude '48.70711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52856 48.70711, -1.52856 48.70711, -1.52856 48.70711, -1.52856 48.70711, -1.52856 48.70711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_585'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.52855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.52855)"^^geo:wktLiteral ;
  geo-pos:lat "48.66814"^^xsd:decimal ;
  geo-pos:long "-1.52855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_3171'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52855'^^xsd:double;
  dwc:latitude '48.66814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52855 48.66814, -1.52855 48.66814, -1.52855 48.66814, -1.52855 48.66814, -1.52855 48.66814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3171'^^xsd:string;
  dwc:observationDate '2006-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68432 -1.52853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68432"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68432 -1.52853)"^^geo:wktLiteral ;
  geo-pos:lat "48.68432"^^xsd:decimal ;
  geo-pos:long "-1.52853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9877'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52853'^^xsd:double;
  dwc:latitude '48.68432'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52853 48.68432, -1.52853 48.68432, -1.52853 48.68432, -1.52853 48.68432, -1.52853 48.68432))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9877'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69149 -1.52853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69149 -1.52853)"^^geo:wktLiteral ;
  geo-pos:lat "48.69149"^^xsd:decimal ;
  geo-pos:long "-1.52853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10116'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52853'^^xsd:double;
  dwc:latitude '48.69149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52853 48.69149, -1.52853 48.69149, -1.52853 48.69149, -1.52853 48.69149, -1.52853 48.69149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10116'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68774 -1.5285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68774 -1.5285)"^^geo:wktLiteral ;
  geo-pos:lat "48.68774"^^xsd:decimal ;
  geo-pos:long "-1.5285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_174'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5285'^^xsd:double;
  dwc:latitude '48.68774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5285 48.68774, -1.5285 48.68774, -1.5285 48.68774, -1.5285 48.68774, -1.5285 48.68774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_174'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70558 -1.52849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70558 -1.52849)"^^geo:wktLiteral ;
  geo-pos:lat "48.70558"^^xsd:decimal ;
  geo-pos:long "-1.52849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_405'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '9.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52849'^^xsd:double;
  dwc:latitude '48.70558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52849 48.70558, -1.52849 48.70558, -1.52849 48.70558, -1.52849 48.70558, -1.52849 48.70558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_405'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71312 -1.52849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71312"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71312 -1.52849)"^^geo:wktLiteral ;
  geo-pos:lat "48.71312"^^xsd:decimal ;
  geo-pos:long "-1.52849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9268'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52849'^^xsd:double;
  dwc:latitude '48.71312'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52849 48.71312, -1.52849 48.71312, -1.52849 48.71312, -1.52849 48.71312, -1.52849 48.71312))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9268'^^xsd:string;
  dwc:observationDate '2008-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8139> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.52848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.52848)"^^geo:wktLiteral ;
  geo-pos:lat "48.6903"^^xsd:decimal ;
  geo-pos:long "-1.52848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8139'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8139'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52848'^^xsd:double;
  dwc:latitude '48.6903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52848 48.6903, -1.52848 48.6903, -1.52848 48.6903, -1.52848 48.6903, -1.52848 48.6903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8139'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69294 -1.52848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69294"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69294 -1.52848)"^^geo:wktLiteral ;
  geo-pos:lat "48.69294"^^xsd:decimal ;
  geo-pos:long "-1.52848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1582'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '5.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52848'^^xsd:double;
  dwc:latitude '48.69294'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52848 48.69294, -1.52848 48.69294, -1.52848 48.69294, -1.52848 48.69294, -1.52848 48.69294))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1582'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71404 -1.52848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71404 -1.52848)"^^geo:wktLiteral ;
  geo-pos:lat "48.71404"^^xsd:decimal ;
  geo-pos:long "-1.52848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2408'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52848'^^xsd:double;
  dwc:latitude '48.71404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52848 48.71404, -1.52848 48.71404, -1.52848 48.71404, -1.52848 48.71404, -1.52848 48.71404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2408'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1499> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68244 -1.52847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68244"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68244 -1.52847)"^^geo:wktLiteral ;
  geo-pos:lat "48.68244"^^xsd:decimal ;
  geo-pos:long "-1.52847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1499'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1499'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52847'^^xsd:double;
  dwc:latitude '48.68244'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52847 48.68244, -1.52847 48.68244, -1.52847 48.68244, -1.52847 48.68244, -1.52847 48.68244))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1499'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10154> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68528 -1.52847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68528"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68528 -1.52847)"^^geo:wktLiteral ;
  geo-pos:lat "48.68528"^^xsd:decimal ;
  geo-pos:long "-1.52847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10154'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_10154'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52847'^^xsd:double;
  dwc:latitude '48.68528'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52847 48.68528, -1.52847 48.68528, -1.52847 48.68528, -1.52847 48.68528, -1.52847 48.68528))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10154'^^xsd:string;
  dwc:observationDate '2008-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69885 -1.52847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69885 -1.52847)"^^geo:wktLiteral ;
  geo-pos:lat "48.69885"^^xsd:decimal ;
  geo-pos:long "-1.52847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6081'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52847'^^xsd:double;
  dwc:latitude '48.69885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52847 48.69885, -1.52847 48.69885, -1.52847 48.69885, -1.52847 48.69885, -1.52847 48.69885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6081'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70236 -1.52847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70236 -1.52847)"^^geo:wktLiteral ;
  geo-pos:lat "48.70236"^^xsd:decimal ;
  geo-pos:long "-1.52847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_2735'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52847'^^xsd:double;
  dwc:latitude '48.70236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52847 48.70236, -1.52847 48.70236, -1.52847 48.70236, -1.52847 48.70236, -1.52847 48.70236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2735'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71356 -1.52847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71356 -1.52847)"^^geo:wktLiteral ;
  geo-pos:lat "48.71356"^^xsd:decimal ;
  geo-pos:long "-1.52847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_9179'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52847'^^xsd:double;
  dwc:latitude '48.71356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52847 48.71356, -1.52847 48.71356, -1.52847 48.71356, -1.52847 48.71356, -1.52847 48.71356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9179'^^xsd:string;
  dwc:observationDate '2008-01-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4107> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68967 -1.52846)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68967"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52846"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68967 -1.52846)"^^geo:wktLiteral ;
  geo-pos:lat "48.68967"^^xsd:decimal ;
  geo-pos:long "-1.52846"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4107'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_4107'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52846'^^xsd:double;
  dwc:latitude '48.68967'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52846 48.68967, -1.52846 48.68967, -1.52846 48.68967, -1.52846 48.68967, -1.52846 48.68967))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4107'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66441 -1.52844)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66441"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52844"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66441 -1.52844)"^^geo:wktLiteral ;
  geo-pos:lat "48.66441"^^xsd:decimal ;
  geo-pos:long "-1.52844"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6090'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52844'^^xsd:double;
  dwc:latitude '48.66441'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52844 48.66441, -1.52844 48.66441, -1.52844 48.66441, -1.52844 48.66441, -1.52844 48.66441))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6090'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70475 -1.52841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70475 -1.52841)"^^geo:wktLiteral ;
  geo-pos:lat "48.70475"^^xsd:decimal ;
  geo-pos:long "-1.52841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2266'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52841'^^xsd:double;
  dwc:latitude '48.70475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52841 48.70475, -1.52841 48.70475, -1.52841 48.70475, -1.52841 48.70475, -1.52841 48.70475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2266'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71079 -1.52841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71079 -1.52841)"^^geo:wktLiteral ;
  geo-pos:lat "48.71079"^^xsd:decimal ;
  geo-pos:long "-1.52841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_4265'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52841'^^xsd:double;
  dwc:latitude '48.71079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52841 48.71079, -1.52841 48.71079, -1.52841 48.71079, -1.52841 48.71079, -1.52841 48.71079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4265'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_735> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72017 -1.5284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72017 -1.5284)"^^geo:wktLiteral ;
  geo-pos:lat "48.72017"^^xsd:decimal ;
  geo-pos:long "-1.5284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_735'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_735'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5284'^^xsd:double;
  dwc:latitude '48.72017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5284 48.72017, -1.5284 48.72017, -1.5284 48.72017, -1.5284 48.72017, -1.5284 48.72017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_735'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.52839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.52839)"^^geo:wktLiteral ;
  geo-pos:lat "48.66814"^^xsd:decimal ;
  geo-pos:long "-1.52839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1744'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52839'^^xsd:double;
  dwc:latitude '48.66814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52839 48.66814, -1.52839 48.66814, -1.52839 48.66814, -1.52839 48.66814, -1.52839 48.66814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1744'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69218 -1.52838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69218 -1.52838)"^^geo:wktLiteral ;
  geo-pos:lat "48.69218"^^xsd:decimal ;
  geo-pos:long "-1.52838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10495'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52838'^^xsd:double;
  dwc:latitude '48.69218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52838 48.69218, -1.52838 48.69218, -1.52838 48.69218, -1.52838 48.69218, -1.52838 48.69218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10495'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.52834)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52834"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.52834)"^^geo:wktLiteral ;
  geo-pos:lat "48.69725"^^xsd:decimal ;
  geo-pos:long "-1.52834"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6580'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52834'^^xsd:double;
  dwc:latitude '48.69725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52834 48.69725, -1.52834 48.69725, -1.52834 48.69725, -1.52834 48.69725, -1.52834 48.69725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6580'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7057 -1.52833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7057"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7057 -1.52833)"^^geo:wktLiteral ;
  geo-pos:lat "48.7057"^^xsd:decimal ;
  geo-pos:long "-1.52833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1886'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '23.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52833'^^xsd:double;
  dwc:latitude '48.7057'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52833 48.7057, -1.52833 48.7057, -1.52833 48.7057, -1.52833 48.7057, -1.52833 48.7057))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1886'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69042 -1.52832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69042 -1.52832)"^^geo:wktLiteral ;
  geo-pos:lat "48.69042"^^xsd:decimal ;
  geo-pos:long "-1.52832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8412'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52832'^^xsd:double;
  dwc:latitude '48.69042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52832 48.69042, -1.52832 48.69042, -1.52832 48.69042, -1.52832 48.69042, -1.52832 48.69042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8412'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9037> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6907 -1.5283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6907 -1.5283)"^^geo:wktLiteral ;
  geo-pos:lat "48.6907"^^xsd:decimal ;
  geo-pos:long "-1.5283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9037'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9037'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5283'^^xsd:double;
  dwc:latitude '48.6907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5283 48.6907, -1.5283 48.6907, -1.5283 48.6907, -1.5283 48.6907, -1.5283 48.6907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9037'^^xsd:string;
  dwc:observationDate '2008-01-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10114> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69 -1.52829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69 -1.52829)"^^geo:wktLiteral ;
  geo-pos:lat "48.69"^^xsd:decimal ;
  geo-pos:long "-1.52829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10114'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_10114'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52829'^^xsd:double;
  dwc:latitude '48.69'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52829 48.69, -1.52829 48.69, -1.52829 48.69, -1.52829 48.69, -1.52829 48.69))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10114'^^xsd:string;
  dwc:observationDate '2008-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_463> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7223 -1.52829)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52829"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7223 -1.52829)"^^geo:wktLiteral ;
  geo-pos:lat "48.7223"^^xsd:decimal ;
  geo-pos:long "-1.52829"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_463'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_463'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52829'^^xsd:double;
  dwc:latitude '48.7223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52829 48.7223, -1.52829 48.7223, -1.52829 48.7223, -1.52829 48.7223, -1.52829 48.7223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_463'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6865> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66031 -1.52828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66031 -1.52828)"^^geo:wktLiteral ;
  geo-pos:lat "48.66031"^^xsd:decimal ;
  geo-pos:long "-1.52828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6865'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6865'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52828'^^xsd:double;
  dwc:latitude '48.66031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52828 48.66031, -1.52828 48.66031, -1.52828 48.66031, -1.52828 48.66031, -1.52828 48.66031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6865'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68176 -1.52828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68176 -1.52828)"^^geo:wktLiteral ;
  geo-pos:lat "48.68176"^^xsd:decimal ;
  geo-pos:long "-1.52828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2082'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52828'^^xsd:double;
  dwc:latitude '48.68176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52828 48.68176, -1.52828 48.68176, -1.52828 48.68176, -1.52828 48.68176, -1.52828 48.68176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2082'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70104 -1.52828)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70104"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52828"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70104 -1.52828)"^^geo:wktLiteral ;
  geo-pos:lat "48.70104"^^xsd:decimal ;
  geo-pos:long "-1.52828"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3239'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52828'^^xsd:double;
  dwc:latitude '48.70104'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52828 48.70104, -1.52828 48.70104, -1.52828 48.70104, -1.52828 48.70104, -1.52828 48.70104))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3239'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69062 -1.52825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69062"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69062 -1.52825)"^^geo:wktLiteral ;
  geo-pos:lat "48.69062"^^xsd:decimal ;
  geo-pos:long "-1.52825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10489'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52825'^^xsd:double;
  dwc:latitude '48.69062'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52825 48.69062, -1.52825 48.69062, -1.52825 48.69062, -1.52825 48.69062, -1.52825 48.69062))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10489'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2490> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70572 -1.52824)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52824"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70572 -1.52824)"^^geo:wktLiteral ;
  geo-pos:lat "48.70572"^^xsd:decimal ;
  geo-pos:long "-1.52824"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2490'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2490'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52824'^^xsd:double;
  dwc:latitude '48.70572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52824 48.70572, -1.52824 48.70572, -1.52824 48.70572, -1.52824 48.70572, -1.52824 48.70572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2490'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69018 -1.52823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69018 -1.52823)"^^geo:wktLiteral ;
  geo-pos:lat "48.69018"^^xsd:decimal ;
  geo-pos:long "-1.52823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_313'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52823'^^xsd:double;
  dwc:latitude '48.69018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52823 48.69018, -1.52823 48.69018, -1.52823 48.69018, -1.52823 48.69018, -1.52823 48.69018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_313'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70359 -1.52822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70359 -1.52822)"^^geo:wktLiteral ;
  geo-pos:lat "48.70359"^^xsd:decimal ;
  geo-pos:long "-1.52822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1300'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52822'^^xsd:double;
  dwc:latitude '48.70359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52822 48.70359, -1.52822 48.70359, -1.52822 48.70359, -1.52822 48.70359, -1.52822 48.70359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1300'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3291> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70948 -1.52822)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52822"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70948 -1.52822)"^^geo:wktLiteral ;
  geo-pos:lat "48.70948"^^xsd:decimal ;
  geo-pos:long "-1.52822"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3291'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3291'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52822'^^xsd:double;
  dwc:latitude '48.70948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52822 48.70948, -1.52822 48.70948, -1.52822 48.70948, -1.52822 48.70948, -1.52822 48.70948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3291'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.52821)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70509"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52821"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70509 -1.52821)"^^geo:wktLiteral ;
  geo-pos:lat "48.70509"^^xsd:decimal ;
  geo-pos:long "-1.52821"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3365'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52821'^^xsd:double;
  dwc:latitude '48.70509'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52821 48.70509, -1.52821 48.70509, -1.52821 48.70509, -1.52821 48.70509, -1.52821 48.70509))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3365'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8170> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68959 -1.5282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68959 -1.5282)"^^geo:wktLiteral ;
  geo-pos:lat "48.68959"^^xsd:decimal ;
  geo-pos:long "-1.5282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8170'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8170'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5282'^^xsd:double;
  dwc:latitude '48.68959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5282 48.68959, -1.5282 48.68959, -1.5282 48.68959, -1.5282 48.68959, -1.5282 48.68959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8170'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69175 -1.52819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69175 -1.52819)"^^geo:wktLiteral ;
  geo-pos:lat "48.69175"^^xsd:decimal ;
  geo-pos:long "-1.52819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_172'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52819'^^xsd:double;
  dwc:latitude '48.69175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52819 48.69175, -1.52819 48.69175, -1.52819 48.69175, -1.52819 48.69175, -1.52819 48.69175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_172'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1104> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69952 -1.52819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69952 -1.52819)"^^geo:wktLiteral ;
  geo-pos:lat "48.69952"^^xsd:decimal ;
  geo-pos:long "-1.52819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1104'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1104'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52819'^^xsd:double;
  dwc:latitude '48.69952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52819 48.69952, -1.52819 48.69952, -1.52819 48.69952, -1.52819 48.69952, -1.52819 48.69952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1104'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70776 -1.52819)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52819"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70776 -1.52819)"^^geo:wktLiteral ;
  geo-pos:lat "48.70776"^^xsd:decimal ;
  geo-pos:long "-1.52819"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1012'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52819'^^xsd:double;
  dwc:latitude '48.70776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52819 48.70776, -1.52819 48.70776, -1.52819 48.70776, -1.52819 48.70776, -1.52819 48.70776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1012'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69139 -1.52818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69139 -1.52818)"^^geo:wktLiteral ;
  geo-pos:lat "48.69139"^^xsd:decimal ;
  geo-pos:long "-1.52818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8413'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52818'^^xsd:double;
  dwc:latitude '48.69139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52818 48.69139, -1.52818 48.69139, -1.52818 48.69139, -1.52818 48.69139, -1.52818 48.69139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8413'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_378> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70447 -1.52818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70447"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70447 -1.52818)"^^geo:wktLiteral ;
  geo-pos:lat "48.70447"^^xsd:decimal ;
  geo-pos:long "-1.52818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_378'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_378'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52818'^^xsd:double;
  dwc:latitude '48.70447'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52818 48.70447, -1.52818 48.70447, -1.52818 48.70447, -1.52818 48.70447, -1.52818 48.70447))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_378'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71444 -1.52817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71444"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71444 -1.52817)"^^geo:wktLiteral ;
  geo-pos:lat "48.71444"^^xsd:decimal ;
  geo-pos:long "-1.52817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2895'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52817'^^xsd:double;
  dwc:latitude '48.71444'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52817 48.71444, -1.52817 48.71444, -1.52817 48.71444, -1.52817 48.71444, -1.52817 48.71444))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2895'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69338 -1.52815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69338"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69338 -1.52815)"^^geo:wktLiteral ;
  geo-pos:lat "48.69338"^^xsd:decimal ;
  geo-pos:long "-1.52815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2151'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '11.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52815'^^xsd:double;
  dwc:latitude '48.69338'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52815 48.69338, -1.52815 48.69338, -1.52815 48.69338, -1.52815 48.69338, -1.52815 48.69338))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2151'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67026 -1.52814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67026 -1.52814)"^^geo:wktLiteral ;
  geo-pos:lat "48.67026"^^xsd:decimal ;
  geo-pos:long "-1.52814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6853'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52814'^^xsd:double;
  dwc:latitude '48.67026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52814 48.67026, -1.52814 48.67026, -1.52814 48.67026, -1.52814 48.67026, -1.52814 48.67026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6853'^^xsd:string;
  dwc:observationDate '2006-06-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70671 -1.52814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70671 -1.52814)"^^geo:wktLiteral ;
  geo-pos:lat "48.70671"^^xsd:decimal ;
  geo-pos:long "-1.52814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_632'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52814'^^xsd:double;
  dwc:latitude '48.70671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52814 48.70671, -1.52814 48.70671, -1.52814 48.70671, -1.52814 48.70671, -1.52814 48.70671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_632'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69063 -1.52813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69063 -1.52813)"^^geo:wktLiteral ;
  geo-pos:lat "48.69063"^^xsd:decimal ;
  geo-pos:long "-1.52813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_9688'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52813'^^xsd:double;
  dwc:latitude '48.69063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52813 48.69063, -1.52813 48.69063, -1.52813 48.69063, -1.52813 48.69063, -1.52813 48.69063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9688'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2244> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70752 -1.52813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70752"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70752 -1.52813)"^^geo:wktLiteral ;
  geo-pos:lat "48.70752"^^xsd:decimal ;
  geo-pos:long "-1.52813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2244'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2244'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52813'^^xsd:double;
  dwc:latitude '48.70752'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52813 48.70752, -1.52813 48.70752, -1.52813 48.70752, -1.52813 48.70752, -1.52813 48.70752))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2244'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71096 -1.52813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71096"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71096 -1.52813)"^^geo:wktLiteral ;
  geo-pos:lat "48.71096"^^xsd:decimal ;
  geo-pos:long "-1.52813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9916'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '8'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52813'^^xsd:double;
  dwc:latitude '48.71096'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52813 48.71096, -1.52813 48.71096, -1.52813 48.71096, -1.52813 48.71096, -1.52813 48.71096))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9916'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1065> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68547 -1.52809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68547 -1.52809)"^^geo:wktLiteral ;
  geo-pos:lat "48.68547"^^xsd:decimal ;
  geo-pos:long "-1.52809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1065'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1065'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52809'^^xsd:double;
  dwc:latitude '48.68547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52809 48.68547, -1.52809 48.68547, -1.52809 48.68547, -1.52809 48.68547, -1.52809 48.68547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1065'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68709 -1.52809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68709 -1.52809)"^^geo:wktLiteral ;
  geo-pos:lat "48.68709"^^xsd:decimal ;
  geo-pos:long "-1.52809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7736'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52809'^^xsd:double;
  dwc:latitude '48.68709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52809 48.68709, -1.52809 48.68709, -1.52809 48.68709, -1.52809 48.68709, -1.52809 48.68709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7736'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1066> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68999 -1.52809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68999"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68999 -1.52809)"^^geo:wktLiteral ;
  geo-pos:lat "48.68999"^^xsd:decimal ;
  geo-pos:long "-1.52809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1066'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1066'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52809'^^xsd:double;
  dwc:latitude '48.68999'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52809 48.68999, -1.52809 48.68999, -1.52809 48.68999, -1.52809 48.68999, -1.52809 48.68999))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1066'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4844> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69904 -1.52809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69904 -1.52809)"^^geo:wktLiteral ;
  geo-pos:lat "48.69904"^^xsd:decimal ;
  geo-pos:long "-1.52809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4844'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4844'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52809'^^xsd:double;
  dwc:latitude '48.69904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52809 48.69904, -1.52809 48.69904, -1.52809 48.69904, -1.52809 48.69904, -1.52809 48.69904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4844'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7201 -1.52809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7201 -1.52809)"^^geo:wktLiteral ;
  geo-pos:lat "48.7201"^^xsd:decimal ;
  geo-pos:long "-1.52809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_254'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52809'^^xsd:double;
  dwc:latitude '48.7201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52809 48.7201, -1.52809 48.7201, -1.52809 48.7201, -1.52809 48.7201, -1.52809 48.7201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_254'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67921 -1.52807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67921 -1.52807)"^^geo:wktLiteral ;
  geo-pos:lat "48.67921"^^xsd:decimal ;
  geo-pos:long "-1.52807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_4441'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52807'^^xsd:double;
  dwc:latitude '48.67921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52807 48.67921, -1.52807 48.67921, -1.52807 48.67921, -1.52807 48.67921, -1.52807 48.67921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4441'^^xsd:string;
  dwc:observationDate '2006-04-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4744> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68174 -1.52807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68174 -1.52807)"^^geo:wktLiteral ;
  geo-pos:lat "48.68174"^^xsd:decimal ;
  geo-pos:long "-1.52807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4744'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4744'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52807'^^xsd:double;
  dwc:latitude '48.68174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52807 48.68174, -1.52807 48.68174, -1.52807 48.68174, -1.52807 48.68174, -1.52807 48.68174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4744'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6897 -1.52807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6897 -1.52807)"^^geo:wktLiteral ;
  geo-pos:lat "48.6897"^^xsd:decimal ;
  geo-pos:long "-1.52807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8234'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52807'^^xsd:double;
  dwc:latitude '48.6897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52807 48.6897, -1.52807 48.6897, -1.52807 48.6897, -1.52807 48.6897, -1.52807 48.6897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8234'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70248 -1.52807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70248"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70248 -1.52807)"^^geo:wktLiteral ;
  geo-pos:lat "48.70248"^^xsd:decimal ;
  geo-pos:long "-1.52807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2737'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52807'^^xsd:double;
  dwc:latitude '48.70248'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52807 48.70248, -1.52807 48.70248, -1.52807 48.70248, -1.52807 48.70248, -1.52807 48.70248))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2737'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2300> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71274 -1.52807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71274 -1.52807)"^^geo:wktLiteral ;
  geo-pos:lat "48.71274"^^xsd:decimal ;
  geo-pos:long "-1.52807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2300'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2300'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52807'^^xsd:double;
  dwc:latitude '48.71274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52807 48.71274, -1.52807 48.71274, -1.52807 48.71274, -1.52807 48.71274, -1.52807 48.71274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2300'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6826 -1.52804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6826"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6826 -1.52804)"^^geo:wktLiteral ;
  geo-pos:lat "48.6826"^^xsd:decimal ;
  geo-pos:long "-1.52804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1452'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52804'^^xsd:double;
  dwc:latitude '48.6826'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52804 48.6826, -1.52804 48.6826, -1.52804 48.6826, -1.52804 48.6826, -1.52804 48.6826))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1452'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68984 -1.52804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68984"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68984 -1.52804)"^^geo:wktLiteral ;
  geo-pos:lat "48.68984"^^xsd:decimal ;
  geo-pos:long "-1.52804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9651'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52804'^^xsd:double;
  dwc:latitude '48.68984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52804 48.68984, -1.52804 48.68984, -1.52804 48.68984, -1.52804 48.68984, -1.52804 48.68984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9651'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7064 -1.528)"^^geo:wktLiteral ;
  geo-pos:lat "48.7064"^^xsd:decimal ;
  geo-pos:long "-1.528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3554'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.528'^^xsd:double;
  dwc:latitude '48.7064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.528 48.7064, -1.528 48.7064, -1.528 48.7064, -1.528 48.7064, -1.528 48.7064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3554'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68937 -1.52799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68937"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68937 -1.52799)"^^geo:wktLiteral ;
  geo-pos:lat "48.68937"^^xsd:decimal ;
  geo-pos:long "-1.52799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10015'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52799'^^xsd:double;
  dwc:latitude '48.68937'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52799 48.68937, -1.52799 48.68937, -1.52799 48.68937, -1.52799 48.68937, -1.52799 48.68937))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10015'^^xsd:string;
  dwc:observationDate '2008-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64034 -1.52796)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64034"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52796"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64034 -1.52796)"^^geo:wktLiteral ;
  geo-pos:lat "48.64034"^^xsd:decimal ;
  geo-pos:long "-1.52796"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3652'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52796'^^xsd:double;
  dwc:latitude '48.64034'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52796 48.64034, -1.52796 48.64034, -1.52796 48.64034, -1.52796 48.64034, -1.52796 48.64034))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3652'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72512 -1.52794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72512"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72512 -1.52794)"^^geo:wktLiteral ;
  geo-pos:lat "48.72512"^^xsd:decimal ;
  geo-pos:long "-1.52794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9368'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52794'^^xsd:double;
  dwc:latitude '48.72512'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52794 48.72512, -1.52794 48.72512, -1.52794 48.72512, -1.52794 48.72512, -1.52794 48.72512))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9368'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_260> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70677 -1.52793)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52793"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70677 -1.52793)"^^geo:wktLiteral ;
  geo-pos:lat "48.70677"^^xsd:decimal ;
  geo-pos:long "-1.52793"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_260'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_260'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52793'^^xsd:double;
  dwc:latitude '48.70677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52793 48.70677, -1.52793 48.70677, -1.52793 48.70677, -1.52793 48.70677, -1.52793 48.70677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_260'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68899 -1.52792)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68899"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52792"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68899 -1.52792)"^^geo:wktLiteral ;
  geo-pos:lat "48.68899"^^xsd:decimal ;
  geo-pos:long "-1.52792"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8571'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52792'^^xsd:double;
  dwc:latitude '48.68899'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52792 48.68899, -1.52792 48.68899, -1.52792 48.68899, -1.52792 48.68899, -1.52792 48.68899))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8571'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72147 -1.52791)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72147"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52791"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72147 -1.52791)"^^geo:wktLiteral ;
  geo-pos:lat "48.72147"^^xsd:decimal ;
  geo-pos:long "-1.52791"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6973'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52791'^^xsd:double;
  dwc:latitude '48.72147'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52791 48.72147, -1.52791 48.72147, -1.52791 48.72147, -1.52791 48.72147, -1.52791 48.72147))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6973'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70686 -1.5279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70686 -1.5279)"^^geo:wktLiteral ;
  geo-pos:lat "48.70686"^^xsd:decimal ;
  geo-pos:long "-1.5279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_508'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5279'^^xsd:double;
  dwc:latitude '48.70686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5279 48.70686, -1.5279 48.70686, -1.5279 48.70686, -1.5279 48.70686, -1.5279 48.70686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_508'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7072 -1.5279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7072"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7072 -1.5279)"^^geo:wktLiteral ;
  geo-pos:lat "48.7072"^^xsd:decimal ;
  geo-pos:long "-1.5279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9049'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5279'^^xsd:double;
  dwc:latitude '48.7072'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5279 48.7072, -1.5279 48.7072, -1.5279 48.7072, -1.5279 48.7072, -1.5279 48.7072))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9049'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7051 -1.52789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7051 -1.52789)"^^geo:wktLiteral ;
  geo-pos:lat "48.7051"^^xsd:decimal ;
  geo-pos:long "-1.52789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3553'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52789'^^xsd:double;
  dwc:latitude '48.7051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52789 48.7051, -1.52789 48.7051, -1.52789 48.7051, -1.52789 48.7051, -1.52789 48.7051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3553'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69423 -1.52786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69423 -1.52786)"^^geo:wktLiteral ;
  geo-pos:lat "48.69423"^^xsd:decimal ;
  geo-pos:long "-1.52786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_5554'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52786'^^xsd:double;
  dwc:latitude '48.69423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52786 48.69423, -1.52786 48.69423, -1.52786 48.69423, -1.52786 48.69423, -1.52786 48.69423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5554'^^xsd:string;
  dwc:observationDate '2006-04-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_468> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72065 -1.52786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72065"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72065 -1.52786)"^^geo:wktLiteral ;
  geo-pos:lat "48.72065"^^xsd:decimal ;
  geo-pos:long "-1.52786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_468'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_468'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52786'^^xsd:double;
  dwc:latitude '48.72065'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52786 48.72065, -1.52786 48.72065, -1.52786 48.72065, -1.52786 48.72065, -1.52786 48.72065))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_468'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72276 -1.52786)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72276"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52786"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72276 -1.52786)"^^geo:wktLiteral ;
  geo-pos:lat "48.72276"^^xsd:decimal ;
  geo-pos:long "-1.52786"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_939'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52786'^^xsd:double;
  dwc:latitude '48.72276'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52786 48.72276, -1.52786 48.72276, -1.52786 48.72276, -1.52786 48.72276, -1.52786 48.72276))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_939'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3096> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66941 -1.52785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66941"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66941 -1.52785)"^^geo:wktLiteral ;
  geo-pos:lat "48.66941"^^xsd:decimal ;
  geo-pos:long "-1.52785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3096'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3096'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52785'^^xsd:double;
  dwc:latitude '48.66941'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52785 48.66941, -1.52785 48.66941, -1.52785 48.66941, -1.52785 48.66941, -1.52785 48.66941))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3096'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_527> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71742 -1.52785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71742 -1.52785)"^^geo:wktLiteral ;
  geo-pos:lat "48.71742"^^xsd:decimal ;
  geo-pos:long "-1.52785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_527'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_527'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52785'^^xsd:double;
  dwc:latitude '48.71742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52785 48.71742, -1.52785 48.71742, -1.52785 48.71742, -1.52785 48.71742, -1.52785 48.71742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_527'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67885 -1.52784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67885 -1.52784)"^^geo:wktLiteral ;
  geo-pos:lat "48.67885"^^xsd:decimal ;
  geo-pos:long "-1.52784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4721'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52784'^^xsd:double;
  dwc:latitude '48.67885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52784 48.67885, -1.52784 48.67885, -1.52784 48.67885, -1.52784 48.67885, -1.52784 48.67885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4721'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68975 -1.52783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68975"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68975 -1.52783)"^^geo:wktLiteral ;
  geo-pos:lat "48.68975"^^xsd:decimal ;
  geo-pos:long "-1.52783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_8438'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52783'^^xsd:double;
  dwc:latitude '48.68975'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52783 48.68975, -1.52783 48.68975, -1.52783 48.68975, -1.52783 48.68975, -1.52783 48.68975))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8438'^^xsd:string;
  dwc:observationDate '2007-12-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70898 -1.52782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70898"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70898 -1.52782)"^^geo:wktLiteral ;
  geo-pos:lat "48.70898"^^xsd:decimal ;
  geo-pos:long "-1.52782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_511'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52782'^^xsd:double;
  dwc:latitude '48.70898'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52782 48.70898, -1.52782 48.70898, -1.52782 48.70898, -1.52782 48.70898, -1.52782 48.70898))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_511'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65446 -1.52781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65446"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65446 -1.52781)"^^geo:wktLiteral ;
  geo-pos:lat "48.65446"^^xsd:decimal ;
  geo-pos:long "-1.52781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_10902'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52781'^^xsd:double;
  dwc:latitude '48.65446'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52781 48.65446, -1.52781 48.65446, -1.52781 48.65446, -1.52781 48.65446, -1.52781 48.65446))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10902'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_316> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68696 -1.52781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68696 -1.52781)"^^geo:wktLiteral ;
  geo-pos:lat "48.68696"^^xsd:decimal ;
  geo-pos:long "-1.52781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_316'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_316'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52781'^^xsd:double;
  dwc:latitude '48.68696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52781 48.68696, -1.52781 48.68696, -1.52781 48.68696, -1.52781 48.68696, -1.52781 48.68696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_316'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6861 -1.5278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6861 -1.5278)"^^geo:wktLiteral ;
  geo-pos:lat "48.6861"^^xsd:decimal ;
  geo-pos:long "-1.5278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_175'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '11.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5278'^^xsd:double;
  dwc:latitude '48.6861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5278 48.6861, -1.5278 48.6861, -1.5278 48.6861, -1.5278 48.6861, -1.5278 48.6861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_175'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68926 -1.52779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68926 -1.52779)"^^geo:wktLiteral ;
  geo-pos:lat "48.68926"^^xsd:decimal ;
  geo-pos:long "-1.52779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9838'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '7'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52779'^^xsd:double;
  dwc:latitude '48.68926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52779 48.68926, -1.52779 48.68926, -1.52779 48.68926, -1.52779 48.68926, -1.52779 48.68926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9838'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8327> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68943 -1.52779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68943 -1.52779)"^^geo:wktLiteral ;
  geo-pos:lat "48.68943"^^xsd:decimal ;
  geo-pos:long "-1.52779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8327'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8327'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52779'^^xsd:double;
  dwc:latitude '48.68943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52779 48.68943, -1.52779 48.68943, -1.52779 48.68943, -1.52779 48.68943, -1.52779 48.68943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8327'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70895 -1.52775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70895 -1.52775)"^^geo:wktLiteral ;
  geo-pos:lat "48.70895"^^xsd:decimal ;
  geo-pos:long "-1.52775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2556'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '12.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52775'^^xsd:double;
  dwc:latitude '48.70895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52775 48.70895, -1.52775 48.70895, -1.52775 48.70895, -1.52775 48.70895, -1.52775 48.70895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2556'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9894> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68781 -1.52774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68781 -1.52774)"^^geo:wktLiteral ;
  geo-pos:lat "48.68781"^^xsd:decimal ;
  geo-pos:long "-1.52774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9894'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9894'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52774'^^xsd:double;
  dwc:latitude '48.68781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52774 48.68781, -1.52774 48.68781, -1.52774 48.68781, -1.52774 48.68781, -1.52774 48.68781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9894'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7026 -1.52774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7026"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7026 -1.52774)"^^geo:wktLiteral ;
  geo-pos:lat "48.7026"^^xsd:decimal ;
  geo-pos:long "-1.52774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9633'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52774'^^xsd:double;
  dwc:latitude '48.7026'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52774 48.7026, -1.52774 48.7026, -1.52774 48.7026, -1.52774 48.7026, -1.52774 48.7026))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9633'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10099> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68983 -1.52773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68983"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68983 -1.52773)"^^geo:wktLiteral ;
  geo-pos:lat "48.68983"^^xsd:decimal ;
  geo-pos:long "-1.52773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10099'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10099'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '16.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52773'^^xsd:double;
  dwc:latitude '48.68983'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52773 48.68983, -1.52773 48.68983, -1.52773 48.68983, -1.52773 48.68983, -1.52773 48.68983))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10099'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68961 -1.52772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68961"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68961 -1.52772)"^^geo:wktLiteral ;
  geo-pos:lat "48.68961"^^xsd:decimal ;
  geo-pos:long "-1.52772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8448'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52772'^^xsd:double;
  dwc:latitude '48.68961'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52772 48.68961, -1.52772 48.68961, -1.52772 48.68961, -1.52772 48.68961, -1.52772 48.68961))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8448'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.52772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.52772)"^^geo:wktLiteral ;
  geo-pos:lat "48.70582"^^xsd:decimal ;
  geo-pos:long "-1.52772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4221'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '0'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52772'^^xsd:double;
  dwc:latitude '48.70582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52772 48.70582, -1.52772 48.70582, -1.52772 48.70582, -1.52772 48.70582, -1.52772 48.70582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4221'^^xsd:string;
  dwc:observationDate '2006-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71616 -1.52771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71616"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71616 -1.52771)"^^geo:wktLiteral ;
  geo-pos:lat "48.71616"^^xsd:decimal ;
  geo-pos:long "-1.52771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2434'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52771'^^xsd:double;
  dwc:latitude '48.71616'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52771 48.71616, -1.52771 48.71616, -1.52771 48.71616, -1.52771 48.71616, -1.52771 48.71616))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2434'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.723 -1.52771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.723 -1.52771)"^^geo:wktLiteral ;
  geo-pos:lat "48.723"^^xsd:decimal ;
  geo-pos:long "-1.52771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9606'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '9.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52771'^^xsd:double;
  dwc:latitude '48.723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52771 48.723, -1.52771 48.723, -1.52771 48.723, -1.52771 48.723, -1.52771 48.723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9606'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71059 -1.5277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71059 -1.5277)"^^geo:wktLiteral ;
  geo-pos:lat "48.71059"^^xsd:decimal ;
  geo-pos:long "-1.5277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_4280'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5277'^^xsd:double;
  dwc:latitude '48.71059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5277 48.71059, -1.5277 48.71059, -1.5277 48.71059, -1.5277 48.71059, -1.5277 48.71059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4280'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68908 -1.52768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68908 -1.52768)"^^geo:wktLiteral ;
  geo-pos:lat "48.68908"^^xsd:decimal ;
  geo-pos:long "-1.52768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3051'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52768'^^xsd:double;
  dwc:latitude '48.68908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52768 48.68908, -1.52768 48.68908, -1.52768 48.68908, -1.52768 48.68908, -1.52768 48.68908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3051'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64371 -1.52767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64371 -1.52767)"^^geo:wktLiteral ;
  geo-pos:lat "48.64371"^^xsd:decimal ;
  geo-pos:long "-1.52767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3654'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52767'^^xsd:double;
  dwc:latitude '48.64371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52767 48.64371, -1.52767 48.64371, -1.52767 48.64371, -1.52767 48.64371, -1.52767 48.64371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3654'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70533 -1.52764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70533 -1.52764)"^^geo:wktLiteral ;
  geo-pos:lat "48.70533"^^xsd:decimal ;
  geo-pos:long "-1.52764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3938'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '17.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52764'^^xsd:double;
  dwc:latitude '48.70533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52764 48.70533, -1.52764 48.70533, -1.52764 48.70533, -1.52764 48.70533, -1.52764 48.70533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3938'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71558 -1.52764)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71558"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52764"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71558 -1.52764)"^^geo:wktLiteral ;
  geo-pos:lat "48.71558"^^xsd:decimal ;
  geo-pos:long "-1.52764"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5347'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52764'^^xsd:double;
  dwc:latitude '48.71558'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52764 48.71558, -1.52764 48.71558, -1.52764 48.71558, -1.52764 48.71558, -1.52764 48.71558))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5347'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70547 -1.52761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70547"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70547 -1.52761)"^^geo:wktLiteral ;
  geo-pos:lat "48.70547"^^xsd:decimal ;
  geo-pos:long "-1.52761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4852'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52761'^^xsd:double;
  dwc:latitude '48.70547'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52761 48.70547, -1.52761 48.70547, -1.52761 48.70547, -1.52761 48.70547, -1.52761 48.70547))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4852'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70458 -1.52759)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52759"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70458 -1.52759)"^^geo:wktLiteral ;
  geo-pos:lat "48.70458"^^xsd:decimal ;
  geo-pos:long "-1.52759"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_580'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52759'^^xsd:double;
  dwc:latitude '48.70458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52759 48.70458, -1.52759 48.70458, -1.52759 48.70458, -1.52759 48.70458, -1.52759 48.70458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_580'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68845 -1.52758)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68845"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52758"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68845 -1.52758)"^^geo:wktLiteral ;
  geo-pos:lat "48.68845"^^xsd:decimal ;
  geo-pos:long "-1.52758"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8495'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52758'^^xsd:double;
  dwc:latitude '48.68845'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52758 48.68845, -1.52758 48.68845, -1.52758 48.68845, -1.52758 48.68845, -1.52758 48.68845))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8495'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64187 -1.52757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64187"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64187 -1.52757)"^^geo:wktLiteral ;
  geo-pos:lat "48.64187"^^xsd:decimal ;
  geo-pos:long "-1.52757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3653'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52757'^^xsd:double;
  dwc:latitude '48.64187'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52757 48.64187, -1.52757 48.64187, -1.52757 48.64187, -1.52757 48.64187, -1.52757 48.64187))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3653'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2354> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71312 -1.52757)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71312"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52757"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71312 -1.52757)"^^geo:wktLiteral ;
  geo-pos:lat "48.71312"^^xsd:decimal ;
  geo-pos:long "-1.52757"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2354'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2354'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52757'^^xsd:double;
  dwc:latitude '48.71312'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52757 48.71312, -1.52757 48.71312, -1.52757 48.71312, -1.52757 48.71312, -1.52757 48.71312))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2354'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70013 -1.52755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70013 -1.52755)"^^geo:wktLiteral ;
  geo-pos:lat "48.70013"^^xsd:decimal ;
  geo-pos:long "-1.52755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4742'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52755'^^xsd:double;
  dwc:latitude '48.70013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52755 48.70013, -1.52755 48.70013, -1.52755 48.70013, -1.52755 48.70013, -1.52755 48.70013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4742'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6155> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68612 -1.52754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68612 -1.52754)"^^geo:wktLiteral ;
  geo-pos:lat "48.68612"^^xsd:decimal ;
  geo-pos:long "-1.52754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6155'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6155'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52754'^^xsd:double;
  dwc:latitude '48.68612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52754 48.68612, -1.52754 48.68612, -1.52754 48.68612, -1.52754 48.68612, -1.52754 48.68612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6155'^^xsd:string;
  dwc:observationDate '2006-05-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69114 -1.52754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69114 -1.52754)"^^geo:wktLiteral ;
  geo-pos:lat "48.69114"^^xsd:decimal ;
  geo-pos:long "-1.52754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10461'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '7.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52754'^^xsd:double;
  dwc:latitude '48.69114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52754 48.69114, -1.52754 48.69114, -1.52754 48.69114, -1.52754 48.69114, -1.52754 48.69114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10461'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3293> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69237 -1.52754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69237 -1.52754)"^^geo:wktLiteral ;
  geo-pos:lat "48.69237"^^xsd:decimal ;
  geo-pos:long "-1.52754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3293'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3293'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52754'^^xsd:double;
  dwc:latitude '48.69237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52754 48.69237, -1.52754 48.69237, -1.52754 48.69237, -1.52754 48.69237, -1.52754 48.69237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3293'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2383> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71716 -1.52751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71716 -1.52751)"^^geo:wktLiteral ;
  geo-pos:lat "48.71716"^^xsd:decimal ;
  geo-pos:long "-1.52751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2383'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2383'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52751'^^xsd:double;
  dwc:latitude '48.71716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52751 48.71716, -1.52751 48.71716, -1.52751 48.71716, -1.52751 48.71716, -1.52751 48.71716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2383'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68646 -1.52749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68646 -1.52749)"^^geo:wktLiteral ;
  geo-pos:lat "48.68646"^^xsd:decimal ;
  geo-pos:long "-1.52749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_336'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52749'^^xsd:double;
  dwc:latitude '48.68646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52749 48.68646, -1.52749 48.68646, -1.52749 48.68646, -1.52749 48.68646, -1.52749 48.68646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_336'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70433 -1.52749)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52749"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70433 -1.52749)"^^geo:wktLiteral ;
  geo-pos:lat "48.70433"^^xsd:decimal ;
  geo-pos:long "-1.52749"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1590'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52749'^^xsd:double;
  dwc:latitude '48.70433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52749 48.70433, -1.52749 48.70433, -1.52749 48.70433, -1.52749 48.70433, -1.52749 48.70433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1590'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71582 -1.52747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71582 -1.52747)"^^geo:wktLiteral ;
  geo-pos:lat "48.71582"^^xsd:decimal ;
  geo-pos:long "-1.52747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_491'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52747'^^xsd:double;
  dwc:latitude '48.71582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52747 48.71582, -1.52747 48.71582, -1.52747 48.71582, -1.52747 48.71582, -1.52747 48.71582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_491'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70125 -1.52746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70125"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70125 -1.52746)"^^geo:wktLiteral ;
  geo-pos:lat "48.70125"^^xsd:decimal ;
  geo-pos:long "-1.52746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_583'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52746'^^xsd:double;
  dwc:latitude '48.70125'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52746 48.70125, -1.52746 48.70125, -1.52746 48.70125, -1.52746 48.70125, -1.52746 48.70125))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_583'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68873 -1.52745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68873"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68873 -1.52745)"^^geo:wktLiteral ;
  geo-pos:lat "48.68873"^^xsd:decimal ;
  geo-pos:long "-1.52745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8175'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52745'^^xsd:double;
  dwc:latitude '48.68873'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52745 48.68873, -1.52745 48.68873, -1.52745 48.68873, -1.52745 48.68873, -1.52745 48.68873))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8175'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67629 -1.52744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67629 -1.52744)"^^geo:wktLiteral ;
  geo-pos:lat "48.67629"^^xsd:decimal ;
  geo-pos:long "-1.52744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1451'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52744'^^xsd:double;
  dwc:latitude '48.67629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52744 48.67629, -1.52744 48.67629, -1.52744 48.67629, -1.52744 48.67629, -1.52744 48.67629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1451'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68923 -1.52744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68923 -1.52744)"^^geo:wktLiteral ;
  geo-pos:lat "48.68923"^^xsd:decimal ;
  geo-pos:long "-1.52744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10459'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52744'^^xsd:double;
  dwc:latitude '48.68923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52744 48.68923, -1.52744 48.68923, -1.52744 48.68923, -1.52744 48.68923, -1.52744 48.68923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10459'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_171> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69382 -1.52744)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69382"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52744"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69382 -1.52744)"^^geo:wktLiteral ;
  geo-pos:lat "48.69382"^^xsd:decimal ;
  geo-pos:long "-1.52744"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_171'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_171'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52744'^^xsd:double;
  dwc:latitude '48.69382'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52744 48.69382, -1.52744 48.69382, -1.52744 48.69382, -1.52744 48.69382, -1.52744 48.69382))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_171'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69595 -1.52743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69595 -1.52743)"^^geo:wktLiteral ;
  geo-pos:lat "48.69595"^^xsd:decimal ;
  geo-pos:long "-1.52743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2179'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52743'^^xsd:double;
  dwc:latitude '48.69595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52743 48.69595, -1.52743 48.69595, -1.52743 48.69595, -1.52743 48.69595, -1.52743 48.69595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2179'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69802 -1.52742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69802 -1.52742)"^^geo:wktLiteral ;
  geo-pos:lat "48.69802"^^xsd:decimal ;
  geo-pos:long "-1.52742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4754'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52742'^^xsd:double;
  dwc:latitude '48.69802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52742 48.69802, -1.52742 48.69802, -1.52742 48.69802, -1.52742 48.69802, -1.52742 48.69802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4754'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70409 -1.52741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70409 -1.52741)"^^geo:wktLiteral ;
  geo-pos:lat "48.70409"^^xsd:decimal ;
  geo-pos:long "-1.52741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6633'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52741'^^xsd:double;
  dwc:latitude '48.70409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52741 48.70409, -1.52741 48.70409, -1.52741 48.70409, -1.52741 48.70409, -1.52741 48.70409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6633'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68821 -1.5274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68821 -1.5274)"^^geo:wktLiteral ;
  geo-pos:lat "48.68821"^^xsd:decimal ;
  geo-pos:long "-1.5274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_504'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5274'^^xsd:double;
  dwc:latitude '48.68821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5274 48.68821, -1.5274 48.68821, -1.5274 48.68821, -1.5274 48.68821, -1.5274 48.68821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_504'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5106> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69257 -1.5274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69257"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69257 -1.5274)"^^geo:wktLiteral ;
  geo-pos:lat "48.69257"^^xsd:decimal ;
  geo-pos:long "-1.5274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5106'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5106'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5274'^^xsd:double;
  dwc:latitude '48.69257'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5274 48.69257, -1.5274 48.69257, -1.5274 48.69257, -1.5274 48.69257, -1.5274 48.69257))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5106'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68383 -1.52739)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52739"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68383 -1.52739)"^^geo:wktLiteral ;
  geo-pos:lat "48.68383"^^xsd:decimal ;
  geo-pos:long "-1.52739"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_431'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52739'^^xsd:double;
  dwc:latitude '48.68383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52739 48.68383, -1.52739 48.68383, -1.52739 48.68383, -1.52739 48.68383, -1.52739 48.68383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_431'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1064> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69355 -1.52735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69355 -1.52735)"^^geo:wktLiteral ;
  geo-pos:lat "48.69355"^^xsd:decimal ;
  geo-pos:long "-1.52735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1064'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1064'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52735'^^xsd:double;
  dwc:latitude '48.69355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52735 48.69355, -1.52735 48.69355, -1.52735 48.69355, -1.52735 48.69355, -1.52735 48.69355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1064'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_938> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72014 -1.52735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72014 -1.52735)"^^geo:wktLiteral ;
  geo-pos:lat "48.72014"^^xsd:decimal ;
  geo-pos:long "-1.52735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_938'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_938'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52735'^^xsd:double;
  dwc:latitude '48.72014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52735 48.72014, -1.52735 48.72014, -1.52735 48.72014, -1.52735 48.72014, -1.52735 48.72014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_938'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_985> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71353 -1.52733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71353"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71353 -1.52733)"^^geo:wktLiteral ;
  geo-pos:lat "48.71353"^^xsd:decimal ;
  geo-pos:long "-1.52733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_985'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_985'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52733'^^xsd:double;
  dwc:latitude '48.71353'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52733 48.71353, -1.52733 48.71353, -1.52733 48.71353, -1.52733 48.71353, -1.52733 48.71353))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_985'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68787 -1.52732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68787"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68787 -1.52732)"^^geo:wktLiteral ;
  geo-pos:lat "48.68787"^^xsd:decimal ;
  geo-pos:long "-1.52732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8196'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52732'^^xsd:double;
  dwc:latitude '48.68787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52732 48.68787, -1.52732 48.68787, -1.52732 48.68787, -1.52732 48.68787, -1.52732 48.68787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8196'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72272 -1.52732)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72272"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52732"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72272 -1.52732)"^^geo:wktLiteral ;
  geo-pos:lat "48.72272"^^xsd:decimal ;
  geo-pos:long "-1.52732"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_688'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52732'^^xsd:double;
  dwc:latitude '48.72272'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52732 48.72272, -1.52732 48.72272, -1.52732 48.72272, -1.52732 48.72272, -1.52732 48.72272))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_688'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66858 -1.52731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66858 -1.52731)"^^geo:wktLiteral ;
  geo-pos:lat "48.66858"^^xsd:decimal ;
  geo-pos:long "-1.52731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10608'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52731'^^xsd:double;
  dwc:latitude '48.66858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52731 48.66858, -1.52731 48.66858, -1.52731 48.66858, -1.52731 48.66858, -1.52731 48.66858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10608'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70591 -1.52731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70591 -1.52731)"^^geo:wktLiteral ;
  geo-pos:lat "48.70591"^^xsd:decimal ;
  geo-pos:long "-1.52731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_643'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52731'^^xsd:double;
  dwc:latitude '48.70591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52731 48.70591, -1.52731 48.70591, -1.52731 48.70591, -1.52731 48.70591, -1.52731 48.70591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_643'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71227 -1.52731)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52731"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71227 -1.52731)"^^geo:wktLiteral ;
  geo-pos:lat "48.71227"^^xsd:decimal ;
  geo-pos:long "-1.52731"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_507'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52731'^^xsd:double;
  dwc:latitude '48.71227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52731 48.71227, -1.52731 48.71227, -1.52731 48.71227, -1.52731 48.71227, -1.52731 48.71227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_507'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64463 -1.5273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64463 -1.5273)"^^geo:wktLiteral ;
  geo-pos:lat "48.64463"^^xsd:decimal ;
  geo-pos:long "-1.5273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3698'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5273'^^xsd:double;
  dwc:latitude '48.64463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5273 48.64463, -1.5273 48.64463, -1.5273 48.64463, -1.5273 48.64463, -1.5273 48.64463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3698'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70149 -1.52729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70149 -1.52729)"^^geo:wktLiteral ;
  geo-pos:lat "48.70149"^^xsd:decimal ;
  geo-pos:long "-1.52729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10417'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52729'^^xsd:double;
  dwc:latitude '48.70149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52729 48.70149, -1.52729 48.70149, -1.52729 48.70149, -1.52729 48.70149, -1.52729 48.70149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10417'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72009 -1.52729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72009 -1.52729)"^^geo:wktLiteral ;
  geo-pos:lat "48.72009"^^xsd:decimal ;
  geo-pos:long "-1.52729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_525'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52729'^^xsd:double;
  dwc:latitude '48.72009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52729 48.72009, -1.52729 48.72009, -1.52729 48.72009, -1.52729 48.72009, -1.52729 48.72009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_525'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8323> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69154 -1.52728)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52728"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69154 -1.52728)"^^geo:wktLiteral ;
  geo-pos:lat "48.69154"^^xsd:decimal ;
  geo-pos:long "-1.52728"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8323'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8323'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52728'^^xsd:double;
  dwc:latitude '48.69154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52728 48.69154, -1.52728 48.69154, -1.52728 48.69154, -1.52728 48.69154, -1.52728 48.69154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8323'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8326> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.52727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.52727)"^^geo:wktLiteral ;
  geo-pos:lat "48.68858"^^xsd:decimal ;
  geo-pos:long "-1.52727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8326'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8326'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52727'^^xsd:double;
  dwc:latitude '48.68858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52727 48.68858, -1.52727 48.68858, -1.52727 48.68858, -1.52727 48.68858, -1.52727 48.68858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8326'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70955 -1.52727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70955 -1.52727)"^^geo:wktLiteral ;
  geo-pos:lat "48.70955"^^xsd:decimal ;
  geo-pos:long "-1.52727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_390'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52727'^^xsd:double;
  dwc:latitude '48.70955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52727 48.70955, -1.52727 48.70955, -1.52727 48.70955, -1.52727 48.70955, -1.52727 48.70955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_390'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68731 -1.52726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68731 -1.52726)"^^geo:wktLiteral ;
  geo-pos:lat "48.68731"^^xsd:decimal ;
  geo-pos:long "-1.52726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_8447'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52726'^^xsd:double;
  dwc:latitude '48.68731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52726 48.68731, -1.52726 48.68731, -1.52726 48.68731, -1.52726 48.68731, -1.52726 48.68731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8447'^^xsd:string;
  dwc:observationDate '2007-12-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8886> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71188 -1.52724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71188 -1.52724)"^^geo:wktLiteral ;
  geo-pos:lat "48.71188"^^xsd:decimal ;
  geo-pos:long "-1.52724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8886'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_8886'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52724'^^xsd:double;
  dwc:latitude '48.71188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52724 48.71188, -1.52724 48.71188, -1.52724 48.71188, -1.52724 48.71188, -1.52724 48.71188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8886'^^xsd:string;
  dwc:observationDate '2008-01-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6887 -1.52723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6887"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6887 -1.52723)"^^geo:wktLiteral ;
  geo-pos:lat "48.6887"^^xsd:decimal ;
  geo-pos:long "-1.52723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9855'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52723'^^xsd:double;
  dwc:latitude '48.6887'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52723 48.6887, -1.52723 48.6887, -1.52723 48.6887, -1.52723 48.6887, -1.52723 48.6887))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9855'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4624> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70635 -1.52723)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52723"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70635 -1.52723)"^^geo:wktLiteral ;
  geo-pos:lat "48.70635"^^xsd:decimal ;
  geo-pos:long "-1.52723"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4624'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_4624'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52723'^^xsd:double;
  dwc:latitude '48.70635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52723 48.70635, -1.52723 48.70635, -1.52723 48.70635, -1.52723 48.70635, -1.52723 48.70635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4624'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66914 -1.52721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66914 -1.52721)"^^geo:wktLiteral ;
  geo-pos:lat "48.66914"^^xsd:decimal ;
  geo-pos:long "-1.52721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3714'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52721'^^xsd:double;
  dwc:latitude '48.66914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52721 48.66914, -1.52721 48.66914, -1.52721 48.66914, -1.52721 48.66914, -1.52721 48.66914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3714'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1953> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70627 -1.52719)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52719"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70627 -1.52719)"^^geo:wktLiteral ;
  geo-pos:lat "48.70627"^^xsd:decimal ;
  geo-pos:long "-1.52719"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1953'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1953'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52719'^^xsd:double;
  dwc:latitude '48.70627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52719 48.70627, -1.52719 48.70627, -1.52719 48.70627, -1.52719 48.70627, -1.52719 48.70627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1953'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68749 -1.52715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68749 -1.52715)"^^geo:wktLiteral ;
  geo-pos:lat "48.68749"^^xsd:decimal ;
  geo-pos:long "-1.52715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_338'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52715'^^xsd:double;
  dwc:latitude '48.68749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52715 48.68749, -1.52715 48.68749, -1.52715 48.68749, -1.52715 48.68749, -1.52715 48.68749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_338'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68555 -1.52714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68555 -1.52714)"^^geo:wktLiteral ;
  geo-pos:lat "48.68555"^^xsd:decimal ;
  geo-pos:long "-1.52714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_335'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52714'^^xsd:double;
  dwc:latitude '48.68555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52714 48.68555, -1.52714 48.68555, -1.52714 48.68555, -1.52714 48.68555, -1.52714 48.68555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_335'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66513 -1.5271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66513 -1.5271)"^^geo:wktLiteral ;
  geo-pos:lat "48.66513"^^xsd:decimal ;
  geo-pos:long "-1.5271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1598'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5271'^^xsd:double;
  dwc:latitude '48.66513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5271 48.66513, -1.5271 48.66513, -1.5271 48.66513, -1.5271 48.66513, -1.5271 48.66513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1598'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2248> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.711 -1.5271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.711 -1.5271)"^^geo:wktLiteral ;
  geo-pos:lat "48.711"^^xsd:decimal ;
  geo-pos:long "-1.5271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2248'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2248'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5271'^^xsd:double;
  dwc:latitude '48.711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5271 48.711, -1.5271 48.711, -1.5271 48.711, -1.5271 48.711, -1.5271 48.711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2248'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71056 -1.52709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71056"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71056 -1.52709)"^^geo:wktLiteral ;
  geo-pos:lat "48.71056"^^xsd:decimal ;
  geo-pos:long "-1.52709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2492'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52709'^^xsd:double;
  dwc:latitude '48.71056'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52709 48.71056, -1.52709 48.71056, -1.52709 48.71056, -1.52709 48.71056, -1.52709 48.71056))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2492'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3041> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69081 -1.52708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69081 -1.52708)"^^geo:wktLiteral ;
  geo-pos:lat "48.69081"^^xsd:decimal ;
  geo-pos:long "-1.52708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3041'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3041'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52708'^^xsd:double;
  dwc:latitude '48.69081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52708 48.69081, -1.52708 48.69081, -1.52708 48.69081, -1.52708 48.69081, -1.52708 48.69081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3041'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.693 -1.52708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.693"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.693 -1.52708)"^^geo:wktLiteral ;
  geo-pos:lat "48.693"^^xsd:decimal ;
  geo-pos:long "-1.52708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5742'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52708'^^xsd:double;
  dwc:latitude '48.693'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52708 48.693, -1.52708 48.693, -1.52708 48.693, -1.52708 48.693, -1.52708 48.693))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5742'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68821 -1.52707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68821 -1.52707)"^^geo:wktLiteral ;
  geo-pos:lat "48.68821"^^xsd:decimal ;
  geo-pos:long "-1.52707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9834'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52707'^^xsd:double;
  dwc:latitude '48.68821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52707 48.68821, -1.52707 48.68821, -1.52707 48.68821, -1.52707 48.68821, -1.52707 48.68821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9834'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1637> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6647 -1.52703)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52703"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6647 -1.52703)"^^geo:wktLiteral ;
  geo-pos:lat "48.6647"^^xsd:decimal ;
  geo-pos:long "-1.52703"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1637'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1637'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52703'^^xsd:double;
  dwc:latitude '48.6647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52703 48.6647, -1.52703 48.6647, -1.52703 48.6647, -1.52703 48.6647, -1.52703 48.6647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1637'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66411 -1.52701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66411 -1.52701)"^^geo:wktLiteral ;
  geo-pos:lat "48.66411"^^xsd:decimal ;
  geo-pos:long "-1.52701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3927'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.1166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52701'^^xsd:double;
  dwc:latitude '48.66411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52701 48.66411, -1.52701 48.66411, -1.52701 48.66411, -1.52701 48.66411, -1.52701 48.66411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3927'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68909 -1.52701)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68909"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52701"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68909 -1.52701)"^^geo:wktLiteral ;
  geo-pos:lat "48.68909"^^xsd:decimal ;
  geo-pos:long "-1.52701"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8570'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52701'^^xsd:double;
  dwc:latitude '48.68909'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52701 48.68909, -1.52701 48.68909, -1.52701 48.68909, -1.52701 48.68909, -1.52701 48.68909))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8570'^^xsd:string;
  dwc:observationDate '2007-12-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11229> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66399 -1.527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66399"^^xsd:decimal ;
  dwc:decimalLongitude "-1.527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66399 -1.527)"^^geo:wktLiteral ;
  geo-pos:lat "48.66399"^^xsd:decimal ;
  geo-pos:long "-1.527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11229'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11229'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.527'^^xsd:double;
  dwc:latitude '48.66399'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.527 48.66399, -1.527 48.66399, -1.527 48.66399, -1.527 48.66399, -1.527 48.66399))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11229'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69031 -1.527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69031 -1.527)"^^geo:wktLiteral ;
  geo-pos:lat "48.69031"^^xsd:decimal ;
  geo-pos:long "-1.527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10460'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.527'^^xsd:double;
  dwc:latitude '48.69031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.527 48.69031, -1.527 48.69031, -1.527 48.69031, -1.527 48.69031, -1.527 48.69031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10460'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69973 -1.527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69973 -1.527)"^^geo:wktLiteral ;
  geo-pos:lat "48.69973"^^xsd:decimal ;
  geo-pos:long "-1.527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9277'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.527'^^xsd:double;
  dwc:latitude '48.69973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.527 48.69973, -1.527 48.69973, -1.527 48.69973, -1.527 48.69973, -1.527 48.69973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9277'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70507 -1.527)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.527"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70507 -1.527)"^^geo:wktLiteral ;
  geo-pos:lat "48.70507"^^xsd:decimal ;
  geo-pos:long "-1.527"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4743'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.527'^^xsd:double;
  dwc:latitude '48.70507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.527 48.70507, -1.527 48.70507, -1.527 48.70507, -1.527 48.70507, -1.527 48.70507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4743'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6888 -1.52699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6888 -1.52699)"^^geo:wktLiteral ;
  geo-pos:lat "48.6888"^^xsd:decimal ;
  geo-pos:long "-1.52699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2153'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52699'^^xsd:double;
  dwc:latitude '48.6888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52699 48.6888, -1.52699 48.6888, -1.52699 48.6888, -1.52699 48.6888, -1.52699 48.6888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2153'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65058 -1.52698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65058 -1.52698)"^^geo:wktLiteral ;
  geo-pos:lat "48.65058"^^xsd:decimal ;
  geo-pos:long "-1.52698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2047'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52698'^^xsd:double;
  dwc:latitude '48.65058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52698 48.65058, -1.52698 48.65058, -1.52698 48.65058, -1.52698 48.65058, -1.52698 48.65058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2047'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68946 -1.52697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68946 -1.52697)"^^geo:wktLiteral ;
  geo-pos:lat "48.68946"^^xsd:decimal ;
  geo-pos:long "-1.52697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10240'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '10'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52697'^^xsd:double;
  dwc:latitude '48.68946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52697 48.68946, -1.52697 48.68946, -1.52697 48.68946, -1.52697 48.68946, -1.52697 48.68946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10240'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69755 -1.52695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69755 -1.52695)"^^geo:wktLiteral ;
  geo-pos:lat "48.69755"^^xsd:decimal ;
  geo-pos:long "-1.52695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4502'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52695'^^xsd:double;
  dwc:latitude '48.69755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52695 48.69755, -1.52695 48.69755, -1.52695 48.69755, -1.52695 48.69755, -1.52695 48.69755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4502'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70084 -1.52694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70084 -1.52694)"^^geo:wktLiteral ;
  geo-pos:lat "48.70084"^^xsd:decimal ;
  geo-pos:long "-1.52694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5416'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52694'^^xsd:double;
  dwc:latitude '48.70084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52694 48.70084, -1.52694 48.70084, -1.52694 48.70084, -1.52694 48.70084, -1.52694 48.70084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5416'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72328 -1.52694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72328 -1.52694)"^^geo:wktLiteral ;
  geo-pos:lat "48.72328"^^xsd:decimal ;
  geo-pos:long "-1.52694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2032'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52694'^^xsd:double;
  dwc:latitude '48.72328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52694 48.72328, -1.52694 48.72328, -1.52694 48.72328, -1.52694 48.72328, -1.52694 48.72328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2032'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11898> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65298 -1.52691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65298"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65298 -1.52691)"^^geo:wktLiteral ;
  geo-pos:lat "48.65298"^^xsd:decimal ;
  geo-pos:long "-1.52691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11898'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11898'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52691'^^xsd:double;
  dwc:latitude '48.65298'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52691 48.65298, -1.52691 48.65298, -1.52691 48.65298, -1.52691 48.65298, -1.52691 48.65298))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11898'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68396 -1.52691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68396 -1.52691)"^^geo:wktLiteral ;
  geo-pos:lat "48.68396"^^xsd:decimal ;
  geo-pos:long "-1.52691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9836'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52691'^^xsd:double;
  dwc:latitude '48.68396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52691 48.68396, -1.52691 48.68396, -1.52691 48.68396, -1.52691 48.68396, -1.52691 48.68396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9836'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70637 -1.52691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70637 -1.52691)"^^geo:wktLiteral ;
  geo-pos:lat "48.70637"^^xsd:decimal ;
  geo-pos:long "-1.52691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2452'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52691'^^xsd:double;
  dwc:latitude '48.70637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52691 48.70637, -1.52691 48.70637, -1.52691 48.70637, -1.52691 48.70637, -1.52691 48.70637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2452'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_379> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70633 -1.5269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70633 -1.5269)"^^geo:wktLiteral ;
  geo-pos:lat "48.70633"^^xsd:decimal ;
  geo-pos:long "-1.5269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_379'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_379'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5269'^^xsd:double;
  dwc:latitude '48.70633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5269 48.70633, -1.5269 48.70633, -1.5269 48.70633, -1.5269 48.70633, -1.5269 48.70633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_379'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1885> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70642 -1.52689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70642"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70642 -1.52689)"^^geo:wktLiteral ;
  geo-pos:lat "48.70642"^^xsd:decimal ;
  geo-pos:long "-1.52689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1885'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1885'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '22.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52689'^^xsd:double;
  dwc:latitude '48.70642'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52689 48.70642, -1.52689 48.70642, -1.52689 48.70642, -1.52689 48.70642, -1.52689 48.70642))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1885'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68405 -1.52688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68405 -1.52688)"^^geo:wktLiteral ;
  geo-pos:lat "48.68405"^^xsd:decimal ;
  geo-pos:long "-1.52688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1680'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52688'^^xsd:double;
  dwc:latitude '48.68405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52688 48.68405, -1.52688 48.68405, -1.52688 48.68405, -1.52688 48.68405, -1.52688 48.68405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1680'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_150> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65011 -1.52685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65011"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65011 -1.52685)"^^geo:wktLiteral ;
  geo-pos:lat "48.65011"^^xsd:decimal ;
  geo-pos:long "-1.52685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_150'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_150'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52685'^^xsd:double;
  dwc:latitude '48.65011'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52685 48.65011, -1.52685 48.65011, -1.52685 48.65011, -1.52685 48.65011, -1.52685 48.65011))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_150'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1159> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70542 -1.52685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70542 -1.52685)"^^geo:wktLiteral ;
  geo-pos:lat "48.70542"^^xsd:decimal ;
  geo-pos:long "-1.52685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1159'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1159'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52685'^^xsd:double;
  dwc:latitude '48.70542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52685 48.70542, -1.52685 48.70542, -1.52685 48.70542, -1.52685 48.70542, -1.52685 48.70542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1159'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4047> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.52683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.52683)"^^geo:wktLiteral ;
  geo-pos:lat "48.6926"^^xsd:decimal ;
  geo-pos:long "-1.52683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4047'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4047'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52683'^^xsd:double;
  dwc:latitude '48.6926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52683 48.6926, -1.52683 48.6926, -1.52683 48.6926, -1.52683 48.6926, -1.52683 48.6926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4047'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6674 -1.52682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6674"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6674 -1.52682)"^^geo:wktLiteral ;
  geo-pos:lat "48.6674"^^xsd:decimal ;
  geo-pos:long "-1.52682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6092'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52682'^^xsd:double;
  dwc:latitude '48.6674'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52682 48.6674, -1.52682 48.6674, -1.52682 48.6674, -1.52682 48.6674, -1.52682 48.6674))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6092'^^xsd:string;
  dwc:observationDate '2006-05-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_257> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70666 -1.52682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70666"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70666 -1.52682)"^^geo:wktLiteral ;
  geo-pos:lat "48.70666"^^xsd:decimal ;
  geo-pos:long "-1.52682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_257'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_257'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52682'^^xsd:double;
  dwc:latitude '48.70666'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52682 48.70666, -1.52682 48.70666, -1.52682 48.70666, -1.52682 48.70666, -1.52682 48.70666))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_257'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9793> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68766 -1.52681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68766 -1.52681)"^^geo:wktLiteral ;
  geo-pos:lat "48.68766"^^xsd:decimal ;
  geo-pos:long "-1.52681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9793'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_9793'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52681'^^xsd:double;
  dwc:latitude '48.68766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52681 48.68766, -1.52681 48.68766, -1.52681 48.68766, -1.52681 48.68766, -1.52681 48.68766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9793'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7233 -1.52679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7233"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7233 -1.52679)"^^geo:wktLiteral ;
  geo-pos:lat "48.7233"^^xsd:decimal ;
  geo-pos:long "-1.52679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8093'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52679'^^xsd:double;
  dwc:latitude '48.7233'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52679 48.7233, -1.52679 48.7233, -1.52679 48.7233, -1.52679 48.7233, -1.52679 48.7233))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8093'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69039 -1.52678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69039 -1.52678)"^^geo:wktLiteral ;
  geo-pos:lat "48.69039"^^xsd:decimal ;
  geo-pos:long "-1.52678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9849'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52678'^^xsd:double;
  dwc:latitude '48.69039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52678 48.69039, -1.52678 48.69039, -1.52678 48.69039, -1.52678 48.69039, -1.52678 48.69039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9849'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6531 -1.52677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6531 -1.52677)"^^geo:wktLiteral ;
  geo-pos:lat "48.6531"^^xsd:decimal ;
  geo-pos:long "-1.52677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_152'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52677'^^xsd:double;
  dwc:latitude '48.6531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52677 48.6531, -1.52677 48.6531, -1.52677 48.6531, -1.52677 48.6531, -1.52677 48.6531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_152'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66894 -1.52677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66894 -1.52677)"^^geo:wktLiteral ;
  geo-pos:lat "48.66894"^^xsd:decimal ;
  geo-pos:long "-1.52677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3081'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52677'^^xsd:double;
  dwc:latitude '48.66894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52677 48.66894, -1.52677 48.66894, -1.52677 48.66894, -1.52677 48.66894, -1.52677 48.66894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3081'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_731> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71779 -1.52677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71779 -1.52677)"^^geo:wktLiteral ;
  geo-pos:lat "48.71779"^^xsd:decimal ;
  geo-pos:long "-1.52677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_731'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_731'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52677'^^xsd:double;
  dwc:latitude '48.71779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52677 48.71779, -1.52677 48.71779, -1.52677 48.71779, -1.52677 48.71779, -1.52677 48.71779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_731'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7153> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65481 -1.52675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65481 -1.52675)"^^geo:wktLiteral ;
  geo-pos:lat "48.65481"^^xsd:decimal ;
  geo-pos:long "-1.52675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7153'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_7153'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52675'^^xsd:double;
  dwc:latitude '48.65481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52675 48.65481, -1.52675 48.65481, -1.52675 48.65481, -1.52675 48.65481, -1.52675 48.65481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7153'^^xsd:string;
  dwc:observationDate '2006-06-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8210> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68703 -1.52675)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52675"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68703 -1.52675)"^^geo:wktLiteral ;
  geo-pos:lat "48.68703"^^xsd:decimal ;
  geo-pos:long "-1.52675"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8210'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8210'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52675'^^xsd:double;
  dwc:latitude '48.68703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52675 48.68703, -1.52675 48.68703, -1.52675 48.68703, -1.52675 48.68703, -1.52675 48.68703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8210'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5345> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71113 -1.52674)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52674"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71113 -1.52674)"^^geo:wktLiteral ;
  geo-pos:lat "48.71113"^^xsd:decimal ;
  geo-pos:long "-1.52674"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5345'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5345'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52674'^^xsd:double;
  dwc:latitude '48.71113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52674 48.71113, -1.52674 48.71113, -1.52674 48.71113, -1.52674 48.71113, -1.52674 48.71113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5345'^^xsd:string;
  dwc:observationDate '2006-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_462> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72322 -1.52673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72322 -1.52673)"^^geo:wktLiteral ;
  geo-pos:lat "48.72322"^^xsd:decimal ;
  geo-pos:long "-1.52673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_462'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_462'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52673'^^xsd:double;
  dwc:latitude '48.72322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52673 48.72322, -1.52673 48.72322, -1.52673 48.72322, -1.52673 48.72322, -1.52673 48.72322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_462'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70733 -1.52672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70733 -1.52672)"^^geo:wktLiteral ;
  geo-pos:lat "48.70733"^^xsd:decimal ;
  geo-pos:long "-1.52672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_6339'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52672'^^xsd:double;
  dwc:latitude '48.70733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52672 48.70733, -1.52672 48.70733, -1.52672 48.70733, -1.52672 48.70733, -1.52672 48.70733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6339'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71275 -1.52672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71275"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71275 -1.52672)"^^geo:wktLiteral ;
  geo-pos:lat "48.71275"^^xsd:decimal ;
  geo-pos:long "-1.52672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3366'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52672'^^xsd:double;
  dwc:latitude '48.71275'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52672 48.71275, -1.52672 48.71275, -1.52672 48.71275, -1.52672 48.71275, -1.52672 48.71275))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3366'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64901 -1.52671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64901"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64901 -1.52671)"^^geo:wktLiteral ;
  geo-pos:lat "48.64901"^^xsd:decimal ;
  geo-pos:long "-1.52671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1650'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52671'^^xsd:double;
  dwc:latitude '48.64901'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52671 48.64901, -1.52671 48.64901, -1.52671 48.64901, -1.52671 48.64901, -1.52671 48.64901))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1650'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70682 -1.52671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70682 -1.52671)"^^geo:wktLiteral ;
  geo-pos:lat "48.70682"^^xsd:decimal ;
  geo-pos:long "-1.52671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1172'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52671'^^xsd:double;
  dwc:latitude '48.70682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52671 48.70682, -1.52671 48.70682, -1.52671 48.70682, -1.52671 48.70682, -1.52671 48.70682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1172'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2522> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70737 -1.5267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70737"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70737 -1.5267)"^^geo:wktLiteral ;
  geo-pos:lat "48.70737"^^xsd:decimal ;
  geo-pos:long "-1.5267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2522'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2522'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5267'^^xsd:double;
  dwc:latitude '48.70737'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5267 48.70737, -1.5267 48.70737, -1.5267 48.70737, -1.5267 48.70737, -1.5267 48.70737))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2522'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4028> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70194 -1.52668)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52668"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70194 -1.52668)"^^geo:wktLiteral ;
  geo-pos:lat "48.70194"^^xsd:decimal ;
  geo-pos:long "-1.52668"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4028'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4028'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '21.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52668'^^xsd:double;
  dwc:latitude '48.70194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52668 48.70194, -1.52668 48.70194, -1.52668 48.70194, -1.52668 48.70194, -1.52668 48.70194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4028'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9837> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68646 -1.52667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68646 -1.52667)"^^geo:wktLiteral ;
  geo-pos:lat "48.68646"^^xsd:decimal ;
  geo-pos:long "-1.52667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9837'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9837'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52667'^^xsd:double;
  dwc:latitude '48.68646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52667 48.68646, -1.52667 48.68646, -1.52667 48.68646, -1.52667 48.68646, -1.52667 48.68646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9837'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1175> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70526 -1.52667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70526 -1.52667)"^^geo:wktLiteral ;
  geo-pos:lat "48.70526"^^xsd:decimal ;
  geo-pos:long "-1.52667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1175'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1175'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52667'^^xsd:double;
  dwc:latitude '48.70526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52667 48.70526, -1.52667 48.70526, -1.52667 48.70526, -1.52667 48.70526, -1.52667 48.70526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1175'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_224> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70755 -1.52666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70755 -1.52666)"^^geo:wktLiteral ;
  geo-pos:lat "48.70755"^^xsd:decimal ;
  geo-pos:long "-1.52666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_224'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_224'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '11.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52666'^^xsd:double;
  dwc:latitude '48.70755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52666 48.70755, -1.52666 48.70755, -1.52666 48.70755, -1.52666 48.70755, -1.52666 48.70755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_224'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68663 -1.52665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68663 -1.52665)"^^geo:wktLiteral ;
  geo-pos:lat "48.68663"^^xsd:decimal ;
  geo-pos:long "-1.52665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_8026'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52665'^^xsd:double;
  dwc:latitude '48.68663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52665 48.68663, -1.52665 48.68663, -1.52665 48.68663, -1.52665 48.68663, -1.52665 48.68663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8026'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1040> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71063 -1.52665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71063 -1.52665)"^^geo:wktLiteral ;
  geo-pos:lat "48.71063"^^xsd:decimal ;
  geo-pos:long "-1.52665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1040'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1040'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52665'^^xsd:double;
  dwc:latitude '48.71063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52665 48.71063, -1.52665 48.71063, -1.52665 48.71063, -1.52665 48.71063, -1.52665 48.71063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1040'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72074 -1.52665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72074"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72074 -1.52665)"^^geo:wktLiteral ;
  geo-pos:lat "48.72074"^^xsd:decimal ;
  geo-pos:long "-1.52665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9337'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52665'^^xsd:double;
  dwc:latitude '48.72074'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52665 48.72074, -1.52665 48.72074, -1.52665 48.72074, -1.52665 48.72074, -1.52665 48.72074))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9337'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65012 -1.52664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65012 -1.52664)"^^geo:wktLiteral ;
  geo-pos:lat "48.65012"^^xsd:decimal ;
  geo-pos:long "-1.52664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_149'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_149'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52664'^^xsd:double;
  dwc:latitude '48.65012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52664 48.65012, -1.52664 48.65012, -1.52664 48.65012, -1.52664 48.65012, -1.52664 48.65012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_149'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6874> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68411 -1.52664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68411 -1.52664)"^^geo:wktLiteral ;
  geo-pos:lat "48.68411"^^xsd:decimal ;
  geo-pos:long "-1.52664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6874'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_6874'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52664'^^xsd:double;
  dwc:latitude '48.68411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52664 48.68411, -1.52664 48.68411, -1.52664 48.68411, -1.52664 48.68411, -1.52664 48.68411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6874'^^xsd:string;
  dwc:observationDate '2006-06-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68864 -1.52664)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52664"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68864 -1.52664)"^^geo:wktLiteral ;
  geo-pos:lat "48.68864"^^xsd:decimal ;
  geo-pos:long "-1.52664"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8411'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52664'^^xsd:double;
  dwc:latitude '48.68864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52664 48.68864, -1.52664 48.68864, -1.52664 48.68864, -1.52664 48.68864, -1.52664 48.68864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8411'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65468 -1.52663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65468 -1.52663)"^^geo:wktLiteral ;
  geo-pos:lat "48.65468"^^xsd:decimal ;
  geo-pos:long "-1.52663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_17'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_17'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52663'^^xsd:double;
  dwc:latitude '48.65468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52663 48.65468, -1.52663 48.65468, -1.52663 48.65468, -1.52663 48.65468, -1.52663 48.65468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_17'^^xsd:string;
  dwc:observationDate '2006-02-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65718 -1.52663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65718"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65718 -1.52663)"^^geo:wktLiteral ;
  geo-pos:lat "48.65718"^^xsd:decimal ;
  geo-pos:long "-1.52663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1599'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '1.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52663'^^xsd:double;
  dwc:latitude '48.65718'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52663 48.65718, -1.52663 48.65718, -1.52663 48.65718, -1.52663 48.65718, -1.52663 48.65718))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1599'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69284 -1.52663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69284"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69284 -1.52663)"^^geo:wktLiteral ;
  geo-pos:lat "48.69284"^^xsd:decimal ;
  geo-pos:long "-1.52663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4907'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52663'^^xsd:double;
  dwc:latitude '48.69284'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52663 48.69284, -1.52663 48.69284, -1.52663 48.69284, -1.52663 48.69284, -1.52663 48.69284))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4907'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65076 -1.52662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65076"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65076 -1.52662)"^^geo:wktLiteral ;
  geo-pos:lat "48.65076"^^xsd:decimal ;
  geo-pos:long "-1.52662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3655'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52662'^^xsd:double;
  dwc:latitude '48.65076'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52662 48.65076, -1.52662 48.65076, -1.52662 48.65076, -1.52662 48.65076, -1.52662 48.65076))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3655'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71544 -1.52662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71544 -1.52662)"^^geo:wktLiteral ;
  geo-pos:lat "48.71544"^^xsd:decimal ;
  geo-pos:long "-1.52662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9556'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52662'^^xsd:double;
  dwc:latitude '48.71544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52662 48.71544, -1.52662 48.71544, -1.52662 48.71544, -1.52662 48.71544, -1.52662 48.71544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9556'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70162 -1.52658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70162 -1.52658)"^^geo:wktLiteral ;
  geo-pos:lat "48.70162"^^xsd:decimal ;
  geo-pos:long "-1.52658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4151'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52658'^^xsd:double;
  dwc:latitude '48.70162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52658 48.70162, -1.52658 48.70162, -1.52658 48.70162, -1.52658 48.70162, -1.52658 48.70162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4151'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.685 -1.52656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.685"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.685 -1.52656)"^^geo:wktLiteral ;
  geo-pos:lat "48.685"^^xsd:decimal ;
  geo-pos:long "-1.52656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2412'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52656'^^xsd:double;
  dwc:latitude '48.685'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52656 48.685, -1.52656 48.685, -1.52656 48.685, -1.52656 48.685, -1.52656 48.685))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2412'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68443 -1.52655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68443"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68443 -1.52655)"^^geo:wktLiteral ;
  geo-pos:lat "48.68443"^^xsd:decimal ;
  geo-pos:long "-1.52655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_10317'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52655'^^xsd:double;
  dwc:latitude '48.68443'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52655 48.68443, -1.52655 48.68443, -1.52655 48.68443, -1.52655 48.68443, -1.52655 48.68443))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10317'^^xsd:string;
  dwc:observationDate '2008-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6439 -1.52654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6439"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6439 -1.52654)"^^geo:wktLiteral ;
  geo-pos:lat "48.6439"^^xsd:decimal ;
  geo-pos:long "-1.52654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1718'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52654'^^xsd:double;
  dwc:latitude '48.6439'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52654 48.6439, -1.52654 48.6439, -1.52654 48.6439, -1.52654 48.6439, -1.52654 48.6439))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1718'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68837 -1.52654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68837 -1.52654)"^^geo:wktLiteral ;
  geo-pos:lat "48.68837"^^xsd:decimal ;
  geo-pos:long "-1.52654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10487'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52654'^^xsd:double;
  dwc:latitude '48.68837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52654 48.68837, -1.52654 48.68837, -1.52654 48.68837, -1.52654 48.68837, -1.52654 48.68837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10487'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70043 -1.52654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70043 -1.52654)"^^geo:wktLiteral ;
  geo-pos:lat "48.70043"^^xsd:decimal ;
  geo-pos:long "-1.52654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2762'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52654'^^xsd:double;
  dwc:latitude '48.70043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52654 48.70043, -1.52654 48.70043, -1.52654 48.70043, -1.52654 48.70043, -1.52654 48.70043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2762'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9466> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71342 -1.52654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71342"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71342 -1.52654)"^^geo:wktLiteral ;
  geo-pos:lat "48.71342"^^xsd:decimal ;
  geo-pos:long "-1.52654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9466'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9466'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52654'^^xsd:double;
  dwc:latitude '48.71342'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52654 48.71342, -1.52654 48.71342, -1.52654 48.71342, -1.52654 48.71342, -1.52654 48.71342))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9466'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64878 -1.52652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64878 -1.52652)"^^geo:wktLiteral ;
  geo-pos:lat "48.64878"^^xsd:decimal ;
  geo-pos:long "-1.52652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1649'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52652'^^xsd:double;
  dwc:latitude '48.64878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52652 48.64878, -1.52652 48.64878, -1.52652 48.64878, -1.52652 48.64878, -1.52652 48.64878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1649'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66763 -1.52651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66763 -1.52651)"^^geo:wktLiteral ;
  geo-pos:lat "48.66763"^^xsd:decimal ;
  geo-pos:long "-1.52651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3597'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52651'^^xsd:double;
  dwc:latitude '48.66763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52651 48.66763, -1.52651 48.66763, -1.52651 48.66763, -1.52651 48.66763, -1.52651 48.66763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3597'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_733> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7231 -1.52651)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52651"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7231 -1.52651)"^^geo:wktLiteral ;
  geo-pos:lat "48.7231"^^xsd:decimal ;
  geo-pos:long "-1.52651"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_733'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_733'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52651'^^xsd:double;
  dwc:latitude '48.7231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52651 48.7231, -1.52651 48.7231, -1.52651 48.7231, -1.52651 48.7231, -1.52651 48.7231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_733'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_783> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64577 -1.5265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64577 -1.5265)"^^geo:wktLiteral ;
  geo-pos:lat "48.64577"^^xsd:decimal ;
  geo-pos:long "-1.5265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_783'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_783'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5265'^^xsd:double;
  dwc:latitude '48.64577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5265 48.64577, -1.5265 48.64577, -1.5265 48.64577, -1.5265 48.64577, -1.5265 48.64577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_783'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68891 -1.5265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68891 -1.5265)"^^geo:wktLiteral ;
  geo-pos:lat "48.68891"^^xsd:decimal ;
  geo-pos:long "-1.5265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1554'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5265'^^xsd:double;
  dwc:latitude '48.68891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5265 48.68891, -1.5265 48.68891, -1.5265 48.68891, -1.5265 48.68891, -1.5265 48.68891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1554'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10189> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69109 -1.5265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69109 -1.5265)"^^geo:wktLiteral ;
  geo-pos:lat "48.69109"^^xsd:decimal ;
  geo-pos:long "-1.5265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10189'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_10189'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '7.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5265'^^xsd:double;
  dwc:latitude '48.69109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5265 48.69109, -1.5265 48.69109, -1.5265 48.69109, -1.5265 48.69109, -1.5265 48.69109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10189'^^xsd:string;
  dwc:observationDate '2008-03-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70897 -1.5265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70897 -1.5265)"^^geo:wktLiteral ;
  geo-pos:lat "48.70897"^^xsd:decimal ;
  geo-pos:long "-1.5265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5647'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5265'^^xsd:double;
  dwc:latitude '48.70897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5265 48.70897, -1.5265 48.70897, -1.5265 48.70897, -1.5265 48.70897, -1.5265 48.70897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5647'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64768 -1.52649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64768 -1.52649)"^^geo:wktLiteral ;
  geo-pos:lat "48.64768"^^xsd:decimal ;
  geo-pos:long "-1.52649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6392'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52649'^^xsd:double;
  dwc:latitude '48.64768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52649 48.64768, -1.52649 48.64768, -1.52649 48.64768, -1.52649 48.64768, -1.52649 48.64768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6392'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68812 -1.52649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68812 -1.52649)"^^geo:wktLiteral ;
  geo-pos:lat "48.68812"^^xsd:decimal ;
  geo-pos:long "-1.52649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8233'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52649'^^xsd:double;
  dwc:latitude '48.68812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52649 48.68812, -1.52649 48.68812, -1.52649 48.68812, -1.52649 48.68812, -1.52649 48.68812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8233'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7047 -1.52649)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7047"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52649"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7047 -1.52649)"^^geo:wktLiteral ;
  geo-pos:lat "48.7047"^^xsd:decimal ;
  geo-pos:long "-1.52649"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_2208'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '13.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52649'^^xsd:double;
  dwc:latitude '48.7047'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52649 48.7047, -1.52649 48.7047, -1.52649 48.7047, -1.52649 48.7047, -1.52649 48.7047))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2208'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68675 -1.52646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68675"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68675 -1.52646)"^^geo:wktLiteral ;
  geo-pos:lat "48.68675"^^xsd:decimal ;
  geo-pos:long "-1.52646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9856'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52646'^^xsd:double;
  dwc:latitude '48.68675'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52646 48.68675, -1.52646 48.68675, -1.52646 48.68675, -1.52646 48.68675, -1.52646 48.68675))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9856'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6216> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69273 -1.52646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69273"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69273 -1.52646)"^^geo:wktLiteral ;
  geo-pos:lat "48.69273"^^xsd:decimal ;
  geo-pos:long "-1.52646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6216'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6216'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52646'^^xsd:double;
  dwc:latitude '48.69273'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52646 48.69273, -1.52646 48.69273, -1.52646 48.69273, -1.52646 48.69273, -1.52646 48.69273))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6216'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70667 -1.52646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70667"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70667 -1.52646)"^^geo:wktLiteral ;
  geo-pos:lat "48.70667"^^xsd:decimal ;
  geo-pos:long "-1.52646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1854'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52646'^^xsd:double;
  dwc:latitude '48.70667'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52646 48.70667, -1.52646 48.70667, -1.52646 48.70667, -1.52646 48.70667, -1.52646 48.70667))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1854'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68632 -1.52644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68632"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68632 -1.52644)"^^geo:wktLiteral ;
  geo-pos:lat "48.68632"^^xsd:decimal ;
  geo-pos:long "-1.52644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_5750'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52644'^^xsd:double;
  dwc:latitude '48.68632'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52644 48.68632, -1.52644 48.68632, -1.52644 48.68632, -1.52644 48.68632, -1.52644 48.68632))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5750'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68786 -1.52644)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68786"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52644"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68786 -1.52644)"^^geo:wktLiteral ;
  geo-pos:lat "48.68786"^^xsd:decimal ;
  geo-pos:long "-1.52644"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_8520'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.0333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52644'^^xsd:double;
  dwc:latitude '48.68786'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52644 48.68786, -1.52644 48.68786, -1.52644 48.68786, -1.52644 48.68786, -1.52644 48.68786))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8520'^^xsd:string;
  dwc:observationDate '2007-12-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68807 -1.52639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68807 -1.52639)"^^geo:wktLiteral ;
  geo-pos:lat "48.68807"^^xsd:decimal ;
  geo-pos:long "-1.52639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_8140'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52639'^^xsd:double;
  dwc:latitude '48.68807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52639 48.68807, -1.52639 48.68807, -1.52639 48.68807, -1.52639 48.68807, -1.52639 48.68807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8140'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70656 -1.52638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70656"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70656 -1.52638)"^^geo:wktLiteral ;
  geo-pos:lat "48.70656"^^xsd:decimal ;
  geo-pos:long "-1.52638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_236'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52638'^^xsd:double;
  dwc:latitude '48.70656'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52638 48.70656, -1.52638 48.70656, -1.52638 48.70656, -1.52638 48.70656, -1.52638 48.70656))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_236'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8209> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68747 -1.52637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68747"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68747 -1.52637)"^^geo:wktLiteral ;
  geo-pos:lat "48.68747"^^xsd:decimal ;
  geo-pos:long "-1.52637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8209'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_8209'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52637'^^xsd:double;
  dwc:latitude '48.68747'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52637 48.68747, -1.52637 48.68747, -1.52637 48.68747, -1.52637 48.68747, -1.52637 48.68747))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8209'^^xsd:string;
  dwc:observationDate '2007-11-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.52637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.52637)"^^geo:wktLiteral ;
  geo-pos:lat "48.69387"^^xsd:decimal ;
  geo-pos:long "-1.52637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13683'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52637'^^xsd:double;
  dwc:latitude '48.69387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52637 48.69387, -1.52637 48.69387, -1.52637 48.69387, -1.52637 48.69387, -1.52637 48.69387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13683'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70196 -1.52636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70196 -1.52636)"^^geo:wktLiteral ;
  geo-pos:lat "48.70196"^^xsd:decimal ;
  geo-pos:long "-1.52636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_581'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52636'^^xsd:double;
  dwc:latitude '48.70196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52636 48.70196, -1.52636 48.70196, -1.52636 48.70196, -1.52636 48.70196, -1.52636 48.70196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_581'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9051> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70166 -1.52633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70166"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70166 -1.52633)"^^geo:wktLiteral ;
  geo-pos:lat "48.70166"^^xsd:decimal ;
  geo-pos:long "-1.52633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9051'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9051'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52633'^^xsd:double;
  dwc:latitude '48.70166'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52633 48.70166, -1.52633 48.70166, -1.52633 48.70166, -1.52633 48.70166, -1.52633 48.70166))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9051'^^xsd:string;
  dwc:observationDate '2008-01-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10100> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71378 -1.52633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71378 -1.52633)"^^geo:wktLiteral ;
  geo-pos:lat "48.71378"^^xsd:decimal ;
  geo-pos:long "-1.52633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10100'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_10100'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52633'^^xsd:double;
  dwc:latitude '48.71378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52633 48.71378, -1.52633 48.71378, -1.52633 48.71378, -1.52633 48.71378, -1.52633 48.71378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10100'^^xsd:string;
  dwc:observationDate '2008-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_461> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72 -1.52632)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52632"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72 -1.52632)"^^geo:wktLiteral ;
  geo-pos:lat "48.72"^^xsd:decimal ;
  geo-pos:long "-1.52632"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_461'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_461'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52632'^^xsd:double;
  dwc:latitude '48.72'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52632 48.72, -1.52632 48.72, -1.52632 48.72, -1.52632 48.72, -1.52632 48.72))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_461'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7167> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.52631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69052 -1.52631)"^^geo:wktLiteral ;
  geo-pos:lat "48.69052"^^xsd:decimal ;
  geo-pos:long "-1.52631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7167'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_7167'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52631'^^xsd:double;
  dwc:latitude '48.69052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52631 48.69052, -1.52631 48.69052, -1.52631 48.69052, -1.52631 48.69052, -1.52631 48.69052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7167'^^xsd:string;
  dwc:observationDate '2006-06-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70621 -1.52631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70621"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70621 -1.52631)"^^geo:wktLiteral ;
  geo-pos:lat "48.70621"^^xsd:decimal ;
  geo-pos:long "-1.52631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1458'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52631'^^xsd:double;
  dwc:latitude '48.70621'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52631 48.70621, -1.52631 48.70621, -1.52631 48.70621, -1.52631 48.70621, -1.52631 48.70621))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1458'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70876 -1.5263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70876"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70876 -1.5263)"^^geo:wktLiteral ;
  geo-pos:lat "48.70876"^^xsd:decimal ;
  geo-pos:long "-1.5263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3231'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5263'^^xsd:double;
  dwc:latitude '48.70876'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5263 48.70876, -1.5263 48.70876, -1.5263 48.70876, -1.5263 48.70876, -1.5263 48.70876))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3231'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69966 -1.52629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69966 -1.52629)"^^geo:wktLiteral ;
  geo-pos:lat "48.69966"^^xsd:decimal ;
  geo-pos:long "-1.52629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '10'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_7371'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '20.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52629'^^xsd:double;
  dwc:latitude '48.69966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52629 48.69966, -1.52629 48.69966, -1.52629 48.69966, -1.52629 48.69966, -1.52629 48.69966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7371'^^xsd:string;
  dwc:observationDate '2007-10-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8781> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66195 -1.52628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66195 -1.52628)"^^geo:wktLiteral ;
  geo-pos:lat "48.66195"^^xsd:decimal ;
  geo-pos:long "-1.52628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8781'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8781'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52628'^^xsd:double;
  dwc:latitude '48.66195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52628 48.66195, -1.52628 48.66195, -1.52628 48.66195, -1.52628 48.66195, -1.52628 48.66195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8781'^^xsd:string;
  dwc:observationDate '2008-01-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1603> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6638 -1.52628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6638"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6638 -1.52628)"^^geo:wktLiteral ;
  geo-pos:lat "48.6638"^^xsd:decimal ;
  geo-pos:long "-1.52628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1603'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1603'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52628'^^xsd:double;
  dwc:latitude '48.6638'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52628 48.6638, -1.52628 48.6638, -1.52628 48.6638, -1.52628 48.6638, -1.52628 48.6638))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1603'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.52628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.52628)"^^geo:wktLiteral ;
  geo-pos:lat "48.7063"^^xsd:decimal ;
  geo-pos:long "-1.52628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_1278'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '20.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52628'^^xsd:double;
  dwc:latitude '48.7063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52628 48.7063, -1.52628 48.7063, -1.52628 48.7063, -1.52628 48.7063, -1.52628 48.7063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1278'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64466 -1.52627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64466 -1.52627)"^^geo:wktLiteral ;
  geo-pos:lat "48.64466"^^xsd:decimal ;
  geo-pos:long "-1.52627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6438'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52627'^^xsd:double;
  dwc:latitude '48.64466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52627 48.64466, -1.52627 48.64466, -1.52627 48.64466, -1.52627 48.64466, -1.52627 48.64466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6438'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10496> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68716 -1.52627)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68716"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52627"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68716 -1.52627)"^^geo:wktLiteral ;
  geo-pos:lat "48.68716"^^xsd:decimal ;
  geo-pos:long "-1.52627"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10496'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10496'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52627'^^xsd:double;
  dwc:latitude '48.68716'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52627 48.68716, -1.52627 48.68716, -1.52627 48.68716, -1.52627 48.68716, -1.52627 48.68716))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10496'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69868 -1.52625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69868"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69868 -1.52625)"^^geo:wktLiteral ;
  geo-pos:lat "48.69868"^^xsd:decimal ;
  geo-pos:long "-1.52625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_6969'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52625'^^xsd:double;
  dwc:latitude '48.69868'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52625 48.69868, -1.52625 48.69868, -1.52625 48.69868, -1.52625 48.69868, -1.52625 48.69868))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6969'^^xsd:string;
  dwc:observationDate '2006-06-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70471 -1.52624)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52624"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70471 -1.52624)"^^geo:wktLiteral ;
  geo-pos:lat "48.70471"^^xsd:decimal ;
  geo-pos:long "-1.52624"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3057'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52624'^^xsd:double;
  dwc:latitude '48.70471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52624 48.70471, -1.52624 48.70471, -1.52624 48.70471, -1.52624 48.70471, -1.52624 48.70471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3057'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70205 -1.52623)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70205"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52623"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70205 -1.52623)"^^geo:wktLiteral ;
  geo-pos:lat "48.70205"^^xsd:decimal ;
  geo-pos:long "-1.52623"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3990'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52623'^^xsd:double;
  dwc:latitude '48.70205'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52623 48.70205, -1.52623 48.70205, -1.52623 48.70205, -1.52623 48.70205, -1.52623 48.70205))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3990'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68531 -1.52617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68531 -1.52617)"^^geo:wktLiteral ;
  geo-pos:lat "48.68531"^^xsd:decimal ;
  geo-pos:long "-1.52617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4019'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52617'^^xsd:double;
  dwc:latitude '48.68531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52617 48.68531, -1.52617 48.68531, -1.52617 48.68531, -1.52617 48.68531, -1.52617 48.68531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4019'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13684> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69358 -1.52617)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52617"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69358 -1.52617)"^^geo:wktLiteral ;
  geo-pos:lat "48.69358"^^xsd:decimal ;
  geo-pos:long "-1.52617"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13684'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_13684'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52617'^^xsd:double;
  dwc:latitude '48.69358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52617 48.69358, -1.52617 48.69358, -1.52617 48.69358, -1.52617 48.69358, -1.52617 48.69358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13684'^^xsd:string;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_151> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65004 -1.52615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65004"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65004 -1.52615)"^^geo:wktLiteral ;
  geo-pos:lat "48.65004"^^xsd:decimal ;
  geo-pos:long "-1.52615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_151'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_151'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52615'^^xsd:double;
  dwc:latitude '48.65004'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52615 48.65004, -1.52615 48.65004, -1.52615 48.65004, -1.52615 48.65004, -1.52615 48.65004))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_151'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_467> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72013 -1.52615)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72013"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52615"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72013 -1.52615)"^^geo:wktLiteral ;
  geo-pos:lat "48.72013"^^xsd:decimal ;
  geo-pos:long "-1.52615"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_467'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_467'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52615'^^xsd:double;
  dwc:latitude '48.72013'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52615 48.72013, -1.52615 48.72013, -1.52615 48.72013, -1.52615 48.72013, -1.52615 48.72013))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_467'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69009 -1.52614)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52614"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69009 -1.52614)"^^geo:wktLiteral ;
  geo-pos:lat "48.69009"^^xsd:decimal ;
  geo-pos:long "-1.52614"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3070'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52614'^^xsd:double;
  dwc:latitude '48.69009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52614 48.69009, -1.52614 48.69009, -1.52614 48.69009, -1.52614 48.69009, -1.52614 48.69009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3070'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1093> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6837 -1.52612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6837 -1.52612)"^^geo:wktLiteral ;
  geo-pos:lat "48.6837"^^xsd:decimal ;
  geo-pos:long "-1.52612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1093'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1093'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52612'^^xsd:double;
  dwc:latitude '48.6837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52612 48.6837, -1.52612 48.6837, -1.52612 48.6837, -1.52612 48.6837, -1.52612 48.6837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1093'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68527 -1.52609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68527 -1.52609)"^^geo:wktLiteral ;
  geo-pos:lat "48.68527"^^xsd:decimal ;
  geo-pos:long "-1.52609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5053'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52609'^^xsd:double;
  dwc:latitude '48.68527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52609 48.68527, -1.52609 48.68527, -1.52609 48.68527, -1.52609 48.68527, -1.52609 48.68527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5053'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68683 -1.52609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68683 -1.52609)"^^geo:wktLiteral ;
  geo-pos:lat "48.68683"^^xsd:decimal ;
  geo-pos:long "-1.52609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_8045'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52609'^^xsd:double;
  dwc:latitude '48.68683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52609 48.68683, -1.52609 48.68683, -1.52609 48.68683, -1.52609 48.68683, -1.52609 48.68683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8045'^^xsd:string;
  dwc:observationDate '2007-11-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64323 -1.52607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64323 -1.52607)"^^geo:wktLiteral ;
  geo-pos:lat "48.64323"^^xsd:decimal ;
  geo-pos:long "-1.52607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1719'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52607'^^xsd:double;
  dwc:latitude '48.64323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52607 48.64323, -1.52607 48.64323, -1.52607 48.64323, -1.52607 48.64323, -1.52607 48.64323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1719'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70595 -1.52607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70595 -1.52607)"^^geo:wktLiteral ;
  geo-pos:lat "48.70595"^^xsd:decimal ;
  geo-pos:long "-1.52607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_404'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52607'^^xsd:double;
  dwc:latitude '48.70595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52607 48.70595, -1.52607 48.70595, -1.52607 48.70595, -1.52607 48.70595, -1.52607 48.70595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_404'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72127 -1.52607)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72127"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52607"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72127 -1.52607)"^^geo:wktLiteral ;
  geo-pos:lat "48.72127"^^xsd:decimal ;
  geo-pos:long "-1.52607"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_966'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52607'^^xsd:double;
  dwc:latitude '48.72127'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52607 48.72127, -1.52607 48.72127, -1.52607 48.72127, -1.52607 48.72127, -1.52607 48.72127))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_966'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6412 -1.52605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6412"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6412 -1.52605)"^^geo:wktLiteral ;
  geo-pos:lat "48.6412"^^xsd:decimal ;
  geo-pos:long "-1.52605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1737'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52605'^^xsd:double;
  dwc:latitude '48.6412'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52605 48.6412, -1.52605 48.6412, -1.52605 48.6412, -1.52605 48.6412, -1.52605 48.6412))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1737'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68612 -1.52605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68612 -1.52605)"^^geo:wktLiteral ;
  geo-pos:lat "48.68612"^^xsd:decimal ;
  geo-pos:long "-1.52605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8172'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52605'^^xsd:double;
  dwc:latitude '48.68612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52605 48.68612, -1.52605 48.68612, -1.52605 48.68612, -1.52605 48.68612, -1.52605 48.68612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8172'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_935> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71475 -1.52604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71475 -1.52604)"^^geo:wktLiteral ;
  geo-pos:lat "48.71475"^^xsd:decimal ;
  geo-pos:long "-1.52604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_935'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_935'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52604'^^xsd:double;
  dwc:latitude '48.71475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52604 48.71475, -1.52604 48.71475, -1.52604 48.71475, -1.52604 48.71475, -1.52604 48.71475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_935'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6904 -1.526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6904"^^xsd:decimal ;
  dwc:decimalLongitude "-1.526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6904 -1.526)"^^geo:wktLiteral ;
  geo-pos:lat "48.6904"^^xsd:decimal ;
  geo-pos:long "-1.526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_173'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.526'^^xsd:double;
  dwc:latitude '48.6904'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.526 48.6904, -1.526 48.6904, -1.526 48.6904, -1.526 48.6904, -1.526 48.6904))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_173'^^xsd:string;
  dwc:observationDate '2006-02-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4836> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69882 -1.52599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69882"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69882 -1.52599)"^^geo:wktLiteral ;
  geo-pos:lat "48.69882"^^xsd:decimal ;
  geo-pos:long "-1.52599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4836'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4836'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52599'^^xsd:double;
  dwc:latitude '48.69882'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52599 48.69882, -1.52599 48.69882, -1.52599 48.69882, -1.52599 48.69882, -1.52599 48.69882))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4836'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1299> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70321 -1.52598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70321"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70321 -1.52598)"^^geo:wktLiteral ;
  geo-pos:lat "48.70321"^^xsd:decimal ;
  geo-pos:long "-1.52598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1299'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1299'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '21.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52598'^^xsd:double;
  dwc:latitude '48.70321'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52598 48.70321, -1.52598 48.70321, -1.52598 48.70321, -1.52598 48.70321, -1.52598 48.70321))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1299'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2049> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67408 -1.52597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67408 -1.52597)"^^geo:wktLiteral ;
  geo-pos:lat "48.67408"^^xsd:decimal ;
  geo-pos:long "-1.52597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2049'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2049'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52597'^^xsd:double;
  dwc:latitude '48.67408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52597 48.67408, -1.52597 48.67408, -1.52597 48.67408, -1.52597 48.67408, -1.52597 48.67408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2049'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6908 -1.52597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6908 -1.52597)"^^geo:wktLiteral ;
  geo-pos:lat "48.6908"^^xsd:decimal ;
  geo-pos:long "-1.52597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2688'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52597'^^xsd:double;
  dwc:latitude '48.6908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52597 48.6908, -1.52597 48.6908, -1.52597 48.6908, -1.52597 48.6908, -1.52597 48.6908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2688'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6683> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70736 -1.52594)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70736"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52594"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70736 -1.52594)"^^geo:wktLiteral ;
  geo-pos:lat "48.70736"^^xsd:decimal ;
  geo-pos:long "-1.52594"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6683'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_6683'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52594'^^xsd:double;
  dwc:latitude '48.70736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52594 48.70736, -1.52594 48.70736, -1.52594 48.70736, -1.52594 48.70736, -1.52594 48.70736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6683'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69365 -1.52592)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69365"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52592"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69365 -1.52592)"^^geo:wktLiteral ;
  geo-pos:lat "48.69365"^^xsd:decimal ;
  geo-pos:long "-1.52592"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_319'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52592'^^xsd:double;
  dwc:latitude '48.69365'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52592 48.69365, -1.52592 48.69365, -1.52592 48.69365, -1.52592 48.69365, -1.52592 48.69365))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_319'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9913> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68954 -1.52591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68954"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68954 -1.52591)"^^geo:wktLiteral ;
  geo-pos:lat "48.68954"^^xsd:decimal ;
  geo-pos:long "-1.52591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9913'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9913'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52591'^^xsd:double;
  dwc:latitude '48.68954'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52591 48.68954, -1.52591 48.68954, -1.52591 48.68954, -1.52591 48.68954, -1.52591 48.68954))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9913'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1303> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69817 -1.52591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69817 -1.52591)"^^geo:wktLiteral ;
  geo-pos:lat "48.69817"^^xsd:decimal ;
  geo-pos:long "-1.52591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1303'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_1303'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52591'^^xsd:double;
  dwc:latitude '48.69817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52591 48.69817, -1.52591 48.69817, -1.52591 48.69817, -1.52591 48.69817, -1.52591 48.69817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1303'^^xsd:string;
  dwc:observationDate '2006-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71083 -1.52591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71083 -1.52591)"^^geo:wktLiteral ;
  geo-pos:lat "48.71083"^^xsd:decimal ;
  geo-pos:long "-1.52591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_7108'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52591'^^xsd:double;
  dwc:latitude '48.71083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52591 48.71083, -1.52591 48.71083, -1.52591 48.71083, -1.52591 48.71083, -1.52591 48.71083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7108'^^xsd:string;
  dwc:observationDate '2006-06-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68792 -1.5259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68792"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68792 -1.5259)"^^geo:wktLiteral ;
  geo-pos:lat "48.68792"^^xsd:decimal ;
  geo-pos:long "-1.5259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_317'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5259'^^xsd:double;
  dwc:latitude '48.68792'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5259 48.68792, -1.5259 48.68792, -1.5259 48.68792, -1.5259 48.68792, -1.5259 48.68792))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_317'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_256> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70924 -1.5259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70924"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70924 -1.5259)"^^geo:wktLiteral ;
  geo-pos:lat "48.70924"^^xsd:decimal ;
  geo-pos:long "-1.5259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_256'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_256'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5259'^^xsd:double;
  dwc:latitude '48.70924'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5259 48.70924, -1.5259 48.70924, -1.5259 48.70924, -1.5259 48.70924, -1.5259 48.70924))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_256'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_315> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6842 -1.52589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6842"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6842 -1.52589)"^^geo:wktLiteral ;
  geo-pos:lat "48.6842"^^xsd:decimal ;
  geo-pos:long "-1.52589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_315'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_315'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52589'^^xsd:double;
  dwc:latitude '48.6842'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52589 48.6842, -1.52589 48.6842, -1.52589 48.6842, -1.52589 48.6842, -1.52589 48.6842))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_315'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70955 -1.52587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70955"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70955 -1.52587)"^^geo:wktLiteral ;
  geo-pos:lat "48.70955"^^xsd:decimal ;
  geo-pos:long "-1.52587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6448'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52587'^^xsd:double;
  dwc:latitude '48.70955'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52587 48.70955, -1.52587 48.70955, -1.52587 48.70955, -1.52587 48.70955, -1.52587 48.70955))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6448'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68582 -1.52586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68582 -1.52586)"^^geo:wktLiteral ;
  geo-pos:lat "48.68582"^^xsd:decimal ;
  geo-pos:long "-1.52586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_10470'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '18.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52586'^^xsd:double;
  dwc:latitude '48.68582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52586 48.68582, -1.52586 48.68582, -1.52586 48.68582, -1.52586 48.68582, -1.52586 48.68582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10470'^^xsd:string;
  dwc:observationDate '2008-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69087 -1.52586)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52586"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69087 -1.52586)"^^geo:wktLiteral ;
  geo-pos:lat "48.69087"^^xsd:decimal ;
  geo-pos:long "-1.52586"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_10505'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52586'^^xsd:double;
  dwc:latitude '48.69087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52586 48.69087, -1.52586 48.69087, -1.52586 48.69087, -1.52586 48.69087, -1.52586 48.69087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10505'^^xsd:string;
  dwc:observationDate '2008-04-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6217> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69801 -1.52585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69801"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69801 -1.52585)"^^geo:wktLiteral ;
  geo-pos:lat "48.69801"^^xsd:decimal ;
  geo-pos:long "-1.52585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6217'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_6217'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52585'^^xsd:double;
  dwc:latitude '48.69801'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52585 48.69801, -1.52585 48.69801, -1.52585 48.69801, -1.52585 48.69801, -1.52585 48.69801))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6217'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70258 -1.52585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70258 -1.52585)"^^geo:wktLiteral ;
  geo-pos:lat "48.70258"^^xsd:decimal ;
  geo-pos:long "-1.52585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_852'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52585'^^xsd:double;
  dwc:latitude '48.70258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52585 48.70258, -1.52585 48.70258, -1.52585 48.70258, -1.52585 48.70258, -1.52585 48.70258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_852'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65006 -1.52584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65006"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65006 -1.52584)"^^geo:wktLiteral ;
  geo-pos:lat "48.65006"^^xsd:decimal ;
  geo-pos:long "-1.52584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_105'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_105'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52584'^^xsd:double;
  dwc:latitude '48.65006'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52584 48.65006, -1.52584 48.65006, -1.52584 48.65006, -1.52584 48.65006, -1.52584 48.65006))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_105'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70634 -1.52584)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70634"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52584"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70634 -1.52584)"^^geo:wktLiteral ;
  geo-pos:lat "48.70634"^^xsd:decimal ;
  geo-pos:long "-1.52584"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1020'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52584'^^xsd:double;
  dwc:latitude '48.70634'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52584 48.70634, -1.52584 48.70634, -1.52584 48.70634, -1.52584 48.70634, -1.52584 48.70634))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1020'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4778> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69956 -1.52583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69956 -1.52583)"^^geo:wktLiteral ;
  geo-pos:lat "48.69956"^^xsd:decimal ;
  geo-pos:long "-1.52583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4778'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4778'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52583'^^xsd:double;
  dwc:latitude '48.69956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52583 48.69956, -1.52583 48.69956, -1.52583 48.69956, -1.52583 48.69956, -1.52583 48.69956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4778'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5481> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7055 -1.52583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7055 -1.52583)"^^geo:wktLiteral ;
  geo-pos:lat "48.7055"^^xsd:decimal ;
  geo-pos:long "-1.52583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5481'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5481'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '18.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52583'^^xsd:double;
  dwc:latitude '48.7055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52583 48.7055, -1.52583 48.7055, -1.52583 48.7055, -1.52583 48.7055, -1.52583 48.7055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5481'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2081> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67892 -1.52582)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52582"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67892 -1.52582)"^^geo:wktLiteral ;
  geo-pos:lat "48.67892"^^xsd:decimal ;
  geo-pos:long "-1.52582"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2081'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2081'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52582'^^xsd:double;
  dwc:latitude '48.67892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52582 48.67892, -1.52582 48.67892, -1.52582 48.67892, -1.52582 48.67892, -1.52582 48.67892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2081'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71891 -1.52581)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52581"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71891 -1.52581)"^^geo:wktLiteral ;
  geo-pos:lat "48.71891"^^xsd:decimal ;
  geo-pos:long "-1.52581"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6409'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52581'^^xsd:double;
  dwc:latitude '48.71891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52581 48.71891, -1.52581 48.71891, -1.52581 48.71891, -1.52581 48.71891, -1.52581 48.71891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6409'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67682 -1.5258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67682"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67682 -1.5258)"^^geo:wktLiteral ;
  geo-pos:lat "48.67682"^^xsd:decimal ;
  geo-pos:long "-1.5258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10610'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5258'^^xsd:double;
  dwc:latitude '48.67682'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5258 48.67682, -1.5258 48.67682, -1.5258 48.67682, -1.5258 48.67682, -1.5258 48.67682))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10610'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2654> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.5258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70854 -1.5258)"^^geo:wktLiteral ;
  geo-pos:lat "48.70854"^^xsd:decimal ;
  geo-pos:long "-1.5258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2654'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2654'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5258'^^xsd:double;
  dwc:latitude '48.70854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5258 48.70854, -1.5258 48.70854, -1.5258 48.70854, -1.5258 48.70854, -1.5258 48.70854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2654'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5206> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66661 -1.52578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66661 -1.52578)"^^geo:wktLiteral ;
  geo-pos:lat "48.66661"^^xsd:decimal ;
  geo-pos:long "-1.52578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5206'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5206'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52578'^^xsd:double;
  dwc:latitude '48.66661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52578 48.66661, -1.52578 48.66661, -1.52578 48.66661, -1.52578 48.66661, -1.52578 48.66661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5206'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68653 -1.52578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68653 -1.52578)"^^geo:wktLiteral ;
  geo-pos:lat "48.68653"^^xsd:decimal ;
  geo-pos:long "-1.52578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1035'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '5.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52578'^^xsd:double;
  dwc:latitude '48.68653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52578 48.68653, -1.52578 48.68653, -1.52578 48.68653, -1.52578 48.68653, -1.52578 48.68653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1035'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70218 -1.52577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70218 -1.52577)"^^geo:wktLiteral ;
  geo-pos:lat "48.70218"^^xsd:decimal ;
  geo-pos:long "-1.52577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8393'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52577'^^xsd:double;
  dwc:latitude '48.70218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52577 48.70218, -1.52577 48.70218, -1.52577 48.70218, -1.52577 48.70218, -1.52577 48.70218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8393'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1636> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66262 -1.52575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66262"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66262 -1.52575)"^^geo:wktLiteral ;
  geo-pos:lat "48.66262"^^xsd:decimal ;
  geo-pos:long "-1.52575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1636'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1636'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52575'^^xsd:double;
  dwc:latitude '48.66262'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52575 48.66262, -1.52575 48.66262, -1.52575 48.66262, -1.52575 48.66262, -1.52575 48.66262))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1636'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1517> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68641 -1.52575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68641 -1.52575)"^^geo:wktLiteral ;
  geo-pos:lat "48.68641"^^xsd:decimal ;
  geo-pos:long "-1.52575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1517'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1517'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52575'^^xsd:double;
  dwc:latitude '48.68641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52575 48.68641, -1.52575 48.68641, -1.52575 48.68641, -1.52575 48.68641, -1.52575 48.68641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1517'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65264 -1.52574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65264 -1.52574)"^^geo:wktLiteral ;
  geo-pos:lat "48.65264"^^xsd:decimal ;
  geo-pos:long "-1.52574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11602'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52574'^^xsd:double;
  dwc:latitude '48.65264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52574 48.65264, -1.52574 48.65264, -1.52574 48.65264, -1.52574 48.65264, -1.52574 48.65264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11602'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71578 -1.52572)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52572"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71578 -1.52572)"^^geo:wktLiteral ;
  geo-pos:lat "48.71578"^^xsd:decimal ;
  geo-pos:long "-1.52572"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3777'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52572'^^xsd:double;
  dwc:latitude '48.71578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52572 48.71578, -1.52572 48.71578, -1.52572 48.71578, -1.52572 48.71578, -1.52572 48.71578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3777'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1470> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6895 -1.52571)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52571"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6895 -1.52571)"^^geo:wktLiteral ;
  geo-pos:lat "48.6895"^^xsd:decimal ;
  geo-pos:long "-1.52571"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1470'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1470'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52571'^^xsd:double;
  dwc:latitude '48.6895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52571 48.6895, -1.52571 48.6895, -1.52571 48.6895, -1.52571 48.6895, -1.52571 48.6895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1470'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2736> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7005 -1.52566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7005 -1.52566)"^^geo:wktLiteral ;
  geo-pos:lat "48.7005"^^xsd:decimal ;
  geo-pos:long "-1.52566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2736'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_2736'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.18333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52566'^^xsd:double;
  dwc:latitude '48.7005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52566 48.7005, -1.52566 48.7005, -1.52566 48.7005, -1.52566 48.7005, -1.52566 48.7005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2736'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65831 -1.52565)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52565"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65831 -1.52565)"^^geo:wktLiteral ;
  geo-pos:lat "48.65831"^^xsd:decimal ;
  geo-pos:long "-1.52565"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6831'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52565'^^xsd:double;
  dwc:latitude '48.65831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52565 48.65831, -1.52565 48.65831, -1.52565 48.65831, -1.52565 48.65831, -1.52565 48.65831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6831'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70945 -1.52564)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70945"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52564"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70945 -1.52564)"^^geo:wktLiteral ;
  geo-pos:lat "48.70945"^^xsd:decimal ;
  geo-pos:long "-1.52564"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1559'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52564'^^xsd:double;
  dwc:latitude '48.70945'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52564 48.70945, -1.52564 48.70945, -1.52564 48.70945, -1.52564 48.70945, -1.52564 48.70945))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1559'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68917 -1.52563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68917 -1.52563)"^^geo:wktLiteral ;
  geo-pos:lat "48.68917"^^xsd:decimal ;
  geo-pos:long "-1.52563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10202'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52563'^^xsd:double;
  dwc:latitude '48.68917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52563 48.68917, -1.52563 48.68917, -1.52563 48.68917, -1.52563 48.68917, -1.52563 48.68917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10202'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_617> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71146 -1.52563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71146"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71146 -1.52563)"^^geo:wktLiteral ;
  geo-pos:lat "48.71146"^^xsd:decimal ;
  geo-pos:long "-1.52563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_617'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_617'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52563'^^xsd:double;
  dwc:latitude '48.71146'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52563 48.71146, -1.52563 48.71146, -1.52563 48.71146, -1.52563 48.71146, -1.52563 48.71146))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_617'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72064 -1.52561)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52561"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72064 -1.52561)"^^geo:wktLiteral ;
  geo-pos:lat "48.72064"^^xsd:decimal ;
  geo-pos:long "-1.52561"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_967'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52561'^^xsd:double;
  dwc:latitude '48.72064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52561 48.72064, -1.52561 48.72064, -1.52561 48.72064, -1.52561 48.72064, -1.52561 48.72064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_967'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64781 -1.52559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64781 -1.52559)"^^geo:wktLiteral ;
  geo-pos:lat "48.64781"^^xsd:decimal ;
  geo-pos:long "-1.52559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2046'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52559'^^xsd:double;
  dwc:latitude '48.64781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52559 48.64781, -1.52559 48.64781, -1.52559 48.64781, -1.52559 48.64781, -1.52559 48.64781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2046'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.52559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.52559)"^^geo:wktLiteral ;
  geo-pos:lat "48.69725"^^xsd:decimal ;
  geo-pos:long "-1.52559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_5996'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52559'^^xsd:double;
  dwc:latitude '48.69725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52559 48.69725, -1.52559 48.69725, -1.52559 48.69725, -1.52559 48.69725, -1.52559 48.69725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5996'^^xsd:string;
  dwc:observationDate '2006-05-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1875> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66456 -1.52558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66456"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66456 -1.52558)"^^geo:wktLiteral ;
  geo-pos:lat "48.66456"^^xsd:decimal ;
  geo-pos:long "-1.52558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1875'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1875'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52558'^^xsd:double;
  dwc:latitude '48.66456'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52558 48.66456, -1.52558 48.66456, -1.52558 48.66456, -1.52558 48.66456, -1.52558 48.66456))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1875'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3292> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69608 -1.52556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69608 -1.52556)"^^geo:wktLiteral ;
  geo-pos:lat "48.69608"^^xsd:decimal ;
  geo-pos:long "-1.52556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3292'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3292'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '1.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52556'^^xsd:double;
  dwc:latitude '48.69608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52556 48.69608, -1.52556 48.69608, -1.52556 48.69608, -1.52556 48.69608, -1.52556 48.69608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3292'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68624 -1.52553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68624"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68624 -1.52553)"^^geo:wktLiteral ;
  geo-pos:lat "48.68624"^^xsd:decimal ;
  geo-pos:long "-1.52553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1536'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52553'^^xsd:double;
  dwc:latitude '48.68624'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52553 48.68624, -1.52553 48.68624, -1.52553 48.68624, -1.52553 48.68624, -1.52553 48.68624))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1536'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_839> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70563 -1.52553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70563 -1.52553)"^^geo:wktLiteral ;
  geo-pos:lat "48.70563"^^xsd:decimal ;
  geo-pos:long "-1.52553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_839'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_839'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '8.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52553'^^xsd:double;
  dwc:latitude '48.70563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52553 48.70563, -1.52553 48.70563, -1.52553 48.70563, -1.52553 48.70563, -1.52553 48.70563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_839'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_618> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70849 -1.52552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70849 -1.52552)"^^geo:wktLiteral ;
  geo-pos:lat "48.70849"^^xsd:decimal ;
  geo-pos:long "-1.52552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_618'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_618'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52552'^^xsd:double;
  dwc:latitude '48.70849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52552 48.70849, -1.52552 48.70849, -1.52552 48.70849, -1.52552 48.70849, -1.52552 48.70849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_618'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_923> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70825 -1.52551)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52551"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70825 -1.52551)"^^geo:wktLiteral ;
  geo-pos:lat "48.70825"^^xsd:decimal ;
  geo-pos:long "-1.52551"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_923'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_923'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '23.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52551'^^xsd:double;
  dwc:latitude '48.70825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52551 48.70825, -1.52551 48.70825, -1.52551 48.70825, -1.52551 48.70825, -1.52551 48.70825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_923'^^xsd:string;
  dwc:observationDate '2006-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68455 -1.5255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68455"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68455 -1.5255)"^^geo:wktLiteral ;
  geo-pos:lat "48.68455"^^xsd:decimal ;
  geo-pos:long "-1.5255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_9878'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5255'^^xsd:double;
  dwc:latitude '48.68455'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5255 48.68455, -1.5255 48.68455, -1.5255 48.68455, -1.5255 48.68455, -1.5255 48.68455))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9878'^^xsd:string;
  dwc:observationDate '2008-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70593 -1.5255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70593 -1.5255)"^^geo:wktLiteral ;
  geo-pos:lat "48.70593"^^xsd:decimal ;
  geo-pos:long "-1.5255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_550'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5255'^^xsd:double;
  dwc:latitude '48.70593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5255 48.70593, -1.5255 48.70593, -1.5255 48.70593, -1.5255 48.70593, -1.5255 48.70593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_550'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71679 -1.52547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71679"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71679 -1.52547)"^^geo:wktLiteral ;
  geo-pos:lat "48.71679"^^xsd:decimal ;
  geo-pos:long "-1.52547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_9339'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '9.6166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52547'^^xsd:double;
  dwc:latitude '48.71679'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52547 48.71679, -1.52547 48.71679, -1.52547 48.71679, -1.52547 48.71679, -1.52547 48.71679))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9339'^^xsd:string;
  dwc:observationDate '2008-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13719> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65363 -1.52546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65363"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65363 -1.52546)"^^geo:wktLiteral ;
  geo-pos:lat "48.65363"^^xsd:decimal ;
  geo-pos:long "-1.52546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13719'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13719'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '13.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52546'^^xsd:double;
  dwc:latitude '48.65363'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52546 48.65363, -1.52546 48.65363, -1.52546 48.65363, -1.52546 48.65363, -1.52546 48.65363))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13719'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7172 -1.52545)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7172"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52545"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7172 -1.52545)"^^geo:wktLiteral ;
  geo-pos:lat "48.7172"^^xsd:decimal ;
  geo-pos:long "-1.52545"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_283'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52545'^^xsd:double;
  dwc:latitude '48.7172'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52545 48.7172, -1.52545 48.7172, -1.52545 48.7172, -1.52545 48.7172, -1.52545 48.7172))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_283'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69459 -1.52542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69459"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69459 -1.52542)"^^geo:wktLiteral ;
  geo-pos:lat "48.69459"^^xsd:decimal ;
  geo-pos:long "-1.52542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9653'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52542'^^xsd:double;
  dwc:latitude '48.69459'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52542 48.69459, -1.52542 48.69459, -1.52542 48.69459, -1.52542 48.69459, -1.52542 48.69459))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9653'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70401 -1.52541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70401"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70401 -1.52541)"^^geo:wktLiteral ;
  geo-pos:lat "48.70401"^^xsd:decimal ;
  geo-pos:long "-1.52541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4966'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52541'^^xsd:double;
  dwc:latitude '48.70401'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52541 48.70401, -1.52541 48.70401, -1.52541 48.70401, -1.52541 48.70401, -1.52541 48.70401))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4966'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2921> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7085 -1.52541)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7085"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52541"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7085 -1.52541)"^^geo:wktLiteral ;
  geo-pos:lat "48.7085"^^xsd:decimal ;
  geo-pos:long "-1.52541"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2921'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2921'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52541'^^xsd:double;
  dwc:latitude '48.7085'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52541 48.7085, -1.52541 48.7085, -1.52541 48.7085, -1.52541 48.7085, -1.52541 48.7085))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2921'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9536> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70336 -1.52539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70336"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70336 -1.52539)"^^geo:wktLiteral ;
  geo-pos:lat "48.70336"^^xsd:decimal ;
  geo-pos:long "-1.52539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9536'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9536'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52539'^^xsd:double;
  dwc:latitude '48.70336'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52539 48.70336, -1.52539 48.70336, -1.52539 48.70336, -1.52539 48.70336, -1.52539 48.70336))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9536'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71958 -1.52539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71958 -1.52539)"^^geo:wktLiteral ;
  geo-pos:lat "48.71958"^^xsd:decimal ;
  geo-pos:long "-1.52539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9558'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52539'^^xsd:double;
  dwc:latitude '48.71958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52539 48.71958, -1.52539 48.71958, -1.52539 48.71958, -1.52539 48.71958, -1.52539 48.71958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9558'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_259> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70548 -1.52538)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70548"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52538"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70548 -1.52538)"^^geo:wktLiteral ;
  geo-pos:lat "48.70548"^^xsd:decimal ;
  geo-pos:long "-1.52538"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_259'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_259'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52538'^^xsd:double;
  dwc:latitude '48.70548'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52538 48.70548, -1.52538 48.70548, -1.52538 48.70548, -1.52538 48.70548, -1.52538 48.70548))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_259'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66795 -1.52537)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52537"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66795 -1.52537)"^^geo:wktLiteral ;
  geo-pos:lat "48.66795"^^xsd:decimal ;
  geo-pos:long "-1.52537"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_749'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52537'^^xsd:double;
  dwc:latitude '48.66795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52537 48.66795, -1.52537 48.66795, -1.52537 48.66795, -1.52537 48.66795, -1.52537 48.66795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_749'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69322 -1.52536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69322"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69322 -1.52536)"^^geo:wktLiteral ;
  geo-pos:lat "48.69322"^^xsd:decimal ;
  geo-pos:long "-1.52536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2410'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52536'^^xsd:double;
  dwc:latitude '48.69322'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52536 48.69322, -1.52536 48.69322, -1.52536 48.69322, -1.52536 48.69322, -1.52536 48.69322))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2410'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10347> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70536 -1.52534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70536 -1.52534)"^^geo:wktLiteral ;
  geo-pos:lat "48.70536"^^xsd:decimal ;
  geo-pos:long "-1.52534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10347'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10347'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52534'^^xsd:double;
  dwc:latitude '48.70536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52534 48.70536, -1.52534 48.70536, -1.52534 48.70536, -1.52534 48.70536, -1.52534 48.70536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10347'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66356 -1.52532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66356"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66356 -1.52532)"^^geo:wktLiteral ;
  geo-pos:lat "48.66356"^^xsd:decimal ;
  geo-pos:long "-1.52532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2009'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52532'^^xsd:double;
  dwc:latitude '48.66356'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52532 48.66356, -1.52532 48.66356, -1.52532 48.66356, -1.52532 48.66356, -1.52532 48.66356))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2009'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8927> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71002 -1.52532)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52532"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71002 -1.52532)"^^geo:wktLiteral ;
  geo-pos:lat "48.71002"^^xsd:decimal ;
  geo-pos:long "-1.52532"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8927'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8927'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '14'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52532'^^xsd:double;
  dwc:latitude '48.71002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52532 48.71002, -1.52532 48.71002, -1.52532 48.71002, -1.52532 48.71002, -1.52532 48.71002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8927'^^xsd:string;
  dwc:observationDate '2008-01-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65222 -1.52531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65222 -1.52531)"^^geo:wktLiteral ;
  geo-pos:lat "48.65222"^^xsd:decimal ;
  geo-pos:long "-1.52531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_148'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_148'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52531'^^xsd:double;
  dwc:latitude '48.65222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52531 48.65222, -1.52531 48.65222, -1.52531 48.65222, -1.52531 48.65222, -1.52531 48.65222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_148'^^xsd:string;
  dwc:observationDate '2006-02-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9816> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69595 -1.52531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69595"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69595 -1.52531)"^^geo:wktLiteral ;
  geo-pos:lat "48.69595"^^xsd:decimal ;
  geo-pos:long "-1.52531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9816'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9816'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52531'^^xsd:double;
  dwc:latitude '48.69595'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52531 48.69595, -1.52531 48.69595, -1.52531 48.69595, -1.52531 48.69595, -1.52531 48.69595))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9816'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69947 -1.5253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69947"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69947 -1.5253)"^^geo:wktLiteral ;
  geo-pos:lat "48.69947"^^xsd:decimal ;
  geo-pos:long "-1.5253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3268'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5253'^^xsd:double;
  dwc:latitude '48.69947'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5253 48.69947, -1.5253 48.69947, -1.5253 48.69947, -1.5253 48.69947, -1.5253 48.69947))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3268'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67536 -1.52529)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67536"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52529"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67536 -1.52529)"^^geo:wktLiteral ;
  geo-pos:lat "48.67536"^^xsd:decimal ;
  geo-pos:long "-1.52529"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10609'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '11.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52529'^^xsd:double;
  dwc:latitude '48.67536'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52529 48.67536, -1.52529 48.67536, -1.52529 48.67536, -1.52529 48.67536, -1.52529 48.67536))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10609'^^xsd:string;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70629 -1.52526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70629 -1.52526)"^^geo:wktLiteral ;
  geo-pos:lat "48.70629"^^xsd:decimal ;
  geo-pos:long "-1.52526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1021'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52526'^^xsd:double;
  dwc:latitude '48.70629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52526 48.70629, -1.52526 48.70629, -1.52526 48.70629, -1.52526 48.70629, -1.52526 48.70629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1021'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67774 -1.52525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67774"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67774 -1.52525)"^^geo:wktLiteral ;
  geo-pos:lat "48.67774"^^xsd:decimal ;
  geo-pos:long "-1.52525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_9835'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52525'^^xsd:double;
  dwc:latitude '48.67774'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52525 48.67774, -1.52525 48.67774, -1.52525 48.67774, -1.52525 48.67774, -1.52525 48.67774))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9835'^^xsd:string;
  dwc:observationDate '2008-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2321> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71725 -1.52525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71725 -1.52525)"^^geo:wktLiteral ;
  geo-pos:lat "48.71725"^^xsd:decimal ;
  geo-pos:long "-1.52525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2321'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2321'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52525'^^xsd:double;
  dwc:latitude '48.71725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52525 48.71725, -1.52525 48.71725, -1.52525 48.71725, -1.52525 48.71725, -1.52525 48.71725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2321'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3240> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6975 -1.52523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6975"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6975 -1.52523)"^^geo:wktLiteral ;
  geo-pos:lat "48.6975"^^xsd:decimal ;
  geo-pos:long "-1.52523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3240'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3240'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52523'^^xsd:double;
  dwc:latitude '48.6975'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52523 48.6975, -1.52523 48.6975, -1.52523 48.6975, -1.52523 48.6975, -1.52523 48.6975))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3240'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70592 -1.52521)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52521"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70592 -1.52521)"^^geo:wktLiteral ;
  geo-pos:lat "48.70592"^^xsd:decimal ;
  geo-pos:long "-1.52521"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_205'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52521'^^xsd:double;
  dwc:latitude '48.70592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52521 48.70592, -1.52521 48.70592, -1.52521 48.70592, -1.52521 48.70592, -1.52521 48.70592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_205'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72166 -1.52519)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72166"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52519"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72166 -1.52519)"^^geo:wktLiteral ;
  geo-pos:lat "48.72166"^^xsd:decimal ;
  geo-pos:long "-1.52519"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9895'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '8.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52519'^^xsd:double;
  dwc:latitude '48.72166'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52519 48.72166, -1.52519 48.72166, -1.52519 48.72166, -1.52519 48.72166, -1.52519 48.72166))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9895'^^xsd:string;
  dwc:observationDate '2008-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68648 -1.52518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68648 -1.52518)"^^geo:wktLiteral ;
  geo-pos:lat "48.68648"^^xsd:decimal ;
  geo-pos:long "-1.52518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1538'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52518'^^xsd:double;
  dwc:latitude '48.68648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52518 48.68648, -1.52518 48.68648, -1.52518 48.68648, -1.52518 48.68648, -1.52518 48.68648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1538'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2945> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70413 -1.52518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70413 -1.52518)"^^geo:wktLiteral ;
  geo-pos:lat "48.70413"^^xsd:decimal ;
  geo-pos:long "-1.52518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2945'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2945'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52518'^^xsd:double;
  dwc:latitude '48.70413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52518 48.70413, -1.52518 48.70413, -1.52518 48.70413, -1.52518 48.70413, -1.52518 48.70413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2945'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_250> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70637 -1.52515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70637 -1.52515)"^^geo:wktLiteral ;
  geo-pos:lat "48.70637"^^xsd:decimal ;
  geo-pos:long "-1.52515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_250'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_250'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52515'^^xsd:double;
  dwc:latitude '48.70637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52515 48.70637, -1.52515 48.70637, -1.52515 48.70637, -1.52515 48.70637, -1.52515 48.70637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_250'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71613 -1.52513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71613 -1.52513)"^^geo:wktLiteral ;
  geo-pos:lat "48.71613"^^xsd:decimal ;
  geo-pos:long "-1.52513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6936'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52513'^^xsd:double;
  dwc:latitude '48.71613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52513 48.71613, -1.52513 48.71613, -1.52513 48.71613, -1.52513 48.71613, -1.52513 48.71613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6936'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9857> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68452 -1.52512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68452"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68452 -1.52512)"^^geo:wktLiteral ;
  geo-pos:lat "48.68452"^^xsd:decimal ;
  geo-pos:long "-1.52512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9857'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9857'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52512'^^xsd:double;
  dwc:latitude '48.68452'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52512 48.68452, -1.52512 48.68452, -1.52512 48.68452, -1.52512 48.68452, -1.52512 48.68452))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9857'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70594 -1.5251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70594 -1.5251)"^^geo:wktLiteral ;
  geo-pos:lat "48.70594"^^xsd:decimal ;
  geo-pos:long "-1.5251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2919'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5251'^^xsd:double;
  dwc:latitude '48.70594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5251 48.70594, -1.5251 48.70594, -1.5251 48.70594, -1.5251 48.70594, -1.5251 48.70594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2919'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_996> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70337 -1.52509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70337"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70337 -1.52509)"^^geo:wktLiteral ;
  geo-pos:lat "48.70337"^^xsd:decimal ;
  geo-pos:long "-1.52509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_996'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_996'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52509'^^xsd:double;
  dwc:latitude '48.70337'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52509 48.70337, -1.52509 48.70337, -1.52509 48.70337, -1.52509 48.70337, -1.52509 48.70337))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_996'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71793 -1.52509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71793"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71793 -1.52509)"^^geo:wktLiteral ;
  geo-pos:lat "48.71793"^^xsd:decimal ;
  geo-pos:long "-1.52509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_506'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52509'^^xsd:double;
  dwc:latitude '48.71793'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52509 48.71793, -1.52509 48.71793, -1.52509 48.71793, -1.52509 48.71793, -1.52509 48.71793))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_506'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11262> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69036 -1.52508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69036 -1.52508)"^^geo:wktLiteral ;
  geo-pos:lat "48.69036"^^xsd:decimal ;
  geo-pos:long "-1.52508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11262'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11262'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52508'^^xsd:double;
  dwc:latitude '48.69036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52508 48.69036, -1.52508 48.69036, -1.52508 48.69036, -1.52508 48.69036, -1.52508 48.69036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11262'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11437> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65292 -1.52506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65292"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65292 -1.52506)"^^geo:wktLiteral ;
  geo-pos:lat "48.65292"^^xsd:decimal ;
  geo-pos:long "-1.52506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11437'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11437'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '1.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52506'^^xsd:double;
  dwc:latitude '48.65292'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52506 48.65292, -1.52506 48.65292, -1.52506 48.65292, -1.52506 48.65292, -1.52506 48.65292))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11437'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65305 -1.52504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65305 -1.52504)"^^geo:wktLiteral ;
  geo-pos:lat "48.65305"^^xsd:decimal ;
  geo-pos:long "-1.52504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11612'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52504'^^xsd:double;
  dwc:latitude '48.65305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52504 48.65305, -1.52504 48.65305, -1.52504 48.65305, -1.52504 48.65305, -1.52504 48.65305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11612'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1130> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70113 -1.52504)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70113"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52504"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70113 -1.52504)"^^geo:wktLiteral ;
  geo-pos:lat "48.70113"^^xsd:decimal ;
  geo-pos:long "-1.52504"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1130'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1130'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52504'^^xsd:double;
  dwc:latitude '48.70113'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52504 48.70113, -1.52504 48.70113, -1.52504 48.70113, -1.52504 48.70113, -1.52504 48.70113))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1130'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6657 -1.52503)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52503"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6657 -1.52503)"^^geo:wktLiteral ;
  geo-pos:lat "48.6657"^^xsd:decimal ;
  geo-pos:long "-1.52503"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3678'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52503'^^xsd:double;
  dwc:latitude '48.6657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52503 48.6657, -1.52503 48.6657, -1.52503 48.6657, -1.52503 48.6657, -1.52503 48.6657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3678'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70929 -1.52502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70929 -1.52502)"^^geo:wktLiteral ;
  geo-pos:lat "48.70929"^^xsd:decimal ;
  geo-pos:long "-1.52502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9523'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52502'^^xsd:double;
  dwc:latitude '48.70929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52502 48.70929, -1.52502 48.70929, -1.52502 48.70929, -1.52502 48.70929, -1.52502 48.70929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9523'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67041 -1.52501)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52501"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67041 -1.52501)"^^geo:wktLiteral ;
  geo-pos:lat "48.67041"^^xsd:decimal ;
  geo-pos:long "-1.52501"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3976'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52501'^^xsd:double;
  dwc:latitude '48.67041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52501 48.67041, -1.52501 48.67041, -1.52501 48.67041, -1.52501 48.67041, -1.52501 48.67041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3976'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69745 -1.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69745"^^xsd:decimal ;
  dwc:decimalLongitude "-1.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69745 -1.525)"^^geo:wktLiteral ;
  geo-pos:lat "48.69745"^^xsd:decimal ;
  geo-pos:long "-1.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_194'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.525'^^xsd:double;
  dwc:latitude '48.69745'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.525 48.69745, -1.525 48.69745, -1.525 48.69745, -1.525 48.69745, -1.525 48.69745))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_194'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1039> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70646 -1.525)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.525"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70646 -1.525)"^^geo:wktLiteral ;
  geo-pos:lat "48.70646"^^xsd:decimal ;
  geo-pos:long "-1.525"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1039'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1039'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.525'^^xsd:double;
  dwc:latitude '48.70646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.525 48.70646, -1.525 48.70646, -1.525 48.70646, -1.525 48.70646, -1.525 48.70646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1039'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70638 -1.52496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70638"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70638 -1.52496)"^^geo:wktLiteral ;
  geo-pos:lat "48.70638"^^xsd:decimal ;
  geo-pos:long "-1.52496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9596'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52496'^^xsd:double;
  dwc:latitude '48.70638'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52496 48.70638, -1.52496 48.70638, -1.52496 48.70638, -1.52496 48.70638, -1.52496 48.70638))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9596'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_562> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70782 -1.52493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70782"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70782 -1.52493)"^^geo:wktLiteral ;
  geo-pos:lat "48.70782"^^xsd:decimal ;
  geo-pos:long "-1.52493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_562'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_562'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52493'^^xsd:double;
  dwc:latitude '48.70782'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52493 48.70782, -1.52493 48.70782, -1.52493 48.70782, -1.52493 48.70782, -1.52493 48.70782))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_562'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71759 -1.52492)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71759"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52492"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71759 -1.52492)"^^geo:wktLiteral ;
  geo-pos:lat "48.71759"^^xsd:decimal ;
  geo-pos:long "-1.52492"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_282'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52492'^^xsd:double;
  dwc:latitude '48.71759'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52492 48.71759, -1.52492 48.71759, -1.52492 48.71759, -1.52492 48.71759, -1.52492 48.71759))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_282'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65724 -1.52489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65724 -1.52489)"^^geo:wktLiteral ;
  geo-pos:lat "48.65724"^^xsd:decimal ;
  geo-pos:long "-1.52489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_7431'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '11.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52489'^^xsd:double;
  dwc:latitude '48.65724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52489 48.65724, -1.52489 48.65724, -1.52489 48.65724, -1.52489 48.65724, -1.52489 48.65724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7431'^^xsd:string;
  dwc:observationDate '2007-11-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70564 -1.52489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70564"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70564 -1.52489)"^^geo:wktLiteral ;
  geo-pos:lat "48.70564"^^xsd:decimal ;
  geo-pos:long "-1.52489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1502'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52489'^^xsd:double;
  dwc:latitude '48.70564'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52489 48.70564, -1.52489 48.70564, -1.52489 48.70564, -1.52489 48.70564, -1.52489 48.70564))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1502'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70695 -1.52489)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70695"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52489"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70695 -1.52489)"^^geo:wktLiteral ;
  geo-pos:lat "48.70695"^^xsd:decimal ;
  geo-pos:long "-1.52489"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1557'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52489'^^xsd:double;
  dwc:latitude '48.70695'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52489 48.70695, -1.52489 48.70695, -1.52489 48.70695, -1.52489 48.70695, -1.52489 48.70695))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1557'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70742 -1.52488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70742 -1.52488)"^^geo:wktLiteral ;
  geo-pos:lat "48.70742"^^xsd:decimal ;
  geo-pos:long "-1.52488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2247'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52488'^^xsd:double;
  dwc:latitude '48.70742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52488 48.70742, -1.52488 48.70742, -1.52488 48.70742, -1.52488 48.70742, -1.52488 48.70742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2247'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1013> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70811 -1.52488)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52488"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70811 -1.52488)"^^geo:wktLiteral ;
  geo-pos:lat "48.70811"^^xsd:decimal ;
  geo-pos:long "-1.52488"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1013'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1013'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '13.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52488'^^xsd:double;
  dwc:latitude '48.70811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52488 48.70811, -1.52488 48.70811, -1.52488 48.70811, -1.52488 48.70811, -1.52488 48.70811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1013'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68211 -1.52487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68211"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68211 -1.52487)"^^geo:wktLiteral ;
  geo-pos:lat "48.68211"^^xsd:decimal ;
  geo-pos:long "-1.52487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8173'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52487'^^xsd:double;
  dwc:latitude '48.68211'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52487 48.68211, -1.52487 48.68211, -1.52487 48.68211, -1.52487 48.68211, -1.52487 48.68211))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8173'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67925 -1.52485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67925 -1.52485)"^^geo:wktLiteral ;
  geo-pos:lat "48.67925"^^xsd:decimal ;
  geo-pos:long "-1.52485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2526'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52485'^^xsd:double;
  dwc:latitude '48.67925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52485 48.67925, -1.52485 48.67925, -1.52485 48.67925, -1.52485 48.67925, -1.52485 48.67925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2526'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68788 -1.52485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68788"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68788 -1.52485)"^^geo:wktLiteral ;
  geo-pos:lat "48.68788"^^xsd:decimal ;
  geo-pos:long "-1.52485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5509'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52485'^^xsd:double;
  dwc:latitude '48.68788'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52485 48.68788, -1.52485 48.68788, -1.52485 48.68788, -1.52485 48.68788, -1.52485 48.68788))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5509'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71331 -1.52485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71331"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71331 -1.52485)"^^geo:wktLiteral ;
  geo-pos:lat "48.71331"^^xsd:decimal ;
  geo-pos:long "-1.52485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_5646'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52485'^^xsd:double;
  dwc:latitude '48.71331'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52485 48.71331, -1.52485 48.71331, -1.52485 48.71331, -1.52485 48.71331, -1.52485 48.71331))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5646'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4872> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71563 -1.52483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71563 -1.52483)"^^geo:wktLiteral ;
  geo-pos:lat "48.71563"^^xsd:decimal ;
  geo-pos:long "-1.52483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4872'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4872'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52483'^^xsd:double;
  dwc:latitude '48.71563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52483 48.71563, -1.52483 48.71563, -1.52483 48.71563, -1.52483 48.71563, -1.52483 48.71563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4872'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7196 -1.52483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7196"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7196 -1.52483)"^^geo:wktLiteral ;
  geo-pos:lat "48.7196"^^xsd:decimal ;
  geo-pos:long "-1.52483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_524'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52483'^^xsd:double;
  dwc:latitude '48.7196'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52483 48.7196, -1.52483 48.7196, -1.52483 48.7196, -1.52483 48.7196, -1.52483 48.7196))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_524'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70607 -1.52482)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52482"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70607 -1.52482)"^^geo:wktLiteral ;
  geo-pos:lat "48.70607"^^xsd:decimal ;
  geo-pos:long "-1.52482"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_278'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52482'^^xsd:double;
  dwc:latitude '48.70607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52482 48.70607, -1.52482 48.70607, -1.52482 48.70607, -1.52482 48.70607, -1.52482 48.70607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_278'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67565 -1.52481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67565 -1.52481)"^^geo:wktLiteral ;
  geo-pos:lat "48.67565"^^xsd:decimal ;
  geo-pos:long "-1.52481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_5246'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52481'^^xsd:double;
  dwc:latitude '48.67565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52481 48.67565, -1.52481 48.67565, -1.52481 48.67565, -1.52481 48.67565, -1.52481 48.67565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5246'^^xsd:string;
  dwc:observationDate '2006-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70572 -1.52481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70572 -1.52481)"^^geo:wktLiteral ;
  geo-pos:lat "48.70572"^^xsd:decimal ;
  geo-pos:long "-1.52481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_878'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '0.81666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52481'^^xsd:double;
  dwc:latitude '48.70572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52481 48.70572, -1.52481 48.70572, -1.52481 48.70572, -1.52481 48.70572, -1.52481 48.70572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_878'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71197 -1.52481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71197 -1.52481)"^^geo:wktLiteral ;
  geo-pos:lat "48.71197"^^xsd:decimal ;
  geo-pos:long "-1.52481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_715'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52481'^^xsd:double;
  dwc:latitude '48.71197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52481 48.71197, -1.52481 48.71197, -1.52481 48.71197, -1.52481 48.71197, -1.52481 48.71197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_715'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_563> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70603 -1.5248)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70603"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5248"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70603 -1.5248)"^^geo:wktLiteral ;
  geo-pos:lat "48.70603"^^xsd:decimal ;
  geo-pos:long "-1.5248"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_563'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_563'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5248'^^xsd:double;
  dwc:latitude '48.70603'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5248 48.70603, -1.5248 48.70603, -1.5248 48.70603, -1.5248 48.70603, -1.5248 48.70603))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_563'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70359 -1.52479)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52479"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70359 -1.52479)"^^geo:wktLiteral ;
  geo-pos:lat "48.70359"^^xsd:decimal ;
  geo-pos:long "-1.52479"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3552'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52479'^^xsd:double;
  dwc:latitude '48.70359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52479 48.70359, -1.52479 48.70359, -1.52479 48.70359, -1.52479 48.70359, -1.52479 48.70359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3552'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.52478)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52478"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69894 -1.52478)"^^geo:wktLiteral ;
  geo-pos:lat "48.69894"^^xsd:decimal ;
  geo-pos:long "-1.52478"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2988'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52478'^^xsd:double;
  dwc:latitude '48.69894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52478 48.69894, -1.52478 48.69894, -1.52478 48.69894, -1.52478 48.69894, -1.52478 48.69894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2988'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1823> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68483 -1.52476)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68483"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52476"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68483 -1.52476)"^^geo:wktLiteral ;
  geo-pos:lat "48.68483"^^xsd:decimal ;
  geo-pos:long "-1.52476"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1823'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1823'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52476'^^xsd:double;
  dwc:latitude '48.68483'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52476 48.68483, -1.52476 48.68483, -1.52476 48.68483, -1.52476 48.68483, -1.52476 48.68483))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1823'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68601 -1.52475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68601 -1.52475)"^^geo:wktLiteral ;
  geo-pos:lat "48.68601"^^xsd:decimal ;
  geo-pos:long "-1.52475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_314'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52475'^^xsd:double;
  dwc:latitude '48.68601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52475 48.68601, -1.52475 48.68601, -1.52475 48.68601, -1.52475 48.68601, -1.52475 48.68601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_314'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70631 -1.52475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70631"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70631 -1.52475)"^^geo:wktLiteral ;
  geo-pos:lat "48.70631"^^xsd:decimal ;
  geo-pos:long "-1.52475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_482'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52475'^^xsd:double;
  dwc:latitude '48.70631'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52475 48.70631, -1.52475 48.70631, -1.52475 48.70631, -1.52475 48.70631, -1.52475 48.70631))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_482'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69049 -1.52472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69049"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69049 -1.52472)"^^geo:wktLiteral ;
  geo-pos:lat "48.69049"^^xsd:decimal ;
  geo-pos:long "-1.52472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4140'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.6666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52472'^^xsd:double;
  dwc:latitude '48.69049'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52472 48.69049, -1.52472 48.69049, -1.52472 48.69049, -1.52472 48.69049, -1.52472 48.69049))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4140'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71417 -1.52472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71417"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71417 -1.52472)"^^geo:wktLiteral ;
  geo-pos:lat "48.71417"^^xsd:decimal ;
  geo-pos:long "-1.52472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_936'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '11.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52472'^^xsd:double;
  dwc:latitude '48.71417'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52472 48.71417, -1.52472 48.71417, -1.52472 48.71417, -1.52472 48.71417, -1.52472 48.71417))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_936'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4643> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71131 -1.5247)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71131"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5247"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71131 -1.5247)"^^geo:wktLiteral ;
  geo-pos:lat "48.71131"^^xsd:decimal ;
  geo-pos:long "-1.5247"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4643'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_4643'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '3.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5247'^^xsd:double;
  dwc:latitude '48.71131'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5247 48.71131, -1.5247 48.71131, -1.5247 48.71131, -1.5247 48.71131, -1.5247 48.71131))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4643'^^xsd:string;
  dwc:observationDate '2006-05-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70526 -1.52469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70526 -1.52469)"^^geo:wktLiteral ;
  geo-pos:lat "48.70526"^^xsd:decimal ;
  geo-pos:long "-1.52469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_584'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52469'^^xsd:double;
  dwc:latitude '48.70526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52469 48.70526, -1.52469 48.70526, -1.52469 48.70526, -1.52469 48.70526, -1.52469 48.70526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_584'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70608 -1.52469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70608"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70608 -1.52469)"^^geo:wktLiteral ;
  geo-pos:lat "48.70608"^^xsd:decimal ;
  geo-pos:long "-1.52469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2971'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52469'^^xsd:double;
  dwc:latitude '48.70608'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52469 48.70608, -1.52469 48.70608, -1.52469 48.70608, -1.52469 48.70608, -1.52469 48.70608))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2971'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68428 -1.52468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68428"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68428 -1.52468)"^^geo:wktLiteral ;
  geo-pos:lat "48.68428"^^xsd:decimal ;
  geo-pos:long "-1.52468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_8174'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52468'^^xsd:double;
  dwc:latitude '48.68428'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52468 48.68428, -1.52468 48.68428, -1.52468 48.68428, -1.52468 48.68428, -1.52468 48.68428))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8174'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_976> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.52468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7063 -1.52468)"^^geo:wktLiteral ;
  geo-pos:lat "48.7063"^^xsd:decimal ;
  geo-pos:long "-1.52468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_976'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_976'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52468'^^xsd:double;
  dwc:latitude '48.7063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52468 48.7063, -1.52468 48.7063, -1.52468 48.7063, -1.52468 48.7063, -1.52468 48.7063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_976'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70137 -1.5246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70137 -1.5246)"^^geo:wktLiteral ;
  geo-pos:lat "48.70137"^^xsd:decimal ;
  geo-pos:long "-1.5246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_4455'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5246'^^xsd:double;
  dwc:latitude '48.70137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5246 48.70137, -1.5246 48.70137, -1.5246 48.70137, -1.5246 48.70137, -1.5246 48.70137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4455'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71641 -1.5246)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71641"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5246"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71641 -1.5246)"^^geo:wktLiteral ;
  geo-pos:lat "48.71641"^^xsd:decimal ;
  geo-pos:long "-1.5246"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2510'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5246'^^xsd:double;
  dwc:latitude '48.71641'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5246 48.71641, -1.5246 48.71641, -1.5246 48.71641, -1.5246 48.71641, -1.5246 48.71641))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2510'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64885 -1.52457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64885"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64885 -1.52457)"^^geo:wktLiteral ;
  geo-pos:lat "48.64885"^^xsd:decimal ;
  geo-pos:long "-1.52457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6439'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52457'^^xsd:double;
  dwc:latitude '48.64885'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52457 48.64885, -1.52457 48.64885, -1.52457 48.64885, -1.52457 48.64885, -1.52457 48.64885))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6439'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68516 -1.52457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68516"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68516 -1.52457)"^^geo:wktLiteral ;
  geo-pos:lat "48.68516"^^xsd:decimal ;
  geo-pos:long "-1.52457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8194'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52457'^^xsd:double;
  dwc:latitude '48.68516'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52457 48.68516, -1.52457 48.68516, -1.52457 48.68516, -1.52457 48.68516, -1.52457 48.68516))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8194'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8090> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6907 -1.52456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6907 -1.52456)"^^geo:wktLiteral ;
  geo-pos:lat "48.6907"^^xsd:decimal ;
  geo-pos:long "-1.52456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8090'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8090'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52456'^^xsd:double;
  dwc:latitude '48.6907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52456 48.6907, -1.52456 48.6907, -1.52456 48.6907, -1.52456 48.6907, -1.52456 48.6907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8090'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_644> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70566 -1.52456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70566"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70566 -1.52456)"^^geo:wktLiteral ;
  geo-pos:lat "48.70566"^^xsd:decimal ;
  geo-pos:long "-1.52456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_644'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_644'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52456'^^xsd:double;
  dwc:latitude '48.70566'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52456 48.70566, -1.52456 48.70566, -1.52456 48.70566, -1.52456 48.70566, -1.52456 48.70566))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_644'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70866 -1.52456)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52456"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70866 -1.52456)"^^geo:wktLiteral ;
  geo-pos:lat "48.70866"^^xsd:decimal ;
  geo-pos:long "-1.52456"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_6447'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52456'^^xsd:double;
  dwc:latitude '48.70866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52456 48.70866, -1.52456 48.70866, -1.52456 48.70866, -1.52456 48.70866, -1.52456 48.70866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6447'^^xsd:string;
  dwc:observationDate '2006-05-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9075> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70308 -1.52453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70308 -1.52453)"^^geo:wktLiteral ;
  geo-pos:lat "48.70308"^^xsd:decimal ;
  geo-pos:long "-1.52453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9075'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_9075'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52453'^^xsd:double;
  dwc:latitude '48.70308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52453 48.70308, -1.52453 48.70308, -1.52453 48.70308, -1.52453 48.70308, -1.52453 48.70308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9075'^^xsd:string;
  dwc:observationDate '2008-01-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2944> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70637 -1.52453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70637"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70637 -1.52453)"^^geo:wktLiteral ;
  geo-pos:lat "48.70637"^^xsd:decimal ;
  geo-pos:long "-1.52453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2944'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2944'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52453'^^xsd:double;
  dwc:latitude '48.70637'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52453 48.70637, -1.52453 48.70637, -1.52453 48.70637, -1.52453 48.70637, -1.52453 48.70637))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2944'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66228 -1.52452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66228"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66228 -1.52452)"^^geo:wktLiteral ;
  geo-pos:lat "48.66228"^^xsd:decimal ;
  geo-pos:long "-1.52452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1602'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52452'^^xsd:double;
  dwc:latitude '48.66228'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52452 48.66228, -1.52452 48.66228, -1.52452 48.66228, -1.52452 48.66228, -1.52452 48.66228))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1602'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7178 -1.52452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7178 -1.52452)"^^geo:wktLiteral ;
  geo-pos:lat "48.7178"^^xsd:decimal ;
  geo-pos:long "-1.52452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10415'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52452'^^xsd:double;
  dwc:latitude '48.7178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52452 48.7178, -1.52452 48.7178, -1.52452 48.7178, -1.52452 48.7178, -1.52452 48.7178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10415'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68171 -1.52451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68171"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68171 -1.52451)"^^geo:wktLiteral ;
  geo-pos:lat "48.68171"^^xsd:decimal ;
  geo-pos:long "-1.52451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2630'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52451'^^xsd:double;
  dwc:latitude '48.68171'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52451 48.68171, -1.52451 48.68171, -1.52451 48.68171, -1.52451 48.68171, -1.52451 48.68171))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2630'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_855> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70646 -1.52451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70646 -1.52451)"^^geo:wktLiteral ;
  geo-pos:lat "48.70646"^^xsd:decimal ;
  geo-pos:long "-1.52451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_855'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_855'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52451'^^xsd:double;
  dwc:latitude '48.70646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52451 48.70646, -1.52451 48.70646, -1.52451 48.70646, -1.52451 48.70646, -1.52451 48.70646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_855'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13602> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66542 -1.5245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66542"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66542 -1.5245)"^^geo:wktLiteral ;
  geo-pos:lat "48.66542"^^xsd:decimal ;
  geo-pos:long "-1.5245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13602'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13602'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5245'^^xsd:double;
  dwc:latitude '48.66542'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5245 48.66542, -1.5245 48.66542, -1.5245 48.66542, -1.5245 48.66542, -1.5245 48.66542))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13602'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3506> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.52449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.52449)"^^geo:wktLiteral ;
  geo-pos:lat "48.69222"^^xsd:decimal ;
  geo-pos:long "-1.52449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3506'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3506'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52449'^^xsd:double;
  dwc:latitude '48.69222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52449 48.69222, -1.52449 48.69222, -1.52449 48.69222, -1.52449 48.69222, -1.52449 48.69222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3506'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_782> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6377 -1.52447)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52447"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6377 -1.52447)"^^geo:wktLiteral ;
  geo-pos:lat "48.6377"^^xsd:decimal ;
  geo-pos:long "-1.52447"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_782'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_782'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52447'^^xsd:double;
  dwc:latitude '48.6377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52447 48.6377, -1.52447 48.6377, -1.52447 48.6377, -1.52447 48.6377, -1.52447 48.6377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_782'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64625 -1.52444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64625"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64625 -1.52444)"^^geo:wktLiteral ;
  geo-pos:lat "48.64625"^^xsd:decimal ;
  geo-pos:long "-1.52444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3626'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52444'^^xsd:double;
  dwc:latitude '48.64625'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52444 48.64625, -1.52444 48.64625, -1.52444 48.64625, -1.52444 48.64625, -1.52444 48.64625))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3626'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68411 -1.52442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68411 -1.52442)"^^geo:wktLiteral ;
  geo-pos:lat "48.68411"^^xsd:decimal ;
  geo-pos:long "-1.52442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10475'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52442'^^xsd:double;
  dwc:latitude '48.68411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52442 48.68411, -1.52442 48.68411, -1.52442 48.68411, -1.52442 48.68411, -1.52442 48.68411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10475'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70639 -1.5244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70639 -1.5244)"^^geo:wktLiteral ;
  geo-pos:lat "48.70639"^^xsd:decimal ;
  geo-pos:long "-1.5244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_973'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5244'^^xsd:double;
  dwc:latitude '48.70639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5244 48.70639, -1.5244 48.70639, -1.5244 48.70639, -1.5244 48.70639, -1.5244 48.70639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_973'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70504 -1.52437)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70504"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52437"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70504 -1.52437)"^^geo:wktLiteral ;
  geo-pos:lat "48.70504"^^xsd:decimal ;
  geo-pos:long "-1.52437"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_485'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52437'^^xsd:double;
  dwc:latitude '48.70504'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52437 48.70504, -1.52437 48.70504, -1.52437 48.70504, -1.52437 48.70504, -1.52437 48.70504))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_485'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4152> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70592 -1.52433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70592 -1.52433)"^^geo:wktLiteral ;
  geo-pos:lat "48.70592"^^xsd:decimal ;
  geo-pos:long "-1.52433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4152'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_4152'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52433'^^xsd:double;
  dwc:latitude '48.70592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52433 48.70592, -1.52433 48.70592, -1.52433 48.70592, -1.52433 48.70592, -1.52433 48.70592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4152'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7905> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70721 -1.52432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70721 -1.52432)"^^geo:wktLiteral ;
  geo-pos:lat "48.70721"^^xsd:decimal ;
  geo-pos:long "-1.52432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7905'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7905'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52432'^^xsd:double;
  dwc:latitude '48.70721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52432 48.70721, -1.52432 48.70721, -1.52432 48.70721, -1.52432 48.70721, -1.52432 48.70721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7905'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_713> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70809 -1.52432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70809"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70809 -1.52432)"^^geo:wktLiteral ;
  geo-pos:lat "48.70809"^^xsd:decimal ;
  geo-pos:long "-1.52432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_713'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_713'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52432'^^xsd:double;
  dwc:latitude '48.70809'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52432 48.70809, -1.52432 48.70809, -1.52432 48.70809, -1.52432 48.70809, -1.52432 48.70809))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_713'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71491 -1.52432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71491"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71491 -1.52432)"^^geo:wktLiteral ;
  geo-pos:lat "48.71491"^^xsd:decimal ;
  geo-pos:long "-1.52432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_965'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '13.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52432'^^xsd:double;
  dwc:latitude '48.71491'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52432 48.71491, -1.52432 48.71491, -1.52432 48.71491, -1.52432 48.71491, -1.52432 48.71491))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_965'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68345 -1.52429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68345"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68345 -1.52429)"^^geo:wktLiteral ;
  geo-pos:lat "48.68345"^^xsd:decimal ;
  geo-pos:long "-1.52429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4131'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52429'^^xsd:double;
  dwc:latitude '48.68345'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52429 48.68345, -1.52429 48.68345, -1.52429 48.68345, -1.52429 48.68345, -1.52429 48.68345))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4131'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70639 -1.52426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70639 -1.52426)"^^geo:wktLiteral ;
  geo-pos:lat "48.70639"^^xsd:decimal ;
  geo-pos:long "-1.52426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_564'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52426'^^xsd:double;
  dwc:latitude '48.70639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52426 48.70639, -1.52426 48.70639, -1.52426 48.70639, -1.52426 48.70639, -1.52426 48.70639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_564'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71968 -1.52426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71968 -1.52426)"^^geo:wktLiteral ;
  geo-pos:lat "48.71968"^^xsd:decimal ;
  geo-pos:long "-1.52426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_523'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '18.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52426'^^xsd:double;
  dwc:latitude '48.71968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52426 48.71968, -1.52426 48.71968, -1.52426 48.71968, -1.52426 48.71968, -1.52426 48.71968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_523'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64823 -1.52425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64823 -1.52425)"^^geo:wktLiteral ;
  geo-pos:lat "48.64823"^^xsd:decimal ;
  geo-pos:long "-1.52425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6398'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52425'^^xsd:double;
  dwc:latitude '48.64823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52425 48.64823, -1.52425 48.64823, -1.52425 48.64823, -1.52425 48.64823, -1.52425 48.64823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6398'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70556 -1.52425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70556 -1.52425)"^^geo:wktLiteral ;
  geo-pos:lat "48.70556"^^xsd:decimal ;
  geo-pos:long "-1.52425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_605'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52425'^^xsd:double;
  dwc:latitude '48.70556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52425 48.70556, -1.52425 48.70556, -1.52425 48.70556, -1.52425 48.70556, -1.52425 48.70556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_605'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71045 -1.52425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71045 -1.52425)"^^geo:wktLiteral ;
  geo-pos:lat "48.71045"^^xsd:decimal ;
  geo-pos:long "-1.52425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_6581'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52425'^^xsd:double;
  dwc:latitude '48.71045'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52425 48.71045, -1.52425 48.71045, -1.52425 48.71045, -1.52425 48.71045, -1.52425 48.71045))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6581'^^xsd:string;
  dwc:observationDate '2006-05-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68107 -1.52424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68107"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68107 -1.52424)"^^geo:wktLiteral ;
  geo-pos:lat "48.68107"^^xsd:decimal ;
  geo-pos:long "-1.52424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_4720'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52424'^^xsd:double;
  dwc:latitude '48.68107'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52424 48.68107, -1.52424 48.68107, -1.52424 48.68107, -1.52424 48.68107, -1.52424 48.68107))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4720'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7061 -1.52424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7061 -1.52424)"^^geo:wktLiteral ;
  geo-pos:lat "48.7061"^^xsd:decimal ;
  geo-pos:long "-1.52424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_509'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52424'^^xsd:double;
  dwc:latitude '48.7061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52424 48.7061, -1.52424 48.7061, -1.52424 48.7061, -1.52424 48.7061, -1.52424 48.7061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_509'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70953 -1.52424)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70953"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52424"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70953 -1.52424)"^^geo:wktLiteral ;
  geo-pos:lat "48.70953"^^xsd:decimal ;
  geo-pos:long "-1.52424"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_574'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52424'^^xsd:double;
  dwc:latitude '48.70953'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52424 48.70953, -1.52424 48.70953, -1.52424 48.70953, -1.52424 48.70953, -1.52424 48.70953))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_574'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1019> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70593 -1.52423)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52423"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70593 -1.52423)"^^geo:wktLiteral ;
  geo-pos:lat "48.70593"^^xsd:decimal ;
  geo-pos:long "-1.52423"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1019'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1019'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52423'^^xsd:double;
  dwc:latitude '48.70593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52423 48.70593, -1.52423 48.70593, -1.52423 48.70593, -1.52423 48.70593, -1.52423 48.70593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1019'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3431> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66681 -1.52422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66681 -1.52422)"^^geo:wktLiteral ;
  geo-pos:lat "48.66681"^^xsd:decimal ;
  geo-pos:long "-1.52422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3431'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3431'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52422'^^xsd:double;
  dwc:latitude '48.66681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52422 48.66681, -1.52422 48.66681, -1.52422 48.66681, -1.52422 48.66681, -1.52422 48.66681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3431'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_258> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70606 -1.52422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70606 -1.52422)"^^geo:wktLiteral ;
  geo-pos:lat "48.70606"^^xsd:decimal ;
  geo-pos:long "-1.52422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_258'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_258'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52422'^^xsd:double;
  dwc:latitude '48.70606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52422 48.70606, -1.52422 48.70606, -1.52422 48.70606, -1.52422 48.70606, -1.52422 48.70606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_258'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8324> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6907 -1.52421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6907"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6907 -1.52421)"^^geo:wktLiteral ;
  geo-pos:lat "48.6907"^^xsd:decimal ;
  geo-pos:long "-1.52421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8324'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_8324'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '16'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52421'^^xsd:double;
  dwc:latitude '48.6907'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52421 48.6907, -1.52421 48.6907, -1.52421 48.6907, -1.52421 48.6907, -1.52421 48.6907))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8324'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70601 -1.52421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70601 -1.52421)"^^geo:wktLiteral ;
  geo-pos:lat "48.70601"^^xsd:decimal ;
  geo-pos:long "-1.52421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_483'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '12.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52421'^^xsd:double;
  dwc:latitude '48.70601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52421 48.70601, -1.52421 48.70601, -1.52421 48.70601, -1.52421 48.70601, -1.52421 48.70601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_483'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70539 -1.52419)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70539"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52419"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70539 -1.52419)"^^geo:wktLiteral ;
  geo-pos:lat "48.70539"^^xsd:decimal ;
  geo-pos:long "-1.52419"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_551'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52419'^^xsd:double;
  dwc:latitude '48.70539'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52419 48.70539, -1.52419 48.70539, -1.52419 48.70539, -1.52419 48.70539, -1.52419 48.70539))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_551'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5419> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68922 -1.52415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68922"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68922 -1.52415)"^^geo:wktLiteral ;
  geo-pos:lat "48.68922"^^xsd:decimal ;
  geo-pos:long "-1.52415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5419'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5419'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52415'^^xsd:double;
  dwc:latitude '48.68922'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52415 48.68922, -1.52415 48.68922, -1.52415 48.68922, -1.52415 48.68922, -1.52415 48.68922))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5419'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_849> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70647 -1.52415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70647"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70647 -1.52415)"^^geo:wktLiteral ;
  geo-pos:lat "48.70647"^^xsd:decimal ;
  geo-pos:long "-1.52415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_849'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_849'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52415'^^xsd:double;
  dwc:latitude '48.70647'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52415 48.70647, -1.52415 48.70647, -1.52415 48.70647, -1.52415 48.70647, -1.52415 48.70647))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_849'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68392 -1.52414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68392 -1.52414)"^^geo:wktLiteral ;
  geo-pos:lat "48.68392"^^xsd:decimal ;
  geo-pos:long "-1.52414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_8195'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52414'^^xsd:double;
  dwc:latitude '48.68392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52414 48.68392, -1.52414 48.68392, -1.52414 48.68392, -1.52414 48.68392, -1.52414 48.68392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8195'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70676 -1.52414)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52414"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70676 -1.52414)"^^geo:wktLiteral ;
  geo-pos:lat "48.70676"^^xsd:decimal ;
  geo-pos:long "-1.52414"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_280'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52414'^^xsd:double;
  dwc:latitude '48.70676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52414 48.70676, -1.52414 48.70676, -1.52414 48.70676, -1.52414 48.70676, -1.52414 48.70676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_280'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_856> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70577 -1.52413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70577 -1.52413)"^^geo:wktLiteral ;
  geo-pos:lat "48.70577"^^xsd:decimal ;
  geo-pos:long "-1.52413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_856'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_856'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '0.18333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52413'^^xsd:double;
  dwc:latitude '48.70577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52413 48.70577, -1.52413 48.70577, -1.52413 48.70577, -1.52413 48.70577, -1.52413 48.70577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_856'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3685> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66697 -1.52408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66697 -1.52408)"^^geo:wktLiteral ;
  geo-pos:lat "48.66697"^^xsd:decimal ;
  geo-pos:long "-1.52408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3685'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3685'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52408'^^xsd:double;
  dwc:latitude '48.66697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52408 48.66697, -1.52408 48.66697, -1.52408 48.66697, -1.52408 48.66697, -1.52408 48.66697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3685'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70521 -1.52408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70521 -1.52408)"^^geo:wktLiteral ;
  geo-pos:lat "48.70521"^^xsd:decimal ;
  geo-pos:long "-1.52408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_712'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52408'^^xsd:double;
  dwc:latitude '48.70521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52408 48.70521, -1.52408 48.70521, -1.52408 48.70521, -1.52408 48.70521, -1.52408 48.70521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_712'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6891 -1.52407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6891"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6891 -1.52407)"^^geo:wktLiteral ;
  geo-pos:lat "48.6891"^^xsd:decimal ;
  geo-pos:long "-1.52407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_10520'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52407'^^xsd:double;
  dwc:latitude '48.6891'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52407 48.6891, -1.52407 48.6891, -1.52407 48.6891, -1.52407 48.6891, -1.52407 48.6891))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10520'^^xsd:string;
  dwc:observationDate '2008-04-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70397 -1.52406)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52406"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70397 -1.52406)"^^geo:wktLiteral ;
  geo-pos:lat "48.70397"^^xsd:decimal ;
  geo-pos:long "-1.52406"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2409'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52406'^^xsd:double;
  dwc:latitude '48.70397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52406 48.70397, -1.52406 48.70397, -1.52406 48.70397, -1.52406 48.70397, -1.52406 48.70397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2409'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68749 -1.52405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68749"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68749 -1.52405)"^^geo:wktLiteral ;
  geo-pos:lat "48.68749"^^xsd:decimal ;
  geo-pos:long "-1.52405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8231'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '10.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52405'^^xsd:double;
  dwc:latitude '48.68749'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52405 48.68749, -1.52405 48.68749, -1.52405 48.68749, -1.52405 48.68749, -1.52405 48.68749))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8231'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68855 -1.52405)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52405"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68855 -1.52405)"^^geo:wktLiteral ;
  geo-pos:lat "48.68855"^^xsd:decimal ;
  geo-pos:long "-1.52405"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3264'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52405'^^xsd:double;
  dwc:latitude '48.68855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52405 48.68855, -1.52405 48.68855, -1.52405 48.68855, -1.52405 48.68855, -1.52405 48.68855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3264'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70469 -1.52404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70469 -1.52404)"^^geo:wktLiteral ;
  geo-pos:lat "48.70469"^^xsd:decimal ;
  geo-pos:long "-1.52404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3234'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.53333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52404'^^xsd:double;
  dwc:latitude '48.70469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52404 48.70469, -1.52404 48.70469, -1.52404 48.70469, -1.52404 48.70469, -1.52404 48.70469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3234'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2048> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65971 -1.52403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65971"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65971 -1.52403)"^^geo:wktLiteral ;
  geo-pos:lat "48.65971"^^xsd:decimal ;
  geo-pos:long "-1.52403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2048'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_2048'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '22.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52403'^^xsd:double;
  dwc:latitude '48.65971'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52403 48.65971, -1.52403 48.65971, -1.52403 48.65971, -1.52403 48.65971, -1.52403 48.65971))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2048'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70403 -1.52403)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70403"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52403"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70403 -1.52403)"^^geo:wktLiteral ;
  geo-pos:lat "48.70403"^^xsd:decimal ;
  geo-pos:long "-1.52403"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4965'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52403'^^xsd:double;
  dwc:latitude '48.70403'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52403 48.70403, -1.52403 48.70403, -1.52403 48.70403, -1.52403 48.70403, -1.52403 48.70403))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4965'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70766 -1.52402)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52402"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70766 -1.52402)"^^geo:wktLiteral ;
  geo-pos:lat "48.70766"^^xsd:decimal ;
  geo-pos:long "-1.52402"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3991'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52402'^^xsd:double;
  dwc:latitude '48.70766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52402 48.70766, -1.52402 48.70766, -1.52402 48.70766, -1.52402 48.70766, -1.52402 48.70766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3991'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_708> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70508 -1.52397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70508"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70508 -1.52397)"^^geo:wktLiteral ;
  geo-pos:lat "48.70508"^^xsd:decimal ;
  geo-pos:long "-1.52397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_708'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_708'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52397'^^xsd:double;
  dwc:latitude '48.70508'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52397 48.70508, -1.52397 48.70508, -1.52397 48.70508, -1.52397 48.70508, -1.52397 48.70508))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_708'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_484> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70533 -1.52397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70533"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70533 -1.52397)"^^geo:wktLiteral ;
  geo-pos:lat "48.70533"^^xsd:decimal ;
  geo-pos:long "-1.52397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_484'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_484'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '13.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52397'^^xsd:double;
  dwc:latitude '48.70533'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52397 48.70533, -1.52397 48.70533, -1.52397 48.70533, -1.52397 48.70533, -1.52397 48.70533))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_484'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2319> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6861 -1.52394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6861 -1.52394)"^^geo:wktLiteral ;
  geo-pos:lat "48.6861"^^xsd:decimal ;
  geo-pos:long "-1.52394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2319'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2319'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52394'^^xsd:double;
  dwc:latitude '48.6861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52394 48.6861, -1.52394 48.6861, -1.52394 48.6861, -1.52394 48.6861, -1.52394 48.6861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2319'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68529 -1.52393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68529 -1.52393)"^^geo:wktLiteral ;
  geo-pos:lat "48.68529"^^xsd:decimal ;
  geo-pos:long "-1.52393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_367'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52393'^^xsd:double;
  dwc:latitude '48.68529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52393 48.68529, -1.52393 48.68529, -1.52393 48.68529, -1.52393 48.68529, -1.52393 48.68529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_367'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_375> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68989 -1.5239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68989 -1.5239)"^^geo:wktLiteral ;
  geo-pos:lat "48.68989"^^xsd:decimal ;
  geo-pos:long "-1.5239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_375'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_375'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5239'^^xsd:double;
  dwc:latitude '48.68989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5239 48.68989, -1.5239 48.68989, -1.5239 48.68989, -1.5239 48.68989, -1.5239 48.68989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_375'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_995> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7054 -1.52387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7054"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7054 -1.52387)"^^geo:wktLiteral ;
  geo-pos:lat "48.7054"^^xsd:decimal ;
  geo-pos:long "-1.52387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_995'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_995'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52387'^^xsd:double;
  dwc:latitude '48.7054'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52387 48.7054, -1.52387 48.7054, -1.52387 48.7054, -1.52387 48.7054, -1.52387 48.7054))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_995'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2355> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70689 -1.52387)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52387"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70689 -1.52387)"^^geo:wktLiteral ;
  geo-pos:lat "48.70689"^^xsd:decimal ;
  geo-pos:long "-1.52387"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2355'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2355'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52387'^^xsd:double;
  dwc:latitude '48.70689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52387 48.70689, -1.52387 48.70689, -1.52387 48.70689, -1.52387 48.70689, -1.52387 48.70689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2355'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2939> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.52385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66814"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66814 -1.52385)"^^geo:wktLiteral ;
  geo-pos:lat "48.66814"^^xsd:decimal ;
  geo-pos:long "-1.52385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2939'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2939'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52385'^^xsd:double;
  dwc:latitude '48.66814'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52385 48.66814, -1.52385 48.66814, -1.52385 48.66814, -1.52385 48.66814, -1.52385 48.66814))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2939'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_226> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.706 -1.52385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.706"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.706 -1.52385)"^^geo:wktLiteral ;
  geo-pos:lat "48.706"^^xsd:decimal ;
  geo-pos:long "-1.52385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_226'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_226'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52385'^^xsd:double;
  dwc:latitude '48.706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52385 48.706, -1.52385 48.706, -1.52385 48.706, -1.52385 48.706, -1.52385 48.706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_226'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9817> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7084 -1.52385)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52385"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7084 -1.52385)"^^geo:wktLiteral ;
  geo-pos:lat "48.7084"^^xsd:decimal ;
  geo-pos:long "-1.52385"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9817'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9817'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52385'^^xsd:double;
  dwc:latitude '48.7084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52385 48.7084, -1.52385 48.7084, -1.52385 48.7084, -1.52385 48.7084, -1.52385 48.7084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9817'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7053 -1.52384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7053 -1.52384)"^^geo:wktLiteral ;
  geo-pos:lat "48.7053"^^xsd:decimal ;
  geo-pos:long "-1.52384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2177'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52384'^^xsd:double;
  dwc:latitude '48.7053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52384 48.7053, -1.52384 48.7053, -1.52384 48.7053, -1.52384 48.7053, -1.52384 48.7053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2177'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.52382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70725 -1.52382)"^^geo:wktLiteral ;
  geo-pos:lat "48.70725"^^xsd:decimal ;
  geo-pos:long "-1.52382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_5275'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52382'^^xsd:double;
  dwc:latitude '48.70725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52382 48.70725, -1.52382 48.70725, -1.52382 48.70725, -1.52382 48.70725, -1.52382 48.70725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5275'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70889 -1.52382)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52382"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70889 -1.52382)"^^geo:wktLiteral ;
  geo-pos:lat "48.70889"^^xsd:decimal ;
  geo-pos:long "-1.52382"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_2267'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52382'^^xsd:double;
  dwc:latitude '48.70889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52382 48.70889, -1.52382 48.70889, -1.52382 48.70889, -1.52382 48.70889, -1.52382 48.70889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2267'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7059 -1.52381)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52381"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7059 -1.52381)"^^geo:wktLiteral ;
  geo-pos:lat "48.7059"^^xsd:decimal ;
  geo-pos:long "-1.52381"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_975'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52381'^^xsd:double;
  dwc:latitude '48.7059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52381 48.7059, -1.52381 48.7059, -1.52381 48.7059, -1.52381 48.7059, -1.52381 48.7059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_975'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65247 -1.5238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65247"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65247 -1.5238)"^^geo:wktLiteral ;
  geo-pos:lat "48.65247"^^xsd:decimal ;
  geo-pos:long "-1.5238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3403'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5238'^^xsd:double;
  dwc:latitude '48.65247'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5238 48.65247, -1.5238 48.65247, -1.5238 48.65247, -1.5238 48.65247, -1.5238 48.65247))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3403'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68286 -1.52379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68286 -1.52379)"^^geo:wktLiteral ;
  geo-pos:lat "48.68286"^^xsd:decimal ;
  geo-pos:long "-1.52379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10486'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52379'^^xsd:double;
  dwc:latitude '48.68286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52379 48.68286, -1.52379 48.68286, -1.52379 48.68286, -1.52379 48.68286, -1.52379 48.68286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10486'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2246> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70602 -1.52377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70602"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70602 -1.52377)"^^geo:wktLiteral ;
  geo-pos:lat "48.70602"^^xsd:decimal ;
  geo-pos:long "-1.52377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2246'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_2246'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '14.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52377'^^xsd:double;
  dwc:latitude '48.70602'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52377 48.70602, -1.52377 48.70602, -1.52377 48.70602, -1.52377 48.70602, -1.52377 48.70602))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2246'^^xsd:string;
  dwc:observationDate '2006-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7908> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72069 -1.52377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72069 -1.52377)"^^geo:wktLiteral ;
  geo-pos:lat "48.72069"^^xsd:decimal ;
  geo-pos:long "-1.52377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7908'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7908'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52377'^^xsd:double;
  dwc:latitude '48.72069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52377 48.72069, -1.52377 48.72069, -1.52377 48.72069, -1.52377 48.72069, -1.52377 48.72069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7908'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9818> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71613 -1.52376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71613 -1.52376)"^^geo:wktLiteral ;
  geo-pos:lat "48.71613"^^xsd:decimal ;
  geo-pos:long "-1.52376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9818'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_9818'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '5.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52376'^^xsd:double;
  dwc:latitude '48.71613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52376 48.71613, -1.52376 48.71613, -1.52376 48.71613, -1.52376 48.71613, -1.52376 48.71613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9818'^^xsd:string;
  dwc:observationDate '2008-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_848> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70067 -1.52375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70067"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70067 -1.52375)"^^geo:wktLiteral ;
  geo-pos:lat "48.70067"^^xsd:decimal ;
  geo-pos:long "-1.52375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_848'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_848'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52375'^^xsd:double;
  dwc:latitude '48.70067'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52375 48.70067, -1.52375 48.70067, -1.52375 48.70067, -1.52375 48.70067, -1.52375 48.70067))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_848'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64216 -1.52374)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52374"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64216 -1.52374)"^^geo:wktLiteral ;
  geo-pos:lat "48.64216"^^xsd:decimal ;
  geo-pos:long "-1.52374"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6397'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52374'^^xsd:double;
  dwc:latitude '48.64216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52374 48.64216, -1.52374 48.64216, -1.52374 48.64216, -1.52374 48.64216, -1.52374 48.64216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6397'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1539> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.52372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.52372)"^^geo:wktLiteral ;
  geo-pos:lat "48.68858"^^xsd:decimal ;
  geo-pos:long "-1.52372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1539'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1539'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52372'^^xsd:double;
  dwc:latitude '48.68858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52372 48.68858, -1.52372 48.68858, -1.52372 48.68858, -1.52372 48.68858, -1.52372 48.68858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1539'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6035> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68908 -1.52372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68908"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68908 -1.52372)"^^geo:wktLiteral ;
  geo-pos:lat "48.68908"^^xsd:decimal ;
  geo-pos:long "-1.52372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6035'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6035'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52372'^^xsd:double;
  dwc:latitude '48.68908'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52372 48.68908, -1.52372 48.68908, -1.52372 48.68908, -1.52372 48.68908, -1.52372 48.68908))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6035'^^xsd:string;
  dwc:observationDate '2006-05-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4873> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71182 -1.52372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71182"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71182 -1.52372)"^^geo:wktLiteral ;
  geo-pos:lat "48.71182"^^xsd:decimal ;
  geo-pos:long "-1.52372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4873'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_4873'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '21.666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52372'^^xsd:double;
  dwc:latitude '48.71182'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52372 48.71182, -1.52372 48.71182, -1.52372 48.71182, -1.52372 48.71182, -1.52372 48.71182))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4873'^^xsd:string;
  dwc:observationDate '2006-05-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70555 -1.52371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70555"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70555 -1.52371)"^^geo:wktLiteral ;
  geo-pos:lat "48.70555"^^xsd:decimal ;
  geo-pos:long "-1.52371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_3232'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52371'^^xsd:double;
  dwc:latitude '48.70555'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52371 48.70555, -1.52371 48.70555, -1.52371 48.70555, -1.52371 48.70555, -1.52371 48.70555))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3232'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70789 -1.5237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70789 -1.5237)"^^geo:wktLiteral ;
  geo-pos:lat "48.70789"^^xsd:decimal ;
  geo-pos:long "-1.5237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3238'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5237'^^xsd:double;
  dwc:latitude '48.70789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5237 48.70789, -1.5237 48.70789, -1.5237 48.70789, -1.5237 48.70789, -1.5237 48.70789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3238'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66078 -1.52369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66078"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66078 -1.52369)"^^geo:wktLiteral ;
  geo-pos:lat "48.66078"^^xsd:decimal ;
  geo-pos:long "-1.52369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1601'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52369'^^xsd:double;
  dwc:latitude '48.66078'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52369 48.66078, -1.52369 48.66078, -1.52369 48.66078, -1.52369 48.66078, -1.52369 48.66078))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1601'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70529 -1.52366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70529"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70529 -1.52366)"^^geo:wktLiteral ;
  geo-pos:lat "48.70529"^^xsd:decimal ;
  geo-pos:long "-1.52366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_971'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52366'^^xsd:double;
  dwc:latitude '48.70529'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52366 48.70529, -1.52366 48.70529, -1.52366 48.70529, -1.52366 48.70529, -1.52366 48.70529))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_971'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68268 -1.52361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68268"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68268 -1.52361)"^^geo:wktLiteral ;
  geo-pos:lat "48.68268"^^xsd:decimal ;
  geo-pos:long "-1.52361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_337'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52361'^^xsd:double;
  dwc:latitude '48.68268'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52361 48.68268, -1.52361 48.68268, -1.52361 48.68268, -1.52361 48.68268, -1.52361 48.68268))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_337'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68951 -1.5236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68951"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68951 -1.5236)"^^geo:wktLiteral ;
  geo-pos:lat "48.68951"^^xsd:decimal ;
  geo-pos:long "-1.5236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10485'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5236'^^xsd:double;
  dwc:latitude '48.68951'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5236 48.68951, -1.5236 48.68951, -1.5236 48.68951, -1.5236 48.68951, -1.5236 48.68951))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10485'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9619> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69781 -1.52357)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52357"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69781 -1.52357)"^^geo:wktLiteral ;
  geo-pos:lat "48.69781"^^xsd:decimal ;
  geo-pos:long "-1.52357"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9619'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9619'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52357'^^xsd:double;
  dwc:latitude '48.69781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52357 48.69781, -1.52357 48.69781, -1.52357 48.69781, -1.52357 48.69781, -1.52357 48.69781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9619'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70005 -1.52353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70005 -1.52353)"^^geo:wktLiteral ;
  geo-pos:lat "48.70005"^^xsd:decimal ;
  geo-pos:long "-1.52353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2553'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52353'^^xsd:double;
  dwc:latitude '48.70005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52353 48.70005, -1.52353 48.70005, -1.52353 48.70005, -1.52353 48.70005, -1.52353 48.70005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2553'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70565 -1.52353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70565"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70565 -1.52353)"^^geo:wktLiteral ;
  geo-pos:lat "48.70565"^^xsd:decimal ;
  geo-pos:long "-1.52353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_664'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52353'^^xsd:double;
  dwc:latitude '48.70565'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52353 48.70565, -1.52353 48.70565, -1.52353 48.70565, -1.52353 48.70565, -1.52353 48.70565))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_664'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1852> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7159 -1.52353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7159 -1.52353)"^^geo:wktLiteral ;
  geo-pos:lat "48.7159"^^xsd:decimal ;
  geo-pos:long "-1.52353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1852'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1852'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52353'^^xsd:double;
  dwc:latitude '48.7159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52353 48.7159, -1.52353 48.7159, -1.52353 48.7159, -1.52353 48.7159, -1.52353 48.7159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1852'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2942> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69313 -1.52352)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52352"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69313 -1.52352)"^^geo:wktLiteral ;
  geo-pos:lat "48.69313"^^xsd:decimal ;
  geo-pos:long "-1.52352"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2942'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2942'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52352'^^xsd:double;
  dwc:latitude '48.69313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52352 48.69313, -1.52352 48.69313, -1.52352 48.69313, -1.52352 48.69313, -1.52352 48.69313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2942'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70445 -1.5235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70445 -1.5235)"^^geo:wktLiteral ;
  geo-pos:lat "48.70445"^^xsd:decimal ;
  geo-pos:long "-1.5235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10253'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5235'^^xsd:double;
  dwc:latitude '48.70445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5235 48.70445, -1.5235 48.70445, -1.5235 48.70445, -1.5235 48.70445, -1.5235 48.70445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10253'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9317> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70812 -1.52349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70812 -1.52349)"^^geo:wktLiteral ;
  geo-pos:lat "48.70812"^^xsd:decimal ;
  geo-pos:long "-1.52349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9317'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9317'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '20.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52349'^^xsd:double;
  dwc:latitude '48.70812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52349 48.70812, -1.52349 48.70812, -1.52349 48.70812, -1.52349 48.70812, -1.52349 48.70812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9317'^^xsd:string;
  dwc:observationDate '2008-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2893> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7066 -1.52348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7066"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7066 -1.52348)"^^geo:wktLiteral ;
  geo-pos:lat "48.7066"^^xsd:decimal ;
  geo-pos:long "-1.52348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2893'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_2893'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52348'^^xsd:double;
  dwc:latitude '48.7066'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52348 48.7066, -1.52348 48.7066, -1.52348 48.7066, -1.52348 48.7066, -1.52348 48.7066))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2893'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70863 -1.52345)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52345"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70863 -1.52345)"^^geo:wktLiteral ;
  geo-pos:lat "48.70863"^^xsd:decimal ;
  geo-pos:long "-1.52345"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10416'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52345'^^xsd:double;
  dwc:latitude '48.70863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52345 48.70863, -1.52345 48.70863, -1.52345 48.70863, -1.52345 48.70863, -1.52345 48.70863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10416'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64836 -1.52344)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52344"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64836 -1.52344)"^^geo:wktLiteral ;
  geo-pos:lat "48.64836"^^xsd:decimal ;
  geo-pos:long "-1.52344"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1646'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52344'^^xsd:double;
  dwc:latitude '48.64836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52344 48.64836, -1.52344 48.64836, -1.52344 48.64836, -1.52344 48.64836, -1.52344 48.64836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1646'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1515> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69877 -1.52341)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52341"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69877 -1.52341)"^^geo:wktLiteral ;
  geo-pos:lat "48.69877"^^xsd:decimal ;
  geo-pos:long "-1.52341"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1515'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1515'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52341'^^xsd:double;
  dwc:latitude '48.69877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52341 48.69877, -1.52341 48.69877, -1.52341 48.69877, -1.52341 48.69877, -1.52341 48.69877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1515'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70563 -1.52338)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52338"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70563 -1.52338)"^^geo:wktLiteral ;
  geo-pos:lat "48.70563"^^xsd:decimal ;
  geo-pos:long "-1.52338"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_986'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52338'^^xsd:double;
  dwc:latitude '48.70563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52338 48.70563, -1.52338 48.70563, -1.52338 48.70563, -1.52338 48.70563, -1.52338 48.70563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_986'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1176> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70283 -1.52337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70283"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70283 -1.52337)"^^geo:wktLiteral ;
  geo-pos:lat "48.70283"^^xsd:decimal ;
  geo-pos:long "-1.52337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1176'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1176'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52337'^^xsd:double;
  dwc:latitude '48.70283'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52337 48.70283, -1.52337 48.70283, -1.52337 48.70283, -1.52337 48.70283, -1.52337 48.70283))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1176'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70201 -1.52334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70201 -1.52334)"^^geo:wktLiteral ;
  geo-pos:lat "48.70201"^^xsd:decimal ;
  geo-pos:long "-1.52334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_576'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52334'^^xsd:double;
  dwc:latitude '48.70201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52334 48.70201, -1.52334 48.70201, -1.52334 48.70201, -1.52334 48.70201, -1.52334 48.70201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_576'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10346> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70457 -1.52334)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70457"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52334"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70457 -1.52334)"^^geo:wktLiteral ;
  geo-pos:lat "48.70457"^^xsd:decimal ;
  geo-pos:long "-1.52334"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10346'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_10346'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '0.98333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52334'^^xsd:double;
  dwc:latitude '48.70457'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52334 48.70457, -1.52334 48.70457, -1.52334 48.70457, -1.52334 48.70457, -1.52334 48.70457))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10346'^^xsd:string;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70368 -1.52332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70368"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70368 -1.52332)"^^geo:wktLiteral ;
  geo-pos:lat "48.70368"^^xsd:decimal ;
  geo-pos:long "-1.52332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_2178'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52332'^^xsd:double;
  dwc:latitude '48.70368'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52332 48.70368, -1.52332 48.70368, -1.52332 48.70368, -1.52332 48.70368, -1.52332 48.70368))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2178'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6982 -1.52331)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52331"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6982 -1.52331)"^^geo:wktLiteral ;
  geo-pos:lat "48.6982"^^xsd:decimal ;
  geo-pos:long "-1.52331"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1308'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52331'^^xsd:double;
  dwc:latitude '48.6982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52331 48.6982, -1.52331 48.6982, -1.52331 48.6982, -1.52331 48.6982, -1.52331 48.6982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1308'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70058 -1.5233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70058"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70058 -1.5233)"^^geo:wktLiteral ;
  geo-pos:lat "48.70058"^^xsd:decimal ;
  geo-pos:long "-1.5233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_663'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5233'^^xsd:double;
  dwc:latitude '48.70058'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5233 48.70058, -1.5233 48.70058, -1.5233 48.70058, -1.5233 48.70058, -1.5233 48.70058))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_663'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10254> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70492 -1.5233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70492"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70492 -1.5233)"^^geo:wktLiteral ;
  geo-pos:lat "48.70492"^^xsd:decimal ;
  geo-pos:long "-1.5233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10254'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10254'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '11.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5233'^^xsd:double;
  dwc:latitude '48.70492'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5233 48.70492, -1.5233 48.70492, -1.5233 48.70492, -1.5233 48.70492, -1.5233 48.70492))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10254'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70872 -1.52329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70872"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70872 -1.52329)"^^geo:wktLiteral ;
  geo-pos:lat "48.70872"^^xsd:decimal ;
  geo-pos:long "-1.52329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3237'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52329'^^xsd:double;
  dwc:latitude '48.70872'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52329 48.70872, -1.52329 48.70872, -1.52329 48.70872, -1.52329 48.70872, -1.52329 48.70872))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3237'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7906> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71307 -1.52328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71307"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71307 -1.52328)"^^geo:wktLiteral ;
  geo-pos:lat "48.71307"^^xsd:decimal ;
  geo-pos:long "-1.52328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7906'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7906'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52328'^^xsd:double;
  dwc:latitude '48.71307'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52328 48.71307, -1.52328 48.71307, -1.52328 48.71307, -1.52328 48.71307, -1.52328 48.71307))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7906'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70297 -1.52327)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52327"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70297 -1.52327)"^^geo:wktLiteral ;
  geo-pos:lat "48.70297"^^xsd:decimal ;
  geo-pos:long "-1.52327"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2651'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52327'^^xsd:double;
  dwc:latitude '48.70297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52327 48.70297, -1.52327 48.70297, -1.52327 48.70297, -1.52327 48.70297, -1.52327 48.70297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2651'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68303 -1.52326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68303 -1.52326)"^^geo:wktLiteral ;
  geo-pos:lat "48.68303"^^xsd:decimal ;
  geo-pos:long "-1.52326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3505'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '19.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52326'^^xsd:double;
  dwc:latitude '48.68303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52326 48.68303, -1.52326 48.68303, -1.52326 48.68303, -1.52326 48.68303, -1.52326 48.68303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3505'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69235 -1.52323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69235"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69235 -1.52323)"^^geo:wktLiteral ;
  geo-pos:lat "48.69235"^^xsd:decimal ;
  geo-pos:long "-1.52323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_5232'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52323'^^xsd:double;
  dwc:latitude '48.69235'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52323 48.69235, -1.52323 48.69235, -1.52323 48.69235, -1.52323 48.69235, -1.52323 48.69235))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5232'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71724 -1.52323)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52323"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71724 -1.52323)"^^geo:wktLiteral ;
  geo-pos:lat "48.71724"^^xsd:decimal ;
  geo-pos:long "-1.52323"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_8408'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52323'^^xsd:double;
  dwc:latitude '48.71724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52323 48.71724, -1.52323 48.71724, -1.52323 48.71724, -1.52323 48.71724, -1.52323 48.71724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8408'^^xsd:string;
  dwc:observationDate '2007-12-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70271 -1.52322)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70271"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52322"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70271 -1.52322)"^^geo:wktLiteral ;
  geo-pos:lat "48.70271"^^xsd:decimal ;
  geo-pos:long "-1.52322"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_579'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52322'^^xsd:double;
  dwc:latitude '48.70271'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52322 48.70271, -1.52322 48.70271, -1.52322 48.70271, -1.52322 48.70271, -1.52322 48.70271))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_579'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65091 -1.52321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65091 -1.52321)"^^geo:wktLiteral ;
  geo-pos:lat "48.65091"^^xsd:decimal ;
  geo-pos:long "-1.52321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2008'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52321'^^xsd:double;
  dwc:latitude '48.65091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52321 48.65091, -1.52321 48.65091, -1.52321 48.65091, -1.52321 48.65091, -1.52321 48.65091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2008'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_838> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70586 -1.52321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70586"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70586 -1.52321)"^^geo:wktLiteral ;
  geo-pos:lat "48.70586"^^xsd:decimal ;
  geo-pos:long "-1.52321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_838'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_838'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52321'^^xsd:double;
  dwc:latitude '48.70586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52321 48.70586, -1.52321 48.70586, -1.52321 48.70586, -1.52321 48.70586, -1.52321 48.70586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_838'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70481 -1.5232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70481"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70481 -1.5232)"^^geo:wktLiteral ;
  geo-pos:lat "48.70481"^^xsd:decimal ;
  geo-pos:long "-1.5232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3235'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5232'^^xsd:double;
  dwc:latitude '48.70481'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5232 48.70481, -1.5232 48.70481, -1.5232 48.70481, -1.5232 48.70481, -1.5232 48.70481))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3235'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68824 -1.52318)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52318"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68824 -1.52318)"^^geo:wktLiteral ;
  geo-pos:lat "48.68824"^^xsd:decimal ;
  geo-pos:long "-1.52318"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3357'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52318'^^xsd:double;
  dwc:latitude '48.68824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52318 48.68824, -1.52318 48.68824, -1.52318 48.68824, -1.52318 48.68824, -1.52318 48.68824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3357'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3747> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66464 -1.52314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66464 -1.52314)"^^geo:wktLiteral ;
  geo-pos:lat "48.66464"^^xsd:decimal ;
  geo-pos:long "-1.52314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3747'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3747'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52314'^^xsd:double;
  dwc:latitude '48.66464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52314 48.66464, -1.52314 48.66464, -1.52314 48.66464, -1.52314 48.66464, -1.52314 48.66464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3747'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71498 -1.52314)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52314"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71498 -1.52314)"^^geo:wktLiteral ;
  geo-pos:lat "48.71498"^^xsd:decimal ;
  geo-pos:long "-1.52314"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_7227'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52314'^^xsd:double;
  dwc:latitude '48.71498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52314 48.71498, -1.52314 48.71498, -1.52314 48.71498, -1.52314 48.71498, -1.52314 48.71498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7227'^^xsd:string;
  dwc:observationDate '2006-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3726> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68982 -1.52312)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52312"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68982 -1.52312)"^^geo:wktLiteral ;
  geo-pos:lat "48.68982"^^xsd:decimal ;
  geo-pos:long "-1.52312"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3726'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3726'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52312'^^xsd:double;
  dwc:latitude '48.68982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52312 48.68982, -1.52312 48.68982, -1.52312 48.68982, -1.52312 48.68982, -1.52312 48.68982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3726'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64739 -1.52311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64739 -1.52311)"^^geo:wktLiteral ;
  geo-pos:lat "48.64739"^^xsd:decimal ;
  geo-pos:long "-1.52311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2007'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '22.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52311'^^xsd:double;
  dwc:latitude '48.64739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52311 48.64739, -1.52311 48.64739, -1.52311 48.64739, -1.52311 48.64739, -1.52311 48.64739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2007'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1471> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68883 -1.52307)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68883"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52307"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68883 -1.52307)"^^geo:wktLiteral ;
  geo-pos:lat "48.68883"^^xsd:decimal ;
  geo-pos:long "-1.52307"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1471'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1471'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52307'^^xsd:double;
  dwc:latitude '48.68883'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52307 48.68883, -1.52307 48.68883, -1.52307 48.68883, -1.52307 48.68883, -1.52307 48.68883))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1471'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63925 -1.52302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63925 -1.52302)"^^geo:wktLiteral ;
  geo-pos:lat "48.63925"^^xsd:decimal ;
  geo-pos:long "-1.52302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1738'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52302'^^xsd:double;
  dwc:latitude '48.63925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52302 48.63925, -1.52302 48.63925, -1.52302 48.63925, -1.52302 48.63925, -1.52302 48.63925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1738'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71544 -1.52302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71544 -1.52302)"^^geo:wktLiteral ;
  geo-pos:lat "48.71544"^^xsd:decimal ;
  geo-pos:long "-1.52302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_9557'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '8.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52302'^^xsd:double;
  dwc:latitude '48.71544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52302 48.71544, -1.52302 48.71544, -1.52302 48.71544, -1.52302 48.71544, -1.52302 48.71544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9557'^^xsd:string;
  dwc:observationDate '2008-02-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70474 -1.523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70474 -1.523)"^^geo:wktLiteral ;
  geo-pos:lat "48.70474"^^xsd:decimal ;
  geo-pos:long "-1.523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_709'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.523'^^xsd:double;
  dwc:latitude '48.70474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.523 48.70474, -1.523 48.70474, -1.523 48.70474, -1.523 48.70474, -1.523 48.70474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_709'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70502 -1.523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70502 -1.523)"^^geo:wktLiteral ;
  geo-pos:lat "48.70502"^^xsd:decimal ;
  geo-pos:long "-1.523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_552'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.523'^^xsd:double;
  dwc:latitude '48.70502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.523 48.70502, -1.523 48.70502, -1.523 48.70502, -1.523 48.70502, -1.523 48.70502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_552'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71607 -1.523)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.523"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71607 -1.523)"^^geo:wktLiteral ;
  geo-pos:lat "48.71607"^^xsd:decimal ;
  geo-pos:long "-1.523"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_9597'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.523'^^xsd:double;
  dwc:latitude '48.71607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.523 48.71607, -1.523 48.71607, -1.523 48.71607, -1.523 48.71607, -1.523 48.71607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9597'^^xsd:string;
  dwc:observationDate '2008-02-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11172> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63918 -1.52298)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63918"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52298"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63918 -1.52298)"^^geo:wktLiteral ;
  geo-pos:lat "48.63918"^^xsd:decimal ;
  geo-pos:long "-1.52298"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11172'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11172'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52298'^^xsd:double;
  dwc:latitude '48.63918'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52298 48.63918, -1.52298 48.63918, -1.52298 48.63918, -1.52298 48.63918, -1.52298 48.63918))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11172'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1031> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70435 -1.52297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70435 -1.52297)"^^geo:wktLiteral ;
  geo-pos:lat "48.70435"^^xsd:decimal ;
  geo-pos:long "-1.52297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1031'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1031'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52297'^^xsd:double;
  dwc:latitude '48.70435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52297 48.70435, -1.52297 48.70435, -1.52297 48.70435, -1.52297 48.70435, -1.52297 48.70435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1031'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70512 -1.52297)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70512"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52297"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70512 -1.52297)"^^geo:wktLiteral ;
  geo-pos:lat "48.70512"^^xsd:decimal ;
  geo-pos:long "-1.52297"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3236'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52297'^^xsd:double;
  dwc:latitude '48.70512'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52297 48.70512, -1.52297 48.70512, -1.52297 48.70512, -1.52297 48.70512, -1.52297 48.70512))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3236'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70578 -1.52296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70578 -1.52296)"^^geo:wktLiteral ;
  geo-pos:lat "48.70578"^^xsd:decimal ;
  geo-pos:long "-1.52296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_853'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52296'^^xsd:double;
  dwc:latitude '48.70578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52296 48.70578, -1.52296 48.70578, -1.52296 48.70578, -1.52296 48.70578, -1.52296 48.70578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_853'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_237> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70606 -1.52295)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70606"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52295"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70606 -1.52295)"^^geo:wktLiteral ;
  geo-pos:lat "48.70606"^^xsd:decimal ;
  geo-pos:long "-1.52295"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_237'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_237'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52295'^^xsd:double;
  dwc:latitude '48.70606'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52295 48.70606, -1.52295 48.70606, -1.52295 48.70606, -1.52295 48.70606, -1.52295 48.70606))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_237'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_854> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70612 -1.52294)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52294"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70612 -1.52294)"^^geo:wktLiteral ;
  geo-pos:lat "48.70612"^^xsd:decimal ;
  geo-pos:long "-1.52294"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_854'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_854'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52294'^^xsd:double;
  dwc:latitude '48.70612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52294 48.70612, -1.52294 48.70612, -1.52294 48.70612, -1.52294 48.70612, -1.52294 48.70612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_854'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6067> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67625 -1.52293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67625"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67625 -1.52293)"^^geo:wktLiteral ;
  geo-pos:lat "48.67625"^^xsd:decimal ;
  geo-pos:long "-1.52293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6067'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_6067'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52293'^^xsd:double;
  dwc:latitude '48.67625'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52293 48.67625, -1.52293 48.67625, -1.52293 48.67625, -1.52293 48.67625, -1.52293 48.67625))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6067'^^xsd:string;
  dwc:observationDate '2006-05-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68888 -1.52293)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52293"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68888 -1.52293)"^^geo:wktLiteral ;
  geo-pos:lat "48.68888"^^xsd:decimal ;
  geo-pos:long "-1.52293"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_4402'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52293'^^xsd:double;
  dwc:latitude '48.68888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52293 48.68888, -1.52293 48.68888, -1.52293 48.68888, -1.52293 48.68888, -1.52293 48.68888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4402'^^xsd:string;
  dwc:observationDate '2006-04-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5912> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71101 -1.52291)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52291"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71101 -1.52291)"^^geo:wktLiteral ;
  geo-pos:lat "48.71101"^^xsd:decimal ;
  geo-pos:long "-1.52291"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5912'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5912'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52291'^^xsd:double;
  dwc:latitude '48.71101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52291 48.71101, -1.52291 48.71101, -1.52291 48.71101, -1.52291 48.71101, -1.52291 48.71101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5912'^^xsd:string;
  dwc:observationDate '2006-05-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65328 -1.5229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65328 -1.5229)"^^geo:wktLiteral ;
  geo-pos:lat "48.65328"^^xsd:decimal ;
  geo-pos:long "-1.5229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13722'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5229'^^xsd:double;
  dwc:latitude '48.65328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5229 48.65328, -1.5229 48.65328, -1.5229 48.65328, -1.5229 48.65328, -1.5229 48.65328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13722'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68781 -1.5229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68781 -1.5229)"^^geo:wktLiteral ;
  geo-pos:lat "48.68781"^^xsd:decimal ;
  geo-pos:long "-1.5229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1069'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5229'^^xsd:double;
  dwc:latitude '48.68781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5229 48.68781, -1.5229 48.68781, -1.5229 48.68781, -1.5229 48.68781, -1.5229 48.68781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1069'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_238> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7036 -1.5229)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5229"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7036 -1.5229)"^^geo:wktLiteral ;
  geo-pos:lat "48.7036"^^xsd:decimal ;
  geo-pos:long "-1.5229"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_238'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_238'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '5.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5229'^^xsd:double;
  dwc:latitude '48.7036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5229 48.7036, -1.5229 48.7036, -1.5229 48.7036, -1.5229 48.7036, -1.5229 48.7036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_238'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.705 -1.52288)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.705"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52288"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.705 -1.52288)"^^geo:wktLiteral ;
  geo-pos:lat "48.705"^^xsd:decimal ;
  geo-pos:long "-1.52288"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_972'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52288'^^xsd:double;
  dwc:latitude '48.705'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52288 48.705, -1.52288 48.705, -1.52288 48.705, -1.52288 48.705, -1.52288 48.705))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_972'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.646 -1.52287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.646"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.646 -1.52287)"^^geo:wktLiteral ;
  geo-pos:lat "48.646"^^xsd:decimal ;
  geo-pos:long "-1.52287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1647'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52287'^^xsd:double;
  dwc:latitude '48.646'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52287 48.646, -1.52287 48.646, -1.52287 48.646, -1.52287 48.646, -1.52287 48.646))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1647'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2384> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7088 -1.52287)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7088"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52287"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7088 -1.52287)"^^geo:wktLiteral ;
  geo-pos:lat "48.7088"^^xsd:decimal ;
  geo-pos:long "-1.52287"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2384'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2384'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52287'^^xsd:double;
  dwc:latitude '48.7088'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52287 48.7088, -1.52287 48.7088, -1.52287 48.7088, -1.52287 48.7088, -1.52287 48.7088))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2384'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6923 -1.52286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6923"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6923 -1.52286)"^^geo:wktLiteral ;
  geo-pos:lat "48.6923"^^xsd:decimal ;
  geo-pos:long "-1.52286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5393'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52286'^^xsd:double;
  dwc:latitude '48.6923'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52286 48.6923, -1.52286 48.6923, -1.52286 48.6923, -1.52286 48.6923, -1.52286 48.6923))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5393'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6418 -1.52285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6418 -1.52285)"^^geo:wktLiteral ;
  geo-pos:lat "48.6418"^^xsd:decimal ;
  geo-pos:long "-1.52285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6396'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52285'^^xsd:double;
  dwc:latitude '48.6418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52285 48.6418, -1.52285 48.6418, -1.52285 48.6418, -1.52285 48.6418, -1.52285 48.6418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6396'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7907> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72154 -1.52285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72154"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72154 -1.52285)"^^geo:wktLiteral ;
  geo-pos:lat "48.72154"^^xsd:decimal ;
  geo-pos:long "-1.52285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7907'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_7907'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52285'^^xsd:double;
  dwc:latitude '48.72154'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52285 48.72154, -1.52285 48.72154, -1.52285 48.72154, -1.52285 48.72154, -1.52285 48.72154))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7907'^^xsd:string;
  dwc:observationDate '2007-11-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70458 -1.52284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70458 -1.52284)"^^geo:wktLiteral ;
  geo-pos:lat "48.70458"^^xsd:decimal ;
  geo-pos:long "-1.52284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_710'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52284'^^xsd:double;
  dwc:latitude '48.70458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52284 48.70458, -1.52284 48.70458, -1.52284 48.70458, -1.52284 48.70458, -1.52284 48.70458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_710'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64996 -1.52283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64996"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_75>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64996 -1.52283)"^^geo:wktLiteral ;
  geo-pos:lat "48.64996"^^xsd:decimal ;
  geo-pos:long "-1.52283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_75'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_75'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52283'^^xsd:double;
  dwc:latitude '48.64996'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52283 48.64996, -1.52283 48.64996, -1.52283 48.64996, -1.52283 48.64996, -1.52283 48.64996))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_75'^^xsd:string;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65338 -1.52282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65338"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65338 -1.52282)"^^geo:wktLiteral ;
  geo-pos:lat "48.65338"^^xsd:decimal ;
  geo-pos:long "-1.52282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_13723'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52282'^^xsd:double;
  dwc:latitude '48.65338'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52282 48.65338, -1.52282 48.65338, -1.52282 48.65338, -1.52282 48.65338, -1.52282 48.65338))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13723'^^xsd:string;
  dwc:observationDate '2008-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10247> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69079 -1.52281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69079"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69079 -1.52281)"^^geo:wktLiteral ;
  geo-pos:lat "48.69079"^^xsd:decimal ;
  geo-pos:long "-1.52281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10247'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_10247'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52281'^^xsd:double;
  dwc:latitude '48.69079'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52281 48.69079, -1.52281 48.69079, -1.52281 48.69079, -1.52281 48.69079, -1.52281 48.69079))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10247'^^xsd:string;
  dwc:observationDate '2008-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65332 -1.5228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65332"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65332 -1.5228)"^^geo:wktLiteral ;
  geo-pos:lat "48.65332"^^xsd:decimal ;
  geo-pos:long "-1.5228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13720'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5228'^^xsd:double;
  dwc:latitude '48.65332'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5228 48.65332, -1.5228 48.65332, -1.5228 48.65332, -1.5228 48.65332, -1.5228 48.65332))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13720'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_732> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71633 -1.5228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71633 -1.5228)"^^geo:wktLiteral ;
  geo-pos:lat "48.71633"^^xsd:decimal ;
  geo-pos:long "-1.5228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_732'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_732'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '9.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5228'^^xsd:double;
  dwc:latitude '48.71633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5228 48.71633, -1.5228 48.71633, -1.5228 48.71633, -1.5228 48.71633, -1.5228 48.71633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_732'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1038> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6985 -1.52279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6985"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6985 -1.52279)"^^geo:wktLiteral ;
  geo-pos:lat "48.6985"^^xsd:decimal ;
  geo-pos:long "-1.52279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1038'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1038'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '6.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52279'^^xsd:double;
  dwc:latitude '48.6985'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52279 48.6985, -1.52279 48.6985, -1.52279 48.6985, -1.52279 48.6985, -1.52279 48.6985))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1038'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_895> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70101 -1.52279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70101"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70101 -1.52279)"^^geo:wktLiteral ;
  geo-pos:lat "48.70101"^^xsd:decimal ;
  geo-pos:long "-1.52279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_895'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_895'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52279'^^xsd:double;
  dwc:latitude '48.70101'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52279 48.70101, -1.52279 48.70101, -1.52279 48.70101, -1.52279 48.70101, -1.52279 48.70101))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_895'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.52278)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52278"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.52278)"^^geo:wktLiteral ;
  geo-pos:lat "48.69764"^^xsd:decimal ;
  geo-pos:long "-1.52278"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_2451'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52278'^^xsd:double;
  dwc:latitude '48.69764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52278 48.69764, -1.52278 48.69764, -1.52278 48.69764, -1.52278 48.69764, -1.52278 48.69764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2451'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_227> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7042 -1.52277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7042 -1.52277)"^^geo:wktLiteral ;
  geo-pos:lat "48.7042"^^xsd:decimal ;
  geo-pos:long "-1.52277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_227'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_227'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '16.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52277'^^xsd:double;
  dwc:latitude '48.7042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52277 48.7042, -1.52277 48.7042, -1.52277 48.7042, -1.52277 48.7042, -1.52277 48.7042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_227'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70557 -1.52274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70557"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70557 -1.52274)"^^geo:wktLiteral ;
  geo-pos:lat "48.70557"^^xsd:decimal ;
  geo-pos:long "-1.52274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_969'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52274'^^xsd:double;
  dwc:latitude '48.70557'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52274 48.70557, -1.52274 48.70557, -1.52274 48.70557, -1.52274 48.70557, -1.52274 48.70557))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_969'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_616> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70825 -1.52274)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70825"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52274"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70825 -1.52274)"^^geo:wktLiteral ;
  geo-pos:lat "48.70825"^^xsd:decimal ;
  geo-pos:long "-1.52274"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_616'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_616'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52274'^^xsd:double;
  dwc:latitude '48.70825'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52274 48.70825, -1.52274 48.70825, -1.52274 48.70825, -1.52274 48.70825, -1.52274 48.70825))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_616'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_251> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70618 -1.52273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70618 -1.52273)"^^geo:wktLiteral ;
  geo-pos:lat "48.70618"^^xsd:decimal ;
  geo-pos:long "-1.52273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_251'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_251'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52273'^^xsd:double;
  dwc:latitude '48.70618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52273 48.70618, -1.52273 48.70618, -1.52273 48.70618, -1.52273 48.70618, -1.52273 48.70618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_251'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3509> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70249 -1.52272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70249"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70249 -1.52272)"^^geo:wktLiteral ;
  geo-pos:lat "48.70249"^^xsd:decimal ;
  geo-pos:long "-1.52272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3509'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3509'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '22.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52272'^^xsd:double;
  dwc:latitude '48.70249'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52272 48.70249, -1.52272 48.70249, -1.52272 48.70249, -1.52272 48.70249, -1.52272 48.70249))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3509'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2491> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70572 -1.52271)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70572"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52271"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70572 -1.52271)"^^geo:wktLiteral ;
  geo-pos:lat "48.70572"^^xsd:decimal ;
  geo-pos:long "-1.52271"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2491'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2491'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52271'^^xsd:double;
  dwc:latitude '48.70572'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52271 48.70572, -1.52271 48.70572, -1.52271 48.70572, -1.52271 48.70572, -1.52271 48.70572))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2491'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11438> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65091 -1.5227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65091"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65091 -1.5227)"^^geo:wktLiteral ;
  geo-pos:lat "48.65091"^^xsd:decimal ;
  geo-pos:long "-1.5227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11438'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11438'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '2.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5227'^^xsd:double;
  dwc:latitude '48.65091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5227 48.65091, -1.5227 48.65091, -1.5227 48.65091, -1.5227 48.65091, -1.5227 48.65091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11438'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70036 -1.5227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70036"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70036 -1.5227)"^^geo:wktLiteral ;
  geo-pos:lat "48.70036"^^xsd:decimal ;
  geo-pos:long "-1.5227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2659'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '1.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5227'^^xsd:double;
  dwc:latitude '48.70036'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5227 48.70036, -1.5227 48.70036, -1.5227 48.70036, -1.5227 48.70036, -1.5227 48.70036))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2659'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7045 -1.5227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7045"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7045 -1.5227)"^^geo:wktLiteral ;
  geo-pos:lat "48.7045"^^xsd:decimal ;
  geo-pos:long "-1.5227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_204'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5227'^^xsd:double;
  dwc:latitude '48.7045'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5227 48.7045, -1.5227 48.7045, -1.5227 48.7045, -1.5227 48.7045, -1.5227 48.7045))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_204'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70469 -1.5227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70469"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70469 -1.5227)"^^geo:wktLiteral ;
  geo-pos:lat "48.70469"^^xsd:decimal ;
  geo-pos:long "-1.5227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_970'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5227'^^xsd:double;
  dwc:latitude '48.70469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5227 48.70469, -1.5227 48.70469, -1.5227 48.70469, -1.5227 48.70469, -1.5227 48.70469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_970'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5418> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68661 -1.52269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68661 -1.52269)"^^geo:wktLiteral ;
  geo-pos:lat "48.68661"^^xsd:decimal ;
  geo-pos:long "-1.52269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5418'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5418'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52269'^^xsd:double;
  dwc:latitude '48.68661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52269 48.68661, -1.52269 48.68661, -1.52269 48.68661, -1.52269 48.68661, -1.52269 48.68661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5418'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1030> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70468 -1.52269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70468 -1.52269)"^^geo:wktLiteral ;
  geo-pos:lat "48.70468"^^xsd:decimal ;
  geo-pos:long "-1.52269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1030'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1030'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52269'^^xsd:double;
  dwc:latitude '48.70468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52269 48.70468, -1.52269 48.70468, -1.52269 48.70468, -1.52269 48.70468, -1.52269 48.70468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1030'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7042 -1.52267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7042 -1.52267)"^^geo:wktLiteral ;
  geo-pos:lat "48.7042"^^xsd:decimal ;
  geo-pos:long "-1.52267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_279'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52267'^^xsd:double;
  dwc:latitude '48.7042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52267 48.7042, -1.52267 48.7042, -1.52267 48.7042, -1.52267 48.7042, -1.52267 48.7042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_279'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68227 -1.52265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68227 -1.52265)"^^geo:wktLiteral ;
  geo-pos:lat "48.68227"^^xsd:decimal ;
  geo-pos:long "-1.52265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4410'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52265'^^xsd:double;
  dwc:latitude '48.68227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52265 48.68227, -1.52265 48.68227, -1.52265 48.68227, -1.52265 48.68227, -1.52265 48.68227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4410'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70493 -1.52264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70493"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70493 -1.52264)"^^geo:wktLiteral ;
  geo-pos:lat "48.70493"^^xsd:decimal ;
  geo-pos:long "-1.52264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1556'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52264'^^xsd:double;
  dwc:latitude '48.70493'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52264 48.70493, -1.52264 48.70493, -1.52264 48.70493, -1.52264 48.70493, -1.52264 48.70493))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1556'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71016 -1.52264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71016 -1.52264)"^^geo:wktLiteral ;
  geo-pos:lat "48.71016"^^xsd:decimal ;
  geo-pos:long "-1.52264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2495'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52264'^^xsd:double;
  dwc:latitude '48.71016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52264 48.71016, -1.52264 48.71016, -1.52264 48.71016, -1.52264 48.71016, -1.52264 48.71016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2495'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64805 -1.52262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64805"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64805 -1.52262)"^^geo:wktLiteral ;
  geo-pos:lat "48.64805"^^xsd:decimal ;
  geo-pos:long "-1.52262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_6832'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52262'^^xsd:double;
  dwc:latitude '48.64805'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52262 48.64805, -1.52262 48.64805, -1.52262 48.64805, -1.52262 48.64805, -1.52262 48.64805))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6832'^^xsd:string;
  dwc:observationDate '2006-06-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67766 -1.52262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67766"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67766 -1.52262)"^^geo:wktLiteral ;
  geo-pos:lat "48.67766"^^xsd:decimal ;
  geo-pos:long "-1.52262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13600'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '8.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52262'^^xsd:double;
  dwc:latitude '48.67766'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52262 48.67766, -1.52262 48.67766, -1.52262 48.67766, -1.52262 48.67766, -1.52262 48.67766))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13600'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_287> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69201 -1.52262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69201"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69201 -1.52262)"^^geo:wktLiteral ;
  geo-pos:lat "48.69201"^^xsd:decimal ;
  geo-pos:long "-1.52262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_287'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_287'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52262'^^xsd:double;
  dwc:latitude '48.69201'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52262 48.69201, -1.52262 48.69201, -1.52262 48.69201, -1.52262 48.69201, -1.52262 48.69201))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_287'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_990> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70527 -1.52262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70527"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70527 -1.52262)"^^geo:wktLiteral ;
  geo-pos:lat "48.70527"^^xsd:decimal ;
  geo-pos:long "-1.52262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_990'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_990'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52262'^^xsd:double;
  dwc:latitude '48.70527'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52262 48.70527, -1.52262 48.70527, -1.52262 48.70527, -1.52262 48.70527, -1.52262 48.70527))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_990'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4920> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7015 -1.5226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7015"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5226"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7015 -1.5226)"^^geo:wktLiteral ;
  geo-pos:lat "48.7015"^^xsd:decimal ;
  geo-pos:long "-1.5226"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4920'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4920'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5226'^^xsd:double;
  dwc:latitude '48.7015'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5226 48.7015, -1.5226 48.7015, -1.5226 48.7015, -1.5226 48.7015, -1.5226 48.7015))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4920'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69109 -1.52259)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52259"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69109 -1.52259)"^^geo:wktLiteral ;
  geo-pos:lat "48.69109"^^xsd:decimal ;
  geo-pos:long "-1.52259"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2989'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52259'^^xsd:double;
  dwc:latitude '48.69109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52259 48.69109, -1.52259 48.69109, -1.52259 48.69109, -1.52259 48.69109, -1.52259 48.69109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2989'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65994 -1.52258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65994"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65994 -1.52258)"^^geo:wktLiteral ;
  geo-pos:lat "48.65994"^^xsd:decimal ;
  geo-pos:long "-1.52258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_11056'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '16.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52258'^^xsd:double;
  dwc:latitude '48.65994'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52258 48.65994, -1.52258 48.65994, -1.52258 48.65994, -1.52258 48.65994, -1.52258 48.65994))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11056'^^xsd:string;
  dwc:observationDate '2007-11-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69297 -1.52258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69297"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69297 -1.52258)"^^geo:wktLiteral ;
  geo-pos:lat "48.69297"^^xsd:decimal ;
  geo-pos:long "-1.52258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2391'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52258'^^xsd:double;
  dwc:latitude '48.69297'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52258 48.69297, -1.52258 48.69297, -1.52258 48.69297, -1.52258 48.69297, -1.52258 48.69297))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2391'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_225> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.52258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70582"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70582 -1.52258)"^^geo:wktLiteral ;
  geo-pos:lat "48.70582"^^xsd:decimal ;
  geo-pos:long "-1.52258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_225'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_225'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52258'^^xsd:double;
  dwc:latitude '48.70582'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52258 48.70582, -1.52258 48.70582, -1.52258 48.70582, -1.52258 48.70582, -1.52258 48.70582))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_225'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70367 -1.52255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70367"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70367 -1.52255)"^^geo:wktLiteral ;
  geo-pos:lat "48.70367"^^xsd:decimal ;
  geo-pos:long "-1.52255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_391'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52255'^^xsd:double;
  dwc:latitude '48.70367'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52255 48.70367, -1.52255 48.70367, -1.52255 48.70367, -1.52255 48.70367, -1.52255 48.70367))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_391'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1500> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68874 -1.52253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68874"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68874 -1.52253)"^^geo:wktLiteral ;
  geo-pos:lat "48.68874"^^xsd:decimal ;
  geo-pos:long "-1.52253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1500'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1500'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52253'^^xsd:double;
  dwc:latitude '48.68874'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52253 48.68874, -1.52253 48.68874, -1.52253 48.68874, -1.52253 48.68874, -1.52253 48.68874))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1500'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9867> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68781 -1.5225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68781 -1.5225)"^^geo:wktLiteral ;
  geo-pos:lat "48.68781"^^xsd:decimal ;
  geo-pos:long "-1.5225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9867'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9867'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5225'^^xsd:double;
  dwc:latitude '48.68781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5225 48.68781, -1.5225 48.68781, -1.5225 48.68781, -1.5225 48.68781, -1.5225 48.68781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9867'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70378 -1.52249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70378"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70378 -1.52249)"^^geo:wktLiteral ;
  geo-pos:lat "48.70378"^^xsd:decimal ;
  geo-pos:long "-1.52249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_252'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52249'^^xsd:double;
  dwc:latitude '48.70378'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52249 48.70378, -1.52249 48.70378, -1.52249 48.70378, -1.52249 48.70378, -1.52249 48.70378))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_252'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7061 -1.52249)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7061"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52249"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7061 -1.52249)"^^geo:wktLiteral ;
  geo-pos:lat "48.7061"^^xsd:decimal ;
  geo-pos:long "-1.52249"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_8071'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52249'^^xsd:double;
  dwc:latitude '48.7061'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52249 48.7061, -1.52249 48.7061, -1.52249 48.7061, -1.52249 48.7061, -1.52249 48.7061))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8071'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.52245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71052"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71052 -1.52245)"^^geo:wktLiteral ;
  geo-pos:lat "48.71052"^^xsd:decimal ;
  geo-pos:long "-1.52245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2987'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52245'^^xsd:double;
  dwc:latitude '48.71052'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52245 48.71052, -1.52245 48.71052, -1.52245 48.71052, -1.52245 48.71052, -1.52245 48.71052))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2987'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71607 -1.52245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71607"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71607 -1.52245)"^^geo:wktLiteral ;
  geo-pos:lat "48.71607"^^xsd:decimal ;
  geo-pos:long "-1.52245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_6634'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '9.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52245'^^xsd:double;
  dwc:latitude '48.71607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52245 48.71607, -1.52245 48.71607, -1.52245 48.71607, -1.52245 48.71607, -1.52245 48.71607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6634'^^xsd:string;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3012> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6821 -1.52244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6821"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6821 -1.52244)"^^geo:wktLiteral ;
  geo-pos:lat "48.6821"^^xsd:decimal ;
  geo-pos:long "-1.52244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3012'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3012'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52244'^^xsd:double;
  dwc:latitude '48.6821'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52244 48.6821, -1.52244 48.6821, -1.52244 48.6821, -1.52244 48.6821, -1.52244 48.6821))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3012'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2513> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69263 -1.52242)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52242"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69263 -1.52242)"^^geo:wktLiteral ;
  geo-pos:lat "48.69263"^^xsd:decimal ;
  geo-pos:long "-1.52242"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2513'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2513'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52242'^^xsd:double;
  dwc:latitude '48.69263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52242 48.69263, -1.52242 48.69263, -1.52242 48.69263, -1.52242 48.69263, -1.52242 48.69263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2513'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_998> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70253 -1.52241)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70253"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52241"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70253 -1.52241)"^^geo:wktLiteral ;
  geo-pos:lat "48.70253"^^xsd:decimal ;
  geo-pos:long "-1.52241"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_998'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_998'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52241'^^xsd:double;
  dwc:latitude '48.70253'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52241 48.70253, -1.52241 48.70253, -1.52241 48.70253, -1.52241 48.70253, -1.52241 48.70253))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_998'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1475> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70501 -1.52238)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52238"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70501 -1.52238)"^^geo:wktLiteral ;
  geo-pos:lat "48.70501"^^xsd:decimal ;
  geo-pos:long "-1.52238"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1475'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1475'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52238'^^xsd:double;
  dwc:latitude '48.70501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52238 48.70501, -1.52238 48.70501, -1.52238 48.70501, -1.52238 48.70501, -1.52238 48.70501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1475'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_997> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70308 -1.52236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70308"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70308 -1.52236)"^^geo:wktLiteral ;
  geo-pos:lat "48.70308"^^xsd:decimal ;
  geo-pos:long "-1.52236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_997'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_997'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52236'^^xsd:double;
  dwc:latitude '48.70308'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52236 48.70308, -1.52236 48.70308, -1.52236 48.70308, -1.52236 48.70308, -1.52236 48.70308))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_997'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65347 -1.52235)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52235"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65347 -1.52235)"^^geo:wktLiteral ;
  geo-pos:lat "48.65347"^^xsd:decimal ;
  geo-pos:long "-1.52235"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_13721'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52235'^^xsd:double;
  dwc:latitude '48.65347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52235 48.65347, -1.52235 48.65347, -1.52235 48.65347, -1.52235 48.65347, -1.52235 48.65347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13721'^^xsd:string;
  dwc:observationDate '2008-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66741 -1.52232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66741 -1.52232)"^^geo:wktLiteral ;
  geo-pos:lat "48.66741"^^xsd:decimal ;
  geo-pos:long "-1.52232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1802'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '9.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52232'^^xsd:double;
  dwc:latitude '48.66741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52232 48.66741, -1.52232 48.66741, -1.52232 48.66741, -1.52232 48.66741, -1.52232 48.66741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1802'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71035 -1.52232)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52232"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71035 -1.52232)"^^geo:wktLiteral ;
  geo-pos:lat "48.71035"^^xsd:decimal ;
  geo-pos:long "-1.52232"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2493'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52232'^^xsd:double;
  dwc:latitude '48.71035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52232 48.71035, -1.52232 48.71035, -1.52232 48.71035, -1.52232 48.71035, -1.52232 48.71035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2493'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1179> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68268 -1.52228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68268"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68268 -1.52228)"^^geo:wktLiteral ;
  geo-pos:lat "48.68268"^^xsd:decimal ;
  geo-pos:long "-1.52228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1179'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1179'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52228'^^xsd:double;
  dwc:latitude '48.68268'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52228 48.68268, -1.52228 48.68268, -1.52228 48.68268, -1.52228 48.68268, -1.52228 48.68268))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1179'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_992> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70164 -1.52227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70164"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70164 -1.52227)"^^geo:wktLiteral ;
  geo-pos:lat "48.70164"^^xsd:decimal ;
  geo-pos:long "-1.52227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_992'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_992'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52227'^^xsd:double;
  dwc:latitude '48.70164'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52227 48.70164, -1.52227 48.70164, -1.52227 48.70164, -1.52227 48.70164, -1.52227 48.70164))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_992'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71373 -1.52227)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71373"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52227"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71373 -1.52227)"^^geo:wktLiteral ;
  geo-pos:lat "48.71373"^^xsd:decimal ;
  geo-pos:long "-1.52227"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9621'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '21.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52227'^^xsd:double;
  dwc:latitude '48.71373'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52227 48.71373, -1.52227 48.71373, -1.52227 48.71373, -1.52227 48.71373, -1.52227 48.71373))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9621'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4026> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6921 -1.52226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6921"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52226"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6921 -1.52226)"^^geo:wktLiteral ;
  geo-pos:lat "48.6921"^^xsd:decimal ;
  geo-pos:long "-1.52226"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4026'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4026'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52226'^^xsd:double;
  dwc:latitude '48.6921'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52226 48.6921, -1.52226 48.6921, -1.52226 48.6921, -1.52226 48.6921, -1.52226 48.6921))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4026'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9465> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70776 -1.52226)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52226"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70776 -1.52226)"^^geo:wktLiteral ;
  geo-pos:lat "48.70776"^^xsd:decimal ;
  geo-pos:long "-1.52226"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9465'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9465'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '5.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52226'^^xsd:double;
  dwc:latitude '48.70776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52226 48.70776, -1.52226 48.70776, -1.52226 48.70776, -1.52226 48.70776, -1.52226 48.70776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9465'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1540> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.52224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69174"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69174 -1.52224)"^^geo:wktLiteral ;
  geo-pos:lat "48.69174"^^xsd:decimal ;
  geo-pos:long "-1.52224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1540'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1540'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52224'^^xsd:double;
  dwc:latitude '48.69174'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52224 48.69174, -1.52224 48.69174, -1.52224 48.69174, -1.52224 48.69174, -1.52224 48.69174))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1540'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69213 -1.52224)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52224"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69213 -1.52224)"^^geo:wktLiteral ;
  geo-pos:lat "48.69213"^^xsd:decimal ;
  geo-pos:long "-1.52224"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2689'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52224'^^xsd:double;
  dwc:latitude '48.69213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52224 48.69213, -1.52224 48.69213, -1.52224 48.69213, -1.52224 48.69213, -1.52224 48.69213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2689'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69423 -1.52223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69423 -1.52223)"^^geo:wktLiteral ;
  geo-pos:lat "48.69423"^^xsd:decimal ;
  geo-pos:long "-1.52223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2359'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52223'^^xsd:double;
  dwc:latitude '48.69423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52223 48.69423, -1.52223 48.69423, -1.52223 48.69423, -1.52223 48.69423, -1.52223 48.69423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2359'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63859 -1.5222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63859"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63859 -1.5222)"^^geo:wktLiteral ;
  geo-pos:lat "48.63859"^^xsd:decimal ;
  geo-pos:long "-1.5222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6393'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '1.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5222'^^xsd:double;
  dwc:latitude '48.63859'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5222 48.63859, -1.5222 48.63859, -1.5222 48.63859, -1.5222 48.63859, -1.5222 48.63859))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6393'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3330> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6849 -1.5222)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6849"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5222"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6849 -1.5222)"^^geo:wktLiteral ;
  geo-pos:lat "48.6849"^^xsd:decimal ;
  geo-pos:long "-1.5222"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3330'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3330'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5222'^^xsd:double;
  dwc:latitude '48.6849'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5222 48.6849, -1.5222 48.6849, -1.5222 48.6849, -1.5222 48.6849, -1.5222 48.6849))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3330'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68416 -1.52218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68416 -1.52218)"^^geo:wktLiteral ;
  geo-pos:lat "48.68416"^^xsd:decimal ;
  geo-pos:long "-1.52218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_8232'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '11.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52218'^^xsd:double;
  dwc:latitude '48.68416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52218 48.68416, -1.52218 48.68416, -1.52218 48.68416, -1.52218 48.68416, -1.52218 48.68416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8232'^^xsd:string;
  dwc:observationDate '2007-11-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70175 -1.52214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70175"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70175 -1.52214)"^^geo:wktLiteral ;
  geo-pos:lat "48.70175"^^xsd:decimal ;
  geo-pos:long "-1.52214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1525'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52214'^^xsd:double;
  dwc:latitude '48.70175'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52214 48.70175, -1.52214 48.70175, -1.52214 48.70175, -1.52214 48.70175, -1.52214 48.70175))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1525'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_441> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67268 -1.52213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67268"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67268 -1.52213)"^^geo:wktLiteral ;
  geo-pos:lat "48.67268"^^xsd:decimal ;
  geo-pos:long "-1.52213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_441'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_441'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52213'^^xsd:double;
  dwc:latitude '48.67268'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52213 48.67268, -1.52213 48.67268, -1.52213 48.67268, -1.52213 48.67268, -1.52213 48.67268))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_441'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69055 -1.52213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69055"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69055 -1.52213)"^^geo:wktLiteral ;
  geo-pos:lat "48.69055"^^xsd:decimal ;
  geo-pos:long "-1.52213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1068'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52213'^^xsd:double;
  dwc:latitude '48.69055'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52213 48.69055, -1.52213 48.69055, -1.52213 48.69055, -1.52213 48.69055, -1.52213 48.69055))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1068'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9868> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69769 -1.52212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69769 -1.52212)"^^geo:wktLiteral ;
  geo-pos:lat "48.69769"^^xsd:decimal ;
  geo-pos:long "-1.52212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9868'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_9868'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '19'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52212'^^xsd:double;
  dwc:latitude '48.69769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52212 48.69769, -1.52212 48.69769, -1.52212 48.69769, -1.52212 48.69769, -1.52212 48.69769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9868'^^xsd:string;
  dwc:observationDate '2008-03-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_505> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70846 -1.52212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70846"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70846 -1.52212)"^^geo:wktLiteral ;
  geo-pos:lat "48.70846"^^xsd:decimal ;
  geo-pos:long "-1.52212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_505'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_505'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52212'^^xsd:double;
  dwc:latitude '48.70846'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52212 48.70846, -1.52212 48.70846, -1.52212 48.70846, -1.52212 48.70846, -1.52212 48.70846))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_505'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70687 -1.5221)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5221"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70687 -1.5221)"^^geo:wktLiteral ;
  geo-pos:lat "48.70687"^^xsd:decimal ;
  geo-pos:long "-1.5221"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3394'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5221'^^xsd:double;
  dwc:latitude '48.70687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5221 48.70687, -1.5221 48.70687, -1.5221 48.70687, -1.5221 48.70687, -1.5221 48.70687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3394'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_553> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70437 -1.52208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70437 -1.52208)"^^geo:wktLiteral ;
  geo-pos:lat "48.70437"^^xsd:decimal ;
  geo-pos:long "-1.52208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_553'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_553'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52208'^^xsd:double;
  dwc:latitude '48.70437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52208 48.70437, -1.52208 48.70437, -1.52208 48.70437, -1.52208 48.70437, -1.52208 48.70437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_553'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71312 -1.52207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71312"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71312 -1.52207)"^^geo:wktLiteral ;
  geo-pos:lat "48.71312"^^xsd:decimal ;
  geo-pos:long "-1.52207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_968'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52207'^^xsd:double;
  dwc:latitude '48.71312'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52207 48.71312, -1.52207 48.71312, -1.52207 48.71312, -1.52207 48.71312, -1.52207 48.71312))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_968'^^xsd:string;
  dwc:observationDate '2006-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2690> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69299 -1.52203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69299"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69299 -1.52203)"^^geo:wktLiteral ;
  geo-pos:lat "48.69299"^^xsd:decimal ;
  geo-pos:long "-1.52203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2690'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2690'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52203'^^xsd:double;
  dwc:latitude '48.69299'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52203 48.69299, -1.52203 48.69299, -1.52203 48.69299, -1.52203 48.69299, -1.52203 48.69299))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2690'^^xsd:string;
  dwc:observationDate '2006-06-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1015> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70475 -1.52202)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70475"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52202"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70475 -1.52202)"^^geo:wktLiteral ;
  geo-pos:lat "48.70475"^^xsd:decimal ;
  geo-pos:long "-1.52202"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1015'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1015'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52202'^^xsd:double;
  dwc:latitude '48.70475'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52202 48.70475, -1.52202 48.70475, -1.52202 48.70475, -1.52202 48.70475, -1.52202 48.70475))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1015'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2986> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71956 -1.52201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71956 -1.52201)"^^geo:wktLiteral ;
  geo-pos:lat "48.71956"^^xsd:decimal ;
  geo-pos:long "-1.52201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2986'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2986'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52201'^^xsd:double;
  dwc:latitude '48.71956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52201 48.71956, -1.52201 48.71956, -1.52201 48.71956, -1.52201 48.71956, -1.52201 48.71956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2986'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3338> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69031 -1.522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69031 -1.522)"^^geo:wktLiteral ;
  geo-pos:lat "48.69031"^^xsd:decimal ;
  geo-pos:long "-1.522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3338'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3338'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.522'^^xsd:double;
  dwc:latitude '48.69031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.522 48.69031, -1.522 48.69031, -1.522 48.69031, -1.522 48.69031, -1.522 48.69031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3338'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67043 -1.52199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67043"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67043 -1.52199)"^^geo:wktLiteral ;
  geo-pos:lat "48.67043"^^xsd:decimal ;
  geo-pos:long "-1.52199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1675'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52199'^^xsd:double;
  dwc:latitude '48.67043'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52199 48.67043, -1.52199 48.67043, -1.52199 48.67043, -1.52199 48.67043, -1.52199 48.67043))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1675'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8492> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71687 -1.52198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71687 -1.52198)"^^geo:wktLiteral ;
  geo-pos:lat "48.71687"^^xsd:decimal ;
  geo-pos:long "-1.52198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8492'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8492'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '11.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52198'^^xsd:double;
  dwc:latitude '48.71687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52198 48.71687, -1.52198 48.71687, -1.52198 48.71687, -1.52198 48.71687, -1.52198 48.71687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8492'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65914 -1.52197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65914"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65914 -1.52197)"^^geo:wktLiteral ;
  geo-pos:lat "48.65914"^^xsd:decimal ;
  geo-pos:long "-1.52197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1631'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52197'^^xsd:double;
  dwc:latitude '48.65914'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52197 48.65914, -1.52197 48.65914, -1.52197 48.65914, -1.52197 48.65914, -1.52197 48.65914))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1631'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69264 -1.52197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69264 -1.52197)"^^geo:wktLiteral ;
  geo-pos:lat "48.69264"^^xsd:decimal ;
  geo-pos:long "-1.52197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5740'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52197'^^xsd:double;
  dwc:latitude '48.69264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52197 48.69264, -1.52197 48.69264, -1.52197 48.69264, -1.52197 48.69264, -1.52197 48.69264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5740'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1600> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6589 -1.52196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6589 -1.52196)"^^geo:wktLiteral ;
  geo-pos:lat "48.6589"^^xsd:decimal ;
  geo-pos:long "-1.52196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1600'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_1600'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52196'^^xsd:double;
  dwc:latitude '48.6589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52196 48.6589, -1.52196 48.6589, -1.52196 48.6589, -1.52196 48.6589, -1.52196 48.6589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1600'^^xsd:string;
  dwc:observationDate '2006-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2108> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68973 -1.52196)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68973"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52196"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68973 -1.52196)"^^geo:wktLiteral ;
  geo-pos:lat "48.68973"^^xsd:decimal ;
  geo-pos:long "-1.52196"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2108'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2108'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52196'^^xsd:double;
  dwc:latitude '48.68973'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52196 48.68973, -1.52196 48.68973, -1.52196 48.68973, -1.52196 48.68973, -1.52196 48.68973))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2108'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11622> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64236 -1.52195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64236 -1.52195)"^^geo:wktLiteral ;
  geo-pos:lat "48.64236"^^xsd:decimal ;
  geo-pos:long "-1.52195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11622'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11622'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52195'^^xsd:double;
  dwc:latitude '48.64236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52195 48.64236, -1.52195 48.64236, -1.52195 48.64236, -1.52195 48.64236, -1.52195 48.64236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11622'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71109 -1.52193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71109"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71109 -1.52193)"^^geo:wktLiteral ;
  geo-pos:lat "48.71109"^^xsd:decimal ;
  geo-pos:long "-1.52193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_2494'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52193'^^xsd:double;
  dwc:latitude '48.71109'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52193 48.71109, -1.52193 48.71109, -1.52193 48.71109, -1.52193 48.71109, -1.52193 48.71109))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2494'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70742 -1.52191)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52191"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70742 -1.52191)"^^geo:wktLiteral ;
  geo-pos:lat "48.70742"^^xsd:decimal ;
  geo-pos:long "-1.52191"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_9417'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52191'^^xsd:double;
  dwc:latitude '48.70742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52191 48.70742, -1.52191 48.70742, -1.52191 48.70742, -1.52191 48.70742, -1.52191 48.70742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9417'^^xsd:string;
  dwc:observationDate '2008-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1853> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70975 -1.5219)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70975"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5219"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70975 -1.5219)"^^geo:wktLiteral ;
  geo-pos:lat "48.70975"^^xsd:decimal ;
  geo-pos:long "-1.5219"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1853'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1853'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5219'^^xsd:double;
  dwc:latitude '48.70975'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5219 48.70975, -1.5219 48.70975, -1.5219 48.70975, -1.5219 48.70975, -1.5219 48.70975))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1853'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_403> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70287 -1.52189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70287"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70287 -1.52189)"^^geo:wktLiteral ;
  geo-pos:lat "48.70287"^^xsd:decimal ;
  geo-pos:long "-1.52189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_403'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_403'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52189'^^xsd:double;
  dwc:latitude '48.70287'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52189 48.70287, -1.52189 48.70287, -1.52189 48.70287, -1.52189 48.70287, -1.52189 48.70287))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_403'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_318> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69042 -1.52185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69042"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69042 -1.52185)"^^geo:wktLiteral ;
  geo-pos:lat "48.69042"^^xsd:decimal ;
  geo-pos:long "-1.52185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_318'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_318'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52185'^^xsd:double;
  dwc:latitude '48.69042'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52185 48.69042, -1.52185 48.69042, -1.52185 48.69042, -1.52185 48.69042, -1.52185 48.69042))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_318'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69954 -1.52184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69954"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69954 -1.52184)"^^geo:wktLiteral ;
  geo-pos:lat "48.69954"^^xsd:decimal ;
  geo-pos:long "-1.52184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9524'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52184'^^xsd:double;
  dwc:latitude '48.69954'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52184 48.69954, -1.52184 48.69954, -1.52184 48.69954, -1.52184 48.69954, -1.52184 48.69954))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9524'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4027> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6962 -1.52182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6962 -1.52182)"^^geo:wktLiteral ;
  geo-pos:lat "48.6962"^^xsd:decimal ;
  geo-pos:long "-1.52182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4027'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4027'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52182'^^xsd:double;
  dwc:latitude '48.6962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52182 48.6962, -1.52182 48.6962, -1.52182 48.6962, -1.52182 48.6962, -1.52182 48.6962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4027'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70251 -1.52179)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70251"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52179"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70251 -1.52179)"^^geo:wktLiteral ;
  geo-pos:lat "48.70251"^^xsd:decimal ;
  geo-pos:long "-1.52179"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_46'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_46'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52179'^^xsd:double;
  dwc:latitude '48.70251'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52179 48.70251, -1.52179 48.70251, -1.52179 48.70251, -1.52179 48.70251, -1.52179 48.70251))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_46'^^xsd:string;
  dwc:observationDate '2006-02-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_288> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68884 -1.52174)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68884"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52174"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68884 -1.52174)"^^geo:wktLiteral ;
  geo-pos:lat "48.68884"^^xsd:decimal ;
  geo-pos:long "-1.52174"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_288'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_288'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52174'^^xsd:double;
  dwc:latitude '48.68884'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52174 48.68884, -1.52174 48.68884, -1.52174 48.68884, -1.52174 48.68884, -1.52174 48.68884))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_288'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12137> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7007 -1.52173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7007"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7007 -1.52173)"^^geo:wktLiteral ;
  geo-pos:lat "48.7007"^^xsd:decimal ;
  geo-pos:long "-1.52173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12137'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12137'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '13.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52173'^^xsd:double;
  dwc:latitude '48.7007'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52173 48.7007, -1.52173 48.7007, -1.52173 48.7007, -1.52173 48.7007, -1.52173 48.7007))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12137'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70836 -1.52173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70836"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70836 -1.52173)"^^geo:wktLiteral ;
  geo-pos:lat "48.70836"^^xsd:decimal ;
  geo-pos:long "-1.52173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2652'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52173'^^xsd:double;
  dwc:latitude '48.70836'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52173 48.70836, -1.52173 48.70836, -1.52173 48.70836, -1.52173 48.70836, -1.52173 48.70836))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2652'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4020> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68284 -1.52168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68284"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68284 -1.52168)"^^geo:wktLiteral ;
  geo-pos:lat "48.68284"^^xsd:decimal ;
  geo-pos:long "-1.52168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4020'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4020'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52168'^^xsd:double;
  dwc:latitude '48.68284'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52168 48.68284, -1.52168 48.68284, -1.52168 48.68284, -1.52168 48.68284, -1.52168 48.68284))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4020'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71574 -1.52162)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52162"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71574 -1.52162)"^^geo:wktLiteral ;
  geo-pos:lat "48.71574"^^xsd:decimal ;
  geo-pos:long "-1.52162"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4967'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52162'^^xsd:double;
  dwc:latitude '48.71574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52162 48.71574, -1.52162 48.71574, -1.52162 48.71574, -1.52162 48.71574, -1.52162 48.71574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4967'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_510> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70242 -1.52159)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52159"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70242 -1.52159)"^^geo:wktLiteral ;
  geo-pos:lat "48.70242"^^xsd:decimal ;
  geo-pos:long "-1.52159"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_510'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_510'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52159'^^xsd:double;
  dwc:latitude '48.70242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52159 48.70242, -1.52159 48.70242, -1.52159 48.70242, -1.52159 48.70242, -1.52159 48.70242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_510'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_13601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_13601> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_13601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68053 -1.52158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68053"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_13601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68053 -1.52158)"^^geo:wktLiteral ;
  geo-pos:lat "48.68053"^^xsd:decimal ;
  geo-pos:long "-1.52158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_13601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_13601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_13601'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_13601'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52158'^^xsd:double;
  dwc:latitude '48.68053'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52158 48.68053, -1.52158 48.68053, -1.52158 48.68053, -1.52158 48.68053, -1.52158 48.68053))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_13601'^^xsd:string;
  dwc:observationDate '2008-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72153 -1.52156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.72153"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.72153 -1.52156)"^^geo:wktLiteral ;
  geo-pos:lat "48.72153"^^xsd:decimal ;
  geo-pos:long "-1.52156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_464'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52156'^^xsd:double;
  dwc:latitude '48.72153'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52156 48.72153, -1.52156 48.72153, -1.52156 48.72153, -1.52156 48.72153, -1.52156 48.72153))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_464'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1725> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65948 -1.52155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65948"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65948 -1.52155)"^^geo:wktLiteral ;
  geo-pos:lat "48.65948"^^xsd:decimal ;
  geo-pos:long "-1.52155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1725'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1725'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52155'^^xsd:double;
  dwc:latitude '48.65948'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52155 48.65948, -1.52155 48.65948, -1.52155 48.65948, -1.52155 48.65948, -1.52155 48.65948))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1725'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70844 -1.52154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70844 -1.52154)"^^geo:wktLiteral ;
  geo-pos:lat "48.70844"^^xsd:decimal ;
  geo-pos:long "-1.52154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1951'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52154'^^xsd:double;
  dwc:latitude '48.70844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52154 48.70844, -1.52154 48.70844, -1.52154 48.70844, -1.52154 48.70844, -1.52154 48.70844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1951'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11439> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65188 -1.52152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65188"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65188 -1.52152)"^^geo:wktLiteral ;
  geo-pos:lat "48.65188"^^xsd:decimal ;
  geo-pos:long "-1.52152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11439'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_11439'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '4.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52152'^^xsd:double;
  dwc:latitude '48.65188'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52152 48.65188, -1.52152 48.65188, -1.52152 48.65188, -1.52152 48.65188, -1.52152 48.65188))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11439'^^xsd:string;
  dwc:observationDate '2007-12-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69986 -1.52152)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69986"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52152"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69986 -1.52152)"^^geo:wktLiteral ;
  geo-pos:lat "48.69986"^^xsd:decimal ;
  geo-pos:long "-1.52152"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9278'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52152'^^xsd:double;
  dwc:latitude '48.69986'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52152 48.69986, -1.52152 48.69986, -1.52152 48.69986, -1.52152 48.69986, -1.52152 48.69986))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9278'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70714 -1.5215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70714"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70714 -1.5215)"^^geo:wktLiteral ;
  geo-pos:lat "48.70714"^^xsd:decimal ;
  geo-pos:long "-1.5215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1952'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5215'^^xsd:double;
  dwc:latitude '48.70714'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5215 48.70714, -1.5215 48.70714, -1.5215 48.70714, -1.5215 48.70714, -1.5215 48.70714))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1952'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68769 -1.52148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68769"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68769 -1.52148)"^^geo:wktLiteral ;
  geo-pos:lat "48.68769"^^xsd:decimal ;
  geo-pos:long "-1.52148"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3265'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52148'^^xsd:double;
  dwc:latitude '48.68769'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52148 48.68769, -1.52148 48.68769, -1.52148 48.68769, -1.52148 48.68769, -1.52148 48.68769))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3265'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7017 -1.52147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7017 -1.52147)"^^geo:wktLiteral ;
  geo-pos:lat "48.7017"^^xsd:decimal ;
  geo-pos:long "-1.52147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3233'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '0.16666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52147'^^xsd:double;
  dwc:latitude '48.7017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52147 48.7017, -1.52147 48.7017, -1.52147 48.7017, -1.52147 48.7017, -1.52147 48.7017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3233'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66515 -1.52146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66515"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66515 -1.52146)"^^geo:wktLiteral ;
  geo-pos:lat "48.66515"^^xsd:decimal ;
  geo-pos:long "-1.52146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_5436'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52146'^^xsd:double;
  dwc:latitude '48.66515'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52146 48.66515, -1.52146 48.66515, -1.52146 48.66515, -1.52146 48.66515, -1.52146 48.66515))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5436'^^xsd:string;
  dwc:observationDate '2006-04-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3313> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69344 -1.52143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69344 -1.52143)"^^geo:wktLiteral ;
  geo-pos:lat "48.69344"^^xsd:decimal ;
  geo-pos:long "-1.52143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3313'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3313'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52143'^^xsd:double;
  dwc:latitude '48.69344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52143 48.69344, -1.52143 48.69344, -1.52143 48.69344, -1.52143 48.69344, -1.52143 48.69344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3313'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_253> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70325 -1.52139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70325 -1.52139)"^^geo:wktLiteral ;
  geo-pos:lat "48.70325"^^xsd:decimal ;
  geo-pos:long "-1.52139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_253'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_253'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52139'^^xsd:double;
  dwc:latitude '48.70325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52139 48.70325, -1.52139 48.70325, -1.52139 48.70325, -1.52139 48.70325, -1.52139 48.70325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_253'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.708 -1.52139)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52139"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.708 -1.52139)"^^geo:wktLiteral ;
  geo-pos:lat "48.708"^^xsd:decimal ;
  geo-pos:long "-1.52139"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5738'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52139'^^xsd:double;
  dwc:latitude '48.708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52139 48.708, -1.52139 48.708, -1.52139 48.708, -1.52139 48.708, -1.52139 48.708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5738'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68956 -1.52136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68956 -1.52136)"^^geo:wktLiteral ;
  geo-pos:lat "48.68956"^^xsd:decimal ;
  geo-pos:long "-1.52136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2414'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52136'^^xsd:double;
  dwc:latitude '48.68956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52136 48.68956, -1.52136 48.68956, -1.52136 48.68956, -1.52136 48.68956, -1.52136 48.68956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2414'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9537> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71318 -1.52132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71318"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71318 -1.52132)"^^geo:wktLiteral ;
  geo-pos:lat "48.71318"^^xsd:decimal ;
  geo-pos:long "-1.52132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9537'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9537'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52132'^^xsd:double;
  dwc:latitude '48.71318'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52132 48.71318, -1.52132 48.71318, -1.52132 48.71318, -1.52132 48.71318, -1.52132 48.71318))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9537'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1205> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70498 -1.52131)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70498"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52131"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70498 -1.52131)"^^geo:wktLiteral ;
  geo-pos:lat "48.70498"^^xsd:decimal ;
  geo-pos:long "-1.52131"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1205'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1205'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '12.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52131'^^xsd:double;
  dwc:latitude '48.70498'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52131 48.70498, -1.52131 48.70498, -1.52131 48.70498, -1.52131 48.70498, -1.52131 48.70498))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1205'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_342> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69465 -1.52122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69465"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69465 -1.52122)"^^geo:wktLiteral ;
  geo-pos:lat "48.69465"^^xsd:decimal ;
  geo-pos:long "-1.52122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_342'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_342'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '7.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52122'^^xsd:double;
  dwc:latitude '48.69465'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52122 48.69465, -1.52122 48.69465, -1.52122 48.69465, -1.52122 48.69465, -1.52122 48.69465))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_342'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64622 -1.52121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64622"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64622 -1.52121)"^^geo:wktLiteral ;
  geo-pos:lat "48.64622"^^xsd:decimal ;
  geo-pos:long "-1.52121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3651'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52121'^^xsd:double;
  dwc:latitude '48.64622'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52121 48.64622, -1.52121 48.64622, -1.52121 48.64622, -1.52121 48.64622, -1.52121 48.64622))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3651'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1032> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69949 -1.52121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69949 -1.52121)"^^geo:wktLiteral ;
  geo-pos:lat "48.69949"^^xsd:decimal ;
  geo-pos:long "-1.52121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1032'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1032'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52121'^^xsd:double;
  dwc:latitude '48.69949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52121 48.69949, -1.52121 48.69949, -1.52121 48.69949, -1.52121 48.69949, -1.52121 48.69949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1032'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70733 -1.52119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70733 -1.52119)"^^geo:wktLiteral ;
  geo-pos:lat "48.70733"^^xsd:decimal ;
  geo-pos:long "-1.52119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_5286'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52119'^^xsd:double;
  dwc:latitude '48.70733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52119 48.70733, -1.52119 48.70733, -1.52119 48.70733, -1.52119 48.70733, -1.52119 48.70733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5286'^^xsd:string;
  dwc:observationDate '2006-04-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71896 -1.52119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71896"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71896 -1.52119)"^^geo:wktLiteral ;
  geo-pos:lat "48.71896"^^xsd:decimal ;
  geo-pos:long "-1.52119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4968'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52119'^^xsd:double;
  dwc:latitude '48.71896'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52119 48.71896, -1.52119 48.71896, -1.52119 48.71896, -1.52119 48.71896, -1.52119 48.71896))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4968'^^xsd:string;
  dwc:observationDate '2006-05-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70442 -1.52118)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70442"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52118"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70442 -1.52118)"^^geo:wktLiteral ;
  geo-pos:lat "48.70442"^^xsd:decimal ;
  geo-pos:long "-1.52118"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1589'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52118'^^xsd:double;
  dwc:latitude '48.70442'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52118 48.70442, -1.52118 48.70442, -1.52118 48.70442, -1.52118 48.70442, -1.52118 48.70442))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1589'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71912 -1.52116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71912 -1.52116)"^^geo:wktLiteral ;
  geo-pos:lat "48.71912"^^xsd:decimal ;
  geo-pos:long "-1.52116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8092'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '6'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52116'^^xsd:double;
  dwc:latitude '48.71912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52116 48.71912, -1.52116 48.71912, -1.52116 48.71912, -1.52116 48.71912, -1.52116 48.71912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8092'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2514> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69073 -1.52111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69073"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69073 -1.52111)"^^geo:wktLiteral ;
  geo-pos:lat "48.69073"^^xsd:decimal ;
  geo-pos:long "-1.52111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2514'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2514'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '10.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52111'^^xsd:double;
  dwc:latitude '48.69073'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52111 48.69073, -1.52111 48.69073, -1.52111 48.69073, -1.52111 48.69073, -1.52111 48.69073))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2514'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2657> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70103 -1.52109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70103"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70103 -1.52109)"^^geo:wktLiteral ;
  geo-pos:lat "48.70103"^^xsd:decimal ;
  geo-pos:long "-1.52109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2657'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2657'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52109'^^xsd:double;
  dwc:latitude '48.70103'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52109 48.70103, -1.52109 48.70103, -1.52109 48.70103, -1.52109 48.70103, -1.52109 48.70103))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2657'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65415 -1.52107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65415"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65415 -1.52107)"^^geo:wktLiteral ;
  geo-pos:lat "48.65415"^^xsd:decimal ;
  geo-pos:long "-1.52107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11284'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '11.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52107'^^xsd:double;
  dwc:latitude '48.65415'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52107 48.65415, -1.52107 48.65415, -1.52107 48.65415, -1.52107 48.65415, -1.52107 48.65415))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11284'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2655> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7033 -1.52106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7033"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7033 -1.52106)"^^geo:wktLiteral ;
  geo-pos:lat "48.7033"^^xsd:decimal ;
  geo-pos:long "-1.52106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2655'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2655'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '23.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52106'^^xsd:double;
  dwc:latitude '48.7033'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52106 48.7033, -1.52106 48.7033, -1.52106 48.7033, -1.52106 48.7033, -1.52106 48.7033))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2655'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64695 -1.52102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64695"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64695 -1.52102)"^^geo:wktLiteral ;
  geo-pos:lat "48.64695"^^xsd:decimal ;
  geo-pos:long "-1.52102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3650'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.066666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52102'^^xsd:double;
  dwc:latitude '48.64695'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52102 48.64695, -1.52102 48.64695, -1.52102 48.64695, -1.52102 48.64695, -1.52102 48.64695))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3650'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2658> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70022 -1.52102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70022 -1.52102)"^^geo:wktLiteral ;
  geo-pos:lat "48.70022"^^xsd:decimal ;
  geo-pos:long "-1.52102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2658'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2658'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52102'^^xsd:double;
  dwc:latitude '48.70022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52102 48.70022, -1.52102 48.70022, -1.52102 48.70022, -1.52102 48.70022, -1.52102 48.70022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2658'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_401> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.689 -1.52099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.689"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.689 -1.52099)"^^geo:wktLiteral ;
  geo-pos:lat "48.689"^^xsd:decimal ;
  geo-pos:long "-1.52099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_401'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_401'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52099'^^xsd:double;
  dwc:latitude '48.689'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52099 48.689, -1.52099 48.689, -1.52099 48.689, -1.52099 48.689, -1.52099 48.689))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_401'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1535> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68823 -1.52096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68823"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68823 -1.52096)"^^geo:wktLiteral ;
  geo-pos:lat "48.68823"^^xsd:decimal ;
  geo-pos:long "-1.52096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1535'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1535'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52096'^^xsd:double;
  dwc:latitude '48.68823'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52096 48.68823, -1.52096 48.68823, -1.52096 48.68823, -1.52096 48.68823, -1.52096 48.68823))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1535'^^xsd:string;
  dwc:observationDate '2006-03-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70839 -1.52096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70839 -1.52096)"^^geo:wktLiteral ;
  geo-pos:lat "48.70839"^^xsd:decimal ;
  geo-pos:long "-1.52096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_5371'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52096'^^xsd:double;
  dwc:latitude '48.70839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52096 48.70839, -1.52096 48.70839, -1.52096 48.70839, -1.52096 48.70839, -1.52096 48.70839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5371'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1884> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70017 -1.52095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70017 -1.52095)"^^geo:wktLiteral ;
  geo-pos:lat "48.70017"^^xsd:decimal ;
  geo-pos:long "-1.52095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1884'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1884'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52095'^^xsd:double;
  dwc:latitude '48.70017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52095 48.70017, -1.52095 48.70017, -1.52095 48.70017, -1.52095 48.70017, -1.52095 48.70017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1884'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.52093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.52093)"^^geo:wktLiteral ;
  geo-pos:lat "48.66778"^^xsd:decimal ;
  geo-pos:long "-1.52093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5493'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52093'^^xsd:double;
  dwc:latitude '48.66778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52093 48.66778, -1.52093 48.66778, -1.52093 48.66778, -1.52093 48.66778, -1.52093 48.66778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5493'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_896> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69931 -1.52093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69931"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69931 -1.52093)"^^geo:wktLiteral ;
  geo-pos:lat "48.69931"^^xsd:decimal ;
  geo-pos:long "-1.52093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_896'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_896'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '22.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52093'^^xsd:double;
  dwc:latitude '48.69931'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52093 48.69931, -1.52093 48.69931, -1.52093 48.69931, -1.52093 48.69931, -1.52093 48.69931))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_896'^^xsd:string;
  dwc:observationDate '2006-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6897 -1.52092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6897"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6897 -1.52092)"^^geo:wktLiteral ;
  geo-pos:lat "48.6897"^^xsd:decimal ;
  geo-pos:long "-1.52092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2390'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52092'^^xsd:double;
  dwc:latitude '48.6897'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52092 48.6897, -1.52092 48.6897, -1.52092 48.6897, -1.52092 48.6897, -1.52092 48.6897))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2390'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3312> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69208 -1.52091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69208"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69208 -1.52091)"^^geo:wktLiteral ;
  geo-pos:lat "48.69208"^^xsd:decimal ;
  geo-pos:long "-1.52091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3312'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3312'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52091'^^xsd:double;
  dwc:latitude '48.69208'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52091 48.69208, -1.52091 48.69208, -1.52091 48.69208, -1.52091 48.69208, -1.52091 48.69208))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3312'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1014> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70697 -1.52091)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70697"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52091"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70697 -1.52091)"^^geo:wktLiteral ;
  geo-pos:lat "48.70697"^^xsd:decimal ;
  geo-pos:long "-1.52091"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1014'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1014'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '14.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52091'^^xsd:double;
  dwc:latitude '48.70697'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52091 48.70697, -1.52091 48.70697, -1.52091 48.70697, -1.52091 48.70697, -1.52091 48.70697))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1014'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1520> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6992 -1.52088)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52088"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6992 -1.52088)"^^geo:wktLiteral ;
  geo-pos:lat "48.6992"^^xsd:decimal ;
  geo-pos:long "-1.52088"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1520'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1520'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52088'^^xsd:double;
  dwc:latitude '48.6992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52088 48.6992, -1.52088 48.6992, -1.52088 48.6992, -1.52088 48.6992, -1.52088 48.6992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1520'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2653> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70855 -1.52085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70855 -1.52085)"^^geo:wktLiteral ;
  geo-pos:lat "48.70855"^^xsd:decimal ;
  geo-pos:long "-1.52085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2653'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2653'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '22.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52085'^^xsd:double;
  dwc:latitude '48.70855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52085 48.70855, -1.52085 48.70855, -1.52085 48.70855, -1.52085 48.70855, -1.52085 48.70855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2653'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70139 -1.52084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70139"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70139 -1.52084)"^^geo:wktLiteral ;
  geo-pos:lat "48.70139"^^xsd:decimal ;
  geo-pos:long "-1.52084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2521'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52084'^^xsd:double;
  dwc:latitude '48.70139'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52084 48.70139, -1.52084 48.70139, -1.52084 48.70139, -1.52084 48.70139, -1.52084 48.70139))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2521'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71143 -1.52082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71143"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71143 -1.52082)"^^geo:wktLiteral ;
  geo-pos:lat "48.71143"^^xsd:decimal ;
  geo-pos:long "-1.52082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_9367'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '22.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52082'^^xsd:double;
  dwc:latitude '48.71143'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52082 48.71143, -1.52082 48.71143, -1.52082 48.71143, -1.52082 48.71143, -1.52082 48.71143))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9367'^^xsd:string;
  dwc:observationDate '2008-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1698> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65709 -1.52079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65709"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65709 -1.52079)"^^geo:wktLiteral ;
  geo-pos:lat "48.65709"^^xsd:decimal ;
  geo-pos:long "-1.52079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1698'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1698'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52079'^^xsd:double;
  dwc:latitude '48.65709'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52079 48.65709, -1.52079 48.65709, -1.52079 48.65709, -1.52079 48.65709, -1.52079 48.65709))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1698'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3530> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68541 -1.52076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68541 -1.52076)"^^geo:wktLiteral ;
  geo-pos:lat "48.68541"^^xsd:decimal ;
  geo-pos:long "-1.52076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3530'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3530'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52076'^^xsd:double;
  dwc:latitude '48.68541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52076 48.68541, -1.52076 48.68541, -1.52076 48.68541, -1.52076 48.68541, -1.52076 48.68541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3530'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71263 -1.52076)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71263"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52076"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71263 -1.52076)"^^geo:wktLiteral ;
  geo-pos:lat "48.71263"^^xsd:decimal ;
  geo-pos:long "-1.52076"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_281'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52076'^^xsd:double;
  dwc:latitude '48.71263'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52076 48.71263, -1.52076 48.71263, -1.52076 48.71263, -1.52076 48.71263, -1.52076 48.71263))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_281'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1034> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69203 -1.52075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69203"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69203 -1.52075)"^^geo:wktLiteral ;
  geo-pos:lat "48.69203"^^xsd:decimal ;
  geo-pos:long "-1.52075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1034'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1034'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52075'^^xsd:double;
  dwc:latitude '48.69203'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52075 48.69203, -1.52075 48.69203, -1.52075 48.69203, -1.52075 48.69203, -1.52075 48.69203))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1034'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2320> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71226 -1.52074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71226"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52074"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71226 -1.52074)"^^geo:wktLiteral ;
  geo-pos:lat "48.71226"^^xsd:decimal ;
  geo-pos:long "-1.52074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2320'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_2320'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52074'^^xsd:double;
  dwc:latitude '48.71226'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52074 48.71226, -1.52074 48.71226, -1.52074 48.71226, -1.52074 48.71226, -1.52074 48.71226))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2320'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9526> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70644 -1.52066)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52066"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70644 -1.52066)"^^geo:wktLiteral ;
  geo-pos:lat "48.70644"^^xsd:decimal ;
  geo-pos:long "-1.52066"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9526'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9526'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52066'^^xsd:double;
  dwc:latitude '48.70644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52066 48.70644, -1.52066 48.70644, -1.52066 48.70644, -1.52066 48.70644, -1.52066 48.70644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9526'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.52064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6997"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6997 -1.52064)"^^geo:wktLiteral ;
  geo-pos:lat "48.6997"^^xsd:decimal ;
  geo-pos:long "-1.52064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_9279'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '7.5833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52064'^^xsd:double;
  dwc:latitude '48.6997'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52064 48.6997, -1.52064 48.6997, -1.52064 48.6997, -1.52064 48.6997, -1.52064 48.6997))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9279'^^xsd:string;
  dwc:observationDate '2008-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9605> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71243 -1.52064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71243"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71243 -1.52064)"^^geo:wktLiteral ;
  geo-pos:lat "48.71243"^^xsd:decimal ;
  geo-pos:long "-1.52064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9605'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9605'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52064'^^xsd:double;
  dwc:latitude '48.71243'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52064 48.71243, -1.52064 48.71243, -1.52064 48.71243, -1.52064 48.71243, -1.52064 48.71243))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9605'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2110> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69302 -1.52063)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52063"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69302 -1.52063)"^^geo:wktLiteral ;
  geo-pos:lat "48.69302"^^xsd:decimal ;
  geo-pos:long "-1.52063"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2110'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2110'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52063'^^xsd:double;
  dwc:latitude '48.69302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52063 48.69302, -1.52063 48.69302, -1.52063 48.69302, -1.52063 48.69302, -1.52063 48.69302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2110'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70223 -1.52062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70223"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70223 -1.52062)"^^geo:wktLiteral ;
  geo-pos:lat "48.70223"^^xsd:decimal ;
  geo-pos:long "-1.52062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1516'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52062'^^xsd:double;
  dwc:latitude '48.70223'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52062 48.70223, -1.52062 48.70223, -1.52062 48.70223, -1.52062 48.70223, -1.52062 48.70223))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1516'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4777> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68739 -1.52059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68739 -1.52059)"^^geo:wktLiteral ;
  geo-pos:lat "48.68739"^^xsd:decimal ;
  geo-pos:long "-1.52059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4777'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_4777'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52059'^^xsd:double;
  dwc:latitude '48.68739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52059 48.68739, -1.52059 48.68739, -1.52059 48.68739, -1.52059 48.68739, -1.52059 48.68739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4777'^^xsd:string;
  dwc:observationDate '2006-05-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64069 -1.52052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64069 -1.52052)"^^geo:wktLiteral ;
  geo-pos:lat "48.64069"^^xsd:decimal ;
  geo-pos:long "-1.52052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5455'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52052'^^xsd:double;
  dwc:latitude '48.64069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52052 48.64069, -1.52052 48.64069, -1.52052 48.64069, -1.52052 48.64069, -1.52052 48.64069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5455'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_284> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70797 -1.52052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70797"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70797 -1.52052)"^^geo:wktLiteral ;
  geo-pos:lat "48.70797"^^xsd:decimal ;
  geo-pos:long "-1.52052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_284'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_284'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52052'^^xsd:double;
  dwc:latitude '48.70797'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52052 48.70797, -1.52052 48.70797, -1.52052 48.70797, -1.52052 48.70797, -1.52052 48.70797))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_284'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_991> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7018 -1.52048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7018 -1.52048)"^^geo:wktLiteral ;
  geo-pos:lat "48.7018"^^xsd:decimal ;
  geo-pos:long "-1.52048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_991'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_991'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52048'^^xsd:double;
  dwc:latitude '48.7018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52048 48.7018, -1.52048 48.7018, -1.52048 48.7018, -1.52048 48.7018, -1.52048 48.7018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_991'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2006> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64278 -1.52047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64278"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64278 -1.52047)"^^geo:wktLiteral ;
  geo-pos:lat "48.64278"^^xsd:decimal ;
  geo-pos:long "-1.52047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2006'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2006'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52047'^^xsd:double;
  dwc:latitude '48.64278'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52047 48.64278, -1.52047 48.64278, -1.52047 48.64278, -1.52047 48.64278, -1.52047 48.64278))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2006'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70121 -1.52047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70121 -1.52047)"^^geo:wktLiteral ;
  geo-pos:lat "48.70121"^^xsd:decimal ;
  geo-pos:long "-1.52047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_711'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52047'^^xsd:double;
  dwc:latitude '48.70121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52047 48.70121, -1.52047 48.70121, -1.52047 48.70121, -1.52047 48.70121, -1.52047 48.70121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_711'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3311> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69063 -1.52045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69063"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69063 -1.52045)"^^geo:wktLiteral ;
  geo-pos:lat "48.69063"^^xsd:decimal ;
  geo-pos:long "-1.52045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3311'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3311'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52045'^^xsd:double;
  dwc:latitude '48.69063'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52045 48.69063, -1.52045 48.69063, -1.52045 48.69063, -1.52045 48.69063, -1.52045 48.69063))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3311'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_714> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70524 -1.52043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70524 -1.52043)"^^geo:wktLiteral ;
  geo-pos:lat "48.70524"^^xsd:decimal ;
  geo-pos:long "-1.52043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_714'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_714'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52043'^^xsd:double;
  dwc:latitude '48.70524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52043 48.70524, -1.52043 48.70524, -1.52043 48.70524, -1.52043 48.70524, -1.52043 48.70524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_714'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63977 -1.52041)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63977"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52041"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63977 -1.52041)"^^geo:wktLiteral ;
  geo-pos:lat "48.63977"^^xsd:decimal ;
  geo-pos:long "-1.52041"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6395'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52041'^^xsd:double;
  dwc:latitude '48.63977'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52041 48.63977, -1.52041 48.63977, -1.52041 48.63977, -1.52041 48.63977, -1.52041 48.63977))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6395'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70478 -1.5204)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5204"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70478 -1.5204)"^^geo:wktLiteral ;
  geo-pos:lat "48.70478"^^xsd:decimal ;
  geo-pos:long "-1.5204"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_554'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5204'^^xsd:double;
  dwc:latitude '48.70478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5204 48.70478, -1.5204 48.70478, -1.5204 48.70478, -1.5204 48.70478, -1.5204 48.70478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_554'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71274 -1.52032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71274 -1.52032)"^^geo:wktLiteral ;
  geo-pos:lat "48.71274"^^xsd:decimal ;
  geo-pos:long "-1.52032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1950'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52032'^^xsd:double;
  dwc:latitude '48.71274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52032 48.71274, -1.52032 48.71274, -1.52032 48.71274, -1.52032 48.71274, -1.52032 48.71274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1950'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5703> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66989 -1.5203)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5203"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66989 -1.5203)"^^geo:wktLiteral ;
  geo-pos:lat "48.66989"^^xsd:decimal ;
  geo-pos:long "-1.5203"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5703'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_5703'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5203'^^xsd:double;
  dwc:latitude '48.66989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5203 48.66989, -1.5203 48.66989, -1.5203 48.66989, -1.5203 48.66989, -1.5203 48.66989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5703'^^xsd:string;
  dwc:observationDate '2006-04-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9638> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70329 -1.52026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70329 -1.52026)"^^geo:wktLiteral ;
  geo-pos:lat "48.70329"^^xsd:decimal ;
  geo-pos:long "-1.52026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9638'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_9638'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '9'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52026'^^xsd:double;
  dwc:latitude '48.70329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52026 48.70329, -1.52026 48.70329, -1.52026 48.70329, -1.52026 48.70329, -1.52026 48.70329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9638'^^xsd:string;
  dwc:observationDate '2008-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_374> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68488 -1.52025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68488"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68488 -1.52025)"^^geo:wktLiteral ;
  geo-pos:lat "48.68488"^^xsd:decimal ;
  geo-pos:long "-1.52025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_374'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_374'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52025'^^xsd:double;
  dwc:latitude '48.68488'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52025 48.68488, -1.52025 48.68488, -1.52025 48.68488, -1.52025 48.68488, -1.52025 48.68488))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_374'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10252> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69812 -1.52024)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52024"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69812 -1.52024)"^^geo:wktLiteral ;
  geo-pos:lat "48.69812"^^xsd:decimal ;
  geo-pos:long "-1.52024"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10252'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_10252'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '10.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52024'^^xsd:double;
  dwc:latitude '48.69812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52024 48.69812, -1.52024 48.69812, -1.52024 48.69812, -1.52024 48.69812, -1.52024 48.69812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10252'^^xsd:string;
  dwc:observationDate '2008-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3364> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70069 -1.52022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70069"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70069 -1.52022)"^^geo:wktLiteral ;
  geo-pos:lat "48.70069"^^xsd:decimal ;
  geo-pos:long "-1.52022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3364'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3364'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52022'^^xsd:double;
  dwc:latitude '48.70069'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52022 48.70069, -1.52022 48.70069, -1.52022 48.70069, -1.52022 48.70069, -1.52022 48.70069))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3364'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65075 -1.52021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65075 -1.52021)"^^geo:wktLiteral ;
  geo-pos:lat "48.65075"^^xsd:decimal ;
  geo-pos:long "-1.52021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11610'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52021'^^xsd:double;
  dwc:latitude '48.65075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52021 48.65075, -1.52021 48.65075, -1.52021 48.65075, -1.52021 48.65075, -1.52021 48.65075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11610'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2111> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69605 -1.52013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69605 -1.52013)"^^geo:wktLiteral ;
  geo-pos:lat "48.69605"^^xsd:decimal ;
  geo-pos:long "-1.52013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2111'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2111'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '11.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52013'^^xsd:double;
  dwc:latitude '48.69605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52013 48.69605, -1.52013 48.69605, -1.52013 48.69605, -1.52013 48.69605, -1.52013 48.69605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2111'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4071> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6625 -1.52006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6625"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6625 -1.52006)"^^geo:wktLiteral ;
  geo-pos:lat "48.6625"^^xsd:decimal ;
  geo-pos:long "-1.52006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4071'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4071'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.6333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52006'^^xsd:double;
  dwc:latitude '48.6625'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52006 48.6625, -1.52006 48.6625, -1.52006 48.6625, -1.52006 48.6625, -1.52006 48.6625))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4071'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69578 -1.52006)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69578"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52006"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69578 -1.52006)"^^geo:wktLiteral ;
  geo-pos:lat "48.69578"^^xsd:decimal ;
  geo-pos:long "-1.52006"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_5739'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52006'^^xsd:double;
  dwc:latitude '48.69578'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52006 48.69578, -1.52006 48.69578, -1.52006 48.69578, -1.52006 48.69578, -1.52006 48.69578))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5739'^^xsd:string;
  dwc:observationDate '2006-04-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2076> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67094 -1.52004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67094"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67094 -1.52004)"^^geo:wktLiteral ;
  geo-pos:lat "48.67094"^^xsd:decimal ;
  geo-pos:long "-1.52004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2076'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2076'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52004'^^xsd:double;
  dwc:latitude '48.67094'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52004 48.67094, -1.52004 48.67094, -1.52004 48.67094, -1.52004 48.67094, -1.52004 48.67094))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2076'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69779 -1.52003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69779"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69779 -1.52003)"^^geo:wktLiteral ;
  geo-pos:lat "48.69779"^^xsd:decimal ;
  geo-pos:long "-1.52003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_761'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52003'^^xsd:double;
  dwc:latitude '48.69779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52003 48.69779, -1.52003 48.69779, -1.52003 48.69779, -1.52003 48.69779, -1.52003 48.69779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_761'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5768> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68413 -1.52002)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68413"^^xsd:decimal ;
  dwc:decimalLongitude "-1.52002"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68413 -1.52002)"^^geo:wktLiteral ;
  geo-pos:lat "48.68413"^^xsd:decimal ;
  geo-pos:long "-1.52002"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5768'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5768'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.52002'^^xsd:double;
  dwc:latitude '48.68413'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.52002 48.68413, -1.52002 48.68413, -1.52002 48.68413, -1.52002 48.68413, -1.52002 48.68413))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5768'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11623> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65979 -1.51999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65979 -1.51999)"^^geo:wktLiteral ;
  geo-pos:lat "48.65979"^^xsd:decimal ;
  geo-pos:long "-1.51999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11623'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11623'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51999'^^xsd:double;
  dwc:latitude '48.65979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51999 48.65979, -1.51999 48.65979, -1.51999 48.65979, -1.51999 48.65979, -1.51999 48.65979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11623'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_631> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69917 -1.51999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69917 -1.51999)"^^geo:wktLiteral ;
  geo-pos:lat "48.69917"^^xsd:decimal ;
  geo-pos:long "-1.51999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_631'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_631'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51999'^^xsd:double;
  dwc:latitude '48.69917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51999 48.69917, -1.51999 48.69917, -1.51999 48.69917, -1.51999 48.69917, -1.51999 48.69917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_631'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3314> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69644 -1.51997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69644"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69644 -1.51997)"^^geo:wktLiteral ;
  geo-pos:lat "48.69644"^^xsd:decimal ;
  geo-pos:long "-1.51997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3314'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3314'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51997'^^xsd:double;
  dwc:latitude '48.69644'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51997 48.69644, -1.51997 48.69644, -1.51997 48.69644, -1.51997 48.69644, -1.51997 48.69644))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3314'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6506 -1.51996)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6506"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51996"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6506 -1.51996)"^^geo:wktLiteral ;
  geo-pos:lat "48.6506"^^xsd:decimal ;
  geo-pos:long "-1.51996"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11611'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '20.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51996'^^xsd:double;
  dwc:latitude '48.6506'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51996 48.6506, -1.51996 48.6506, -1.51996 48.6506, -1.51996 48.6506, -1.51996 48.6506))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11611'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69893 -1.51995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69893"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69893 -1.51995)"^^geo:wktLiteral ;
  geo-pos:lat "48.69893"^^xsd:decimal ;
  geo-pos:long "-1.51995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_578'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51995'^^xsd:double;
  dwc:latitude '48.69893'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51995 48.69893, -1.51995 48.69893, -1.51995 48.69893, -1.51995 48.69893, -1.51995 48.69893))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_578'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_561> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70672 -1.51995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70672"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70672 -1.51995)"^^geo:wktLiteral ;
  geo-pos:lat "48.70672"^^xsd:decimal ;
  geo-pos:long "-1.51995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_561'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_561'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51995'^^xsd:double;
  dwc:latitude '48.70672'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51995 48.70672, -1.51995 48.70672, -1.51995 48.70672, -1.51995 48.70672, -1.51995 48.70672))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_561'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_814> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69789 -1.51993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69789"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69789 -1.51993)"^^geo:wktLiteral ;
  geo-pos:lat "48.69789"^^xsd:decimal ;
  geo-pos:long "-1.51993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_814'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_814'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51993'^^xsd:double;
  dwc:latitude '48.69789'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51993 48.69789, -1.51993 48.69789, -1.51993 48.69789, -1.51993 48.69789, -1.51993 48.69789))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_814'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1178> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68274 -1.51989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68274 -1.51989)"^^geo:wktLiteral ;
  geo-pos:lat "48.68274"^^xsd:decimal ;
  geo-pos:long "-1.51989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1178'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1178'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.033333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51989'^^xsd:double;
  dwc:latitude '48.68274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51989 48.68274, -1.51989 48.68274, -1.51989 48.68274, -1.51989 48.68274, -1.51989 48.68274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1178'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8493> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.51984)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70385"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51984"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70385 -1.51984)"^^geo:wktLiteral ;
  geo-pos:lat "48.70385"^^xsd:decimal ;
  geo-pos:long "-1.51984"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8493'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_8493'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '12.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51984'^^xsd:double;
  dwc:latitude '48.70385'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51984 48.70385, -1.51984 48.70385, -1.51984 48.70385, -1.51984 48.70385, -1.51984 48.70385))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8493'^^xsd:string;
  dwc:observationDate '2007-12-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_521> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70343 -1.51983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70343"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70343 -1.51983)"^^geo:wktLiteral ;
  geo-pos:lat "48.70343"^^xsd:decimal ;
  geo-pos:long "-1.51983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_521'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_521'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51983'^^xsd:double;
  dwc:latitude '48.70343'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51983 48.70343, -1.51983 48.70343, -1.51983 48.70343, -1.51983 48.70343, -1.51983 48.70343))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_521'^^xsd:string;
  dwc:observationDate '2006-02-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4058> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70178 -1.51981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70178"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70178 -1.51981)"^^geo:wktLiteral ;
  geo-pos:lat "48.70178"^^xsd:decimal ;
  geo-pos:long "-1.51981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4058'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4058'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.633333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51981'^^xsd:double;
  dwc:latitude '48.70178'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51981 48.70178, -1.51981 48.70178, -1.51981 48.70178, -1.51981 48.70178, -1.51981 48.70178))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4058'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2943> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7048 -1.51979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.7048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.7048 -1.51979)"^^geo:wktLiteral ;
  geo-pos:lat "48.7048"^^xsd:decimal ;
  geo-pos:long "-1.51979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2943'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2943'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51979'^^xsd:double;
  dwc:latitude '48.7048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51979 48.7048, -1.51979 48.7048, -1.51979 48.7048, -1.51979 48.7048, -1.51979 48.7048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2943'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2080> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67878 -1.51975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67878 -1.51975)"^^geo:wktLiteral ;
  geo-pos:lat "48.67878"^^xsd:decimal ;
  geo-pos:long "-1.51975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2080'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2080'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51975'^^xsd:double;
  dwc:latitude '48.67878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51975 48.67878, -1.51975 48.67878, -1.51975 48.67878, -1.51975 48.67878, -1.51975 48.67878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2080'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1472> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68807 -1.51975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68807 -1.51975)"^^geo:wktLiteral ;
  geo-pos:lat "48.68807"^^xsd:decimal ;
  geo-pos:long "-1.51975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1472'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_1472'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51975'^^xsd:double;
  dwc:latitude '48.68807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51975 48.68807, -1.51975 48.68807, -1.51975 48.68807, -1.51975 48.68807, -1.51975 48.68807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1472'^^xsd:string;
  dwc:observationDate '2006-03-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68828 -1.51975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68828 -1.51975)"^^geo:wktLiteral ;
  geo-pos:lat "48.68828"^^xsd:decimal ;
  geo-pos:long "-1.51975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3266'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51975'^^xsd:double;
  dwc:latitude '48.68828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51975 48.68828, -1.51975 48.68828, -1.51975 48.68828, -1.51975 48.68828, -1.51975 48.68828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3266'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70121 -1.51973)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70121"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51973"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70121 -1.51973)"^^geo:wktLiteral ;
  geo-pos:lat "48.70121"^^xsd:decimal ;
  geo-pos:long "-1.51973"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3393'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51973'^^xsd:double;
  dwc:latitude '48.70121'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51973 48.70121, -1.51973 48.70121, -1.51973 48.70121, -1.51973 48.70121, -1.51973 48.70121))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3393'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_339> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68925 -1.51971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68925"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68925 -1.51971)"^^geo:wktLiteral ;
  geo-pos:lat "48.68925"^^xsd:decimal ;
  geo-pos:long "-1.51971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_339'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_339'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51971'^^xsd:double;
  dwc:latitude '48.68925'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51971 48.68925, -1.51971 48.68925, -1.51971 48.68925, -1.51971 48.68925, -1.51971 48.68925))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_339'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_400> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68584 -1.51966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68584 -1.51966)"^^geo:wktLiteral ;
  geo-pos:lat "48.68584"^^xsd:decimal ;
  geo-pos:long "-1.51966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_400'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_400'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51966'^^xsd:double;
  dwc:latitude '48.68584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51966 48.68584, -1.51966 48.68584, -1.51966 48.68584, -1.51966 48.68584, -1.51966 48.68584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_400'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1131> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70296 -1.51964)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70296"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51964"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70296 -1.51964)"^^geo:wktLiteral ;
  geo-pos:lat "48.70296"^^xsd:decimal ;
  geo-pos:long "-1.51964"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1131'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_1131'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51964'^^xsd:double;
  dwc:latitude '48.70296'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51964 48.70296, -1.51964 48.70296, -1.51964 48.70296, -1.51964 48.70296, -1.51964 48.70296))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1131'^^xsd:string;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4835> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69703 -1.51963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69703"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69703 -1.51963)"^^geo:wktLiteral ;
  geo-pos:lat "48.69703"^^xsd:decimal ;
  geo-pos:long "-1.51963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4835'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4835'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '22.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51963'^^xsd:double;
  dwc:latitude '48.69703'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51963 48.69703, -1.51963 48.69703, -1.51963 48.69703, -1.51963 48.69703, -1.51963 48.69703))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4835'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11236> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6518 -1.51959)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6518"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51959"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6518 -1.51959)"^^geo:wktLiteral ;
  geo-pos:lat "48.6518"^^xsd:decimal ;
  geo-pos:long "-1.51959"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11236'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11236'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51959'^^xsd:double;
  dwc:latitude '48.6518'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51959 48.6518, -1.51959 48.6518, -1.51959 48.6518, -1.51959 48.6518, -1.51959 48.6518))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11236'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68828 -1.51958)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51958"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68828 -1.51958)"^^geo:wktLiteral ;
  geo-pos:lat "48.68828"^^xsd:decimal ;
  geo-pos:long "-1.51958"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1177'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51958'^^xsd:double;
  dwc:latitude '48.68828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51958 48.68828, -1.51958 48.68828, -1.51958 48.68828, -1.51958 48.68828, -1.51958 48.68828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1177'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_659> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69724 -1.51955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69724"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69724 -1.51955)"^^geo:wktLiteral ;
  geo-pos:lat "48.69724"^^xsd:decimal ;
  geo-pos:long "-1.51955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_659'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_659'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '4.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51955'^^xsd:double;
  dwc:latitude '48.69724'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51955 48.69724, -1.51955 48.69724, -1.51955 48.69724, -1.51955 48.69724, -1.51955 48.69724))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_659'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67979 -1.51954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67979 -1.51954)"^^geo:wktLiteral ;
  geo-pos:lat "48.67979"^^xsd:decimal ;
  geo-pos:long "-1.51954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3023'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '20.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51954'^^xsd:double;
  dwc:latitude '48.67979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51954 48.67979, -1.51954 48.67979, -1.51954 48.67979, -1.51954 48.67979, -1.51954 48.67979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3023'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69611 -1.51947)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51947"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69611 -1.51947)"^^geo:wktLiteral ;
  geo-pos:lat "48.69611"^^xsd:decimal ;
  geo-pos:long "-1.51947"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1575'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51947'^^xsd:double;
  dwc:latitude '48.69611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51947 48.69611, -1.51947 48.69611, -1.51947 48.69611, -1.51947 48.69611, -1.51947 48.69611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1575'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_993> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70126 -1.51938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70126 -1.51938)"^^geo:wktLiteral ;
  geo-pos:lat "48.70126"^^xsd:decimal ;
  geo-pos:long "-1.51938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_993'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_993'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51938'^^xsd:double;
  dwc:latitude '48.70126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51938 48.70126, -1.51938 48.70126, -1.51938 48.70126, -1.51938 48.70126, -1.51938 48.70126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_993'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_8091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_8091> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_8091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69692 -1.51937)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51937"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_8091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69692 -1.51937)"^^geo:wktLiteral ;
  geo-pos:lat "48.69692"^^xsd:decimal ;
  geo-pos:long "-1.51937"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_8091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_8091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_8091'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_8091'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51937'^^xsd:double;
  dwc:latitude '48.69692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51937 48.69692, -1.51937 48.69692, -1.51937 48.69692, -1.51937 48.69692, -1.51937 48.69692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_8091'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1365> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66663 -1.5193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66663"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66663 -1.5193)"^^geo:wktLiteral ;
  geo-pos:lat "48.66663"^^xsd:decimal ;
  geo-pos:long "-1.5193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1365'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1365'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5193'^^xsd:double;
  dwc:latitude '48.66663'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5193 48.66663, -1.5193 48.66663, -1.5193 48.66663, -1.5193 48.66663, -1.5193 48.66663))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1365'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_994> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70017 -1.5193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70017"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70017 -1.5193)"^^geo:wktLiteral ;
  geo-pos:lat "48.70017"^^xsd:decimal ;
  geo-pos:long "-1.5193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_994'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_994'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '5.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5193'^^xsd:double;
  dwc:latitude '48.70017'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5193 48.70017, -1.5193 48.70017, -1.5193 48.70017, -1.5193 48.70017, -1.5193 48.70017))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_994'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10476> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68003 -1.51929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68003 -1.51929)"^^geo:wktLiteral ;
  geo-pos:lat "48.68003"^^xsd:decimal ;
  geo-pos:long "-1.51929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10476'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_10476'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51929'^^xsd:double;
  dwc:latitude '48.68003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51929 48.68003, -1.51929 48.68003, -1.51929 48.68003, -1.51929 48.68003, -1.51929 48.68003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10476'^^xsd:string;
  dwc:observationDate '2008-04-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_989> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70126 -1.51929)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51929"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70126 -1.51929)"^^geo:wktLiteral ;
  geo-pos:lat "48.70126"^^xsd:decimal ;
  geo-pos:long "-1.51929"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_989'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_989'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51929'^^xsd:double;
  dwc:latitude '48.70126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51929 48.70126, -1.51929 48.70126, -1.51929 48.70126, -1.51929 48.70126, -1.51929 48.70126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_989'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_615> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70059 -1.51922)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51922"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70059 -1.51922)"^^geo:wktLiteral ;
  geo-pos:lat "48.70059"^^xsd:decimal ;
  geo-pos:long "-1.51922"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_615'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_615'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51922'^^xsd:double;
  dwc:latitude '48.70059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51922 48.70059, -1.51922 48.70059, -1.51922 48.70059, -1.51922 48.70059, -1.51922 48.70059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_615'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3794> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70731 -1.51921)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51921"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70731 -1.51921)"^^geo:wktLiteral ;
  geo-pos:lat "48.70731"^^xsd:decimal ;
  geo-pos:long "-1.51921"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3794'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3794'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '9.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51921'^^xsd:double;
  dwc:latitude '48.70731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51921 48.70731, -1.51921 48.70731, -1.51921 48.70731, -1.51921 48.70731, -1.51921 48.70731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3794'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1239> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71332 -1.51916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71332"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71332 -1.51916)"^^geo:wktLiteral ;
  geo-pos:lat "48.71332"^^xsd:decimal ;
  geo-pos:long "-1.51916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1239'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_1239'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '11.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51916'^^xsd:double;
  dwc:latitude '48.71332'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51916 48.71332, -1.51916 48.71332, -1.51916 48.71332, -1.51916 48.71332, -1.51916 48.71332))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1239'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65531 -1.51914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65531"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65531 -1.51914)"^^geo:wktLiteral ;
  geo-pos:lat "48.65531"^^xsd:decimal ;
  geo-pos:long "-1.51914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1651'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51914'^^xsd:double;
  dwc:latitude '48.65531'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51914 48.65531, -1.51914 48.65531, -1.51914 48.65531, -1.51914 48.65531, -1.51914 48.65531))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1651'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69065 -1.51908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69065"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69065 -1.51908)"^^geo:wktLiteral ;
  geo-pos:lat "48.69065"^^xsd:decimal ;
  geo-pos:long "-1.51908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_3267'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51908'^^xsd:double;
  dwc:latitude '48.69065'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51908 48.69065, -1.51908 48.69065, -1.51908 48.69065, -1.51908 48.69065, -1.51908 48.69065))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3267'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70422 -1.51904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70422"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70422 -1.51904)"^^geo:wktLiteral ;
  geo-pos:lat "48.70422"^^xsd:decimal ;
  geo-pos:long "-1.51904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_9620'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51904'^^xsd:double;
  dwc:latitude '48.70422'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51904 48.70422, -1.51904 48.70422, -1.51904 48.70422, -1.51904 48.70422, -1.51904 48.70422))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9620'^^xsd:string;
  dwc:observationDate '2008-02-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4538> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71218 -1.51902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71218"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71218 -1.51902)"^^geo:wktLiteral ;
  geo-pos:lat "48.71218"^^xsd:decimal ;
  geo-pos:long "-1.51902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4538'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4538'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51902'^^xsd:double;
  dwc:latitude '48.71218'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51902 48.71218, -1.51902 48.71218, -1.51902 48.71218, -1.51902 48.71218, -1.51902 48.71218))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4538'^^xsd:string;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68102 -1.51899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68102 -1.51899)"^^geo:wktLiteral ;
  geo-pos:lat "48.68102"^^xsd:decimal ;
  geo-pos:long "-1.51899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3306'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51899'^^xsd:double;
  dwc:latitude '48.68102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51899 48.68102, -1.51899 48.68102, -1.51899 48.68102, -1.51899 48.68102, -1.51899 48.68102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3306'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_606> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70012 -1.51899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70012"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70012 -1.51899)"^^geo:wktLiteral ;
  geo-pos:lat "48.70012"^^xsd:decimal ;
  geo-pos:long "-1.51899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_606'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_606'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '15.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51899'^^xsd:double;
  dwc:latitude '48.70012'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51899 48.70012, -1.51899 48.70012, -1.51899 48.70012, -1.51899 48.70012, -1.51899 48.70012))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_606'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11140> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65866 -1.51896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65866 -1.51896)"^^geo:wktLiteral ;
  geo-pos:lat "48.65866"^^xsd:decimal ;
  geo-pos:long "-1.51896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11140'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11140'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51896'^^xsd:double;
  dwc:latitude '48.65866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51896 48.65866, -1.51896 48.65866, -1.51896 48.65866, -1.51896 48.65866, -1.51896 48.65866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11140'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3363> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69662 -1.51896)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69662"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51896"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69662 -1.51896)"^^geo:wktLiteral ;
  geo-pos:lat "48.69662"^^xsd:decimal ;
  geo-pos:long "-1.51896"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3363'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3363'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '17.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51896'^^xsd:double;
  dwc:latitude '48.69662'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51896 48.69662, -1.51896 48.69662, -1.51896 48.69662, -1.51896 48.69662, -1.51896 48.69662))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3363'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69618 -1.51894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69618 -1.51894)"^^geo:wktLiteral ;
  geo-pos:lat "48.69618"^^xsd:decimal ;
  geo-pos:long "-1.51894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4918'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13'^^xsd:integer;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51894'^^xsd:double;
  dwc:latitude '48.69618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51894 48.69618, -1.51894 48.69618, -1.51894 48.69618, -1.51894 48.69618, -1.51894 48.69618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4918'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12132> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67031 -1.51893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67031"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67031 -1.51893)"^^geo:wktLiteral ;
  geo-pos:lat "48.67031"^^xsd:decimal ;
  geo-pos:long "-1.51893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12132'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12132'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '10.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51893'^^xsd:double;
  dwc:latitude '48.67031'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51893 48.67031, -1.51893 48.67031, -1.51893 48.67031, -1.51893 48.67031, -1.51893 48.67031))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12132'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.678 -1.5189)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5189"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.678 -1.5189)"^^geo:wktLiteral ;
  geo-pos:lat "48.678"^^xsd:decimal ;
  geo-pos:long "-1.5189"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2388'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5189'^^xsd:double;
  dwc:latitude '48.678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5189 48.678, -1.5189 48.678, -1.5189 48.678, -1.5189 48.678, -1.5189 48.678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2388'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63594 -1.51889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63594 -1.51889)"^^geo:wktLiteral ;
  geo-pos:lat "48.63594"^^xsd:decimal ;
  geo-pos:long "-1.51889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6394'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '2.2666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51889'^^xsd:double;
  dwc:latitude '48.63594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51889 48.63594, -1.51889 48.63594, -1.51889 48.63594, -1.51889 48.63594, -1.51889 48.63594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6394'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5185> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64018 -1.51885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64018"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64018 -1.51885)"^^geo:wktLiteral ;
  geo-pos:lat "48.64018"^^xsd:decimal ;
  geo-pos:long "-1.51885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5185'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5185'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51885'^^xsd:double;
  dwc:latitude '48.64018'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51885 48.64018, -1.51885 48.64018, -1.51885 48.64018, -1.51885 48.64018, -1.51885 48.64018))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5185'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1709> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65383 -1.51885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65383 -1.51885)"^^geo:wktLiteral ;
  geo-pos:lat "48.65383"^^xsd:decimal ;
  geo-pos:long "-1.51885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1709'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1709'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51885'^^xsd:double;
  dwc:latitude '48.65383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51885 48.65383, -1.51885 48.65383, -1.51885 48.65383, -1.51885 48.65383, -1.51885 48.65383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1709'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1416> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66599 -1.51881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66599"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66599 -1.51881)"^^geo:wktLiteral ;
  geo-pos:lat "48.66599"^^xsd:decimal ;
  geo-pos:long "-1.51881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1416'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1416'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51881'^^xsd:double;
  dwc:latitude '48.66599'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51881 48.66599, -1.51881 48.66599, -1.51881 48.66599, -1.51881 48.66599, -1.51881 48.66599))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1416'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68102 -1.51878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68102 -1.51878)"^^geo:wktLiteral ;
  geo-pos:lat "48.68102"^^xsd:decimal ;
  geo-pos:long "-1.51878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2389'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51878'^^xsd:double;
  dwc:latitude '48.68102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51878 48.68102, -1.51878 48.68102, -1.51878 48.68102, -1.51878 48.68102, -1.51878 48.68102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2389'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69968 -1.51878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69968"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69968 -1.51878)"^^geo:wktLiteral ;
  geo-pos:lat "48.69968"^^xsd:decimal ;
  geo-pos:long "-1.51878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9915'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51878'^^xsd:double;
  dwc:latitude '48.69968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51878 48.69968, -1.51878 48.69968, -1.51878 48.69968, -1.51878 48.69968, -1.51878 48.69968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9915'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3485> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71495 -1.51874)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51874"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71495 -1.51874)"^^geo:wktLiteral ;
  geo-pos:lat "48.71495"^^xsd:decimal ;
  geo-pos:long "-1.51874"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3485'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3485'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51874'^^xsd:double;
  dwc:latitude '48.71495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51874 48.71495, -1.51874 48.71495, -1.51874 48.71495, -1.51874 48.71495, -1.51874 48.71495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3485'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69711 -1.51872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69711"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69711 -1.51872)"^^geo:wktLiteral ;
  geo-pos:lat "48.69711"^^xsd:decimal ;
  geo-pos:long "-1.51872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2385'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51872'^^xsd:double;
  dwc:latitude '48.69711'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51872 48.69711, -1.51872 48.69711, -1.51872 48.69711, -1.51872 48.69711, -1.51872 48.69711))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2385'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67862 -1.51868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67862"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67862 -1.51868)"^^geo:wktLiteral ;
  geo-pos:lat "48.67862"^^xsd:decimal ;
  geo-pos:long "-1.51868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2387'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51868'^^xsd:double;
  dwc:latitude '48.67862'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51868 48.67862, -1.51868 48.67862, -1.51868 48.67862, -1.51868 48.67862, -1.51868 48.67862))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2387'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2523> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70162 -1.51868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70162"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70162 -1.51868)"^^geo:wktLiteral ;
  geo-pos:lat "48.70162"^^xsd:decimal ;
  geo-pos:long "-1.51868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2523'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2523'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51868'^^xsd:double;
  dwc:latitude '48.70162'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51868 48.70162, -1.51868 48.70162, -1.51868 48.70162, -1.51868 48.70162, -1.51868 48.70162))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2523'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_286> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69741 -1.51858)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51858"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69741 -1.51858)"^^geo:wktLiteral ;
  geo-pos:lat "48.69741"^^xsd:decimal ;
  geo-pos:long "-1.51858"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_286'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_286'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51858'^^xsd:double;
  dwc:latitude '48.69741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51858 48.69741, -1.51858 48.69741, -1.51858 48.69741, -1.51858 48.69741, -1.51858 48.69741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_286'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11275> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65906 -1.51856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65906"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65906 -1.51856)"^^geo:wktLiteral ;
  geo-pos:lat "48.65906"^^xsd:decimal ;
  geo-pos:long "-1.51856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11275'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11275'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51856'^^xsd:double;
  dwc:latitude '48.65906'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51856 48.65906, -1.51856 48.65906, -1.51856 48.65906, -1.51856 48.65906, -1.51856 48.65906))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11275'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67507 -1.51856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67507"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67507 -1.51856)"^^geo:wktLiteral ;
  geo-pos:lat "48.67507"^^xsd:decimal ;
  geo-pos:long "-1.51856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2079'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51856'^^xsd:double;
  dwc:latitude '48.67507'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51856 48.67507, -1.51856 48.67507, -1.51856 48.67507, -1.51856 48.67507, -1.51856 48.67507))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2079'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67808 -1.51854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67808 -1.51854)"^^geo:wktLiteral ;
  geo-pos:lat "48.67808"^^xsd:decimal ;
  geo-pos:long "-1.51854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2574'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '19.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51854'^^xsd:double;
  dwc:latitude '48.67808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51854 48.67808, -1.51854 48.67808, -1.51854 48.67808, -1.51854 48.67808, -1.51854 48.67808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2574'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3937> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68748 -1.51854)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51854"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68748 -1.51854)"^^geo:wktLiteral ;
  geo-pos:lat "48.68748"^^xsd:decimal ;
  geo-pos:long "-1.51854"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3937'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3937'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51854'^^xsd:double;
  dwc:latitude '48.68748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51854 48.68748, -1.51854 48.68748, -1.51854 48.68748, -1.51854 48.68748, -1.51854 48.68748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3937'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_987> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69817 -1.51853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69817 -1.51853)"^^geo:wktLiteral ;
  geo-pos:lat "48.69817"^^xsd:decimal ;
  geo-pos:long "-1.51853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_987'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_987'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '1.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51853'^^xsd:double;
  dwc:latitude '48.69817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51853 48.69817, -1.51853 48.69817, -1.51853 48.69817, -1.51853 48.69817, -1.51853 48.69817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_987'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_662> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69688 -1.51851)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69688"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51851"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69688 -1.51851)"^^geo:wktLiteral ;
  geo-pos:lat "48.69688"^^xsd:decimal ;
  geo-pos:long "-1.51851"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_662'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_662'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51851'^^xsd:double;
  dwc:latitude '48.69688'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51851 48.69688, -1.51851 48.69688, -1.51851 48.69688, -1.51851 48.69688, -1.51851 48.69688))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_662'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3936> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67855 -1.51848)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67855"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51848"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67855 -1.51848)"^^geo:wktLiteral ;
  geo-pos:lat "48.67855"^^xsd:decimal ;
  geo-pos:long "-1.51848"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3936'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3936'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51848'^^xsd:double;
  dwc:latitude '48.67855'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51848 48.67855, -1.51848 48.67855, -1.51848 48.67855, -1.51848 48.67855, -1.51848 48.67855))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3936'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2554> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69687 -1.51847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69687 -1.51847)"^^geo:wktLiteral ;
  geo-pos:lat "48.69687"^^xsd:decimal ;
  geo-pos:long "-1.51847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2554'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2554'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51847'^^xsd:double;
  dwc:latitude '48.69687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51847 48.69687, -1.51847 48.69687, -1.51847 48.69687, -1.51847 48.69687, -1.51847 48.69687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2554'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71083 -1.5184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.71083"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.71083 -1.5184)"^^geo:wktLiteral ;
  geo-pos:lat "48.71083"^^xsd:decimal ;
  geo-pos:long "-1.5184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_6408'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5184'^^xsd:double;
  dwc:latitude '48.71083'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5184 48.71083, -1.5184 48.71083, -1.5184 48.71083, -1.5184 48.71083, -1.5184 48.71083))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6408'^^xsd:string;
  dwc:observationDate '2006-05-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_614> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69698 -1.51839)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69698"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51839"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69698 -1.51839)"^^geo:wktLiteral ;
  geo-pos:lat "48.69698"^^xsd:decimal ;
  geo-pos:long "-1.51839"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_614'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_614'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51839'^^xsd:double;
  dwc:latitude '48.69698'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51839 48.69698, -1.51839 48.69698, -1.51839 48.69698, -1.51839 48.69698, -1.51839 48.69698))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_614'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1876> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65076 -1.51835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65076"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65076 -1.51835)"^^geo:wktLiteral ;
  geo-pos:lat "48.65076"^^xsd:decimal ;
  geo-pos:long "-1.51835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1876'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1876'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51835'^^xsd:double;
  dwc:latitude '48.65076'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51835 48.65076, -1.51835 48.65076, -1.51835 48.65076, -1.51835 48.65076, -1.51835 48.65076))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1876'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3095> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66573 -1.51835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66573"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66573 -1.51835)"^^geo:wktLiteral ;
  geo-pos:lat "48.66573"^^xsd:decimal ;
  geo-pos:long "-1.51835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3095'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_3095'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51835'^^xsd:double;
  dwc:latitude '48.66573'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51835 48.66573, -1.51835 48.66573, -1.51835 48.66573, -1.51835 48.66573, -1.51835 48.66573))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3095'^^xsd:string;
  dwc:observationDate '2006-03-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1092> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.51835)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51835"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.51835)"^^geo:wktLiteral ;
  geo-pos:lat "48.66731"^^xsd:decimal ;
  geo-pos:long "-1.51835"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1092'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1092'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51835'^^xsd:double;
  dwc:latitude '48.66731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51835 48.66731, -1.51835 48.66731, -1.51835 48.66731, -1.51835 48.66731, -1.51835 48.66731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1092'^^xsd:string;
  dwc:observationDate '2006-02-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6687 -1.5183)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6687"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5183"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6687 -1.5183)"^^geo:wktLiteral ;
  geo-pos:lat "48.6687"^^xsd:decimal ;
  geo-pos:long "-1.5183"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1369'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5183'^^xsd:double;
  dwc:latitude '48.6687'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5183 48.6687, -1.5183 48.6687, -1.5183 48.6687, -1.5183 48.6687, -1.5183 48.6687))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1369'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9464> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69972 -1.51827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69972 -1.51827)"^^geo:wktLiteral ;
  geo-pos:lat "48.69972"^^xsd:decimal ;
  geo-pos:long "-1.51827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9464'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_9464'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '3.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51827'^^xsd:double;
  dwc:latitude '48.69972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51827 48.69972, -1.51827 48.69972, -1.51827 48.69972, -1.51827 48.69972, -1.51827 48.69972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9464'^^xsd:string;
  dwc:observationDate '2008-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_625> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68754 -1.51823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68754 -1.51823)"^^geo:wktLiteral ;
  geo-pos:lat "48.68754"^^xsd:decimal ;
  geo-pos:long "-1.51823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_625'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_625'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51823'^^xsd:double;
  dwc:latitude '48.68754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51823 48.68754, -1.51823 48.68754, -1.51823 48.68754, -1.51823 48.68754, -1.51823 48.68754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_625'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64681 -1.51818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64681"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64681 -1.51818)"^^geo:wktLiteral ;
  geo-pos:lat "48.64681"^^xsd:decimal ;
  geo-pos:long "-1.51818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1648'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51818'^^xsd:double;
  dwc:latitude '48.64681'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51818 48.64681, -1.51818 48.64681, -1.51818 48.64681, -1.51818 48.64681, -1.51818 48.64681))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1648'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68574 -1.51816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68574"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68574 -1.51816)"^^geo:wktLiteral ;
  geo-pos:lat "48.68574"^^xsd:decimal ;
  geo-pos:long "-1.51816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1679'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51816'^^xsd:double;
  dwc:latitude '48.68574'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51816 48.68574, -1.51816 48.68574, -1.51816 48.68574, -1.51816 48.68574, -1.51816 48.68574))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1679'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2109> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68938 -1.51816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68938 -1.51816)"^^geo:wktLiteral ;
  geo-pos:lat "48.68938"^^xsd:decimal ;
  geo-pos:long "-1.51816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2109'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_2109'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51816'^^xsd:double;
  dwc:latitude '48.68938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51816 48.68938, -1.51816 48.68938, -1.51816 48.68938, -1.51816 48.68938, -1.51816 48.68938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2109'^^xsd:string;
  dwc:observationDate '2006-02-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69889 -1.51816)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69889"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51816"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69889 -1.51816)"^^geo:wktLiteral ;
  geo-pos:lat "48.69889"^^xsd:decimal ;
  geo-pos:long "-1.51816"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2555'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '11.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51816'^^xsd:double;
  dwc:latitude '48.69889'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51816 48.69889, -1.51816 48.69889, -1.51816 48.69889, -1.51816 48.69889, -1.51816 48.69889))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2555'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69593 -1.51807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69593"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69593 -1.51807)"^^geo:wktLiteral ;
  geo-pos:lat "48.69593"^^xsd:decimal ;
  geo-pos:long "-1.51807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1457'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51807'^^xsd:double;
  dwc:latitude '48.69593'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51807 48.69593, -1.51807 48.69593, -1.51807 48.69593, -1.51807 48.69593, -1.51807 48.69593))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1457'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_285> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70008 -1.51807)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70008"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51807"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70008 -1.51807)"^^geo:wktLiteral ;
  geo-pos:lat "48.70008"^^xsd:decimal ;
  geo-pos:long "-1.51807"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_285'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_285'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51807'^^xsd:double;
  dwc:latitude '48.70008'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51807 48.70008, -1.51807 48.70008, -1.51807 48.70008, -1.51807 48.70008, -1.51807 48.70008))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_285'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3507> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69445 -1.51806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69445"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69445 -1.51806)"^^geo:wktLiteral ;
  geo-pos:lat "48.69445"^^xsd:decimal ;
  geo-pos:long "-1.51806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3507'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3507'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51806'^^xsd:double;
  dwc:latitude '48.69445'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51806 48.69445, -1.51806 48.69445, -1.51806 48.69445, -1.51806 48.69445, -1.51806 48.69445))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3507'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69713 -1.51799)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69713"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51799"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69713 -1.51799)"^^geo:wktLiteral ;
  geo-pos:lat "48.69713"^^xsd:decimal ;
  geo-pos:long "-1.51799"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1574'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51799'^^xsd:double;
  dwc:latitude '48.69713'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51799 48.69713, -1.51799 48.69713, -1.51799 48.69713, -1.51799 48.69713, -1.51799 48.69713))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1574'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69592 -1.51784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69592"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69592 -1.51784)"^^geo:wktLiteral ;
  geo-pos:lat "48.69592"^^xsd:decimal ;
  geo-pos:long "-1.51784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_195'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '12.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51784'^^xsd:double;
  dwc:latitude '48.69592'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51784 48.69592, -1.51784 48.69592, -1.51784 48.69592, -1.51784 48.69592, -1.51784 48.69592))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_195'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2918> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69744 -1.51784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69744"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69744 -1.51784)"^^geo:wktLiteral ;
  geo-pos:lat "48.69744"^^xsd:decimal ;
  geo-pos:long "-1.51784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2918'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2918'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51784'^^xsd:double;
  dwc:latitude '48.69744'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51784 48.69744, -1.51784 48.69744, -1.51784 48.69744, -1.51784 48.69744, -1.51784 48.69744))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2918'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6989 -1.51784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6989"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6989 -1.51784)"^^geo:wktLiteral ;
  geo-pos:lat "48.6989"^^xsd:decimal ;
  geo-pos:long "-1.51784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_577'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51784'^^xsd:double;
  dwc:latitude '48.6989'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51784 48.6989, -1.51784 48.6989, -1.51784 48.6989, -1.51784 48.6989, -1.51784 48.6989))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_577'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_651> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69198 -1.51783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69198"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69198 -1.51783)"^^geo:wktLiteral ;
  geo-pos:lat "48.69198"^^xsd:decimal ;
  geo-pos:long "-1.51783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_651'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_651'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '19.616666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51783'^^xsd:double;
  dwc:latitude '48.69198'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51783 48.69198, -1.51783 48.69198, -1.51783 48.69198, -1.51783 48.69198, -1.51783 48.69198))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_651'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70216 -1.51777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70216 -1.51777)"^^geo:wktLiteral ;
  geo-pos:lat "48.70216"^^xsd:decimal ;
  geo-pos:long "-1.51777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_555'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51777'^^xsd:double;
  dwc:latitude '48.70216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51777 48.70216, -1.51777 48.70216, -1.51777 48.70216, -1.51777 48.70216, -1.51777 48.70216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_555'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5451> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62952 -1.51776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.62952"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.62952 -1.51776)"^^geo:wktLiteral ;
  geo-pos:lat "48.62952"^^xsd:decimal ;
  geo-pos:long "-1.51776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5451'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5451'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51776'^^xsd:double;
  dwc:latitude '48.62952'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51776 48.62952, -1.51776 48.62952, -1.51776 48.62952, -1.51776 48.62952, -1.51776 48.62952))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5451'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6379 -1.51776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6379"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6379 -1.51776)"^^geo:wktLiteral ;
  geo-pos:lat "48.6379"^^xsd:decimal ;
  geo-pos:long "-1.51776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5450'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51776'^^xsd:double;
  dwc:latitude '48.6379'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51776 48.6379, -1.51776 48.6379, -1.51776 48.6379, -1.51776 48.6379, -1.51776 48.6379))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5450'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69039 -1.51776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69039"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69039 -1.51776)"^^geo:wktLiteral ;
  geo-pos:lat "48.69039"^^xsd:decimal ;
  geo-pos:long "-1.51776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5054'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51776'^^xsd:double;
  dwc:latitude '48.69039'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51776 48.69039, -1.51776 48.69039, -1.51776 48.69039, -1.51776 48.69039, -1.51776 48.69039))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5054'^^xsd:string;
  dwc:observationDate '2006-05-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69652 -1.51776)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69652"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51776"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69652 -1.51776)"^^geo:wktLiteral ;
  geo-pos:lat "48.69652"^^xsd:decimal ;
  geo-pos:long "-1.51776"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1573'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51776'^^xsd:double;
  dwc:latitude '48.69652'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51776 48.69652, -1.51776 48.69652, -1.51776 48.69652, -1.51776 48.69652, -1.51776 48.69652))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1573'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1652> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66241 -1.51775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66241"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66241 -1.51775)"^^geo:wktLiteral ;
  geo-pos:lat "48.66241"^^xsd:decimal ;
  geo-pos:long "-1.51775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1652'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1652'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51775'^^xsd:double;
  dwc:latitude '48.66241'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51775 48.66241, -1.51775 48.66241, -1.51775 48.66241, -1.51775 48.66241, -1.51775 48.66241))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1652'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_6929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_6929> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_6929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6454 -1.5177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_6929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6454 -1.5177)"^^geo:wktLiteral ;
  geo-pos:lat "48.6454"^^xsd:decimal ;
  geo-pos:long "-1.5177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_6929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_6929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_6929'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '6'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_6929'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5177'^^xsd:double;
  dwc:latitude '48.6454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5177 48.6454, -1.5177 48.6454, -1.5177 48.6454, -1.5177 48.6454, -1.5177 48.6454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_6929'^^xsd:string;
  dwc:observationDate '2006-06-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_988> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69369 -1.5177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69369"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69369 -1.5177)"^^geo:wktLiteral ;
  geo-pos:lat "48.69369"^^xsd:decimal ;
  geo-pos:long "-1.5177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_988'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_988'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5177'^^xsd:double;
  dwc:latitude '48.69369'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5177 48.69369, -1.5177 48.69369, -1.5177 48.69369, -1.5177 48.69369, -1.5177 48.69369))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_988'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68975 -1.51767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68975"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68975 -1.51767)"^^geo:wktLiteral ;
  geo-pos:lat "48.68975"^^xsd:decimal ;
  geo-pos:long "-1.51767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_5394'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51767'^^xsd:double;
  dwc:latitude '48.68975'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51767 48.68975, -1.51767 48.68975, -1.51767 48.68975, -1.51767 48.68975, -1.51767 48.68975))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5394'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69584 -1.51767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69584"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69584 -1.51767)"^^geo:wktLiteral ;
  geo-pos:lat "48.69584"^^xsd:decimal ;
  geo-pos:long "-1.51767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1309'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '2.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51767'^^xsd:double;
  dwc:latitude '48.69584'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51767 48.69584, -1.51767 48.69584, -1.51767 48.69584, -1.51767 48.69584, -1.51767 48.69584))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1309'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66753 -1.51763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66753 -1.51763)"^^geo:wktLiteral ;
  geo-pos:lat "48.66753"^^xsd:decimal ;
  geo-pos:long "-1.51763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3548'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51763'^^xsd:double;
  dwc:latitude '48.66753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51763 48.66753, -1.51763 48.66753, -1.51763 48.66753, -1.51763 48.66753, -1.51763 48.66753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3548'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69451 -1.51762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69451 -1.51762)"^^geo:wktLiteral ;
  geo-pos:lat "48.69451"^^xsd:decimal ;
  geo-pos:long "-1.51762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1307'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51762'^^xsd:double;
  dwc:latitude '48.69451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51762 48.69451, -1.51762 48.69451, -1.51762 48.69451, -1.51762 48.69451, -1.51762 48.69451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1307'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69776 -1.51762)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51762"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69776 -1.51762)"^^geo:wktLiteral ;
  geo-pos:lat "48.69776"^^xsd:decimal ;
  geo-pos:long "-1.51762"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1588'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51762'^^xsd:double;
  dwc:latitude '48.69776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51762 48.69776, -1.51762 48.69776, -1.51762 48.69776, -1.51762 48.69776, -1.51762 48.69776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1588'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1306> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69215 -1.51756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69215"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69215 -1.51756)"^^geo:wktLiteral ;
  geo-pos:lat "48.69215"^^xsd:decimal ;
  geo-pos:long "-1.51756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1306'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1306'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '1.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51756'^^xsd:double;
  dwc:latitude '48.69215'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51756 48.69215, -1.51756 48.69215, -1.51756 48.69215, -1.51756 48.69215, -1.51756 48.69215))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1306'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4057> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70328 -1.51756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70328 -1.51756)"^^geo:wktLiteral ;
  geo-pos:lat "48.70328"^^xsd:decimal ;
  geo-pos:long "-1.51756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4057'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4057'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51756'^^xsd:double;
  dwc:latitude '48.70328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51756 48.70328, -1.51756 48.70328, -1.51756 48.70328, -1.51756 48.70328, -1.51756 48.70328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4057'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2917> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68384 -1.51743)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68384"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51743"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68384 -1.51743)"^^geo:wktLiteral ;
  geo-pos:lat "48.68384"^^xsd:decimal ;
  geo-pos:long "-1.51743"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2917'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2917'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51743'^^xsd:double;
  dwc:latitude '48.68384'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51743 48.68384, -1.51743 48.68384, -1.51743 48.68384, -1.51743 48.68384, -1.51743 48.68384))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2917'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_630> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68829 -1.51742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68829"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68829 -1.51742)"^^geo:wktLiteral ;
  geo-pos:lat "48.68829"^^xsd:decimal ;
  geo-pos:long "-1.51742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_630'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_630'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51742'^^xsd:double;
  dwc:latitude '48.68829'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51742 48.68829, -1.51742 48.68829, -1.51742 48.68829, -1.51742 48.68829, -1.51742 48.68829))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_630'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69686 -1.51741)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51741"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69686 -1.51741)"^^geo:wktLiteral ;
  geo-pos:lat "48.69686"^^xsd:decimal ;
  geo-pos:long "-1.51741"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1587'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51741'^^xsd:double;
  dwc:latitude '48.69686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51741 48.69686, -1.51741 48.69686, -1.51741 48.69686, -1.51741 48.69686, -1.51741 48.69686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1587'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3508> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69352 -1.51733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69352 -1.51733)"^^geo:wktLiteral ;
  geo-pos:lat "48.69352"^^xsd:decimal ;
  geo-pos:long "-1.51733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3508'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3508'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '21.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51733'^^xsd:double;
  dwc:latitude '48.69352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51733 48.69352, -1.51733 48.69352, -1.51733 48.69352, -1.51733 48.69352, -1.51733 48.69352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3508'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3084> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66949 -1.51726)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51726"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66949 -1.51726)"^^geo:wktLiteral ;
  geo-pos:lat "48.66949"^^xsd:decimal ;
  geo-pos:long "-1.51726"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3084'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3084'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51726'^^xsd:double;
  dwc:latitude '48.66949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51726 48.66949, -1.51726 48.66949, -1.51726 48.66949, -1.51726 48.66949, -1.51726 48.66949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3084'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5194> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67795 -1.51725)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67795"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51725"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67795 -1.51725)"^^geo:wktLiteral ;
  geo-pos:lat "48.67795"^^xsd:decimal ;
  geo-pos:long "-1.51725"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5194'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_5194'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51725'^^xsd:double;
  dwc:latitude '48.67795'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51725 48.67795, -1.51725 48.67795, -1.51725 48.67795, -1.51725 48.67795, -1.51725 48.67795))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5194'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11173> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63824 -1.51721)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63824"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51721"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63824 -1.51721)"^^geo:wktLiteral ;
  geo-pos:lat "48.63824"^^xsd:decimal ;
  geo-pos:long "-1.51721"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11173'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11173'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51721'^^xsd:double;
  dwc:latitude '48.63824'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51721 48.63824, -1.51721 48.63824, -1.51721 48.63824, -1.51721 48.63824, -1.51721 48.63824))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11173'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2916> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67137 -1.51715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67137"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67137 -1.51715)"^^geo:wktLiteral ;
  geo-pos:lat "48.67137"^^xsd:decimal ;
  geo-pos:long "-1.51715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2916'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2916'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51715'^^xsd:double;
  dwc:latitude '48.67137'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51715 48.67137, -1.51715 48.67137, -1.51715 48.67137, -1.51715 48.67137, -1.51715 48.67137))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2916'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70589 -1.51714)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51714"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70589 -1.51714)"^^geo:wktLiteral ;
  geo-pos:lat "48.70589"^^xsd:decimal ;
  geo-pos:long "-1.51714"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_9525'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '7.0166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51714'^^xsd:double;
  dwc:latitude '48.70589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51714 48.70589, -1.51714 48.70589, -1.51714 48.70589, -1.51714 48.70589, -1.51714 48.70589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9525'^^xsd:string;
  dwc:observationDate '2008-02-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3310> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68962 -1.51711)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68962"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51711"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68962 -1.51711)"^^geo:wktLiteral ;
  geo-pos:lat "48.68962"^^xsd:decimal ;
  geo-pos:long "-1.51711"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3310'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3310'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51711'^^xsd:double;
  dwc:latitude '48.68962'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51711 48.68962, -1.51711 48.68962, -1.51711 48.68962, -1.51711 48.68962, -1.51711 48.68962))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3310'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_802> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6917 -1.51707)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6917"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51707"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6917 -1.51707)"^^geo:wktLiteral ;
  geo-pos:lat "48.6917"^^xsd:decimal ;
  geo-pos:long "-1.51707"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_802'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_802'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51707'^^xsd:double;
  dwc:latitude '48.6917'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51707 48.6917, -1.51707 48.6917, -1.51707 48.6917, -1.51707 48.6917, -1.51707 48.6917))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_802'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2525> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67935 -1.51698)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67935"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51698"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67935 -1.51698)"^^geo:wktLiteral ;
  geo-pos:lat "48.67935"^^xsd:decimal ;
  geo-pos:long "-1.51698"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2525'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2525'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51698'^^xsd:double;
  dwc:latitude '48.67935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51698 48.67935, -1.51698 48.67935, -1.51698 48.67935, -1.51698 48.67935, -1.51698 48.67935))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2525'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3528> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67567 -1.51697)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67567"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51697"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67567 -1.51697)"^^geo:wktLiteral ;
  geo-pos:lat "48.67567"^^xsd:decimal ;
  geo-pos:long "-1.51697"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3528'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3528'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51697'^^xsd:double;
  dwc:latitude '48.67567'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51697 48.67567, -1.51697 48.67567, -1.51697 48.67567, -1.51697 48.67567, -1.51697 48.67567))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3528'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5452> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63464 -1.51693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63464 -1.51693)"^^geo:wktLiteral ;
  geo-pos:lat "48.63464"^^xsd:decimal ;
  geo-pos:long "-1.51693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5452'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5452'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51693'^^xsd:double;
  dwc:latitude '48.63464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51693 48.63464, -1.51693 48.63464, -1.51693 48.63464, -1.51693 48.63464, -1.51693 48.63464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5452'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11174> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64721 -1.51691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64721"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64721 -1.51691)"^^geo:wktLiteral ;
  geo-pos:lat "48.64721"^^xsd:decimal ;
  geo-pos:long "-1.51691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11174'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_11174'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '19.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51691'^^xsd:double;
  dwc:latitude '48.64721'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51691 48.64721, -1.51691 48.64721, -1.51691 48.64721, -1.51691 48.64721, -1.51691 48.64721))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11174'^^xsd:string;
  dwc:observationDate '2007-11-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2656> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70281 -1.51687)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70281"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51687"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70281 -1.51687)"^^geo:wktLiteral ;
  geo-pos:lat "48.70281"^^xsd:decimal ;
  geo-pos:long "-1.51687"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2656'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '6'^^xsd:integer;
  dwc:collectorNumber '2034_2656'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:timeOfDay '0.18333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51687'^^xsd:double;
  dwc:latitude '48.70281'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51687 48.70281, -1.51687 48.70281, -1.51687 48.70281, -1.51687 48.70281, -1.51687 48.70281))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2656'^^xsd:string;
  dwc:observationDate '2006-03-06'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5417> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68389 -1.51683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68389 -1.51683)"^^geo:wktLiteral ;
  geo-pos:lat "48.68389"^^xsd:decimal ;
  geo-pos:long "-1.51683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5417'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5417'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51683'^^xsd:double;
  dwc:latitude '48.68389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51683 48.68389, -1.51683 48.68389, -1.51683 48.68389, -1.51683 48.68389, -1.51683 48.68389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5417'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_369> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67116 -1.51682)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67116"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51682"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67116 -1.51682)"^^geo:wktLiteral ;
  geo-pos:lat "48.67116"^^xsd:decimal ;
  geo-pos:long "-1.51682"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_369'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_369'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51682'^^xsd:double;
  dwc:latitude '48.67116'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51682 48.67116, -1.51682 48.67116, -1.51682 48.67116, -1.51682 48.67116, -1.51682 48.67116))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_369'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6798 -1.51676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6798 -1.51676)"^^geo:wktLiteral ;
  geo-pos:lat "48.6798"^^xsd:decimal ;
  geo-pos:long "-1.51676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_368'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51676'^^xsd:double;
  dwc:latitude '48.6798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51676 48.6798, -1.51676 48.6798, -1.51676 48.6798, -1.51676 48.6798, -1.51676 48.6798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_368'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4423> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68358 -1.51673)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51673"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68358 -1.51673)"^^geo:wktLiteral ;
  geo-pos:lat "48.68358"^^xsd:decimal ;
  geo-pos:long "-1.51673"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4423'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4423'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '15.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51673'^^xsd:double;
  dwc:latitude '48.68358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51673 48.68358, -1.51673 48.68358, -1.51673 48.68358, -1.51673 48.68358, -1.51673 48.68358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4423'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68141 -1.51672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68141"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68141 -1.51672)"^^geo:wktLiteral ;
  geo-pos:lat "48.68141"^^xsd:decimal ;
  geo-pos:long "-1.51672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1453'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51672'^^xsd:double;
  dwc:latitude '48.68141'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51672 48.68141, -1.51672 48.68141, -1.51672 48.68141, -1.51672 48.68141, -1.51672 48.68141))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1453'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_796> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6747 -1.51663)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6747"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51663"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6747 -1.51663)"^^geo:wktLiteral ;
  geo-pos:lat "48.6747"^^xsd:decimal ;
  geo-pos:long "-1.51663"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_796'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_796'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '19.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51663'^^xsd:double;
  dwc:latitude '48.6747'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51663 48.6747, -1.51663 48.6747, -1.51663 48.6747, -1.51663 48.6747, -1.51663 48.6747))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_796'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2552> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68978 -1.51662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68978"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68978 -1.51662)"^^geo:wktLiteral ;
  geo-pos:lat "48.68978"^^xsd:decimal ;
  geo-pos:long "-1.51662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2552'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2552'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51662'^^xsd:double;
  dwc:latitude '48.68978'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51662 48.68978, -1.51662 48.68978, -1.51662 48.68978, -1.51662 48.68978, -1.51662 48.68978))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2552'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2548> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70195 -1.51659)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51659"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70195 -1.51659)"^^geo:wktLiteral ;
  geo-pos:lat "48.70195"^^xsd:decimal ;
  geo-pos:long "-1.51659"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2548'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2548'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51659'^^xsd:double;
  dwc:latitude '48.70195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51659 48.70195, -1.51659 48.70195, -1.51659 48.70195, -1.51659 48.70195, -1.51659 48.70195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2548'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_560> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70495 -1.51657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70495"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70495 -1.51657)"^^geo:wktLiteral ;
  geo-pos:lat "48.70495"^^xsd:decimal ;
  geo-pos:long "-1.51657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_560'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_560'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51657'^^xsd:double;
  dwc:latitude '48.70495'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51657 48.70495, -1.51657 48.70495, -1.51657 48.70495, -1.51657 48.70495, -1.51657 48.70495))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_560'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_559> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70151 -1.51654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.70151"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.70151 -1.51654)"^^geo:wktLiteral ;
  geo-pos:lat "48.70151"^^xsd:decimal ;
  geo-pos:long "-1.51654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_559'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_559'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51654'^^xsd:double;
  dwc:latitude '48.70151'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51654 48.70151, -1.51654 48.70151, -1.51654 48.70151, -1.51654 48.70151, -1.51654 48.70151))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_559'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66655 -1.51647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66655"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66655 -1.51647)"^^geo:wktLiteral ;
  geo-pos:lat "48.66655"^^xsd:decimal ;
  geo-pos:long "-1.51647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1373'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51647'^^xsd:double;
  dwc:latitude '48.66655'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51647 48.66655, -1.51647 48.66655, -1.51647 48.66655, -1.51647 48.66655, -1.51647 48.66655))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1373'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1304> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68776 -1.51647)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68776"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51647"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68776 -1.51647)"^^geo:wktLiteral ;
  geo-pos:lat "48.68776"^^xsd:decimal ;
  geo-pos:long "-1.51647"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1304'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1304'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.48333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51647'^^xsd:double;
  dwc:latitude '48.68776'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51647 48.68776, -1.51647 48.68776, -1.51647 48.68776, -1.51647 48.68776, -1.51647 48.68776))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1304'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_669> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69359 -1.51646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69359 -1.51646)"^^geo:wktLiteral ;
  geo-pos:lat "48.69359"^^xsd:decimal ;
  geo-pos:long "-1.51646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_669'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_669'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51646'^^xsd:double;
  dwc:latitude '48.69359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51646 48.69359, -1.51646 48.69359, -1.51646 48.69359, -1.51646 48.69359, -1.51646 48.69359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_669'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1018> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69371 -1.51641)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51641"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69371 -1.51641)"^^geo:wktLiteral ;
  geo-pos:lat "48.69371"^^xsd:decimal ;
  geo-pos:long "-1.51641"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1018'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1018'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51641'^^xsd:double;
  dwc:latitude '48.69371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51641 48.69371, -1.51641 48.69371, -1.51641 48.69371, -1.51641 48.69371, -1.51641 48.69371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1018'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2965> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67306 -1.5164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67306"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67306 -1.5164)"^^geo:wktLiteral ;
  geo-pos:lat "48.67306"^^xsd:decimal ;
  geo-pos:long "-1.5164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2965'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2965'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5164'^^xsd:double;
  dwc:latitude '48.67306'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5164 48.67306, -1.5164 48.67306, -1.5164 48.67306, -1.5164 48.67306, -1.5164 48.67306))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2965'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67159 -1.51636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67159"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67159 -1.51636)"^^geo:wktLiteral ;
  geo-pos:lat "48.67159"^^xsd:decimal ;
  geo-pos:long "-1.51636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2078'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51636'^^xsd:double;
  dwc:latitude '48.67159'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51636 48.67159, -1.51636 48.67159, -1.51636 48.67159, -1.51636 48.67159, -1.51636 48.67159))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2078'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69458 -1.51636)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51636"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69458 -1.51636)"^^geo:wktLiteral ;
  geo-pos:lat "48.69458"^^xsd:decimal ;
  geo-pos:long "-1.51636"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_488'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '15.983333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51636'^^xsd:double;
  dwc:latitude '48.69458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51636 48.69458, -1.51636 48.69458, -1.51636 48.69458, -1.51636 48.69458, -1.51636 48.69458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_488'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12136> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69538 -1.51635)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51635"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69538 -1.51635)"^^geo:wktLiteral ;
  geo-pos:lat "48.69538"^^xsd:decimal ;
  geo-pos:long "-1.51635"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12136'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12136'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51635'^^xsd:double;
  dwc:latitude '48.69538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51635 48.69538, -1.51635 48.69538, -1.51635 48.69538, -1.51635 48.69538, -1.51635 48.69538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12136'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6723 -1.51619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6723"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6723 -1.51619)"^^geo:wktLiteral ;
  geo-pos:lat "48.6723"^^xsd:decimal ;
  geo-pos:long "-1.51619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1676'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51619'^^xsd:double;
  dwc:latitude '48.6723'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51619 48.6723, -1.51619 48.6723, -1.51619 48.6723, -1.51619 48.6723, -1.51619 48.6723))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1676'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_9914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_9914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_9914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69169 -1.51612)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51612"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_9914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69169 -1.51612)"^^geo:wktLiteral ;
  geo-pos:lat "48.69169"^^xsd:decimal ;
  geo-pos:long "-1.51612"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_9914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_9914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_9914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_9914'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51612'^^xsd:double;
  dwc:latitude '48.69169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51612 48.69169, -1.51612 48.69169, -1.51612 48.69169, -1.51612 48.69169, -1.51612 48.69169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_9914'^^xsd:string;
  dwc:observationDate '2008-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69205 -1.51609)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69205"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51609"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69205 -1.51609)"^^geo:wktLiteral ;
  geo-pos:lat "48.69205"^^xsd:decimal ;
  geo-pos:long "-1.51609"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2358'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51609'^^xsd:double;
  dwc:latitude '48.69205'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51609 48.69205, -1.51609 48.69205, -1.51609 48.69205, -1.51609 48.69205, -1.51609 48.69205))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2358'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1555> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69583 -1.51606)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51606"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69583 -1.51606)"^^geo:wktLiteral ;
  geo-pos:lat "48.69583"^^xsd:decimal ;
  geo-pos:long "-1.51606"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1555'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1555'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51606'^^xsd:double;
  dwc:latitude '48.69583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51606 48.69583, -1.51606 48.69583, -1.51606 48.69583, -1.51606 48.69583, -1.51606 48.69583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1555'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67123 -1.51605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67123"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67123 -1.51605)"^^geo:wktLiteral ;
  geo-pos:lat "48.67123"^^xsd:decimal ;
  geo-pos:long "-1.51605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_2077'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51605'^^xsd:double;
  dwc:latitude '48.67123'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51605 48.67123, -1.51605 48.67123, -1.51605 48.67123, -1.51605 48.67123, -1.51605 48.67123))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2077'^^xsd:string;
  dwc:observationDate '2006-02-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_670> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69541 -1.51599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69541 -1.51599)"^^geo:wktLiteral ;
  geo-pos:lat "48.69541"^^xsd:decimal ;
  geo-pos:long "-1.51599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_670'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_670'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51599'^^xsd:double;
  dwc:latitude '48.69541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51599 48.69541, -1.51599 48.69541, -1.51599 48.69541, -1.51599 48.69541, -1.51599 48.69541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_670'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3052> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68426 -1.51595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68426"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68426 -1.51595)"^^geo:wktLiteral ;
  geo-pos:lat "48.68426"^^xsd:decimal ;
  geo-pos:long "-1.51595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3052'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3052'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51595'^^xsd:double;
  dwc:latitude '48.68426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51595 48.68426, -1.51595 48.68426, -1.51595 48.68426, -1.51595 48.68426, -1.51595 48.68426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3052'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4115> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67863 -1.51587)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67863"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51587"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67863 -1.51587)"^^geo:wktLiteral ;
  geo-pos:lat "48.67863"^^xsd:decimal ;
  geo-pos:long "-1.51587"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4115'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4115'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.6833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51587'^^xsd:double;
  dwc:latitude '48.67863'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51587 48.67863, -1.51587 48.67863, -1.51587 48.67863, -1.51587 48.67863, -1.51587 48.67863))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4115'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5453> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63355 -1.51585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63355 -1.51585)"^^geo:wktLiteral ;
  geo-pos:lat "48.63355"^^xsd:decimal ;
  geo-pos:long "-1.51585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5453'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5453'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51585'^^xsd:double;
  dwc:latitude '48.63355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51585 48.63355, -1.51585 48.63355, -1.51585 48.63355, -1.51585 48.63355, -1.51585 48.63355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5453'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1711> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65671 -1.5158)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5158"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65671 -1.5158)"^^geo:wktLiteral ;
  geo-pos:lat "48.65671"^^xsd:decimal ;
  geo-pos:long "-1.5158"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1711'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1711'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5158'^^xsd:double;
  dwc:latitude '48.65671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5158 48.65671, -1.5158 48.65671, -1.5158 48.65671, -1.5158 48.65671, -1.5158 48.65671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1711'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69665 -1.51577)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69665"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51577"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69665 -1.51577)"^^geo:wktLiteral ;
  geo-pos:lat "48.69665"^^xsd:decimal ;
  geo-pos:long "-1.51577"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_1572'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51577'^^xsd:double;
  dwc:latitude '48.69665'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51577 48.69665, -1.51577 48.69665, -1.51577 48.69665, -1.51577 48.69665, -1.51577 48.69665))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1572'^^xsd:string;
  dwc:observationDate '2006-03-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_487> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68741 -1.51576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68741"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68741 -1.51576)"^^geo:wktLiteral ;
  geo-pos:lat "48.68741"^^xsd:decimal ;
  geo-pos:long "-1.51576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_487'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_487'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51576'^^xsd:double;
  dwc:latitude '48.68741'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51576 48.68741, -1.51576 48.68741, -1.51576 48.68741, -1.51576 48.68741, -1.51576 48.68741))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_487'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3737> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6639 -1.51575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6639 -1.51575)"^^geo:wktLiteral ;
  geo-pos:lat "48.6639"^^xsd:decimal ;
  geo-pos:long "-1.51575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3737'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3737'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51575'^^xsd:double;
  dwc:latitude '48.6639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51575 48.6639, -1.51575 48.6639, -1.51575 48.6639, -1.51575 48.6639, -1.51575 48.6639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3737'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1305> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68605 -1.51575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68605 -1.51575)"^^geo:wktLiteral ;
  geo-pos:lat "48.68605"^^xsd:decimal ;
  geo-pos:long "-1.51575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1305'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_1305'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '0.83333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51575'^^xsd:double;
  dwc:latitude '48.68605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51575 48.68605, -1.51575 48.68605, -1.51575 48.68605, -1.51575 48.68605, -1.51575 48.68605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1305'^^xsd:string;
  dwc:observationDate '2006-03-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5495> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68003 -1.51574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68003 -1.51574)"^^geo:wktLiteral ;
  geo-pos:lat "48.68003"^^xsd:decimal ;
  geo-pos:long "-1.51574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5495'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5495'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51574'^^xsd:double;
  dwc:latitude '48.68003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51574 48.68003, -1.51574 48.68003, -1.51574 48.68003, -1.51574 48.68003, -1.51574 48.68003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5495'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11059> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66895 -1.51568)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66895"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51568"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66895 -1.51568)"^^geo:wktLiteral ;
  geo-pos:lat "48.66895"^^xsd:decimal ;
  geo-pos:long "-1.51568"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11059'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11059'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '1.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51568'^^xsd:double;
  dwc:latitude '48.66895'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51568 48.66895, -1.51568 48.66895, -1.51568 48.66895, -1.51568 48.66895, -1.51568 48.66895))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11059'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3358> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67979 -1.51563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67979 -1.51563)"^^geo:wktLiteral ;
  geo-pos:lat "48.67979"^^xsd:decimal ;
  geo-pos:long "-1.51563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3358'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3358'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51563'^^xsd:double;
  dwc:latitude '48.67979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51563 48.67979, -1.51563 48.67979, -1.51563 48.67979, -1.51563 48.67979, -1.51563 48.67979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3358'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11620> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64802 -1.51562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64802"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64802 -1.51562)"^^geo:wktLiteral ;
  geo-pos:lat "48.64802"^^xsd:decimal ;
  geo-pos:long "-1.51562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11620'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11620'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51562'^^xsd:double;
  dwc:latitude '48.64802'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51562 48.64802, -1.51562 48.64802, -1.51562 48.64802, -1.51562 48.64802, -1.51562 48.64802))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11620'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65563 -1.5156)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5156"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65563 -1.5156)"^^geo:wktLiteral ;
  geo-pos:lat "48.65563"^^xsd:decimal ;
  geo-pos:long "-1.5156"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1739'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5156'^^xsd:double;
  dwc:latitude '48.65563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5156 48.65563, -1.5156 48.65563, -1.5156 48.65563, -1.5156 48.65563, -1.5156 48.65563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1739'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5208> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67594 -1.51544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67594"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67594 -1.51544)"^^geo:wktLiteral ;
  geo-pos:lat "48.67594"^^xsd:decimal ;
  geo-pos:long "-1.51544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5208'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5208'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51544'^^xsd:double;
  dwc:latitude '48.67594'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51544 48.67594, -1.51544 48.67594, -1.51544 48.67594, -1.51544 48.67594, -1.51544 48.67594))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5208'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3056> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69485 -1.51534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69485 -1.51534)"^^geo:wktLiteral ;
  geo-pos:lat "48.69485"^^xsd:decimal ;
  geo-pos:long "-1.51534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3056'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3056'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51534'^^xsd:double;
  dwc:latitude '48.69485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51534 48.69485, -1.51534 48.69485, -1.51534 48.69485, -1.51534 48.69485, -1.51534 48.69485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3056'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_645> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69397 -1.51531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69397"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69397 -1.51531)"^^geo:wktLiteral ;
  geo-pos:lat "48.69397"^^xsd:decimal ;
  geo-pos:long "-1.51531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_645'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_645'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51531'^^xsd:double;
  dwc:latitude '48.69397'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51531 48.69397, -1.51531 48.69397, -1.51531 48.69397, -1.51531 48.69397, -1.51531 48.69397))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_645'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1016> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.51518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69764 -1.51518)"^^geo:wktLiteral ;
  geo-pos:lat "48.69764"^^xsd:decimal ;
  geo-pos:long "-1.51518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1016'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1016'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51518'^^xsd:double;
  dwc:latitude '48.69764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51518 48.69764, -1.51518 48.69764, -1.51518 48.69764, -1.51518 48.69764, -1.51518 48.69764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1016'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1368> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66864 -1.51517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66864 -1.51517)"^^geo:wktLiteral ;
  geo-pos:lat "48.66864"^^xsd:decimal ;
  geo-pos:long "-1.51517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1368'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1368'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51517'^^xsd:double;
  dwc:latitude '48.66864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51517 48.66864, -1.51517 48.66864, -1.51517 48.66864, -1.51517 48.66864, -1.51517 48.66864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1368'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11063> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65084 -1.51515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65084"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65084 -1.51515)"^^geo:wktLiteral ;
  geo-pos:lat "48.65084"^^xsd:decimal ;
  geo-pos:long "-1.51515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11063'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11063'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '4.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51515'^^xsd:double;
  dwc:latitude '48.65084'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51515 48.65084, -1.51515 48.65084, -1.51515 48.65084, -1.51515 48.65084, -1.51515 48.65084))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11063'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69858 -1.51513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69858 -1.51513)"^^geo:wktLiteral ;
  geo-pos:lat "48.69858"^^xsd:decimal ;
  geo-pos:long "-1.51513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10391'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51513'^^xsd:double;
  dwc:latitude '48.69858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51513 48.69858, -1.51513 48.69858, -1.51513 48.69858, -1.51513 48.69858, -1.51513 48.69858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10391'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11235> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64059 -1.51512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64059"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64059 -1.51512)"^^geo:wktLiteral ;
  geo-pos:lat "48.64059"^^xsd:decimal ;
  geo-pos:long "-1.51512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11235'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11235'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51512'^^xsd:double;
  dwc:latitude '48.64059'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51512 48.64059, -1.51512 48.64059, -1.51512 48.64059, -1.51512 48.64059, -1.51512 48.64059))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11235'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69286 -1.5151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69286"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69286 -1.5151)"^^geo:wktLiteral ;
  geo-pos:lat "48.69286"^^xsd:decimal ;
  geo-pos:long "-1.5151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '7'^^xsd:integer;
  dwc:collectorNumber '2034_196'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '7'^^xsd:integer;
  dwc:timeOfDay '13.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5151'^^xsd:double;
  dwc:latitude '48.69286'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5151 48.69286, -1.5151 48.69286, -1.5151 48.69286, -1.5151 48.69286, -1.5151 48.69286))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_196'^^xsd:string;
  dwc:observationDate '2006-02-07'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1519> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6919 -1.51508)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6919"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51508"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6919 -1.51508)"^^geo:wktLiteral ;
  geo-pos:lat "48.6919"^^xsd:decimal ;
  geo-pos:long "-1.51508"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1519'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1519'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51508'^^xsd:double;
  dwc:latitude '48.6919'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51508 48.6919, -1.51508 48.6919, -1.51508 48.6919, -1.51508 48.6919, -1.51508 48.6919))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1519'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4022> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68708 -1.51507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68708"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68708 -1.51507)"^^geo:wktLiteral ;
  geo-pos:lat "48.68708"^^xsd:decimal ;
  geo-pos:long "-1.51507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4022'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4022'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51507'^^xsd:double;
  dwc:latitude '48.68708'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51507 48.68708, -1.51507 48.68708, -1.51507 48.68708, -1.51507 48.68708, -1.51507 48.68708))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4022'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1366> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66732 -1.51498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66732"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66732 -1.51498)"^^geo:wktLiteral ;
  geo-pos:lat "48.66732"^^xsd:decimal ;
  geo-pos:long "-1.51498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1366'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1366'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '13.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51498'^^xsd:double;
  dwc:latitude '48.66732'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51498 48.66732, -1.51498 48.66732, -1.51498 48.66732, -1.51498 48.66732, -1.51498 48.66732))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1366'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1712> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65764 -1.51495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65764"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65764 -1.51495)"^^geo:wktLiteral ;
  geo-pos:lat "48.65764"^^xsd:decimal ;
  geo-pos:long "-1.51495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1712'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1712'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51495'^^xsd:double;
  dwc:latitude '48.65764'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51495 48.65764, -1.51495 48.65764, -1.51495 48.65764, -1.51495 48.65764, -1.51495 48.65764))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1712'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64098 -1.51486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64098 -1.51486)"^^geo:wktLiteral ;
  geo-pos:lat "48.64098"^^xsd:decimal ;
  geo-pos:long "-1.51486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_11609'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '19.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51486'^^xsd:double;
  dwc:latitude '48.64098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51486 48.64098, -1.51486 48.64098, -1.51486 48.64098, -1.51486 48.64098, -1.51486 48.64098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11609'^^xsd:string;
  dwc:observationDate '2007-12-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11079> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65381 -1.51485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65381"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65381 -1.51485)"^^geo:wktLiteral ;
  geo-pos:lat "48.65381"^^xsd:decimal ;
  geo-pos:long "-1.51485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11079'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11079'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '16.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51485'^^xsd:double;
  dwc:latitude '48.65381'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51485 48.65381, -1.51485 48.65381, -1.51485 48.65381, -1.51485 48.65381, -1.51485 48.65381))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11079'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1743> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65992 -1.51484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65992"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65992 -1.51484)"^^geo:wktLiteral ;
  geo-pos:lat "48.65992"^^xsd:decimal ;
  geo-pos:long "-1.51484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1743'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1743'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51484'^^xsd:double;
  dwc:latitude '48.65992'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51484 48.65992, -1.51484 48.65992, -1.51484 48.65992, -1.51484 48.65992, -1.51484 48.65992))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1743'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3055> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69423 -1.51483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69423"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69423 -1.51483)"^^geo:wktLiteral ;
  geo-pos:lat "48.69423"^^xsd:decimal ;
  geo-pos:long "-1.51483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3055'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3055'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '22.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51483'^^xsd:double;
  dwc:latitude '48.69423'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51483 48.69423, -1.51483 48.69423, -1.51483 48.69423, -1.51483 48.69423, -1.51483 48.69423))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3055'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2970> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69396 -1.5148)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69396"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5148"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69396 -1.5148)"^^geo:wktLiteral ;
  geo-pos:lat "48.69396"^^xsd:decimal ;
  geo-pos:long "-1.5148"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2970'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2970'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5148'^^xsd:double;
  dwc:latitude '48.69396'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5148 48.69396, -1.5148 48.69396, -1.5148 48.69396, -1.5148 48.69396, -1.5148 48.69396))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2970'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3362> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69287 -1.51469)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69287"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51469"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69287 -1.51469)"^^geo:wktLiteral ;
  geo-pos:lat "48.69287"^^xsd:decimal ;
  geo-pos:long "-1.51469"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3362'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3362'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51469'^^xsd:double;
  dwc:latitude '48.69287'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51469 48.69287, -1.51469 48.69287, -1.51469 48.69287, -1.51469 48.69287, -1.51469 48.69287))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3362'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2964> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66696 -1.51466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66696 -1.51466)"^^geo:wktLiteral ;
  geo-pos:lat "48.66696"^^xsd:decimal ;
  geo-pos:long "-1.51466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2964'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2964'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51466'^^xsd:double;
  dwc:latitude '48.66696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51466 48.66696, -1.51466 48.66696, -1.51466 48.66696, -1.51466 48.66696, -1.51466 48.66696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2964'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1720> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64283 -1.51464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64283"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64283 -1.51464)"^^geo:wktLiteral ;
  geo-pos:lat "48.64283"^^xsd:decimal ;
  geo-pos:long "-1.51464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1720'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1720'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.9333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51464'^^xsd:double;
  dwc:latitude '48.64283'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51464 48.64283, -1.51464 48.64283, -1.51464 48.64283, -1.51464 48.64283, -1.51464 48.64283))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1720'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2966> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68129 -1.51464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68129"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68129 -1.51464)"^^geo:wktLiteral ;
  geo-pos:lat "48.68129"^^xsd:decimal ;
  geo-pos:long "-1.51464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2966'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2966'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51464'^^xsd:double;
  dwc:latitude '48.68129'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51464 48.68129, -1.51464 48.68129, -1.51464 48.68129, -1.51464 48.68129, -1.51464 48.68129))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2966'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66686 -1.5146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66686 -1.5146)"^^geo:wktLiteral ;
  geo-pos:lat "48.66686"^^xsd:decimal ;
  geo-pos:long "-1.5146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1372'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5146'^^xsd:double;
  dwc:latitude '48.66686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5146 48.66686, -1.5146 48.66686, -1.5146 48.66686, -1.5146 48.66686, -1.5146 48.66686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1372'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_661> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6946 -1.5146)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6946"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5146"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6946 -1.5146)"^^geo:wktLiteral ;
  geo-pos:lat "48.6946"^^xsd:decimal ;
  geo-pos:long "-1.5146"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_661'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_661'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5146'^^xsd:double;
  dwc:latitude '48.6946'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5146 48.6946, -1.5146 48.6946, -1.5146 48.6946, -1.5146 48.6946, -1.5146 48.6946))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_661'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1710> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65581 -1.51459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65581"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65581 -1.51459)"^^geo:wktLiteral ;
  geo-pos:lat "48.65581"^^xsd:decimal ;
  geo-pos:long "-1.51459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1710'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1710'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51459'^^xsd:double;
  dwc:latitude '48.65581'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51459 48.65581, -1.51459 48.65581, -1.51459 48.65581, -1.51459 48.65581, -1.51459 48.65581))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1710'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_671> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69408 -1.51458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69408"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69408 -1.51458)"^^geo:wktLiteral ;
  geo-pos:lat "48.69408"^^xsd:decimal ;
  geo-pos:long "-1.51458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_671'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_671'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51458'^^xsd:double;
  dwc:latitude '48.69408'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51458 48.69408, -1.51458 48.69408, -1.51458 48.69408, -1.51458 48.69408, -1.51458 48.69408))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_671'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2969> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69431 -1.51453)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51453"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69431 -1.51453)"^^geo:wktLiteral ;
  geo-pos:lat "48.69431"^^xsd:decimal ;
  geo-pos:long "-1.51453"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2969'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2969'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51453'^^xsd:double;
  dwc:latitude '48.69431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51453 48.69431, -1.51453 48.69431, -1.51453 48.69431, -1.51453 48.69431, -1.51453 48.69431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2969'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11077> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64087 -1.51443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64087"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64087 -1.51443)"^^geo:wktLiteral ;
  geo-pos:lat "48.64087"^^xsd:decimal ;
  geo-pos:long "-1.51443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11077'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11077'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '14.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51443'^^xsd:double;
  dwc:latitude '48.64087'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51443 48.64087, -1.51443 48.64087, -1.51443 48.64087, -1.51443 48.64087, -1.51443 48.64087))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11077'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69352 -1.51443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69352"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69352 -1.51443)"^^geo:wktLiteral ;
  geo-pos:lat "48.69352"^^xsd:decimal ;
  geo-pos:long "-1.51443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3069'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51443'^^xsd:double;
  dwc:latitude '48.69352'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51443 48.69352, -1.51443 48.69352, -1.51443 48.69352, -1.51443 48.69352, -1.51443 48.69352))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3069'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66629 -1.51442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66629"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66629 -1.51442)"^^geo:wktLiteral ;
  geo-pos:lat "48.66629"^^xsd:decimal ;
  geo-pos:long "-1.51442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '5'^^xsd:integer;
  dwc:collectorNumber '2034_2629'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '5'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51442'^^xsd:double;
  dwc:latitude '48.66629'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51442 48.66629, -1.51442 48.66629, -1.51442 48.66629, -1.51442 48.66629, -1.51442 48.66629))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2629'^^xsd:string;
  dwc:observationDate '2006-03-05'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3011> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67014 -1.51433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67014"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67014 -1.51433)"^^geo:wktLiteral ;
  geo-pos:lat "48.67014"^^xsd:decimal ;
  geo-pos:long "-1.51433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3011'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3011'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51433'^^xsd:double;
  dwc:latitude '48.67014'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51433 48.67014, -1.51433 48.67014, -1.51433 48.67014, -1.51433 48.67014, -1.51433 48.67014))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3011'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65221 -1.5143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65221"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65221 -1.5143)"^^geo:wktLiteral ;
  geo-pos:lat "48.65221"^^xsd:decimal ;
  geo-pos:long "-1.5143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11201'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '20.966666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5143'^^xsd:double;
  dwc:latitude '48.65221'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5143 48.65221, -1.5143 48.65221, -1.5143 48.65221, -1.5143 48.65221, -1.5143 48.65221))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11201'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1825> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67671 -1.51429)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51429"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67671 -1.51429)"^^geo:wktLiteral ;
  geo-pos:lat "48.67671"^^xsd:decimal ;
  geo-pos:long "-1.51429"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1825'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1825'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51429'^^xsd:double;
  dwc:latitude '48.67671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51429 48.67671, -1.51429 48.67671, -1.51429 48.67671, -1.51429 48.67671, -1.51429 48.67671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1825'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1406> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66959 -1.51425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66959"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66959 -1.51425)"^^geo:wktLiteral ;
  geo-pos:lat "48.66959"^^xsd:decimal ;
  geo-pos:long "-1.51425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1406'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1406'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51425'^^xsd:double;
  dwc:latitude '48.66959'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51425 48.66959, -1.51425 48.66959, -1.51425 48.66959, -1.51425 48.66959, -1.51425 48.66959))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1406'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6358 -1.51418)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6358"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51418"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6358 -1.51418)"^^geo:wktLiteral ;
  geo-pos:lat "48.6358"^^xsd:decimal ;
  geo-pos:long "-1.51418"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_5454'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '7.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51418'^^xsd:double;
  dwc:latitude '48.6358'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51418 48.6358, -1.51418 48.6358, -1.51418 48.6358, -1.51418 48.6358, -1.51418 48.6358))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5454'^^xsd:string;
  dwc:observationDate '2006-04-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4021> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68269 -1.51413)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68269"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51413"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68269 -1.51413)"^^geo:wktLiteral ;
  geo-pos:lat "48.68269"^^xsd:decimal ;
  geo-pos:long "-1.51413"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4021'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4021'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '17.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51413'^^xsd:double;
  dwc:latitude '48.68269'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51413 48.68269, -1.51413 48.68269, -1.51413 48.68269, -1.51413 48.68269, -1.51413 48.68269))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4021'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3681> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68866 -1.51407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68866"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68866 -1.51407)"^^geo:wktLiteral ;
  geo-pos:lat "48.68866"^^xsd:decimal ;
  geo-pos:long "-1.51407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3681'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3681'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '20.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51407'^^xsd:double;
  dwc:latitude '48.68866'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51407 48.68866, -1.51407 48.68866, -1.51407 48.68866, -1.51407 48.68866, -1.51407 48.68866))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3681'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2512> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69035 -1.514)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69035"^^xsd:decimal ;
  dwc:decimalLongitude "-1.514"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69035 -1.514)"^^geo:wktLiteral ;
  geo-pos:lat "48.69035"^^xsd:decimal ;
  geo-pos:long "-1.514"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2512'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2512'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.514'^^xsd:double;
  dwc:latitude '48.69035'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.514 48.69035, -1.514 48.69035, -1.514 48.69035, -1.514 48.69035, -1.514 48.69035))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2512'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10221> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68435 -1.51395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68435 -1.51395)"^^geo:wktLiteral ;
  geo-pos:lat "48.68435"^^xsd:decimal ;
  geo-pos:long "-1.51395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10221'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_10221'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51395'^^xsd:double;
  dwc:latitude '48.68435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51395 48.68435, -1.51395 48.68435, -1.51395 48.68435, -1.51395 48.68435, -1.51395 48.68435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10221'^^xsd:string;
  dwc:observationDate '2008-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1824> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67831 -1.51392)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67831"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51392"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67831 -1.51392)"^^geo:wktLiteral ;
  geo-pos:lat "48.67831"^^xsd:decimal ;
  geo-pos:long "-1.51392"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1824'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1824'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51392'^^xsd:double;
  dwc:latitude '48.67831'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51392 48.67831, -1.51392 48.67831, -1.51392 48.67831, -1.51392 48.67831, -1.51392 48.67831))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1824'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2511> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69538 -1.51383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69538 -1.51383)"^^geo:wktLiteral ;
  geo-pos:lat "48.69538"^^xsd:decimal ;
  geo-pos:long "-1.51383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2511'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2511'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '8.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51383'^^xsd:double;
  dwc:latitude '48.69538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51383 48.69538, -1.51383 48.69538, -1.51383 48.69538, -1.51383 48.69538, -1.51383 48.69538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2511'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_676> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69479 -1.5138)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69479"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5138"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69479 -1.5138)"^^geo:wktLiteral ;
  geo-pos:lat "48.69479"^^xsd:decimal ;
  geo-pos:long "-1.5138"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_676'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_676'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5138'^^xsd:double;
  dwc:latitude '48.69479'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5138 48.69479, -1.5138 48.69479, -1.5138 48.69479, -1.5138 48.69479, -1.5138 48.69479))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_676'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_760> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69334 -1.51379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69334"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69334 -1.51379)"^^geo:wktLiteral ;
  geo-pos:lat "48.69334"^^xsd:decimal ;
  geo-pos:long "-1.51379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_760'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_760'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51379'^^xsd:double;
  dwc:latitude '48.69334'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51379 48.69334, -1.51379 48.69334, -1.51379 48.69334, -1.51379 48.69334, -1.51379 48.69334))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_760'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69025 -1.51377)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69025"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51377"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69025 -1.51377)"^^geo:wktLiteral ;
  geo-pos:lat "48.69025"^^xsd:decimal ;
  geo-pos:long "-1.51377"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3551'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '20.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51377'^^xsd:double;
  dwc:latitude '48.69025'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51377 48.69025, -1.51377 48.69025, -1.51377 48.69025, -1.51377 48.69025, -1.51377 48.69025))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3551'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3309> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68678 -1.51375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68678 -1.51375)"^^geo:wktLiteral ;
  geo-pos:lat "48.68678"^^xsd:decimal ;
  geo-pos:long "-1.51375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3309'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3309'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51375'^^xsd:double;
  dwc:latitude '48.68678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51375 48.68678, -1.51375 48.68678, -1.51375 48.68678, -1.51375 48.68678, -1.51375 48.68678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3309'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11621> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64405 -1.51366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64405 -1.51366)"^^geo:wktLiteral ;
  geo-pos:lat "48.64405"^^xsd:decimal ;
  geo-pos:long "-1.51366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11621'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_11621'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51366'^^xsd:double;
  dwc:latitude '48.64405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51366 48.64405, -1.51366 48.64405, -1.51366 48.64405, -1.51366 48.64405, -1.51366 48.64405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11621'^^xsd:string;
  dwc:observationDate '2007-12-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1518> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69453 -1.51365)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51365"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69453 -1.51365)"^^geo:wktLiteral ;
  geo-pos:lat "48.69453"^^xsd:decimal ;
  geo-pos:long "-1.51365"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1518'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1518'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51365'^^xsd:double;
  dwc:latitude '48.69453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51365 48.69453, -1.51365 48.69453, -1.51365 48.69453, -1.51365 48.69453, -1.51365 48.69453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1518'^^xsd:string;
  dwc:observationDate '2006-03-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69524 -1.51355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69524"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69524 -1.51355)"^^geo:wktLiteral ;
  geo-pos:lat "48.69524"^^xsd:decimal ;
  geo-pos:long "-1.51355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3392'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51355'^^xsd:double;
  dwc:latitude '48.69524'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51355 48.69524, -1.51355 48.69524, -1.51355 48.69524, -1.51355 48.69524, -1.51355 48.69524))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3392'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69409 -1.51353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69409"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69409 -1.51353)"^^geo:wktLiteral ;
  geo-pos:lat "48.69409"^^xsd:decimal ;
  geo-pos:long "-1.51353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '8'^^xsd:integer;
  dwc:collectorNumber '2034_486'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '8'^^xsd:integer;
  dwc:timeOfDay '14.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51353'^^xsd:double;
  dwc:latitude '48.69409'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51353 48.69409, -1.51353 48.69409, -1.51353 48.69409, -1.51353 48.69409, -1.51353 48.69409))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_486'^^xsd:string;
  dwc:observationDate '2006-02-08'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_558> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.51349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69725 -1.51349)"^^geo:wktLiteral ;
  geo-pos:lat "48.69725"^^xsd:decimal ;
  geo-pos:long "-1.51349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_558'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_558'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51349'^^xsd:double;
  dwc:latitude '48.69725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51349 48.69725, -1.51349 48.69725, -1.51349 48.69725, -1.51349 48.69725, -1.51349 48.69725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_558'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3361> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68499 -1.51343)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68499"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51343"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68499 -1.51343)"^^geo:wktLiteral ;
  geo-pos:lat "48.68499"^^xsd:decimal ;
  geo-pos:long "-1.51343"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3361'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3361'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51343'^^xsd:double;
  dwc:latitude '48.68499'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51343 48.68499, -1.51343 48.68499, -1.51343 48.68499, -1.51343 48.68499, -1.51343 48.68499))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3361'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68678 -1.51333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68678 -1.51333)"^^geo:wktLiteral ;
  geo-pos:lat "48.68678"^^xsd:decimal ;
  geo-pos:long "-1.51333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_45'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_45'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51333'^^xsd:double;
  dwc:latitude '48.68678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51333 48.68678, -1.51333 48.68678, -1.51333 48.68678, -1.51333 48.68678, -1.51333 48.68678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_45'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3337> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69169 -1.51326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69169"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69169 -1.51326)"^^geo:wktLiteral ;
  geo-pos:lat "48.69169"^^xsd:decimal ;
  geo-pos:long "-1.51326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3337'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3337'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51326'^^xsd:double;
  dwc:latitude '48.69169'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51326 48.69169, -1.51326 48.69169, -1.51326 48.69169, -1.51326 48.69169, -1.51326 48.69169))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3337'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3336> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68929 -1.51325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68929 -1.51325)"^^geo:wktLiteral ;
  geo-pos:lat "48.68929"^^xsd:decimal ;
  geo-pos:long "-1.51325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3336'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3336'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51325'^^xsd:double;
  dwc:latitude '48.68929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51325 48.68929, -1.51325 48.68929, -1.51325 48.68929, -1.51325 48.68929, -1.51325 48.68929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3336'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2967> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68501 -1.51321)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51321"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68501 -1.51321)"^^geo:wktLiteral ;
  geo-pos:lat "48.68501"^^xsd:decimal ;
  geo-pos:long "-1.51321"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2967'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2967'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '7.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51321'^^xsd:double;
  dwc:latitude '48.68501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51321 48.68501, -1.51321 48.68501, -1.51321 48.68501, -1.51321 48.68501, -1.51321 48.68501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2967'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_556> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69828 -1.51308)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69828"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51308"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69828 -1.51308)"^^geo:wktLiteral ;
  geo-pos:lat "48.69828"^^xsd:decimal ;
  geo-pos:long "-1.51308"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_556'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_556'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.466666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51308'^^xsd:double;
  dwc:latitude '48.69828'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51308 48.69828, -1.51308 48.69828, -1.51308 48.69828, -1.51308 48.69828, -1.51308 48.69828))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_556'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1883> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68949 -1.51302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68949"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68949 -1.51302)"^^geo:wktLiteral ;
  geo-pos:lat "48.68949"^^xsd:decimal ;
  geo-pos:long "-1.51302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1883'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1883'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51302'^^xsd:double;
  dwc:latitude '48.68949'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51302 48.68949, -1.51302 48.68949, -1.51302 48.68949, -1.51302 48.68949, -1.51302 48.68949))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1883'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69168 -1.51302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69168"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69168 -1.51302)"^^geo:wktLiteral ;
  geo-pos:lat "48.69168"^^xsd:decimal ;
  geo-pos:long "-1.51302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2549'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51302'^^xsd:double;
  dwc:latitude '48.69168'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51302 48.69168, -1.51302 48.69168, -1.51302 48.69168, -1.51302 48.69168, -1.51302 48.69168))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2549'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_607> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69264 -1.51301)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69264"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51301"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69264 -1.51301)"^^geo:wktLiteral ;
  geo-pos:lat "48.69264"^^xsd:decimal ;
  geo-pos:long "-1.51301"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_607'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_607'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51301'^^xsd:double;
  dwc:latitude '48.69264'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51301 48.69264, -1.51301 48.69264, -1.51301 48.69264, -1.51301 48.69264, -1.51301 48.69264))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_607'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3389> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68089 -1.513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68089"^^xsd:decimal ;
  dwc:decimalLongitude "-1.513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68089 -1.513)"^^geo:wktLiteral ;
  geo-pos:lat "48.68089"^^xsd:decimal ;
  geo-pos:long "-1.513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3389'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3389'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.513'^^xsd:double;
  dwc:latitude '48.68089'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.513 48.68089, -1.513 48.68089, -1.513 48.68089, -1.513 48.68089, -1.513 48.68089))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3389'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5516> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69888 -1.513)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.513"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69888 -1.513)"^^geo:wktLiteral ;
  geo-pos:lat "48.69888"^^xsd:decimal ;
  geo-pos:long "-1.513"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5516'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_5516'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.513'^^xsd:double;
  dwc:latitude '48.69888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.513 48.69888, -1.513 48.69888, -1.513 48.69888, -1.513 48.69888, -1.513 48.69888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5516'^^xsd:string;
  dwc:observationDate '2006-04-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11078> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64639 -1.51299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64639 -1.51299)"^^geo:wktLiteral ;
  geo-pos:lat "48.64639"^^xsd:decimal ;
  geo-pos:long "-1.51299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11078'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11078'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '15.4'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51299'^^xsd:double;
  dwc:latitude '48.64639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51299 48.64639, -1.51299 48.64639, -1.51299 48.64639, -1.51299 48.64639, -1.51299 48.64639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11078'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68912 -1.5129)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68912"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5129"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68912 -1.5129)"^^geo:wktLiteral ;
  geo-pos:lat "48.68912"^^xsd:decimal ;
  geo-pos:long "-1.5129"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_751'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5129'^^xsd:double;
  dwc:latitude '48.68912'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5129 48.68912, -1.5129 48.68912, -1.5129 48.68912, -1.5129 48.68912, -1.5129 48.68912))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_751'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5482> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6839 -1.51286)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51286"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6839 -1.51286)"^^geo:wktLiteral ;
  geo-pos:lat "48.6839"^^xsd:decimal ;
  geo-pos:long "-1.51286"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5482'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5482'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '19.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51286'^^xsd:double;
  dwc:latitude '48.6839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51286 48.6839, -1.51286 48.6839, -1.51286 48.6839, -1.51286 48.6839, -1.51286 48.6839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5482'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69464 -1.51279)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51279"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69464 -1.51279)"^^geo:wktLiteral ;
  geo-pos:lat "48.69464"^^xsd:decimal ;
  geo-pos:long "-1.51279"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10392'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '3.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51279'^^xsd:double;
  dwc:latitude '48.69464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51279 48.69464, -1.51279 48.69464, -1.51279 48.69464, -1.51279 48.69464, -1.51279 48.69464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10392'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68677 -1.51272)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68677"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51272"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68677 -1.51272)"^^geo:wktLiteral ;
  geo-pos:lat "48.68677"^^xsd:decimal ;
  geo-pos:long "-1.51272"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_759'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51272'^^xsd:double;
  dwc:latitude '48.68677'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51272 48.68677, -1.51272 48.68677, -1.51272 48.68677, -1.51272 48.68677, -1.51272 48.68677))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_759'^^xsd:string;
  dwc:observationDate '2006-02-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5494> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67325 -1.51269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67325 -1.51269)"^^geo:wktLiteral ;
  geo-pos:lat "48.67325"^^xsd:decimal ;
  geo-pos:long "-1.51269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5494'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_5494'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51269'^^xsd:double;
  dwc:latitude '48.67325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51269 48.67325, -1.51269 48.67325, -1.51269 48.67325, -1.51269 48.67325, -1.51269 48.67325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5494'^^xsd:string;
  dwc:observationDate '2006-04-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_611> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69454 -1.51266)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51266"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69454 -1.51266)"^^geo:wktLiteral ;
  geo-pos:lat "48.69454"^^xsd:decimal ;
  geo-pos:long "-1.51266"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_611'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_611'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51266'^^xsd:double;
  dwc:latitude '48.69454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51266 48.69454, -1.51266 48.69454, -1.51266 48.69454, -1.51266 48.69454, -1.51266 48.69454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_611'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68328 -1.51265)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68328"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51265"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68328 -1.51265)"^^geo:wktLiteral ;
  geo-pos:lat "48.68328"^^xsd:decimal ;
  geo-pos:long "-1.51265"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1585'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.8833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51265'^^xsd:double;
  dwc:latitude '48.68328'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51265 48.68328, -1.51265 48.68328, -1.51265 48.68328, -1.51265 48.68328, -1.51265 48.68328))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1585'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12135> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68453 -1.51263)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68453"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51263"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68453 -1.51263)"^^geo:wktLiteral ;
  geo-pos:lat "48.68453"^^xsd:decimal ;
  geo-pos:long "-1.51263"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12135'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12135'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '12.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51263'^^xsd:double;
  dwc:latitude '48.68453'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51263 48.68453, -1.51263 48.68453, -1.51263 48.68453, -1.51263 48.68453, -1.51263 48.68453))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12135'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1724> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65556 -1.51261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65556"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65556 -1.51261)"^^geo:wktLiteral ;
  geo-pos:lat "48.65556"^^xsd:decimal ;
  geo-pos:long "-1.51261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1724'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1724'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51261'^^xsd:double;
  dwc:latitude '48.65556'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51261 48.65556, -1.51261 48.65556, -1.51261 48.65556, -1.51261 48.65556, -1.51261 48.65556))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1724'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1635> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6591 -1.5126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6591"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6591 -1.5126)"^^geo:wktLiteral ;
  geo-pos:lat "48.6591"^^xsd:decimal ;
  geo-pos:long "-1.5126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1635'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1635'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5126'^^xsd:double;
  dwc:latitude '48.6591'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5126 48.6591, -1.5126 48.6591, -1.5126 48.6591, -1.5126 48.6591, -1.5126 48.6591))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1635'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5207> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6713 -1.51254)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6713"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51254"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6713 -1.51254)"^^geo:wktLiteral ;
  geo-pos:lat "48.6713"^^xsd:decimal ;
  geo-pos:long "-1.51254"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5207'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_5207'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51254'^^xsd:double;
  dwc:latitude '48.6713'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51254 48.6713, -1.51254 48.6713, -1.51254 48.6713, -1.51254 48.6713, -1.51254 48.6713))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5207'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11145> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6451 -1.51252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6451"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6451 -1.51252)"^^geo:wktLiteral ;
  geo-pos:lat "48.6451"^^xsd:decimal ;
  geo-pos:long "-1.51252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11145'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11145'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51252'^^xsd:double;
  dwc:latitude '48.6451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51252 48.6451, -1.51252 48.6451, -1.51252 48.6451, -1.51252 48.6451, -1.51252 48.6451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11145'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12134> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68005 -1.51237)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68005"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51237"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68005 -1.51237)"^^geo:wktLiteral ;
  geo-pos:lat "48.68005"^^xsd:decimal ;
  geo-pos:long "-1.51237"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12134'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12134'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51237'^^xsd:double;
  dwc:latitude '48.68005'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51237 48.68005, -1.51237 48.68005, -1.51237 48.68005, -1.51237 48.68005, -1.51237 48.68005))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12134'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1741> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65714 -1.51231)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65714"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51231"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65714 -1.51231)"^^geo:wktLiteral ;
  geo-pos:lat "48.65714"^^xsd:decimal ;
  geo-pos:long "-1.51231"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1741'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1741'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51231'^^xsd:double;
  dwc:latitude '48.65714'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51231 48.65714, -1.51231 48.65714, -1.51231 48.65714, -1.51231 48.65714, -1.51231 48.65714))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1741'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6653 -1.51223)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51223"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6653 -1.51223)"^^geo:wktLiteral ;
  geo-pos:lat "48.6653"^^xsd:decimal ;
  geo-pos:long "-1.51223"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1371'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '16.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51223'^^xsd:double;
  dwc:latitude '48.6653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51223 48.6653, -1.51223 48.6653, -1.51223 48.6653, -1.51223 48.6653, -1.51223 48.6653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1371'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6549 -1.51213)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51213"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6549 -1.51213)"^^geo:wktLiteral ;
  geo-pos:lat "48.6549"^^xsd:decimal ;
  geo-pos:long "-1.51213"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1740'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51213'^^xsd:double;
  dwc:latitude '48.6549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51213 48.6549, -1.51213 48.6549, -1.51213 48.6549, -1.51213 48.6549, -1.51213 48.6549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1740'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_341> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68839 -1.51208)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68839"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51208"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68839 -1.51208)"^^geo:wktLiteral ;
  geo-pos:lat "48.68839"^^xsd:decimal ;
  geo-pos:long "-1.51208"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_341'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_341'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51208'^^xsd:double;
  dwc:latitude '48.68839'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51208 48.68839, -1.51208 48.68839, -1.51208 48.68839, -1.51208 48.68839, -1.51208 48.68839))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_341'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68327 -1.51201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68327"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68327 -1.51201)"^^geo:wktLiteral ;
  geo-pos:lat "48.68327"^^xsd:decimal ;
  geo-pos:long "-1.51201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_801'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51201'^^xsd:double;
  dwc:latitude '48.68327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51201 48.68327, -1.51201 48.68327, -1.51201 48.68327, -1.51201 48.68327, -1.51201 48.68327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_801'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_402> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.51193)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69387"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51193"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69387 -1.51193)"^^geo:wktLiteral ;
  geo-pos:lat "48.69387"^^xsd:decimal ;
  geo-pos:long "-1.51193"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_402'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_402'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '8.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51193'^^xsd:double;
  dwc:latitude '48.69387'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51193 48.69387, -1.51193 48.69387, -1.51193 48.69387, -1.51193 48.69387, -1.51193 48.69387))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_402'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6575 -1.5119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6575"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6575 -1.5119)"^^geo:wktLiteral ;
  geo-pos:lat "48.6575"^^xsd:decimal ;
  geo-pos:long "-1.5119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_3010'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5119'^^xsd:double;
  dwc:latitude '48.6575'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5119 48.6575, -1.5119 48.6575, -1.5119 48.6575, -1.5119 48.6575, -1.5119 48.6575))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3010'^^xsd:string;
  dwc:observationDate '2006-03-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3054> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69195 -1.5119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69195"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69195 -1.5119)"^^geo:wktLiteral ;
  geo-pos:lat "48.69195"^^xsd:decimal ;
  geo-pos:long "-1.5119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3054'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3054'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5119'^^xsd:double;
  dwc:latitude '48.69195'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5119 48.69195, -1.5119 48.69195, -1.5119 48.69195, -1.5119 48.69195, -1.5119 48.69195))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3054'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1017> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69391 -1.51178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69391"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69391 -1.51178)"^^geo:wktLiteral ;
  geo-pos:lat "48.69391"^^xsd:decimal ;
  geo-pos:long "-1.51178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1017'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1017'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '15.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51178'^^xsd:double;
  dwc:latitude '48.69391'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51178 48.69391, -1.51178 48.69391, -1.51178 48.69391, -1.51178 48.69391, -1.51178 48.69391))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1017'^^xsd:string;
  dwc:observationDate '2006-02-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_612> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69458 -1.51177)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69458"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51177"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69458 -1.51177)"^^geo:wktLiteral ;
  geo-pos:lat "48.69458"^^xsd:decimal ;
  geo-pos:long "-1.51177"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_612'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_612'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51177'^^xsd:double;
  dwc:latitude '48.69458'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51177 48.69458, -1.51177 48.69458, -1.51177 48.69458, -1.51177 48.69458, -1.51177 48.69458))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_612'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4488> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69326 -1.51171)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69326"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51171"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69326 -1.51171)"^^geo:wktLiteral ;
  geo-pos:lat "48.69326"^^xsd:decimal ;
  geo-pos:long "-1.51171"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4488'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4488'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51171'^^xsd:double;
  dwc:latitude '48.69326'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51171 48.69326, -1.51171 48.69326, -1.51171 48.69326, -1.51171 48.69326, -1.51171 48.69326))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4488'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1697> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.51168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.51168)"^^geo:wktLiteral ;
  geo-pos:lat "48.65117"^^xsd:decimal ;
  geo-pos:long "-1.51168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1697'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1697'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51168'^^xsd:double;
  dwc:latitude '48.65117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51168 48.65117, -1.51168 48.65117, -1.51168 48.65117, -1.51168 48.65117, -1.51168 48.65117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1697'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_613> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69389 -1.51155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69389 -1.51155)"^^geo:wktLiteral ;
  geo-pos:lat "48.69389"^^xsd:decimal ;
  geo-pos:long "-1.51155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_613'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_613'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51155'^^xsd:double;
  dwc:latitude '48.69389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51155 48.69389, -1.51155 48.69389, -1.51155 48.69389, -1.51155 48.69389, -1.51155 48.69389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_613'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_608> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69338 -1.51149)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69338"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51149"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69338 -1.51149)"^^geo:wktLiteral ;
  geo-pos:lat "48.69338"^^xsd:decimal ;
  geo-pos:long "-1.51149"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_608'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_608'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51149'^^xsd:double;
  dwc:latitude '48.69338'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51149 48.69338, -1.51149 48.69338, -1.51149 48.69338, -1.51149 48.69338, -1.51149 48.69338))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_608'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_800> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68093 -1.51147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68093"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68093 -1.51147)"^^geo:wktLiteral ;
  geo-pos:lat "48.68093"^^xsd:decimal ;
  geo-pos:long "-1.51147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_800'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_800'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '23.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51147'^^xsd:double;
  dwc:latitude '48.68093'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51147 48.68093, -1.51147 48.68093, -1.51147 48.68093, -1.51147 48.68093, -1.51147 48.68093))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_800'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68288 -1.51147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68288"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68288 -1.51147)"^^geo:wktLiteral ;
  geo-pos:lat "48.68288"^^xsd:decimal ;
  geo-pos:long "-1.51147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_10203'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '7.05'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51147'^^xsd:double;
  dwc:latitude '48.68288'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51147 48.68288, -1.51147 48.68288, -1.51147 48.68288, -1.51147 48.68288, -1.51147 48.68288))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10203'^^xsd:string;
  dwc:observationDate '2008-03-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2968> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69064 -1.51145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69064"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69064 -1.51145)"^^geo:wktLiteral ;
  geo-pos:lat "48.69064"^^xsd:decimal ;
  geo-pos:long "-1.51145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2968'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_2968'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51145'^^xsd:double;
  dwc:latitude '48.69064'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51145 48.69064, -1.51145 48.69064, -1.51145 48.69064, -1.51145 48.69064, -1.51145 48.69064))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2968'^^xsd:string;
  dwc:observationDate '2006-03-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3307> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67938 -1.51143)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67938"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51143"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67938 -1.51143)"^^geo:wktLiteral ;
  geo-pos:lat "48.67938"^^xsd:decimal ;
  geo-pos:long "-1.51143"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3307'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3307'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51143'^^xsd:double;
  dwc:latitude '48.67938'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51143 48.67938, -1.51143 48.67938, -1.51143 48.67938, -1.51143 48.67938, -1.51143 48.67938))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3307'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1634> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65804 -1.51136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65804"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65804 -1.51136)"^^geo:wktLiteral ;
  geo-pos:lat "48.65804"^^xsd:decimal ;
  geo-pos:long "-1.51136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1634'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1634'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '3.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51136'^^xsd:double;
  dwc:latitude '48.65804'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51136 48.65804, -1.51136 48.65804, -1.51136 48.65804, -1.51136 48.65804, -1.51136 48.65804))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1634'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_340> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6911 -1.51133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6911 -1.51133)"^^geo:wktLiteral ;
  geo-pos:lat "48.6911"^^xsd:decimal ;
  geo-pos:long "-1.51133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_340'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_340'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '6.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51133'^^xsd:double;
  dwc:latitude '48.6911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51133 48.6911, -1.51133 48.6911, -1.51133 48.6911, -1.51133 48.6911, -1.51133 48.6911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_340'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69341 -1.51133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69341"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69341 -1.51133)"^^geo:wktLiteral ;
  geo-pos:lat "48.69341"^^xsd:decimal ;
  geo-pos:long "-1.51133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_393'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51133'^^xsd:double;
  dwc:latitude '48.69341'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51133 48.69341, -1.51133 48.69341, -1.51133 48.69341, -1.51133 48.69341, -1.51133 48.69341))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_393'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69517 -1.51132)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51132"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69517 -1.51132)"^^geo:wktLiteral ;
  geo-pos:lat "48.69517"^^xsd:decimal ;
  geo-pos:long "-1.51132"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10394'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51132'^^xsd:double;
  dwc:latitude '48.69517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51132 48.69517, -1.51132 48.69517, -1.51132 48.69517, -1.51132 48.69517, -1.51132 48.69517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10394'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3335> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68167 -1.5113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68167"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68167 -1.5113)"^^geo:wktLiteral ;
  geo-pos:lat "48.68167"^^xsd:decimal ;
  geo-pos:long "-1.5113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3335'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3335'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5113'^^xsd:double;
  dwc:latitude '48.68167'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5113 48.68167, -1.5113 48.68167, -1.5113 48.68167, -1.5113 48.68167, -1.5113 48.68167))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3335'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6847 -1.5113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6847"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6847 -1.5113)"^^geo:wktLiteral ;
  geo-pos:lat "48.6847"^^xsd:decimal ;
  geo-pos:long "-1.5113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_750'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5113'^^xsd:double;
  dwc:latitude '48.6847'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5113 48.6847, -1.5113 48.6847, -1.5113 48.6847, -1.5113 48.6847, -1.5113 48.6847))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_750'^^xsd:string;
  dwc:observationDate '2006-02-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_610> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69307 -1.51125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69307"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69307 -1.51125)"^^geo:wktLiteral ;
  geo-pos:lat "48.69307"^^xsd:decimal ;
  geo-pos:long "-1.51125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_610'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_610'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51125'^^xsd:double;
  dwc:latitude '48.69307'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51125 48.69307, -1.51125 48.69307, -1.51125 48.69307, -1.51125 48.69307, -1.51125 48.69307))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_610'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3053> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69127 -1.51116)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69127"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51116"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69127 -1.51116)"^^geo:wktLiteral ;
  geo-pos:lat "48.69127"^^xsd:decimal ;
  geo-pos:long "-1.51116"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3053'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '19'^^xsd:integer;
  dwc:collectorNumber '2034_3053'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '19'^^xsd:integer;
  dwc:timeOfDay '21.533333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51116'^^xsd:double;
  dwc:latitude '48.69127'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51116 48.69127, -1.51116 48.69127, -1.51116 48.69127, -1.51116 48.69127, -1.51116 48.69127))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3053'^^xsd:string;
  dwc:observationDate '2006-03-19'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1161> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69166 -1.51113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69166"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69166 -1.51113)"^^geo:wktLiteral ;
  geo-pos:lat "48.69166"^^xsd:decimal ;
  geo-pos:long "-1.51113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1161'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_1161'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51113'^^xsd:double;
  dwc:latitude '48.69166'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51113 48.69166, -1.51113 48.69166, -1.51113 48.69166, -1.51113 48.69166, -1.51113 48.69166))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1161'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_10393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_10393> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_10393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69454 -1.51112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69454"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_10393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69454 -1.51112)"^^geo:wktLiteral ;
  geo-pos:lat "48.69454"^^xsd:decimal ;
  geo-pos:long "-1.51112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_10393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_10393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_10393'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2008'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_10393'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '4.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51112'^^xsd:double;
  dwc:latitude '48.69454'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51112 48.69454, -1.51112 48.69454, -1.51112 48.69454, -1.51112 48.69454, -1.51112 48.69454))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_10393'^^xsd:string;
  dwc:observationDate '2008-04-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66699 -1.51109)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66699"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51109"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66699 -1.51109)"^^geo:wktLiteral ;
  geo-pos:lat "48.66699"^^xsd:decimal ;
  geo-pos:long "-1.51109"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1370'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '15.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51109'^^xsd:double;
  dwc:latitude '48.66699'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51109 48.66699, -1.51109 48.66699, -1.51109 48.66699, -1.51109 48.66699, -1.51109 48.66699))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1370'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3486> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69811 -1.51103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69811"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69811 -1.51103)"^^geo:wktLiteral ;
  geo-pos:lat "48.69811"^^xsd:decimal ;
  geo-pos:long "-1.51103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3486'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3486'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51103'^^xsd:double;
  dwc:latitude '48.69811'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51103 48.69811, -1.51103 48.69811, -1.51103 48.69811, -1.51103 48.69811, -1.51103 48.69811))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3486'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11902> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66532 -1.51099)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66532"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51099"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66532 -1.51099)"^^geo:wktLiteral ;
  geo-pos:lat "48.66532"^^xsd:decimal ;
  geo-pos:long "-1.51099"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11902'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11902'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51099'^^xsd:double;
  dwc:latitude '48.66532'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51099 48.66532, -1.51099 48.66532, -1.51099 48.66532, -1.51099 48.66532, -1.51099 48.66532))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11902'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3308> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68405 -1.51096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68405 -1.51096)"^^geo:wktLiteral ;
  geo-pos:lat "48.68405"^^xsd:decimal ;
  geo-pos:long "-1.51096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3308'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_3308'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51096'^^xsd:double;
  dwc:latitude '48.68405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51096 48.68405, -1.51096 48.68405, -1.51096 48.68405, -1.51096 48.68405, -1.51096 48.68405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3308'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3331> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67753 -1.51095)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51095"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67753 -1.51095)"^^geo:wktLiteral ;
  geo-pos:lat "48.67753"^^xsd:decimal ;
  geo-pos:long "-1.51095"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3331'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3331'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51095'^^xsd:double;
  dwc:latitude '48.67753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51095 48.67753, -1.51095 48.67753, -1.51095 48.67753, -1.51095 48.67753, -1.51095 48.67753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3331'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_557> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69405 -1.51094)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69405"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51094"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69405 -1.51094)"^^geo:wktLiteral ;
  geo-pos:lat "48.69405"^^xsd:decimal ;
  geo-pos:long "-1.51094"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_557'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_557'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51094'^^xsd:double;
  dwc:latitude '48.69405'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51094 48.69405, -1.51094 48.69405, -1.51094 48.69405, -1.51094 48.69405, -1.51094 48.69405))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_557'^^xsd:string;
  dwc:observationDate '2006-02-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4118> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67216 -1.51093)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51093"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67216 -1.51093)"^^geo:wktLiteral ;
  geo-pos:lat "48.67216"^^xsd:decimal ;
  geo-pos:long "-1.51093"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4118'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4118'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51093'^^xsd:double;
  dwc:latitude '48.67216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51093 48.67216, -1.51093 48.67216, -1.51093 48.67216, -1.51093 48.67216, -1.51093 48.67216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4118'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4025> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69347 -1.51086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69347 -1.51086)"^^geo:wktLiteral ;
  geo-pos:lat "48.69347"^^xsd:decimal ;
  geo-pos:long "-1.51086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4025'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4025'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.016666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51086'^^xsd:double;
  dwc:latitude '48.69347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51086 48.69347, -1.51086 48.69347, -1.51086 48.69347, -1.51086 48.69347, -1.51086 48.69347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4025'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_810> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66474 -1.5108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66474"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66474 -1.5108)"^^geo:wktLiteral ;
  geo-pos:lat "48.66474"^^xsd:decimal ;
  geo-pos:long "-1.5108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_810'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_810'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5108'^^xsd:double;
  dwc:latitude '48.66474'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5108 48.66474, -1.5108 48.66474, -1.5108 48.66474, -1.5108 48.66474, -1.5108 48.66474))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_810'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_646> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69304 -1.51067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69304"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69304 -1.51067)"^^geo:wktLiteral ;
  geo-pos:lat "48.69304"^^xsd:decimal ;
  geo-pos:long "-1.51067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_646'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_646'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51067'^^xsd:double;
  dwc:latitude '48.69304'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51067 48.69304, -1.51067 48.69304, -1.51067 48.69304, -1.51067 48.69304, -1.51067 48.69304))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_646'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1678> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68149 -1.51064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68149"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68149 -1.51064)"^^geo:wktLiteral ;
  geo-pos:lat "48.68149"^^xsd:decimal ;
  geo-pos:long "-1.51064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1678'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1678'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51064'^^xsd:double;
  dwc:latitude '48.68149'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51064 48.68149, -1.51064 48.68149, -1.51064 48.68149, -1.51064 48.68149, -1.51064 48.68149))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1678'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3926> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66543 -1.51062)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51062"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66543 -1.51062)"^^geo:wktLiteral ;
  geo-pos:lat "48.66543"^^xsd:decimal ;
  geo-pos:long "-1.51062"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3926'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_3926'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51062'^^xsd:double;
  dwc:latitude '48.66543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51062 48.66543, -1.51062 48.66543, -1.51062 48.66543, -1.51062 48.66543, -1.51062 48.66543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3926'^^xsd:string;
  dwc:observationDate '2006-04-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66452 -1.51058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66452"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66452 -1.51058)"^^geo:wktLiteral ;
  geo-pos:lat "48.66452"^^xsd:decimal ;
  geo-pos:long "-1.51058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5763'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51058'^^xsd:double;
  dwc:latitude '48.66452'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51058 48.66452, -1.51058 48.66452, -1.51058 48.66452, -1.51058 48.66452, -1.51058 48.66452))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5763'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3360> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68194 -1.51057)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51057"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68194 -1.51057)"^^geo:wktLiteral ;
  geo-pos:lat "48.68194"^^xsd:decimal ;
  geo-pos:long "-1.51057"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3360'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3360'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51057'^^xsd:double;
  dwc:latitude '48.68194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51057 48.68194, -1.51057 48.68194, -1.51057 48.68194, -1.51057 48.68194, -1.51057 48.68194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3360'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3436> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68928 -1.51052)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68928"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51052"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68928 -1.51052)"^^geo:wktLiteral ;
  geo-pos:lat "48.68928"^^xsd:decimal ;
  geo-pos:long "-1.51052"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3436'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3436'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51052'^^xsd:double;
  dwc:latitude '48.68928'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51052 48.68928, -1.51052 48.68928, -1.51052 48.68928, -1.51052 48.68928, -1.51052 48.68928))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3436'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1454> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68041 -1.51051)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68041"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51051"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68041 -1.51051)"^^geo:wktLiteral ;
  geo-pos:lat "48.68041"^^xsd:decimal ;
  geo-pos:long "-1.51051"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1454'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1454'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51051'^^xsd:double;
  dwc:latitude '48.68041'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51051 48.68041, -1.51051 48.68041, -1.51051 48.68041, -1.51051 48.68041, -1.51051 48.68041))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1454'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2915> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66816 -1.51049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66816"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66816 -1.51049)"^^geo:wktLiteral ;
  geo-pos:lat "48.66816"^^xsd:decimal ;
  geo-pos:long "-1.51049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2915'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2915'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51049'^^xsd:double;
  dwc:latitude '48.66816'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51049 48.66816, -1.51049 48.66816, -1.51049 48.66816, -1.51049 48.66816, -1.51049 48.66816))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2915'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3740> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67197 -1.51048)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67197"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51048"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67197 -1.51048)"^^geo:wktLiteral ;
  geo-pos:lat "48.67197"^^xsd:decimal ;
  geo-pos:long "-1.51048"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3740'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3740'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '9.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51048'^^xsd:double;
  dwc:latitude '48.67197'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51048 48.67197, -1.51048 48.67197, -1.51048 48.67197, -1.51048 48.67197, -1.51048 48.67197))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3740'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1367> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66822 -1.51043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66822 -1.51043)"^^geo:wktLiteral ;
  geo-pos:lat "48.66822"^^xsd:decimal ;
  geo-pos:long "-1.51043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1367'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '9'^^xsd:integer;
  dwc:collectorNumber '2034_1367'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '9'^^xsd:integer;
  dwc:timeOfDay '14.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51043'^^xsd:double;
  dwc:latitude '48.66822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51043 48.66822, -1.51043 48.66822, -1.51043 48.66822, -1.51043 48.66822, -1.51043 48.66822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1367'^^xsd:string;
  dwc:observationDate '2006-03-09'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1456> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69302 -1.51043)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51043"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69302 -1.51043)"^^geo:wktLiteral ;
  geo-pos:lat "48.69302"^^xsd:decimal ;
  geo-pos:long "-1.51043"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1456'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1456'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51043'^^xsd:double;
  dwc:latitude '48.69302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51043 48.69302, -1.51043 48.69302, -1.51043 48.69302, -1.51043 48.69302, -1.51043 48.69302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1456'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63798 -1.51042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63798"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63798 -1.51042)"^^geo:wktLiteral ;
  geo-pos:lat "48.63798"^^xsd:decimal ;
  geo-pos:long "-1.51042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_59'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '1'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_59'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51042'^^xsd:double;
  dwc:latitude '48.63798'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51042 48.63798, -1.51042 48.63798, -1.51042 48.63798, -1.51042 48.63798, -1.51042 48.63798))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_59'^^xsd:string;
  dwc:observationDate '2006-01-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_627> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69323 -1.51035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69323"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69323 -1.51035)"^^geo:wktLiteral ;
  geo-pos:lat "48.69323"^^xsd:decimal ;
  geo-pos:long "-1.51035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_627'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_627'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.4666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51035'^^xsd:double;
  dwc:latitude '48.69323'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51035 48.69323, -1.51035 48.69323, -1.51035 48.69323, -1.51035 48.69323, -1.51035 48.69323))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_627'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3460> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6719 -1.5103)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6719"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5103"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6719 -1.5103)"^^geo:wktLiteral ;
  geo-pos:lat "48.6719"^^xsd:decimal ;
  geo-pos:long "-1.5103"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3460'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3460'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5103'^^xsd:double;
  dwc:latitude '48.6719'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5103 48.6719, -1.5103 48.6719, -1.5103 48.6719, -1.5103 48.6719, -1.5103 48.6719))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3460'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4070> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65523 -1.51026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65523 -1.51026)"^^geo:wktLiteral ;
  geo-pos:lat "48.65523"^^xsd:decimal ;
  geo-pos:long "-1.51026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4070'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4070'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51026'^^xsd:double;
  dwc:latitude '48.65523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51026 48.65523, -1.51026 48.65523, -1.51026 48.65523, -1.51026 48.65523, -1.51026 48.65523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4070'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_370> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67003 -1.51026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67003 -1.51026)"^^geo:wktLiteral ;
  geo-pos:lat "48.67003"^^xsd:decimal ;
  geo-pos:long "-1.51026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_370'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_370'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51026'^^xsd:double;
  dwc:latitude '48.67003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51026 48.67003, -1.51026 48.67003, -1.51026 48.67003, -1.51026 48.67003, -1.51026 48.67003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_370'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_373> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67982 -1.51021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67982"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67982 -1.51021)"^^geo:wktLiteral ;
  geo-pos:lat "48.67982"^^xsd:decimal ;
  geo-pos:long "-1.51021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_373'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_373'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51021'^^xsd:double;
  dwc:latitude '48.67982'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51021 48.67982, -1.51021 48.67982, -1.51021 48.67982, -1.51021 48.67982, -1.51021 48.67982))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_373'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68943 -1.5102)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68943"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5102"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68943 -1.5102)"^^geo:wktLiteral ;
  geo-pos:lat "48.68943"^^xsd:decimal ;
  geo-pos:long "-1.5102"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2550'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.6'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5102'^^xsd:double;
  dwc:latitude '48.68943'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5102 48.68943, -1.5102 48.68943, -1.5102 48.68943, -1.5102 48.68943, -1.5102 48.68943))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2550'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66239 -1.51017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66239"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66239 -1.51017)"^^geo:wktLiteral ;
  geo-pos:lat "48.66239"^^xsd:decimal ;
  geo-pos:long "-1.51017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_2586'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '0.16666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51017'^^xsd:double;
  dwc:latitude '48.66239'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51017 48.66239, -1.51017 48.66239, -1.51017 48.66239, -1.51017 48.66239, -1.51017 48.66239))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2586'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68835 -1.51017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68835"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68835 -1.51017)"^^geo:wktLiteral ;
  geo-pos:lat "48.68835"^^xsd:decimal ;
  geo-pos:long "-1.51017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2413'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51017'^^xsd:double;
  dwc:latitude '48.68835'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51017 48.68835, -1.51017 48.68835, -1.51017 48.68835, -1.51017 48.68835, -1.51017 48.68835))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2413'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1455> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67878 -1.51016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67878"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67878 -1.51016)"^^geo:wktLiteral ;
  geo-pos:lat "48.67878"^^xsd:decimal ;
  geo-pos:long "-1.51016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1455'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_1455'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51016'^^xsd:double;
  dwc:latitude '48.67878'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51016 48.67878, -1.51016 48.67878, -1.51016 48.67878, -1.51016 48.67878, -1.51016 48.67878))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1455'^^xsd:string;
  dwc:observationDate '2006-03-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_392> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69295 -1.51014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69295"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69295 -1.51014)"^^geo:wktLiteral ;
  geo-pos:lat "48.69295"^^xsd:decimal ;
  geo-pos:long "-1.51014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_392'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_392'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51014'^^xsd:double;
  dwc:latitude '48.69295'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51014 48.69295, -1.51014 48.69295, -1.51014 48.69295, -1.51014 48.69295, -1.51014 48.69295))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_392'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2940> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66001 -1.51009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66001"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66001 -1.51009)"^^geo:wktLiteral ;
  geo-pos:lat "48.66001"^^xsd:decimal ;
  geo-pos:long "-1.51009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2940'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2940'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '18.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51009'^^xsd:double;
  dwc:latitude '48.66001'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51009 48.66001, -1.51009 48.66001, -1.51009 48.66001, -1.51009 48.66001, -1.51009 48.66001))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2940'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_397> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68678 -1.51008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.51008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68678 -1.51008)"^^geo:wktLiteral ;
  geo-pos:lat "48.68678"^^xsd:decimal ;
  geo-pos:long "-1.51008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_397'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_397'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.51008'^^xsd:double;
  dwc:latitude '48.68678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.51008 48.68678, -1.51008 48.68678, -1.51008 48.68678, -1.51008 48.68678, -1.51008 48.68678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_397'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_647> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69305 -1.50993)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69305"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50993"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69305 -1.50993)"^^geo:wktLiteral ;
  geo-pos:lat "48.69305"^^xsd:decimal ;
  geo-pos:long "-1.50993"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_647'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_647'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50993'^^xsd:double;
  dwc:latitude '48.69305'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50993 48.69305, -1.50993 48.69305, -1.50993 48.69305, -1.50993 48.69305, -1.50993 48.69305))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_647'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1204> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69302 -1.50981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69302"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69302 -1.50981)"^^geo:wktLiteral ;
  geo-pos:lat "48.69302"^^xsd:decimal ;
  geo-pos:long "-1.50981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1204'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1204'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50981'^^xsd:double;
  dwc:latitude '48.69302'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50981 48.69302, -1.50981 48.69302, -1.50981 48.69302, -1.50981 48.69302, -1.50981 48.69302))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1204'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_609> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69329 -1.5098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69329"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69329 -1.5098)"^^geo:wktLiteral ;
  geo-pos:lat "48.69329"^^xsd:decimal ;
  geo-pos:long "-1.5098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_609'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_609'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5098'^^xsd:double;
  dwc:latitude '48.69329'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5098 48.69329, -1.5098 48.69329, -1.5098 48.69329, -1.5098 48.69329, -1.5098 48.69329))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_609'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1742> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65489 -1.50979)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65489"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50979"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65489 -1.50979)"^^geo:wktLiteral ;
  geo-pos:lat "48.65489"^^xsd:decimal ;
  geo-pos:long "-1.50979"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1742'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1742'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '20.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50979'^^xsd:double;
  dwc:latitude '48.65489'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50979 48.65489, -1.50979 48.65489, -1.50979 48.65489, -1.50979 48.65489, -1.50979 48.65489))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1742'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_675> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68242 -1.50976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68242"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68242 -1.50976)"^^geo:wktLiteral ;
  geo-pos:lat "48.68242"^^xsd:decimal ;
  geo-pos:long "-1.50976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_675'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_675'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.133333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50976'^^xsd:double;
  dwc:latitude '48.68242'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50976 48.68242, -1.50976 48.68242, -1.50976 48.68242, -1.50976 48.68242, -1.50976 48.68242))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_675'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1632> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65826 -1.50974)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65826"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50974"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65826 -1.50974)"^^geo:wktLiteral ;
  geo-pos:lat "48.65826"^^xsd:decimal ;
  geo-pos:long "-1.50974"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1632'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1632'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50974'^^xsd:double;
  dwc:latitude '48.65826'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50974 48.65826, -1.50974 48.65826, -1.50974 48.65826, -1.50974 48.65826, -1.50974 48.65826))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1632'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2551> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68519 -1.5097)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68519"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5097"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68519 -1.5097)"^^geo:wktLiteral ;
  geo-pos:lat "48.68519"^^xsd:decimal ;
  geo-pos:long "-1.5097"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2551'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2551'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5097'^^xsd:double;
  dwc:latitude '48.68519'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5097 48.68519, -1.5097 48.68519, -1.5097 48.68519, -1.5097 48.68519, -1.5097 48.68519))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2551'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4046> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68929 -1.50962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68929"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68929 -1.50962)"^^geo:wktLiteral ;
  geo-pos:lat "48.68929"^^xsd:decimal ;
  geo-pos:long "-1.50962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4046'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4046'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '8.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50962'^^xsd:double;
  dwc:latitude '48.68929'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50962 48.68929, -1.50962 48.68929, -1.50962 48.68929, -1.50962 48.68929, -1.50962 48.68929))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4046'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_394> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69346 -1.50962)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69346"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50962"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69346 -1.50962)"^^geo:wktLiteral ;
  geo-pos:lat "48.69346"^^xsd:decimal ;
  geo-pos:long "-1.50962"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_394'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_394'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50962'^^xsd:double;
  dwc:latitude '48.69346'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50962 48.69346, -1.50962 48.69346, -1.50962 48.69346, -1.50962 48.69346, -1.50962 48.69346))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_394'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11899> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6513 -1.50955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6513 -1.50955)"^^geo:wktLiteral ;
  geo-pos:lat "48.6513"^^xsd:decimal ;
  geo-pos:long "-1.50955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11899'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11899'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50955'^^xsd:double;
  dwc:latitude '48.6513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50955 48.6513, -1.50955 48.6513, -1.50955 48.6513, -1.50955 48.6513, -1.50955 48.6513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11899'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_626> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69237 -1.50951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69237 -1.50951)"^^geo:wktLiteral ;
  geo-pos:lat "48.69237"^^xsd:decimal ;
  geo-pos:long "-1.50951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_626'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_626'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50951'^^xsd:double;
  dwc:latitude '48.69237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50951 48.69237, -1.50951 48.69237, -1.50951 48.69237, -1.50951 48.69237, -1.50951 48.69237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_626'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69176 -1.50938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69176"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69176 -1.50938)"^^geo:wktLiteral ;
  geo-pos:lat "48.69176"^^xsd:decimal ;
  geo-pos:long "-1.50938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_1586'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50938'^^xsd:double;
  dwc:latitude '48.69176'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50938 48.69176, -1.50938 48.69176, -1.50938 48.69176, -1.50938 48.69176, -1.50938 48.69176))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1586'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1415> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66583 -1.50933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66583 -1.50933)"^^geo:wktLiteral ;
  geo-pos:lat "48.66583"^^xsd:decimal ;
  geo-pos:long "-1.50933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1415'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1415'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '18.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50933'^^xsd:double;
  dwc:latitude '48.66583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50933 48.66583, -1.50933 48.66583, -1.50933 48.66583, -1.50933 48.66583, -1.50933 48.66583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1415'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11195> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68609 -1.50914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68609"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68609 -1.50914)"^^geo:wktLiteral ;
  geo-pos:lat "48.68609"^^xsd:decimal ;
  geo-pos:long "-1.50914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11195'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11195'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '16.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50914'^^xsd:double;
  dwc:latitude '48.68609'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50914 48.68609, -1.50914 48.68609, -1.50914 48.68609, -1.50914 48.68609, -1.50914 48.68609))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11195'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_648> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69244 -1.50914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69244"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69244 -1.50914)"^^geo:wktLiteral ;
  geo-pos:lat "48.69244"^^xsd:decimal ;
  geo-pos:long "-1.50914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_648'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_648'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50914'^^xsd:double;
  dwc:latitude '48.69244'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50914 48.69244, -1.50914 48.69244, -1.50914 48.69244, -1.50914 48.69244, -1.50914 48.69244))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_648'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1882> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67589 -1.50913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67589"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67589 -1.50913)"^^geo:wktLiteral ;
  geo-pos:lat "48.67589"^^xsd:decimal ;
  geo-pos:long "-1.50913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1882'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1882'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '21.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50913'^^xsd:double;
  dwc:latitude '48.67589'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50913 48.67589, -1.50913 48.67589, -1.50913 48.67589, -1.50913 48.67589, -1.50913 48.67589))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1882'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66391 -1.50906)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66391"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50906"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66391 -1.50906)"^^geo:wktLiteral ;
  geo-pos:lat "48.66391"^^xsd:decimal ;
  geo-pos:long "-1.50906"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_42'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_42'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50906'^^xsd:double;
  dwc:latitude '48.66391'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50906 48.66391, -1.50906 48.66391, -1.50906 48.66391, -1.50906 48.66391, -1.50906 48.66391))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_42'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1203> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.50902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6926"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6926 -1.50902)"^^geo:wktLiteral ;
  geo-pos:lat "48.6926"^^xsd:decimal ;
  geo-pos:long "-1.50902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1203'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1203'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50902'^^xsd:double;
  dwc:latitude '48.6926'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50902 48.6926, -1.50902 48.6926, -1.50902 48.6926, -1.50902 48.6926, -1.50902 48.6926))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1203'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4919> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68673 -1.50901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68673"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68673 -1.50901)"^^geo:wktLiteral ;
  geo-pos:lat "48.68673"^^xsd:decimal ;
  geo-pos:long "-1.50901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4919'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_4919'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '13.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50901'^^xsd:double;
  dwc:latitude '48.68673'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50901 48.68673, -1.50901 48.68673, -1.50901 48.68673, -1.50901 48.68673, -1.50901 48.68673))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4919'^^xsd:string;
  dwc:observationDate '2006-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1721> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6486 -1.50897)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6486"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50897"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6486 -1.50897)"^^geo:wktLiteral ;
  geo-pos:lat "48.6486"^^xsd:decimal ;
  geo-pos:long "-1.50897"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1721'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1721'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50897'^^xsd:double;
  dwc:latitude '48.6486'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50897 48.6486, -1.50897 48.6486, -1.50897 48.6486, -1.50897 48.6486, -1.50897 48.6486))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1721'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3332> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67605 -1.50889)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67605"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50889"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67605 -1.50889)"^^geo:wktLiteral ;
  geo-pos:lat "48.67605"^^xsd:decimal ;
  geo-pos:long "-1.50889"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3332'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3332'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50889'^^xsd:double;
  dwc:latitude '48.67605'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50889 48.67605, -1.50889 48.67605, -1.50889 48.67605, -1.50889 48.67605, -1.50889 48.67605))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3332'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67773 -1.50888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67773"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67773 -1.50888)"^^geo:wktLiteral ;
  geo-pos:lat "48.67773"^^xsd:decimal ;
  geo-pos:long "-1.50888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_44'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_44'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50888'^^xsd:double;
  dwc:latitude '48.67773'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50888 48.67773, -1.50888 48.67773, -1.50888 48.67773, -1.50888 48.67773, -1.50888 48.67773))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_44'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_660> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.50882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69222"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69222 -1.50882)"^^geo:wktLiteral ;
  geo-pos:lat "48.69222"^^xsd:decimal ;
  geo-pos:long "-1.50882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_660'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_660'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50882'^^xsd:double;
  dwc:latitude '48.69222'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50882 48.69222, -1.50882 48.69222, -1.50882 48.69222, -1.50882 48.69222, -1.50882 48.69222))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_660'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3334> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67583 -1.50878)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67583"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50878"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67583 -1.50878)"^^geo:wktLiteral ;
  geo-pos:lat "48.67583"^^xsd:decimal ;
  geo-pos:long "-1.50878"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3334'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3334'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50878'^^xsd:double;
  dwc:latitude '48.67583'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50878 48.67583, -1.50878 48.67583, -1.50878 48.67583, -1.50878 48.67583, -1.50878 48.67583))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3334'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2357> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.50876)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6903"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50876"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6903 -1.50876)"^^geo:wktLiteral ;
  geo-pos:lat "48.6903"^^xsd:decimal ;
  geo-pos:long "-1.50876"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2357'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2357'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.566666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50876'^^xsd:double;
  dwc:latitude '48.6903'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50876 48.6903, -1.50876 48.6903, -1.50876 48.6903, -1.50876 48.6903, -1.50876 48.6903))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2357'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_398> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.50872)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69048"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50872"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69048 -1.50872)"^^geo:wktLiteral ;
  geo-pos:lat "48.69048"^^xsd:decimal ;
  geo-pos:long "-1.50872"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_398'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_398'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50872'^^xsd:double;
  dwc:latitude '48.69048'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50872 48.69048, -1.50872 48.69048, -1.50872 48.69048, -1.50872 48.69048, -1.50872 48.69048))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_398'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2524> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68753 -1.50868)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68753"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50868"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68753 -1.50868)"^^geo:wktLiteral ;
  geo-pos:lat "48.68753"^^xsd:decimal ;
  geo-pos:long "-1.50868"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2524'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_2524'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50868'^^xsd:double;
  dwc:latitude '48.68753'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50868 48.68753, -1.50868 48.68753, -1.50868 48.68753, -1.50868 48.68753, -1.50868 48.68753))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2524'^^xsd:string;
  dwc:observationDate '2006-03-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11234> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63972 -1.50865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63972"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63972 -1.50865)"^^geo:wktLiteral ;
  geo-pos:lat "48.63972"^^xsd:decimal ;
  geo-pos:long "-1.50865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11234'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11234'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50865'^^xsd:double;
  dwc:latitude '48.63972'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50865 48.63972, -1.50865 48.63972, -1.50865 48.63972, -1.50865 48.63972, -1.50865 48.63972))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11234'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68939 -1.50859)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68939"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50859"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68939 -1.50859)"^^geo:wktLiteral ;
  geo-pos:lat "48.68939"^^xsd:decimal ;
  geo-pos:long "-1.50859"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_2386'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50859'^^xsd:double;
  dwc:latitude '48.68939'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50859 48.68939, -1.50859 48.68939, -1.50859 48.68939, -1.50859 48.68939, -1.50859 48.68939))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2386'^^xsd:string;
  dwc:observationDate '2006-02-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1677> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67812 -1.50856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67812 -1.50856)"^^geo:wktLiteral ;
  geo-pos:lat "48.67812"^^xsd:decimal ;
  geo-pos:long "-1.50856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1677'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1677'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50856'^^xsd:double;
  dwc:latitude '48.67812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50856 48.67812, -1.50856 48.67812, -1.50856 48.67812, -1.50856 48.67812, -1.50856 48.67812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1677'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2356> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68771 -1.5085)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68771"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5085"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68771 -1.5085)"^^geo:wktLiteral ;
  geo-pos:lat "48.68771"^^xsd:decimal ;
  geo-pos:long "-1.5085"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2356'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_2356'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '17.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5085'^^xsd:double;
  dwc:latitude '48.68771'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5085 48.68771, -1.5085 48.68771, -1.5085 48.68771, -1.5085 48.68771, -1.5085 48.68771))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2356'^^xsd:string;
  dwc:observationDate '2006-02-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3359> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67678 -1.50841)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67678"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50841"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67678 -1.50841)"^^geo:wktLiteral ;
  geo-pos:lat "48.67678"^^xsd:decimal ;
  geo-pos:long "-1.50841"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3359'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3359'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50841'^^xsd:double;
  dwc:latitude '48.67678'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50841 48.67678, -1.50841 48.67678, -1.50841 48.67678, -1.50841 48.67678, -1.50841 48.67678))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3359'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11141> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.5084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65117"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65117 -1.5084)"^^geo:wktLiteral ;
  geo-pos:lat "48.65117"^^xsd:decimal ;
  geo-pos:long "-1.5084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11141'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11141'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '15.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5084'^^xsd:double;
  dwc:latitude '48.65117'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5084 48.65117, -1.5084 48.65117, -1.5084 48.65117, -1.5084 48.65117, -1.5084 48.65117))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11141'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1201> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69282 -1.50838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69282"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69282 -1.50838)"^^geo:wktLiteral ;
  geo-pos:lat "48.69282"^^xsd:decimal ;
  geo-pos:long "-1.50838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1201'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1201'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50838'^^xsd:double;
  dwc:latitude '48.69282'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50838 48.69282, -1.50838 48.69282, -1.50838 48.69282, -1.50838 48.69282, -1.50838 48.69282))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1201'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11142> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64075 -1.50827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64075"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64075 -1.50827)"^^geo:wktLiteral ;
  geo-pos:lat "48.64075"^^xsd:decimal ;
  geo-pos:long "-1.50827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11142'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11142'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50827'^^xsd:double;
  dwc:latitude '48.64075'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50827 48.64075, -1.50827 48.64075, -1.50827 48.64075, -1.50827 48.64075, -1.50827 48.64075))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11142'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4023> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.50825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69252"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69252 -1.50825)"^^geo:wktLiteral ;
  geo-pos:lat "48.69252"^^xsd:decimal ;
  geo-pos:long "-1.50825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4023'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4023'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '18.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50825'^^xsd:double;
  dwc:latitude '48.69252'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50825 48.69252, -1.50825 48.69252, -1.50825 48.69252, -1.50825 48.69252, -1.50825 48.69252))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4023'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4024> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69236 -1.50823)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69236"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50823"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69236 -1.50823)"^^geo:wktLiteral ;
  geo-pos:lat "48.69236"^^xsd:decimal ;
  geo-pos:long "-1.50823"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4024'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4024'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50823'^^xsd:double;
  dwc:latitude '48.69236'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50823 48.69236, -1.50823 48.69236, -1.50823 48.69236, -1.50823 48.69236, -1.50823 48.69236))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4024'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_650> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69194 -1.5082)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69194"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5082"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69194 -1.5082)"^^geo:wktLiteral ;
  geo-pos:lat "48.69194"^^xsd:decimal ;
  geo-pos:long "-1.5082"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_650'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_650'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5082'^^xsd:double;
  dwc:latitude '48.69194'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5082 48.69194, -1.5082 48.69194, -1.5082 48.69194, -1.5082 48.69194, -1.5082 48.69194))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_650'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1663> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66645 -1.50814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66645"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66645 -1.50814)"^^geo:wktLiteral ;
  geo-pos:lat "48.66645"^^xsd:decimal ;
  geo-pos:long "-1.50814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1663'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1663'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50814'^^xsd:double;
  dwc:latitude '48.66645'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50814 48.66645, -1.50814 48.66645, -1.50814 48.66645, -1.50814 48.66645, -1.50814 48.66645))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1663'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_12133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_12133> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_12133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67611 -1.50811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67611"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_12133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67611 -1.50811)"^^geo:wktLiteral ;
  geo-pos:lat "48.67611"^^xsd:decimal ;
  geo-pos:long "-1.50811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_12133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_12133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_12133'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_12133'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '11.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50811'^^xsd:double;
  dwc:latitude '48.67611'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50811 48.67611, -1.50811 48.67611, -1.50811 48.67611, -1.50811 48.67611, -1.50811 48.67611))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_12133'^^xsd:string;
  dwc:observationDate '2007-12-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11232> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63714 -1.50801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63714"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63714 -1.50801)"^^geo:wktLiteral ;
  geo-pos:lat "48.63714"^^xsd:decimal ;
  geo-pos:long "-1.50801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11232'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11232'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50801'^^xsd:double;
  dwc:latitude '48.63714'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50801 48.63714, -1.50801 48.63714, -1.50801 48.63714, -1.50801 48.63714, -1.50801 48.63714))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11232'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4489> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69003 -1.5079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69003"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69003 -1.5079)"^^geo:wktLiteral ;
  geo-pos:lat "48.69003"^^xsd:decimal ;
  geo-pos:long "-1.5079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4489'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_4489'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '19.7'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5079'^^xsd:double;
  dwc:latitude '48.69003'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5079 48.69003, -1.5079 48.69003, -1.5079 48.69003, -1.5079 48.69003, -1.5079 48.69003))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4489'^^xsd:string;
  dwc:observationDate '2006-04-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3975> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66696 -1.50782)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66696"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50782"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66696 -1.50782)"^^geo:wktLiteral ;
  geo-pos:lat "48.66696"^^xsd:decimal ;
  geo-pos:long "-1.50782"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3975'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3975'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50782'^^xsd:double;
  dwc:latitude '48.66696'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50782 48.66696, -1.50782 48.66696, -1.50782 48.66696, -1.50782 48.66696, -1.50782 48.66696))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3975'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3390> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68861 -1.50778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68861"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68861 -1.50778)"^^geo:wktLiteral ;
  geo-pos:lat "48.68861"^^xsd:decimal ;
  geo-pos:long "-1.50778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3390'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3390'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50778'^^xsd:double;
  dwc:latitude '48.68861'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50778 48.68861, -1.50778 48.68861, -1.50778 48.68861, -1.50778 48.68861, -1.50778 48.68861))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3390'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1879> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65095 -1.50756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65095"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65095 -1.50756)"^^geo:wktLiteral ;
  geo-pos:lat "48.65095"^^xsd:decimal ;
  geo-pos:long "-1.50756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1879'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1879'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50756'^^xsd:double;
  dwc:latitude '48.65095'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50756 48.65095, -1.50756 48.65095, -1.50756 48.65095, -1.50756 48.65095, -1.50756 48.65095))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1879'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_396> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.50751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68858"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68858 -1.50751)"^^geo:wktLiteral ;
  geo-pos:lat "48.68858"^^xsd:decimal ;
  geo-pos:long "-1.50751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_396'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_396'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50751'^^xsd:double;
  dwc:latitude '48.68858'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50751 48.68858, -1.50751 48.68858, -1.50751 48.68858, -1.50751 48.68858, -1.50751 48.68858))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_396'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3083> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66508 -1.50709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66508"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66508 -1.50709)"^^geo:wktLiteral ;
  geo-pos:lat "48.66508"^^xsd:decimal ;
  geo-pos:long "-1.50709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3083'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3083'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '21.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50709'^^xsd:double;
  dwc:latitude '48.66508'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50709 48.66508, -1.50709 48.66508, -1.50709 48.66508, -1.50709 48.66508, -1.50709 48.66508))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3083'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1413> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66833 -1.50708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66833"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66833 -1.50708)"^^geo:wktLiteral ;
  geo-pos:lat "48.66833"^^xsd:decimal ;
  geo-pos:long "-1.50708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1413'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1413'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50708'^^xsd:double;
  dwc:latitude '48.66833'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50708 48.66833, -1.50708 48.66833, -1.50708 48.66833, -1.50708 48.66833, -1.50708 48.66833))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1413'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_399> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68702 -1.507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68702"^^xsd:decimal ;
  dwc:decimalLongitude "-1.507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68702 -1.507)"^^geo:wktLiteral ;
  geo-pos:lat "48.68702"^^xsd:decimal ;
  geo-pos:long "-1.507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_399'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_399'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.507'^^xsd:double;
  dwc:latitude '48.68702'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.507 48.68702, -1.507 48.68702, -1.507 48.68702, -1.507 48.68702, -1.507 48.68702))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_399'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68837 -1.50694)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68837"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50694"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68837 -1.50694)"^^geo:wktLiteral ;
  geo-pos:lat "48.68837"^^xsd:decimal ;
  geo-pos:long "-1.50694"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3068'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '9.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50694'^^xsd:double;
  dwc:latitude '48.68837'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50694 48.68837, -1.50694 48.68837, -1.50694 48.68837, -1.50694 48.68837, -1.50694 48.68837))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3068'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11233> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63544 -1.50693)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50693"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63544 -1.50693)"^^geo:wktLiteral ;
  geo-pos:lat "48.63544"^^xsd:decimal ;
  geo-pos:long "-1.50693"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11233'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11233'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50693'^^xsd:double;
  dwc:latitude '48.63544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50693 48.63544, -1.50693 48.63544, -1.50693 48.63544, -1.50693 48.63544, -1.50693 48.63544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11233'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11144> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63676 -1.50691)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63676"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50691"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63676 -1.50691)"^^geo:wktLiteral ;
  geo-pos:lat "48.63676"^^xsd:decimal ;
  geo-pos:long "-1.50691"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11144'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11144'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50691'^^xsd:double;
  dwc:latitude '48.63676'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50691 48.63676, -1.50691 48.63676, -1.50691 48.63676, -1.50691 48.63676, -1.50691 48.63676))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11144'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1633> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65618 -1.50686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65618 -1.50686)"^^geo:wktLiteral ;
  geo-pos:lat "48.65618"^^xsd:decimal ;
  geo-pos:long "-1.50686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1633'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_1633'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '2.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50686'^^xsd:double;
  dwc:latitude '48.65618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50686 48.65618, -1.50686 48.65618, -1.50686 48.65618, -1.50686 48.65618, -1.50686 48.65618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1633'^^xsd:string;
  dwc:observationDate '2006-03-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3502> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65911 -1.50681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65911"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65911 -1.50681)"^^geo:wktLiteral ;
  geo-pos:lat "48.65911"^^xsd:decimal ;
  geo-pos:long "-1.50681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3502'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3502'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50681'^^xsd:double;
  dwc:latitude '48.65911'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50681 48.65911, -1.50681 48.65911, -1.50681 48.65911, -1.50681 48.65911, -1.50681 48.65911))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3502'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_395> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69065 -1.50681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69065"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69065 -1.50681)"^^geo:wktLiteral ;
  geo-pos:lat "48.69065"^^xsd:decimal ;
  geo-pos:long "-1.50681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_395'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_395'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50681'^^xsd:double;
  dwc:latitude '48.69065'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50681 48.69065, -1.50681 48.69065, -1.50681 48.69065, -1.50681 48.69065, -1.50681 48.69065))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_395'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3391> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6864 -1.50679)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6864"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50679"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6864 -1.50679)"^^geo:wktLiteral ;
  geo-pos:lat "48.6864"^^xsd:decimal ;
  geo-pos:long "-1.50679"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3391'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3391'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50679'^^xsd:double;
  dwc:latitude '48.6864'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50679 48.6864, -1.50679 48.6864, -1.50679 48.6864, -1.50679 48.6864, -1.50679 48.6864))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3391'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3435> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68258 -1.50666)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68258"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50666"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68258 -1.50666)"^^geo:wktLiteral ;
  geo-pos:lat "48.68258"^^xsd:decimal ;
  geo-pos:long "-1.50666"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3435'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3435'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50666'^^xsd:double;
  dwc:latitude '48.68258'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50666 48.68258, -1.50666 48.68258, -1.50666 48.68258, -1.50666 48.68258, -1.50666 48.68258))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3435'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2914> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66627 -1.50661)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66627"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50661"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66627 -1.50661)"^^geo:wktLiteral ;
  geo-pos:lat "48.66627"^^xsd:decimal ;
  geo-pos:long "-1.50661"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2914'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_2914'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50661'^^xsd:double;
  dwc:latitude '48.66627'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50661 48.66627, -1.50661 48.66627, -1.50661 48.66627, -1.50661 48.66627, -1.50661 48.66627))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2914'^^xsd:string;
  dwc:observationDate '2006-03-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3333> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67541 -1.50652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67541"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67541 -1.50652)"^^geo:wktLiteral ;
  geo-pos:lat "48.67541"^^xsd:decimal ;
  geo-pos:long "-1.50652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3333'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3333'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50652'^^xsd:double;
  dwc:latitude '48.67541'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50652 48.67541, -1.50652 48.67541, -1.50652 48.67541, -1.50652 48.67541, -1.50652 48.67541))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3333'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1723> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65424 -1.50643)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65424"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50643"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65424 -1.50643)"^^geo:wktLiteral ;
  geo-pos:lat "48.65424"^^xsd:decimal ;
  geo-pos:long "-1.50643"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1723'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1723'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50643'^^xsd:double;
  dwc:latitude '48.65424'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50643 48.65424, -1.50643 48.65424, -1.50643 48.65424, -1.50643 48.65424, -1.50643 48.65424))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1723'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1202> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69098 -1.50631)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69098"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50631"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69098 -1.50631)"^^geo:wktLiteral ;
  geo-pos:lat "48.69098"^^xsd:decimal ;
  geo-pos:long "-1.50631"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1202'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_1202'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '10.35'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50631'^^xsd:double;
  dwc:latitude '48.69098'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50631 48.69098, -1.50631 48.69098, -1.50631 48.69098, -1.50631 48.69098, -1.50631 48.69098))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1202'^^xsd:string;
  dwc:observationDate '2006-03-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_649> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68958 -1.50628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68958"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68958 -1.50628)"^^geo:wktLiteral ;
  geo-pos:lat "48.68958"^^xsd:decimal ;
  geo-pos:long "-1.50628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_649'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_649'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50628'^^xsd:double;
  dwc:latitude '48.68958'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50628 48.68958, -1.50628 48.68958, -1.50628 48.68958, -1.50628 48.68958, -1.50628 48.68958))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_649'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66892 -1.50622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66892"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66892 -1.50622)"^^geo:wktLiteral ;
  geo-pos:lat "48.66892"^^xsd:decimal ;
  geo-pos:long "-1.50622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5764'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50622'^^xsd:double;
  dwc:latitude '48.66892'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50622 48.66892, -1.50622 48.66892, -1.50622 48.66892, -1.50622 48.66892, -1.50622 48.66892))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5764'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_628> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69002 -1.50619)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.69002"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50619"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.69002 -1.50619)"^^geo:wktLiteral ;
  geo-pos:lat "48.69002"^^xsd:decimal ;
  geo-pos:long "-1.50619"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_628'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_628'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50619'^^xsd:double;
  dwc:latitude '48.69002'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50619 48.69002, -1.50619 48.69002, -1.50619 48.69002, -1.50619 48.69002, -1.50619 48.69002))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_628'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1407> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66856 -1.50601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66856"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66856 -1.50601)"^^geo:wktLiteral ;
  geo-pos:lat "48.66856"^^xsd:decimal ;
  geo-pos:long "-1.50601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1407'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1407'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50601'^^xsd:double;
  dwc:latitude '48.66856'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50601 48.66856, -1.50601 48.66856, -1.50601 48.66856, -1.50601 48.66856, -1.50601 48.66856))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1407'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_673> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67549 -1.5059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67549 -1.5059)"^^geo:wktLiteral ;
  geo-pos:lat "48.67549"^^xsd:decimal ;
  geo-pos:long "-1.5059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_673'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_673'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5059'^^xsd:double;
  dwc:latitude '48.67549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5059 48.67549, -1.5059 48.67549, -1.5059 48.67549, -1.5059 48.67549, -1.5059 48.67549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_673'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5483> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68359 -1.50574)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50574"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68359 -1.50574)"^^geo:wktLiteral ;
  geo-pos:lat "48.68359"^^xsd:decimal ;
  geo-pos:long "-1.50574"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5483'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_5483'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '21.583333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50574'^^xsd:double;
  dwc:latitude '48.68359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50574 48.68359, -1.50574 48.68359, -1.50574 48.68359, -1.50574 48.68359, -1.50574 48.68359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5483'^^xsd:string;
  dwc:observationDate '2006-04-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1412> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6686 -1.50569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6686"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6686 -1.50569)"^^geo:wktLiteral ;
  geo-pos:lat "48.6686"^^xsd:decimal ;
  geo-pos:long "-1.50569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1412'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1412'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50569'^^xsd:double;
  dwc:latitude '48.6686'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50569 48.6686, -1.50569 48.6686, -1.50569 48.6686, -1.50569 48.6686, -1.50569 48.6686))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1412'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1722> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65433 -1.50567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65433"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65433 -1.50567)"^^geo:wktLiteral ;
  geo-pos:lat "48.65433"^^xsd:decimal ;
  geo-pos:long "-1.50567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1722'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_1722'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.0666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50567'^^xsd:double;
  dwc:latitude '48.65433'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50567 48.65433, -1.50567 48.65433, -1.50567 48.65433, -1.50567 48.65433, -1.50567 48.65433))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1722'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4843> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68181 -1.50556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68181"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68181 -1.50556)"^^geo:wktLiteral ;
  geo-pos:lat "48.68181"^^xsd:decimal ;
  geo-pos:long "-1.50556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4843'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_4843'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.65'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50556'^^xsd:double;
  dwc:latitude '48.68181'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50556 48.68181, -1.50556 48.68181, -1.50556 48.68181, -1.50556 48.68181, -1.50556 48.68181))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4843'^^xsd:string;
  dwc:observationDate '2006-05-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11143> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63913 -1.50552)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63913"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50552"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63913 -1.50552)"^^geo:wktLiteral ;
  geo-pos:lat "48.63913"^^xsd:decimal ;
  geo-pos:long "-1.50552"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11143'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '23'^^xsd:integer;
  dwc:collectorNumber '2034_11143'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '23'^^xsd:integer;
  dwc:timeOfDay '16.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50552'^^xsd:double;
  dwc:latitude '48.63913'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50552 48.63913, -1.50552 48.63913, -1.50552 48.63913, -1.50552 48.63913, -1.50552 48.63913))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11143'^^xsd:string;
  dwc:observationDate '2007-11-23'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11231> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63791 -1.50549)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63791"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50549"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63791 -1.50549)"^^geo:wktLiteral ;
  geo-pos:lat "48.63791"^^xsd:decimal ;
  geo-pos:long "-1.50549"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11231'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11231'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50549'^^xsd:double;
  dwc:latitude '48.63791'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50549 48.63791, -1.50549 48.63791, -1.50549 48.63791, -1.50549 48.63791, -1.50549 48.63791))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11231'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5405> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65577 -1.50546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65577 -1.50546)"^^geo:wktLiteral ;
  geo-pos:lat "48.65577"^^xsd:decimal ;
  geo-pos:long "-1.50546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5405'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5405'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.5666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50546'^^xsd:double;
  dwc:latitude '48.65577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50546 48.65577, -1.50546 48.65577, -1.50546 48.65577, -1.50546 48.65577, -1.50546 48.65577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5405'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4117> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67888 -1.50544)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67888"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50544"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67888 -1.50544)"^^geo:wktLiteral ;
  geo-pos:lat "48.67888"^^xsd:decimal ;
  geo-pos:long "-1.50544"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4117'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4117'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.3166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50544'^^xsd:double;
  dwc:latitude '48.67888'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50544 48.67888, -1.50544 48.67888, -1.50544 48.67888, -1.50544 48.67888, -1.50544 48.67888))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4117'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4424> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68573 -1.50539)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68573"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50539"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68573 -1.50539)"^^geo:wktLiteral ;
  geo-pos:lat "48.68573"^^xsd:decimal ;
  geo-pos:long "-1.50539"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4424'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '24'^^xsd:integer;
  dwc:collectorNumber '2034_4424'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '24'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50539'^^xsd:double;
  dwc:latitude '48.68573'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50539 48.68573, -1.50539 48.68573, -1.50539 48.68573, -1.50539 48.68573, -1.50539 48.68573))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4424'^^xsd:string;
  dwc:observationDate '2006-04-24'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_629> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68411 -1.50516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68411"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68411 -1.50516)"^^geo:wktLiteral ;
  geo-pos:lat "48.68411"^^xsd:decimal ;
  geo-pos:long "-1.50516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_629'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_629'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '6.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50516'^^xsd:double;
  dwc:latitude '48.68411'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50516 48.68411, -1.50516 48.68411, -1.50516 48.68411, -1.50516 48.68411, -1.50516 48.68411))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_629'^^xsd:string;
  dwc:observationDate '2006-02-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3388> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67692 -1.50498)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67692"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50498"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67692 -1.50498)"^^geo:wktLiteral ;
  geo-pos:lat "48.67692"^^xsd:decimal ;
  geo-pos:long "-1.50498"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3388'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3388'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50498'^^xsd:double;
  dwc:latitude '48.67692'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50498 48.67692, -1.50498 48.67692, -1.50498 48.67692, -1.50498 48.67692, -1.50498 48.67692))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3388'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66771 -1.50472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66771"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66771 -1.50472)"^^geo:wktLiteral ;
  geo-pos:lat "48.66771"^^xsd:decimal ;
  geo-pos:long "-1.50472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1664'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '2.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50472'^^xsd:double;
  dwc:latitude '48.66771'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50472 48.66771, -1.50472 48.66771, -1.50472 48.66771, -1.50472 48.66771, -1.50472 48.66771))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1664'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67319 -1.50459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67319 -1.50459)"^^geo:wktLiteral ;
  geo-pos:lat "48.67319"^^xsd:decimal ;
  geo-pos:long "-1.50459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_43'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_43'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50459'^^xsd:double;
  dwc:latitude '48.67319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50459 48.67319, -1.50459 48.67319, -1.50459 48.67319, -1.50459 48.67319, -1.50459 48.67319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_43'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68418 -1.50459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68418 -1.50459)"^^geo:wktLiteral ;
  geo-pos:lat "48.68418"^^xsd:decimal ;
  geo-pos:long "-1.50459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '5'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_4834'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '20.683333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50459'^^xsd:double;
  dwc:latitude '48.68418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50459 48.68418, -1.50459 48.68418, -1.50459 48.68418, -1.50459 48.68418, -1.50459 48.68418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4834'^^xsd:string;
  dwc:observationDate '2006-05-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_672> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68635 -1.50451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68635"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68635 -1.50451)"^^geo:wktLiteral ;
  geo-pos:lat "48.68635"^^xsd:decimal ;
  geo-pos:long "-1.50451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_672'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_672'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50451'^^xsd:double;
  dwc:latitude '48.68635'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50451 48.68635, -1.50451 48.68635, -1.50451 48.68635, -1.50451 48.68635, -1.50451 48.68635))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_672'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_799> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6733 -1.50442)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50442"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6733 -1.50442)"^^geo:wktLiteral ;
  geo-pos:lat "48.6733"^^xsd:decimal ;
  geo-pos:long "-1.50442"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_799'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_799'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50442'^^xsd:double;
  dwc:latitude '48.6733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50442 48.6733, -1.50442 48.6733, -1.50442 48.6733, -1.50442 48.6733, -1.50442 48.6733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_799'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_442> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66807 -1.50421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66807"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66807 -1.50421)"^^geo:wktLiteral ;
  geo-pos:lat "48.66807"^^xsd:decimal ;
  geo-pos:long "-1.50421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_442'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_442'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50421'^^xsd:double;
  dwc:latitude '48.66807'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50421 48.66807, -1.50421 48.66807, -1.50421 48.66807, -1.50421 48.66807, -1.50421 48.66807))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_442'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4045> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68313 -1.50401)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68313"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50401"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68313 -1.50401)"^^geo:wktLiteral ;
  geo-pos:lat "48.68313"^^xsd:decimal ;
  geo-pos:long "-1.50401"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4045'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_4045'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.9666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50401'^^xsd:double;
  dwc:latitude '48.68313'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50401 48.68313, -1.50401 48.68313, -1.50401 48.68313, -1.50401 48.68313, -1.50401 48.68313))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4045'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_813> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67717 -1.50376)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67717"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50376"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67717 -1.50376)"^^geo:wktLiteral ;
  geo-pos:lat "48.67717"^^xsd:decimal ;
  geo-pos:long "-1.50376"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_813'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_813'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50376'^^xsd:double;
  dwc:latitude '48.67717'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50376 48.67717, -1.50376 48.67717, -1.50376 48.67717, -1.50376 48.67717, -1.50376 48.67717))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_813'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1877> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64496 -1.50371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64496"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64496 -1.50371)"^^geo:wktLiteral ;
  geo-pos:lat "48.64496"^^xsd:decimal ;
  geo-pos:long "-1.50371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1877'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1877'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50371'^^xsd:double;
  dwc:latitude '48.64496'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50371 48.64496, -1.50371 48.64496, -1.50371 48.64496, -1.50371 48.64496, -1.50371 48.64496))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1877'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1826> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67216 -1.50319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67216"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67216 -1.50319)"^^geo:wktLiteral ;
  geo-pos:lat "48.67216"^^xsd:decimal ;
  geo-pos:long "-1.50319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1826'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1826'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50319'^^xsd:double;
  dwc:latitude '48.67216'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50319 48.67216, -1.50319 48.67216, -1.50319 48.67216, -1.50319 48.67216, -1.50319 48.67216))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1826'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1414> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66683 -1.50289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66683 -1.50289)"^^geo:wktLiteral ;
  geo-pos:lat "48.66683"^^xsd:decimal ;
  geo-pos:long "-1.50289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1414'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1414'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '17.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50289'^^xsd:double;
  dwc:latitude '48.66683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50289 48.66683, -1.50289 48.66683, -1.50289 48.66683, -1.50289 48.66683, -1.50289 48.66683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1414'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1411> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66817 -1.50268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66817"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66817 -1.50268)"^^geo:wktLiteral ;
  geo-pos:lat "48.66817"^^xsd:decimal ;
  geo-pos:long "-1.50268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1411'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1411'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50268'^^xsd:double;
  dwc:latitude '48.66817'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50268 48.66817, -1.50268 48.66817, -1.50268 48.66817, -1.50268 48.66817, -1.50268 48.66817))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1411'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_798> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67081 -1.50262)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67081"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50262"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67081 -1.50262)"^^geo:wktLiteral ;
  geo-pos:lat "48.67081"^^xsd:decimal ;
  geo-pos:long "-1.50262"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_798'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_798'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '21.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50262'^^xsd:double;
  dwc:latitude '48.67081'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50262 48.67081, -1.50262 48.67081, -1.50262 48.67081, -1.50262 48.67081, -1.50262 48.67081))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_798'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11230> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64389 -1.5026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64389"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64389 -1.5026)"^^geo:wktLiteral ;
  geo-pos:lat "48.64389"^^xsd:decimal ;
  geo-pos:long "-1.5026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11230'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_11230'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '18.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5026'^^xsd:double;
  dwc:latitude '48.64389'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5026 48.64389, -1.5026 48.64389, -1.5026 48.64389, -1.5026 48.64389, -1.5026 48.64389))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11230'^^xsd:string;
  dwc:observationDate '2007-11-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_372> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67279 -1.50228)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50228"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67279 -1.50228)"^^geo:wktLiteral ;
  geo-pos:lat "48.67279"^^xsd:decimal ;
  geo-pos:long "-1.50228"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_372'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_372'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50228'^^xsd:double;
  dwc:latitude '48.67279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50228 48.67279, -1.50228 48.67279, -1.50228 48.67279, -1.50228 48.67279, -1.50228 48.67279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_372'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66392 -1.5022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66392"^^xsd:decimal ;
  dwc:decimalLongitude "-1.5022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66392 -1.5022)"^^geo:wktLiteral ;
  geo-pos:lat "48.66392"^^xsd:decimal ;
  geo-pos:long "-1.5022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '4'^^xsd:integer;
  dwc:collectorNumber '2034_3812'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '4'^^xsd:integer;
  dwc:timeOfDay '22.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.5022'^^xsd:double;
  dwc:latitude '48.66392'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.5022 48.66392, -1.5022 48.66392, -1.5022 48.66392, -1.5022 48.66392, -1.5022 48.66392))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3812'^^xsd:string;
  dwc:observationDate '2006-04-04'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_811> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66604 -1.50167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66604"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66604 -1.50167)"^^geo:wktLiteral ;
  geo-pos:lat "48.66604"^^xsd:decimal ;
  geo-pos:long "-1.50167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_811'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_811'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '7.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50167'^^xsd:double;
  dwc:latitude '48.66604'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50167 48.66604, -1.50167 48.66604, -1.50167 48.66604, -1.50167 48.66604, -1.50167 48.66604))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_811'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1834> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65979 -1.50165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65979"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65979 -1.50165)"^^geo:wktLiteral ;
  geo-pos:lat "48.65979"^^xsd:decimal ;
  geo-pos:long "-1.50165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1834'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1834'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '21.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50165'^^xsd:double;
  dwc:latitude '48.65979'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50165 48.65979, -1.50165 48.65979, -1.50165 48.65979, -1.50165 48.65979, -1.50165 48.65979))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1834'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3664> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66648 -1.50165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66648"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66648 -1.50165)"^^geo:wktLiteral ;
  geo-pos:lat "48.66648"^^xsd:decimal ;
  geo-pos:long "-1.50165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3664'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3664'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50165'^^xsd:double;
  dwc:latitude '48.66648'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50165 48.66648, -1.50165 48.66648, -1.50165 48.66648, -1.50165 48.66648, -1.50165 48.66648))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3664'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3715> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66563 -1.50079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66563"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66563 -1.50079)"^^geo:wktLiteral ;
  geo-pos:lat "48.66563"^^xsd:decimal ;
  geo-pos:long "-1.50079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3715'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3715'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.7833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50079'^^xsd:double;
  dwc:latitude '48.66563'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50079 48.66563, -1.50079 48.66563, -1.50079 48.66563, -1.50079 48.66563, -1.50079 48.66563))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3715'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3550> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68126 -1.50072)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.68126"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50072"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.68126 -1.50072)"^^geo:wktLiteral ;
  geo-pos:lat "48.68126"^^xsd:decimal ;
  geo-pos:long "-1.50072"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3550'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3550'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '19.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50072'^^xsd:double;
  dwc:latitude '48.68126'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50072 48.68126, -1.50072 48.68126, -1.50072 48.68126, -1.50072 48.68126, -1.50072 48.68126))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3550'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1668> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66854 -1.50067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66854 -1.50067)"^^geo:wktLiteral ;
  geo-pos:lat "48.66854"^^xsd:decimal ;
  geo-pos:long "-1.50067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1668'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1668'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '4.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50067'^^xsd:double;
  dwc:latitude '48.66854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50067 48.66854, -1.50067 48.66854, -1.50067 48.66854, -1.50067 48.66854, -1.50067 48.66854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1668'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_371> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67133 -1.50045)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67133"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50045"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67133 -1.50045)"^^geo:wktLiteral ;
  geo-pos:lat "48.67133"^^xsd:decimal ;
  geo-pos:long "-1.50045"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_371'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_371'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50045'^^xsd:double;
  dwc:latitude '48.67133'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50045 48.67133, -1.50045 48.67133, -1.50045 48.67133, -1.50045 48.67133, -1.50045 48.67133))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_371'^^xsd:string;
  dwc:observationDate '2006-02-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1408> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66783 -1.50042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.50042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66783 -1.50042)"^^geo:wktLiteral ;
  geo-pos:lat "48.66783"^^xsd:decimal ;
  geo-pos:long "-1.50042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1408'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1408'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '15.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.50042'^^xsd:double;
  dwc:latitude '48.66783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.50042 48.66783, -1.50042 48.66783, -1.50042 48.66783, -1.50042 48.66783, -1.50042 48.66783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1408'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66015 -1.49983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66015"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66015 -1.49983)"^^geo:wktLiteral ;
  geo-pos:lat "48.66015"^^xsd:decimal ;
  geo-pos:long "-1.49983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_29'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_29'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49983'^^xsd:double;
  dwc:latitude '48.66015'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49983 48.66015, -1.49983 48.66015, -1.49983 48.66015, -1.49983 48.66015, -1.49983 48.66015))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_29'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3082> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66596 -1.49916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66596"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66596 -1.49916)"^^geo:wktLiteral ;
  geo-pos:lat "48.66596"^^xsd:decimal ;
  geo-pos:long "-1.49916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3082'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '20'^^xsd:integer;
  dwc:collectorNumber '2034_3082'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '20'^^xsd:integer;
  dwc:timeOfDay '20.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49916'^^xsd:double;
  dwc:latitude '48.66596'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49916 48.66596, -1.49916 48.66596, -1.49916 48.66596, -1.49916 48.66596, -1.49916 48.66596))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3082'^^xsd:string;
  dwc:observationDate '2006-03-20'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4116> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67813 -1.49894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67813"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67813 -1.49894)"^^geo:wktLiteral ;
  geo-pos:lat "48.67813"^^xsd:decimal ;
  geo-pos:long "-1.49894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4116'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_4116'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '6.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49894'^^xsd:double;
  dwc:latitude '48.67813'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49894 48.67813, -1.49894 48.67813, -1.49894 48.67813, -1.49894 48.67813, -1.49894 48.67813))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4116'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3459> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67386 -1.49877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67386"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67386 -1.49877)"^^geo:wktLiteral ;
  geo-pos:lat "48.67386"^^xsd:decimal ;
  geo-pos:long "-1.49877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3459'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3459'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49877'^^xsd:double;
  dwc:latitude '48.67386'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49877 48.67386, -1.49877 48.67386, -1.49877 48.67386, -1.49877 48.67386, -1.49877 48.67386))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3459'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66653 -1.49838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66653"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66653 -1.49838)"^^geo:wktLiteral ;
  geo-pos:lat "48.66653"^^xsd:decimal ;
  geo-pos:long "-1.49838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1766'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49838'^^xsd:double;
  dwc:latitude '48.66653'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49838 48.66653, -1.49838 48.66653, -1.49838 48.66653, -1.49838 48.66653, -1.49838 48.66653))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1766'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11901> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66728 -1.49836)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66728"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49836"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66728 -1.49836)"^^geo:wktLiteral ;
  geo-pos:lat "48.66728"^^xsd:decimal ;
  geo-pos:long "-1.49836"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11901'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11901'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '18.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49836'^^xsd:double;
  dwc:latitude '48.66728'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49836 48.66728, -1.49836 48.66728, -1.49836 48.66728, -1.49836 48.66728, -1.49836 48.66728))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11901'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66114 -1.49806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66114"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66114 -1.49806)"^^geo:wktLiteral ;
  geo-pos:lat "48.66114"^^xsd:decimal ;
  geo-pos:long "-1.49806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2585'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49806'^^xsd:double;
  dwc:latitude '48.66114'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49806 48.66114, -1.49806 48.66114, -1.49806 48.66114, -1.49806 48.66114, -1.49806 48.66114))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2585'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3385> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66552 -1.49789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66552"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66552 -1.49789)"^^geo:wktLiteral ;
  geo-pos:lat "48.66552"^^xsd:decimal ;
  geo-pos:long "-1.49789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3385'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3385'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49789'^^xsd:double;
  dwc:latitude '48.66552'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49789 48.66552, -1.49789 48.66552, -1.49789 48.66552, -1.49789 48.66552, -1.49789 48.66552))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3385'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1801> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66743 -1.49781)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66743"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49781"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66743 -1.49781)"^^geo:wktLiteral ;
  geo-pos:lat "48.66743"^^xsd:decimal ;
  geo-pos:long "-1.49781"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1801'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1801'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49781'^^xsd:double;
  dwc:latitude '48.66743'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49781 48.66743, -1.49781 48.66743, -1.49781 48.66743, -1.49781 48.66743, -1.49781 48.66743))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1801'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1880> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65618 -1.49777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65618"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65618 -1.49777)"^^geo:wktLiteral ;
  geo-pos:lat "48.65618"^^xsd:decimal ;
  geo-pos:long "-1.49777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1880'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1880'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49777'^^xsd:double;
  dwc:latitude '48.65618'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49777 48.65618, -1.49777 48.65618, -1.49777 48.65618, -1.49777 48.65618, -1.49777 48.65618))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1880'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6513 -1.49756)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6513"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49756"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6513 -1.49756)"^^geo:wktLiteral ;
  geo-pos:lat "48.6513"^^xsd:decimal ;
  geo-pos:long "-1.49756"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_32'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_32'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '10.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49756'^^xsd:double;
  dwc:latitude '48.6513'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49756 48.6513, -1.49756 48.6513, -1.49756 48.6513, -1.49756 48.6513, -1.49756 48.6513))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_32'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5177> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63875 -1.49727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.63875"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.63875 -1.49727)"^^geo:wktLiteral ;
  geo-pos:lat "48.63875"^^xsd:decimal ;
  geo-pos:long "-1.49727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5177'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5177'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49727'^^xsd:double;
  dwc:latitude '48.63875'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49727 48.63875, -1.49727 48.63875, -1.49727 48.63875, -1.49727 48.63875, -1.49727 48.63875))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5177'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1409> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66763 -1.49727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66763"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66763 -1.49727)"^^geo:wktLiteral ;
  geo-pos:lat "48.66763"^^xsd:decimal ;
  geo-pos:long "-1.49727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1409'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1409'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49727'^^xsd:double;
  dwc:latitude '48.66763'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49727 48.66763, -1.49727 48.66763, -1.49727 48.66763, -1.49727 48.66763, -1.49727 48.66763))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1409'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11270> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65937 -1.49715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65937"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65937 -1.49715)"^^geo:wktLiteral ;
  geo-pos:lat "48.65937"^^xsd:decimal ;
  geo-pos:long "-1.49715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11270'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11270'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49715'^^xsd:double;
  dwc:latitude '48.65937'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49715 48.65937, -1.49715 48.65937, -1.49715 48.65937, -1.49715 48.65937, -1.49715 48.65937))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11270'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1881> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66526 -1.4971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66526"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66526 -1.4971)"^^geo:wktLiteral ;
  geo-pos:lat "48.66526"^^xsd:decimal ;
  geo-pos:long "-1.4971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1881'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1881'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4971'^^xsd:double;
  dwc:latitude '48.66526'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4971 48.66526, -1.4971 48.66526, -1.4971 48.66526, -1.4971 48.66526, -1.4971 48.66526))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1881'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1410> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66765 -1.49702)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66765"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49702"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66765 -1.49702)"^^geo:wktLiteral ;
  geo-pos:lat "48.66765"^^xsd:decimal ;
  geo-pos:long "-1.49702"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1410'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_1410'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '16.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49702'^^xsd:double;
  dwc:latitude '48.66765'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49702 48.66765, -1.49702 48.66765, -1.49702 48.66765, -1.49702 48.66765, -1.49702 48.66765))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1410'^^xsd:string;
  dwc:observationDate '2006-03-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_674> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67523 -1.4965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67523"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67523 -1.4965)"^^geo:wktLiteral ;
  geo-pos:lat "48.67523"^^xsd:decimal ;
  geo-pos:long "-1.4965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_674'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_674'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4965'^^xsd:double;
  dwc:latitude '48.67523'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4965 48.67523, -1.4965 48.67523, -1.4965 48.67523, -1.4965 48.67523, -1.4965 48.67523))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_674'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1878> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64742 -1.49616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64742"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64742 -1.49616)"^^geo:wktLiteral ;
  geo-pos:lat "48.64742"^^xsd:decimal ;
  geo-pos:long "-1.49616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1878'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '14'^^xsd:integer;
  dwc:collectorNumber '2034_1878'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '14'^^xsd:integer;
  dwc:timeOfDay '19.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49616'^^xsd:double;
  dwc:latitude '48.64742'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49616 48.64742, -1.49616 48.64742, -1.49616 48.64742, -1.49616 48.64742, -1.49616 48.64742))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1878'^^xsd:string;
  dwc:observationDate '2006-02-14'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3689> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66613 -1.4961)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66613"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4961"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66613 -1.4961)"^^geo:wktLiteral ;
  geo-pos:lat "48.66613"^^xsd:decimal ;
  geo-pos:long "-1.4961"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3689'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3689'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '9.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4961'^^xsd:double;
  dwc:latitude '48.66613'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4961 48.66613, -1.4961 48.66613, -1.4961 48.66613, -1.4961 48.66613, -1.4961 48.66613))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3689'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5766> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67177 -1.49603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67177"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67177 -1.49603)"^^geo:wktLiteral ;
  geo-pos:lat "48.67177"^^xsd:decimal ;
  geo-pos:long "-1.49603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5766'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5766'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '6.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49603'^^xsd:double;
  dwc:latitude '48.67177'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49603 48.67177, -1.49603 48.67177, -1.49603 48.67177, -1.49603 48.67177, -1.49603 48.67177))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5766'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1696> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65414 -1.49597)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65414"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49597"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65414 -1.49597)"^^geo:wktLiteral ;
  geo-pos:lat "48.65414"^^xsd:decimal ;
  geo-pos:long "-1.49597"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1696'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1696'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '6.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49597'^^xsd:double;
  dwc:latitude '48.65414'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49597 48.65414, -1.49597 48.65414, -1.49597 48.65414, -1.49597 48.65414, -1.49597 48.65414))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1696'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_797> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66822 -1.49566)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49566"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66822 -1.49566)"^^geo:wktLiteral ;
  geo-pos:lat "48.66822"^^xsd:decimal ;
  geo-pos:long "-1.49566"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_797'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_797'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '20.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49566'^^xsd:double;
  dwc:latitude '48.66822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49566 48.66822, -1.49566 48.66822, -1.49566 48.66822, -1.49566 48.66822, -1.49566 48.66822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_797'^^xsd:string;
  dwc:observationDate '2006-02-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_812> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66894 -1.4955)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66894"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4955"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66894 -1.4955)"^^geo:wktLiteral ;
  geo-pos:lat "48.66894"^^xsd:decimal ;
  geo-pos:long "-1.4955"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_812'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '18'^^xsd:integer;
  dwc:collectorNumber '2034_812'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '18'^^xsd:integer;
  dwc:timeOfDay '8.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4955'^^xsd:double;
  dwc:latitude '48.66894'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4955 48.66894, -1.4955 48.66894, -1.4955 48.66894, -1.4955 48.66894, -1.4955 48.66894))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_812'^^xsd:string;
  dwc:observationDate '2006-02-18'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3387> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67449 -1.49516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67449"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67449 -1.49516)"^^geo:wktLiteral ;
  geo-pos:lat "48.67449"^^xsd:decimal ;
  geo-pos:long "-1.49516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3387'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3387'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49516'^^xsd:double;
  dwc:latitude '48.67449'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49516 48.67449, -1.49516 48.67449, -1.49516 48.67449, -1.49516 48.67449, -1.49516 48.67449))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3387'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3432> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66844 -1.49466)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66844"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49466"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66844 -1.49466)"^^geo:wktLiteral ;
  geo-pos:lat "48.66844"^^xsd:decimal ;
  geo-pos:long "-1.49466"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3432'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3432'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.9166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49466'^^xsd:double;
  dwc:latitude '48.66844'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49466 48.66844, -1.49466 48.66844, -1.49466 48.66844, -1.49466 48.66844, -1.49466 48.66844))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3432'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4068> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66404 -1.49443)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49443"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66404 -1.49443)"^^geo:wktLiteral ;
  geo-pos:lat "48.66404"^^xsd:decimal ;
  geo-pos:long "-1.49443"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4068'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4068'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.9833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49443'^^xsd:double;
  dwc:latitude '48.66404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49443 48.66404, -1.49443 48.66404, -1.49443 48.66404, -1.49443 48.66404, -1.49443 48.66404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4068'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1761> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65981 -1.49409)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65981"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49409"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65981 -1.49409)"^^geo:wktLiteral ;
  geo-pos:lat "48.65981"^^xsd:decimal ;
  geo-pos:long "-1.49409"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1761'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1761'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '4.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49409'^^xsd:double;
  dwc:latitude '48.65981'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49409 48.65981, -1.49409 48.65981, -1.49409 48.65981, -1.49409 48.65981, -1.49409 48.65981))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1761'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11061> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66231 -1.4938)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66231"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4938"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66231 -1.4938)"^^geo:wktLiteral ;
  geo-pos:lat "48.66231"^^xsd:decimal ;
  geo-pos:long "-1.4938"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11061'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11061'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.95'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4938'^^xsd:double;
  dwc:latitude '48.66231'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4938 48.66231, -1.4938 48.66231, -1.4938 48.66231, -1.4938 48.66231, -1.4938 48.66231))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11061'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3948> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66684 -1.49363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66684"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66684 -1.49363)"^^geo:wktLiteral ;
  geo-pos:lat "48.66684"^^xsd:decimal ;
  geo-pos:long "-1.49363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3948'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3948'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49363'^^xsd:double;
  dwc:latitude '48.66684'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49363 48.66684, -1.49363 48.66684, -1.49363 48.66684, -1.49363 48.66684, -1.49363 48.66684))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3948'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11062> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65319 -1.49353)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65319"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49353"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65319 -1.49353)"^^geo:wktLiteral ;
  geo-pos:lat "48.65319"^^xsd:decimal ;
  geo-pos:long "-1.49353"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11062'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11062'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '3.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49353'^^xsd:double;
  dwc:latitude '48.65319'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49353 48.65319, -1.49353 48.65319, -1.49353 48.65319, -1.49353 48.65319, -1.49353 48.65319))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11062'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11263> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67368 -1.49351)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67368"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49351"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67368 -1.49351)"^^geo:wktLiteral ;
  geo-pos:lat "48.67368"^^xsd:decimal ;
  geo-pos:long "-1.49351"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11263'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11263'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49351'^^xsd:double;
  dwc:latitude '48.67368'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49351 48.67368, -1.49351 48.67368, -1.49351 48.67368, -1.49351 48.67368, -1.49351 48.67368))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11263'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11264> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6748 -1.49349)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6748"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49349"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6748 -1.49349)"^^geo:wktLiteral ;
  geo-pos:lat "48.6748"^^xsd:decimal ;
  geo-pos:long "-1.49349"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11264'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11264'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '19.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49349'^^xsd:double;
  dwc:latitude '48.6748'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49349 48.6748, -1.49349 48.6748, -1.49349 48.6748, -1.49349 48.6748, -1.49349 48.6748))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11264'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11060> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66853 -1.49319)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66853"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49319"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66853 -1.49319)"^^geo:wktLiteral ;
  geo-pos:lat "48.66853"^^xsd:decimal ;
  geo-pos:long "-1.49319"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11060'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '21'^^xsd:integer;
  dwc:collectorNumber '2034_11060'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:timeOfDay '2.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49319'^^xsd:double;
  dwc:latitude '48.66853'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49319 48.66853, -1.49319 48.66853, -1.49319 48.66853, -1.49319 48.66853, -1.49319 48.66853))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11060'^^xsd:string;
  dwc:observationDate '2007-11-21'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.49282)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49282"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.49282)"^^geo:wktLiteral ;
  geo-pos:lat "48.66731"^^xsd:decimal ;
  geo-pos:long "-1.49282"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1665'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.1666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49282'^^xsd:double;
  dwc:latitude '48.66731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49282 48.66731, -1.49282 48.66731, -1.49282 48.66731, -1.49282 48.66731, -1.49282 48.66731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1665'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66781 -1.49268)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49268"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66781 -1.49268)"^^geo:wktLiteral ;
  geo-pos:lat "48.66781"^^xsd:decimal ;
  geo-pos:long "-1.49268"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1666'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49268'^^xsd:double;
  dwc:latitude '48.66781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49268 48.66781, -1.49268 48.66781, -1.49268 48.66781, -1.49268 48.66781, -1.49268 48.66781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1666'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1667> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66725 -1.4924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66725"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66725 -1.4924)"^^geo:wktLiteral ;
  geo-pos:lat "48.66725"^^xsd:decimal ;
  geo-pos:long "-1.4924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1667'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '26'^^xsd:integer;
  dwc:collectorNumber '2034_1667'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:timeOfDay '3.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4924'^^xsd:double;
  dwc:latitude '48.66725'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4924 48.66725, -1.4924 48.66725, -1.4924 48.66725, -1.4924 48.66725, -1.4924 48.66725))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1667'^^xsd:string;
  dwc:observationDate '2006-03-26'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5767> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67879 -1.49199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67879"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67879 -1.49199)"^^geo:wktLiteral ;
  geo-pos:lat "48.67879"^^xsd:decimal ;
  geo-pos:long "-1.49199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5767'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5767'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49199'^^xsd:double;
  dwc:latitude '48.67879'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49199 48.67879, -1.49199 48.67879, -1.49199 48.67879, -1.49199 48.67879, -1.49199 48.67879))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5767'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11265> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67437 -1.49197)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67437"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49197"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67437 -1.49197)"^^geo:wktLiteral ;
  geo-pos:lat "48.67437"^^xsd:decimal ;
  geo-pos:long "-1.49197"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11265'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11265'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49197'^^xsd:double;
  dwc:latitude '48.67437'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49197 48.67437, -1.49197 48.67437, -1.49197 48.67437, -1.49197 48.67437, -1.49197 48.67437))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11265'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1827> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65822 -1.49181)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65822"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49181"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65822 -1.49181)"^^geo:wktLiteral ;
  geo-pos:lat "48.65822"^^xsd:decimal ;
  geo-pos:long "-1.49181"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1827'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1827'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49181'^^xsd:double;
  dwc:latitude '48.65822'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49181 48.65822, -1.49181 48.65822, -1.49181 48.65822, -1.49181 48.65822, -1.49181 48.65822))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1827'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11266> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67325 -1.49176)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67325"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49176"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67325 -1.49176)"^^geo:wktLiteral ;
  geo-pos:lat "48.67325"^^xsd:decimal ;
  geo-pos:long "-1.49176"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11266'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11266'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '20.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49176'^^xsd:double;
  dwc:latitude '48.67325'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49176 48.67325, -1.49176 48.67325, -1.49176 48.67325, -1.49176 48.67325, -1.49176 48.67325))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11266'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66671 -1.49166)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49166"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66671 -1.49166)"^^geo:wktLiteral ;
  geo-pos:lat "48.66671"^^xsd:decimal ;
  geo-pos:long "-1.49166"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_5765'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49166'^^xsd:double;
  dwc:latitude '48.66671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49166 48.66671, -1.49166 48.66671, -1.49166 48.66671, -1.49166 48.66671, -1.49166 48.66671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5765'^^xsd:string;
  dwc:observationDate '2006-04-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3433> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6729 -1.49111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6729"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6729 -1.49111)"^^geo:wktLiteral ;
  geo-pos:lat "48.6729"^^xsd:decimal ;
  geo-pos:long "-1.49111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3433'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3433'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49111'^^xsd:double;
  dwc:latitude '48.6729'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49111 48.6729, -1.49111 48.6729, -1.49111 48.6729, -1.49111 48.6729, -1.49111 48.6729))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3433'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11276> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67097 -1.4911)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4911"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67097 -1.4911)"^^geo:wktLiteral ;
  geo-pos:lat "48.67097"^^xsd:decimal ;
  geo-pos:long "-1.4911"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11276'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11276'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4911'^^xsd:double;
  dwc:latitude '48.67097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4911 48.67097, -1.4911 48.67097, -1.4911 48.67097, -1.4911 48.67097, -1.4911 48.67097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11276'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3434> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67657 -1.49084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67657 -1.49084)"^^geo:wktLiteral ;
  geo-pos:lat "48.67657"^^xsd:decimal ;
  geo-pos:long "-1.49084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3434'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3434'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49084'^^xsd:double;
  dwc:latitude '48.67657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49084 48.67657, -1.49084 48.67657, -1.49084 48.67657, -1.49084 48.67657, -1.49084 48.67657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3434'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3971> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66768 -1.49028)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66768"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49028"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66768 -1.49028)"^^geo:wktLiteral ;
  geo-pos:lat "48.66768"^^xsd:decimal ;
  geo-pos:long "-1.49028"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3971'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3971'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49028'^^xsd:double;
  dwc:latitude '48.66768'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49028 48.66768, -1.49028 48.66768, -1.49028 48.66768, -1.49028 48.66768, -1.49028 48.66768))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3971'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1691> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66022 -1.49013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66022"^^xsd:decimal ;
  dwc:decimalLongitude "-1.49013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66022 -1.49013)"^^geo:wktLiteral ;
  geo-pos:lat "48.66022"^^xsd:decimal ;
  geo-pos:long "-1.49013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1691'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1691'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.49013'^^xsd:double;
  dwc:latitude '48.66022'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.49013 48.66022, -1.49013 48.66022, -1.49013 48.66022, -1.49013 48.66022, -1.49013 48.66022))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1691'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3949> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66838 -1.48977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66838"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66838 -1.48977)"^^geo:wktLiteral ;
  geo-pos:lat "48.66838"^^xsd:decimal ;
  geo-pos:long "-1.48977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3949'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3949'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48977'^^xsd:double;
  dwc:latitude '48.66838'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48977 48.66838, -1.48977 48.66838, -1.48977 48.66838, -1.48977 48.66838, -1.48977 48.66838))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3949'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3686> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66664 -1.4894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66664"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66664 -1.4894)"^^geo:wktLiteral ;
  geo-pos:lat "48.66664"^^xsd:decimal ;
  geo-pos:long "-1.4894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3686'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3686'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '5.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4894'^^xsd:double;
  dwc:latitude '48.66664'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4894 48.66664, -1.4894 48.66664, -1.4894 48.66664, -1.4894 48.66664, -1.4894 48.66664))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3686'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3549> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67355 -1.48905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67355"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67355 -1.48905)"^^geo:wktLiteral ;
  geo-pos:lat "48.67355"^^xsd:decimal ;
  geo-pos:long "-1.48905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3549'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3549'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '18.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48905'^^xsd:double;
  dwc:latitude '48.67355'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48905 48.67355, -1.48905 48.67355, -1.48905 48.67355, -1.48905 48.67355, -1.48905 48.67355))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3549'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3950> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66781 -1.48904)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66781"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48904"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66781 -1.48904)"^^geo:wktLiteral ;
  geo-pos:lat "48.66781"^^xsd:decimal ;
  geo-pos:long "-1.48904"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3950'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3950'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '4.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48904'^^xsd:double;
  dwc:latitude '48.66781'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48904 48.66781, -1.48904 48.66781, -1.48904 48.66781, -1.48904 48.66781, -1.48904 48.66781))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3950'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3748> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66639 -1.48895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66639"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66639 -1.48895)"^^geo:wktLiteral ;
  geo-pos:lat "48.66639"^^xsd:decimal ;
  geo-pos:long "-1.48895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3748'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3748'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48895'^^xsd:double;
  dwc:latitude '48.66639'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48895 48.66639, -1.48895 48.66639, -1.48895 48.66639, -1.48895 48.66639, -1.48895 48.66639))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3748'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_443> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66754 -1.48888)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66754"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48888"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66754 -1.48888)"^^geo:wktLiteral ;
  geo-pos:lat "48.66754"^^xsd:decimal ;
  geo-pos:long "-1.48888"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_443'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_443'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '5.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48888'^^xsd:double;
  dwc:latitude '48.66754'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48888 48.66754, -1.48888 48.66754, -1.48888 48.66754, -1.48888 48.66754, -1.48888 48.66754))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_443'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1695> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65213 -1.48882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65213"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65213 -1.48882)"^^geo:wktLiteral ;
  geo-pos:lat "48.65213"^^xsd:decimal ;
  geo-pos:long "-1.48882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1695'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1695'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48882'^^xsd:double;
  dwc:latitude '48.65213'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48882 48.65213, -1.48882 48.65213, -1.48882 48.65213, -1.48882 48.65213, -1.48882 48.65213))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1695'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3974> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66561 -1.48856)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48856"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66561 -1.48856)"^^geo:wktLiteral ;
  geo-pos:lat "48.66561"^^xsd:decimal ;
  geo-pos:long "-1.48856"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3974'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3974'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48856'^^xsd:double;
  dwc:latitude '48.66561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48856 48.66561, -1.48856 48.66561, -1.48856 48.66561, -1.48856 48.66561, -1.48856 48.66561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3974'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11900> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66097 -1.48838)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66097"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48838"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66097 -1.48838)"^^geo:wktLiteral ;
  geo-pos:lat "48.66097"^^xsd:decimal ;
  geo-pos:long "-1.48838"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11900'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '12'^^xsd:integer;
  dwc:dayIdentified '22'^^xsd:integer;
  dwc:collectorNumber '2034_11900'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:dayCollected '22'^^xsd:integer;
  dwc:timeOfDay '17.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48838'^^xsd:double;
  dwc:latitude '48.66097'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48838 48.66097, -1.48838 48.66097, -1.48838 48.66097, -1.48838 48.66097, -1.48838 48.66097))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11900'^^xsd:string;
  dwc:observationDate '2007-12-22'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3679> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66869 -1.48837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66869 -1.48837)"^^geo:wktLiteral ;
  geo-pos:lat "48.66869"^^xsd:decimal ;
  geo-pos:long "-1.48837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3679'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3679'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '17.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48837'^^xsd:double;
  dwc:latitude '48.66869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48837 48.66869, -1.48837 48.66869, -1.48837 48.66869, -1.48837 48.66869, -1.48837 48.66869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3679'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_5404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_5404> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_5404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65803 -1.48818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65803"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_5404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65803 -1.48818)"^^geo:wktLiteral ;
  geo-pos:lat "48.65803"^^xsd:decimal ;
  geo-pos:long "-1.48818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_5404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_5404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_5404'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_5404'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48818'^^xsd:double;
  dwc:latitude '48.65803'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48818 48.65803, -1.48818 48.65803, -1.48818 48.65803, -1.48818 48.65803, -1.48818 48.65803))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_5404'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3386> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67224 -1.48804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67224"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67224 -1.48804)"^^geo:wktLiteral ;
  geo-pos:lat "48.67224"^^xsd:decimal ;
  geo-pos:long "-1.48804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3386'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_3386'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '4.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48804'^^xsd:double;
  dwc:latitude '48.67224'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48804 48.67224, -1.48804 48.67224, -1.48804 48.67224, -1.48804 48.67224, -1.48804 48.67224))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3386'^^xsd:string;
  dwc:observationDate '2006-03-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1765> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66733 -1.48801)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48801"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66733 -1.48801)"^^geo:wktLiteral ;
  geo-pos:lat "48.66733"^^xsd:decimal ;
  geo-pos:long "-1.48801"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1765'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1765'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '7.3666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48801'^^xsd:double;
  dwc:latitude '48.66733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48801 48.66733, -1.48801 48.66733, -1.48801 48.66733, -1.48801 48.66733, -1.48801 48.66733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1765'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3458> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67237 -1.48784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67237"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67237 -1.48784)"^^geo:wktLiteral ;
  geo-pos:lat "48.67237"^^xsd:decimal ;
  geo-pos:long "-1.48784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3458'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3458'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '18.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48784'^^xsd:double;
  dwc:latitude '48.67237'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48784 48.67237, -1.48784 48.67237, -1.48784 48.67237, -1.48784 48.67237, -1.48784 48.67237))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3458'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11267> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67371 -1.48767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67371"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67371 -1.48767)"^^geo:wktLiteral ;
  geo-pos:lat "48.67371"^^xsd:decimal ;
  geo-pos:long "-1.48767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11267'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11267'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.366666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48767'^^xsd:double;
  dwc:latitude '48.67371'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48767 48.67371, -1.48767 48.67371, -1.48767 48.67371, -1.48767 48.67371, -1.48767 48.67371))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11267'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3529> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66966 -1.48717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66966"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66966 -1.48717)"^^geo:wktLiteral ;
  geo-pos:lat "48.66966"^^xsd:decimal ;
  geo-pos:long "-1.48717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3529'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3529'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '7.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48717'^^xsd:double;
  dwc:latitude '48.66966'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48717 48.66966, -1.48717 48.66966, -1.48717 48.66966, -1.48717 48.66966, -1.48717 48.66966))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3529'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3738> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.48669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66808"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66808 -1.48669)"^^geo:wktLiteral ;
  geo-pos:lat "48.66808"^^xsd:decimal ;
  geo-pos:long "-1.48669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3738'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3738'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48669'^^xsd:double;
  dwc:latitude '48.66808'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48669 48.66808, -1.48669 48.66808, -1.48669 48.66808, -1.48669 48.66808, -1.48669 48.66808))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3738'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11269> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66683 -1.48657)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66683"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48657"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66683 -1.48657)"^^geo:wktLiteral ;
  geo-pos:lat "48.66683"^^xsd:decimal ;
  geo-pos:long "-1.48657"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11269'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11269'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '22.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48657'^^xsd:double;
  dwc:latitude '48.66683'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48657 48.66683, -1.48657 48.66683, -1.48657 48.66683, -1.48657 48.66683, -1.48657 48.66683))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11269'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3759> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66722 -1.48622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66722"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66722 -1.48622)"^^geo:wktLiteral ;
  geo-pos:lat "48.66722"^^xsd:decimal ;
  geo-pos:long "-1.48622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3759'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3759'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.783333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48622'^^xsd:double;
  dwc:latitude '48.66722'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48622 48.66722, -1.48622 48.66722, -1.48622 48.66722, -1.48622 48.66722, -1.48622 48.66722))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3759'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4007> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66755 -1.48555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66755"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66755 -1.48555)"^^geo:wktLiteral ;
  geo-pos:lat "48.66755"^^xsd:decimal ;
  geo-pos:long "-1.48555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4007'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4007'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '4.8333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48555'^^xsd:double;
  dwc:latitude '48.66755'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48555 48.66755, -1.48555 48.66755, -1.48555 48.66755, -1.48555 48.66755, -1.48555 48.66755))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4007'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3739> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66854 -1.48542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66854 -1.48542)"^^geo:wktLiteral ;
  geo-pos:lat "48.66854"^^xsd:decimal ;
  geo-pos:long "-1.48542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3739'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3739'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '7.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48542'^^xsd:double;
  dwc:latitude '48.66854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48542 48.66854, -1.48542 48.66854, -1.48542 48.66854, -1.48542 48.66854, -1.48542 48.66854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3739'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1833> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65671 -1.4853)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65671"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4853"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65671 -1.4853)"^^geo:wktLiteral ;
  geo-pos:lat "48.65671"^^xsd:decimal ;
  geo-pos:long "-1.4853"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1833'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1833'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4853'^^xsd:double;
  dwc:latitude '48.65671'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4853 48.65671, -1.4853 48.65671, -1.4853 48.65671, -1.4853 48.65671, -1.4853 48.65671))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1833'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11268> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66733 -1.48509)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48509"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66733 -1.48509)"^^geo:wktLiteral ;
  geo-pos:lat "48.66733"^^xsd:decimal ;
  geo-pos:long "-1.48509"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11268'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_11268'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '21.933333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48509'^^xsd:double;
  dwc:latitude '48.66733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48509 48.66733, -1.48509 48.66733, -1.48509 48.66733, -1.48509 48.66733, -1.48509 48.66733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11268'^^xsd:string;
  dwc:observationDate '2007-11-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1828> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6545 -1.48506)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6545"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48506"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6545 -1.48506)"^^geo:wktLiteral ;
  geo-pos:lat "48.6545"^^xsd:decimal ;
  geo-pos:long "-1.48506"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1828'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1828'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48506'^^xsd:double;
  dwc:latitude '48.6545'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48506 48.6545, -1.48506 48.6545, -1.48506 48.6545, -1.48506 48.6545, -1.48506 48.6545))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1828'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3680> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66935 -1.48458)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66935"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48458"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66935 -1.48458)"^^geo:wktLiteral ;
  geo-pos:lat "48.66935"^^xsd:decimal ;
  geo-pos:long "-1.48458"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3680'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3680'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.116666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48458'^^xsd:double;
  dwc:latitude '48.66935'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48458 48.66935, -1.48458 48.66935, -1.48458 48.66935, -1.48458 48.66935, -1.48458 48.66935))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3680'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6538 -1.48455)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6538"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48455"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6538 -1.48455)"^^geo:wktLiteral ;
  geo-pos:lat "48.6538"^^xsd:decimal ;
  geo-pos:long "-1.48455"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_30'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_30'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '8.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48455'^^xsd:double;
  dwc:latitude '48.6538'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48455 48.6538, -1.48455 48.6538, -1.48455 48.6538, -1.48455 48.6538, -1.48455 48.6538))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_30'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65658 -1.48408)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65658"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48408"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65658 -1.48408)"^^geo:wktLiteral ;
  geo-pos:lat "48.65658"^^xsd:decimal ;
  geo-pos:long "-1.48408"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2584'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48408'^^xsd:double;
  dwc:latitude '48.65658'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48408 48.65658, -1.48408 48.65658, -1.48408 48.65658, -1.48408 48.65658, -1.48408 48.65658))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2584'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1831> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65407 -1.48328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65407"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65407 -1.48328)"^^geo:wktLiteral ;
  geo-pos:lat "48.65407"^^xsd:decimal ;
  geo-pos:long "-1.48328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1831'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1831'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48328'^^xsd:double;
  dwc:latitude '48.65407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48328 48.65407, -1.48328 48.65407, -1.48328 48.65407, -1.48328 48.65407, -1.48328 48.65407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1831'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1829> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65485 -1.48313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65485"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65485 -1.48313)"^^geo:wktLiteral ;
  geo-pos:lat "48.65485"^^xsd:decimal ;
  geo-pos:long "-1.48313"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1829'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1829'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48313'^^xsd:double;
  dwc:latitude '48.65485'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48313 48.65485, -1.48313 48.65485, -1.48313 48.65485, -1.48313 48.65485, -1.48313 48.65485))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1829'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11283> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66431 -1.48285)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66431"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48285"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66431 -1.48285)"^^geo:wktLiteral ;
  geo-pos:lat "48.66431"^^xsd:decimal ;
  geo-pos:long "-1.48285"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11283'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11283'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48285'^^xsd:double;
  dwc:latitude '48.66431'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48285 48.66431, -1.48285 48.66431, -1.48285 48.66431, -1.48285 48.66431, -1.48285 48.66431))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11283'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1832> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65577 -1.48252)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65577"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48252"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65577 -1.48252)"^^geo:wktLiteral ;
  geo-pos:lat "48.65577"^^xsd:decimal ;
  geo-pos:long "-1.48252"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1832'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1832'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '20.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48252'^^xsd:double;
  dwc:latitude '48.65577'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48252 48.65577, -1.48252 48.65577, -1.48252 48.65577, -1.48252 48.65577, -1.48252 48.65577))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1832'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3952> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66585 -1.48199)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66585"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48199"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66585 -1.48199)"^^geo:wktLiteral ;
  geo-pos:lat "48.66585"^^xsd:decimal ;
  geo-pos:long "-1.48199"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3952'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3952'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '6.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48199'^^xsd:double;
  dwc:latitude '48.66585'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48199 48.66585, -1.48199 48.66585, -1.48199 48.66585, -1.48199 48.66585, -1.48199 48.66585))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3952'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66799 -1.48185)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66799"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48185"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66799 -1.48185)"^^geo:wktLiteral ;
  geo-pos:lat "48.66799"^^xsd:decimal ;
  geo-pos:long "-1.48185"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_3598'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '16.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48185'^^xsd:double;
  dwc:latitude '48.66799'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48185 48.66799, -1.48185 48.66799, -1.48185 48.66799, -1.48185 48.66799, -1.48185 48.66799))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3598'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1694> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65227 -1.48113)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65227"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48113"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65227 -1.48113)"^^geo:wktLiteral ;
  geo-pos:lat "48.65227"^^xsd:decimal ;
  geo-pos:long "-1.48113"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1694'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1694'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.5166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48113'^^xsd:double;
  dwc:latitude '48.65227'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48113 48.65227, -1.48113 48.65227, -1.48113 48.65227, -1.48113 48.65227, -1.48113 48.65227))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1694'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3665> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6661 -1.4809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6661"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6661 -1.4809)"^^geo:wktLiteral ;
  geo-pos:lat "48.6661"^^xsd:decimal ;
  geo-pos:long "-1.4809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3665'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3665'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '5.4166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4809'^^xsd:double;
  dwc:latitude '48.6661'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4809 48.6661, -1.4809 48.6661, -1.4809 48.6661, -1.4809 48.6661, -1.4809 48.6661))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3665'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1830> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65502 -1.48038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65502"^^xsd:decimal ;
  dwc:decimalLongitude "-1.48038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65502 -1.48038)"^^geo:wktLiteral ;
  geo-pos:lat "48.65502"^^xsd:decimal ;
  geo-pos:long "-1.48038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1830'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_1830'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '19.866666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.48038'^^xsd:double;
  dwc:latitude '48.65502'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.48038 48.65502, -1.48038 48.65502, -1.48038 48.65502, -1.48038 48.65502, -1.48038 48.65502))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1830'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64734 -1.4802)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64734"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4802"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64734 -1.4802)"^^geo:wktLiteral ;
  geo-pos:lat "48.64734"^^xsd:decimal ;
  geo-pos:long "-1.4802"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_31'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_31'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '9.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4802'^^xsd:double;
  dwc:latitude '48.64734'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4802 48.64734, -1.4802 48.64734, -1.4802 48.64734, -1.4802 48.64734, -1.4802 48.64734))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_31'^^xsd:string;
  dwc:observationDate '2006-02-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3972> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66501 -1.47995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66501"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66501 -1.47995)"^^geo:wktLiteral ;
  geo-pos:lat "48.66501"^^xsd:decimal ;
  geo-pos:long "-1.47995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3972'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3972'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '4.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47995'^^xsd:double;
  dwc:latitude '48.66501'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47995 48.66501, -1.47995 48.66501, -1.47995 48.66501, -1.47995 48.66501, -1.47995 48.66501))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3972'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66601 -1.47971)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66601"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47971"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66601 -1.47971)"^^geo:wktLiteral ;
  geo-pos:lat "48.66601"^^xsd:decimal ;
  geo-pos:long "-1.47971"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2575'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47971'^^xsd:double;
  dwc:latitude '48.66601'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47971 48.66601, -1.47971 48.66601, -1.47971 48.66601, -1.47971 48.66601, -1.47971 48.66601))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2575'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3503> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6657 -1.47916)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6657"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47916"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6657 -1.47916)"^^geo:wktLiteral ;
  geo-pos:lat "48.6657"^^xsd:decimal ;
  geo-pos:long "-1.47916"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3503'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3503'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47916'^^xsd:double;
  dwc:latitude '48.6657'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47916 48.6657, -1.47916 48.6657, -1.47916 48.6657, -1.47916 48.6657, -1.47916 48.6657))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3503'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3666> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65463 -1.47818)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47818"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65463 -1.47818)"^^geo:wktLiteral ;
  geo-pos:lat "48.65463"^^xsd:decimal ;
  geo-pos:long "-1.47818"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3666'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3666'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '9.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47818'^^xsd:double;
  dwc:latitude '48.65463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47818 48.65463, -1.47818 48.65463, -1.47818 48.65463, -1.47818 48.65463, -1.47818 48.65463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3666'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3504> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67189 -1.47814)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.67189"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47814"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.67189 -1.47814)"^^geo:wktLiteral ;
  geo-pos:lat "48.67189"^^xsd:decimal ;
  geo-pos:long "-1.47814"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3504'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_3504'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '18.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47814'^^xsd:double;
  dwc:latitude '48.67189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47814 48.67189, -1.47814 48.67189, -1.47814 48.67189, -1.47814 48.67189, -1.47814 48.67189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3504'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65521 -1.47767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65521"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65521 -1.47767)"^^geo:wktLiteral ;
  geo-pos:lat "48.65521"^^xsd:decimal ;
  geo-pos:long "-1.47767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2583'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '23.183333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47767'^^xsd:double;
  dwc:latitude '48.65521'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47767 48.65521, -1.47767 48.65521, -1.47767 48.65521, -1.47767 48.65521, -1.47767 48.65521))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2583'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6471 -1.47724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6471"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6471 -1.47724)"^^geo:wktLiteral ;
  geo-pos:lat "48.6471"^^xsd:decimal ;
  geo-pos:long "-1.47724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2577'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.2'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47724'^^xsd:double;
  dwc:latitude '48.6471'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47724 48.6471, -1.47724 48.6471, -1.47724 48.6471, -1.47724 48.6471, -1.47724 48.6471))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2577'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6472 -1.477)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6472"^^xsd:decimal ;
  dwc:decimalLongitude "-1.477"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6472 -1.477)"^^geo:wktLiteral ;
  geo-pos:lat "48.6472"^^xsd:decimal ;
  geo-pos:long "-1.477"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2579'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.85'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.477'^^xsd:double;
  dwc:latitude '48.6472'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.477 48.6472, -1.477 48.6472, -1.477 48.6472, -1.477 48.6472, -1.477 48.6472))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2579'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64783 -1.47699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64783"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64783 -1.47699)"^^geo:wktLiteral ;
  geo-pos:lat "48.64783"^^xsd:decimal ;
  geo-pos:long "-1.47699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2578'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '21.516666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47699'^^xsd:double;
  dwc:latitude '48.64783'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47699 48.64783, -1.47699 48.64783, -1.47699 48.64783, -1.47699 48.64783, -1.47699 48.64783))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2578'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3716> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66733 -1.47699)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66733"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47699"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66733 -1.47699)"^^geo:wktLiteral ;
  geo-pos:lat "48.66733"^^xsd:decimal ;
  geo-pos:long "-1.47699"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3716'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3716'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47699'^^xsd:double;
  dwc:latitude '48.66733'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47699 48.66733, -1.47699 48.66733, -1.47699 48.66733, -1.47699 48.66733, -1.47699 48.66733))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3716'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3951> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66615 -1.47689)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66615"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47689"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66615 -1.47689)"^^geo:wktLiteral ;
  geo-pos:lat "48.66615"^^xsd:decimal ;
  geo-pos:long "-1.47689"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3951'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '10'^^xsd:integer;
  dwc:collectorNumber '2034_3951'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:timeOfDay '5.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47689'^^xsd:double;
  dwc:latitude '48.66615'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47689 48.66615, -1.47689 48.66615, -1.47689 48.66615, -1.47689 48.66615, -1.47689 48.66615))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3951'^^xsd:string;
  dwc:observationDate '2006-04-10'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4010> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.47621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66731"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66731 -1.47621)"^^geo:wktLiteral ;
  geo-pos:lat "48.66731"^^xsd:decimal ;
  geo-pos:long "-1.47621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4010'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4010'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '7.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47621'^^xsd:double;
  dwc:latitude '48.66731'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47621 48.66731, -1.47621 48.66731, -1.47621 48.66731, -1.47621 48.66731, -1.47621 48.66731))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4010'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11200> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6511 -1.47605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6511 -1.47605)"^^geo:wktLiteral ;
  geo-pos:lat "48.6511"^^xsd:decimal ;
  geo-pos:long "-1.47605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11200'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11200'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.916666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47605'^^xsd:double;
  dwc:latitude '48.6511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47605 48.6511, -1.47605 48.6511, -1.47605 48.6511, -1.47605 48.6511, -1.47605 48.6511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11200'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1692> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65285 -1.47603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65285"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65285 -1.47603)"^^geo:wktLiteral ;
  geo-pos:lat "48.65285"^^xsd:decimal ;
  geo-pos:long "-1.47603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1692'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1692'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47603'^^xsd:double;
  dwc:latitude '48.65285'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47603 48.65285, -1.47603 48.65285, -1.47603 48.65285, -1.47603 48.65285, -1.47603 48.65285))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1692'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3973> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.47579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66778"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66778 -1.47579)"^^geo:wktLiteral ;
  geo-pos:lat "48.66778"^^xsd:decimal ;
  geo-pos:long "-1.47579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3973'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '11'^^xsd:integer;
  dwc:collectorNumber '2034_3973'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '11'^^xsd:integer;
  dwc:timeOfDay '5.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47579'^^xsd:double;
  dwc:latitude '48.66778'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47579 48.66778, -1.47579 48.66778, -1.47579 48.66778, -1.47579 48.66778, -1.47579 48.66778))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3973'^^xsd:string;
  dwc:observationDate '2006-04-11'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1762> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65303 -1.47547)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65303"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47547"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65303 -1.47547)"^^geo:wktLiteral ;
  geo-pos:lat "48.65303"^^xsd:decimal ;
  geo-pos:long "-1.47547"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1762'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1762'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.1333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47547'^^xsd:double;
  dwc:latitude '48.65303'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47547 48.65303, -1.47547 48.65303, -1.47547 48.65303, -1.47547 48.65303, -1.47547 48.65303))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1762'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3457> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66956 -1.47467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66956"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66956 -1.47467)"^^geo:wktLiteral ;
  geo-pos:lat "48.66956"^^xsd:decimal ;
  geo-pos:long "-1.47467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3457'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_3457'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '17.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47467'^^xsd:double;
  dwc:latitude '48.66956'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47467 48.66956, -1.47467 48.66956, -1.47467 48.66956, -1.47467 48.66956, -1.47467 48.66956))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3457'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1693> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64877 -1.47394)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64877"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47394"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64877 -1.47394)"^^geo:wktLiteral ;
  geo-pos:lat "48.64877"^^xsd:decimal ;
  geo-pos:long "-1.47394"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1693'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '27'^^xsd:integer;
  dwc:collectorNumber '2034_1693'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '27'^^xsd:integer;
  dwc:timeOfDay '5.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47394'^^xsd:double;
  dwc:latitude '48.64877'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47394 48.64877, -1.47394 48.64877, -1.47394 48.64877, -1.47394 48.64877, -1.47394 48.64877))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1693'^^xsd:string;
  dwc:observationDate '2006-03-27'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65309 -1.47218)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65309"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47218"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65309 -1.47218)"^^geo:wktLiteral ;
  geo-pos:lat "48.65309"^^xsd:decimal ;
  geo-pos:long "-1.47218"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2576'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '20.816666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47218'^^xsd:double;
  dwc:latitude '48.65309'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47218 48.65309, -1.47218 48.65309, -1.47218 48.65309, -1.47218 48.65309, -1.47218 48.65309))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2576'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4069> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65612 -1.47182)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47182"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65612 -1.47182)"^^geo:wktLiteral ;
  geo-pos:lat "48.65612"^^xsd:decimal ;
  geo-pos:long "-1.47182"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4069'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '30'^^xsd:integer;
  dwc:collectorNumber '2034_4069'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '30'^^xsd:integer;
  dwc:timeOfDay '6.3'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47182'^^xsd:double;
  dwc:latitude '48.65612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47182 48.65612, -1.47182 48.65612, -1.47182 48.65612, -1.47182 48.65612, -1.47182 48.65612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4069'^^xsd:string;
  dwc:observationDate '2006-03-30'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64869 -1.4716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64869"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64869 -1.4716)"^^geo:wktLiteral ;
  geo-pos:lat "48.64869"^^xsd:decimal ;
  geo-pos:long "-1.4716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2581'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.483333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4716'^^xsd:double;
  dwc:latitude '48.64869'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4716 48.64869, -1.4716 48.64869, -1.4716 48.64869, -1.4716 48.64869, -1.4716 48.64869))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2581'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64794 -1.47049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64794"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64794 -1.47049)"^^geo:wktLiteral ;
  geo-pos:lat "48.64794"^^xsd:decimal ;
  geo-pos:long "-1.47049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2580'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.15'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47049'^^xsd:double;
  dwc:latitude '48.64794'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47049 48.64794, -1.47049 48.64794, -1.47049 48.64794, -1.47049 48.64794, -1.47049 48.64794))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2580'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_450> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66517 -1.47039)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66517"^^xsd:decimal ;
  dwc:decimalLongitude "-1.47039"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66517 -1.47039)"^^geo:wktLiteral ;
  geo-pos:lat "48.66517"^^xsd:decimal ;
  geo-pos:long "-1.47039"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_450'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_450'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.47039'^^xsd:double;
  dwc:latitude '48.66517'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.47039 48.66517, -1.47039 48.66517, -1.47039 48.66517, -1.47039 48.66517, -1.47039 48.66517))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_450'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4008> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66566 -1.46997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66566"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66566 -1.46997)"^^geo:wktLiteral ;
  geo-pos:lat "48.66566"^^xsd:decimal ;
  geo-pos:long "-1.46997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4008'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4008'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.0833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.46997'^^xsd:double;
  dwc:latitude '48.66566'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46997 48.66566, -1.46997 48.66566, -1.46997 48.66566, -1.46997 48.66566, -1.46997 48.66566))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4008'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11199> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64691 -1.46933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64691"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64691 -1.46933)"^^geo:wktLiteral ;
  geo-pos:lat "48.64691"^^xsd:decimal ;
  geo-pos:long "-1.46933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11199'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11199'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '19.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.46933'^^xsd:double;
  dwc:latitude '48.64691'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46933 48.64691, -1.46933 48.64691, -1.46933 48.64691, -1.46933 48.64691, -1.46933 48.64691))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11199'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_2582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_2582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_2582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65359 -1.46825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65359"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_2582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65359 -1.46825)"^^geo:wktLiteral ;
  geo-pos:lat "48.65359"^^xsd:decimal ;
  geo-pos:long "-1.46825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_2582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_2582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_2582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '3'^^xsd:integer;
  dwc:collectorNumber '2034_2582'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '3'^^xsd:integer;
  dwc:timeOfDay '22.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.46825'^^xsd:double;
  dwc:latitude '48.65359'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46825 48.65359, -1.46825 48.65359, -1.46825 48.65359, -1.46825 48.65359, -1.46825 48.65359))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_2582'^^xsd:string;
  dwc:observationDate '2006-03-03'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3749> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66009 -1.46421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66009"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66009 -1.46421)"^^geo:wktLiteral ;
  geo-pos:lat "48.66009"^^xsd:decimal ;
  geo-pos:long "-1.46421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3749'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3749'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '19.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.46421'^^xsd:double;
  dwc:latitude '48.66009'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46421 48.66009, -1.46421 48.66009, -1.46421 48.66009, -1.46421 48.66009, -1.46421 48.66009))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3749'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3687> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66383 -1.46395)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66383"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46395"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66383 -1.46395)"^^geo:wktLiteral ;
  geo-pos:lat "48.66383"^^xsd:decimal ;
  geo-pos:long "-1.46395"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3687'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3687'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.46395'^^xsd:double;
  dwc:latitude '48.66383'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46395 48.66383, -1.46395 48.66383, -1.46395 48.66383, -1.46395 48.66383, -1.46395 48.66383))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3687'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3688> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66418 -1.46284)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66418"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46284"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66418 -1.46284)"^^geo:wktLiteral ;
  geo-pos:lat "48.66418"^^xsd:decimal ;
  geo-pos:long "-1.46284"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3688'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '31'^^xsd:integer;
  dwc:collectorNumber '2034_3688'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:timeOfDay '6.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.46284'^^xsd:double;
  dwc:latitude '48.66418'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46284 48.66418, -1.46284 48.66418, -1.46284 48.66418, -1.46284 48.66418, -1.46284 48.66418))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3688'^^xsd:string;
  dwc:observationDate '2006-03-31'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11279> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64464 -1.46144)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64464"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46144"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64464 -1.46144)"^^geo:wktLiteral ;
  geo-pos:lat "48.64464"^^xsd:decimal ;
  geo-pos:long "-1.46144"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11279'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11279'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.8666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.46144'^^xsd:double;
  dwc:latitude '48.64464'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46144 48.64464, -1.46144 48.64464, -1.46144 48.64464, -1.46144 48.64464, -1.46144 48.64464))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11279'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11277> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66344 -1.46106)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66344"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46106"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66344 -1.46106)"^^geo:wktLiteral ;
  geo-pos:lat "48.66344"^^xsd:decimal ;
  geo-pos:long "-1.46106"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11277'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11277'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '7.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.46106'^^xsd:double;
  dwc:latitude '48.66344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46106 48.66344, -1.46106 48.66344, -1.46106 48.66344, -1.46106 48.66344, -1.46106 48.66344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11277'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11196> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65756 -1.46086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65756"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65756 -1.46086)"^^geo:wktLiteral ;
  geo-pos:lat "48.65756"^^xsd:decimal ;
  geo-pos:long "-1.46086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11196'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11196'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '17.883333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.46086'^^xsd:double;
  dwc:latitude '48.65756'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46086 48.65756, -1.46086 48.65756, -1.46086 48.65756, -1.46086 48.65756, -1.46086 48.65756))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11196'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3756> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64854 -1.46058)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64854"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46058"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64854 -1.46058)"^^geo:wktLiteral ;
  geo-pos:lat "48.64854"^^xsd:decimal ;
  geo-pos:long "-1.46058"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3756'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3756'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.46058'^^xsd:double;
  dwc:latitude '48.64854'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46058 48.64854, -1.46058 48.64854, -1.46058 48.64854, -1.46058 48.64854, -1.46058 48.64854))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3756'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3758> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65739 -1.46004)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65739"^^xsd:decimal ;
  dwc:decimalLongitude "-1.46004"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65739 -1.46004)"^^geo:wktLiteral ;
  geo-pos:lat "48.65739"^^xsd:decimal ;
  geo-pos:long "-1.46004"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3758'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3758'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.416666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.46004'^^xsd:double;
  dwc:latitude '48.65739'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.46004 48.65739, -1.46004 48.65739, -1.46004 48.65739, -1.46004 48.65739, -1.46004 48.65739))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3758'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3755> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64785 -1.45975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64785"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64785 -1.45975)"^^geo:wktLiteral ;
  geo-pos:lat "48.64785"^^xsd:decimal ;
  geo-pos:long "-1.45975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3755'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3755'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.45'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45975'^^xsd:double;
  dwc:latitude '48.64785'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45975 48.64785, -1.45975 48.64785, -1.45975 48.64785, -1.45975 48.64785, -1.45975 48.64785))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3755'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11198> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64511 -1.45817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64511"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64511 -1.45817)"^^geo:wktLiteral ;
  geo-pos:lat "48.64511"^^xsd:decimal ;
  geo-pos:long "-1.45817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11198'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11198'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45817'^^xsd:double;
  dwc:latitude '48.64511'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45817 48.64511, -1.45817 48.64511, -1.45817 48.64511, -1.45817 48.64511, -1.45817 48.64511))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11198'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3750> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64468 -1.45815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64468"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64468 -1.45815)"^^geo:wktLiteral ;
  geo-pos:lat "48.64468"^^xsd:decimal ;
  geo-pos:long "-1.45815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3750'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3750'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45815'^^xsd:double;
  dwc:latitude '48.64468'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45815 48.64468, -1.45815 48.64468, -1.45815 48.64468, -1.45815 48.64468, -1.45815 48.64468))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3750'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11282> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65834 -1.45763)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65834"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45763"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65834 -1.45763)"^^geo:wktLiteral ;
  geo-pos:lat "48.65834"^^xsd:decimal ;
  geo-pos:long "-1.45763"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11282'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11282'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '10.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45763'^^xsd:double;
  dwc:latitude '48.65834'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45763 48.65834, -1.45763 48.65834, -1.45763 48.65834, -1.45763 48.65834, -1.45763 48.65834))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11282'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_449> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65016 -1.45746)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65016"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45746"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65016 -1.45746)"^^geo:wktLiteral ;
  geo-pos:lat "48.65016"^^xsd:decimal ;
  geo-pos:long "-1.45746"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_449'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_449'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '8.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45746'^^xsd:double;
  dwc:latitude '48.65016'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45746 48.65016, -1.45746 48.65016, -1.45746 48.65016, -1.45746 48.65016, -1.45746 48.65016))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_449'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11278> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64416 -1.45742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64416"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64416 -1.45742)"^^geo:wktLiteral ;
  geo-pos:lat "48.64416"^^xsd:decimal ;
  geo-pos:long "-1.45742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11278'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11278'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '8.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45742'^^xsd:double;
  dwc:latitude '48.64416'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45742 48.64416, -1.45742 48.64416, -1.45742 48.64416, -1.45742 48.64416, -1.45742 48.64416))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11278'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3757> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64738 -1.45727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64738"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64738 -1.45727)"^^geo:wktLiteral ;
  geo-pos:lat "48.64738"^^xsd:decimal ;
  geo-pos:long "-1.45727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3757'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3757'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '23.083333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45727'^^xsd:double;
  dwc:latitude '48.64738'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45727 48.64738, -1.45727 48.64738, -1.45727 48.64738, -1.45727 48.64738, -1.45727 48.64738))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3757'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11197> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64347 -1.45672)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64347"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45672"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64347 -1.45672)"^^geo:wktLiteral ;
  geo-pos:lat "48.64347"^^xsd:decimal ;
  geo-pos:long "-1.45672"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11197'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '25'^^xsd:integer;
  dwc:collectorNumber '2034_11197'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '25'^^xsd:integer;
  dwc:timeOfDay '18.383333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45672'^^xsd:double;
  dwc:latitude '48.64347'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45672 48.64347, -1.45672 48.64347, -1.45672 48.64347, -1.45672 48.64347, -1.45672 48.64347))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11197'^^xsd:string;
  dwc:observationDate '2007-11-25'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11280> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6466 -1.45634)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6466"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45634"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6466 -1.45634)"^^geo:wktLiteral ;
  geo-pos:lat "48.6466"^^xsd:decimal ;
  geo-pos:long "-1.45634"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11280'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11280'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.3833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45634'^^xsd:double;
  dwc:latitude '48.6466'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45634 48.6466, -1.45634 48.6466, -1.45634 48.6466, -1.45634 48.6466, -1.45634 48.6466))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11280'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3754> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64377 -1.45531)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64377"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45531"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64377 -1.45531)"^^geo:wktLiteral ;
  geo-pos:lat "48.64377"^^xsd:decimal ;
  geo-pos:long "-1.45531"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3754'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3754'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '22.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45531'^^xsd:double;
  dwc:latitude '48.64377'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45531 48.64377, -1.45531 48.64377, -1.45531 48.64377, -1.45531 48.64377, -1.45531 48.64377))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3754'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3751> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64404 -1.4543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64404"^^xsd:decimal ;
  dwc:decimalLongitude "-1.4543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64404 -1.4543)"^^geo:wktLiteral ;
  geo-pos:lat "48.64404"^^xsd:decimal ;
  geo-pos:long "-1.4543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3751'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3751'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '20.433333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.4543'^^xsd:double;
  dwc:latitude '48.64404'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.4543 48.64404, -1.4543 48.64404, -1.4543 48.64404, -1.4543 48.64404, -1.4543 48.64404))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3751'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_448> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64812 -1.45422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64812"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64812 -1.45422)"^^geo:wktLiteral ;
  geo-pos:lat "48.64812"^^xsd:decimal ;
  geo-pos:long "-1.45422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_448'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_448'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45422'^^xsd:double;
  dwc:latitude '48.64812'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45422 48.64812, -1.45422 48.64812, -1.45422 48.64812, -1.45422 48.64812, -1.45422 48.64812))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_448'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_4009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_4009> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_4009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66102 -1.45361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.66102"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_4009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.66102 -1.45361)"^^geo:wktLiteral ;
  geo-pos:lat "48.66102"^^xsd:decimal ;
  geo-pos:long "-1.45361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_4009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_4009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_4009'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '12'^^xsd:integer;
  dwc:collectorNumber '2034_4009'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '12'^^xsd:integer;
  dwc:timeOfDay '5.4333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45361'^^xsd:double;
  dwc:latitude '48.66102'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45361 48.66102, -1.45361 48.66102, -1.45361 48.66102, -1.45361 48.66102, -1.45361 48.66102))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_4009'^^xsd:string;
  dwc:observationDate '2006-04-12'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_444> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65569 -1.45355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65569"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65569 -1.45355)"^^geo:wktLiteral ;
  geo-pos:lat "48.65569"^^xsd:decimal ;
  geo-pos:long "-1.45355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_444'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_444'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.5333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45355'^^xsd:double;
  dwc:latitude '48.65569'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45355 48.65569, -1.45355 48.65569, -1.45355 48.65569, -1.45355 48.65569, -1.45355 48.65569))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_444'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1763> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65543 -1.45214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65543"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65543 -1.45214)"^^geo:wktLiteral ;
  geo-pos:lat "48.65543"^^xsd:decimal ;
  geo-pos:long "-1.45214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1763'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1763'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.5'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45214'^^xsd:double;
  dwc:latitude '48.65543'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45214 48.65543, -1.45214 48.65543, -1.45214 48.65543, -1.45214 48.65543, -1.45214 48.65543))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1763'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3753> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64158 -1.45206)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64158"^^xsd:decimal ;
  dwc:decimalLongitude "-1.45206"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64158 -1.45206)"^^geo:wktLiteral ;
  geo-pos:lat "48.64158"^^xsd:decimal ;
  geo-pos:long "-1.45206"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3753'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3753'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.55'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.45206'^^xsd:double;
  dwc:latitude '48.64158'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.45206 48.64158, -1.45206 48.64158, -1.45206 48.64158, -1.45206 48.64158, -1.45206 48.64158))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3753'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3752> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64082 -1.44977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64082"^^xsd:decimal ;
  dwc:decimalLongitude "-1.44977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64082 -1.44977)"^^geo:wktLiteral ;
  geo-pos:lat "48.64082"^^xsd:decimal ;
  geo-pos:long "-1.44977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3752'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '2'^^xsd:integer;
  dwc:collectorNumber '2034_3752'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '2'^^xsd:integer;
  dwc:timeOfDay '21.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.44977'^^xsd:double;
  dwc:latitude '48.64082'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.44977 48.64082, -1.44977 48.64082, -1.44977 48.64082, -1.44977 48.64082, -1.44977 48.64082))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3752'^^xsd:string;
  dwc:observationDate '2006-04-02'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_11281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_11281> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_11281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64435 -1.44918)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.64435"^^xsd:decimal ;
  dwc:decimalLongitude "-1.44918"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_11281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.64435 -1.44918)"^^geo:wktLiteral ;
  geo-pos:lat "48.64435"^^xsd:decimal ;
  geo-pos:long "-1.44918"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_11281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_11281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_11281'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '28'^^xsd:integer;
  dwc:collectorNumber '2034_11281'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:timeOfDay '9.9'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.44918'^^xsd:double;
  dwc:latitude '48.64435'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.44918 48.64435, -1.44918 48.64435, -1.44918 48.64435, -1.44918 48.64435, -1.44918 48.64435))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_11281'^^xsd:string;
  dwc:observationDate '2007-11-28'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3717> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6544 -1.44877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.6544"^^xsd:decimal ;
  dwc:decimalLongitude "-1.44877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.6544 -1.44877)"^^geo:wktLiteral ;
  geo-pos:lat "48.6544"^^xsd:decimal ;
  geo-pos:long "-1.44877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3717'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3717'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '7.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.44877'^^xsd:double;
  dwc:latitude '48.6544'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.44877 48.6544, -1.44877 48.6544, -1.44877 48.6544, -1.44877 48.6544, -1.44877 48.6544))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3717'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_447> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65549 -1.44826)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65549"^^xsd:decimal ;
  dwc:decimalLongitude "-1.44826"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65549 -1.44826)"^^geo:wktLiteral ;
  geo-pos:lat "48.65549"^^xsd:decimal ;
  geo-pos:long "-1.44826"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_447'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_447'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.4833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.44826'^^xsd:double;
  dwc:latitude '48.65549'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.44826 48.65549, -1.44826 48.65549, -1.44826 48.65549, -1.44826 48.65549, -1.44826 48.65549))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_447'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_3718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_3718> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_3718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65384 -1.44712)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65384"^^xsd:decimal ;
  dwc:decimalLongitude "-1.44712"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_3718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65384 -1.44712)"^^geo:wktLiteral ;
  geo-pos:lat "48.65384"^^xsd:decimal ;
  geo-pos:long "-1.44712"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_3718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_3718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_3718'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '4'^^xsd:integer;
  dwc:dayIdentified '1'^^xsd:integer;
  dwc:collectorNumber '2034_3718'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:dayCollected '1'^^xsd:integer;
  dwc:timeOfDay '8.1'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.44712'^^xsd:double;
  dwc:latitude '48.65384'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.44712 48.65384, -1.44712 48.65384, -1.44712 48.65384, -1.44712 48.65384, -1.44712 48.65384))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_3718'^^xsd:string;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_445> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65274 -1.44692)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65274"^^xsd:decimal ;
  dwc:decimalLongitude "-1.44692"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65274 -1.44692)"^^geo:wktLiteral ;
  geo-pos:lat "48.65274"^^xsd:decimal ;
  geo-pos:long "-1.44692"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_445'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_445'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '6.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.44692'^^xsd:double;
  dwc:latitude '48.65274'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.44692 48.65274, -1.44692 48.65274, -1.44692 48.65274, -1.44692 48.65274, -1.44692 48.65274))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_445'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_446> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65267 -1.44677)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65267"^^xsd:decimal ;
  dwc:decimalLongitude "-1.44677"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65267 -1.44677)"^^geo:wktLiteral ;
  geo-pos:lat "48.65267"^^xsd:decimal ;
  geo-pos:long "-1.44677"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_446'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '2'^^xsd:integer;
  dwc:dayIdentified '13'^^xsd:integer;
  dwc:collectorNumber '2034_446'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:dayCollected '13'^^xsd:integer;
  dwc:timeOfDay '7.1833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.44677'^^xsd:double;
  dwc:latitude '48.65267'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.44677 48.65267, -1.44677 48.65267, -1.44677 48.65267, -1.44677 48.65267, -1.44677 48.65267))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_446'^^xsd:string;
  dwc:observationDate '2006-02-13'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_1764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_1764> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_1764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65438 -1.44261)"^^geo:wktLiteral ;
  dwc:decimalLatitude "48.65438"^^xsd:decimal ;
  dwc:decimalLongitude "-1.44261"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_1764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (48.65438 -1.44261)"^^geo:wktLiteral ;
  geo-pos:lat "48.65438"^^xsd:decimal ;
  geo-pos:long "-1.44261"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_1764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_1764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_1764'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2006'^^xsd:integer;
  dwc:monthIdentified '3'^^xsd:integer;
  dwc:dayIdentified '29'^^xsd:integer;
  dwc:collectorNumber '2034_1764'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:dayCollected '29'^^xsd:integer;
  dwc:timeOfDay '5.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.44261'^^xsd:double;
  dwc:latitude '48.65438'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.44261 48.65438, -1.44261 48.65438, -1.44261 48.65438, -1.44261 48.65438, -1.44261 48.65438))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_1764'^^xsd:string;
  dwc:observationDate '2006-03-29'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7564> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.44279 -1.38909)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.44279"^^xsd:decimal ;
  dwc:decimalLongitude "-1.38909"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.44279 -1.38909)"^^geo:wktLiteral ;
  geo-pos:lat "50.44279"^^xsd:decimal ;
  geo-pos:long "-1.38909"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7564'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7564'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.38333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.38909'^^xsd:double;
  dwc:latitude '50.44279'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.38909 50.44279, -1.38909 50.44279, -1.38909 50.44279, -1.38909 50.44279, -1.38909 50.44279))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7564'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7565> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45368 -1.36021)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.45368"^^xsd:decimal ;
  dwc:decimalLongitude "-1.36021"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.45368 -1.36021)"^^geo:wktLiteral ;
  geo-pos:lat "50.45368"^^xsd:decimal ;
  geo-pos:long "-1.36021"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7565'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7565'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '0.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.36021'^^xsd:double;
  dwc:latitude '50.45368'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.36021 50.45368, -1.36021 50.45368, -1.36021 50.45368, -1.36021 50.45368, -1.36021 50.45368))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7565'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7566> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46478 -1.33448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.46478"^^xsd:decimal ;
  dwc:decimalLongitude "-1.33448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.46478 -1.33448)"^^geo:wktLiteral ;
  geo-pos:lat "50.46478"^^xsd:decimal ;
  geo-pos:long "-1.33448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7566'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7566'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '1.3333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.33448'^^xsd:double;
  dwc:latitude '50.46478'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.33448 50.46478, -1.33448 50.46478, -1.33448 50.46478, -1.33448 50.46478, -1.33448 50.46478))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7566'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7568> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.53612 -1.32363)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.53612"^^xsd:decimal ;
  dwc:decimalLongitude "-1.32363"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.53612 -1.32363)"^^geo:wktLiteral ;
  geo-pos:lat "50.53612"^^xsd:decimal ;
  geo-pos:long "-1.32363"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7568'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7568'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '3.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.32363'^^xsd:double;
  dwc:latitude '50.53612'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.32363 50.53612, -1.32363 50.53612, -1.32363 50.53612, -1.32363 50.53612, -1.32363 50.53612))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7568'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7567> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.51249 -1.31151)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.51249"^^xsd:decimal ;
  dwc:decimalLongitude "-1.31151"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.51249 -1.31151)"^^geo:wktLiteral ;
  geo-pos:lat "50.51249"^^xsd:decimal ;
  geo-pos:long "-1.31151"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7567'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7567'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '2.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.31151'^^xsd:double;
  dwc:latitude '50.51249'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.31151 50.51249, -1.31151 50.51249, -1.31151 50.51249, -1.31151 50.51249, -1.31151 50.51249))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7567'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7569> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.57633 -1.27665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.57633"^^xsd:decimal ;
  dwc:decimalLongitude "-1.27665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.57633 -1.27665)"^^geo:wktLiteral ;
  geo-pos:lat "50.57633"^^xsd:decimal ;
  geo-pos:long "-1.27665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7569'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7569'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '5.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.27665'^^xsd:double;
  dwc:latitude '50.57633'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.27665 50.57633, -1.27665 50.57633, -1.27665 50.57633, -1.27665 50.57633, -1.27665 50.57633))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7569'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7570> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.59051 -1.21356)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.59051"^^xsd:decimal ;
  dwc:decimalLongitude "-1.21356"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.59051 -1.21356)"^^geo:wktLiteral ;
  geo-pos:lat "50.59051"^^xsd:decimal ;
  geo-pos:long "-1.21356"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7570'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7570'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '7.8'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.21356'^^xsd:double;
  dwc:latitude '50.59051'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.21356 50.59051, -1.21356 50.59051, -1.21356 50.59051, -1.21356 50.59051, -1.21356 50.59051))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7570'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7571> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.60463 -1.1688)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.60463"^^xsd:decimal ;
  dwc:decimalLongitude "-1.1688"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.60463 -1.1688)"^^geo:wktLiteral ;
  geo-pos:lat "50.60463"^^xsd:decimal ;
  geo-pos:long "-1.1688"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7571'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7571'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '10.266666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.1688'^^xsd:double;
  dwc:latitude '50.60463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.1688 50.60463, -1.1688 50.60463, -1.1688 50.60463, -1.1688 50.60463, -1.1688 50.60463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7571'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7572> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.64561 -1.07119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.64561"^^xsd:decimal ;
  dwc:decimalLongitude "-1.07119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.64561 -1.07119)"^^geo:wktLiteral ;
  geo-pos:lat "50.64561"^^xsd:decimal ;
  geo-pos:long "-1.07119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7572'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7572'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '12.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-1.07119'^^xsd:double;
  dwc:latitude '50.64561'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-1.07119 50.64561, -1.07119 50.64561, -1.07119 50.64561, -1.07119 50.64561, -1.07119 50.64561))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7572'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7573> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72451 -0.8987)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.72451"^^xsd:decimal ;
  dwc:decimalLongitude "-0.8987"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72451 -0.8987)"^^geo:wktLiteral ;
  geo-pos:lat "50.72451"^^xsd:decimal ;
  geo-pos:long "-0.8987"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7573'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7573'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '16.316666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.8987'^^xsd:double;
  dwc:latitude '50.72451'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.8987 50.72451, -0.8987 50.72451, -0.8987 50.72451, -0.8987 50.72451, -0.8987 50.72451))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7573'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7574> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72327 -0.79907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.72327"^^xsd:decimal ;
  dwc:decimalLongitude "-0.79907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.72327 -0.79907)"^^geo:wktLiteral ;
  geo-pos:lat "50.72327"^^xsd:decimal ;
  geo-pos:long "-0.79907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7574'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7574'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '20.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.79907'^^xsd:double;
  dwc:latitude '50.72327'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.79907 50.72327, -0.79907 50.72327, -0.79907 50.72327, -0.79907 50.72327, -0.79907 50.72327))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7574'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7576> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.74848 -0.72098)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.74848"^^xsd:decimal ;
  dwc:decimalLongitude "-0.72098"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.74848 -0.72098)"^^geo:wktLiteral ;
  geo-pos:lat "50.74848"^^xsd:decimal ;
  geo-pos:long "-0.72098"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7576'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7576'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '23.733333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.72098'^^xsd:double;
  dwc:latitude '50.74848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.72098 50.74848, -0.72098 50.74848, -0.72098 50.74848, -0.72098 50.74848, -0.72098 50.74848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7576'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7575> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.74787 -0.71934)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.74787"^^xsd:decimal ;
  dwc:decimalLongitude "-0.71934"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.74787 -0.71934)"^^geo:wktLiteral ;
  geo-pos:lat "50.74787"^^xsd:decimal ;
  geo-pos:long "-0.71934"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7575'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '15'^^xsd:integer;
  dwc:collectorNumber '2034_7575'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:timeOfDay '22.283333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.71934'^^xsd:double;
  dwc:latitude '50.74787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.71934 50.74787, -0.71934 50.74787, -0.71934 50.74787, -0.71934 50.74787, -0.71934 50.74787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7575'^^xsd:string;
  dwc:observationDate '2007-11-15'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7577> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7469 -0.71049)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7469"^^xsd:decimal ;
  dwc:decimalLongitude "-0.71049"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7469 -0.71049)"^^geo:wktLiteral ;
  geo-pos:lat "50.7469"^^xsd:decimal ;
  geo-pos:long "-0.71049"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7577'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7577'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '0.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.71049'^^xsd:double;
  dwc:latitude '50.7469'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.71049 50.7469, -0.71049 50.7469, -0.71049 50.7469, -0.71049 50.7469, -0.71049 50.7469))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7577'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7578> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75779 -0.65613)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.75779"^^xsd:decimal ;
  dwc:decimalLongitude "-0.65613"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75779 -0.65613)"^^geo:wktLiteral ;
  geo-pos:lat "50.75779"^^xsd:decimal ;
  geo-pos:long "-0.65613"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7578'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7578'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '2.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.65613'^^xsd:double;
  dwc:latitude '50.75779'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.65613 50.75779, -0.65613 50.75779, -0.65613 50.75779, -0.65613 50.75779, -0.65613 50.75779))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7578'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7579> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7623 -0.64383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7623"^^xsd:decimal ;
  dwc:decimalLongitude "-0.64383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7623 -0.64383)"^^geo:wktLiteral ;
  geo-pos:lat "50.7623"^^xsd:decimal ;
  geo-pos:long "-0.64383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7579'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7579'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.64383'^^xsd:double;
  dwc:latitude '50.7623'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.64383 50.7623, -0.64383 50.7623, -0.64383 50.7623, -0.64383 50.7623, -0.64383 50.7623))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7579'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7580> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76535 -0.62205)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.76535"^^xsd:decimal ;
  dwc:decimalLongitude "-0.62205"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76535 -0.62205)"^^geo:wktLiteral ;
  geo-pos:lat "50.76535"^^xsd:decimal ;
  geo-pos:long "-0.62205"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7580'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7580'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '3.8166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.62205'^^xsd:double;
  dwc:latitude '50.76535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.62205 50.76535, -0.62205 50.76535, -0.62205 50.76535, -0.62205 50.76535, -0.62205 50.76535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7580'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7581> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79586 -0.52432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.79586"^^xsd:decimal ;
  dwc:decimalLongitude "-0.52432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79586 -0.52432)"^^geo:wktLiteral ;
  geo-pos:lat "50.79586"^^xsd:decimal ;
  geo-pos:long "-0.52432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7581'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7581'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '6.2833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.52432'^^xsd:double;
  dwc:latitude '50.79586'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.52432 50.79586, -0.52432 50.79586, -0.52432 50.79586, -0.52432 50.79586, -0.52432 50.79586))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7581'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7582> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79736 -0.44742)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.79736"^^xsd:decimal ;
  dwc:decimalLongitude "-0.44742"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79736 -0.44742)"^^geo:wktLiteral ;
  geo-pos:lat "50.79736"^^xsd:decimal ;
  geo-pos:long "-0.44742"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7582'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7582'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '7.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.44742'^^xsd:double;
  dwc:latitude '50.79736'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.44742 50.79736, -0.44742 50.79736, -0.44742 50.79736, -0.44742 50.79736, -0.44742 50.79736))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7582'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7583> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80269 -0.3998)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.80269"^^xsd:decimal ;
  dwc:decimalLongitude "-0.3998"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80269 -0.3998)"^^geo:wktLiteral ;
  geo-pos:lat "50.80269"^^xsd:decimal ;
  geo-pos:long "-0.3998"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7583'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7583'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.3998'^^xsd:double;
  dwc:latitude '50.80269'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.3998 50.80269, -0.3998 50.80269, -0.3998 50.80269, -0.3998 50.80269, -0.3998 50.80269))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7583'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7584> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80426 -0.3991)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.80426"^^xsd:decimal ;
  dwc:decimalLongitude "-0.3991"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80426 -0.3991)"^^geo:wktLiteral ;
  geo-pos:lat "50.80426"^^xsd:decimal ;
  geo-pos:long "-0.3991"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7584'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7584'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '10.716666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.3991'^^xsd:double;
  dwc:latitude '50.80426'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.3991 50.80426, -0.3991 50.80426, -0.3991 50.80426, -0.3991 50.80426, -0.3991 50.80426))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7584'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7585> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80706 -0.36605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.80706"^^xsd:decimal ;
  dwc:decimalLongitude "-0.36605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80706 -0.36605)"^^geo:wktLiteral ;
  geo-pos:lat "50.80706"^^xsd:decimal ;
  geo-pos:long "-0.36605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7585'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7585'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '11.833333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.36605'^^xsd:double;
  dwc:latitude '50.80706'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.36605 50.80706, -0.36605 50.80706, -0.36605 50.80706, -0.36605 50.80706, -0.36605 50.80706))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7585'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7586> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80968 -0.35761)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.80968"^^xsd:decimal ;
  dwc:decimalLongitude "-0.35761"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80968 -0.35761)"^^geo:wktLiteral ;
  geo-pos:lat "50.80968"^^xsd:decimal ;
  geo-pos:long "-0.35761"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7586'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7586'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '12.216666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.35761'^^xsd:double;
  dwc:latitude '50.80968'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.35761 50.80968, -0.35761 50.80968, -0.35761 50.80968, -0.35761 50.80968, -0.35761 50.80968))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7586'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7587> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8265 -0.26421)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.8265"^^xsd:decimal ;
  dwc:decimalLongitude "-0.26421"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.8265 -0.26421)"^^geo:wktLiteral ;
  geo-pos:lat "50.8265"^^xsd:decimal ;
  geo-pos:long "-0.26421"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7587'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7587'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '15.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.26421'^^xsd:double;
  dwc:latitude '50.8265'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.26421 50.8265, -0.26421 50.8265, -0.26421 50.8265, -0.26421 50.8265, -0.26421 50.8265))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7587'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7588> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80848 -0.08487)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.80848"^^xsd:decimal ;
  dwc:decimalLongitude "-0.08487"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80848 -0.08487)"^^geo:wktLiteral ;
  geo-pos:lat "50.80848"^^xsd:decimal ;
  geo-pos:long "-0.08487"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7588'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '16'^^xsd:integer;
  dwc:collectorNumber '2034_7588'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:timeOfDay '19.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '-0.08487'^^xsd:double;
  dwc:latitude '50.80848'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((-0.08487 50.80848, -0.08487 50.80848, -0.08487 50.80848, -0.08487 50.80848, -0.08487 50.80848))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7588'^^xsd:string;
  dwc:observationDate '2007-11-16'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7589> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.77514 0.05849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.77514"^^xsd:decimal ;
  dwc:decimalLongitude "0.05849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.77514 0.05849)"^^geo:wktLiteral ;
  geo-pos:lat "50.77514"^^xsd:decimal ;
  geo-pos:long "0.05849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7589'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7589'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '0.76666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '0.05849'^^xsd:double;
  dwc:latitude '50.77514'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.05849 50.77514, 0.05849 50.77514, 0.05849 50.77514, 0.05849 50.77514, 0.05849 50.77514))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7589'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7590> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.77984 0.07496)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.77984"^^xsd:decimal ;
  dwc:decimalLongitude "0.07496"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.77984 0.07496)"^^geo:wktLiteral ;
  geo-pos:lat "50.77984"^^xsd:decimal ;
  geo-pos:long "0.07496"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7590'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7590'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '1.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '0.07496'^^xsd:double;
  dwc:latitude '50.77984'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.07496 50.77984, 0.07496 50.77984, 0.07496 50.77984, 0.07496 50.77984, 0.07496 50.77984))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7590'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7591> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.77344 0.08967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.77344"^^xsd:decimal ;
  dwc:decimalLongitude "0.08967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.77344 0.08967)"^^geo:wktLiteral ;
  geo-pos:lat "50.77344"^^xsd:decimal ;
  geo-pos:long "0.08967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7591'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7591'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.2333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '0.08967'^^xsd:double;
  dwc:latitude '50.77344'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.08967 50.77344, 0.08967 50.77344, 0.08967 50.77344, 0.08967 50.77344, 0.08967 50.77344))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7591'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7592> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76407 0.10709)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.76407"^^xsd:decimal ;
  dwc:decimalLongitude "0.10709"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.76407 0.10709)"^^geo:wktLiteral ;
  geo-pos:lat "50.76407"^^xsd:decimal ;
  geo-pos:long "0.10709"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7592'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7592'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '2.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '0.10709'^^xsd:double;
  dwc:latitude '50.76407'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.10709 50.76407, 0.10709 50.76407, 0.10709 50.76407, 0.10709 50.76407, 0.10709 50.76407))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7592'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7593> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75535 0.12603)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.75535"^^xsd:decimal ;
  dwc:decimalLongitude "0.12603"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.75535 0.12603)"^^geo:wktLiteral ;
  geo-pos:lat "50.75535"^^xsd:decimal ;
  geo-pos:long "0.12603"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7593'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7593'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '3.2166666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '0.12603'^^xsd:double;
  dwc:latitude '50.75535'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.12603 50.75535, 0.12603 50.75535, 0.12603 50.75535, 0.12603 50.75535, 0.12603 50.75535))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7593'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7594> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.73189 0.23914)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.73189"^^xsd:decimal ;
  dwc:decimalLongitude "0.23914"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.73189 0.23914)"^^geo:wktLiteral ;
  geo-pos:lat "50.73189"^^xsd:decimal ;
  geo-pos:long "0.23914"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7594'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7594'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '5.7666666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '0.23914'^^xsd:double;
  dwc:latitude '50.73189'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.23914 50.73189, 0.23914 50.73189, 0.23914 50.73189, 0.23914 50.73189, 0.23914 50.73189))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7594'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7595> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7787 0.32722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.7787"^^xsd:decimal ;
  dwc:decimalLongitude "0.32722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.7787 0.32722)"^^geo:wktLiteral ;
  geo-pos:lat "50.7787"^^xsd:decimal ;
  geo-pos:long "0.32722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7595'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7595'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '8.75'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '0.32722'^^xsd:double;
  dwc:latitude '50.7787'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.32722 50.7787, 0.32722 50.7787, 0.32722 50.7787, 0.32722 50.7787, 0.32722 50.7787))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7595'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7596> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78463 0.37194)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.78463"^^xsd:decimal ;
  dwc:decimalLongitude "0.37194"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.78463 0.37194)"^^geo:wktLiteral ;
  geo-pos:lat "50.78463"^^xsd:decimal ;
  geo-pos:long "0.37194"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7596'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7596'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '9.7333333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '0.37194'^^xsd:double;
  dwc:latitude '50.78463'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.37194 50.78463, 0.37194 50.78463, 0.37194 50.78463, 0.37194 50.78463, 0.37194 50.78463))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7596'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7597> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79091 0.40157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.79091"^^xsd:decimal ;
  dwc:decimalLongitude "0.40157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79091 0.40157)"^^geo:wktLiteral ;
  geo-pos:lat "50.79091"^^xsd:decimal ;
  geo-pos:long "0.40157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7597'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7597'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.233333333333'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '0.40157'^^xsd:double;
  dwc:latitude '50.79091'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.40157 50.79091, 0.40157 50.79091, 0.40157 50.79091, 0.40157 50.79091, 0.40157 50.79091))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7597'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7598> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79886 0.43364)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.79886"^^xsd:decimal ;
  dwc:decimalLongitude "0.43364"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.79886 0.43364)"^^geo:wktLiteral ;
  geo-pos:lat "50.79886"^^xsd:decimal ;
  geo-pos:long "0.43364"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7598'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7598'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '10.766666666667'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '0.43364'^^xsd:double;
  dwc:latitude '50.79886'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.43364 50.79886, 0.43364 50.79886, 0.43364 50.79886, 0.43364 50.79886, 0.43364 50.79886))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7598'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
<https://eurobis.org/id/location/8264__2034_7599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/8264__2034_7599> ;
  mr:hasGeometry <https://eurobis.org/id/point/8264__2034_7599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80607 0.46774)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.80607"^^xsd:decimal ;
  dwc:decimalLongitude "0.46774"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "1.11"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/8264__2034_7599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.80607 0.46774)"^^geo:wktLiteral ;
  geo-pos:lat "50.80607"^^xsd:decimal ;
  geo-pos:long "0.46774"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "1.11"^^xsd:integer .

<https://eurobis.org/id/occurrence/8264__2034_7599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "2034_7599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/8264_> ;
  dwc:basisOfRecord "MachineObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MachineObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-10-23'^^xsd:date;
  dwc:institutionCode 'CEBC'^^xsd:string;
  dwc:collectionCode '2034'^^xsd:integer;
  dwc:catalogNumber '2034_7599'^^xsd:string;
  dwc:scientificName 'Phoca vitulina'^^xsd:string;
  dwc:basisOfRecord 'MachineObservation'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:monthIdentified '11'^^xsd:integer;
  dwc:dayIdentified '17'^^xsd:integer;
  dwc:collectorNumber '2034_7599'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:dayCollected '17'^^xsd:integer;
  dwc:timeOfDay '11.25'^^xsd:double;
  dwc:continentOcean 'Baie du Mont Saint-Michel,France,English Channel'^^xsd:string;
  dwc:longitude '0.46774'^^xsd:double;
  dwc:latitude '50.80607'^^xsd:double;
  dwc:coordinatePrecision '1.11'^^xsd:double;
  dwc:boundingBox 'POLYGON ((0.46774 50.80607, 0.46774 50.80607, 0.46774 50.80607, 0.46774 50.80607, 0.46774 50.80607))'^^xsd:string;
  dwc:occurrenceRemarks 'Telemetry; Identification Type:Telemetry; Taxon recorded as "Harbour seal" by the provider'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:occurrenceId '2034_7599'^^xsd:string;
  dwc:observationDate '2007-11-17'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326 WGS84'^^xsd:string;
  .
# EOF